a26ad715cb31b4c3731a5b87128e240036ccbe65
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
35         Log: Comment microtweaks.
36      Branch: perl
37            ! lib/locale.t
38 ____________________________________________________________________________
39 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
40         Log: Subject: trivial docu patch
41              From: andreas.koenig@anima.de (Andreas J. Koenig)
42              Date: 04 Feb 2002 08:15:19 +0100
43              Message-ID: <m3pu3l7m60.fsf@anima.de>
44      Branch: perl
45            ! pod/perluniintro.pod
46 ____________________________________________________________________________
47 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
48         Log: Subject: [PATCH] (??{ }) anomaly
49              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50              Date: Sun, 03 Feb 2002 20:21:45 -0800
51              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
52      Branch: perl
53            ! regcomp.c
54 ____________________________________________________________________________
55 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
56         Log: Integrate perlio.
57              
58              Carry on where we left off if we have to grow destination
59              SV during XS encode/decode
60              
61              Remove debugging warning, be consistent about API fails.
62      Branch: perl
63           !> ext/Encode/Encode.xs
64 ____________________________________________________________________________
65 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
66         Log: Subject: PATCH CPAN.pm
67              From: Mark-Jason Dominus <mjd@plover.com>
68              Date: Sun, 03 Feb 2002 12:36:36 -0500
69              Message-ID: <20020203173636.27451.qmail@plover.com>
70      Branch: perl
71            ! lib/CPAN.pm
72 ____________________________________________________________________________
73 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
74         Log: Must search further back.
75      Branch: perl
76            ! lib/h2xs.t
77 ____________________________________________________________________________
78 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
79         Log: EBCDIC: more natification.
80      Branch: perl
81            ! regcomp.c
82 ____________________________________________________________________________
83 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
84         Log: Debug noise.
85      Branch: perl
86            ! ext/Encode/Encode.xs
87 ____________________________________________________________________________
88 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
89         Log: Integrate perlio;
90              
91              Stable intermediate point in Encode cleanup.
92              :encode(euc-jp) works on Dan's table.euc
93              Much buffer copying and other silliness remains.
94      Branch: perl
95           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
96           !> ext/Encode/lib/Encode/Encoding.pm
97 ____________________________________________________________________________
98 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
99         Log: Prettify.
100      Branch: perl
101            ! lib/unicore/mktables
102 ____________________________________________________________________________
103 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
104         Log: EBCDIC: it's much nicer to compare Unicode code points
105              to Unicode code points.
106      Branch: perl
107            ! regexec.c
108 ____________________________________________________________________________
109 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
110         Log: EBCDIC: character classes must remap the low 256.
111      Branch: perl
112            ! regcomp.c
113 ____________________________________________________________________________
114 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
115         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
116      Branch: perl
117            ! lib/I18N/LangTags/List.pm
118 ____________________________________________________________________________
119 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
120         Log: FAQ sync.
121      Branch: perl
122            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
123            ! pod/perlfaq6.pod pod/perlfaq7.pod
124 ____________________________________________________________________________
125 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
126         Log: Integrate perlio;
127              
128              Re-indent Encode.xs
129              
130              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
131              (Mis-feature discovered by Encode.)
132      Branch: perl
133           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
134 ____________________________________________________________________________
135 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
136         Log: Subject: [PATCH] lstat FH and -l FH warnings
137              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
138              Date: Sat, 2 Feb 2002 22:24:54 +0100           
139              Message-ID: <20020202222454.A11608@rafael>       
140      Branch: perl
141            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
142            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
143 ____________________________________________________________________________
144 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
145         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
146              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
147              Date: Sat, 2 Feb 2002 13:11:01 +0100           
148              Message-ID: <20020202131101.A722@rafael>               
149              
150              Subject: [PATCH t/op/ver.t] another false positive
151              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
152              Date: Sat, 2 Feb 2002 13:38:22 +0100           
153              Message-ID: <20020202133822.E722@rafael>         
154              
155              Subject: [PATCH] t/test.pl:ok() doesn't work
156              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
157              Date: Sun, 03 Feb 2002 00:02:38 -0800          
158              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
159      Branch: perl
160            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
161            ! t/test.pl
162 ____________________________________________________________________________
163 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
164         Log: Subject: [PATCH @13746] OS2::Process's constants
165              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
166              Date: Sat, 2 Feb 2002 01:00:55 -0500           
167              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
168      Branch: perl
169            ! os2/OS2/Process/Makefile.PL
170 ____________________________________________________________________________
171 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
172         Log: Subject: [PATCH @13746] h2xs   
173              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
174              Date: Sat, 2 Feb 2002 00:58:44 -0500           
175              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
176      Branch: perl
177            ! utils/h2xs.PL
178 ____________________________________________________________________________
179 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
180         Log: EBCDIC: since #14519 made \N{...} to remap,
181              the test cannot expect an ASCII code point.
182      Branch: perl
183            ! lib/charnames.t
184 ____________________________________________________________________________
185 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
186         Log: Sub-MANIFEST-tweak.
187      Branch: perl
188            ! ext/Encode/MANIFEST
189 ____________________________________________________________________________
190 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
191         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
192              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
193              Date: Fri, 01 Feb 2002 23:51:03 +0900
194              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
195      Branch: perl
196            ! ext/Encode/lib/Encode/Tcl/Escape.pm
197 ____________________________________________________________________________
198 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
199         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
200              From: Andy Dougherty <doughera@lafayette.edu>
201              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
202              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
203      Branch: perl
204            ! README.solaris hints/solaris_2.sh
205 ____________________________________________________________________________
206 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
207         Log: EBCDIC: no hope to get the low 256 right in unifolding.
208      Branch: perl
209            ! t/uni/fold.t
210 ____________________________________________________________________________
211 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
212         Log: todo entry for missing pack formats.
213      Branch: perl
214            ! pod/perltodo.pod
215 ____________________________________________________________________________
216 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
217         Log: EBCDIC: the low 256 \N{...} need to be remapped.
218      Branch: perl
219            ! toke.c
220 ____________________________________________________________________________
221 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
222         Log: Integrate perlio; 
223              
224              Minor Encode tweaks:
225              - move Encode.pm back to top of Encode like normal XS extension
226              - avoid .def as a file extension (Win32 builds)
227      Branch: perl
228            ! MANIFEST
229           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
230           !> ext/Encode/Makefile.PL ext/Encode/compile
231 ____________________________________________________________________________
232 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
233         Log: Subject: [PATCH utf8.t] temp file not cleaned up
234              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
235              Date: Fri, 1 Feb 2002 15:47:46 +0100
236              Message-ID: <20020201154746.A24079@rafael>
237      Branch: perl
238            ! t/io/utf8.t
239 ____________________________________________________________________________
240 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
241         Log: Subject: [PATCH] make "lstat FH" croak
242              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
243              Date: Fri, 1 Feb 2002 15:12:50 +0100
244              Message-ID: <20020201151250.A738@rafael>
245      Branch: perl
246            ! pod/perldiag.pod pp_sys.c t/op/stat.t
247 ____________________________________________________________________________
248 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
249         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
250              From: Kay Röpke <kroepke@dolphin-services.de>
251              Date: Fri, 1 Feb 2002 01:10:43 +0100
252              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
253      Branch: perl
254            ! t/op/stat.t
255 ____________________________________________________________________________
256 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
257         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
258              I got it in Tru64 + ithreads but only without -g, took
259              some debugging by printf (which was no fun either since
260              adding some debug printfs hid the error)
261      Branch: perl
262            ! regexec.c utf8.c
263 ____________________________________________________________________________
264 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
265         Log: Subject: Re: [PATCH] perl -V:
266              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
267              Date: Thu, 31 Jan 2002 12:10:20 -0800
268              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
269              
270              Subject: Re: [PATCH] perl -V:
271              From: Michael G Schwern <schwern@pobox.com>
272              Date: Thu, 31 Jan 2002 16:43:13 -0500
273              Message-ID: <20020131214313.GH6498@blackrider>
274      Branch: perl
275            ! t/run/switches.t
276 ____________________________________________________________________________
277 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
278         Log: #14505 effect.
279      Branch: perl
280            ! pod/perluniintro.pod
281 ____________________________________________________________________________
282 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
283         Log: Daniel S. Lewart adopts the Math::Complex.
284      Branch: perl
285            ! lib/Math/Complex.pm
286 ____________________________________________________________________________
287 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
288         Log: More Complex DWIMmery.
289      Branch: perl
290            ! lib/Math/Complex.pm lib/Math/Complex.t
291 ____________________________________________________________________________
292 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
293         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
294              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
295              Date: Thu, 31 Jan 2002 14:37:52 +0100
296              Message-ID: <20020131143752.A1452@rafael>
297      Branch: perl
298            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
299 ____________________________________________________________________________
300 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
301         Log: Turn the I/O Unicode error by default on, but the
302              character-generating Unicode error by default off,
303              as Larry suggested.
304      Branch: perl
305            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
306            ! utf8.c
307 ____________________________________________________________________________
308 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
309         Log: Subject: [PATCH] open.pm minor cleanup
310              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
311              Date: Thu, 31 Jan 2002 15:03:02 +0100
312              Message-ID: <20020131150302.C1452@rafael>
313      Branch: perl
314            ! lib/open.pm
315 ____________________________________________________________________________
316 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
317         Log: Update Changes.
318      Branch: perl
319            ! Changes patchlevel.h
320 ____________________________________________________________________________
321 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
322         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
323              From: Robin Barker <rmb1@cise.npl.co.uk>
324              Date: Wed, 30 Jan 2002 11:58:33 GMT
325              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
326      Branch: perl
327            ! lib/CPAN.pm
328 ____________________________________________________________________________
329 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
330         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
331              re-sort MANIFEST.
332      Branch: perl
333            + ext/Encode/Encode.pm
334            - ext/Encode/lib/Encode.pm
335            ! MANIFEST ext/Encode/Makefile.PL
336 ____________________________________________________________________________
337 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
338         Log: Integrate perlio;
339              
340              Collect some stats during compile process.
341              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
342              as one XS - inconclusive - marginal win?
343              Add some comments to encode.h
344      Branch: perl
345           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
346           !> ext/Encode/encode.h
347 ____________________________________________________________________________
348 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
349         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
350              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
351              Date: Tue, 29 Jan 2002 01:13:09 -0800
352              Message-ID: <lemV8gzkgu/K092yn@efn.org>
353      Branch: perl
354            ! configpm
355 ____________________________________________________________________________
356 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
357         Log: Subject: [PATCH t/op/inccode.t] new test
358              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
359              Date: Tue, 29 Jan 2002 22:03:45 +0100
360              Message-ID: <20020129220345.A704@rafael>
361      Branch: perl
362            ! t/op/inccode.t
363 ____________________________________________________________________________
364 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
365         Log: EBCDIC: t/op/lc.t now passes.
366      Branch: perl
367            ! t/op/lc.t
368 ____________________________________________________________________________
369 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
370         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
371      Branch: perl
372            ! utf8.c
373 ____________________________________________________________________________
374 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
375         Log: Must find stuff during build.
376      Branch: perl
377            ! ext/Encode/compile
378 ____________________________________________________________________________
379 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
380         Log: Integrate with perlio;
381              
382              Basics of a compiled Encode XS extension
383      Branch: perl
384           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
385           +> ext/Encode/Encode/euc-jp.ucm
386           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
387           !> ext/Encode/encode.h
388 ____________________________________________________________________________
389 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
390         Log: EBCDIC tweaks-- no new test passes, but getting closer.
391      Branch: perl
392            ! utf8.c
393 ____________________________________________________________________________
394 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
395         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
396              From: Richard Clamp <richardc@unixbeard.net>
397              Date: Mon, 28 Jan 2002 02:17:55 +0000
398              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
399      Branch: perl
400            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
401 ____________________________________________________________________________
402 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
403         Log: OS/390 seems to do length 0 udp reads, Nicholas says
404              skippage is for now the best cause of action.
405      Branch: perl
406            ! ext/Socket/socketpair.t
407 ____________________________________________________________________________
408 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
409         Log: Encode cleanup from Dan Kogai; reworked even further.
410      Branch: perl
411            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
412            + ext/Encode/lib/Encode/Encoding.pm
413            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
414            + ext/Encode/lib/Encode/Tcl/Escape.pm
415            + ext/Encode/lib/Encode/Tcl/Extended.pm
416            + ext/Encode/lib/Encode/Tcl/HanZi.pm
417            + ext/Encode/lib/Encode/Tcl/Table.pm
418            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
419            + ext/Encode/lib/Encode/iso10646_1.pm
420            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
421            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
422            + ext/Encode/t/Tcl.t
423            - ext/Encode.t ext/Encode/Encode.pm
424            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
425            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
426            ! MANIFEST ext/Encode/Encode/8859-1.ucm
427            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
428            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
429            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
430            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
431            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
432            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
433            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
434            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
435            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
436            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
437            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
438            ! ext/Encode/compile
439 ____________________________________________________________________________
440 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
441         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
442      Branch: perl
443            ! djgpp/djgpp.c perlio.c
444 ____________________________________________________________________________
445 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
446         Log: Prettier printing from Michael Schwern.
447      Branch: perl
448            ! t/test.pl
449 ____________________________________________________________________________
450 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
451         Log: Show also the debug and debugcolor as known pragmas.
452      Branch: perl
453            ! ext/re/re.pm
454 ____________________________________________________________________________
455 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
456         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
457              From: "Craig A. Berry" <craigberry@mac.com>
458              Date: Mon, 28 Jan 2002 16:30:30 -0600
459              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
460      Branch: perl
461            ! ext/B/t/assembler.t
462 ____________________________________________________________________________
463 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
464         Log: DJGPP needs to know its exe soon, too.
465      Branch: perl
466            ! Configure
467 ____________________________________________________________________________
468 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
469         Log: Round #2 on EBCDICation.
470      Branch: perl
471            ! t/op/append.t
472 ____________________________________________________________________________
473 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
474         Log: Integrate perlio;
475              
476              Set makefile.mk CCHOME etc. for default locations of MinGW and free
477              Borland compilers. (Borland builds one or two oddities.)
478      Branch: perl
479           !> win32/config.bc win32/makefile.mk
480 ____________________________________________________________________________
481 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
482         Log: Misunderstood Merijn's patch.
483      Branch: perl
484            ! hints/hpux.sh
485 ____________________________________________________________________________
486 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
487         Log: Misapplied Merijn's patch.
488      Branch: perl
489            ! Configure
490 ____________________________________________________________________________
491 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
492         Log: Update Changes.
493      Branch: perl
494            ! Changes patchlevel.h
495 ____________________________________________________________________________
496 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
497         Log: BeOS has sockets but not true ones.
498      Branch: perl
499            ! pp_sys.c
500 ____________________________________________________________________________
501 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
502         Log: For some strange reason under the smoke harness the alignment
503              test hangs in HP-UX 10.20.  So hint it to avoid the test.
504      Branch: perl
505            ! hints/hpux.sh
506 ____________________________________________________________________________
507 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
508         Log: Allow d_u32align to be hinted.
509      Branch: perl
510            ! Configure
511 ____________________________________________________________________________
512 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
513         Log: The shift key is important.
514      Branch: perl
515            ! ext/B/B.xs
516 ____________________________________________________________________________
517 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
518         Log: The "used only once" warnings (from gv_check) come
519              in pseudorandom hash order-- in EBCDIC the order
520              is different.  Add a new option that allow the warnings
521              to come in any order (Paul Marquess).
522      Branch: perl
523            ! lib/warnings.t t/lib/warnings/perl
524 ____________________________________________________________________________
525 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
526         Log: Integrate perlio; the 0nothread test failure without threads.
527      Branch: perl
528           !> ext/threads/shared/t/0nothread.t
529 ____________________________________________________________________________
530 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
531         Log: FAQ sync.
532      Branch: perl
533            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
534            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
535            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
536            ! pod/perlfaq9.pod
537 ____________________________________________________________________________
538 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
539         Log: Upgrade to podlators 1.20.
540      Branch: perl
541            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
542 ____________________________________________________________________________
543 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
544         Log: Retract #14448, a better patch coming up.
545      Branch: perl
546            ! lib/Pod/t/basic.t
547 ____________________________________________________________________________
548 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
549         Log: EBCDIC portability.
550      Branch: perl
551            ! t/op/append.t
552 ____________________________________________________________________________
553 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
554         Log: Further cygwin installperl tweak from Gerrit P. Haase.
555      Branch: perl
556            ! installperl
557 ____________________________________________________________________________
558 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
559         Log: A bug in Bulgarian EBCDIC locale (this sounds like
560              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
561              locales failed, too.  The patch works around the bug by
562              skipping the test, but the real problem may be deeper
563              (affecting probably only EBCDIC platforms, though):
564              see the comment in locale.t for more details.
565      Branch: perl
566            ! lib/locale.t
567 ____________________________________________________________________________
568 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
569         Log: Subject: Bleadperl on Cygwin today
570              From: "Gerrit P. Haase" <gp@familiehaase.de>              
571              Date: Sun, 27 Jan 2002 22:30:41 +0100
572              Message-ID: <462007239437.20020127223041@familiehaase.de>
573      Branch: perl
574            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
575            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
576            ! lib/ExtUtils/t/MM_Cygwin.t
577 ____________________________________________________________________________
578 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
579         Log: Unfinished EBCDIC branch.
580      Branch: perl
581            ! t/op/ver.t
582 ____________________________________________________________________________
583 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
584         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
585      Branch: perl
586            ! ext/B/B.xs ext/B/B/Deparse.pm
587 ____________________________________________________________________________
588 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
589         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
590              platforms.
591      Branch: perl
592            ! ext/B/t/stash.t
593 ____________________________________________________________________________
594 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
595         Log: Apparently no need for EBCDIC exception any more.
596      Branch: perl
597            ! ext/B/t/showlex.t
598 ____________________________________________________________________________
599 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
600         Log: (retracted by #14458)
601              (Russ Allbery) OS/390 is using a high-bit character for ESC,
602              skip the test for now.  A better fix would be to override
603              the notion of the platform's escape sequence in the test
604              of Pod::Text::Termcap.  We may have to apply a filter to
605              the output to substitute back in the ESC character that
606              the test expects, but only on OS/390.
607      Branch: perl
608            ! lib/Pod/t/basic.t
609 ____________________________________________________________________________
610 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
611         Log: Detypo.
612      Branch: perl
613            ! ext/Devel/Peek/Peek.t
614 ____________________________________________________________________________
615 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
616         Log: OS/390 USS has a different idea of the pw* functions.
617              Also, test the name with eq, not with ==.
618      Branch: perl
619            ! lib/User/pwent.t
620 ____________________________________________________________________________
621 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
622         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
623      Branch: perl
624            ! doio.c
625 ____________________________________________________________________________
626 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
627         Log: ASCIIisms.
628      Branch: perl
629            ! ext/PerlIO/t/encoding.t
630 ____________________________________________________________________________
631 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
632         Log: chr(42) ne '*'  if one is in EBCDIC.
633      Branch: perl
634            ! t/op/pack.t
635 ____________________________________________________________________________
636 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
637         Log: Subject: [PATCH] Fix up recent op/stat.t failures
638              From: Andy Dougherty <doughera@lafayette.edu>
639              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
640              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
641      Branch: perl
642            ! t/op/stat.t
643 ____________________________________________________________________________
644 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
645         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
646              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
647              Date: Sun, 27 Jan 2002 15:03:18 +0100
648              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
649      Branch: perl
650            ! lib/ExtUtils/t/Command.t
651 ____________________________________________________________________________
652 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
653         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
654              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
655              Date: Sun, 27 Jan 2002 14:51:10 +0100
656              Message-ID: <20020127145110.A16332@rafael>
657      Branch: perl
658            ! ext/B/B/Deparse.pm
659 ____________________________________________________________________________
660 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
661         Log: Comment to avoid later "cleanups."
662      Branch: perl
663            ! lib/ExtUtils/MakeMaker.pm
664 ____________________________________________________________________________
665 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
666         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
667              instead of just FOO=... cmd ...
668      Branch: perl
669            ! Makefile.SH
670 ____________________________________________________________________________
671 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
672         Log: Overquoting bad (in UNIX one would get
673              Can't open perl script "'-I../lib'": No such file or directory)
674      Branch: perl
675            ! lib/Pod/t/Usage.t
676 ____________________________________________________________________________
677 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
678         Log: Integrate perlio;
679              
680              "All tests successful" VC6.0 Win32
681              (Update config.vc to need cppstdin so those tests are skipped...)
682      Branch: perl
683           !> win32/config.vc win32/config_H.bc win32/config_H.gc
684           !> win32/config_H.vc
685 ____________________________________________________________________________
686 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
687         Log: Integrate perlio;
688              
689              1st two tests of File/Find/t/find.t and taint.t were run after 
690              calling cleanup(). If previous fail had left for_find directory,
691              but no content in it then cleanup() returned cd'ed to that directory.
692              So tests failed. Fixed cleanup()-s.
693              
694              If we get to sighandler by mistake (no perl handler set) then
695              warn() and exit() rather than die() - should never happen
696              but if it does context needed to die is likely to be trashed
697              as well.
698              
699              Win32 signal emulation cleanup.
700              
701              Tinkering with thread cleanup mutex-ing - not the problem 
702              (op.c is) but could have been...
703              
704              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
705              Should really be looked at by someone that knows about pads.
706              
707              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
708              for CRLF line endings.
709      Branch: perl
710           !> ext/threads/threads.xs lib/File/Find/t/find.t
711           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
712           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
713 ____________________________________________________________________________
714 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
715         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
716              From: "Craig A. Berry" <craigberry@mac.com>       
717              Date: Sat, 26 Jan 2002 11:19:44 -0600
718              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
719      Branch: perl
720            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
721 ____________________________________________________________________________
722 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
723         Log: Integrate perlio;
724              
725              Fix winsystem.t's attempt to build showav.exe to work
726              with gcc (which writes a.exe unless told with -o ).
727              Also put in a few more fail-safes to check .exe got
728              built somehow.
729              
730              More Win32 tuning
731              
732              Save $! so that other syscalls don't disturb it before
733              we test it.
734      Branch: perl
735           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
736           !> t/op/winsystem.t
737 ____________________________________________________________________________
738 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
739         Log: Subject: [PATCH] new test in op/universal.t
740              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
741              Date: Fri, 25 Jan 2002 23:17:33 +0100
742              Message-ID: <20020125231733.A11733@rafael>
743      Branch: perl
744            ! t/op/universal.t
745 ____________________________________________________________________________
746 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
747         Log: Subject: [Patch Encode.xs] calculation of need overflows
748              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
749              Date: Sat, 26 Jan 2002 00:58:50 +0900
750              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
751      Branch: perl
752            ! ext/Encode/Encode.xs
753 ____________________________________________________________________________
754 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
755         Log: Integrate changes 13474+13478+13584 from maintperl;
756              anon sub leakage.
757      Branch: perl
758            ! op.c t/run/fresh_perl.t
759 ____________________________________________________________________________
760 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
761         Log: Update Changes.
762      Branch: perl
763            ! Changes patchlevel.h
764 ____________________________________________________________________________
765 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
766         Log: Integrate perlio; extensive threads and threads::shared work
767              (note that the below is a chronological list of perlio
768              check-in entries since the last integrate)
769              
770              Nearly-working threads re-structuring. Do not integrate,
771              submit-ing to get to Win32, and as "off site" backup.
772              
773              threads work again on Win32. (Not threads::shared yet)
774              Submit to see if they do on Linux.
775              
776              Add new threads/typemap to MANIFEST
777              
778              XS side of new threads::shared designed, coded and compiles,
779              and mostly commented but is totaly untested.
780              submit in case anyone wants a preview.
781              
782              Miss mg_len == 0 meaning don't Safefree
783              
784              Shared scalars working, some shared array ops working.
785              
786              Implement recursive lock and use of scope for PL_sharedsv_space,
787              so now croak() from asserts does not leave locks.
788              Make hv_simple compile (new prototype for debugging probe).
789              
790              thread::shared nearly working again - remaining issue
791              is references withing shared space.
792              Added bulk test with no threads involved (for debugging)
793              Tuned tests to skip those needing _thrcnt
794              
795              SvTEMP_off to stop private PV's being stolen and stored in shared space
796              
797              Except Win32 from echo tests. (Alarm does not break into connect)
798              
799              Expand command line test globs on Win32.
800              
801              threads::shared tidy up:
802              - Add _id() function to shared.xs so we can test refs point at same thing.
803              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
804              - Allow no_share to pass if sharing to works despite mis-ordering.
805              - Change docs of threads to document ->create() (as used in tests),
806              and not mention "new".
807              
808              Linux/NFS hackery was not faking right number of passes.
809      Branch: perl
810           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
811           +> ext/threads/typemap
812            - ext/threads/threads.h sharedsv.c sharedsv.h
813            ! NetWare/config_H.wc
814           !> (integrate 38 files)
815 ____________________________________________________________________________
816 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
817         Log: Subject: Re: perldebguts minor tweaks
818              From: Joe McMahon <mcmahon@metalab.unc.edu>
819              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
820              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
821      Branch: perl
822            ! pod/perldebguts.pod
823 ____________________________________________________________________________
824 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
825         Log: Okay, you can come home now, _().
826      Branch: perl
827            ! config_h.SH
828 ____________________________________________________________________________
829 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
830         Log: Subject: perldebguts minor tweaks
831              From: Joe McMahon <mcmahon@metalab.unc.edu>
832              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
833              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
834      Branch: perl
835            ! pod/perldebguts.pod
836 ____________________________________________________________________________
837 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
838         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
839              From: Peter Scott <Peter@PSDT.com>
840              Date: Thu, 24 Jan 2002 08:51:34 -0800
841              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
842      Branch: perl
843            ! pod/perldebguts.pod
844 ____________________________________________________________________________
845 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
846         Log: Few more paranoia checks for Unicode hash keys.
847      Branch: perl
848            ! t/op/each.t
849 ____________________________________________________________________________
850 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
851         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
852              From: Andy Dougherty <doughera@lafayette.edu>
853              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
854              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
855      Branch: perl
856            ! t/op/stat.t
857 ____________________________________________________________________________
858 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
859         Log: The
860              
861              Subject: Very old debugger UTF-8 bug
862              From: andreas.koenig@anima.de (Andreas J. Koenig)
863              Date: 24 Jan 2002 12:45:44 +0100
864              Message-ID: <m3y9iot1jr.fsf@anima.de>
865              
866              still broken, but this should work as a stopgap
867              measure to stop pp_match accessing naughty data.
868      Branch: perl
869            ! pod/perldiag.pod pp_hot.c
870 ____________________________________________________________________________
871 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
872         Log: Pacify picky compilers (this time Sun Workshop).
873      Branch: perl
874            ! Configure
875 ____________________________________________________________________________
876 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
877         Log: Subject: Very old debugger UTF-8 bug
878              From: andreas.koenig@anima.de (Andreas J. Koenig)
879              Date: 24 Jan 2002 12:45:44 +0100
880              Message-ID: <m3y9iot1jr.fsf@anima.de>
881      Branch: perl
882            ! lib/dumpvar.pl
883 ____________________________________________________________________________
884 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
885         Log: Sprinkle some copyrights (use the oldest timestamp to
886              be found in the repository, which is most often not right,
887              but at least consistent)
888      Branch: perl
889            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
890            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
891            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
892            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
893            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
894            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
895            ! unixish.h xsutils.c
896 ____________________________________________________________________________
897 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
898         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
899      Branch: perl
900            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
901            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
902            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
903            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
904            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
905            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
906            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
907            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
908            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
909            ! x2p/util.c x2p/util.h x2p/walk.c
910 ____________________________________________________________________________
911 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
912         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
913              therefore quite probably also obsolete code.
914      Branch: perl
915            ! sv.c
916 ____________________________________________________________________________
917 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
918         Log: Update Changes.
919      Branch: perl
920            ! Changes patchlevel.h
921 ____________________________________________________________________________
922 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
923         Log: Small update on todo.  Could use a lot more.
924      Branch: perl
925            ! pod/perltodo.pod
926 ____________________________________________________________________________
927 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
928         Log: Subject: [ID 20020121.003] perldata doco bug
929              From: John Stumbles <jstumbles@bluearc.com>
930              Date: Mon, 21 Jan 2002 14:19:56 -0000
931              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
932      Branch: perl
933            ! pod/perldata.pod
934 ____________________________________________________________________________
935 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
936         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
937              From: Michael G Schwern <schwern@pobox.com>
938              Date: Mon, 21 Jan 2002 15:16:42 -0500
939              Message-ID: <20020121201642.GA6659@blackrider>
940      Branch: perl
941            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
942 ____________________________________________________________________________
943 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
944         Log: Subject: [PATCH] Re: eval not catching warnings?
945              From: abigail@foad.org
946              Date: Wed, 23 Jan 2002 15:35:47 +0100
947              Message-ID: <20020123143547.24798.qmail@foad.org>
948      Branch: perl
949            ! pod/perlfunc.pod
950 ____________________________________________________________________________
951 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
952         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
953              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
954              Date: Tue, 22 Jan 2002 17:00:54 -0800            
955              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
956      Branch: perl
957            ! t/run/fresh_perl.t
958 ____________________________________________________________________________
959 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
960         Log: HP-UX 10.20 cc pacifying from Merijn.
961      Branch: perl
962            ! Configure
963 ____________________________________________________________________________
964 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
965         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
966              From: "Craig A. Berry" <craigberry@mac.com> 
967              Date: Tue, 22 Jan 2002 22:14:26 -0600
968              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
969      Branch: perl
970            ! vms/test.com
971 ____________________________________________________________________________
972 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
973         Log: AIX cpp bug: having macro arguments and character constants
974              "the same" means trouble (here s and 's')
975              What broke now was 841 and 842 of t/op/pat.t, because of the
976              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
977              (note that breakage happened only under cc_r and usethreads+
978              useithreads)
979      Branch: perl
980            ! utf8.h
981 ____________________________________________________________________________
982 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
983         Log: Subject: [PATCH] Support truncate() in VOS port
984              From: Paul_GreenVOS@vos.stratus.com
985              Date: Mon, 21 Jan 02 23:27 est
986              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
987      Branch: perl
988            + vos/vos.c
989            ! MANIFEST hints/vos.sh vos/vosish.h
990 ____________________________________________________________________________
991 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
992         Log: Get rid of the _() macro since (1) we require ANSI anyway
993              (2) Other software (GNU) seems to use it and we don't need it,
994              so let's give it up.
995      Branch: perl
996            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
997            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
998            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
999            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
1000            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
1001            ! wince/config.h wince/config_H.ce
1002 ____________________________________________________________________________
1003 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
1004         Log: Subject: [BUG] /\_/ an unrecognized escape?
1005              From: Michael G Schwern <schwern@pobox.com>
1006              Date: Mon, 21 Jan 2002 15:22:54 -0500
1007              Message-ID: <20020121202254.GA6731@blackrider>
1008      Branch: perl
1009            ! t/lib/warnings/toke toke.c
1010 ____________________________________________________________________________
1011 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
1012         Log: Undo the renaming of the Unicode data files; the simple
1013              solution being not including the *.html files.  This means
1014              that in the future there is no need for any renamings
1015              (well, assuming that the Consortium doesn't cause any),
1016              and the files are named like they are in the Consortium
1017              website, thus alleviating confusion.
1018      Branch: perl
1019            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
1020            + lib/unicore/CaseFolding.txt
1021            + lib/unicore/CompositionExclusions.txt
1022            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
1023            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
1024            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
1025            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
1026            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
1027            - lib/unicore/NamesList.html lib/unicore/PropList.html
1028            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
1029            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
1030            - lib/unicore/rename
1031            ! (edit 285 files)
1032 ____________________________________________________________________________
1033 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
1034         Log: Update Changes.
1035      Branch: perl
1036            ! Changes patchlevel.h
1037 ____________________________________________________________________________
1038 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
1039         Log: Subject: RE: BCC for Win32 is unhappy @14331
1040              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
1041              Date: Mon, 21 Jan 2002 09:48:40 +0300
1042              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
1043              
1044              (using IV instead of int)
1045      Branch: perl
1046            ! hv.h
1047 ____________________________________________________________________________
1048 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
1049         Log: path_is_absolute() needs a prototype (and maybe
1050              a better name, but that's another story).
1051      Branch: perl
1052            ! embed.fnc embed.h pp_ctl.c proto.h
1053 ____________________________________________________________________________
1054 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
1055         Log: Subject: Re: coderefs in @INC
1056              From: Chris Nandor <pudge@pobox.com>
1057              Date: Thu, 17 Jan 2002 11:26:02 -0500
1058              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
1059      Branch: perl
1060            ! pp_ctl.c
1061 ____________________________________________________________________________
1062 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
1063         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
1064              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1065              Date: Sun, 20 Jan 2002 22:53:56 +0100
1066              Message-ID: <20020120225356.A12093@rafael>
1067      Branch: perl
1068            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
1069            ! t/lib/warnings/9enabled warnings.h warnings.pl
1070 ____________________________________________________________________________
1071 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
1072         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
1073              From: "Craig A. Berry" <craigberry@mac.com>
1074              Date: Sun, 20 Jan 2002 22:49:42 -0600
1075              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
1076      Branch: perl
1077            ! lib/ExtUtils/MakeMaker.pm
1078 ____________________________________________________________________________
1079 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
1080         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
1081              From: Paul_GreenVOS@vos.stratus.com
1082              Date: Sat, 19 Jan 02 17:17 est
1083              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
1084              
1085              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
1086              From: Paul_GreenVOS@vos.stratus.com
1087              Date: Sat, 19 Jan 02 17:19 est
1088              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
1089      Branch: perl
1090            ! lib/ExtUtils/t/Command.t
1091 ____________________________________________________________________________
1092 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
1093         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
1094              From: Paul_GreenVOS@vos.stratus.com
1095              Date: Sat, 19 Jan 02 14:30 est
1096              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
1097      Branch: perl
1098            ! lib/AnyDBM_File.t
1099 ____________________________________________________________________________
1100 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
1101         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
1102              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
1103              Date: Sun, 20 Jan 2002 13:51:36 +0100
1104              Message-ID: <20020120135136.A710@rafael>
1105      Branch: perl
1106            ! ext/File/Glob/t/basic.t
1107 ____________________________________________________________________________
1108 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
1109         Log: Make also hex() and oct() to croak if their arguments
1110              cannot be downgraded (that is, if they contain wide
1111              characters), just like crypt() does (and use the croak
1112              feature of sv_utf8_downgrade()).
1113      Branch: perl
1114            ! pp.c t/op/oct.t
1115 ____________________________________________________________________________
1116 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
1117         Log: Regen toc.
1118      Branch: perl
1119            ! pod/perltoc.pod
1120 ____________________________________________________________________________
1121 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
1122         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
1123              From: David Dyck <dcd@tc.fluke.com>
1124              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
1125              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
1126      Branch: perl
1127            ! pod/perl5004delta.pod pod/perl5005delta.pod
1128            ! pod/perl561delta.pod pod/perl56delta.pod
1129 ____________________________________________________________________________
1130 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
1131         Log: FAQ sync.
1132      Branch: perl
1133            ! pod/perlfaq1.pod pod/perlfaq2.pod
1134 ____________________________________________________________________________
1135 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
1136         Log: Subject: [PATCH lib/Pod/t/Usage.t]
1137              From: Abe Timmerman <abe@ztreet.demon.nl>
1138              Date: Sat, 19 Jan 2002 19:57:57 +0100
1139              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
1140      Branch: perl
1141            + lib/Pod/t/Usage.t
1142            ! MANIFEST
1143 ____________________________________________________________________________
1144 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
1145         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
1146              From: Paul_GreenVOS@vos.stratus.com
1147              Date: Sat, 19 Jan 02 13:15 est
1148              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
1149      Branch: perl
1150            ! ext/SDBM_File/sdbm.t
1151 ____________________________________________________________________________
1152 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
1153         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
1154      Branch: perl
1155           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
1156           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
1157 ____________________________________________________________________________
1158 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
1159         Log: Alternative Time::Local algorithm that uses matematical formula
1160              for timegm instead of progressive guessing
1161      Branch: perl
1162            ! lib/Time/Local.pm
1163 ____________________________________________________________________________
1164 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
1165         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
1166              From: Paul_GreenVOS@vos.stratus.com
1167              Date: Sat, 19 Jan 02 11:20 est
1168              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
1169      Branch: perl
1170            ! ext/File/Glob/t/basic.t
1171 ____________________________________________________________________________
1172 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
1173         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
1174              From: Paul_GreenVOS@vos.stratus.com
1175              Date: Fri, 18 Jan 02 22:56 est
1176              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
1177      Branch: perl
1178            ! ext/Cwd/t/cwd.t
1179 ____________________________________________________________________________
1180 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
1181         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
1182              From: Paul_GreenVOS@vos.stratus.com
1183              Date: Fri, 18 Jan 02 22:48 est
1184              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
1185      Branch: perl
1186            ! lib/Time/Local.t
1187 ____________________________________________________________________________
1188 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
1189         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
1190              From: Paul_GreenVOS@vos.stratus.com
1191              Date: Fri, 18 Jan 02 16:22 est
1192              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
1193      Branch: perl
1194            ! ext/Devel/DProf/DProf.t
1195 ____________________________________________________________________________
1196 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
1197         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
1198              From: Tels <perl_dummy@bloodgate.com>
1199              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
1200              Message-Id: <200201182106.XAA19133@taku.hut.fi>
1201      Branch: perl
1202            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
1203 ____________________________________________________________________________
1204 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
1205         Log: Don't do socketpair udp unless you've got all what it takes.
1206      Branch: perl
1207            ! util.c
1208 ____________________________________________________________________________
1209 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
1210         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
1211              From: Tels <perl_dummy@bloodgate.com>
1212              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
1213              Message-Id: <200201182206.AAA15310@taku.hut.fi>
1214      Branch: perl
1215            ! lib/ExtUtils/MM_BeOS.pm
1216 ____________________________________________________________________________
1217 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
1218         Log: Avoid bare "set", and kiss .uucp goodbye.
1219      Branch: perl
1220            ! Configure
1221 ____________________________________________________________________________
1222 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
1223         Log: Retract #14327 for now, going to the limit seems
1224              to be too much for many platforms.
1225      Branch: perl
1226            ! lib/Time/Local.t
1227 ____________________________________________________________________________
1228 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
1229         Log: Update Changes.
1230      Branch: perl
1231            ! Changes patchlevel.h
1232 ____________________________________________________________________________
1233 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
1234         Log: Try to make the connect/read/write timeouting.
1235      Branch: perl
1236            ! ext/Socket/Socket.t
1237 ____________________________________________________________________________
1238 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
1239         Log: Netware Makefile tweak from Ananth Kesari.
1240      Branch: perl
1241            ! NetWare/Makefile
1242 ____________________________________________________________________________
1243 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
1244         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
1245              From: Michael G Schwern <schwern@pobox.com>
1246              Date: Fri, 18 Jan 2002 03:10:27 -0500
1247              Message-ID: <20020118081027.GE7226@blackrider>
1248      Branch: perl
1249            ! lib/File/Find.pm
1250 ____________________________________________________________________________
1251 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
1252         Log: (retracted by #14334)
1253              
1254              Subject: [PATCH] Improving lib/Time/Local.t
1255              From: Paul_GreenVOS@vos.stratus.com        
1256              Date: Thu, 17 Jan 02 22:36 est
1257              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
1258      Branch: perl
1259            ! lib/Time/Local.t
1260 ____________________________________________________________________________
1261 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
1262         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
1263              From: Abe Timmerman <abe@ztreet.demon.nl>  
1264              Date: Fri, 18 Jan 2002 13:18:47 +0100
1265              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
1266      Branch: perl
1267            ! lib/ExtUtils/t/MM_Win32.t
1268 ____________________________________________________________________________
1269 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
1270         Log: Subject: [PATCH] Syncing with bleadperl 
1271              From: Michael G Schwern <schwern@pobox.com> 
1272              Date: Fri, 18 Jan 2002 03:04:33 -0500
1273              Message-ID: <20020118080432.GC7226@blackrider>
1274      Branch: perl
1275            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
1276            - lib/ExtUtils/inst
1277            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
1278            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
1279            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
1280            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
1281            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
1282            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
1283            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
1284            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
1285            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
1286            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
1287            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
1288            ! lib/ExtUtils/testlib.pm
1289 ____________________________________________________________________________
1290 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
1291         Log: Detypo.
1292      Branch: perl
1293            ! AUTHORS
1294 ____________________________________________________________________________
1295 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
1296         Log: Subject: [PATCH] MM check_hints test
1297              From: Michael G Schwern <schwern@pobox.com>
1298              Date: Thu, 17 Jan 2002 20:25:57 -0500
1299              Message-ID: <20020118012557.GE32762@blackrider>
1300      Branch: perl
1301            + lib/ExtUtils/t/hints.t
1302            ! MANIFEST
1303 ____________________________________________________________________________
1304 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
1305         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
1306              From: Michael G Schwern <schwern@pobox.com> 
1307              Date: Thu, 17 Jan 2002 20:12:20 -0500
1308              Message-ID: <20020118011220.GC32762@blackrider>
1309              
1310              (#14317 replaced with this)
1311      Branch: perl
1312            ! lib/ExtUtils/MakeMaker.pm
1313 ____________________________________________________________________________
1314 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
1315         Log: Subject: [PATCH perldiag] overload.pm warnings
1316              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1317              Date: Thu, 17 Jan 2002 23:53:49 +0100
1318              Message-ID: <20020117235349.A14530@rafael>
1319      Branch: perl
1320            ! pod/perldiag.pod
1321 ____________________________________________________________________________
1322 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
1323         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
1324              From: Michael G Schwern <schwern@pobox.com>
1325              Date: Thu, 17 Jan 2002 16:35:47 -0500
1326              Message-ID: <20020117213546.GD23830@blackrider>
1327      Branch: perl
1328            ! lib/File/Find.pm
1329 ____________________________________________________________________________
1330 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
1331         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
1332              From: chromatic <chromatic@rmci.net>
1333              Date: Thu, 17 Jan 2002 13:04:22 -0700
1334              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
1335      Branch: perl
1336            ! pod/perltodo.pod
1337 ____________________________________________________________________________
1338 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
1339         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
1340              From: chromatic <chromatic@rmci.net>
1341              Date: Thu, 17 Jan 2002 12:59:04 -0700
1342              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
1343      Branch: perl
1344            ! lib/ExtUtils/t/Mkbootstrap.t
1345 ____________________________________________________________________________
1346 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
1347         Log: (replaced by #14322)
1348              The #14300 broke hints file handling.
1349      Branch: perl
1350            ! lib/ExtUtils/MakeMaker.pm
1351 ____________________________________________________________________________
1352 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
1353         Log: Subject: [PATCH] long doubles
1354              From: Nicholas Clark <nick@unfortu.net>
1355              Date: Thu, 17 Jan 2002 17:06:28 +0000
1356              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
1357      Branch: perl
1358            ! Configure
1359 ____________________________________________________________________________
1360 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
1361         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
1362              From: Andy Dougherty <doughera@lafayette.edu>
1363              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
1364              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
1365      Branch: perl
1366            ! Configure
1367 ____________________________________________________________________________
1368 [ 14311] By: sky                                   on 2002/01/17  21:01:00
1369         Log: Simplify the code that duplicates the threads 
1370              init function and the parameters to the thread by using sv_dup. 
1371              Note,what happens if you pass a shared variable as a parameter?
1372      Branch: perl
1373            ! ext/threads/threads.xs
1374 ____________________________________________________________________________
1375 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
1376         Log: Update Changes.
1377      Branch: perl
1378            ! Changes patchlevel.h
1379 ____________________________________________________________________________
1380 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
1381         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
1382              with fresh_perl_is() and fresh_perl_like().
1383      Branch: perl
1384            + t/run/fresh_perl.t
1385            - t/run/kill_perl.t
1386            ! MANIFEST t/test.pl
1387 ____________________________________________________________________________
1388 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
1389         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
1390              From: Benjamin Goldberg <goldbb2@earthlink.net>
1391              Date: Wed, 09 Jan 2002 21:03:16 -0500
1392              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
1393      Branch: perl
1394            ! ext/Unicode/Normalize/Normalize.pm
1395 ____________________________________________________________________________
1396 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
1397         Log: Retract #14144 as Hugo isn't happy with it.
1398      Branch: perl
1399            ! scope.c t/run/kill_perl.t
1400 ____________________________________________________________________________
1401 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
1402         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
1403              From: Richard Clamp <richardc@unixbeard.net>
1404              Date: Wed, 16 Jan 2002 17:34:31 +0000
1405              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
1406      Branch: perl
1407            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
1408 ____________________________________________________________________________
1409 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
1410         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
1411              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1412              Date: Tue, 15 Jan 2002 21:23:30 +0100
1413              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
1414      Branch: perl
1415            ! ext/Opcode/Opcode.xs
1416 ____________________________________________________________________________
1417 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
1418         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
1419              From: Paul_GreenVOS@vos.stratus.com
1420              Date: Wed, 16 Jan 02 6:42 est
1421              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
1422      Branch: perl
1423            ! t/io/fs.t t/op/crypt.t
1424 ____________________________________________________________________________
1425 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
1426         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
1427              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1428              Date: Wed, 16 Jan 2002 13:43:39 +0100
1429              Message-ID: <20020116134339.A704@rafael>
1430              
1431              (replaces #14302)
1432      Branch: perl
1433            ! mg.c t/lib/warnings/mg
1434 ____________________________________________________________________________
1435 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
1436         Log: (replaced by #14303)
1437              Subject: [PATCH] length of undefined $(digit) should warn
1438              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1439              Date: Tue, 15 Jan 2002 23:02:44 +0100            
1440              Message-ID: <20020115230244.A31786@rafael>     
1441      Branch: perl
1442            ! mg.c t/lib/warnings/mg
1443 ____________________________________________________________________________
1444 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
1445         Log: The non-MakeMaker.pm parts of
1446              
1447              Subject: [PATCH] Re: MM_Beos.pm?
1448              From: Tels <perl_dummy@bloodgate.com>
1449              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
1450              Message-Id: <200201142006.WAA29544@taas.iki.fi>
1451      Branch: perl
1452            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
1453            ! lib/ExtUtils/t/MM_Unix.t
1454 ____________________________________________________________________________
1455 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
1456         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
1457              From: Michael G Schwern <schwern@pobox.com>    
1458              Date: Tue, 15 Jan 2002 20:07:50 -0500            
1459              Message-ID: <20020116010750.GH625@blackrider>  
1460      Branch: perl
1461            ! lib/ExtUtils/MakeMaker.pm
1462 ____________________________________________________________________________
1463 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
1464         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
1465              From: Jeffrey Friedl <jfriedl@yahoo.com>       
1466              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
1467              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
1468      Branch: perl
1469            ! lib/Text/Tabs.pm
1470 ____________________________________________________________________________
1471 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
1472         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
1473              From: "Green, Paul" <Paul.Green@stratus.com>
1474              Date: Tue, 15 Jan 2002 22:28:10 -0500
1475              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
1476      Branch: perl
1477            ! lib/ExtUtils/MM_Unix.pm
1478 ____________________________________________________________________________
1479 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
1480         Log: Integrate perlio; offsetof() is in <stddef.h>
1481      Branch: perl
1482           !> ext/Socket/Socket.xs
1483 ____________________________________________________________________________
1484 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
1485         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
1486              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
1487              Canonical.pl and Exact.pl.
1488      Branch: perl
1489            + (add 259 files)
1490            - (delete 288 files)
1491            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
1492            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
1493            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
1494            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
1495 ____________________________________________________________________________
1496 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
1497         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
1498      Branch: perl
1499            ! ext/Socket/Socket.xs
1500 ____________________________________________________________________________
1501 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
1502         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
1503              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1504              Date: Tue, 15 Jan 2002 21:59:19 +0100
1505              Message-ID: <3C44A637.16602.25EB208@localhost>
1506      Branch: perl
1507            ! embed.fnc embed.h proto.h
1508 ____________________________________________________________________________
1509 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
1510         Log: Duh.  The updated In/*.pl weren't checked in.
1511      Branch: perl
1512            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
1513            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
1514            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
1515            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
1516            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
1517            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
1518            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
1519            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
1520            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
1521            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
1522            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
1523            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
1524            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
1525            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
1526            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
1527            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
1528            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
1529            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
1530            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
1531            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
1532            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
1533            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
1534            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
1535            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
1536            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
1537            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
1538            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
1539            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
1540            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
1541            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
1542            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
1543            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
1544            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
1545            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
1546            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
1547            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
1548            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
1549            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
1550            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
1551            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
1552            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
1553            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
1554            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
1555            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
1556            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
1557            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
1558            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
1559            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
1560 ____________________________________________________________________________
1561 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
1562         Log: Update Changes.
1563      Branch: perl
1564            ! Changes patchlevel.h
1565 ____________________________________________________________________________
1566 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
1567         Log: Jeffrey is trying very hard to avoid working on his
1568              book, it would seem :-) (better naming, better comments
1569              in the files)
1570      Branch: perl
1571            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
1572            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
1573            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
1574            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
1575            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
1576            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
1577            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
1578            - lib/unicore/Is/IDStart.pl
1579            ! (edit 200 files)
1580 ____________________________________________________________________________
1581 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
1582         Log: Some protection against spaces in directory names.
1583              (Tru64 still has some makedepend problems in such
1584              cases but that looks like Tru64's problem.)
1585      Branch: perl
1586            ! Configure Makefile.SH
1587 ____________________________________________________________________________
1588 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
1589         Log: Should have been in #14285 but I have sausages for fingers.
1590      Branch: perl
1591            + lib/ExtUtils/MM_BeOS.pm
1592 ____________________________________________________________________________
1593 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
1594         Log: MM_BeOS from Tels.
1595      Branch: perl
1596            + lib/ExtUtils/t/MM_BeOS.t
1597            ! MANIFEST
1598 ____________________________________________________________________________
1599 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
1600         Log: Integrate perlio;
1601              
1602              (reintroduce #14251) Slab allocator for ops
1603              - moved the statics to intrpvar.h
1604              - implemented Slab_Free()
1605              - uses PerlMemShared (for now) if distinction exists.
1606              
1607              Slab allocator submit after resolve -ay to keep it!
1608              
1609              Hand merge of non slab allocator stuff
1610              
1611              const-ness fix in savepv's passing of NULL
1612              
1613              Typo in #else branch of PL_SLAB_ALLOC
1614              
1615              Integrate rest of mainline
1616              
1617              Regen embed enable slab for PERL_IMPLICIT_SYS
1618              
1619              Correct name of PL_OP_SLAB_ALLOC
1620              
1621              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
1622              e.g. -Duse64bitint on a 32-bit platform.
1623              Now uses I32 for use-count and is more careful with its casts.
1624      Branch: perl
1625           !> (integrate 28 files)
1626 ____________________________________________________________________________
1627 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
1628         Log: Subject: [PATCH] Socket::sockaddr_family
1629              From: Gisle Aas <gisle@ActiveState.com> 
1630              Date: 15 Jan 2002 06:35:28 -0800
1631              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
1632      Branch: perl
1633            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
1634 ____________________________________________________________________________
1635 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
1636         Log: Subject: [PATCH perldiag] Style issue
1637              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1638              Date: Tue, 15 Jan 2002 15:36:30 +0100                
1639              Message-ID: <20020115153630.A11568@rafael>
1640      Branch: perl
1641            ! pod/perldiag.pod
1642 ____________________________________________________________________________
1643 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
1644         Log: NetWare tweak from Ananth Kesari.
1645      Branch: perl
1646            ! lib/ExtUtils/MakeMaker.pm
1647 ____________________________________________________________________________
1648 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
1649         Log: Throwback.
1650      Branch: perl
1651            ! MANIFEST
1652 ____________________________________________________________________________
1653 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
1654         Log: A couple of additional character classes from Jeffrey,
1655              hopefully useful in future for internal use for implementing
1656              some special cases of casing.
1657              
1658              Also regenerate once more all the character classes,
1659              now without the timestamp.  A timestamp would be kind of
1660              nice but it's not: having a timestamp in a file means that
1661              even if the effective contents of file really didn't
1662              change, the file looks as if it changed.
1663      Branch: perl
1664            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
1665            + lib/unicore/Is/CombAbov.pl
1666            ! (edit 304 files)
1667 ____________________________________________________________________________
1668 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
1669         Log: Make the test harder.
1670      Branch: perl
1671            ! t/op/pat.t
1672 ____________________________________________________________________________
1673 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
1674         Log: Additional utf8_heavy.pl tweak from Jeffrey.
1675      Branch: perl
1676            ! lib/utf8_heavy.pl
1677 ____________________________________________________________________________
1678 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
1679         Log: Pod nits.
1680      Branch: perl
1681            ! lib/Unicode/UCD.pm pod/perlunicode.pod
1682 ____________________________________________________________________________
1683 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
1684         Log: The Unicode categories doc patch to go with #14254,
1685              from Jeffrey.
1686      Branch: perl
1687            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
1688 ____________________________________________________________________________
1689 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
1690         Log: There isn't going to be perl.third.exe.
1691      Branch: perl
1692            ! Makefile.SH
1693 ____________________________________________________________________________
1694 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
1695         Log: Subject: [PATCH] small coredump correction
1696              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1697              Date: Tue, 15 Jan 2002 00:22:52 +0100
1698              Message-ID: <20020115002252.I691@rafael>
1699      Branch: perl
1700            ! op.c
1701 ____________________________________________________________________________
1702 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
1703         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
1704              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1705              Date: Mon, 14 Jan 2002 23:03:04 +0100
1706              Message-ID: <20020114230304.A691@rafael>   
1707              
1708              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
1709              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1710              Date: Mon, 14 Jan 2002 23:18:43 +0100
1711              Message-ID: <20020114231843.E691@rafael>   
1712      Branch: perl
1713            ! pod/perlsub.pod t/op/override.t toke.c
1714 ____________________________________________________________________________
1715 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
1716         Log: Update Changes.
1717      Branch: perl
1718            ! Changes patchlevel.h
1719 ____________________________________________________________________________
1720 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
1721         Log: Retract #14251 (the op slab allocator from perlio)
1722              until we figure out why 2.2.19 x86 debian gets
1723              a circular sibling chain and therefore hangs in
1724              the Perl_ck_subr() sibling for-loop.
1725      Branch: perl
1726            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
1727            ! perlapi.c perlapi.h proto.h
1728 ____________________________________________________________________________
1729 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
1730         Log: Big mktables rewrite from Jeffrey;
1731              documentation not yet updated.
1732      Branch: perl
1733            + (add 171 files)
1734            - (delete 182 files)
1735            ! (edit 135 files)
1736 ____________________________________________________________________________
1737 [ 14253] By: ams                                   on 2002/01/14  03:15:05
1738         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
1739              From: Michael G Schwern <schwern@pobox.com>
1740              Date: Sun, 13 Jan 2002 21:00:07 -0500
1741              Message-Id: <20020114020007.GB2877@blackrider>
1742      Branch: perl
1743            ! lib/Cwd.pm
1744 ____________________________________________________________________________
1745 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
1746         Log: Subject: Re: Win32 status - progress !
1747              From: Abe Timmerman <abe@ztreet.demon.nl>       
1748              Date: Mon, 14 Jan 2002 02:29:51 +0100
1749              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
1750      Branch: perl
1751            ! lib/ExtUtils/t/MM_Win32.t
1752 ____________________________________________________________________________
1753 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
1754         Log: Integrate perlio.
1755              
1756              Slab allocator for ops
1757              - moved the statics to intrpvar.h
1758              - implemented Slab_Free()
1759              - uses PerlMemShared (for now) if distinction exists.
1760      Branch: perl
1761           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
1762           !> perlapi.c perlapi.h proto.h
1763 ____________________________________________________________________________
1764 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
1765         Log: Start a new test category: uni.  Much of t/op/pat
1766              should probably be moved here, but holding on that
1767              until Jeffrey finishes his big mktables rewrite.
1768              Bits and pieces of op/split, op/pack, op/append,
1769              op/join, could probably be moved to respective uni
1770              tests, too.
1771      Branch: perl
1772            + t/uni/fold.t t/uni/sprintf.t
1773            - t/op/unifold.t t/op/unisprintf.t
1774            ! MANIFEST t/TEST t/harness
1775 ____________________________________________________________________________
1776 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
1777         Log: Subject: [PATCH] enable Win32 to build again
1778              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1779              Date: Sun, 13 Jan 2002 21:49:24 +0100
1780              Message-ID: <3C4200E4.15926.23F6131@localhost>
1781              
1782              miniperl.exe.exe does not exe that well.
1783      Branch: perl
1784            ! lib/ExtUtils/MM_Unix.pm
1785 ____________________________________________________________________________
1786 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
1787         Log: Mention some of the load-affected tests.
1788      Branch: perl
1789            ! INSTALL
1790 ____________________________________________________________________________
1791 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
1792         Log: Move the UTF-8 conversion code earlier so that
1793              op/ver is happy.
1794      Branch: perl
1795            ! sv.c t/op/ver.t
1796 ____________________________________________________________________________
1797 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
1798         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
1799              have diverged quite a bit so no updates there.
1800      Branch: perl
1801            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
1802            ! ext/List/Util/lib/List/Util.pm
1803            ! ext/List/Util/lib/Scalar/Util.pm
1804 ____________________________________________________________________________
1805 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
1806         Log: Make the crypt() pickier: if downgrading doesn't work,
1807              croak.
1808      Branch: perl
1809            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
1810 ____________________________________________________________________________
1811 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
1812         Log: Grow the buffer in case Unicode caused size changes
1813              (and it very probably did).
1814      Branch: perl
1815            ! sv.c
1816 ____________________________________________________________________________
1817 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
1818         Log: Future-proofing from Jeffrey Friedl (for conflicting
1819              In* and Is* names).
1820      Branch: perl
1821            ! lib/utf8_heavy.pl
1822 ____________________________________________________________________________
1823 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
1824         Log: Subject: [PATCH] Re: Warning in B.xs
1825              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1826              Date: Sun, 13 Jan 2002 19:39:52 +0100
1827              Message-ID: <3C41E288.20562.1C8C895@localhost>
1828      Branch: perl
1829            ! ext/B/B.xs
1830 ____________________________________________________________________________
1831 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
1832         Log: Subject: Re: lookbehind broken with latest bleedperl
1833              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1834              Date: Sun, 13 Jan 2002 18:06:22 +0000
1835              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
1836      Branch: perl
1837            ! regexec.c t/op/re_tests
1838 ____________________________________________________________________________
1839 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
1840         Log: Subject: [PATCH] more MM_Unix.t tests
1841              From: Tels <perl_dummy@bloodgate.com>
1842              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
1843              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
1844              
1845              Subject: [PATCH] 14220 misunderstood, I bet          
1846              From: andreas.koenig@anima.de (Andreas J. Koenig)
1847              Date: 12 Jan 2002 21:31:58 +0100
1848              Message-ID: <m3k7un8g5d.fsf@anima.de>
1849      Branch: perl
1850            ! lib/ExtUtils/t/MM_Unix.t
1851 ____________________________________________________________________________
1852 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
1853         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
1854              From: Tels <perl_dummy@bloodgate.com>
1855              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
1856              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
1857              
1858              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
1859              From: Tels <perl_dummy@bloodgate.com>
1860              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
1861              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
1862      Branch: perl
1863            ! lib/ExtUtils/MM_Unix.pm
1864 ____________________________________________________________________________
1865 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
1866         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
1867              From: Nicholas Clark <nick@unfortu.net> 
1868              Date: Sun, 13 Jan 2002 15:58:34 +0000
1869              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
1870      Branch: perl
1871            ! lib/Benchmark.t
1872 ____________________________________________________________________________
1873 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
1874         Log: Anton Berezin did more reading and the uid setting story
1875              gets more complex.
1876      Branch: perl
1877            ! pod/perltodo.pod utils/perldoc.PL
1878 ____________________________________________________________________________
1879 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
1880         Log: Integrate perlio;
1881              
1882              Win32 fixes:
1883              - vmem.h hack to handle free-by-wrong-thread after eval "".
1884              - Initialize timerid 
1885      Branch: perl
1886           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
1887 ____________________________________________________________________________
1888 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
1889         Log: Subject: Re: HiRes
1890              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1891              Date: Sun, 13 Jan 2002 10:18:46 +0100
1892              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
1893              
1894              Give up on socketpair in HP-UX.
1895      Branch: perl
1896            ! ext/Socket/socketpair.t
1897 ____________________________________________________________________________
1898 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
1899         Log: *groan*
1900      Branch: perl
1901            ! t/op/pat.t
1902 ____________________________________________________________________________
1903 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
1904         Log: One more sharp s case found by Jeffrey.
1905      Branch: perl
1906            ! regexec.c t/op/pat.t
1907 ____________________________________________________________________________
1908 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
1909         Log: Comment tweak.
1910      Branch: perl
1911            ! regexec.c
1912 ____________________________________________________________________________
1913 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
1914         Log: Don't bother checking for the Greek special
1915              cases if the node is too short.
1916      Branch: perl
1917            ! regcomp.c
1918 ____________________________________________________________________________
1919 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
1920         Log: Update Changes.
1921      Branch: perl
1922            ! Changes patchlevel.h
1923 ____________________________________________________________________________
1924 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
1925         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
1926              From: Jonathan Stowe <gellyfish@gellyfish.com>
1927              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
1928              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
1929      Branch: perl
1930            ! Configure config_h.SH
1931 ____________________________________________________________________________
1932 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
1933         Log: Quick reformat using indent -kr -nce, as requested
1934              by Dan Kogai and suggest by NI-S.
1935      Branch: perl
1936            ! ext/Encode/encengine.c
1937 ____________________________________________________________________________
1938 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
1939         Log: Couple more Unicode lookbehind tests.
1940      Branch: perl
1941            ! t/op/pat.t
1942 ____________________________________________________________________________
1943 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
1944         Log: Sharp S as a special treat for our German UTF-8 testers :-)
1945      Branch: perl
1946            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
1947 ____________________________________________________________________________
1948 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
1949         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
1950              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1951              Date: Sat, 12 Jan 2002 20:37:32 +0100
1952              Message-ID: <3C409E8C.16203.196C2D3@localhost>
1953      Branch: perl
1954            ! ext/B/B/Deparse.pm
1955 ____________________________________________________________________________
1956 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
1957         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
1958              really worth the bits it's printed on?
1959      Branch: perl
1960            ! lib/ExtUtils/t/MM_Unix.t
1961 ____________________________________________________________________________
1962 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
1963         Log: Special treatment for U+03B0 and U+0390 in //i,
1964              this means that we can remove the minlen pessimisations
1965              introduced by the #14096.
1966      Branch: perl
1967            ! pp_hot.c regcomp.c regexec.c
1968 ____________________________________________________________________________
1969 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
1970         Log: Integrate perlio;
1971              
1972              Abstract out the cloning of SvPVX and handle shared pv in a 
1973              safe (if suboptimal) manner. Does not fix op/fork.t :-(
1974              
1975              Win32-ize socketpair test
1976              - Win32 can fork even though $Config{d_fork} is undef
1977              - SOCK_DGRAM does not work - skip those tests.
1978      Branch: perl
1979           !> ext/Socket/socketpair.t sv.c
1980 ____________________________________________________________________________
1981 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
1982         Log: One should first drop the real uid, not the effective uid.
1983              [ID 20020110.003]
1984      Branch: perl
1985            ! utils/perldoc.PL
1986 ____________________________________________________________________________
1987 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
1988         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
1989              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1990              Date: Fri, 11 Jan 2002 23:29:48 +0100
1991              Message-ID: <3C3F756C.4581.2E2A938@localhost>
1992      Branch: perl
1993            + ext/B/C/C.xs ext/B/C/Makefile.PL
1994            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
1995            ! utils/perlcc.PL
1996 ____________________________________________________________________________
1997 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
1998         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
1999              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
2000              Date: Fri, 11 Jan 2002 14:29:30 -0800
2001              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
2002      Branch: perl
2003            ! ext/B/t/concise.t
2004 ____________________________________________________________________________
2005 [ 14212] By: ams                                   on 2002/01/12  06:10:52
2006         Log: Subject: [PATCH] More fixes for Stratus VOS
2007              From: "Green, Paul" <Paul.Green@stratus.com>
2008              Date: Fri, 11 Jan 2002 17:30:37 -0500
2009              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
2010      Branch: perl
2011            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
2012 ____________________________________________________________________________
2013 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
2014         Log: Upgrade to CGI.pm 2.80.
2015      Branch: perl
2016            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
2017 ____________________________________________________________________________
2018 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
2019         Log: FAQ sync.
2020      Branch: perl
2021            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2022            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2023            ! pod/perlfaq8.pod
2024 ____________________________________________________________________________
2025 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
2026         Log: This is getting embarrassing.
2027      Branch: perl
2028            ! t/op/pat.t
2029 ____________________________________________________________________________
2030 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
2031         Log: Doc tweaks.
2032      Branch: perl
2033            ! pod/perlunicode.pod
2034 ____________________________________________________________________________
2035 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
2036         Log: Updating the test count is good; also rephrasing
2037              so that there is no ok output containing "not".
2038      Branch: perl
2039            ! t/op/pat.t
2040 ____________________________________________________________________________
2041 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
2042         Log: Andreas is busy :-)
2043      Branch: perl
2044            ! doop.c t/op/unisprintf.t
2045 ____________________________________________________________________________
2046 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
2047         Log: Unicode lookbehind looked bad.
2048      Branch: perl
2049            ! regexec.c t/op/pat.t
2050 ____________________________________________________________________________
2051 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
2052         Log: Garbage collection.
2053      Branch: perl
2054            ! t/run/kill_perl.t
2055 ____________________________________________________________________________
2056 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
2057         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
2058              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2059              Date: Fri, 11 Jan 2002 23:29:48 +0100
2060              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
2061      Branch: perl
2062            ! embed.fnc global.sym makedef.pl
2063 ____________________________________________________________________________
2064 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
2065         Log: Subject: [PATCH] perldelta nit?
2066              From: Robert Spier <rspier@pobox.com>
2067              Date: Fri, 11 Jan 2002 15:19:16 -0800
2068              Message-ID: <15423.29428.164185.251700@rls.cx>
2069      Branch: perl
2070            ! pod/perldelta.pod
2071 ____________________________________________________________________________
2072 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
2073         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
2074              From: Michael G Schwern <schwern@pobox.com>
2075              Date: Fri, 11 Jan 2002 17:08:17 -0500
2076              Message-ID: <20020111220817.GG2838@blackrider>
2077      Branch: perl
2078            ! t/run/kill_perl.t t/test.pl
2079 ____________________________________________________________________________
2080 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
2081         Log: Subject: [PATCH] Correct misleading error message
2082              From: Mike Guy <mjtg@cam.ac.uk>
2083              Date: Fri, 11 Jan 2002 18:36:33 +0000
2084              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
2085              
2086              hash assignment -> anonymous hash
2087      Branch: perl
2088            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
2089 ____________________________________________________________________________
2090 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
2091         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
2092              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2093              Date: Fri, 11 Jan 2002 16:58:14 +0100
2094              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
2095      Branch: perl
2096            ! ext/Unicode/Normalize/mkheader
2097 ____________________________________________________________________________
2098 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
2099         Log: Add a new test for is-sprintf-preserving Unicodeness:
2100              #14194 and an old one from kill_perl.t (I could have used
2101              sprintf.t, but it's format was quite fixed, and I didn't
2102              feel like breaking the format)
2103      Branch: perl
2104            + t/op/unisprintf.t
2105            ! MANIFEST t/run/kill_perl.t
2106 ____________________________________________________________________________
2107 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
2108         Log: Integrate perlio;
2109              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
2110      Branch: perl
2111           !> win32/win32.c
2112 ____________________________________________________________________________
2113 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
2114         Log: Integrate perlio;
2115              A mostly-stable version of "new" Win32 signal/kill support.
2116      Branch: perl
2117           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
2118           !> win32/config.gc win32/config.vc win32/config_H.bc
2119           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
2120           !> win32/makefile.mk win32/win32.c win32/win32.h
2121 ____________________________________________________________________________
2122 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
2123         Log: Fix for
2124              
2125              Subject: UTF-8 sprintf bug in bleadperl
2126              From: andreas.koenig@anima.de (Andreas J. Koenig)
2127              Date: 11 Jan 2002 15:47:15 +0100
2128              Message-ID: <m3vge99c7g.fsf@anima.de>
2129              
2130              I have tests, have just to figure out where to put them
2131              since op/sprintf looks a bit unfriendly for tests of
2132              somewhat freer form.
2133      Branch: perl
2134            ! doop.c sv.c
2135 ____________________________________________________________________________
2136 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
2137         Log: Update Changes.
2138      Branch: perl
2139            ! Changes patchlevel.h
2140 ____________________________________________________________________________
2141 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
2142         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
2143              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
2144              Date: Thu, 10 Jan 2002 18:21:34 -0800
2145              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
2146      Branch: perl
2147            + ext/B/t/concise.t
2148            ! MANIFEST
2149 ____________________________________________________________________________
2150 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
2151         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
2152              necessary in form.t and html.t @INC setups.
2153      Branch: perl
2154            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
2155 ____________________________________________________________________________
2156 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
2157         Log: Yet another twist.
2158      Branch: perl
2159            ! t/test.pl
2160 ____________________________________________________________________________
2161 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
2162         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
2163              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2164              Date: Fri, 11 Jan 2002 13:04:15 +0100      
2165              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
2166      Branch: perl
2167            ! hints/aix.sh
2168 ____________________________________________________________________________
2169 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
2170         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
2171              From: Jonathan Stowe <gellyfish@gellyfish.com> 
2172              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
2173              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
2174      Branch: perl
2175            ! lib/AnyDBM_File.t
2176 ____________________________________________________________________________
2177 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
2178         Log: Arguments were being mangled.
2179      Branch: perl
2180            ! t/test.pl
2181 ____________________________________________________________________________
2182 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
2183         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
2184              From: Jonathan Stowe <gellyfish@gellyfish.com>
2185              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
2186              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
2187      Branch: perl
2188            ! lib/AnyDBM_File.t
2189 ____________________________________________________________________________
2190 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
2191         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
2192              From: Michael G Schwern <schwern@pobox.com> 
2193              Date: Fri, 11 Jan 2002 04:26:27 -0500
2194              Message-ID: <20020111092626.GA16544@blackrider>
2195      Branch: perl
2196            ! t/run/kill_perl.t t/test.pl
2197 ____________________________________________________________________________
2198 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
2199         Log: Subject: [PATCH] Test::Harness 2.01
2200              From: Michael G Schwern <schwern@pobox.com> 
2201              Date: Thu, 10 Jan 2002 21:11:24 -0500
2202              Message-ID: <20020111021123.GA30666@blackrider>
2203      Branch: perl
2204            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
2205            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
2206            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
2207            + lib/Test/Harness/t/nonumbers.t
2208            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
2209            + t/lib/sample-tests/lone_not_bug
2210            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
2211            + t/lib/sample-tests/vms_nit
2212            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
2213            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
2214 ____________________________________________________________________________
2215 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
2216         Log: patch is silly when creating new files: don't run
2217              patch more than once.
2218      Branch: perl
2219            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
2220 ____________________________________________________________________________
2221 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
2222         Log: Forgot from #14179.
2223      Branch: perl
2224            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
2225 ____________________________________________________________________________
2226 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
2227         Log: Subject: [PATCH] is() undef/'' behavior change
2228              From: Michael G Schwern <schwern@pobox.com> 
2229              Date: Fri, 11 Jan 2002 03:35:51 -0500
2230              Message-ID: <20020111083551.GC30666@blackrider>
2231              
2232              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
2233              From: Michael G Schwern <schwern@pobox.com> 
2234              Date: Fri, 11 Jan 2002 03:37:44 -0500
2235              Message-ID: <20020111083744.GD30666@blackrider>
2236      Branch: perl
2237            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
2238            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
2239            ! lib/Pod/t/InputObjects.t lib/blib.t
2240 ____________________________________________________________________________
2241 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
2242         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
2243              From: Michael G Schwern <schwern@pobox.com> 
2244              Date: Thu, 10 Jan 2002 19:56:23 -0500
2245              Message-ID: <20020111005623.GA13192@blackrider>
2246      Branch: perl
2247            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
2248            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
2249            ! lib/Test/Simple.pm lib/Test/Simple/Changes
2250            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
2251            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
2252            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
2253            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
2254            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
2255            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
2256            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
2257            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
2258            ! lib/Test/Simple/t/plan_is_noplan.t
2259            ! lib/Test/Simple/t/plan_no_plan.t
2260            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
2261            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
2262            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
2263            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
2264            ! lib/Test/Tutorial.pod
2265 ____________________________________________________________________________
2266 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
2267         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
2268              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
2269              
2270              turns out even the malloc() was never really needed to begin with,
2271              so get rid of it
2272      Branch: perl
2273            ! sv.c
2274 ____________________________________________________________________________
2275 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
2276         Log: Small doc tweaks.
2277      Branch: perl
2278            ! pod/perluniintro.pod
2279 ____________________________________________________________________________
2280 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
2281         Log: support using the CRT's malloc() family of functions instead of
2282              the internal one when ithreads is enabled; allocate large blocks
2283              using VirtualAlloc() since the Heap*() functions may only be tuned
2284              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
2285              
2286              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
2287              also see comments at the top of win32/vmem.h for other options that
2288              can be set
2289      Branch: perl
2290            ! win32/vmem.h
2291 ____________________________________________________________________________
2292 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
2293         Log: Subject: micropatch
2294              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2295              Date: Thu, 10 Jan 2002 18:20:58 +0000
2296              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
2297      Branch: perl
2298            ! regcomp.c
2299 ____________________________________________________________________________
2300 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
2301         Log: Subject: [PATCH] Embed.t on Win32
2302              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2303              Date: Thu, 10 Jan 2002 18:56:21 +0100
2304              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
2305      Branch: perl
2306            ! lib/ExtUtils/t/Embed.t
2307 ____________________________________________________________________________
2308 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
2309         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
2310              From: Gisle Aas <gisle@ActiveState.com>
2311              Date: 10 Jan 2002 08:56:05 -0800
2312              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
2313      Branch: perl
2314            ! toke.c
2315 ____________________________________________________________________________
2316 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
2317         Log: Subject: [PATCH] doc fixes
2318              From: "Brendan O'Dea" <bod@debian.org>
2319              Date: Fri, 11 Jan 2002 03:49:54 +1100
2320              Message-ID: <20020110164954.GA21891@compusol.com.au>
2321      Branch: perl
2322            ! lib/I18N/Collate.pm pod/perlfunc.pod
2323 ____________________________________________________________________________
2324 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
2325         Log: Integrate perlio; More signal hackery.
2326      Branch: perl
2327           !> win32/win32.c
2328 ____________________________________________________________________________
2329 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
2330         Log: No need to show internal encodings, or return them
2331              in random order.
2332      Branch: perl
2333            ! ext/Encode/Encode.pm
2334 ____________________________________________________________________________
2335 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
2336         Log: I think we can claim to be supporting Unicode
2337              "loose matching" now.
2338      Branch: perl
2339            ! pod/perlunicode.pod
2340 ____________________________________________________________________________
2341 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
2342         Log: Subject: doc patch
2343              From: mjd@plover.com
2344              Date: 10 Jan 2002 15:12:27 -0000
2345              Message-ID: <20020110151227.14850.qmail@plover.com>
2346      Branch: perl
2347            ! pod/perlrun.pod
2348 ____________________________________________________________________________
2349 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
2350         Log: Subject: Re: [ID 20011223.001] accept leaks memory
2351              From: Andy Dougherty <doughera@lafayette.edu>
2352              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
2353              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
2354      Branch: perl
2355            ! hints/linux.sh
2356 ____________________________________________________________________________
2357 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
2358         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
2359      Branch: perl
2360           !> win32/win32.c
2361 ____________________________________________________________________________
2362 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
2363         Log: Subject: [PATCH] Magic numbers in B::Concise
2364              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
2365              Date: Wed, 9 Jan 2002 23:04:01 -0800
2366              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
2367      Branch: perl
2368            ! ext/B/B/Concise.pm ext/B/O.pm
2369 ____________________________________________________________________________
2370 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
2371         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
2372              From: Gisle Aas <gisle@ActiveState.com>
2373              Date: 09 Jan 2002 21:52:40 -0800
2374              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
2375      Branch: perl
2376            ! t/lib/strict/vars toke.c
2377 ____________________________________________________________________________
2378 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
2379         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
2380              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2381              Date: Wed, 9 Jan 2002 23:24:32 +0100
2382              Message-ID: <20020109232432.A692@rafael>
2383      Branch: perl
2384            ! ext/B/B/Deparse.pm
2385 ____________________________________________________________________________
2386 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
2387         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
2388              From: Jonathan Stowe <gellyfish@gellyfish.com>
2389              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
2390              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
2391      Branch: perl
2392            ! t/run/kill_perl.t
2393 ____________________________________________________________________________
2394 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
2395         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
2396              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2397              Date: Wed, 09 Jan 2002 20:16:54 +0000
2398              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
2399      Branch: perl
2400            ! regexec.c
2401 ____________________________________________________________________________
2402 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
2403         Log: Subject: [Patch @14129] fixes Unicode::Normalize
2404              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2405              Date: Thu, 10 Jan 2002 01:08:56 +0900
2406              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
2407      Branch: perl
2408            - ext/Unicode/Normalize/Normalize.pod
2409            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
2410            ! ext/Unicode/Normalize/Normalize.pm
2411            ! ext/Unicode/Normalize/Normalize.xs
2412            ! ext/Unicode/Normalize/mkheader
2413 ____________________________________________________________________________
2414 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
2415         Log: Integrate perlio; (Re-)implement alarm() for Win32.
2416      Branch: perl
2417           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
2418           !> win32/win32iop.h
2419 ____________________________________________________________________________
2420 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
2421         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
2422              From: Nicholas Clark <nick@unfortu.net>
2423              Date: Wed, 9 Jan 2002 17:56:04 +0000
2424              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
2425      Branch: perl
2426            ! t/op/readdir.t
2427 ____________________________________________________________________________
2428 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
2429         Log: Update Changes.
2430      Branch: perl
2431            ! Changes patchlevel.h
2432 ____________________________________________________________________________
2433 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
2434         Log: Thinko.
2435      Branch: perl
2436            ! ext/threads/t/stress_re.t
2437 ____________________________________________________________________________
2438 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
2439         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
2440              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
2441              Date: Wed, 09 Jan 2002 13:37:17 +0000                
2442              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
2443      Branch: perl
2444            ! regexec.c t/op/re_tests
2445 ____________________________________________________________________________
2446 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
2447         Log: Subject: Re: Weird Malformed warning in bleadperl    
2448              From: andreas.koenig@anima.de (Andreas J. Koenig)    
2449              Date: 09 Jan 2002 11:12:37 +0100
2450              Message-ID: <m3itabbzoq.fsf@anima.de>
2451      Branch: perl
2452            ! regexec.c t/op/pat.t
2453 ____________________________________________________________________________
2454 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
2455         Log: Forgot stress_re.t from MANIFEST.
2456      Branch: perl
2457            ! MANIFEST
2458 ____________________________________________________________________________
2459 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
2460         Log: In dumping use isPRINT() instead of isprint() so that locale
2461              does not come into play.
2462      Branch: perl
2463            ! utf8.c
2464 ____________________________________________________________________________
2465 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
2466         Log: Add a threads stress test for regular expressions
2467              (mostly just a modified stress_string.t) and doesn't
2468              test that much of regular expressions, just that $1
2469              doesn't get stomped by competing threads (as it does
2470              in the 5005threads of old).
2471      Branch: perl
2472            + ext/threads/t/stress_re.t
2473            ! MANIFEST
2474 ____________________________________________________________________________
2475 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
2476         Log: Subject: Re: [ID 20010912.007] substr reference core dump
2477              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2478              Date: Tue, 08 Jan 2002 19:17:50 +0000
2479              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
2480      Branch: perl
2481            ! scope.c t/run/kill_perl.t
2482 ____________________________________________________________________________
2483 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
2484         Log: SANY (. with /s) wasn't happy on Unicode.
2485      Branch: perl
2486            ! regexec.c t/op/pat.t
2487 ____________________________________________________________________________
2488 [ 14142] By: ams                                   on 2002/01/08  22:42:10
2489         Log: Subject: [PATCH] perldebug nit
2490              From: Tels <tels@bloodgate.com>
2491              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
2492      Branch: perl
2493            ! pod/perldebug.pod
2494 ____________________________________________________________________________
2495 [ 14141] By: ams                                   on 2002/01/08  21:32:59
2496         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
2497              From: "Green, Paul" <Paul.Green@stratus.com>
2498              Date: Tue, 8 Jan 2002 17:31:35 -0500
2499              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
2500      Branch: perl
2501            ! Makefile.SH
2502 ____________________________________________________________________________
2503 [ 14140] By: ams                                   on 2002/01/08  21:27:57
2504         Log: Subject: [PATCH] Re: Slight chokage from Deparse
2505              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2506              Date: Tue, 8 Jan 2002 23:04:45 +0100
2507              Message-Id: <20020108230445.A4798@rafael>
2508      Branch: perl
2509            ! ext/B/B/Deparse.pm
2510 ____________________________________________________________________________
2511 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
2512         Log: Subject: [patch] peep() is rude
2513              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
2514              Date: Tue, 08 Jan 2002 19:17:50 +0000            
2515              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
2516      Branch: perl
2517            ! op.c t/run/kill_perl.t
2518 ____________________________________________________________________________
2519 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
2520         Log: unifold is really an op test since it requires
2521              no external modules for its actual testing:
2522              only the unicore CaseFold.txt file, and File::Spec
2523              to portably access that file.
2524      Branch: perl
2525            + t/op/unifold.t
2526            - lib/unifold.t
2527            ! MANIFEST
2528 ____________________________________________________________________________
2529 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
2530         Log: Subject: [patch] save a test 
2531              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2532              Date: Tue, 08 Jan 2002 16:18:47 +0000
2533              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
2534      Branch: perl
2535            ! regcomp.c
2536 ____________________________________________________________________________
2537 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
2538         Log: Subject: Not OK 13843 
2539              From: andreas.koenig@anima.de (Andreas J. Koenig)
2540              Date: 08 Jan 2002 14:12:29 +0100
2541              Message-ID: <m38zb9c7gi.fsf@anima.de>
2542      Branch: perl
2543            ! op.c t/op/subst.t
2544 ____________________________________________________________________________
2545 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
2546         Log: Missed one variant of the fold testing, noticed bu Hugo.
2547      Branch: perl
2548            ! lib/unifold.t
2549 ____________________________________________________________________________
2550 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
2551         Log: Enchance the Storable magic description.
2552      Branch: perl
2553            ! ext/Storable/Storable.pm
2554 ____________________________________________________________________________
2555 [ 14132] By: ams                                   on 2002/01/08  09:16:12
2556         Log: Subject: [PATCH] don't installperl pods
2557              From: H.Merijn Brand <h.m.brand@hccnet.nl>
2558              Date: Tue, 08 Jan 2002 10:36:01 +0100
2559              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
2560      Branch: perl
2561            ! installperl
2562 ____________________________________________________________________________
2563 [ 14131] By: ams                                   on 2002/01/08  03:38:40
2564         Log: Subject: Math-BigInt v1.49 released
2565              From: Tels <perl_dummy@bloodgate.com>
2566              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
2567      Branch: perl
2568            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
2569            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
2570            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2571            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
2572            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
2573            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
2574            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
2575            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
2576            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
2577            ! t/lib/Math/BigInt/Subclass.pm
2578 ____________________________________________________________________________
2579 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
2580         Log: A little better comments.
2581      Branch: perl
2582            ! regexec.c
2583 ____________________________________________________________________________
2584 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
2585         Log: No normalization form DNF.
2586      Branch: perl
2587            ! ext/Unicode/Normalize/Normalize.pm
2588 ____________________________________________________________________________
2589 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
2590         Log: Extension nits found by -Wall (several from threads
2591              and threads::shared, but leaving them to Arthur).
2592      Branch: perl
2593            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
2594            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
2595            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
2596            ! ext/Unicode/Normalize/mkheader x2p/str.c
2597 ____________________________________________________________________________
2598 [ 14125] By: ams                                   on 2002/01/07  22:03:22
2599         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
2600              From: Nicholas Clark (sans From field in mail header)
2601              Date: Mon, 7 Jan 2002 16:18:23 +0000
2602              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
2603      Branch: perl
2604            ! lib/Exporter.pm
2605 ____________________________________________________________________________
2606 [ 14124] By: ams                                   on 2002/01/07  21:46:11
2607         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
2608              From: "Green, Paul" <Paul.Green@stratus.com>
2609              Date: Mon, 7 Jan 2002 16:59:38 -0500
2610              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
2611      Branch: perl
2612            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
2613 ____________________________________________________________________________
2614 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
2615         Log: Update Changes.
2616      Branch: perl
2617            ! Changes patchlevel.h
2618 ____________________________________________________________________________
2619 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
2620         Log: Subject: [PATCH] Correct module name in perldelta*                 
2621              From: Mike Guy <mjtg@cam.ac.uk>
2622              Date: Mon, 07 Jan 2002 17:02:43 +0000
2623              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
2624      Branch: perl
2625            ! pod/perl561delta.pod pod/perl56delta.pod
2626 ____________________________________________________________________________
2627 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
2628         Log: AUTHORS update.
2629      Branch: perl
2630            ! AUTHORS
2631 ____________________________________________________________________________
2632 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
2633         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
2634      Branch: perl
2635            ! ext/Storable/Storable.pm
2636 ____________________________________________________________________________
2637 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
2638         Log: perldelta updates.
2639      Branch: perl
2640            ! pod/perldelta.pod
2641 ____________________________________________________________________________
2642 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
2643         Log: Document the flags of pv_uni_display().
2644      Branch: perl
2645            ! pod/perlapi.pod utf8.c
2646 ____________________________________________________________________________
2647 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
2648         Log: Forgot from #14115.
2649      Branch: perl
2650            ! t/op/re_tests
2651 ____________________________________________________________________________
2652 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
2653         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
2654              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
2655              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
2656              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
2657      Branch: perl
2658            ! regcomp.c
2659 ____________________________________________________________________________
2660 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
2661         Log: More regex and utf8 debug dumping.
2662      Branch: perl
2663            ! dump.c regcomp.c regexec.c utf8.c utf8.h
2664 ____________________________________________________________________________
2665 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
2666         Log: Unused variable.
2667      Branch: perl
2668            ! regcomp.c
2669 ____________________________________________________________________________
2670 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
2671         Log: Regen toc.
2672      Branch: perl
2673            ! pod/perltoc.pod
2674 ____________________________________________________________________________
2675 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
2676         Log: capitalize correctly, noticed by David Dyck.
2677      Branch: perl
2678            ! lib/sort.pm
2679 ____________________________________________________________________________
2680 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
2681         Log: No need to overqualify.
2682      Branch: perl
2683            ! lib/sort.pm
2684 ____________________________________________________________________________
2685 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
2686         Log: PL_debug_pad wasn't initialized to zeroes which broke
2687              ithreads + DEBUGGING.
2688      Branch: perl
2689            ! sv.c
2690 ____________________________________________________________________________
2691 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
2692         Log: Update Changes.
2693      Branch: perl
2694            ! Changes patchlevel.h
2695 ____________________________________________________________________________
2696 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
2697         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
2698              From: Jonathan Stowe <gellyfish@gellyfish.com>
2699              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
2700              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
2701      Branch: perl
2702            ! pp_sys.c
2703 ____________________________________________________________________________
2704 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
2705         Log: DB_File sync from Paul Marquess.
2706      Branch: perl
2707            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2708            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
2709            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
2710 ____________________________________________________________________________
2711 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
2712         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
2713              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
2714              Date: Sun, 6 Jan 2002 11:44:30 +0100
2715              Message-ID: <3C38389E.7831.493570@localhost>
2716      Branch: perl
2717            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
2718            ! utils/perlcc.PL
2719 ____________________________________________________________________________
2720 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
2721         Log: Tests for #14098.
2722      Branch: perl
2723            ! t/op/lc.t
2724 ____________________________________________________________________________
2725 [ 14101] By: ams                                   on 2002/01/06  04:52:50
2726         Log: Subject: [PATCH] Bad prototype detection now an optional warning
2727              From: Sam Tregar <sam@tregar.com>
2728              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
2729              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
2730      Branch: perl
2731            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
2732            ! t/comp/proto.t toke.c
2733 ____________________________________________________________________________
2734 [ 14100] By: ams                                   on 2002/01/06  01:56:59
2735         Log: Subject: [PATCH] Correct several Stratus VOS build issues
2736              From: "Green, Paul" <Paul.Green@stratus.com>
2737              Date: Sat, 5 Jan 2002 21:30:56 -0500
2738              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
2739      Branch: perl
2740            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
2741 ____________________________________________________________________________
2742 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
2743         Log: Further perl.org URL elaboration from Ask.
2744      Branch: perl
2745            ! pod/perlfaq1.pod pod/perlfaq2.pod
2746 ____________________________________________________________________________
2747 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
2748         Log: The same problem with To{Lower,Title,Upper}
2749              as earlier with ToFold.
2750      Branch: perl
2751            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
2752            ! lib/unicore/To/Upper.pl lib/unicore/mktables
2753 ____________________________________________________________________________
2754 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
2755         Log: Retract #14057 for now; the alarm/setitimer timers
2756              seen to be the same in many systems, which leads into
2757              hangups.
2758      Branch: perl
2759            ! ext/Time/HiRes/HiRes.t
2760 ____________________________________________________________________________
2761 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
2762         Log: Finish up (ha!) the Unicode case folding;
2763              enhance regex dumping code.
2764      Branch: perl
2765            + lib/unifold.t
2766            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
2767            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
2768 ____________________________________________________________________________
2769 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
2770         Log: Use the perl.org news gw instead of the perl.com one
2771              (from Ask).
2772      Branch: perl
2773            ! pod/perlfaq1.pod pod/perlfaq2.pod
2774 ____________________________________________________________________________
2775 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
2776         Log: Zero() wasn't documented.
2777      Branch: perl
2778            ! pod/perlclib.pod
2779 ____________________________________________________________________________
2780 [ 14093] By: ams                                   on 2002/01/05  17:58:35
2781         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
2782              From: Nicholas Clark <nick@unfortu.net>
2783              Date: Sat, 5 Jan 2002 18:55:39 +0000
2784              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
2785      Branch: perl
2786            ! lib/Memoize/t/tie_ndbm.t
2787 ____________________________________________________________________________
2788 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
2789         Log: Also UNICOS/mk has deviant socketpair().
2790      Branch: perl
2791            ! ext/Socket/socketpair.t
2792 ____________________________________________________________________________
2793 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
2794         Log: Ooops.  Retract the regex parts of #14090.
2795      Branch: perl
2796            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
2797 ____________________________________________________________________________
2798 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
2799         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
2800              From: Nicholas Clark <nick@unfortu.net> 
2801              Date: Sat, 5 Jan 2002 18:10:13 +0000
2802              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
2803      Branch: perl
2804            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
2805            ! regcomp.h regexec.c
2806 ____________________________________________________________________________
2807 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
2808         Log: Integrate perlio; a missing aTHX.
2809      Branch: perl
2810           !> op.c
2811 ____________________________________________________________________________
2812 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
2813         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
2814              found by Marc Lehmann.
2815      Branch: perl
2816            ! pp.c
2817 ____________________________________________________________________________
2818 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
2819         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
2820              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2821              Date: Sat, 5 Jan 2002 00:31:12 +0100
2822              Message-ID: <20020105003112.E1850@rafael>              
2823      Branch: perl
2824            ! t/comp/proto.t
2825 ____________________________________________________________________________
2826 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
2827         Log: A bit of "perl.com" cleanup.
2828      Branch: perl
2829            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
2830            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
2831            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
2832            ! pod/perlmodlib.PL pod/perlmodlib.pod
2833 ____________________________________________________________________________
2834 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
2835         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
2836              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2837              Date: Fri, 4 Jan 2002 23:35:19 +0100
2838              Message-ID: <20020104233519.A1850@rafael>
2839      Branch: perl
2840            ! op.c
2841 ____________________________________________________________________________
2842 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
2843         Log: Integrate change #14062 from macperl;
2844              Define setbuf, setvbuf for Mac OS
2845      Branch: perl
2846           !> ext/IO/IO.xs
2847 ____________________________________________________________________________
2848 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
2849         Log: Display the native pwd command.
2850      Branch: perl
2851            ! ext/Cwd/t/cwd.t
2852 ____________________________________________________________________________
2853 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
2854         Log: Under Mac OS X /dev/stdout is normally a symlink,
2855              but when running the test it seems to become a socket.
2856              So let's extend our censorship.
2857      Branch: perl
2858            ! t/op/stat.t
2859 ____________________________________________________________________________
2860 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
2861         Log: If we do have socketpair(), make my_socketpair()
2862              just call the real socketpair().  This way we always
2863              have real code behind my_socketpair() and a symbol
2864              corresponding to the my_socketpair in global.sym.
2865      Branch: perl
2866            ! embed.fnc embed.h makedef.pl proto.h util.c
2867 ____________________________________________________________________________
2868 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
2869         Log: Spread the good word of "env".
2870      Branch: perl
2871            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
2872 ____________________________________________________________________________
2873 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
2874         Log: Till the system tests do something non-Win*, better rename
2875              the test so that people on other platforms don't get confused.
2876              (Not win32system, because assumedly there's win64, too.)
2877      Branch: perl
2878            + t/op/winsystem.t
2879            - t/op/system.t
2880            ! MANIFEST
2881 ____________________________________________________________________________
2882 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
2883         Log: Some tweaks.
2884      Branch: perl
2885            ! lib/Pod/t/Functions.t
2886 ____________________________________________________________________________
2887 [ 14057] By: ams                                   on 2002/01/04  17:40:31
2888         Log: (retracted by #14057)
2889              
2890              Subject: [PATCH] Time/HiRes/HiRes.t
2891              From: Nicholas Clark <nick@unfortu.net>
2892              Date: Fri, 4 Jan 2002 17:28:46 +0000
2893              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
2894      Branch: perl
2895            ! ext/Time/HiRes/HiRes.t
2896 ____________________________________________________________________________
2897 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
2898         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
2899              From: Abe Timmerman <abe@ztreet.demon.nl>
2900              Date: Fri, 04 Jan 2002 18:42:33 +0100
2901              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
2902      Branch: perl
2903            + lib/Pod/t/Functions.t
2904            ! MANIFEST lib/Pod/Functions.pm
2905 ____________________________________________________________________________
2906 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
2907         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
2908              From: "Craig A. Berry" <craigberry@mac.com>
2909              Date: Thu, 3 Jan 2002 17:32:20 -0600
2910              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
2911      Branch: perl
2912            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
2913 ____________________________________________________________________________
2914 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
2915         Log: Document the U+0085, U+2028, and U+2029.
2916      Branch: perl
2917            ! pod/perlre.pod pod/perlretut.pod
2918 ____________________________________________________________________________
2919 [ 14053] By: ams                                   on 2002/01/04  03:27:44
2920         Log: Subject: [PATCH] warn if not CORE::dump
2921              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2922              Date: Thu, 3 Jan 2002 22:04:00 +0100
2923              Message-Id: <20020103220400.A13958@rafael>
2924      Branch: perl
2925            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
2926 ____________________________________________________________________________
2927 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
2928         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
2929      Branch: perl
2930            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
2931 ____________________________________________________________________________
2932 [ 14051] By: ams                                   on 2002/01/04  03:00:12
2933         Log: Subject: [PATCH] File::Compare::VERSION
2934              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2935              Date: Thu, 3 Jan 2002 23:42:52 +0100
2936              Message-Id: <20020103234252.G13958@rafael>
2937      Branch: perl
2938            ! lib/File/Compare.pm
2939 ____________________________________________________________________________
2940 [ 14050] By: ams                                   on 2002/01/04  02:58:05
2941         Log: Subject: [PATCH @14042] threads::shared doc
2942              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
2943              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
2944              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
2945      Branch: perl
2946            ! ext/threads/shared/shared.pm
2947 ____________________________________________________________________________
2948 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
2949         Log: #14048 exposed few false positives, to be fixed soonish.
2950      Branch: perl
2951            ! t/op/pat.t
2952 ____________________________________________________________________________
2953 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
2954         Log: Do not add the first characters of multicharacter foldings
2955              into character classes.
2956      Branch: perl
2957            ! regcomp.c
2958 ____________________________________________________________________________
2959 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
2960         Log: A bit of testing for #14046.
2961      Branch: perl
2962            ! t/op/pat.t
2963 ____________________________________________________________________________
2964 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
2965         Log: Allow emitting the foldcased version of "\x{df}", "ss"
2966              (among others, another example would be \x{fb00} -> "ff")
2967      Branch: perl
2968            ! regcomp.c
2969 ____________________________________________________________________________
2970 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
2971         Log: Subject: [PATCH] File::Spec & NetWare
2972              From: Dave Rolsky <autarch@urth.org>
2973              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
2974              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
2975      Branch: perl
2976            - lib/File/Spec/NW5.pm
2977            ! MANIFEST lib/File/Spec.pm
2978 ____________________________________________________________________________
2979 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
2980         Log: FAQ sync (RCS Ids only?)
2981      Branch: perl
2982            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
2983 ____________________________________________________________________________
2984 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
2985         Log: AUTHORs updates.
2986      Branch: perl
2987            ! AUTHORS
2988 ____________________________________________________________________________
2989 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
2990         Log: Update Changes.
2991      Branch: perl
2992            ! Changes patchlevel.h
2993 ____________________________________________________________________________
2994 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
2995         Log: Missed the =head1 additions.
2996      Branch: perl
2997            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
2998            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
2999            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
3000            ! util.c
3001 ____________________________________________________________________________
3002 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
3003         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
3004              From: Robin Barker <rmb1@cise.npl.co.uk>
3005              Date: Thu, 3 Jan 2002 15:26:20 GMT
3006              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
3007      Branch: perl
3008            ! lib/Carp.t lib/Carp/Heavy.pm
3009 ____________________________________________________________________________
3010 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
3011         Log: Subject: [PATCH hv.c] 
3012              From: Robin Barker <rmb1@cise.npl.co.uk>
3013              Date: Thu, 3 Jan 2002 14:49:06 GMT
3014              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
3015              
3016              -Wformat check.
3017      Branch: perl
3018            ! hv.c
3019 ____________________________________________________________________________
3020 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
3021         Log: NetWare tweaks from Ananth Kesari.
3022      Branch: perl
3023            ! NetWare/t/NWScripts.pl lib/File/Find.pm
3024 ____________________________________________________________________________
3025 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
3026         Log: Cast.
3027      Branch: perl
3028            ! regexec.c
3029 ____________________________________________________________________________
3030 [ 14036] By: ams                                   on 2002/01/03  12:12:31
3031         Log: Grammar fix suggested by Gwyn Judd.
3032      Branch: perl
3033            ! pod/perldiag.pod
3034 ____________________________________________________________________________
3035 [ 14033] By: ams                                   on 2002/01/03  08:24:24
3036         Log: Subject: Not ok 14031: PPPort Makefile.PL
3037              From: andreas.koenig@anima.de (Andreas J. Koenig)
3038              Date: 03 Jan 2002 10:17:46 +0100
3039              Message-Id: <m3sn9n94jp.fsf@anima.de>
3040      Branch: perl
3041            ! ext/Devel/PPPort/Makefile.PL
3042 ____________________________________________________________________________
3043 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
3044         Log: Off-by-one is my middle name.
3045      Branch: perl
3046            ! regexec.c
3047 ____________________________________________________________________________
3048 [ 14030] By: ams                                   on 2002/01/02  23:56:37
3049         Log: Subject: [PATCH @14015] threads::shared disabling
3050              From: Andy Bussey <andybussey@yahoo.co.uk>
3051              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
3052              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
3053      Branch: perl
3054            + ext/threads/shared/t/no_share.t
3055            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
3056 ____________________________________________________________________________
3057 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
3058         Log: Simon's new perlapi scheme, I hope I got all the pieces.
3059      Branch: perl
3060            + autodoc.pl embed.fnc
3061            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
3062 ____________________________________________________________________________
3063 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
3064         Log: Integrate perlio; more PPPort Makefile source dependence removal
3065      Branch: perl
3066           !> ext/Devel/PPPort/Makefile.PL perl.h
3067 ____________________________________________________________________________
3068 [ 14027] By: ams                                   on 2002/01/02  21:42:50
3069         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
3070              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3071              Date: Wed, 2 Jan 2002 23:09:13 +0100
3072              Message-Id: <20020102230913.A17373@rafael>
3073      Branch: perl
3074            ! pod/perldiag.pod
3075 ____________________________________________________________________________
3076 [ 14026] By: ams                                   on 2002/01/02  21:38:34
3077         Log: Subject: Re: PATCH: lib/Term/Cap.pm
3078              From: Jonathan Stowe <gellyfish@gellyfish.com>
3079              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
3080              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
3081      Branch: perl
3082            ! lib/Term/Cap.pm
3083 ____________________________________________________________________________
3084 [ 14025] By: ams                                   on 2002/01/02  18:34:26
3085         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
3086              From: Sam Tregar <sam@tregar.com>
3087              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
3088              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
3089      Branch: perl
3090            ! pod/perldiag.pod t/comp/proto.t toke.c
3091 ____________________________________________________________________________
3092 [ 14024] By: ams                                   on 2002/01/02  18:16:12
3093         Log: Subject: PATCH: lib/Term/Cap.pm
3094              From: Norton Allen <allen@huarp.harvard.edu>
3095              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
3096              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
3097      Branch: perl
3098            ! lib/Term/Cap.pm
3099 ____________________________________________________________________________
3100 [ 14023] By: ams                                   on 2002/01/02  18:12:31
3101         Log: Subject: PATCH: lib/Cwd.pm for QNX4
3102              From: Norton Allen <allen@huarp.harvard.edu>
3103              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
3104              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
3105      Branch: perl
3106            ! lib/Cwd.pm
3107 ____________________________________________________________________________
3108 [ 14020] By: ams                                   on 2002/01/02  17:06:27
3109         Log: Fix misplaced application of #14016.
3110      Branch: perl
3111            ! op.c
3112 ____________________________________________________________________________
3113 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
3114         Log: Integrate perlio; avoid uninit debug_pad.
3115      Branch: perl
3116           !> sv.c
3117 ____________________________________________________________________________
3118 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
3119         Log: makedepend VOS fix from Paul Green.
3120      Branch: perl
3121            ! makedepend.SH
3122 ____________________________________________________________________________
3123 [ 14016] By: ams                                   on 2002/01/02  15:58:11
3124         Log: Subject: [PATCH] random crash in B::LISTOP::last
3125              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3126              Date: Wed, 2 Jan 2002 17:37:28 +0100
3127              Message-Id: <3C334558.3906.19CB98D@localhost>
3128      Branch: perl
3129            ! op.c
3130 ____________________________________________________________________________
3131 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
3132         Log: Update Changes.
3133      Branch: perl
3134            ! Changes patchlevel.h
3135 ____________________________________________________________________________
3136 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
3137         Log: One more iteration of the ibcmp_utf8() interface,
3138              hopefully this is a convergent iteration...
3139      Branch: perl
3140            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
3141 ____________________________________________________________________________
3142 [ 14013] By: ams                                   on 2002/01/02  13:43:58
3143         Log: Upgrade to podlators-1.19.
3144      Branch: perl
3145            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
3146            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
3147            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
3148            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
3149            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
3150 ____________________________________________________________________________
3151 [ 14012] By: ams                                   on 2002/01/02  09:48:51
3152         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
3153              From: martyn@inpharmatica.co.uk
3154              Date: Wed, 19 Dec 2001 19:05:00 +0000
3155              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
3156      Branch: perl
3157            ! lib/Pod/Usage.pm
3158 ____________________________________________________________________________
3159 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
3160         Log: Make ibcmp_utf8() optionally progress in either string for
3161              as long as it takes and optionally record how far it got.
3162      Branch: perl
3163            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
3164 ____________________________________________________________________________
3165 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
3166         Log: Once more try to get the PPPort Makefile right.
3167      Branch: perl
3168            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
3169 ____________________________________________________________________________
3170 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
3171         Log: -Wall silencing.
3172      Branch: perl
3173            ! utf8.c
3174 ____________________________________________________________________________
3175 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
3176         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
3177              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3178              Date: Tue, 1 Jan 2002 22:45:21 +0100       
3179              Message-ID: <20020101224521.A691@rafael>
3180      Branch: perl
3181            ! ext/B/B/Deparse.pm
3182 ____________________________________________________________________________
3183 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
3184         Log: VOS tweak from Paul Green: VOS has different O_BINARY
3185              and O_TEXT, but VOS always uses LF, never CRLF.
3186      Branch: perl
3187            ! perl.h
3188 ____________________________________________________________________________
3189 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
3190         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
3191      Branch: perl
3192            ! regexec.c utf8.c
3193 ____________________________________________________________________________
3194 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
3195         Log: Now that to_utf8_fold() was fixed.
3196      Branch: perl
3197            ! regcomp.c regexec.c
3198 ____________________________________________________________________________
3199 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
3200         Log: Integrate perlio; experimental binmode() re-coding.
3201      Branch: perl
3202           !> perlio.c
3203 ____________________________________________________________________________
3204 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
3205         Log: Document the to_utf8_*() functions.
3206      Branch: perl
3207            ! embed.pl pod/perlapi.pod utf8.c
3208 ____________________________________________________________________________
3209 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
3210         Log: Better support for multicharacter foldings.
3211              Now all but two of the CaseFold.txt cases work-- but
3212              only when the target string is single-character, more
3213              debugging needed.
3214      Branch: perl
3215            ! regexec.c
3216 ____________________________________________________________________________
3217 [ 14000] By: ams                                   on 2002/01/01  15:59:43
3218         Log: Subject: [PATCH] don't installperl pods
3219              From: Nicholas Clark <nick@unfortu.net>
3220              Date: Tue, 1 Jan 2002 16:44:12 +0000
3221              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
3222      Branch: perl
3223            ! installperl
3224 ____________________________________________________________________________
3225 [ 13999] By: ams                                   on 2002/01/01  14:34:04
3226         Log: Subject: [PATCH] perldiag.pod transposition
3227              From: Nicholas Clark <nick@unfortu.net>
3228              Date: Tue, 1 Jan 2002 15:03:52 +0000
3229              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
3230      Branch: perl
3231            ! pod/perldiag.pod
3232 ____________________________________________________________________________
3233 [ 13998] By: ams                                   on 2002/01/01  13:36:49
3234         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
3235              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3236              Date: Tue, 1 Jan 2002 15:12:36 +0100
3237              Message-Id: <20020101151236.A951@rafael>
3238      Branch: perl
3239            ! pod/perldiag.pod
3240 ____________________________________________________________________________
3241 [ 13997] By: ams                                   on 2002/01/01  13:33:06
3242         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
3243              From: Nicholas Clark <nick@unfortu.net>
3244              Date: Tue, 1 Jan 2002 13:13:17 +0000
3245              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
3246      Branch: perl
3247            ! ext/Socket/socketpair.t
3248 ____________________________________________________________________________
3249 [ 13996] By: ams                                   on 2002/01/01  04:44:28
3250         Log: Subject: [PATCH @13746] Leaner exporter
3251              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3252              Date: Mon, 31 Dec 2001 18:16:08 -0500
3253              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
3254      Branch: perl
3255            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
3256 ____________________________________________________________________________
3257 [ 13995] By: ams                                   on 2002/01/01  04:29:44
3258         Log: Subject: [PATCH @13746] h2xs broken
3259              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3260              Date: Mon, 31 Dec 2001 17:48:55 -0500
3261              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
3262      Branch: perl
3263            ! utils/h2xs.PL
3264 ____________________________________________________________________________
3265 [ 13994] By: ams                                   on 2002/01/01  04:25:46
3266         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
3267              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3268              Date: Mon, 31 Dec 2001 17:42:25 -0500
3269              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
3270      Branch: perl
3271            ! lib/ExtUtils/MM_Unix.pm
3272 ____________________________________________________________________________
3273 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
3274         Log: Rename the variables to be a bit more consistent.
3275      Branch: perl
3276            ! utf8.c
3277 ____________________________________________________________________________
3278 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
3279         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
3280              (found by Jeffrey Friedl)
3281      Branch: perl
3282            ! regexec.c t/op/pat.t utf8.c
3283 ____________________________________________________________________________
3284 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
3285         Log: Update Changes.
3286      Branch: perl
3287            ! Changes patchlevel.h
3288 ____________________________________________________________________________
3289 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
3290         Log: Less unused ones.
3291      Branch: perl
3292            ! regexec.c
3293 ____________________________________________________________________________
3294 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
3295         Log: Unused variable.
3296      Branch: perl
3297            ! regcomp.c
3298 ____________________________________________________________________________
3299 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
3300         Log: Forgotten file.
3301      Branch: perl
3302            ! MANIFEST
3303 ____________________________________________________________________________
3304 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
3305         Log: Subject: Re: Cygwin: one down one to go 
3306              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3307              Date: Mon, 31 Dec 2001 18:34:36 +0100
3308              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
3309      Branch: perl
3310            ! cygwin/Makefile.SHs
3311 ____________________________________________________________________________
3312 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
3313         Log: Add some comments to the recent Unicode case-folding saga.
3314      Branch: perl
3315            ! regcomp.c regexec.c
3316 ____________________________________________________________________________
3317 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
3318         Log: Slight comment tweakage.
3319      Branch: perl
3320            ! ext/I18N/Langinfo/Langinfo.t
3321 ____________________________________________________________________________
3322 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
3323         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
3324      Branch: perl
3325            ! perl.h
3326 ____________________________________________________________________________
3327 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
3328         Log: Subject: [ PATCH] Cygwin: one down one to go
3329              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3330              Date: Mon, 31 Dec 2001 17:03:40 +0100
3331              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
3332      Branch: perl
3333            ! lib/Pod/t/basic.t
3334 ____________________________________________________________________________
3335 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
3336         Log: Tweak the dependencies not to recompile everytime,
3337              as suggested by NI-S.
3338      Branch: perl
3339            ! ext/Devel/PPPort/Makefile.PL
3340 ____________________________________________________________________________
3341 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
3342         Log: Planning still not right.
3343      Branch: perl
3344            ! lib/User/grent.t
3345 ____________________________________________________________________________
3346 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
3347         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
3348              From: Michael G Schwern <schwern@pobox.com>
3349              Date: Sun, 30 Dec 2001 18:07:55 -0500
3350              Message-ID: <20011230230755.GG12840@blackrider>
3351              
3352              (lib/User/grent, really)
3353      Branch: perl
3354            ! lib/User/grent.t
3355 ____________________________________________________________________________
3356 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
3357         Log: Integrate perlio; cleanup, in particular avoid accidental
3358              PerlIO_flush(NULL) if PerlIONext is NULL.
3359      Branch: perl
3360           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
3361 ____________________________________________________________________________
3362 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
3363         Log: Subject: typo in IO::Socket::INET.pm
3364              From: mjd@plover.com
3365              Date: 31 Dec 2001 14:31:10 -0000
3366              Message-ID: <20011231143110.4989.qmail@plover.com>
3367      Branch: perl
3368            ! ext/IO/lib/IO/Socket/INET.pm
3369 ____________________________________________________________________________
3370 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
3371         Log: Subject: Re: [PATCH] Basic bad prototype detection
3372              From: Sam Tregar <sam@tregar.com>
3373              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
3374              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
3375      Branch: perl
3376            ! t/comp/proto.t toke.c
3377 ____________________________________________________________________________
3378 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
3379         Log: Subject: [PATCH] configure.com / scriptdirexp
3380              From: "Craig A. Berry" <craigberry@mac.com>
3381              Date: Sun, 30 Dec 2001 15:47:28 -0600
3382              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
3383      Branch: perl
3384            ! configure.com
3385 ____________________________________________________________________________
3386 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
3387         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
3388              From: Abe Timmerman <abe@ztreet.demon.nl>
3389              Date: Mon, 31 Dec 2001 03:55:27 +0100
3390              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
3391      Branch: perl
3392            ! lib/ExtUtils/t/MM_Win32.t
3393 ____________________________________________________________________________
3394 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
3395         Log: Subject: [PATCH] Basic bad prototype detection
3396              From: Sam Tregar <sam@tregar.com> 
3397              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
3398              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
3399      Branch: perl
3400            ! pod/perldiag.pod t/comp/proto.t toke.c
3401 ____________________________________________________________________________
3402 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
3403         Log: Makefiles are sloppy about the exe suffix
3404              (from Paul Green)
3405      Branch: perl
3406            ! Makefile.SH x2p/Makefile.SH
3407 ____________________________________________________________________________
3408 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
3409         Log: Delay folding until necessary; start of handling
3410              folding into several characters.
3411      Branch: perl
3412            ! regcomp.c regexec.c
3413 ____________________________________________________________________________
3414 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
3415         Log: gcc -Wall dewhine.
3416      Branch: perl
3417            ! regexec.c
3418 ____________________________________________________________________________
3419 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
3420         Log: More Unicode folding tweaks, avoid potential false matches.
3421      Branch: perl
3422            ! regexec.c
3423 ____________________________________________________________________________
3424 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
3425         Log: Make that six wrongs.
3426      Branch: perl
3427            ! regexec.c utf8.c
3428 ____________________________________________________________________________
3429 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
3430         Log: Four wrongs can make a right.
3431      Branch: perl
3432            ! regexec.c utf8.c
3433 ____________________________________________________________________________
3434 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
3435         Log: Fix all the I case foldings as per CaseFold.txt.
3436      Branch: perl
3437            ! regcomp.c regexec.c
3438 ____________________________________________________________________________
3439 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
3440         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
3441      Branch: perl
3442            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
3443            ! regexec.c utf8.c
3444 ____________________________________________________________________________
3445 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
3446         Log: Integrate perlio; more win32 stuff:
3447              
3448              A. Use Perl_my_socketpair()
3449              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
3450              load winsock.
3451              C. (In passing) work round fact that $$ is now SvREADONLY
3452              so we need to take special measures to set it during
3453              pseudo-fork.
3454      Branch: perl
3455           !> util.c win32/perlhost.h
3456 ____________________________________________________________________________
3457 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
3458         Log: Fix ppport.h for Unix.
3459      Branch: perl
3460            + ext/Devel/PPPort/ppport_h.PL
3461            - ext/Devel/PPPort/ppport.h.PL
3462            ! MANIFEST ext/Devel/PPPort/Makefile.PL
3463 ____________________________________________________________________________
3464 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
3465         Log: Integrate perlio; win32 kicking.
3466      Branch: perl
3467           +> ext/Devel/PPPort/ppport.h.PL
3468           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
3469           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
3470           !> proto.h
3471 ____________________________________________________________________________
3472 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
3473         Log: Must look for cat also in $PATH (noticed by Philip Newton).
3474      Branch: perl
3475            ! Configure
3476 ____________________________________________________________________________
3477 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
3478         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
3479              From: Blair Zajac <blair@orcaware.com>
3480              Date: Sat, 29 Dec 2001 22:37:03 -0800
3481              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
3482      Branch: perl
3483            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
3484 ____________________________________________________________________________
3485 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
3486         Log: Regen files.
3487      Branch: perl
3488            ! embed.h global.sym pod/perlapi.pod uconfig.h
3489 ____________________________________________________________________________
3490 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
3491         Log: Subject: [PATCH] -t without -w 
3492              From: Michael G Schwern <schwern@pobox.com>
3493              Date: Sat, 29 Dec 2001 23:46:25 -0500
3494              Message-ID: <20011230044625.GA14386@blackrider>
3495      Branch: perl
3496            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
3497            ! warnings.pl
3498 ____________________________________________________________________________
3499 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
3500         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
3501              From: Dave Rolsky <autarch@urth.org>               
3502              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
3503              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
3504              
3505              $^O is NetWare, not Netware.
3506      Branch: perl
3507            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
3508 ____________________________________________________________________________
3509 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
3510         Log: Sarathy thinks undoing C++ comments from C++ files
3511              is a bit too zealous.
3512      Branch: perl
3513            ! win32/perlhost.h win32/vmem.h
3514 ____________________________________________________________________________
3515 [ 13947] By: nick                                  on 2001/12/30  11:35:51
3516         Log: More Cwd tidy up
3517      Branch: perl
3518            ! MANIFEST installperl
3519 ____________________________________________________________________________
3520 [ 13946] By: nick                                  on 2001/12/30  11:12:42
3521         Log: Undo a mess trying Cwd.pm in its ext directory
3522      Branch: perl
3523            + lib/Cwd.pm
3524            - ext/Cwd/Cwd.pm
3525 ____________________________________________________________________________
3526 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
3527         Log: Update Changes.
3528      Branch: perl
3529            ! Changes patchlevel.h
3530 ____________________________________________________________________________
3531 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
3532         Log: Subject: [PATCH] cleaner close on tests, take 2
3533              From: andreas.koenig@anima.de (Andreas J. Koenig)
3534              Date: 29 Dec 2001 21:42:37 +0100
3535              Message-ID: <m33d1tvjuq.fsf@anima.de>
3536              
3537              (the DB_File patches)
3538      Branch: perl
3539            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
3540            ! ext/DB_File/t/db-recno.t
3541 ____________________________________________________________________________
3542 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
3543         Log: Integrate perlio; regen'ed config_H.?c
3544      Branch: perl
3545           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3546 ____________________________________________________________________________
3547 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
3548         Log: Subject: [PATCH] cleaner close on tests, take 2             
3549              From: andreas.koenig@anima.de (Andreas J. Koenig)
3550              Date: 29 Dec 2001 21:42:37 +0100
3551              Message-ID: <m33d1tvjuq.fsf@anima.de>
3552              
3553              (except for the three DB_File patch fragments)
3554      Branch: perl
3555            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
3556            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
3557            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
3558            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
3559            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
3560            ! t/op/runlevel.t t/op/write.t t/run/switches.t
3561 ____________________________________________________________________________
3562 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
3563         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
3564              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3565              Date: Sat, 29 Dec 2001 20:38:59 +0100
3566              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
3567              
3568              (NetWare tree not touched because it's very //)
3569      Branch: perl
3570            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
3571            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
3572            ! wince/include/errno.h wince/include/netdb.h
3573            ! wince/include/sys/socket.h wince/include/sys/stat.h
3574            ! wince/perllib.c wince/perlmain.c wince/win32.h
3575            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
3576            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
3577 ____________________________________________________________________________
3578 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
3579         Log: Give up on serious testing of langinfo().  Leave the old
3580              code in place, though.
3581      Branch: perl
3582            ! ext/I18N/Langinfo/Langinfo.t
3583 ____________________________________________________________________________
3584 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
3585         Log: Integrate perlio;
3586              
3587              Define the two socket error numbers in terms of WSAEXXXXX equivalents
3588              
3589              Fudge Config.pm so File::Spec does not croak.
3590      Branch: perl
3591           !> win32/FindExt.pm win32/win32.h
3592 ____________________________________________________________________________
3593 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
3594         Log: VOS tweaks from Paul Green.
3595              
3596              The Configure tweaks: the _exe needs to be
3597              set after the init; VOS has fd 3 hardwired to /dev/tty;
3598              the grep/ln/make substitutions really need to stick.
3599      Branch: perl
3600            ! Configure hints/vos.sh perl.h util.c vos/build.cm
3601            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3602            ! vos/config.ga.h vos/vosish.h
3603 ____________________________________________________________________________
3604 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
3605         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
3606              From: coral@eekeek.org
3607              Date: Fri, 28 Dec 2001 19:58:22 -0500      
3608              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
3609      Branch: perl
3610            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
3611            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
3612            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
3613            ! pod/perlunicode.pod pod/perlxs.pod util.c
3614 ____________________________________________________________________________
3615 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
3616         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
3617      Branch: perl
3618            ! t/op/exec.t
3619 ____________________________________________________________________________
3620 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
3621         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
3622              From: Abe Timmerman <abe@ztreet.demon.nl>
3623              Date: Sat, 29 Dec 2001 13:10:06 +0100
3624              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
3625      Branch: perl
3626            + lib/Pod/t/InputObjects.t
3627 ____________________________________________________________________________
3628 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
3629         Log: Integrate perlio;
3630              
3631              Quick fix (after couple of clever fixes failed) for
3632              "accept leaks memory" fail [ID 20011223.001]
3633              
3634              Nick Clark's embed.pl fix for my_socketpair
3635      Branch: perl
3636           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
3637 ____________________________________________________________________________
3638 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
3639         Log: Slight tweaks on the MM_Win32.t.
3640      Branch: perl
3641            ! lib/ExtUtils/t/MM_Win32.t
3642 ____________________________________________________________________________
3643 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
3644         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
3645              From: Abe Timmerman <abe@ztreet.demon.nl>
3646              Date: Sat, 29 Dec 2001 12:51:36 +0100
3647              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
3648      Branch: perl
3649            + lib/ExtUtils/t/MM_Win32.t
3650            ! MANIFEST
3651 ____________________________________________________________________________
3652 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
3653         Log: Subject: [PATCH] Module names and other nits
3654              From: Autrijus Tang <autrijus@autrijus.org>                 
3655              Date: Sat, 29 Dec 2001 01:59:28 +0800
3656              Message-ID: <20011229015928.A29712@geb.elixus.org>              
3657      Branch: perl
3658            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
3659            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
3660            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
3661            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
3662            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
3663 ____________________________________________________________________________
3664 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
3665         Log: socketpair tweaks from Nicholas Clark.
3666      Branch: perl
3667            ! ext/Socket/socketpair.t util.c
3668 ____________________________________________________________________________
3669 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
3670         Log: Retract #13917.
3671      Branch: perl
3672            ! doop.c
3673 ____________________________________________________________________________
3674 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
3675         Log: Subject: provisional MakeMaker patch for VMS
3676              From: "Craig A. Berry" <craigberry@mac.com> 
3677              Date: Thu, 27 Dec 2001 22:29:37 -0600
3678              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
3679      Branch: perl
3680            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
3681 ____________________________________________________________________________
3682 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
3683         Log: (retracted by #13919)
3684      Branch: perl
3685            ! doop.c
3686 ____________________________________________________________________________
3687 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
3688         Log: Remove debris in any case.
3689      Branch: perl
3690            ! Configure
3691 ____________________________________________________________________________
3692 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
3693         Log: Subject: [PATCH] Re: B::walksymtable oddness
3694              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3695              Date: Thu, 27 Dec 2001 19:14:24 +0100
3696              Message-ID: <3C2B7310.861.18820D0@localhost>
3697      Branch: perl
3698            ! ext/B/B.pm
3699 ____________________________________________________________________________
3700 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
3701         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
3702              From: Nicholas Clark <nick@unfortu.net> 
3703              Date: Fri, 28 Dec 2001 00:43:02 +0000
3704              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
3705      Branch: perl
3706            ! ext/Socket/socketpair.t
3707 ____________________________________________________________________________
3708 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
3709         Log: Fast Latin1<->UTF-8 conversion for older Perls.
3710      Branch: perl
3711            ! pod/perluniintro.pod
3712 ____________________________________________________________________________
3713 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
3714         Log: Update Changes.
3715      Branch: perl
3716            ! Changes patchlevel.h
3717 ____________________________________________________________________________
3718 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
3719         Log: More wait status trickery for BeOS.
3720      Branch: perl
3721            ! ext/POSIX/POSIX.xs
3722 ____________________________________________________________________________
3723 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
3724         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
3725      Branch: perl
3726            ! Configure
3727 ____________________________________________________________________________
3728 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
3729         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
3730              From: gbarr@monty.mutatus.co.uk
3731              Date: 27 Dec 2001 14:41:36 -0000
3732              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
3733      Branch: perl
3734            ! lib/ExtUtils/t/Embed.t
3735 ____________________________________________________________________________
3736 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
3737         Log: Subject: [PATCH] Re: socketpair emulation
3738              From: Nicholas Clark <nick@unfortu.net> 
3739              Date: Wed, 26 Dec 2001 20:08:14 +0000
3740              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
3741      Branch: perl
3742            ! ext/Socket/socketpair.t
3743 ____________________________________________________________________________
3744 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
3745         Log: Subject: [DOC PATCH] left is right and right is left
3746              From: Philip Newton <Philip.Newton@gmx.net>
3747              Date: Thu, 27 Dec 2001 10:04:17 +0100
3748              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
3749      Branch: perl
3750            ! pod/perlfunc.pod pod/perlport.pod
3751 ____________________________________________________________________________
3752 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
3753         Log: Subject: [PATCH] check return of close
3754              From: andreas.koenig@anima.de (Andreas J. Koenig)            
3755              Date: 27 Dec 2001 09:47:30 +0100
3756              Message-ID: <m3ellhgicd.fsf@anima.de> 
3757              
3758              Subject: [PATCH] improve error reporting
3759              From: andreas.koenig@anima.de (Andreas J. Koenig)            
3760              Date: 27 Dec 2001 09:54:55 +0100
3761              Message-ID: <m3adw5gi00.fsf@anima.de> 
3762              
3763              Subject: [PATCH] check return value of close
3764              From: andreas.koenig@anima.de (Andreas J. Koenig)            
3765              Date: 27 Dec 2001 10:03:55 +0100
3766              Message-ID: <m3666tghl0.fsf@anima.de> 
3767              
3768              Subject: [PATCH] return of close
3769              From: andreas.koenig@anima.de (Andreas J. Koenig)            
3770              Date: 27 Dec 2001 10:22:15 +0100
3771              Message-ID: <m31yhhggqg.fsf@anima.de> 
3772      Branch: perl
3773            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
3774            ! t/io/fflush.t
3775 ____________________________________________________________________________
3776 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
3777         Log: Subject: [PATCH] check return of close
3778              From: andreas.koenig@anima.de (Andreas J. Koenig)            
3779              Date: 27 Dec 2001 09:47:30 +0100
3780              Message-ID: <m3ellhgicd.fsf@anima.de> 
3781      Branch: perl
3782            ! t/base/rs.t
3783 ____________________________________________________________________________
3784 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
3785         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
3786              From: andreas.koenig@anima.de (Andreas J. Koenig)
3787              Date: 27 Dec 2001 09:21:16 +0100
3788              Message-ID: <m3n105gjk3.fsf@anima.de>
3789      Branch: perl
3790            ! t/op/sysio.t
3791 ____________________________________________________________________________
3792 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
3793         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
3794              From: "Gerrit P. Haase" <gp@familiehaase.de>
3795              Date: Thu, 27 Dec 2001 09:23:55 +0100 
3796              Message-ID: <98211521662.20011227092355@familiehaase.de>
3797      Branch: perl
3798            ! lib/ExtUtils/t/MM_Cygwin.t
3799 ____________________________________________________________________________
3800 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
3801         Log: Replace the awful (most likely generated and not very persistent)
3802              URL with something tangible.
3803      Branch: perl
3804            ! README.hpux
3805 ____________________________________________________________________________
3806 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
3807         Log: Naughty /dev/printer (ls -l, really) of IRIX.
3808      Branch: perl
3809            ! t/op/stat.t
3810 ____________________________________________________________________________
3811 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
3812         Log: Upgrade to Net::Ping 2.10.
3813      Branch: perl
3814            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
3815            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
3816            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
3817            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
3818 ____________________________________________________________________________
3819 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
3820         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
3821              (this showed up in Benchmark.t)
3822      Branch: perl
3823            ! pp_sys.c
3824 ____________________________________________________________________________
3825 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
3826         Log: BeOS updates.
3827      Branch: perl
3828            ! README.beos beos/beos.c
3829 ____________________________________________________________________________
3830 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
3831         Log: Subject: Re: bleadperl doesn't compile
3832              From: "Gerrit P. Haase" <gp@familiehaase.de>
3833              Date: Wed, 26 Dec 2001 21:29:08 +0100
3834              Message-ID: <22168634623.20011226212908@familiehaase.de>
3835              
3836              Cygwin with multiplicity.
3837      Branch: perl
3838            ! perlio.c
3839 ____________________________________________________________________________
3840 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
3841         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
3842              From: Nicholas Clark <nick@ccl4.org>
3843              Date: Wed, 26 Dec 2001 19:07:33 +0000
3844              Message-ID: <20011226190732.J48842@plum.flirble.org>            
3845              
3846              socketpair() (un)signedness nit.
3847      Branch: perl
3848            ! util.c
3849 ____________________________________________________________________________
3850 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
3851         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
3852              From: Nicholas Clark <nick@ccl4.org>
3853              Date: Wed, 26 Dec 2001 19:19:47 +0000
3854              Message-ID: <20011226191946.K48842@plum.flirble.org>
3855              
3856              Use report_evil_fh().
3857      Branch: perl
3858            ! doio.c
3859 ____________________________________________________________________________
3860 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
3861         Log: Bad $? assumptions.
3862      Branch: perl
3863            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
3864 ____________________________________________________________________________
3865 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
3866         Log: Net::Ping isn't going to work much without
3867              the Socket extension; fail more gracefully.
3868      Branch: perl
3869            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
3870            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
3871            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
3872            ! lib/Net/Ping/t/300_ping_stream.t
3873 ____________________________________________________________________________
3874 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
3875         Log: test -d /system is a bit too generic test for VOS
3876              (false hit in BeOS)
3877      Branch: perl
3878            ! Configure
3879 ____________________________________________________________________________
3880 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
3881         Log: No AF_UNIX in BeOS.
3882      Branch: perl
3883            ! util.c
3884 ____________________________________________________________________________
3885 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
3886         Log: FAQ sync.
3887      Branch: perl
3888            ! pod/perlfaq5.pod
3889 ____________________________________________________________________________
3890 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
3891         Log: Update Changes.
3892      Branch: perl
3893            ! Changes patchlevel.h
3894 ____________________________________________________________________________
3895 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
3896         Log: Make -t equal -tw.
3897      Branch: perl
3898            ! perl.c pod/perlrun.pod
3899 ____________________________________________________________________________
3900 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
3901         Log: Subject: Re: Not OK 13881
3902              From: John Peacock <jpeacock@rowman.com>
3903              Date: Tue, 25 Dec 2001 06:02:12 -0500
3904              Message-ID: <3C285CB4.8040006@rowman.com>
3905      Branch: perl
3906            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
3907 ____________________________________________________________________________
3908 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
3909         Log: Subject: Re: Not OK 13881
3910              From: andreas.koenig@anima.de (Andreas J. Koenig)
3911              Date: 25 Dec 2001 07:33:23 +0100
3912              Message-ID: <m3bsgnajws.fsf@anima.de>
3913      Branch: perl
3914            ! op.c
3915 ____________________________________________________________________________
3916 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
3917         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
3918              From: Mark-Jason Dominus <mjd@plover.com>    
3919              Date: Mon, 24 Dec 2001 18:14:48 -0500
3920              Message-ID: <20011224231448.25826.qmail@plover.com>
3921      Branch: perl
3922            ! op.c t/op/eval.t
3923 ____________________________________________________________________________
3924 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
3925         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
3926              From: Dave Rolsky <autarch@urth.org>
3927              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
3928              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
3929      Branch: perl
3930            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
3931            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
3932            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
3933            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
3934            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
3935 ____________________________________________________________________________
3936 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
3937         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
3938              From: Jeffrey Friedl <jfriedl@yahoo.com>
3939              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
3940              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
3941              
3942              The rest of the tests for plus few extras.
3943      Branch: perl
3944            ! t/op/pat.t
3945 ____________________________________________________________________________
3946 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
3947         Log: No-op.
3948      Branch: perl
3949            ! Configure
3950 ____________________________________________________________________________
3951 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
3952         Log: More constant casting.
3953      Branch: perl
3954            ! regexec.c
3955 ____________________________________________________________________________
3956 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
3957         Log: Subject: perlhack.pod 
3958              From: "John P. Linderman" <jpl@research.att.com>
3959              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
3960              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
3961      Branch: perl
3962            ! pod/perlhack.pod
3963 ____________________________________________________________________________
3964 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
3965         Log: File::Find patch patches from Thomas Wegner.
3966      Branch: perl
3967            ! lib/File/Find.pm
3968 ____________________________________________________________________________
3969 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
3970         Log: Subject: Re: socketpair emulation 
3971              From: Nicholas Clark <nick@unfortu.net>                 
3972              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
3973              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
3974      Branch: perl
3975            ! ext/Socket/socketpair.t
3976 ____________________________________________________________________________
3977 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
3978         Log: Must cast constants if they can be quads.
3979      Branch: perl
3980            ! regcomp.c
3981 ____________________________________________________________________________
3982 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
3983         Log: Promote the e/uid to wide enough un/signed integers
3984              and printf them as such.
3985      Branch: perl
3986            ! taint.c
3987 ____________________________________________________________________________
3988 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
3989         Log: The U32 alignment test wasn't really working, noticed
3990              by Paul Green.  Now the test works, but this means that
3991              we may see coredumps from the test.   I sure hope MMUless
3992              places don't crash on the test.
3993      Branch: perl
3994            ! Configure
3995 ____________________________________________________________________________
3996 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
3997         Log: More VOS tweaks.
3998      Branch: perl
3999            ! Configure
4000 ____________________________________________________________________________
4001 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
4002         Log: The funky final sigma casefolding.
4003      Branch: perl
4004            ! regcomp.c regexec.c t/op/pat.t utf8.h
4005 ____________________________________________________________________________
4006 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
4007         Log: Update Changes.
4008      Branch: perl
4009            ! Changes patchlevel.h
4010 ____________________________________________________________________________
4011 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
4012         Log: Move the \C and \X to pat.t.
4013      Branch: perl
4014            ! t/op/pat.t t/op/re_tests
4015 ____________________________________________________________________________
4016 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
4017         Log: More logical test ordering.
4018      Branch: perl
4019            ! perl.h
4020 ____________________________________________________________________________
4021 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
4022         Log: Integrate perlio;
4023              
4024              Add at least the "important" PerlIO_xxxx functions to embed.pl
4025              so that they get implicit pTHX_ and we can avoid slow dTHX.
4026              
4027              Put PerlIO stuff inside EXTERN C
4028              
4029              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
4030      Branch: perl
4031           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
4032           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
4033           !> win32/win32.c
4034 ____________________________________________________________________________
4035 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
4036         Log: Even more \X fixing.
4037      Branch: perl
4038            ! regexec.c t/op/pat.t
4039 ____________________________________________________________________________
4040 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
4041         Log: More \X fixing.
4042      Branch: perl
4043            ! regexec.c t/op/pat.t
4044 ____________________________________________________________________________
4045 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
4046         Log: Fix encoding pragma.
4047      Branch: perl
4048            ! regcomp.c
4049 ____________________________________________________________________________
4050 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
4051         Log: Subject: socketpair emulation
4052              From: Nicholas Clark <nick@unfortu.net>
4053              Date: Sat, 22 Dec 2001 18:38:18 +0000
4054              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
4055      Branch: perl
4056            + ext/Socket/socketpair.t
4057            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
4058            ! pp_sys.c proto.h util.c
4059 ____________________________________________________________________________
4060 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
4061         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
4062              From: Jeffrey Friedl <jfriedl@yahoo.com>
4063              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
4064              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
4065              
4066              (partially applied, most of the new tests need to be rethought)
4067      Branch: perl
4068            ! regcomp.c t/op/re_tests
4069 ____________________________________________________________________________
4070 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
4071         Log: Small tweaks.
4072      Branch: perl
4073            ! handy.h regexec.c
4074 ____________________________________________________________________________
4075 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
4076         Log: Unicode casefolding continues.
4077              (lib/encoding.t still failing.)
4078      Branch: perl
4079            ! regexec.c t/op/pat.t
4080 ____________________________________________________________________________
4081 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
4082         Log: Rework the make logic (again).
4083      Branch: perl
4084            ! Configure
4085 ____________________________________________________________________________
4086 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
4087         Log: Integrate perlio;
4088              Fix mis-parse of autoloaded usage code by declaring the sub
4089              Correct checking code which Ilya spotted was tripped by CR at EOF.
4090              The CR at EOF fix earlier broke CR at end-of-buffer.
4091      Branch: perl
4092            ! regexec.c
4093           !> ext/POSIX/POSIX.pm perlio.c sv.c
4094 ____________________________________________________________________________
4095 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
4096         Log: More Unicode casing fixes.
4097      Branch: perl
4098            ! regexec.c t/op/pat.t
4099 ____________________________________________________________________________
4100 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
4101         Log: Unicode casefolding fixes.
4102      Branch: perl
4103            ! op.c regcomp.c regexec.c t/op/pat.t
4104 ____________________________________________________________________________
4105 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
4106         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
4107              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
4108              Date: Sat, 22 Dec 2001 00:01:29 +0100
4109              Message-ID: <20011222000129.A713@rafael>
4110      Branch: perl
4111            ! ext/B/B/Deparse.pm
4112 ____________________________________________________________________________
4113 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
4114         Log: VOS config from Paul Green.
4115      Branch: perl
4116            ! hints/vos.sh
4117 ____________________________________________________________________________
4118 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
4119         Log: Subject: [PATCH @13746] CreateTTY on OS/2
4120              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4121              Date: Fri, 21 Dec 2001 15:59:45 -0500
4122              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
4123      Branch: perl
4124            ! lib/perl5db.pl
4125 ____________________________________________________________________________
4126 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
4127         Log: Subject: [PATCH @13746] uninstalled build of modules broken
4128              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4129              Date: Fri, 21 Dec 2001 15:49:09 -0500
4130              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
4131      Branch: perl
4132            ! lib/ExtUtils/MM_Unix.pm
4133 ____________________________________________________________________________
4134 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
4135         Log: Subject: [PATCH @13746] OS/2 File::* modules
4136              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4137              Date: Fri, 21 Dec 2001 15:43:24 -0500
4138              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
4139      Branch: perl
4140            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
4141 ____________________________________________________________________________
4142 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
4143         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
4144              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4145              Date: Fri, 21 Dec 2001 17:29:07 +0100
4146              Message-ID: <3C236353.6625C4C0@alcatel.at>
4147      Branch: perl
4148            ! pod/perltie.pod
4149 ____________________________________________________________________________
4150 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
4151         Log: Further VOS tweaks: the _exe needs to be introduced
4152              in the very beginning, and the make/gmake needs special
4153              VOS logic.
4154      Branch: perl
4155            ! Configure Makefile.SH
4156 ____________________________________________________________________________
4157 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
4158         Log: Update Changes.
4159      Branch: perl
4160            ! Changes patchlevel.h
4161 ____________________________________________________________________________
4162 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
4163         Log: Also the search for cat needs to be _exe-aware.
4164      Branch: perl
4165            ! Configure
4166 ____________________________________________________________________________
4167 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
4168         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
4169              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4170              Date: Fri, 21 Dec 2001 14:02:01 +0100
4171              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
4172      Branch: perl
4173            ! ext/B/B/Xref.pm
4174 ____________________________________________________________________________
4175 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
4176         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
4177      Branch: perl
4178            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
4179            ! ext/B/t/assembler.t
4180 ____________________________________________________________________________
4181 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
4182         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
4183              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4184              Date: Fri, 21 Dec 2001 11:15:38 +0100
4185              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
4186      Branch: perl
4187            ! hv.c
4188 ____________________________________________________________________________
4189 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
4190         Log: A plan is good.
4191      Branch: perl
4192            ! ext/re/re.t
4193 ____________________________________________________________________________
4194 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
4195         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
4196              From: chromatic <chromatic@rmci.net>
4197              Date: Thu, 20 Dec 2001 16:16:48 -0700
4198              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
4199      Branch: perl
4200            + ext/re/re.t
4201            ! MANIFEST
4202 ____________________________________________________________________________
4203 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
4204         Log: Synchronize the skippage message.
4205      Branch: perl
4206            ! lib/ExtUtils/t/MM_OS2.t
4207 ____________________________________________________________________________
4208 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
4209         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
4210              From: chromatic <chromatic@rmci.net>
4211              Date: Thu, 20 Dec 2001 16:09:10 -0700
4212              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
4213      Branch: perl
4214            + lib/ExtUtils/t/MM_OS2.t
4215            ! MANIFEST
4216 ____________________________________________________________________________
4217 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
4218         Log: Subject: perlfunc.pod patch re flock via fcntl
4219              From: "Tye McQueen" <tye@metronet.com>
4220              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
4221              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
4222      Branch: perl
4223            ! pod/perlfunc.pod
4224 ____________________________________________________________________________
4225 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
4226         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
4227              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
4228              (the Unicode maximum code point) warnable offenses.
4229      Branch: perl
4230            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
4231            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
4232 ____________________________________________________________________________
4233 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
4234         Log: Sterner admonishment on -t.
4235      Branch: perl
4236            ! pod/perlrun.pod
4237 ____________________________________________________________________________
4238 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
4239         Log: Subject: [PATCH B::Dpparse] minor qr// fix
4240              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4241              Date: Thu, 20 Dec 2001 22:53:34 +0100
4242              Message-ID: <20011220225334.A735@rafael>
4243      Branch: perl
4244            ! ext/B/B/Deparse.pm
4245 ____________________________________________________________________________
4246 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
4247         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
4248              From: Robert Spier <rspier@pobox.com>
4249              Date: Thu, 20 Dec 2001 08:10:00 -0800
4250              Message-ID: <15394.3416.693353.107334@rls.cx>
4251      Branch: perl
4252            ! lib/Carp/Heavy.pm
4253 ____________________________________________________________________________
4254 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
4255         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
4256      Branch: perl
4257           !> win32/win32io.c
4258 ____________________________________________________________________________
4259 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
4260         Log: Subject: Re: [PATCH pod/perliol.pod] resend
4261              From: Stas Bekman <stas@stason.org>
4262              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
4263              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
4264      Branch: perl
4265            ! pod/perliol.pod
4266 ____________________________________________________________________________
4267 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
4268         Log: Fix up the APIs noone hopefully uses.
4269      Branch: perl
4270            ! utf8.c
4271 ____________________________________________________________________________
4272 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
4273         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
4274              Date: Wed, 19 Dec 2001 14:13:38 -0800
4275              From: Robert Spier <rspier@pobox.com>
4276              Message-ID: <15393.4370.605214.548582@rls.cx>
4277      Branch: perl
4278            ! lib/Carp.t lib/Carp/Heavy.pm
4279 ____________________________________________________________________________
4280 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
4281         Log: Some bincompat clawbacks.
4282      Branch: perl
4283            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
4284            ! wince/perldll.def
4285 ____________________________________________________________________________
4286 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
4287         Log: gcc pacifying (RH 7.1/ia64).
4288      Branch: perl
4289            ! pp.c
4290 ____________________________________________________________________________
4291 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
4292         Log: Update Changes.
4293      Branch: perl
4294            ! Changes patchlevel.h
4295 ____________________________________________________________________________
4296 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
4297         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
4298              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4299              Date: Wed, 19 Dec 2001 12:35:07 +0100
4300              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
4301              
4302              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
4303              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4304              Date: Wed, 19 Dec 2001 17:34:51 +0000
4305              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
4306      Branch: perl
4307            ! pod/perlre.pod
4308 ____________________________________________________________________________
4309 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
4310         Log: Integrate perlio.
4311      Branch: perl
4312           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
4313           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
4314 ____________________________________________________________________________
4315 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
4316         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
4317      Branch: perl
4318            ! ext/B/B/Assembler.pm
4319 ____________________________________________________________________________
4320 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
4321         Log: Reword the alarm explanation.
4322      Branch: perl
4323            ! pod/perlfunc.pod
4324 ____________________________________________________________________________
4325 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
4326         Log: Subject: [PATCH @13746] OS/2 build
4327              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
4328              Date: Wed, 19 Dec 2001 02:45:41 -0500
4329              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
4330              
4331              (skipped the t/TEST change)
4332      Branch: perl
4333            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
4334            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
4335            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
4336 ____________________________________________________________________________
4337 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
4338         Log: Upgrade to Net::Ping 2.09.
4339      Branch: perl
4340            + lib/Net/Ping/CHANGES lib/Net/Ping/README
4341            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
4342            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
4343            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
4344            + lib/Net/Ping/t/300_ping_stream.t
4345            ! MANIFEST lib/Net/Ping.pm
4346 ____________________________________________________________________________
4347 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
4348         Log: B::Assembler/B::Disassembler patches and test;
4349              from Wolfgang Laun.
4350              
4351              TODO: getting perlcc working.
4352      Branch: perl
4353            + ext/B/t/assembler.t
4354            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
4355 ____________________________________________________________________________
4356 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
4357         Log: Can't printf U8s as UVs.
4358      Branch: perl
4359            ! utf8.c
4360 ____________________________________________________________________________
4361 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
4362         Log: Subject: Re: [PATCH] ...while $var = glob(...)
4363              From: Robin Houston <robin@kitsite.com> 
4364              Date: Wed, 19 Dec 2001 13:48:55 +0000
4365              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
4366              
4367              Not exactly a glob test but internal-logically correct.
4368      Branch: perl
4369            ! t/op/glob.t
4370 ____________________________________________________________________________
4371 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
4372         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
4373              From: Michael G Schwern <schwern@pobox.com> 
4374              Date: Wed, 19 Dec 2001 07:42:54 -0500
4375              Message-ID: <20011219124254.GF8630@blackrider>
4376      Branch: perl
4377            + lib/lib.t
4378            ! MANIFEST lib/lib_pm.PL
4379 ____________________________________________________________________________
4380 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
4381         Log: Integrate with perlio.
4382      Branch: perl
4383           !> hv.c hv.h scope.c util.c
4384 ____________________________________________________________________________
4385 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
4386         Log: Regen toc.
4387      Branch: perl
4388            ! pod/perltoc.pod
4389 ____________________________________________________________________________
4390 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
4391         Log: FAQ sync.
4392      Branch: perl
4393            ! pod/perlfaq5.pod
4394 ____________________________________________________________________________
4395 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
4396         Log: Reformat round.
4397      Branch: perl
4398            ! pod/perlunicode.pod
4399 ____________________________________________________________________________
4400 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
4401         Log: Subject: [PATCH] pod/perlunicode.pod
4402              From: Jeffrey Friedl <jfriedl@yahoo.com>
4403              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
4404              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
4405      Branch: perl
4406            ! pod/perlunicode.pod
4407 ____________________________________________________________________________
4408 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
4409         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
4410              From: Jeffrey Friedl <jfriedl@yahoo.com>
4411              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
4412              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
4413      Branch: perl
4414            ! pod/perluniintro.pod
4415 ____________________________________________________________________________
4416 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
4417         Log: Slight pod reformatting.
4418      Branch: perl
4419            ! pod/perluniintro.pod
4420 ____________________________________________________________________________
4421 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
4422         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
4423              From: Jeffrey Friedl <jfriedl@yahoo.com>    
4424              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
4425              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
4426      Branch: perl
4427            ! pod/perluniintro.pod
4428 ____________________________________________________________________________
4429 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
4430         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
4431              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4432              Date: Wed, 19 Dec 2001 01:45:23 +0000
4433              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
4434      Branch: perl
4435            ! sv.c
4436 ____________________________________________________________________________
4437 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
4438         Log: Subject: Porting/checkURL.pl
4439              From: abigail@foad.org
4440              Date: Tue, 18 Dec 2001 19:03:22 +0100          
4441              Message-ID: <20011218180322.8278.qmail@foad.org> 
4442      Branch: perl
4443            ! Porting/checkURL.pl
4444 ____________________________________________________________________________
4445 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
4446         Log: A bit too oversweeping matching in #13778.
4447      Branch: perl
4448            ! Configure
4449 ____________________________________________________________________________
4450 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
4451         Log: Re-gen Configure based on #13778..13781.
4452      Branch: perl
4453            ! Configure config_h.SH
4454 ____________________________________________________________________________
4455 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
4456         Log: Subject: Re: Benchmark.t failure on Linux
4457              From: Nicholas Clark <nick@ccl4.org>
4458              Date: Tue, 18 Dec 2001 22:51:25 +0000
4459              Message-ID: <20011218225124.N21702@plum.flirble.org>
4460      Branch: perl
4461            ! lib/Benchmark.t
4462 ____________________________________________________________________________
4463 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
4464         Log: Re-applying #13752 until a better solution can be found.
4465      Branch: perl
4466            ! lib/ExtUtils/t/MM_Unix.t
4467 ____________________________________________________________________________
4468 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
4469         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
4470              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
4471              Date: Tue, 18 Dec 2001 12:05:40 -0500
4472              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
4473      Branch: perl
4474            ! lib/Exporter.pm
4475 ____________________________________________________________________________
4476 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
4477         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
4478              findings -- some of the warnings I can't explain except
4479              by NVgf being detected wrong, though.
4480      Branch: perl
4481            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
4482 ____________________________________________________________________________
4483 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
4484         Log: Subject: [PATCH] pod/perluniintro.pod
4485              From: Jeffrey Friedl <jfriedl@yahoo.com>
4486              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
4487              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
4488      Branch: perl
4489            ! pod/perluniintro.pod
4490 ____________________________________________________________________________
4491 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
4492         Log: ".pm" is the native executable suffix in VOS.
4493      Branch: perl
4494            ! hints/vos.sh
4495 ____________________________________________________________________________
4496 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
4497         Log: Integrate perlio;
4498              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
4499      Branch: perl
4500           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
4501 ____________________________________________________________________________
4502 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
4503         Log: (Undone by #13766.)
4504              Retract #13752.
4505      Branch: perl
4506            ! lib/ExtUtils/t/MM_Unix.t
4507 ____________________________________________________________________________
4508 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
4509         Log: Echoes of #13757.
4510      Branch: perl
4511            ! t/lib/warnings/utf8
4512 ____________________________________________________________________________
4513 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
4514         Log: Make the utf8 malformedness messages more verbose.
4515      Branch: perl
4516            ! lib/utf8.t utf8.c
4517 ____________________________________________________________________________
4518 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
4519         Log: README.aix updates from Jens-Uwe Mager.
4520      Branch: perl
4521            ! README.aix
4522 ____________________________________________________________________________
4523 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
4524         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
4525              From: Michael G Schwern <schwern@pobox.com>
4526              Date: Tue, 18 Dec 2001 00:58:18 -0500
4527              Message-ID: <20011218055818.GC4362@blackrider>
4528      Branch: perl
4529            ! lib/Benchmark.t
4530 ____________________________________________________________________________
4531 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
4532         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
4533              From: Michael G Schwern <schwern@pobox.com>
4534              Date: Tue, 18 Dec 2001 00:40:38 -0500
4535              Message-ID: <20011218054038.GB4362@blackrider>
4536      Branch: perl
4537            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
4538 ____________________________________________________________________________
4539 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
4540         Log: (reintroduced by #13766)
4541              (retracted by #13759)
4542              
4543              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
4544              From: Michael G Schwern <schwern@pobox.com>  
4545              Date: Tue, 18 Dec 2001 00:00:23 -0500
4546              Message-ID: <20011218050023.GA27893@blackrider>
4547      Branch: perl
4548            ! lib/ExtUtils/t/MM_Unix.t
4549 ____________________________________________________________________________
4550 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
4551         Log: Re-patch #13749.
4552      Branch: perl
4553            ! t/op/glob.t
4554 ____________________________________________________________________________
4555 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
4556         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
4557              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4558              Date: Tue, 18 Dec 2001 12:55:43 +0000
4559              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
4560      Branch: perl
4561            ! ext/Devel/Peek/Peek.pm
4562 ____________________________________________________________________________
4563 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
4564         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
4565              From: Robin Houston <robin@kitsite.com> 
4566              Date: Tue, 18 Dec 2001 14:54:33 +0000
4567              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
4568      Branch: perl
4569            ! t/op/glob.t
4570 ____________________________________________________________________________
4571 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
4572         Log: Subject: [PATCH] slightly more for Exporter.pm
4573              From: Nicholas Clark <nick@ccl4.org>
4574              Date: Tue, 18 Dec 2001 00:22:03 +0000
4575              Message-ID: <20011218002203.M21702@plum.flirble.org>
4576      Branch: perl
4577            ! lib/Exporter.pm
4578 ____________________________________________________________________________
4579 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
4580         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
4581              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4582              Date: Mon, 17 Dec 2001 16:37:18 +0100
4583              Message-ID: <20011217163718.A2292@rafael>
4584              
4585              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
4586              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4587              Date: Mon, 17 Dec 2001 23:17:06 +0100
4588              Message-ID: <20011217231706.A730@rafael>
4589      Branch: perl
4590            ! pod/perlsub.pod pp.c toke.c
4591 ____________________________________________________________________________
4592 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
4593         Log: Update Changes.
4594      Branch: perl
4595            ! Changes patchlevel.h
4596 ____________________________________________________________________________
4597 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
4598         Log: New test warrants a MANIFEST entry.
4599      Branch: perl
4600            ! MANIFEST
4601 ____________________________________________________________________________
4602 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
4603         Log: Subject: Re: [PATCH] ...while $var = glob(...)
4604              From: Robin Houston <robin@kitsite.com>
4605              Date: Mon, 17 Dec 2001 20:27:30 +0000
4606              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
4607              
4608              Can't portably unlink open files.
4609      Branch: perl
4610            ! t/op/glob.t
4611 ____________________________________________________________________________
4612 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
4613         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
4614      Branch: perl
4615            ! pod/perluniintro.pod
4616 ____________________________________________________________________________
4617 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
4618         Log: Move typeglob test from glob.t to gv.t.
4619      Branch: perl
4620            ! t/op/glob.t t/op/gv.t
4621 ____________________________________________________________________________
4622 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
4623         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
4624              From: Robin Houston <robin@kitsite.com> 
4625              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
4626              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
4627      Branch: perl
4628            ! t/op/glob.t
4629 ____________________________________________________________________________
4630 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
4631         Log: Demote the surrogate and non-character errors to warnings.
4632      Branch: perl
4633            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
4634 ____________________________________________________________________________
4635 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
4636         Log: Subject: [PATCH] more POSIX tests, and more autoloading
4637              From: Nicholas Clark <nick@ccl4.org>
4638              Date: Mon, 17 Dec 2001 18:27:47 +0000
4639              Message-ID: <20011217182747.D21702@plum.flirble.org>
4640      Branch: perl
4641            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
4642 ____________________________________________________________________________
4643 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
4644         Log: Subject: [PATCH] ...while $var = glob(...)
4645              From: Robin Houston <robin@kitsite.com> 
4646              Date: Mon, 17 Dec 2001 15:51:54 +0000
4647              Message-ID: <20011217155153.A311@robin.kitsite.com>
4648      Branch: perl
4649            ! op.c
4650 ____________________________________________________________________________
4651 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
4652         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
4653              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4654              Date: Mon, 17 Dec 2001 15:23:01 +0100
4655              Message-ID: <20011217152301.A704@rafael>
4656      Branch: perl
4657            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
4658 ____________________________________________________________________________
4659 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
4660         Log: The system() vs $SIG{ARLM} is no more a todo.
4661      Branch: perl
4662            ! t/op/alarm.t
4663 ____________________________________________________________________________
4664 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
4665         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
4666              From: Michael G Schwern <schwern@pobox.com>
4667              Date: Sun, 16 Dec 2001 23:59:01 -0500
4668              Message-ID: <20011217045901.GL17232@blackrider>
4669      Branch: perl
4670            + t/op/alarm.t
4671            ! MANIFEST
4672 ____________________________________________________________________________
4673 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
4674         Log: s/UNIX/Unix/
4675      Branch: perl
4676            ! MANIFEST
4677 ____________________________________________________________________________
4678 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
4679         Log: Move ExtUtils tests to lib/ExtUtils/t.
4680      Branch: perl
4681            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
4682            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
4683            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
4684            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
4685            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
4686            + lib/ExtUtils/t/testlib.t
4687            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
4688            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
4689            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
4690            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
4691            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
4692            ! MANIFEST
4693 ____________________________________________________________________________
4694 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
4695         Log: Subject: [PATCH] MM_Unix tests, and some questions
4696              From: Tels <perl_dummy@bloodgate.com>
4697              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
4698              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
4699              
4700              Subject: Re: [PATCH] MM_Unix tests, and some questions
4701              From: Tels <perl_dummy@bloodgate.com>
4702              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
4703              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
4704      Branch: perl
4705            + lib/ExtUtils/MM_Unix.t
4706            ! MANIFEST lib/ExtUtils/MM_Unix.pm
4707 ____________________________________________________________________________
4708 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
4709         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
4710              From: Michael G Schwern <schwern@pobox.com>
4711              Date: Sun, 16 Dec 2001 17:53:55 -0500
4712              Message-ID: <20011216225354.GE8900@blackrider>
4713      Branch: perl
4714            ! lib/ExtUtils/MM_Unix.pm
4715 ____________________________________________________________________________
4716 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
4717         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
4718              From: Michael G Schwern <schwern@pobox.com>                
4719              Date: Sun, 16 Dec 2001 16:12:55 -0500
4720              Message-ID: <20011216211255.GV8900@blackrider>
4721      Branch: perl
4722            ! ext/B/B/Deparse.pm
4723 ____________________________________________________________________________
4724 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
4725         Log: Subject: [PATCH] Exporter.pm
4726              From: Nicholas Clark <nick@ccl4.org>
4727              Date: Sun, 16 Dec 2001 19:24:25 +0000
4728              Message-ID: <20011216192425.R21702@plum.flirble.org>
4729      Branch: perl
4730            ! lib/Exporter.pm
4731 ____________________________________________________________________________
4732 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
4733         Log: Subject: [PATCH] Exporter.t (and question)
4734              From: Nicholas Clark <nick@ccl4.org>
4735              Date: Sun, 16 Dec 2001 17:24:55 +0000
4736              Message-ID: <20011216172455.P21702@plum.flirble.org>
4737      Branch: perl
4738            ! lib/Exporter.t
4739 ____________________________________________________________________________
4740 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
4741         Log: Subject: Re: perl@13661
4742              From: "John P. Linderman" <jpl@research.att.com>              
4743              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
4744              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
4745      Branch: perl
4746            ! pp_sort.c
4747 ____________________________________________________________________________
4748 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
4749         Log: Subject: Will the real Unicode encoding please stand up?
4750              From: Jeffrey Friedl <jfriedl@yahoo.com>
4751              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
4752              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
4753      Branch: perl
4754            ! pod/perluniintro.pod
4755 ____________________________________________________________________________
4756 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
4757         Log: Integrate perlio; interruptable system().
4758      Branch: perl
4759           !> util.c
4760 ____________________________________________________________________________
4761 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
4762         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
4763              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
4764              and characters beyond 0x10FFF should be disallowed, too,
4765              but some tests would need changing, but more importantly some
4766              APIs would need remodeling since one can easily generate such
4767              characters either by bitwise complements, tr complements, or
4768              v-strings.
4769      Branch: perl
4770            ! pod/perldiag.pod utf8.c
4771 ____________________________________________________________________________
4772 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
4773         Log: Make surrogates illegal also on EBCDIC.
4774      Branch: perl
4775            ! utf8.c
4776 ____________________________________________________________________________
4777 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
4778         Log: Subject: [patch @13687] Unicode::Collate 0.10
4779              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
4780              Date: Sun, 16 Dec 2001 21:22:12 +0900
4781              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
4782      Branch: perl
4783            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
4784            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
4785 ____________________________________________________________________________
4786 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
4787         Log: More documentation for the encoding pragma.
4788      Branch: perl
4789            ! lib/encoding.pm
4790 ____________________________________________________________________________
4791 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
4792         Log: Subject: [PATCH] lib/open.pm 
4793              From: Jeffrey Friedl <jfriedl@yahoo.com>
4794              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
4795              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
4796      Branch: perl
4797            ! lib/open.pm
4798 ____________________________________________________________________________
4799 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
4800         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
4801              From: chromatic <chromatic@rmci.net>
4802              Date: Sat, 15 Dec 2001 23:24:40 -0700
4803              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
4804      Branch: perl
4805            + lib/ExtUtils/Installed.t
4806            ! MANIFEST
4807 ____________________________________________________________________________
4808 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
4809         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
4810              From: Michael G Schwern <schwern@pobox.com>
4811              Date: Sun, 16 Dec 2001 01:14:00 -0500
4812              Message-ID: <20011216061400.GC8900@blackrider>
4813      Branch: perl
4814            ! lib/diagnostics.pm
4815 ____________________________________________________________________________
4816 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
4817         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
4818              From: Michael G Schwern <schwern@pobox.com>
4819              Date: Sun, 16 Dec 2001 01:12:42 -0500
4820              Message-ID: <20011216061242.GB8900@blackrider>
4821      Branch: perl
4822            ! t/test.pl
4823 ____________________________________________________________________________
4824 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
4825         Log: I sometimes outsmart myself.
4826      Branch: perl
4827            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
4828 ____________________________________________________________________________
4829 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
4830         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
4831              From: Michael G Schwern <schwern@pobox.com>
4832              Date: Sat, 15 Dec 2001 15:08:29 -0500
4833              Message-ID: <20011215200829.GK1548@blackrider>
4834      Branch: perl
4835            ! lib/AutoSplit.pm
4836 ____________________________________________________________________________
4837 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
4838         Log: perlunicode enchancements suggested by Jeffrey Friedl.
4839      Branch: perl
4840            ! pod/perlunicode.pod
4841 ____________________________________________________________________________
4842 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
4843         Log: Subject: [PATCH] perlunicode.pod
4844              From: Jeffrey Friedl <jfriedl@yahoo.com>
4845              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
4846              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
4847      Branch: perl
4848            ! pod/perlunicode.pod
4849 ____________________________________________________________________________
4850 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
4851         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
4852              From: Jeffrey Friedl <jfriedl@yahoo.com>
4853              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
4854              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
4855      Branch: perl
4856            ! lib/utf8_heavy.pl
4857 ____________________________________________________________________________
4858 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
4859         Log: Can't create surrogates; so can't match them, either.
4860      Branch: perl
4861            ! pod/perlunicode.pod
4862 ____________________________________________________________________________
4863 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
4864         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
4865              From: Michael G Schwern <schwern@pobox.com>
4866              Date: Sat, 15 Dec 2001 21:20:35 -0500
4867              Message-ID: <20011216022035.GE5672@blackrider>
4868      Branch: perl
4869            ! t/test.pl
4870 ____________________________________________________________________________
4871 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
4872         Log: Make creating UTF-8 surrogates a punishable act.
4873      Branch: perl
4874            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
4875 ____________________________________________________________________________
4876 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
4877         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
4878      Branch: perl
4879            + lib/unicore/In/172.pl lib/unicore/In/173.pl
4880            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
4881            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
4882            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
4883            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
4884            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
4885 ____________________________________________________________________________
4886 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
4887         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
4888              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4889              Date: Sat, 15 Dec 2001 23:21:43 +0100
4890              Message-ID: <20011215232143.A11790@rafael>
4891      Branch: perl
4892            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
4893 ____________________________________________________________________________
4894 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
4895         Log: Make charnames more robust.
4896      Branch: perl
4897            ! lib/charnames.pm
4898 ____________________________________________________________________________
4899 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
4900         Log: The hoops one has to jump through.
4901      Branch: perl
4902            ! ext/I18N/Langinfo/Langinfo.pm
4903 ____________________________________________________________________________
4904 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
4905         Log: Subject: [PATCH] perlstyle.pod nit on warnings
4906              From: Autrijus Tang <autrijus@egb.elixus.org>
4907              Date: Sat, 15 Dec 2001 04:24:34 -0800
4908              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
4909      Branch: perl
4910            ! pod/perlstyle.pod
4911 ____________________________________________________________________________
4912 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
4913         Log: I don't think we are in FooOS, Toto.
4914      Branch: perl
4915            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
4916 ____________________________________________________________________________
4917 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
4918         Log: Subject: Re: Untested modules update:  There's more than we thought
4919              From: chromatic <chromatic@rmci.net>
4920              Date: Fri, 14 Dec 2001 17:20:24 -0700
4921              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
4922      Branch: perl
4923            + lib/ExtUtils/MM_Cygwin.t
4924            ! MANIFEST
4925 ____________________________________________________________________________
4926 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
4927         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
4928              From: Michael G Schwern <schwern@pobox.com> 
4929              Date: Fri, 14 Dec 2001 20:59:42 -0500
4930              Message-ID: <20011215015942.GF28596@blackrider>
4931      Branch: perl
4932            ! t/TEST
4933 ____________________________________________________________________________
4934 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
4935         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
4936              From: Michael G Schwern <schwern@pobox.com> 
4937              Date: Fri, 14 Dec 2001 20:03:46 -0500
4938              Message-ID: <20011215010346.GD28596@blackrider>
4939      Branch: perl
4940            + ext/B/t/bblock.t
4941            ! MANIFEST
4942 ____________________________________________________________________________
4943 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
4944         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
4945              From: Michael G Schwern <schwern@pobox.com> 
4946              Date: Fri, 14 Dec 2001 19:59:13 -0500
4947              Message-ID: <20011215005913.GC28596@blackrider>
4948      Branch: perl
4949            ! ext/B/B/Bblock.pm
4950 ____________________________________________________________________________
4951 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
4952         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
4953              From: Michael G Schwern <schwern@pobox.com> 
4954              Date: Fri, 14 Dec 2001 19:36:12 -0500
4955              Message-ID: <20011215003611.GA28596@blackrider>
4956      Branch: perl
4957            + ext/B/t/asmdata.t
4958            ! MANIFEST
4959 ____________________________________________________________________________
4960 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
4961         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
4962              From: Michael G Schwern <schwern@pobox.com> 
4963              Date: Fri, 14 Dec 2001 19:14:14 -0500
4964              Message-ID: <20011215001414.GA25077@blackrider>
4965      Branch: perl
4966            ! bytecode.pl ext/B/B/Asmdata.pm
4967 ____________________________________________________________________________
4968 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
4969         Log: Permissions.
4970      Branch: perl
4971            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
4972            ! ext/Devel/PPPort/module3.c
4973 ____________________________________________________________________________
4974 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
4975         Log: Benchmark test from Nicholas Clark.
4976      Branch: perl
4977            + lib/Benchmark.t
4978            ! MANIFEST lib/Benchmark.pm
4979 ____________________________________________________________________________
4980 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
4981         Log: Mithing.
4982      Branch: perl
4983            + lib/Attribute/Handlers/demo/demo2.pl
4984            + lib/Attribute/Handlers/demo/demo3.pl
4985            + lib/Attribute/Handlers/demo/demo4.pl
4986 ____________________________________________________________________________
4987 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
4988         Log: Silence compiler worries found by Schwern/Digital cc.
4989      Branch: perl
4990            ! perlio.c sv.c x2p/str.c
4991 ____________________________________________________________________________
4992 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
4993         Log: User may not have a valid home directory even if
4994              getpwuid() succedds.
4995      Branch: perl
4996            ! ext/File/Glob/t/basic.t
4997 ____________________________________________________________________________
4998 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
4999         Log: Integrate with perlio.  (No changes, but that's okay.)
5000      Branch: perl
5001           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
5002 ____________________________________________________________________________
5003 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
5004         Log: Add a Configure hints file for VOS: the POSIX support
5005              of VOS is getting close to the point where it can run
5006              Configure (some Configure tweaks will be required).
5007      Branch: perl
5008            + hints/vos.sh
5009            ! MANIFEST
5010 ____________________________________________________________________________
5011 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
5012         Log: Update Changes.
5013      Branch: perl
5014            ! Changes patchlevel.h
5015 ____________________________________________________________________________
5016 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
5017         Log: Reintroduce Attribute::Handlers with Spider's fixes.
5018      Branch: perl
5019            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
5020            + lib/Attribute/Handlers/README
5021            + lib/Attribute/Handlers/demo/Demo.pm
5022            + lib/Attribute/Handlers/demo/Descriptions.pm
5023            + lib/Attribute/Handlers/demo/MyClass.pm
5024            + lib/Attribute/Handlers/demo/demo.pl
5025            + lib/Attribute/Handlers/demo/demo_call.pl
5026            + lib/Attribute/Handlers/demo/demo_chain.pl
5027            + lib/Attribute/Handlers/demo/demo_cycle.pl
5028            + lib/Attribute/Handlers/demo/demo_hashdir.pl
5029            + lib/Attribute/Handlers/demo/demo_phases.pl
5030            + lib/Attribute/Handlers/demo/demo_range.pl
5031            + lib/Attribute/Handlers/demo/demo_rawdata.pl
5032            + lib/Attribute/Handlers/t/multi.t
5033            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
5034 ____________________________________________________________________________
5035 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
5036         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
5037              From: Michael G Schwern <schwern@pobox.com> 
5038              Date: Thu, 13 Dec 2001 19:27:08 -0500
5039              Message-ID: <20011214002707.GA10532@blackrider>
5040              
5041              (reword the perlrun -t description a bit,
5042              and move the Itaint_warn to the bottom of
5043              the intrpvar.h for binary compatibility)
5044      Branch: perl
5045            + t/run/switcht.t
5046            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
5047            ! perlapi.h pod/perlrun.pod t/TEST taint.c
5048 ____________________________________________________________________________
5049 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
5050         Log: Detypo.
5051      Branch: perl
5052            ! utf8.c
5053 ____________________________________________________________________________
5054 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
5055         Log: Buffer overflow checks.
5056      Branch: perl
5057            ! utf8.c
5058 ____________________________________________________________________________
5059 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
5060         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
5061              From: Spider Boardman <spider@leggy.zk3.dec.com>
5062              Date: Thu, 13 Dec 2001 15:32:51 -0500
5063              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
5064      Branch: perl
5065            ! lib/ExtUtils/Embed.t
5066 ____________________________________________________________________________
5067 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
5068         Log: More on the Unicode "line" definition.
5069      Branch: perl
5070            ! pod/perlunicode.pod
5071 ____________________________________________________________________________
5072 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
5073         Log: Open-ended VERSION?
5074      Branch: perl
5075            ! lib/ExtUtils/Install.pm
5076 ____________________________________________________________________________
5077 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
5078         Log: Subject: [PATCH] Better make distclean
5079              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5080              Date: Thu, 13 Dec 2001 21:10:18 +0100
5081              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
5082      Branch: perl
5083            ! Makefile.SH
5084 ____________________________________________________________________________
5085 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
5086         Log: Remove Memoize::Saves as requested by mjd.
5087      Branch: perl
5088            - lib/Memoize/Saves.pm
5089            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
5090 ____________________________________________________________________________
5091 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
5092         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
5093              From: Michael G Schwern <schwern@pobox.com>
5094              Date: Tue, 11 Dec 2001 23:17:32 -0500
5095              Message-ID: <20011212041732.GS17250@blackrider>
5096      Branch: perl
5097            ! lib/ExtUtils/Install.pm
5098 ____________________________________________________________________________
5099 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
5100         Log: Subject: [PATCH] Re: use utf8; with bad utf8
5101              From: Nicholas Clark <nick@ccl4.org>
5102              Date: Thu, 13 Dec 2001 17:09:39 +0000
5103              Message-ID: <20011213170939.L21702@plum.flirble.org>
5104      Branch: perl
5105            ! t/lib/1_compile.t
5106 ____________________________________________________________________________
5107 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
5108         Log: Subject: (LONG!) Sort benchmarks and patch
5109              From: "John P. Linderman" <jpl@research.att.com>
5110              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
5111              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
5112      Branch: perl
5113            ! pp_sort.c
5114 ____________________________________________________________________________
5115 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
5116         Log: Unadorned numbers evil.
5117      Branch: perl
5118            ! pp.c regcomp.c regexec.c utf8.c utf8.h
5119 ____________________________________________________________________________
5120 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
5121         Log: "preprocessing directive not recognized within macro arg"
5122      Branch: perl
5123            ! ext/Data/Dumper/Dumper.xs
5124 ____________________________________________________________________________
5125 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
5126         Log: Subject: Clarifying the documentation of goto            
5127              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
5128              Date: Thu, 13 Dec 2001 08:57:38 -0500
5129              Message-ID: <3C18BD8B@operamail.com>
5130      Branch: perl
5131            ! pod/perlfunc.pod
5132 ____________________________________________________________________________
5133 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
5134         Log: It could be possible for the case-insensitive
5135              Unicode-aware string comparison to wander off
5136              to the la-la land.
5137      Branch: perl
5138            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
5139            ! regexec.c utf8.c
5140 ____________________________________________________________________________
5141 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
5142         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
5143              From: Michael G Schwern <schwern@pobox.com> 
5144              Date: Wed, 12 Dec 2001 21:53:46 -0500
5145              Message-ID: <20011213025346.GH25129@blackrider>
5146      Branch: perl
5147            ! lib/Net/hostent.t t/op/stat.t t/test.pl
5148 ____________________________________________________________________________
5149 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
5150         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
5151              From: Michael G Schwern <schwern@pobox.com> 
5152              Date: Wed, 12 Dec 2001 20:33:42 -0500
5153              Message-ID: <20011213013342.GX25129@blackrider>
5154      Branch: perl
5155            ! t/io/fs.t
5156 ____________________________________________________________________________
5157 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
5158         Log: Subject: Re: [PATCH] use utf8; tests
5159              From: Nicholas Clark <nick@ccl4.org>
5160              Date: Thu, 13 Dec 2001 00:16:58 +0000
5161              Message-ID: <20011213001658.I21702@plum.flirble.org>
5162      Branch: perl
5163            ! lib/utf8.t
5164 ____________________________________________________________________________
5165 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
5166         Log: EPOC fixes from Olaf Flebbe.
5167      Branch: perl
5168            ! README.epoc epoc/config.sh epoc/createpkg.pl
5169            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
5170 ____________________________________________________________________________
5171 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
5172         Log: Subject: [PATCH perl@13661] VMS test fix-ups
5173              From: "Craig A. Berry" <craigberry@mac.com>
5174              Date: Wed, 12 Dec 2001 16:27:48 -0600
5175              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
5176      Branch: perl
5177            ! lib/Net/hostent.t t/io/fs.t
5178 ____________________________________________________________________________
5179 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
5180         Log: Subject: Re: Next cygwin round.
5181              From: "Gerrit P. Haase" <gp@familiehaase.de>
5182              Date: Wed, 12 Dec 2001 21:59:00 +0100
5183              Message-ID: <122343874595.20011212215900@familiehaase.de>
5184      Branch: perl
5185            ! t/io/fs.t
5186 ____________________________________________________________________________
5187 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
5188         Log: Subject: [PATCH] use utf8; tests
5189              From: Nicholas Clark <nick@ccl4.org>
5190              Date: Wed, 12 Dec 2001 20:07:04 +0000
5191              Message-ID: <20011212200704.E21702@plum.flirble.org>
5192      Branch: perl
5193            ! lib/utf8.t t/test.pl
5194 ____________________________________________________________________________
5195 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
5196         Log: Update Changes.
5197      Branch: perl
5198            ! Changes patchlevel.h
5199 ____________________________________________________________________________
5200 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
5201         Log: Subject: [PATCH] Passing in env to perl_parse did not work
5202              From: Gisle Aas <gisle@ActiveState.com>
5203              Date: 11 Dec 2001 20:52:57 -0800
5204              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
5205      Branch: perl
5206            ! perl.c perl.h
5207 ____________________________________________________________________________
5208 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
5209         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
5210              mostly gcc -Wall complaining about the argument of %p not
5211              being a void *.
5212      Branch: perl
5213            ! perlio.c regcomp.c taint.c toke.c
5214 ____________________________________________________________________________
5215 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
5216         Log: Try YP/NIS also from /usr/lib/yp.
5217      Branch: perl
5218            ! Configure
5219 ____________________________________________________________________________
5220 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
5221         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
5222              From: Michael G Schwern <schwern@pobox.com>                
5223              Date: Wed, 12 Dec 2001 05:27:02 -0500      
5224              Message-ID: <20011212102702.GW17250@blackrider>
5225              
5226              (the op/grent part)
5227      Branch: perl
5228            ! t/op/grent.t
5229 ____________________________________________________________________________
5230 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
5231         Log: Weed out .files from ls and readdir() results.
5232      Branch: perl
5233            ! t/op/stat.t
5234 ____________________________________________________________________________
5235 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
5236         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
5237              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
5238              Date: Wed, 12 Dec 2001 10:52:21 +0100
5239              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
5240      Branch: perl
5241            ! lib/File/Find.pm
5242 ____________________________________________________________________________
5243 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
5244         Log: Subject: [PATCH] doio fatal on cygwin for 13651
5245              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
5246              Date: Wed, 12 Dec 2001 11:28:13 +0100      
5247              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
5248      Branch: perl
5249            ! doio.c
5250 ____________________________________________________________________________
5251 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
5252         Log: Get the whole line of ls, makes debugging easier
5253              (from Schwern)
5254      Branch: perl
5255            ! t/op/stat.t
5256 ____________________________________________________________________________
5257 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
5258         Log: rename() must be tested even without link()
5259              or the utime() and rename-directory tests fail.
5260              (Also got the BeOS utime atime/time the wrong way round.)
5261      Branch: perl
5262            ! t/io/fs.t
5263 ____________________________________________________________________________
5264 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
5265         Log: Now that the beos.c is compiled at the main level
5266              the header is in the beos/
5267      Branch: perl
5268            ! beos/beos.c
5269 ____________________________________________________________________________
5270 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
5271         Log: Must remember to require Socket.
5272      Branch: perl
5273            ! ext/Sys/Syslog/syslog.t
5274 ____________________________________________________________________________
5275 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
5276         Log: In BeOS Errno must resort to actual compilation
5277              and execution for some of the error constants.
5278      Branch: perl
5279            ! ext/Errno/Errno_pm.PL
5280 ____________________________________________________________________________
5281 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
5282         Log: BeOS still has no good sockets.
5283      Branch: perl
5284            ! ext/IO/lib/IO/t/io_sel.t
5285 ____________________________________________________________________________
5286 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
5287         Log: BeOS sockets are not true sockets.
5288      Branch: perl
5289            ! ext/IO/lib/IO/t/io_poll.t
5290 ____________________________________________________________________________
5291 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
5292         Log: No Socket, no Syslog.
5293      Branch: perl
5294            ! ext/Sys/Syslog/syslog.t
5295 ____________________________________________________________________________
5296 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
5297         Log: (On some platforms) missing truncate FH.
5298      Branch: perl
5299            ! pod/perltodo.pod
5300 ____________________________________________________________________________
5301 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
5302         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
5303              and vms would be muchly appreciated.
5304      Branch: perl
5305            ! t/io/fs.t
5306 ____________________________________________________________________________
5307 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
5308         Log: utime() updates only the mtime in BeOS. 
5309      Branch: perl
5310            ! pod/perlport.pod
5311 ____________________________________________________________________________
5312 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
5313         Log: No link(), no need to dSP.
5314      Branch: perl
5315            ! pp_sys.c
5316 ____________________________________________________________________________
5317 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
5318         Log: Missing argument.
5319      Branch: perl
5320            ! utf8.c
5321 ____________________________________________________________________________
5322 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
5323         Log: (1) To assume any setuid programs is silly.
5324              (2) Chaining tests with booleans means that some
5325              of them may not get run which means getting out
5326              of test count sync.
5327      Branch: perl
5328            ! t/op/stat.t
5329 ____________________________________________________________________________
5330 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
5331         Log: The beos.c needs to be in the main directory.
5332      Branch: perl
5333            ! hints/beos.sh
5334 ____________________________________________________________________________
5335 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
5336         Log: Detypo and rename.
5337      Branch: perl
5338            ! doio.c perl.h perlio.c perliol.h
5339 ____________________________________________________________________________
5340 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
5341         Log: This time I test compiled.  Honest.
5342      Branch: perl
5343            ! beos/beos.c
5344 ____________________________________________________________________________
5345 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
5346         Log: Subject: [PATCH] slightly more pack tests
5347              From: Nicholas Clark <nick@ccl4.org>
5348              Date: Tue, 11 Dec 2001 23:41:23 +0000
5349              Message-ID: <20011211234123.Y21702@plum.flirble.org>
5350      Branch: perl
5351            ! t/op/pack.t
5352 ____________________________________________________________________________
5353 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
5354         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
5355              From: "Craig A. Berry" <craigberry@mac.com>
5356              Date: Tue, 11 Dec 2001 16:39:13 -0600
5357              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
5358      Branch: perl
5359            ! configure.com
5360 ____________________________________________________________________________
5361 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
5362         Log: Subject: $Config{perlpath} and -Dversiononly
5363              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5364              Date: Tue, 11 Dec 2001 23:32:33 +0100
5365              Message-ID: <20011211233233.A11587@rafael>
5366      Branch: perl
5367            ! Configure
5368 ____________________________________________________________________________
5369 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
5370         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
5371              From: Nicholas Clark <nick@ccl4.org>
5372              Date: Tue, 11 Dec 2001 21:59:36 +0000
5373              Message-ID: <20011211215935.W21702@plum.flirble.org>
5374      Branch: perl
5375            ! t/op/pack.t
5376 ____________________________________________________________________________
5377 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
5378         Log: More UTF-8 API docs.
5379      Branch: perl
5380            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
5381 ____________________________________________________________________________
5382 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
5383         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
5384              From: Nicholas Clark <nick@ccl4.org>
5385              Date: Tue, 11 Dec 2001 20:08:59 +0000
5386              Message-ID: <20011211200859.S21702@plum.flirble.org>
5387      Branch: perl
5388            ! t/op/pack.t
5389 ____________________________________________________________________________
5390 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
5391         Log: Subject: Re: use utf8; with bad utf8
5392              From: Nicholas Clark <nick@ccl4.org>
5393              Date: Tue, 11 Dec 2001 19:49:21 +0000
5394              Message-ID: <20011211194921.R21702@plum.flirble.org>
5395      Branch: perl
5396            ! lib/utf8.t
5397 ____________________________________________________________________________
5398 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
5399         Log: Can't spell worth a dam.  (Try Three Gorges.)
5400      Branch: perl
5401            ! beos/beos.c
5402 ____________________________________________________________________________
5403 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
5404         Log: We need DWIM cpps.
5405      Branch: perl
5406            ! perlio.c
5407 ____________________________________________________________________________
5408 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
5409         Log: The unixish.h needs to be found and the waitpid wrapper
5410              could use a proto.
5411      Branch: perl
5412            ! beos/beosish.h
5413 ____________________________________________________________________________
5414 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
5415         Log: The BeOS waitpid() seems to be broken,
5416              have a wrapper for it.
5417      Branch: perl
5418            + beos/beos.c beos/beosish.h
5419            ! MANIFEST hints/beos.sh perl.h
5420 ____________________________________________________________________________
5421 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
5422         Log: Unlean the leaning tower of Babel.
5423      Branch: perl
5424            ! perl.h
5425 ____________________________________________________________________________
5426 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
5427         Log: Retract #13607 until we figure out what to do with autouse.
5428      Branch: perl
5429            ! lib/Carp.pm
5430 ____________________________________________________________________________
5431 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
5432         Log: Try to handle platforms that have O_TEXT != O_BINARY but
5433              which are not DOSish, BeOS being one of such platforms.
5434              Ideally this should be a Configure test, not a hardwired
5435              cpp symbol test... 
5436      Branch: perl
5437            ! doio.c perl.h perlio.c perliol.h
5438 ____________________________________________________________________________
5439 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
5440         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
5441              From: Jonathan Stowe <gellyfish@gellyfish.com>
5442              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
5443              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
5444      Branch: perl
5445            ! lib/Term/Cap.pm lib/Term/Cap.t
5446 ____________________________________________________________________________
5447 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
5448         Log: Subject: [patch perlio.c] test for NULL before derefencing
5449              From: Stas Bekman <stas@stason.org>
5450              Date: Tue, 11 Dec 2001 16:17:55 +0800
5451              Message-ID: <3C15C133.8@stason.org>
5452      Branch: perl
5453            ! perlio.c
5454 ____________________________________________________________________________
5455 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
5456         Log: BeOS has socket() but not enough to build a working Socket.
5457              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
5458              new networking implementation, which is rumored to fix the
5459              non-standardness of sockets, but it's apparently not publicly
5460              available, and anything to do with BeOS has become quite
5461              complicated with the sale of the Be assets to Palm.)
5462      Branch: perl
5463            ! Configure
5464 ____________________________________________________________________________
5465 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
5466         Log: Subject: Exporter's documentation shouldn't lie               
5467              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
5468              Date: Mon, 10 Dec 2001 21:30:20 -0500
5469              Message-ID: <3C4AA201@operamail.com>
5470      Branch: perl
5471            ! lib/Exporter.pm
5472 ____________________________________________________________________________
5473 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
5474         Log: Make Errno better in BeOS (the second hunk is
5475              good on any platform).  Still not working in BeOS
5476              are the E constants that refer BeOS native error
5477              constants (B_...) which are enums (*groan*).
5478      Branch: perl
5479            ! ext/Errno/Errno_pm.PL
5480 ____________________________________________________________________________
5481 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
5482         Log: The BeOS linker seems to link the last seen symbol,
5483              not the first (so the symbols of op.o from libperl.so
5484              would get linked to miniperl instead of the symbols of
5485              opmini.o)-- use the same trick as for NeXT4 for linking
5486              miniperl.
5487      Branch: perl
5488            ! Makefile.SH
5489 ____________________________________________________________________________
5490 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
5491         Log: Subject: Re: [PATCH] tests for hash assignment
5492              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5493              Date: Tue, 11 Dec 2001 01:48:55 +0000
5494              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
5495      Branch: perl
5496            ! utf8.c
5497 ____________________________________________________________________________
5498 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
5499         Log: (retracted by #13622)
5500              
5501              Subject: RE: More verbose POD for Carp
5502              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
5503              Date: Mon, 10 Dec 2001 20:23:20 -0500
5504              Message-ID: <3C4A3566@operamail.com>
5505      Branch: perl
5506            ! lib/Carp.pm
5507 ____________________________________________________________________________
5508 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
5509         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
5510              From: "Craig A. Berry" <craigberry@mac.com>
5511              Date: Mon, 10 Dec 2001 18:25:37 -0600
5512              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
5513      Branch: perl
5514            ! t/op/write.t t/test.pl
5515 ____________________________________________________________________________
5516 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
5517         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
5518              From: Michael G Schwern <schwern@pobox.com>
5519              Date: Mon, 10 Dec 2001 08:00:01 -0500
5520              Message-ID: <20011210130000.GK1770@blackrider>
5521      Branch: perl
5522            ! t/comp/multiline.t
5523 ____________________________________________________________________________
5524 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
5525         Log: Subject: Re: [PATCH] tests for hash assignment
5526              From: Nicholas Clark <nick@ccl4.org>
5527              Date: Mon, 10 Dec 2001 23:22:28 +0000
5528              Message-ID: <20011210232228.M21702@plum.flirble.org>
5529      Branch: perl
5530            + t/op/hashassign.t
5531            ! MANIFEST t/op/each.t t/test.pl
5532 ____________________________________________________________________________
5533 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
5534         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
5535              From: "Craig A. Berry" <craigberry@mac.com>
5536              Date: Mon, 10 Dec 2001 16:38:14 -0600
5537              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
5538      Branch: perl
5539            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
5540 ____________________________________________________________________________
5541 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
5542         Log: Subject: [PATCH perl@13600] configure.com fixes
5543              From: "Craig A. Berry" <craigberry@mac.com>
5544              Date: Mon, 10 Dec 2001 14:40:20 -0600
5545              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
5546      Branch: perl
5547            ! configure.com
5548 ____________________________________________________________________________
5549 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
5550         Log: Silence BeOS compilation moaning.
5551      Branch: perl
5552            ! perl.h
5553 ____________________________________________________________________________
5554 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
5555         Log: Update Changes.
5556      Branch: perl
5557            ! Changes patchlevel.h
5558 ____________________________________________________________________________
5559 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
5560         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
5561              From: Michael G Schwern <schwern@pobox.com>
5562              Date: Mon, 10 Dec 2001 01:21:03 -0500
5563              Message-ID: <20011210062103.GC1770@blackrider>
5564      Branch: perl
5565            ! lib/ExtUtils/Command.t
5566 ____________________________________________________________________________
5567 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
5568         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
5569              From: Michael G Schwern <schwern@pobox.com>
5570              Date: Mon, 10 Dec 2001 01:10:57 -0500
5571              Message-ID: <20011210061057.GB1770@blackrider>
5572      Branch: perl
5573            ! t/op/groups.t
5574 ____________________________________________________________________________
5575 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
5576         Log: Retract #13596, #13593 should do the trick.
5577      Branch: perl
5578            ! t/op/stat.t
5579 ____________________________________________________________________________
5580 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
5581         Log: (retracted by #13597, #13593 does the job better)
5582              
5583              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
5584              From: Michael G Schwern <schwern@pobox.com>
5585              Date: Mon, 10 Dec 2001 00:53:16 -0500
5586              Message-ID: <20011210055316.GA1770@blackrider>
5587      Branch: perl
5588            ! t/op/stat.t
5589 ____________________________________________________________________________
5590 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
5591         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
5592              From: Michael G Schwern <schwern@pobox.com> 
5593              Date: Mon, 10 Dec 2001 02:19:14 -0500
5594              Message-ID: <20011210071914.GF1770@blackrider>
5595      Branch: perl
5596            ! lib/AutoSplit.t
5597 ____________________________________________________________________________
5598 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
5599         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
5600              From: Michael G Schwern <schwern@pobox.com>
5601              Date: Mon, 10 Dec 2001 02:47:40 -0500
5602              Message-ID: <20011210074739.GH1770@blackrider>
5603      Branch: perl
5604            ! t/op/pack.t
5605 ____________________________________________________________________________
5606 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
5607         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
5608              From: Michael G Schwern <schwern@pobox.com>
5609              Date: Mon, 10 Dec 2001 02:54:22 -0500
5610              Message-ID: <20011210075422.GI1770@blackrider>
5611      Branch: perl
5612            ! t/test.pl
5613 ____________________________________________________________________________
5614 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
5615         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
5616              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
5617              Date: Mon, 10 Dec 2001 08:45:20 +0100
5618              Message-ID: <3C146810.60B5B7C0@alcatel.at>
5619      Branch: perl
5620            ! pp_pack.c
5621 ____________________________________________________________________________
5622 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
5623         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
5624              From: Michael G Schwern <schwern@pobox.com>
5625              Date: Mon, 10 Dec 2001 03:27:02 -0500
5626              Message-ID: <20011210082702.GN1770@blackrider>
5627      Branch: perl
5628            ! t/io/openpid.t
5629 ____________________________________________________________________________
5630 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
5631         Log: More chmod +w.
5632      Branch: perl
5633            ! Porting/makerel
5634 ____________________________________________________________________________
5635 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
5636         Log: Just skip the readability test if running as root.
5637      Branch: perl
5638            ! lib/Net/t/netrc.t
5639 ____________________________________________________________________________
5640 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
5641         Log: Tell about the downside of safe signals.
5642      Branch: perl
5643            ! pod/perldelta.pod
5644 ____________________________________________________________________________
5645 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
5646         Log: Make the whole -lperl thing NetBSD only until we
5647              find some other platform that needs the same.
5648      Branch: perl
5649            ! lib/ExtUtils/MM_Unix.pm
5650 ____________________________________________________________________________
5651 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
5652         Log: Subject: [PATCH t/op/pack.t] Cleanup
5653              From: Michael G Schwern <schwern@pobox.com> 
5654              Date: Sun, 9 Dec 2001 23:08:26 -0500
5655              Message-ID: <20011210040826.GD660@blackrider>
5656      Branch: perl
5657            ! t/op/pack.t
5658 ____________________________________________________________________________
5659 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
5660         Log: Add threads support for NetBSD.
5661              
5662              This is also the first (I think) Perl threads build with
5663              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
5664              NetBSD does not as of yet have true kernel POSIX threads,
5665              but the user-level pth seems to be doing pretty well--
5666              the only failure is that threads/t/basic okays 6 and 7
5667              consistently seem be arriving in the reverse order.
5668              Well, gdbm.t is also failing: 'Undefined PLT symbol
5669              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
5670              guessing that GDBM would need a threaded rebuild.
5671      Branch: perl
5672            ! hints/netbsd.sh
5673 ____________________________________________________________________________
5674 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
5675         Log: Update the ithreads selection info in Configure,
5676              as suggested by Michael Schwern.
5677      Branch: perl
5678            ! Configure
5679 ____________________________________________________________________________
5680 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
5681         Log: Clearing locale environment simply doesn't seem to
5682              guarantee that (nl_)langinfo(CODESET) would return nil.
5683              (I for example get "ISO8859-1", so <guess>maybe there can
5684              be per-system default settings at work</guess>.)
5685      Branch: perl
5686            ! lib/open.t
5687 ____________________________________________________________________________
5688 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
5689         Log: Subject: RE: Exporter fixes reversed in 13540?
5690              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
5691              Date: Sun, 9 Dec 2001 12:55:15 -0500
5692              Message-ID: <3C13F455@operamail.com>
5693      Branch: perl
5694            ! lib/open.pm
5695 ____________________________________________________________________________
5696 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
5697         Log: Root is the lizard king.
5698      Branch: perl
5699            ! lib/Net/t/netrc.t
5700 ____________________________________________________________________________
5701 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
5702         Log: Telling how many tests we are expecting helps.
5703      Branch: perl
5704            ! ext/POSIX/t/waitpid.t
5705 ____________________________________________________________________________
5706 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
5707         Log: Add a test case for waitpid(): from Rocco Caputo.
5708      Branch: perl
5709            + ext/POSIX/t/waitpid.t
5710            ! MANIFEST
5711 ____________________________________________________________________________
5712 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
5713         Log: Subject: [PATCH] Term::ReadLine tweaks and test
5714              From: Richard Clamp <richardc@unixbeard.net>
5715              Date: Mon, 10 Dec 2001 00:51:47 +0000
5716              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
5717      Branch: perl
5718            + lib/Term/ReadLine.t
5719            ! MANIFEST lib/Term/ReadLine.pm
5720 ____________________________________________________________________________
5721 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
5722         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
5723              From: Rocco Caputo <troc@netrus.net>
5724              Date: Sun, 9 Dec 2001 18:12:38 -0500
5725              Message-ID: <20011209181238.A803@eyrie.homenet>
5726      Branch: perl
5727            ! win32/win32.c
5728 ____________________________________________________________________________
5729 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
5730         Log: make sure that va_start() has matching va_end();
5731              from OpenBSD 3.0.
5732      Branch: perl
5733            ! x2p/util.c
5734 ____________________________________________________________________________
5735 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
5736         Log: h2ph updates from OpenBSD 3.0.
5737      Branch: perl
5738            ! utils/h2ph.PL
5739 ____________________________________________________________________________
5740 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
5741         Log: OpenBSD hints update from OpenBSD 3.0.
5742      Branch: perl
5743            ! hints/openbsd.sh
5744 ____________________________________________________________________________
5745 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
5746         Log: DJGPP tweaks from Laszlo Molnar.
5747      Branch: perl
5748            ! djgpp/config.over lib/File/Find/t/find.t
5749            ! lib/File/Find/t/taint.t t/pod/find.t
5750 ____________________________________________________________________________
5751 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
5752         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
5753              From: Michael G Schwern <schwern@pobox.com> 
5754              Date: Sun, 9 Dec 2001 19:28:12 -0500
5755              Message-ID: <20011210002812.GF13586@blackrider>
5756      Branch: perl
5757            ! README.cygwin
5758 ____________________________________________________________________________
5759 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
5760         Log: README.cygwin update from Gerrit P. Haase.
5761      Branch: perl
5762            ! README.cygwin
5763 ____________________________________________________________________________
5764 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
5765         Log: Apply NetBSD patch-ag: shared/static linking,
5766              but make the change less intrusive on non-NetBSD.
5767      Branch: perl
5768            ! lib/ExtUtils/MM_Unix.pm
5769 ____________________________________________________________________________
5770 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
5771         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
5772      Branch: perl
5773            ! lib/ExtUtils/Liblist.pm
5774 ____________________________________________________________________________
5775 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
5776         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
5777      Branch: perl
5778            ! regcomp.c
5779 ____________________________________________________________________________
5780 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
5781         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
5782      Branch: perl
5783            ! pp.c
5784 ____________________________________________________________________________
5785 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
5786         Log: Apply NetBSD patch-ac.
5787              (the fix has already been done: change #9706, fully qualified
5788              pathnames in packlists)
5789      Branch: perl
5790            ! lib/ExtUtils/Install.pm
5791 ____________________________________________________________________________
5792 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
5793         Log: Apply NetBSD patch-ab: NetBSD hints update.
5794      Branch: perl
5795            ! hints/netbsd.sh
5796 ____________________________________________________________________________
5797 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
5798         Log: NetBSD has <ieeefp.h> but hidden.
5799      Branch: perl
5800            ! hints/netbsd.sh
5801 ____________________________________________________________________________
5802 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
5803         Log: Implement NetBSD patch-aa.
5804      Branch: perl
5805            ! Configure
5806 ____________________________________________________________________________
5807 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
5808         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
5809              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
5810              Date: Sun, 09 Dec 2001 13:40:58 +0100
5811              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
5812              
5813              (The lstat()s were there in 5.6.1: what happened to them?)
5814      Branch: perl
5815            ! lib/File/Find.pm
5816 ____________________________________________________________________________
5817 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
5818         Log: Quickie documentation of the C UTF-8 API.
5819      Branch: perl
5820            ! pod/perlunicode.pod
5821 ____________________________________________________________________________
5822 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
5823         Log: Subject: bleadperl on cygwin weirdness...
5824              From: "Gerrit P. Haase" <gp@familiehaase.de>
5825              Date: Sun, 9 Dec 2001 20:31:28 +0100
5826              Message-ID: <13779422183.20011209203128@familiehaase.de>          
5827              
5828              (plus libperl*.dll version portability tweaks)
5829      Branch: perl
5830            ! lib/ExtUtils/Embed.t
5831 ____________________________________________________________________________
5832 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
5833         Log: Instead of muting symbol export error if under eval,
5834              delay the errors until the croak().
5835              
5836              (replaces #13408)
5837      Branch: perl
5838            ! lib/Exporter/Heavy.pm
5839 ____________________________________________________________________________
5840 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
5841         Log: Basegroup 0 is a cygwin_nt thing.
5842      Branch: perl
5843            ! t/op/groups.t
5844 ____________________________________________________________________________
5845 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
5846         Log: Also WinME is LoseLink.
5847      Branch: perl
5848            ! t/op/stat.t
5849 ____________________________________________________________________________
5850 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
5851         Log: Forgotten checkin.
5852      Branch: perl
5853            ! lib/User/grent.t
5854 ____________________________________________________________________________
5855 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
5856         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
5857              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
5858              Date: Sun, 09 Dec 2001 13:45:06 +0100
5859              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
5860      Branch: perl
5861            ! lib/File/Find.pm
5862 ____________________________________________________________________________
5863 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
5864         Log: Tweakback.
5865      Branch: perl
5866            ! lib/Net/hostent.t
5867 ____________________________________________________________________________
5868 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
5869         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
5870              From: Michael G Schwern <schwern@pobox.com>
5871              Date: Sat, 8 Dec 2001 14:48:38 -0500
5872              Message-ID: <20011208194838.GA8650@blackrider>
5873      Branch: perl
5874            ! t/op/grent.t
5875 ____________________________________________________________________________
5876 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
5877         Log: Subject: [README.cygwin] Removing old expected test failures
5878              From: Michael G Schwern <schwern@pobox.com>
5879              Date: Sat, 8 Dec 2001 15:38:28 -0500
5880              Message-ID: <20011208203828.GB9017@blackrider>
5881      Branch: perl
5882            ! README.cygwin
5883 ____________________________________________________________________________
5884 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
5885         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
5886              From: Michael G Schwern <schwern@pobox.com>                
5887              Date: Sat, 8 Dec 2001 15:26:59 -0500
5888              Message-ID: <20011208202659.GA9017@blackrider> 
5889      Branch: perl
5890            ! lib/Net/hostent.t
5891 ____________________________________________________________________________
5892 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
5893         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
5894              From: Michael G Schwern <schwern@pobox.com> 
5895              Date: Sat, 8 Dec 2001 15:06:16 -0500
5896              Message-ID: <20011208200616.GA8915@blackrider>
5897      Branch: perl
5898            ! t/op/stat.t
5899 ____________________________________________________________________________
5900 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
5901         Log: Developer deprecations and an incompatibility.
5902      Branch: perl
5903            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
5904 ____________________________________________________________________________
5905 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
5906         Log: Shoo.
5907      Branch: perl
5908            - lib/Attribute/Handlers.pm
5909 ____________________________________________________________________________
5910 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
5911         Log: Remove Attribute::Handlers, as per Damian's request.
5912              (Because of fixing the my variables to be now handled
5913              in run-time, the whole internals of the A::H needs to
5914              be rewritten and Damian will not have time for that
5915              for months.)
5916      Branch: perl
5917            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
5918            - lib/Attribute/Handlers/demo/Demo.pm
5919            - lib/Attribute/Handlers/demo/Descriptions.pm
5920            - lib/Attribute/Handlers/demo/MyClass.pm
5921            - lib/Attribute/Handlers/demo/demo.pl
5922            - lib/Attribute/Handlers/demo/demo2.pl
5923            - lib/Attribute/Handlers/demo/demo3.pl
5924            - lib/Attribute/Handlers/demo/demo4.pl
5925            - lib/Attribute/Handlers/demo/demo_call.pl
5926            - lib/Attribute/Handlers/demo/demo_chain.pl
5927            - lib/Attribute/Handlers/demo/demo_cycle.pl
5928            - lib/Attribute/Handlers/demo/demo_hashdir.pl
5929            - lib/Attribute/Handlers/demo/demo_phases.pl
5930            - lib/Attribute/Handlers/demo/demo_range.pl
5931            - lib/Attribute/Handlers/demo/demo_rawdata.pl
5932            - lib/Attribute/Handlers/t/multi.t
5933            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
5934            ! pod/perlmodlib.pod pod/perltoc.pod
5935 ____________________________________________________________________________
5936 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
5937         Log: Subject: Re: attributes are broken
5938              From: Spider Boardman <spider@Orb.Nashua.NH.US>
5939              Date: Sun, 09 Dec 2001 00:09:23 -0500
5940              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
5941      Branch: perl
5942            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
5943            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
5944            ! xsutils.c
5945 ____________________________________________________________________________
5946 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
5947         Log: Forgotten checkin.
5948      Branch: perl
5949            ! lib/Pod/Text.pm
5950 ____________________________________________________________________________
5951 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
5952         Log: uconfig.h update.
5953      Branch: perl
5954            ! uconfig.h
5955 ____________________________________________________________________________
5956 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
5957         Log: Update Changes.
5958      Branch: perl
5959            ! Changes patchlevel.h
5960 ____________________________________________________________________________
5961 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
5962         Log: Note that some of the Unicode features are
5963              dependent on perlio.
5964      Branch: perl
5965            ! pod/perluniintro.pod
5966 ____________________________________________________________________________
5967 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
5968         Log: Regen perlapi, regen toc.
5969      Branch: perl
5970            ! pod/perlapi.pod pod/perltoc.pod
5971 ____________________________________________________________________________
5972 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
5973         Log: FAQ sync.
5974      Branch: perl
5975            ! pod/perlfaq4.pod pod/perlfaq6.pod
5976 ____________________________________________________________________________
5977 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
5978         Log: Subject: [PATCH] Fix odd language in an sv.c comment
5979              From: coral@eekeek.org
5980              Date: Sat, 8 Dec 2001 12:19:39 -0500
5981              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
5982      Branch: perl
5983            ! sv.c
5984 ____________________________________________________________________________
5985 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
5986         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
5987              From: Michael G Schwern <schwern@pobox.com>
5988              Date: Fri, 7 Dec 2001 20:03:45 -0500
5989              Message-ID: <20011208010345.GD642@blackrider>
5990              
5991              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
5992              From: Michael G Schwern <schwern@pobox.com>
5993              Date: Fri, 7 Dec 2001 20:13:54 -0500
5994              Message-ID: <20011208011354.GE642@blackrider>
5995              
5996              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
5997              From: Michael G Schwern <schwern@pobox.com>
5998              Date: Fri, 7 Dec 2001 21:47:36 -0500
5999              Message-ID: <20011208024736.GH642@blackrider>
6000              
6001              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
6002              From: Michael G Schwern <schwern@pobox.com>
6003              Date: Fri, 7 Dec 2001 23:09:43 -0500
6004              Message-ID: <20011208040943.GK642@blackrider>
6005              
6006              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
6007              Message-Id: <a05101004b83754903506@[172.16.52.1]>
6008              Date: Fri, 7 Dec 2001 23:28:15 -0600
6009              From: "Craig A. Berry" <craigberry@mac.com>
6010      Branch: perl
6011            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
6012 ____________________________________________________________________________
6013 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
6014         Log: Integrate perlio.
6015      Branch: perl
6016           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
6017           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
6018 ____________________________________________________________________________
6019 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
6020         Log: Retract #11156 since Sarathy has found that it breaks code:
6021              http://bugs.ActiveState.com/show_bug.cgi?id=18457
6022              http://bugs.ActiveState.com/show_bug.cgi?id=18858
6023      Branch: perl
6024            ! op.c sv.c t/op/pos.t
6025 ____________________________________________________________________________
6026 [ 13532] By: nick                                  on 2001/12/08  14:11:12
6027         Log: Integrate mainline
6028      Branch: perlio
6029           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
6030           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
6031 ____________________________________________________________________________
6032 [ 13531] By: nick                                  on 2001/12/08  13:48:21
6033         Log: Tweak multi-arg open error messages
6034      Branch: perlio
6035            ! perlio.c
6036 ____________________________________________________________________________
6037 [ 13530] By: nick                                  on 2001/12/08  10:20:06
6038         Log: Allow multi-arg open() if opening layer declares this legal.
6039      Branch: perlio
6040            ! doio.c perlio.c perliol.h
6041 ____________________________________________________________________________
6042 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
6043         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
6044              From: Michael G Schwern <schwern@pobox.com>       
6045              Date: Fri, 7 Dec 2001 19:41:31 -0500
6046              Message-ID: <20011208004131.GC642@blackrider>
6047      Branch: perl
6048            ! t/run/switches.t t/test.pl
6049 ____________________________________________________________________________
6050 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
6051         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
6052              From: Michael G Schwern <schwern@pobox.com>       
6053              Date: Fri, 7 Dec 2001 19:12:44 -0500
6054              Message-ID: <20011208001244.GB642@blackrider>
6055      Branch: perl
6056            ! t/op/stat.t
6057 ____________________________________________________________________________
6058 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
6059         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
6060              From: Michael G Schwern <schwern@pobox.com>
6061              Date: Fri, 7 Dec 2001 17:28:57 -0500
6062              Message-ID: <20011207222857.GI23210@blackrider>
6063      Branch: perl
6064            ! t/op/magic.t
6065 ____________________________________________________________________________
6066 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
6067         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
6068      Branch: perl
6069            ! t/test.pl
6070 ____________________________________________________________________________
6071 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
6072         Log: which_perl: delay as much a possible till runtime.
6073      Branch: perl
6074            ! t/test.pl
6075 ____________________________________________________________________________
6076 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
6077         Log: Further tweakage to which_perl().
6078      Branch: perl
6079            ! t/test.pl
6080 ____________________________________________________________________________
6081 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
6082         Log: perluniintro tweaks.
6083      Branch: perl
6084            ! pod/perluniintro.pod
6085 ____________________________________________________________________________
6086 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
6087         Log: Tweak the $Perl computation.
6088      Branch: perl
6089            ! t/test.pl
6090 ____________________________________________________________________________
6091 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
6092         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
6093              From: Nicholas Clark <nick@ccl4.org>
6094              Date: Fri, 7 Dec 2001 17:06:56 +0000
6095              Message-ID: <20011207170656.G21702@plum.flirble.org>
6096      Branch: perl
6097            ! doop.c t/op/chop.t
6098 ____________________________________________________________________________
6099 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
6100         Log: Update Changes.
6101      Branch: perl
6102            ! Changes patchlevel.h
6103 ____________________________________________________________________________
6104 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
6105         Log: Missing ).
6106      Branch: perl
6107            ! t/test.pl
6108 ____________________________________________________________________________
6109 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
6110         Log: Allow several arguments to display().
6111      Branch: perl
6112            ! t/test.pl
6113 ____________________________________________________________________________
6114 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
6115         Log: /dev/stdout could be either a character special file
6116              or a named pipe, so let's pretend it doesn't exist.
6117      Branch: perl
6118            ! t/op/stat.t
6119 ____________________________________________________________________________
6120 [ 13516] By: nick                                  on 2001/12/07  15:09:23
6121         Log: Integrate again - can I catch up ?
6122      Branch: perlio
6123           !> t/test.pl
6124 ____________________________________________________________________________
6125 [ 13515] By: nick                                  on 2001/12/07  15:08:17
6126         Log: Integrate mainline some more
6127      Branch: perlio
6128           !> README.hpux hints/linux.sh pod/perlfunc.pod
6129 ____________________________________________________________________________
6130 [ 13514] By: nick                                  on 2001/12/07  15:07:15
6131         Log: Integrate mainline
6132      Branch: perlio
6133           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
6134           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
6135           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
6136           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
6137           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
6138           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
6139           +> t/lib/Math/BigInt/BareCalc.pm
6140            - ext/Devel/PPPort/harness/Harness.pm
6141            - ext/Devel/PPPort/harness/Harness.xs
6142            - ext/Devel/PPPort/harness/Makefile.PL
6143            - ext/Devel/PPPort/harness/module2.c
6144            - ext/Devel/PPPort/harness/module3.c
6145            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
6146            - lib/File/Spec/Functions.t
6147           !> (integrate 103 files)
6148 ____________________________________________________________________________
6149 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
6150         Log: Add display() for displaying icky scalars.
6151      Branch: perl
6152            ! t/test.pl
6153 ____________________________________________________________________________
6154 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
6155         Log: Subject: [ID 20011207.001] documentation bug for waitpid
6156              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
6157              Date: Fri, 7 Dec 2001 12:44:56 +0100
6158              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
6159      Branch: perl
6160            ! pod/perlfunc.pod
6161 ____________________________________________________________________________
6162 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
6163         Log: gcc version matching didn't.
6164      Branch: perl
6165            ! hints/linux.sh
6166 ____________________________________________________________________________
6167 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
6168         Log: Subject: HP renamed their servers              
6169              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6170              Date: Fri, 07 Dec 2001 12:07:22 +0100
6171              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
6172      Branch: perl
6173            ! README.hpux
6174 ____________________________________________________________________________
6175 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
6176         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
6177              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6178              Date: Fri, 7 Dec 2001 00:24:55 -0500
6179              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
6180      Branch: perl
6181            ! pod/perlport.pod
6182 ____________________________________________________________________________
6183 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
6184         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
6185              From: Michael G Schwern <schwern@pobox.com> 
6186              Date: Thu, 6 Dec 2001 22:56:34 -0500
6187              Message-ID: <20011207035634.GO22648@blackrider>
6188      Branch: perl
6189            ! t/base/lex.t t/op/exec.t
6190 ____________________________________________________________________________
6191 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
6192         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
6193              From: Michael G Schwern <schwern@pobox.com>
6194              Date: Thu, 6 Dec 2001 22:45:44 -0500
6195              Message-ID: <20011207034544.GN22648@blackrider>
6196              
6197              (plus op/ref tweak)
6198      Branch: perl
6199            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
6200            ! t/run/kill_perl.t t/test.pl
6201 ____________________________________________________________________________
6202 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
6203         Log: Upgrade to Math::BigInt 1.48.
6204      Branch: perl
6205            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
6206            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
6207            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
6208            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
6209            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
6210            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
6211            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
6212 ____________________________________________________________________________
6213 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
6214         Log: Mention also perl56delta in case somone is upgrading from
6215              Perl 5.005_03.
6216      Branch: perl
6217            ! pod/perldelta.pod
6218 ____________________________________________________________________________
6219 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
6220         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
6221              From: Michael G Schwern <schwern@pobox.com>
6222              Date: Thu, 6 Dec 2001 15:15:28 -0500
6223              Message-ID: <20011206201528.GF16414@blackrider>
6224              
6225              (just the term.t, not the lex.t)
6226              
6227              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
6228              From: Michael G Schwern <schwern@pobox.com>
6229              Date: Thu, 6 Dec 2001 15:22:22 -0500
6230              Message-ID: <20011206202222.GG16414@blackrider>
6231              
6232              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
6233              From: Michael G Schwern <schwern@pobox.com>
6234              Date: Thu, 6 Dec 2001 15:31:58 -0500
6235              Message-ID: <20011206203158.GI16414@blackrider>
6236              
6237              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
6238              From: Michael G Schwern <schwern@pobox.com>
6239              Date: Thu, 6 Dec 2001 17:38:55 -0500
6240              Message-ID: <20011206223855.GC22648@blackrider>
6241      Branch: perl
6242            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
6243            ! t/test.pl
6244 ____________________________________________________________________________
6245 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
6246         Log: Update the thr5005 situation.
6247      Branch: perl
6248            ! pod/perldelta.pod
6249 ____________________________________________________________________________
6250 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
6251         Log: perldelta borrowings from perl561delta.
6252      Branch: perl
6253            ! pod/perldelta.pod
6254 ____________________________________________________________________________
6255 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
6256         Log: Add the 5.6.1 perldelta as perl561delta.
6257              (Makes it easier to steal stuff for perldelta :-)
6258      Branch: perl
6259            + pod/perl561delta.pod
6260            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6261 ____________________________________________________________________________
6262 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
6263         Log: Retract #13496 for now.
6264      Branch: perl
6265            ! t/base/lex.t t/base/term.t
6266 ____________________________________________________________________________
6267 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
6268         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
6269              From: "Craig A. Berry" <craigberry@mac.com>
6270              Date: Thu, 6 Dec 2001 14:54:36 -0600
6271              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
6272      Branch: perl
6273            ! vms/ext/filespec.t
6274 ____________________________________________________________________________
6275 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
6276         Log: (retracted by #13499)
6277              
6278              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
6279              From: Michael G Schwern <schwern@pobox.com>
6280              Date: Thu, 6 Dec 2001 15:15:28 -0500
6281              Message-ID: <20011206201528.GF16414@blackrider>
6282      Branch: perl
6283            ! t/base/lex.t t/base/term.t
6284 ____________________________________________________________________________
6285 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
6286         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
6287              From: Michael G Schwern <schwern@pobox.com>
6288              Date: Thu, 6 Dec 2001 13:54:48 -0500
6289              Message-ID: <20011206185448.GC16414@blackrider>
6290      Branch: perl
6291            ! t/op/stat.t
6292 ____________________________________________________________________________
6293 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
6294         Log: The #4 has nothing to do with Unicode.
6295      Branch: perl
6296            ! t/op/tr.t
6297 ____________________________________________________________________________
6298 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
6299         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
6300              From: Michael G Schwern <schwern@pobox.com>
6301              Date: Thu, 6 Dec 2001 13:45:48 -0500
6302              Message-ID: <20011206184548.GB16414@blackrider>
6303      Branch: perl
6304            ! t/op/tr.t
6305 ____________________________________________________________________________
6306 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
6307         Log: Update Changes.
6308      Branch: perl
6309            ! Changes patchlevel.h
6310 ____________________________________________________________________________
6311 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
6312         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
6313              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6314              Date: Thu, 6 Dec 2001 11:41:25 EST
6315              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
6316      Branch: perl
6317            ! vms/vms.c vms/vmsish.h
6318 ____________________________________________________________________________
6319 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
6320         Log: Subject: [PATCH] Re: weirdness in regexps
6321              From: Robin Houston <robin@kitsite.com> 
6322              Date: Thu, 6 Dec 2001 14:44:01 +0000
6323              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
6324      Branch: perl
6325            ! op.c t/lib/strict/subs
6326 ____________________________________________________________________________
6327 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
6328         Log: Make the -b -c -S tests count all of the /dev, not just
6329              check the first one, as suggested by Benjamin Goldberg.
6330      Branch: perl
6331            ! t/op/stat.t
6332 ____________________________________________________________________________
6333 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
6334         Log: Subject: Re: [PATCH: bleadperl] casefold backref
6335              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
6336              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
6337              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
6338      Branch: perl
6339            ! regexec.c
6340 ____________________________________________________________________________
6341 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
6342         Log: Nits noticed by Philip Newton, and de-tab DB.t.
6343      Branch: perl
6344            ! lib/DB.t
6345 ____________________________________________________________________________
6346 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
6347         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
6348              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6349              Date: 6 Dec 2001 11:06:01 -0000
6350              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
6351      Branch: perl
6352            ! op.c t/op/tr.t
6353 ____________________________________________________________________________
6354 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
6355         Log: Subject: [PATCH: bleadperl] casefold backref
6356              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
6357              Date: Wed, 05 Dec 2001 17:27:05 +0000
6358              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
6359      Branch: perl
6360            ! regexec.c t/op/re_tests
6361 ____________________________________________________________________________
6362 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
6363         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
6364              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6365              Date: Wed, 5 Dec 2001 22:34:53 EST
6366              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
6367      Branch: perl
6368            ! mg.c vms/vms.c vms/vmsish.h
6369 ____________________________________________________________________________
6370 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
6371         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
6372              From: Michael G Schwern <schwern@pobox.com>
6373              Date: Wed, 5 Dec 2001 19:52:58 -0500
6374              Message-ID: <20011205195257.A903@blackrider>
6375      Branch: perl
6376            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
6377            + lib/File/Spec/t/rel2abs2rel.t
6378            - lib/File/Spec.t lib/File/Spec/Functions.t
6379            ! MANIFEST
6380 ____________________________________________________________________________
6381 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
6382         Log: Subject: Re: Silly stat() portability questions                
6383              From: Benjamin Goldberg <goldbb2@earthlink.net>
6384              Date: Wed, 05 Dec 2001 22:52:35 -0500
6385              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
6386      Branch: perl
6387            ! pod/perlport.pod
6388 ____________________________________________________________________________
6389 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
6390         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
6391              From: "Craig A. Berry" <craigberry@mac.com>
6392              Date: Wed, 05 Dec 2001 16:41:59 -0600
6393              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
6394      Branch: perl
6395            ! README.vms configure.com lib/File/Spec/VMS.pm
6396            ! vms/ext/filespec.t
6397 ____________________________________________________________________________
6398 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
6399         Log: $apply->('club', $glibc_maintainers);
6400              
6401              (Nick Clark just reported that <langinfo.h> YESSTR
6402              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
6403      Branch: perl
6404            ! ext/I18N/Langinfo/Langinfo.t
6405 ____________________________________________________________________________
6406 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
6407         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
6408      Branch: perl
6409            ! pod/perlport.pod
6410 ____________________________________________________________________________
6411 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
6412         Log: tweak change#13474 (pad entries can apparently be null in some
6413              situations)
6414      Branch: maint-5.6/perl
6415            ! op.c
6416 ____________________________________________________________________________
6417 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
6418         Log: Restore the /dev -b -c -S part of the test.
6419      Branch: perl
6420            ! t/op/stat.t
6421 ____________________________________________________________________________
6422 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
6423         Log: Retract #13475 until Arthur gets back to the mine.
6424      Branch: perl
6425            ! op.c t/run/kill_perl.t
6426 ____________________________________________________________________________
6427 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
6428         Log: (retracted by #13476)
6429              
6430              Manually apply #13474; fixes stale reference to dead
6431              CvOUTSIDE(); this can happen when anonymous subroutines
6432              that aren't closures are returned from an eval""
6433              
6434              (threads/shared/sv_refs.t is coredump-unhappy about this change)
6435      Branch: perl
6436            ! op.c t/run/kill_perl.t
6437 ____________________________________________________________________________
6438 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
6439         Log: replacement for change#10451
6440              
6441              fixes stale reference to dead CvOUTSIDE(); this can happen when
6442              anonymous subroutines that aren't closures are returned from an
6443              eval""
6444      Branch: maint-5.6/perl
6445            ! op.c t/op/misc.t
6446 ____________________________________________________________________________
6447 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
6448         Log: revert change#10451,10472; it was a naive fix that simply
6449              reintroduced the memory leak!
6450      Branch: maint-5.6/perl
6451            ! op.c t/op/misc.t
6452 ____________________________________________________________________________
6453 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
6454         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
6455              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
6456              Date: Wed, 05 Dec 2001 10:49:20 +0100
6457              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
6458      Branch: perl
6459            ! lib/File/Basename.pm lib/File/Basename.t
6460 ____________________________________________________________________________
6461 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
6462         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
6463              From: Michael G Schwern <schwern@pobox.com> 
6464              Date: Wed, 5 Dec 2001 02:47:59 -0500
6465              Message-ID: <20011205024759.H14333@blackrider>
6466      Branch: perl
6467            ! t/op/magic.t
6468 ____________________________________________________________________________
6469 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
6470         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
6471              From: Michael G Schwern <schwern@pobox.com>              
6472              Date: Wed, 5 Dec 2001 02:22:05 -0500
6473              Message-ID: <20011205022205.F14333@blackrider>
6474      Branch: perl
6475            ! t/op/stat.t vms/test.com
6476 ____________________________________________________________________________
6477 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
6478         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
6479              From: Michael G Schwern <schwern@pobox.com> 
6480              Date: Tue, 4 Dec 2001 23:40:10 -0500
6481              Message-ID: <20011204234010.B14333@blackrider>
6482      Branch: perl
6483            ! t/op/stat.t
6484 ____________________________________________________________________________
6485 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
6486         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
6487              From: Michael G Schwern <schwern@pobox.com> 
6488              Date: Tue, 4 Dec 2001 21:09:18 -0500           
6489              Message-ID: <20011204210918.D13279@blackrider>
6490              
6491              t/test.
6492      Branch: perl
6493            ! t/test.pl
6494 ____________________________________________________________________________
6495 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
6496         Log: (accidentally empty check-in)
6497      Branch: perl
6498            ! t/op/stat.t
6499 ____________________________________________________________________________
6500 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
6501         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
6502              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6503              Date: Tue, 04 Dec 2001 23:40:27 +0100
6504              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
6505      Branch: perl
6506            ! mg.c
6507 ____________________________________________________________________________
6508 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
6509         Log: Subject: [PATCH] minor pod fix in Safe.pm
6510              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6511              Date: Tue, 4 Dec 2001 22:02:34 +0100
6512              Message-ID: <20011204220234.A17293@rafael>
6513      Branch: perl
6514            ! ext/Opcode/Safe.pm
6515 ____________________________________________________________________________
6516 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
6517         Log: CRLF GRRR.
6518      Branch: perl
6519            ! djgpp/configure.bat
6520 ____________________________________________________________________________
6521 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
6522         Log: DJGPP fixes from Laszlo Molnar.
6523      Branch: perl
6524            ! djgpp/configure.bat djgpp/djgpp.h
6525 ____________________________________________________________________________
6526 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
6527         Log: Update Changes.
6528      Branch: perl
6529            ! Changes patchlevel.h
6530 ____________________________________________________________________________
6531 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
6532         Log: Must wipe out the memory of real Socket before starting
6533              to use the new fake one.
6534      Branch: perl
6535            ! lib/Net/t/config.t
6536 ____________________________________________________________________________
6537 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
6538         Log: LC_ALL might trump LANG.
6539      Branch: perl
6540            ! lib/open.t
6541 ____________________________________________________________________________
6542 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
6543         Log: Make the eval runtime.
6544      Branch: perl
6545            ! lib/open.pm
6546 ____________________________________________________________________________
6547 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
6548         Log: Make the Langinfo test both more lenient (allow
6549              for any symbol not to exists) and stricter (add
6550              more symbols).
6551      Branch: perl
6552            ! ext/I18N/Langinfo/Langinfo.t
6553 ____________________________________________________________________________
6554 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
6555         Log: integrate change#13453 from maint-5.6
6556              
6557              tweak change#11399 to use an explicit flag rather than
6558              ass_u_ming w32_pseudo_id will only be zero for the real
6559              toplevel interpreter; avoids multiple hosts from diddling
6560              the environment at the same time
6561      Branch: perl
6562           !> win32/perlhost.h
6563 ____________________________________________________________________________
6564 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
6565         Log: Subject: [PATCH] VMS update for perldelta.pod
6566              From: "Craig A. Berry" <craigberry@mac.com> 
6567              Date: Tue, 4 Dec 2001 00:23:12 -0600
6568              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
6569      Branch: perl
6570            ! pod/perldelta.pod
6571 ____________________________________________________________________________
6572 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
6573         Log: NetWare tweak from Ananth Kesari.
6574      Branch: perl
6575            ! NetWare/Makefile
6576 ____________________________________________________________________________
6577 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
6578         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
6579              Not adding the test suite because of its many assumptions.
6580      Branch: perl
6581            ! lib/Net/Ping.pm
6582 ____________________________________________________________________________
6583 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
6584         Log: tweak change#11399 to use an explicit flag rather than
6585              ass_u_ming w32_pseudo_id will only be zero for the real
6586              toplevel interpreter; avoids multiple hosts from diddling
6587              the environment at the same time
6588      Branch: maint-5.6/perl
6589            ! win32/perlhost.h
6590 ____________________________________________________________________________
6591 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
6592         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
6593              from Len Makin.
6594      Branch: perl
6595            + hints/super-ux.sh
6596            ! MANIFEST
6597 ____________________________________________________________________________
6598 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
6599         Log: Add Mac OS X known failures to perldelta.
6600      Branch: perl
6601            ! pod/perldelta.pod
6602 ____________________________________________________________________________
6603 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
6604         Log: I think it's time to call the utf8 code non-test.
6605      Branch: perl
6606            ! utf8.c
6607 ____________________________________________________________________________
6608 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
6609         Log: Retract #13303, need rethink.
6610      Branch: perl
6611            ! utf8.c
6612 ____________________________________________________________________________
6613 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
6614         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
6615              From: "Craig A. Berry" <craigberry@mac.com>
6616              Date: Mon, 03 Dec 2001 16:28:06 -0600
6617              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
6618      Branch: perl
6619            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
6620 ____________________________________________________________________________
6621 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
6622         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
6623              From: Andy Dougherty <doughera@lafayette.edu>
6624              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
6625              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
6626      Branch: perl
6627            ! hints/solaris_2.sh
6628 ____________________________________________________________________________
6629 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
6630         Log: This test is not very robust on 8.3-constrained systems:
6631              all the "with truncated name" lines between "Autosplitting ..."
6632              and "some names are not unique" lines are unexpected,
6633              and the truncation message becomes:
6634              testtest.al, testtest.al truncate to testtest 
6635      Branch: perl
6636            ! lib/AutoSplit.t
6637 ____________________________________________________________________________
6638 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
6639         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
6640      Branch: perl
6641            ! ext/I18N/Langinfo/Langinfo.t
6642 ____________________________________________________________________________
6643 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
6644         Log: Test::Morify UCD.t
6645      Branch: perl
6646            ! lib/Unicode/UCD.t
6647 ____________________________________________________________________________
6648 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
6649         Log: If Socket has not been built (e.g. DJGPP) the libnet
6650              tests fall over with (too) much noise.
6651      Branch: perl
6652            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
6653            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
6654            ! lib/Net/t/smtp.t lib/Net/t/time.t
6655 ____________________________________________________________________________
6656 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
6657         Log: Subject: [PATCH] shared hash keys and ++/--
6658              From: Nicholas Clark <nick@ccl4.org>
6659              Date: Mon, 3 Dec 2001 16:37:16 +0000
6660              Message-ID: <20011203163716.C21702@plum.flirble.org>
6661      Branch: perl
6662            ! pp.c pp_hot.c sv.c t/op/inc.t
6663 ____________________________________________________________________________
6664 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
6665         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
6666              From: Jonathan Stowe <jns@gellyfish.com>
6667              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
6668              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
6669      Branch: perl
6670            ! lib/Term/Cap.pm
6671 ____________________________________________________________________________
6672 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
6673         Log: Update Changes.
6674      Branch: perl
6675            ! Changes patchlevel.h
6676 ____________________________________________________________________________
6677 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
6678         Log: perldelta tweaks.
6679      Branch: perl
6680            ! pod/perldelta.pod
6681 ____________________________________________________________________________
6682 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
6683         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
6684              From: Sam Tregar <sam@tregar.com> 
6685              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
6686              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
6687      Branch: perl
6688            ! pod/perlnewmod.pod
6689 ____________________________________________________________________________
6690 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
6691         Log: microperl casting nit.
6692      Branch: perl
6693            ! utf8.c
6694 ____________________________________________________________________________
6695 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
6696         Log: Make sharepvn a macro since all it does is a deref.
6697      Branch: perl
6698            ! embed.h embed.pl global.sym hv.c hv.h proto.h
6699 ____________________________________________________________________________
6700 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
6701         Log: perldelta updates.
6702      Branch: perl
6703            ! pod/perldelta.pod
6704 ____________________________________________________________________________
6705 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
6706         Log: PPPort update from Paul Marquess.
6707      Branch: perl
6708            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
6709            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
6710            + ext/Devel/PPPort/t/test.t
6711            - ext/Devel/PPPort/harness/Harness.pm
6712            - ext/Devel/PPPort/harness/Harness.xs
6713            - ext/Devel/PPPort/harness/Makefile.PL
6714            - ext/Devel/PPPort/harness/module2.c
6715            - ext/Devel/PPPort/harness/module3.c
6716            - ext/Devel/PPPort/harness/t/test.t
6717            ! MANIFEST ext/Devel/PPPort/MANIFEST
6718            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
6719            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
6720            ! ext/Devel/PPPort/soak
6721 ____________________________________________________________________________
6722 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
6723         Log: No use talking about dynamic library search patch
6724              unless we are having a dynamic build.
6725      Branch: perl
6726            ! t/TEST
6727 ____________________________________________________________________________
6728 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
6729         Log: Be more explicit on the List::Util build trick,
6730              should also stop unneeded rebuilds on static builds.
6731      Branch: perl
6732            ! ext/List/Util/Makefile.PL
6733 ____________________________________________________________________________
6734 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
6735         Log: We need to replace the optimize (-O1) with
6736              the -h scalar0 -h vector0, not append them
6737              to the ccflags.
6738      Branch: perl
6739            ! hints/unicos.sh hints/unicosmk.sh
6740 ____________________________________________________________________________
6741 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
6742         Log: Subject: [PATCH] Shared hash keys 
6743              From: Nicholas Clark <nick@ccl4.org>
6744              Date: Sun, 2 Dec 2001 20:52:32 +0000
6745              Message-ID: <20011202205232.U21702@plum.flirble.org>
6746      Branch: perl
6747            ! doop.c t/op/tr.t
6748 ____________________________________________________________________________
6749 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
6750         Log: Better add new files to MANIFEST, too.
6751      Branch: perl
6752            ! MANIFEST
6753 ____________________________________________________________________________
6754 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
6755         Log: Subject: {PATCH] perlpacktut.pod
6756              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
6757              Date: Sun, 02 Dec 2001 19:55:06 +0100
6758              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
6759      Branch: perl
6760            ! pod/perlpacktut.pod
6761 ____________________________________________________________________________
6762 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
6763         Log: Various small nits found by DJGPP build.
6764      Branch: perl
6765            ! doio.c mg.c pp.c util.c
6766 ____________________________________________________________________________
6767 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
6768         Log: Subject: RE: More verbose POD for Carp
6769              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
6770              Date: Sun, 2 Dec 2001 11:32:51 -0500
6771              Message-ID: <3C0A9748@operamail.com>
6772      Branch: perl
6773            ! lib/Carp.pm
6774 ____________________________________________________________________________
6775 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
6776         Log: Add a header for DJGPP with the function prototypes.
6777      Branch: perl
6778            + djgpp/djgpp.h
6779            ! MANIFEST djgpp/djgpp.c
6780 ____________________________________________________________________________
6781 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
6782         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
6783              From: Abe Timmerman <abe@ztreet.demon.nl>
6784              Date: Sun, 02 Dec 2001 02:41:25 +0100
6785              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
6786      Branch: perl
6787            ! pp_sys.c
6788 ____________________________________________________________________________
6789 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
6790         Log: There isn't PTR2INT(), there's PTR2IV().
6791      Branch: perl
6792            ! ext/Time/HiRes/HiRes.xs
6793 ____________________________________________________________________________
6794 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
6795         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
6796              From: Marc Lehmann <root@schmorp.de>
6797              Date: Sun, 02 Dec 2001 02:44:53 +0100
6798              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
6799      Branch: perl
6800            ! ext/Time/HiRes/HiRes.xs
6801 ____________________________________________________________________________
6802 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
6803         Log: encode()/decode() examples.
6804      Branch: perl
6805            ! ext/Encode/Encode.pm
6806 ____________________________________________________________________________
6807 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
6808         Log: DJGPP tweaks from Laszlo Molnar.
6809      Branch: perl
6810            ! djgpp/config.over djgpp/djgppsed.sh
6811 ____________________________________________________________________________
6812 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
6813         Log: Update Changes.
6814      Branch: perl
6815            ! Changes patchlevel.h
6816 ____________________________________________________________________________
6817 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
6818         Log: Integrate perlio;
6819              
6820              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
6821              which do not have file descriptors. Noticed a possibly
6822              worse problem in the process ...
6823      Branch: perl
6824           !> doio.c
6825 ____________________________________________________________________________
6826 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
6827         Log: Non-VMS-fixed and Win32-skipped version of
6828              
6829              Subject: [PATCH t/op/exec.t] Portabilty fix 
6830              From: Michael G Schwern <schwern@pobox.com> 
6831              Date: Fri, 30 Nov 2001 16:09:27 -0500
6832              Message-ID: <20011130160927.A10406@blackrider>
6833      Branch: perl
6834            ! t/op/exec.t
6835 ____________________________________________________________________________
6836 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
6837         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
6838              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
6839              Date: Sat, 1 Dec 2001 07:01:09 -0500
6840              Message-ID: <3C0D2E39@operamail.com>
6841              
6842              Subject: More verbose POD for Carp
6843              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
6844              Date: Sat, 1 Dec 2001 08:04:16 -0500
6845              Message-ID: <3C285C2B@operamail.com>
6846      Branch: perl
6847            ! lib/Carp.pm lib/Carp/Heavy.pm
6848 ____________________________________________________________________________
6849 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
6850         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
6851              From: chromatic <chromatic@rmci.net>
6852              Date: Sat, 01 Dec 2001 12:41:58 -0700
6853              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
6854      Branch: perl
6855            ! lib/DB.t
6856 ____________________________________________________________________________
6857 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
6858         Log: Try to make a missing RADIXCHAR a softer kinder error.
6859      Branch: perl
6860            ! ext/I18N/Langinfo/Langinfo.t
6861 ____________________________________________________________________________
6862 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
6863         Log: Have a little faith on nl_langinfo() itself.
6864      Branch: perl
6865            ! ext/I18N/Langinfo/Langinfo.xs
6866 ____________________________________________________________________________
6867 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
6868         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
6869              the max, not max plus one)
6870      Branch: perl
6871            ! ext/I18N/Langinfo/Langinfo.xs
6872 ____________________________________________________________________________
6873 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
6874         Log: Make reality agree with the comment.
6875      Branch: perl
6876            ! ext/I18N/Langinfo/Langinfo.xs
6877 ____________________________________________________________________________
6878 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
6879         Log: Try to protect against wild langinfo() arguments.
6880      Branch: perl
6881            ! ext/I18N/Langinfo/Langinfo.xs
6882 ____________________________________________________________________________
6883 [ 13409] By: nick                                  on 2001/12/01  18:19:59
6884         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
6885              have file descriptors. Noticed a possibly worse problem in the process ...
6886      Branch: perlio
6887            ! doio.c
6888 ____________________________________________________________________________
6889 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
6890         Log: If we are inside an eval, let's be silent about
6891              separate symbols and just croak() in the end.
6892      Branch: perl
6893            ! lib/Exporter/Heavy.pm
6894 ____________________________________________________________________________
6895 [ 13407] By: nick                                  on 2001/12/01  17:14:05
6896         Log: Integrate mainline
6897      Branch: perlio
6898           !> (integrate 26 files)
6899 ____________________________________________________________________________
6900 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
6901         Log: Subject: Fix for Exporter error reporting behaviour
6902              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
6903              Date: Sat, 1 Dec 2001 06:34:48 -0500
6904              Message-ID: <3C0D1B9A@operamail.com>
6905      Branch: perl
6906            ! lib/Exporter.pm lib/Exporter/Heavy.pm
6907 ____________________________________________________________________________
6908 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
6909         Log: Need to hide behind an eval to avoid a warning
6910              about :utf8 on non-perlio configs.
6911      Branch: perl
6912            ! lib/open.t
6913 ____________________________________________________________________________
6914 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
6915         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
6916              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6917              Date: Fri, 30 Nov 2001 23:46:58 +0100
6918              Message-ID: <20011130234658.A717@rafael>
6919      Branch: perl
6920            ! op.c t/op/method.t
6921 ____________________________________________________________________________
6922 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
6923         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
6924              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6925              Date: Thu, 29 Nov 2001 22:46:12 +0100
6926              Message-ID: <20011129224612.A699@rafael>
6927      Branch: perl
6928            ! ext/B/B/Xref.pm
6929 ____________________________________________________________________________
6930 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
6931         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
6932              From: Tels <perl_dummy@bloodgate.com>
6933              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
6934              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
6935      Branch: perl
6936            ! pod/perlfunc.pod
6937 ____________________________________________________________________________
6938 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
6939         Log: Subject: [REPATCH] reference pointer comparison
6940              From: Nicholas Clark <nick@ccl4.org>
6941              Date: Sat, 1 Dec 2001 13:00:17 +0000
6942              Message-ID: <20011201130017.I21702@plum.flirble.org>
6943      Branch: perl
6944            ! pp.c
6945 ____________________________________________________________________________
6946 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
6947         Log: Upgrade to Storable 1.0.14.
6948      Branch: perl
6949            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
6950 ____________________________________________________________________________
6951 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
6952         Log: Add simple caches for ::viacode() and ::vianame().
6953      Branch: perl
6954            ! lib/charnames.pm lib/charnames.t
6955 ____________________________________________________________________________
6956 [ 13398] By: nick                                  on 2001/12/01  10:36:24
6957         Log: Integrate mainline.
6958      Branch: perlio
6959           +> (branch 44 files)
6960            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
6961            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
6962            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
6963           !> (integrate 250 files)
6964 ____________________________________________________________________________
6965 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
6966         Log: Regen toc and modlib.
6967      Branch: perl
6968            ! pod/perlmodlib.pod pod/perltoc.pod
6969 ____________________________________________________________________________
6970 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
6971         Log: Upgrade to podlators-1.18.
6972      Branch: perl
6973            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
6974 ____________________________________________________________________________
6975 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
6976         Log: -h scalar0 -h vector0 seems to help for both
6977              UNICOS and UNICOS/mk on the unpack %65c problems.
6978              
6979              (replaces #13393)
6980      Branch: perl
6981            ! hints/unicos.sh hints/unicosmk.sh
6982 ____________________________________________________________________________
6983 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
6984         Log: More Socket constants.
6985      Branch: perl
6986            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
6987 ____________________________________________________________________________
6988 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
6989         Log: (replaced by #13395)
6990      Branch: perl
6991            ! hints/unicosmk.sh
6992 ____________________________________________________________________________
6993 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
6994         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
6995              From: Andy Dougherty <doughera@lafayette.edu>
6996              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
6997              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
6998              
6999              Simplify the test skippage criterion now that we are
7000              no more dependent on sed.
7001      Branch: perl
7002            ! t/comp/cpp.t t/run/switchPx.t
7003 ____________________________________________________________________________
7004 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
7005         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
7006              From: Michael G Schwern <schwern@pobox.com>
7007              Date: Fri, 30 Nov 2001 11:48:44 -0500
7008              Message-ID: <20011130114844.C1303@blackrider>
7009              
7010              (replaces #13381)
7011      Branch: perl
7012            ! t/op/stat.t
7013 ____________________________________________________________________________
7014 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
7015         Log: Let's not assume how much memory has been allocated
7016              to PVs.
7017      Branch: perl
7018            ! ext/Devel/Peek/Peek.t
7019 ____________________________________________________________________________
7020 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
7021         Log: VOS needs to know the modules, including pp_sort.
7022      Branch: perl
7023            ! vos/perl.bind
7024 ____________________________________________________________________________
7025 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
7026         Log: Unused variables.
7027      Branch: perl
7028            ! ext/Unicode/Normalize/Normalize.xs
7029 ____________________________________________________________________________
7030 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
7031         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
7032              From: John Peacock <jpeacock@rowman.com>     
7033              Date: Fri, 30 Nov 2001 10:24:00 -0500        
7034              Message-ID: <3C07A490.A22A76B0@rowman.com>   
7035      Branch: perl
7036            ! lib/ExtUtils/Embed.t
7037 ____________________________________________________________________________
7038 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
7039         Log: Tweak for the VOS building script from Paul Green.
7040      Branch: perl
7041            ! vos/configure_perl.cm
7042 ____________________________________________________________________________
7043 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
7044         Log: Update Changes.
7045      Branch: perl
7046            ! Changes patchlevel.h
7047 ____________________________________________________________________________
7048 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
7049         Log: Cannot test if cppstdin has not yet been installed.
7050      Branch: perl
7051            ! t/run/switchPx.t
7052 ____________________________________________________________________________
7053 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
7054         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
7055              From: Michael G Schwern <schwern@pobox.com> 
7056              Date: Thu, 29 Nov 2001 22:05:11 -0500
7057              Message-ID: <20011129220510.A18869@blackrider>
7058              
7059              TODO 1: if cppstdin is used and not yet installed,
7060              the Px.t will fail (must do the same as in cpp.t)
7061              
7062              TODO 2: does this work if no Perl whatsoever has
7063              yet been installed?  That is, we should be using
7064              the Perl we are building to execute the one-liner.
7065      Branch: perl
7066            + t/run/switchPx.aux t/run/switchPx.t
7067            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
7068            ! vms/test.com
7069 ____________________________________________________________________________
7070 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
7071         Log: Upgrade to Unicode::Normalize 0.12.
7072      Branch: perl
7073            ! ext/Unicode/Normalize/Changes
7074            ! ext/Unicode/Normalize/Normalize.pm
7075            ! ext/Unicode/Normalize/Normalize.xs
7076            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
7077            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
7078            ! ext/Unicode/Normalize/t/test.t
7079 ____________________________________________________________________________
7080 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
7081         Log: (replaced by #13391)
7082              
7083              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
7084              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
7085              Date: 30 Nov 2001 11:41:53 -0000             
7086              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
7087              
7088              No need to die if we have high-paranoia (non-chdirable)
7089              system directories.
7090      Branch: perl
7091            ! t/op/stat.t
7092 ____________________________________________________________________________
7093 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
7094         Log: Paragraph rewrapping.
7095      Branch: perl
7096            ! pod/perliol.pod
7097 ____________________________________________________________________________
7098 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
7099         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
7100              From: Stas Bekman <stas@stason.org>
7101              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
7102              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
7103      Branch: perl
7104            ! pod/perliol.pod
7105 ____________________________________________________________________________
7106 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
7107         Log: Whether select() gets restarted on signals is
7108              implementation dependent.
7109      Branch: perl
7110            ! ext/Time/HiRes/HiRes.t
7111 ____________________________________________________________________________
7112 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
7113         Log: More forgotten checkins.
7114      Branch: perl
7115            ! embed.h embed.pl proto.h
7116 ____________________________________________________________________________
7117 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
7118         Log: Add a note about folding vs lowercase.
7119      Branch: perl
7120            ! regexec.c
7121 ____________________________________________________________________________
7122 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
7123         Log: Use to_uni_fold (and add changed global.sym)
7124      Branch: perl
7125            ! global.sym utf8.c
7126 ____________________________________________________________________________
7127 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
7128         Log: Make to Unicode character functions to use UVs
7129              instead of U32s and add to_uni_fold().
7130      Branch: perl
7131            ! embed.pl proto.h utf8.c
7132 ____________________________________________________________________________
7133 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
7134         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
7135              From: Nicholas Clark <nick@ccl4.org>
7136              Date: Thu, 29 Nov 2001 22:47:32 +0000
7137              Message-ID: <20011129224732.W37621@plum.flirble.org>
7138      Branch: perl
7139            ! pod/perlpacktut.pod
7140 ____________________________________________________________________________
7141 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
7142         Log: README.vos updates from Paul Green.
7143      Branch: perl
7144            ! README.vos
7145 ____________________________________________________________________________
7146 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
7147         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
7148              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7149              Date: Thu, 29 Nov 2001 14:18:51 EST
7150              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
7151      Branch: perl
7152            ! mg.c vms/vms.c vms/vmsish.h
7153 ____________________________________________________________________________
7154 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
7155         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
7156              From: Michael G Schwern <schwern@pobox.com>
7157              Date: Thu, 29 Nov 2001 13:12:31 -0500
7158              Message-ID: <20011129131231.E11300@blackrider>
7159      Branch: perl
7160            ! README.vms
7161 ____________________________________________________________________________
7162 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
7163         Log: BGET_IV was missing.
7164      Branch: perl
7165            ! ext/ByteLoader/bytecode.h
7166 ____________________________________________________________________________
7167 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
7168         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
7169              From: Jonathan Stowe <gellyfish@gellyfish.com>
7170              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
7171              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
7172      Branch: perl
7173            ! lib/Term/Cap.pm
7174 ____________________________________________________________________________
7175 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
7176         Log: Porting/checkURL.pl was missing.
7177      Branch: perl
7178            ! MANIFEST
7179 ____________________________________________________________________________
7180 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
7181         Log: Subject: INSTALL and READMEs should be reviewed
7182              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7183              Date: Thu, 29 Nov 2001 16:49:36 +0100
7184              Message-ID: <20011129164936.A17492@rafael>         
7185      Branch: perl
7186            ! README.cygwin
7187 ____________________________________________________________________________
7188 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
7189         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
7190              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
7191              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
7192              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
7193      Branch: perl
7194            ! README.os390
7195 ____________________________________________________________________________
7196 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
7197         Log: Update Changes.
7198      Branch: perl
7199            ! Changes patchlevel.h
7200 ____________________________________________________________________________
7201 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
7202         Log: The changes to the curliffed files didn't stick in #13348.
7203      Branch: perl
7204            ! README.dos README.win32
7205 ____________________________________________________________________________
7206 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
7207         Log: Subject: Re: Found the rev where File::Glob broke
7208              From: Andy Dougherty <doughera@lafayette.edu>
7209              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
7210              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
7211      Branch: perl
7212            ! lib/ExtUtils/MM_Unix.pm
7213 ____________________________________________________________________________
7214 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
7215         Log: Use __DATA__ instead of __END__.
7216      Branch: perl
7217            ! lib/Term/Cap.pm
7218 ____________________________________________________________________________
7219 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
7220         Log: Subject: [PATCH toke.c] autosplit into @F fix
7221              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7222              Date: Thu, 29 Nov 2001 14:52:23 +0100
7223              Message-ID: <20011129145223.A25817@rafael>         
7224      Branch: perl
7225            ! toke.c
7226 ____________________________________________________________________________
7227 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
7228         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
7229              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7230              Date: Thu, 29 Nov 2001 15:48:15 +0100
7231              Message-ID: <20011129154815.C25817@rafael>         
7232      Branch: perl
7233            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
7234 ____________________________________________________________________________
7235 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
7236         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
7237              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
7238              Date: Wed, 28 Nov 2001 20:35:29 +0100
7239              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
7240      Branch: perl
7241            ! pod/perlpacktut.pod
7242 ____________________________________________________________________________
7243 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
7244         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
7245              From: Stas Bekman <stas@stason.org>
7246              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
7247              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
7248              
7249              (with tweaks)
7250      Branch: perl
7251            ! pod/perlapio.pod
7252 ____________________________________________________________________________
7253 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
7254         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
7255              From: Tels <perl_dummy@bloodgate.com>
7256              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
7257              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
7258              
7259              (plus paragraph rewrapping)
7260      Branch: perl
7261            ! lib/Exporter.pm
7262 ____________________________________________________________________________
7263 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
7264         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
7265              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
7266              Date: Wed, 28 Nov 2001 21:47:59 +0000
7267              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
7268      Branch: perl
7269            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
7270 ____________________________________________________________________________
7271 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
7272         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
7273              From: Andy Dougherty <doughera@lafayette.edu>
7274              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
7275              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
7276      Branch: perl
7277            ! INSTALL ext/Time/HiRes/HiRes.t
7278 ____________________________________________________________________________
7279 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
7280         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
7281              From: Michael G Schwern <schwern@pobox.com> 
7282              Date: Wed, 28 Nov 2001 16:37:01 -0500
7283              Message-ID: <20011128163701.H676@blackrider>
7284      Branch: perl
7285            ! t/run/kill_perl.t
7286 ____________________________________________________________________________
7287 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
7288         Log: @INC tweak.
7289      Branch: perl
7290            ! t/op/ref.t
7291 ____________________________________________________________________________
7292 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
7293         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
7294              From: Nicholas Clark <nick@ccl4.org>
7295              Date: Wed, 28 Nov 2001 23:38:43 +0000
7296              Message-ID: <20011128233843.N37621@plum.flirble.org>  
7297      Branch: perl
7298            ! installman
7299 ____________________________________________________________________________
7300 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
7301         Log: Tweak the forking logic.
7302      Branch: perl
7303            ! Porting/checkURL.pl
7304 ____________________________________________________________________________
7305 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
7306         Log: Update perlmodlib.PL as per #13348.  The L<> got
7307              changed back because that is coming from ParseLink.pm.
7308      Branch: perl
7309            ! pod/perlmodlib.PL pod/perlmodlib.pod
7310 ____________________________________________________________________________
7311 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
7312         Log: URL fixups from Michael Schwern.
7313      Branch: perl
7314            ! README.cygwin README.dos README.hpux README.mint README.mpeix
7315            ! README.os390 README.qnx README.solaris README.vos README.win32
7316            ! pod/perlmodlib.pod
7317 ____________________________________________________________________________
7318 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
7319         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
7320              From: Barrie Slaymaker <barries@slaysys.com>
7321              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
7322              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
7323      Branch: perl
7324            ! lib/Exporter.pm
7325 ____________________________________________________________________________
7326 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
7327         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
7328      Branch: perl
7329            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
7330 ____________________________________________________________________________
7331 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
7332         Log: Subject: [PATCH] Re: $\ very broken
7333              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7334              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
7335              Message-ID: <20011128223308.E732@rafael>   
7336              
7337              Subject: Re: [PATCH] Re: $\ very broken     
7338              From: Nicholas Clark <nick@ccl4.org>
7339              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
7340              Message-ID: <20011128222859.K37621@plum.flirble.org>
7341      Branch: perl
7342            ! mg.c t/op/ref.t
7343 ____________________________________________________________________________
7344 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
7345         Log: Add Abigail's link checker with the following tweaks:
7346              - known dummy URLs (Peter Prymmer)
7347              - do also READMEs and INSTALL (Michael Schwern)
7348              - do also ftp URLs
7349              - add fork retry loop in case the allowed number
7350              of processes per user is low
7351      Branch: perl
7352            + Porting/checkURL.pl
7353            ! MANIFEST
7354 ____________________________________________________________________________
7355 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
7356         Log: Update Changes.
7357      Branch: perl
7358            ! Changes patchlevel.h
7359 ____________________________________________________________________________
7360 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
7361         Log: In Linux if we have modern enough gcc and supported
7362              enough CPU, crank up the optimization level to -O3.
7363      Branch: perl
7364            ! hints/linux.sh
7365 ____________________________________________________________________________
7366 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
7367         Log: Add perlpacktut from Wolfgang Laun; regen toc.
7368      Branch: perl
7369            + pod/perlpacktut.pod
7370            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
7371            ! pod/perltoc.pod
7372 ____________________________________________________________________________
7373 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
7374         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
7375              From: PPrymmer@factset.com
7376              Date: Wed, 28 Nov 2001 07:51:26 -0500
7377              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
7378      Branch: perl
7379            ! vms/test.com
7380 ____________________________________________________________________________
7381 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
7382         Log: Test cases for the first half of #13338.
7383      Branch: perl
7384            ! t/lib/h2ph.h t/lib/h2ph.pht
7385 ____________________________________________________________________________
7386 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
7387         Log: Subject: Re: h2ph confused by comments in an enum.
7388              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
7389              Date: Wed, 28 Nov 2001 04:19:21 +0000
7390              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
7391              
7392              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
7393              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
7394              Date: Wed, 28 Nov 2001 13:36:35 +0000
7395              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
7396      Branch: perl
7397            ! utils/h2ph.PL
7398 ____________________________________________________________________________
7399 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
7400         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
7401              From: Jonathan Stowe <gellyfish@gellyfish.com>
7402              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
7403              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
7404              
7405              (replace #13327)
7406      Branch: perl
7407            ! lib/Term/Cap.pm
7408 ____________________________________________________________________________
7409 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
7410         Log: Replace #13335 with
7411              
7412              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
7413              From: Russ Allbery <rra@stanford.edu>
7414              Date: 27 Nov 2001 20:42:49 -0800
7415              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
7416      Branch: perl
7417            ! lib/Pod/Text/Termcap.pm
7418 ____________________________________________________________________________
7419 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
7420         Log: (replaced by #13336)
7421              
7422              Subject: [PATCH perl@13323] Termcap.pm with no termios
7423              From: "Craig A. Berry" <craigberry@mac.com> 
7424              Date: Tue, 27 Nov 2001 22:28:50 -0600
7425              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
7426      Branch: perl
7427            ! lib/Pod/Text/Termcap.pm
7428 ____________________________________________________________________________
7429 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
7430         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
7431              From: "Craig A. Berry" <craigberry@mac.com> 
7432              Date: Tue, 27 Nov 2001 21:46:45 -0600
7433              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
7434      Branch: perl
7435            ! configure.com
7436 ____________________________________________________________________________
7437 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
7438         Log: Upgrade to podlators 1.17.
7439      Branch: perl
7440            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
7441            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
7442 ____________________________________________________________________________
7443 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
7444         Log: Fix for "a\x{100}" =~ /A/i.
7445      Branch: perl
7446            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
7447            ! utf8.c
7448 ____________________________________________________________________________
7449 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
7450         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
7451              From: "Craig A. Berry" <craigberry@mac.com>
7452              Date: Tue, 27 Nov 2001 17:11:49 -0600
7453              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
7454      Branch: perl
7455            ! lib/DB.t
7456 ____________________________________________________________________________
7457 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
7458         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
7459              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7460              Date: Tue, 27 Nov 2001 14:55:23 -0500
7461              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
7462              
7463              Subject: [PATCH: perl@13324] updates to perldelta.pod 
7464              From: PPrymmer@factset.com
7465              Date: Tue, 27 Nov 2001 18:06:04 -0500
7466              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
7467              
7468              plus added some known problems.
7469      Branch: perl
7470            ! pod/perldelta.pod
7471 ____________________________________________________________________________
7472 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
7473         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
7474              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7475              Date: Tue, 27 Nov 2001 15:38:02 EST 
7476              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
7477      Branch: perl
7478            ! configure.com vms/vms.c vms/vmsish.h
7479 ____________________________________________________________________________
7480 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
7481         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
7482              From: Michael G Schwern <schwern@pobox.com> 
7483              Date: Tue, 27 Nov 2001 15:31:12 -0500
7484              Message-ID: <20011127153112.G20929@blackrider>
7485      Branch: perl
7486            ! t/run/kill_perl.t
7487 ____________________________________________________________________________
7488 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
7489         Log: (replaced by #13337)
7490              
7491              VMS can safely hardcode a termcap entry for VT100.
7492      Branch: perl
7493            ! lib/Term/Cap.pm
7494 ____________________________________________________________________________
7495 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
7496         Log: VMS piping fixes from Charles Lane (perl -P should
7497              be working now).
7498      Branch: perl
7499            ! vms/vms.c
7500 ____________________________________________________________________________
7501 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
7502         Log: Subject: [PATCH] perlvar.pod fix
7503              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7504              Date: Tue, 27 Nov 2001 13:11:47 -0500
7505              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
7506      Branch: perl
7507            ! pod/perlvar.pod
7508 ____________________________________________________________________________
7509 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
7510         Log: Update Changes.
7511      Branch: perl
7512            ! Changes patchlevel.h
7513 ____________________________________________________________________________
7514 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
7515         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
7516              From: "Craig A. Berry" <craigberry@mac.com> 
7517              Date: Tue, 27 Nov 2001 10:21:18 -0600
7518              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
7519      Branch: perl
7520            ! lib/ExtUtils/MM_VMS.pm
7521 ____________________________________________________________________________
7522 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
7523         Log: Protect against accumulating -options -options -options.
7524      Branch: perl
7525            ! hints/hpux.sh
7526 ____________________________________________________________________________
7527 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
7528         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
7529              From: Barrie Slaymaker <barries@slaysys.com>
7530              Date: Tue, 27 Nov 2001 10:58:54 -0500
7531              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
7532      Branch: perl
7533            ! lib/Benchmark.pm
7534 ____________________________________________________________________________
7535 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
7536         Log: Tiny fix from John P. Linderman.
7537      Branch: perl
7538            ! lib/sort.pm
7539 ____________________________________________________________________________
7540 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
7541         Log: The Story of sort(), from John P. Linderman.
7542      Branch: perl
7543            ! pod/perldelta.pod
7544 ____________________________________________________________________________
7545 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
7546         Log: Add information what to do if you are reading
7547              perluniintro but using some older Perl.
7548      Branch: perl
7549            ! pod/perluniintro.pod
7550 ____________________________________________________________________________
7551 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
7552         Log: Update the 'wide characters' FAQ entry.
7553      Branch: perl
7554            ! pod/perlfaq6.pod
7555 ____________________________________________________________________________
7556 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
7557         Log: Fix for
7558              
7559              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
7560              From: Marc Lehmann <root@schmorp.de>
7561              Date: Tue, 27 Nov 2001 14:27:14 +0100
7562              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
7563      Branch: perl
7564            ! ext/Encode.t ext/Encode/Encode.xs
7565 ____________________________________________________________________________
7566 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
7567         Log: Subject: [PATCH] DB_File 1.801
7568              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7569              Date: Tue, 27 Nov 2001 15:06:45 -0000
7570              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
7571      Branch: perl
7572            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7573            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
7574 ____________________________________________________________________________
7575 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
7576         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
7577      Branch: perl
7578            ! pod/perlmodlib.pod
7579 ____________________________________________________________________________
7580 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
7581         Log: sort() doc tweaks from John P. Linderman.
7582      Branch: perl
7583            ! pod/perlfunc.pod
7584 ____________________________________________________________________________
7585 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
7586         Log: Subject: [PATCH] More perldelta.pod nits
7587              From: Simon Glover <scog@roe.ac.uk>
7588              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
7589              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
7590      Branch: perl
7591            ! pod/perldelta.pod
7592 ____________________________________________________________________________
7593 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
7594         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
7595              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7596              Date: Tue, 27 Nov 2001 11:52:31 -0000
7597              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
7598      Branch: perl
7599            ! ext/Devel/PPPort/harness/Makefile.PL
7600 ____________________________________________________________________________
7601 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
7602         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
7603              From: Michael G Schwern <schwern@pobox.com>
7604              Date: Tue, 27 Nov 2001 03:38:24 -0500
7605              Message-ID: <20011127033824.A17775@blackrider>
7606      Branch: perl
7607            ! t/TEST
7608 ____________________________________________________________________________
7609 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
7610         Log: Subject: Re: perlcc very broken
7611              From: John Peacock <jpeacock@rowman.com>
7612              Date: Tue, 27 Nov 2001 06:48:01 -0500
7613              Message-ID: <3C037D71.4030508@rowman.com>
7614      Branch: perl
7615            ! utils/perlcc.PL
7616 ____________________________________________________________________________
7617 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
7618         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
7619              From: David Dyck <dcd@tc.fluke.com>
7620              Date: Mon, 26 Nov 2001 22:04:38 -0800
7621              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
7622      Branch: perl
7623            ! t/op/pack.t
7624 ____________________________________________________________________________
7625 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
7626         Log: Subject: [ID 20011126.149] t/op/split fails step 37
7627              From: David Dyck <dcd@tc.fluke.com>
7628              Date: Mon, 26 Nov 2001 21:52:35 -0800
7629              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
7630      Branch: perl
7631            ! t/op/split.t
7632 ____________________________________________________________________________
7633 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
7634         Log: incorporate last minute change from libnet 1.0901-tobe
7635      Branch: perl
7636            ! lib/Net/SMTP.pm
7637 ____________________________________________________________________________
7638 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
7639         Log: Pass 7 at perldelta - random edits.
7640      Branch: perl
7641            ! pod/perldelta.pod
7642 ____________________________________________________________________________
7643 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
7644         Log: Portability and skippage tweaks.
7645      Branch: perl
7646            ! t/op/split.t
7647 ____________________________________________________________________________
7648 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
7649         Log: (retracted by #13449)
7650              Try to make Unicode casemapping to work for EBCDIC, too.
7651      Branch: perl
7652            ! utf8.c
7653 ____________________________________________________________________________
7654 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
7655         Log: Just printing 1..0 is not quite enough...
7656      Branch: perl
7657            ! lib/Dumpvalue.t
7658 ____________________________________________________________________________
7659 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
7660         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
7661              Delay the match until runtime.
7662      Branch: perl
7663            ! t/op/append.t
7664 ____________________________________________________________________________
7665 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
7666         Log: UTF-EBCDIC.
7667      Branch: perl
7668            ! ext/Devel/Peek/Peek.t
7669 ____________________________________________________________________________
7670 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
7671         Log: Be UTF-EBCDIC aware.
7672      Branch: perl
7673            ! lib/bytes.t
7674 ____________________________________________________________________________
7675 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
7676         Log: Bad assumption which way digits and letters sort.
7677      Branch: perl
7678            ! lib/English.t
7679 ____________________________________________________________________________
7680 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
7681         Log: If in EBCDIC but no Convert::EBCDIC
7682              the libnet tests will all fail.
7683      Branch: perl
7684            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
7685            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
7686            ! lib/Net/t/smtp.t lib/Net/t/time.t
7687 ____________________________________________________________________________
7688 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
7689         Log: Just sorting to guarantee order is not enough.
7690              (Think EBCDIC.) 
7691      Branch: perl
7692            ! lib/ExtUtils/Manifest.t
7693 ____________________________________________________________________________
7694 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
7695         Log: OS/390 cleanable gunk.
7696      Branch: perl
7697            ! lib/ExtUtils/MM_Unix.pm
7698 ____________________________________________________________________________
7699 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
7700         Log: Update the EBCDIC MD5 checksums.
7701      Branch: perl
7702            ! ext/Digest/MD5/t/files.t
7703 ____________________________________________________________________________
7704 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
7705         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
7706              From: Nicholas Clark <nick@ccl4.org>
7707              Date: Mon, 26 Nov 2001 23:06:34 +0000
7708              Message-ID: <20011126230633.Q37621@plum.flirble.org>
7709      Branch: perl
7710            ! installman
7711 ____________________________________________________________________________
7712 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
7713         Log: sort tweaks from John P. Linderman.
7714      Branch: perl
7715            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
7716 ____________________________________________________________________________
7717 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
7718         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
7719              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
7720              Date: Mon, 26 Nov 2001 18:47:25 -0600
7721              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
7722              
7723              Craig Berry submitted half of this patch just yesterday.
7724              Spooky cosmic resonance.
7725      Branch: perl
7726            ! ext/Socket/Socket.xs
7727 ____________________________________________________________________________
7728 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
7729         Log: Subject: [PATCH] doio slightly smaller
7730              From: Nicholas Clark <nick@ccl4.org>
7731              Date: Tue, 27 Nov 2001 00:40:23 +0000      
7732              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
7733      Branch: perl
7734            ! doio.c
7735 ____________________________________________________________________________
7736 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
7737         Log: perldelta nits from Autrijus Tang and Ron Kimball.
7738      Branch: perl
7739            ! pod/perldelta.pod
7740 ____________________________________________________________________________
7741 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
7742         Log: Subject: [PATCH] unpack P* uses random length for item
7743              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
7744              Date: Mon, 26 Nov 2001 19:56:32 +0100
7745              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
7746      Branch: perl
7747            ! pod/perldiag.pod pp_pack.c t/op/pack.t
7748 ____________________________________________________________________________
7749 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
7750         Log: Subject: [PATCH current] system and taintedness
7751              From: Radu Greab <radu@netsoft.ro>
7752              Date: Mon, 26 Nov 2001 18:42:29 +0200
7753              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
7754      Branch: perl
7755            ! pp_sys.c t/op/taint.t
7756 ____________________________________________________________________________
7757 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
7758         Log: Subject: [PATCH @ 13283] Devel::PPPort
7759              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7760              Date: Mon, 26 Nov 2001 14:37:17 -0000
7761              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
7762      Branch: perl
7763            + ext/Devel/PPPort/MANIFEST
7764            ! MANIFEST ext/Devel/PPPort/Makefile.PL
7765            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
7766            ! ext/Devel/PPPort/harness/Harness.xs
7767            ! ext/Devel/PPPort/harness/Makefile.PL
7768            ! ext/Devel/PPPort/harness/module2.c
7769            ! ext/Devel/PPPort/harness/module3.c
7770            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
7771 ____________________________________________________________________________
7772 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
7773         Log: Update the test list.
7774      Branch: perl
7775            ! t/lib/1_compile.t
7776 ____________________________________________________________________________
7777 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
7778         Log: Sync-up tests with libnet distribution
7779      Branch: perl
7780            + lib/Net/t/netrc.t
7781            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
7782 ____________________________________________________________________________
7783 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
7784         Log: Update Changes.
7785      Branch: perl
7786            ! Changes patchlevel.h
7787 ____________________________________________________________________________
7788 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
7789         Log: Upgrade to podlators 1.16.
7790      Branch: perl
7791            + lib/Pod/t/basic.cap
7792            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
7793            ! lib/Pod/t/basic.t pod/pod2man.PL
7794 ____________________________________________________________________________
7795 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
7796         Log: Pass 6 at perldelta - sort enhancements, generic and
7797              platform specific bug fixes.
7798      Branch: perl
7799            ! pod/perldelta.pod
7800 ____________________________________________________________________________
7801 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
7802         Log: PROPAGATE documentation from Tony Cook.
7803      Branch: perl
7804            ! pod/perlfunc.pod
7805 ____________________________________________________________________________
7806 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
7807         Log: DJGPP cannot do signals that well.
7808      Branch: perl
7809            ! ext/POSIX/t/sigaction.t
7810 ____________________________________________________________________________
7811 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
7812         Log: Can't do subsecond alarms without ualarm; and break out
7813              early if alarms do not seem to be coming in as expected.
7814      Branch: perl
7815            ! ext/Time/HiRes/HiRes.t
7816 ____________________________________________________________________________
7817 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
7818         Log: No Socket, little Net.
7819      Branch: perl
7820            ! t/lib/1_compile.t
7821 ____________________________________________________________________________
7822 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
7823         Log: Take the taint brush to the getcwds.
7824      Branch: perl
7825            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
7826 ____________________________________________________________________________
7827 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
7828         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
7829              From: "Craig A. Berry" <craigberry@mac.com>
7830              Date: Sun, 25 Nov 2001 16:20:45 -0600
7831              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
7832      Branch: perl
7833            ! ext/Socket/Socket.xs
7834 ____________________________________________________________________________
7835 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
7836         Log: Since in some DOS filesystems the timestamp granularity
7837              may be only two seconds, better sleep for three to play safe.
7838              (Helps CygWin, at least.)
7839      Branch: perl
7840            ! lib/Memoize/t/expire_file.t
7841 ____________________________________________________________________________
7842 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
7843         Log: For some reason CygWin wasn't collapsing multiple
7844              slashes into one, which made some Spec.t tests to fail.
7845              Either CygWin was being too prudish or the collapsing
7846              logic needs to be rethunk.
7847      Branch: perl
7848            ! lib/File/Spec/Unix.pm
7849 ____________________________________________________________________________
7850 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
7851         Log: Cygwin needs to have libperl.dll around if trying to link
7852              with -lperl.  Note: this change cures the test but whether
7853              it cures CygPerl installation, I don't know: hopefully the
7854              libperl5_7_2.dll, or the version equivalent, gets installed
7855              also as libperl.dll to the proper place(s).
7856      Branch: perl
7857            ! lib/ExtUtils/Embed.t
7858 ____________________________________________________________________________
7859 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
7860         Log: -I../lib/.. and -L../lib/..?  Strange.
7861      Branch: perl
7862            ! lib/ExtUtils/Embed.t
7863 ____________________________________________________________________________
7864 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
7865         Log: $MM?
7866      Branch: perl
7867            ! lib/ExtUtils/Embed.pm
7868 ____________________________________________________________________________
7869 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
7870         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
7871              From: Dave Rolsky <autarch@urth.org>
7872              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
7873              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
7874      Branch: perl
7875            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
7876            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
7877 ____________________________________________________________________________
7878 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
7879         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
7880              From: chromatic <chromatic@rmci.net>
7881              Date: Sat, 24 Nov 2001 14:56:57 -0700
7882              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
7883              
7884              plus a tweak for ithreads builds.
7885      Branch: perl
7886            + lib/DB.t
7887            ! MANIFEST lib/DB.pm
7888 ____________________________________________________________________________
7889 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
7890         Log: Win32 compilation tweaks for Blair Zajac.
7891      Branch: perl
7892            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
7893 ____________________________________________________________________________
7894 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
7895         Log: I don't think trying to bracket the hires time with lores
7896              times is going to be portable enough: Cygwin seems to be
7897              capable of getting hires ones rather consistently lower
7898              than the lores ones.  So let's try average difference instead.
7899      Branch: perl
7900            ! ext/Time/HiRes/HiRes.t
7901 ____________________________________________________________________________
7902 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
7903         Log: Subject: Re: benchmarks, sorts and reproducibility
7904              From: "John P. Linderman" <jpl@research.att.com>
7905              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
7906              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
7907              
7908              Randomize large partitions for quicksort to dodge the
7909              angry gods of quadratic.
7910      Branch: perl
7911            ! pp_sort.c
7912 ____________________________________________________________________________
7913 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
7914         Log: The joys of portable quoting.
7915      Branch: perl
7916            ! ext/Devel/PPPort/harness/Makefile.PL
7917 ____________________________________________________________________________
7918 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
7919         Log: sort pragma tweaks.
7920      Branch: perl
7921            ! lib/sort.pm
7922 ____________________________________________________________________________
7923 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
7924         Log: Skip the link= directives of utils.lst if no mandir
7925              (if no manpages).
7926      Branch: perl
7927            ! installman
7928 ____________________________________________________________________________
7929 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
7930         Log: integrate changes#8340,13260 from mainline
7931              
7932              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
7933              
7934              change#3373 introduced a handle leak in backticks and piped open()s
7935              that fail
7936      Branch: maint-5.6/perl
7937            ! t/io/pipe.t util.c
7938 ____________________________________________________________________________
7939 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
7940         Log: change#3373 introduced a handle leak in backticks and piped open()s
7941              that fail
7942      Branch: perl
7943            ! util.c
7944 ____________________________________________________________________________
7945 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
7946         Log: metaconfig unit change for #13258.
7947      Branch: metaconfig/U/perl
7948            ! d_procselfexe.U
7949 ____________________________________________________________________________
7950 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
7951         Log: Extraenous breaks noticed by David Dyck.
7952      Branch: perl
7953            ! Configure
7954 ____________________________________________________________________________
7955 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
7956         Log: Revert the /proc/self/auxv experiment for now.
7957      Branch: perl
7958            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
7959 ____________________________________________________________________________
7960 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
7961         Log: Also ExtUtils.t had $^X assumptions.
7962      Branch: perl
7963            ! lib/ExtUtils.t
7964 ____________________________________________________________________________
7965 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
7966         Log: Now is Solaris if you start the t/perl in the t/
7967              as "./perl", the $^X will be "../perl", not "./perl".
7968      Branch: perl
7969            ! t/lib/1_compile.t
7970 ____________________________________________________________________________
7971 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
7972         Log: The new way of finding out $^X in Solaris
7973              requires a little tweak if the executable
7974              pathname is *not* absolute: prepend "./"
7975              (otherwise `$^X ...` will start perl from PATH...)
7976      Branch: perl
7977            ! perl.c
7978 ____________________________________________________________________________
7979 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
7980         Log: Avoid "will not stay shared" warnings.
7981      Branch: perl
7982            ! lib/ExtUtils/MM_Unix.pm
7983 ____________________________________________________________________________
7984 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
7985         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
7986              From: Michael G Schwern <schwern@pobox.com>
7987              Date: Sat, 24 Nov 2001 19:56:18 -0500
7988              Message-ID: <20011124195618.A14614@blackrider>            
7989      Branch: perl
7990            ! perl.c pp_sys.c t/op/magic.t util.c
7991 ____________________________________________________________________________
7992 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
7993         Log: In the MakeMaker pm_to_blib target don't copy all
7994              the files in one fell swppo, deal with them hunkwise,
7995              helps for CLIs with limited line lengths.
7996              (This seems to help for DJGPP building Encode,
7997              where there are dozens of files to copy.)
7998      Branch: perl
7999            ! lib/ExtUtils/MM_Unix.pm
8000 ____________________________________________________________________________
8001 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
8002         Log: testsuite leaves stray files behind on windows
8003      Branch: perl
8004            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
8005 ____________________________________________________________________________
8006 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
8007         Log: xsubpp produces a spurious warning on directories called 'typemap'
8008      Branch: perl
8009            ! lib/ExtUtils/xsubpp
8010 ____________________________________________________________________________
8011 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
8012         Log: xsubpp treats invalid (indented) cpp directives as comments
8013      Branch: perl
8014            ! ext/IO/IO.xs
8015 ____________________________________________________________________________
8016 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
8017         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
8018      Branch: perl
8019            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
8020 ____________________________________________________________________________
8021 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
8022         Log: The debug_pag needs to be visible at all times
8023              because of the re extension.
8024      Branch: perl
8025            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
8026 ____________________________________________________________________________
8027 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
8028         Log: Subject: Re: [PATCH] Tests are good
8029              From: Philip Newton <Philip.Newton@gmx.net>
8030              Date: Sat, 24 Nov 2001 21:24:00 +0100
8031              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
8032      Branch: perl
8033            ! pod/perlhack.pod
8034 ____________________________________________________________________________
8035 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
8036         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
8037              From: "Craig A. Berry" <craigberry@mac.com> 
8038              Date: Sat, 24 Nov 2001 12:45:44 -0600
8039              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
8040              
8041              (with tweaks, and combined with Sarathy's #13242)
8042      Branch: perl
8043            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
8044 ____________________________________________________________________________
8045 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
8046         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
8047              From: John Peacock <jpeacock@rowman.com>
8048              Date: Sat, 24 Nov 2001 14:27:46 -0500
8049              Message-ID: <3BFFF4B2.40509@rowman.com> 
8050      Branch: perl
8051            ! lib/Exporter/Heavy.pm
8052 ____________________________________________________________________________
8053 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
8054         Log: use portable quotes
8055      Branch: perl
8056            ! ext/Devel/PPPort/harness/Makefile.PL
8057 ____________________________________________________________________________
8058 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
8059         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
8060              From: Nicholas Clark <nick@ccl4.org>
8061              Date: Sat, 24 Nov 2001 18:06:26 +0000
8062              Message-ID: <20011124180626.T37621@plum.flirble.org>
8063      Branch: perl
8064            ! installman
8065 ____________________________________________________________________________
8066 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
8067         Log: Subject: [PATCH] perl5005delta.pod L<>
8068              From: Nicholas Clark <nick@ccl4.org>
8069              Date: Sat, 24 Nov 2001 18:04:21 +0000
8070              Message-ID: <20011124180421.S37621@plum.flirble.org>
8071      Branch: perl
8072            ! pod/perl5005delta.pod
8073 ____________________________________________________________________________
8074 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
8075         Log: fix typo in config.vc; regenerate win32 config_H.* files
8076      Branch: perl
8077            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8078            ! win32/config_H.vc
8079 ____________________________________________________________________________
8080 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
8081         Log: Mention the charnames::vianame().
8082      Branch: perl
8083            ! pod/perluniintro.pod
8084 ____________________________________________________________________________
8085 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
8086         Log: Add charnames::vianame() in case people want to access
8087              the codes in run-time (as opposed to the compile-timeness
8088              of \N{...}).
8089      Branch: perl
8090            ! lib/charnames.pm lib/charnames.t
8091 ____________________________________________________________________________
8092 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
8093         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
8094              From: Nicholas Clark <nick@ccl4.org>
8095              Date: Sat, 24 Nov 2001 16:30:42 +0000
8096              Message-ID: <20011124163042.R37621@plum.flirble.org>
8097      Branch: perl
8098            ! regcomp.c regcomp.h
8099 ____________________________________________________________________________
8100 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
8101         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
8102              From: Nicholas Clark <nick@ccl4.org>
8103              Date: Sat, 24 Nov 2001 16:24:33 +0000
8104              Message-ID: <20011124162433.Q37621@plum.flirble.org>
8105              
8106              cmp fixes.
8107      Branch: perl
8108            ! pp.c
8109 ____________________________________________________________________________
8110 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
8111         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
8112              (It seems that "./perl" gets resolved to "perl" now.)
8113      Branch: perl
8114            ! perl.c
8115 ____________________________________________________________________________
8116 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
8117         Log: Subject: [PATCH] DB_File 1.800        
8118              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
8119              Date: Sat, 24 Nov 2001 11:41:41 -0000
8120              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
8121      Branch: perl
8122            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8123            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
8124            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
8125            ! ext/DB_File/t/db-recno.t
8126 ____________________________________________________________________________
8127 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
8128         Log: Tweak the PUSHED documentation.
8129      Branch: perl
8130            ! ext/PerlIO/Via/Via.pm
8131 ____________________________________________________________________________
8132 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
8133         Log: Update 1_compile for new known tests.
8134      Branch: perl
8135            ! t/lib/1_compile.t
8136 ____________________________________________________________________________
8137 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
8138         Log: Move the MBF/MBI test modules to t/lib.
8139      Branch: perl
8140            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
8141            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
8142            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
8143            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
8144            ! lib/Math/BigInt/t/sub_mbi.t
8145 ____________________________________________________________________________
8146 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
8147         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
8148              From: "Craig A. Berry" <craigberry@mac.com> 
8149              Date: Fri, 23 Nov 2001 18:05:35 -0600
8150              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
8151      Branch: perl
8152            ! configure.com
8153 ____________________________________________________________________________
8154 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
8155         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
8156              From: PPrymmer@factset.com 
8157              Date: Fri, 23 Nov 2001 17:03:07 -0500
8158              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
8159      Branch: perl
8160            ! ext/Unicode/Normalize/mkheader
8161 ____________________________________________________________________________
8162 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
8163         Log: Here are the right helper files.
8164      Branch: perl
8165            + t/lib/Filter/Simple/ExportTest.pm
8166            + t/lib/Filter/Simple/FilterOnlyTest.pm
8167            + t/lib/Filter/Simple/FilterTest.pm
8168            + t/lib/Filter/Simple/ImportTest.pm
8169            ! MANIFEST
8170 ____________________________________________________________________________
8171 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
8172         Log: Update Changes.
8173      Branch: perl
8174            ! Changes patchlevel.h
8175 ____________________________________________________________________________
8176 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
8177         Log: Never mind.
8178      Branch: perl
8179            - lib/Filter/Simple/lib/ExportTest.pm
8180            - lib/Filter/Simple/lib/ImportTest.pm
8181 ____________________________________________________________________________
8182 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
8183         Log: Mis-add.
8184      Branch: perl
8185            + lib/Filter/Simple/lib/ExportTest.pm
8186            + lib/Filter/Simple/lib/ImportTest.pm
8187 ____________________________________________________________________________
8188 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
8189         Log: Upgrade to Filter::Simple 0.77.
8190      Branch: perl
8191            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
8192            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
8193            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
8194            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
8195            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
8196 ____________________________________________________________________________
8197 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
8198         Log: Missing p4 add.
8199      Branch: perl
8200            + lib/ExtUtils/MM_VMS.t
8201 ____________________________________________________________________________
8202 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
8203         Log: Pass 5 at perldelta - module and utility updates cleanup.
8204      Branch: perl
8205            ! pod/perldelta.pod
8206 ____________________________________________________________________________
8207 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
8208         Log: metaconfig unit change for #13219.
8209      Branch: metaconfig/U/perl
8210            ! d_procselfexe.U
8211 ____________________________________________________________________________
8212 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
8213         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
8214      Branch: perl
8215            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8216            ! pod/buildtoc.PL pod/perltoc.pod
8217 ____________________________________________________________________________
8218 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
8219         Log: Add procselfexe and d_dirfd to strange lands.
8220      Branch: perl
8221            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
8222            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
8223            ! vos/config.ga.def vos/config.ga.h win32/config.bc
8224            ! win32/config.gc win32/config.vc win32/config.win64
8225            ! wince/config.ce
8226 ____________________________________________________________________________
8227 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
8228         Log: metaconfig unit change for #13216.
8229      Branch: metaconfig/U/perl
8230            ! d_procselfexe.U
8231 ____________________________________________________________________________
8232 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
8233         Log: Better to "quote" the pathname.
8234      Branch: perl
8235            ! Configure config_h.SH
8236 ____________________________________________________________________________
8237 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
8238         Log: Use PROCSELFEXE_PATH.
8239      Branch: perl
8240            ! perl.c
8241 ____________________________________________________________________________
8242 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
8243         Log: metaconfig unit change for #13213.
8244      Branch: metaconfig/U/perl
8245            ! d_procselfexe.U
8246 ____________________________________________________________________________
8247 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
8248         Log: Add probing for BSD-like /proc/curpoc/file.
8249      Branch: perl
8250            ! Configure config_h.SH
8251 ____________________________________________________________________________
8252 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
8253         Log: metaconfig unit change for 13211.
8254      Branch: metaconfig/U/perl
8255            + d_dirfd.U
8256 ____________________________________________________________________________
8257 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
8258         Log: Add probing for dirfd() so that it can be added it IO::Dir.
8259      Branch: perl
8260            ! Configure config_h.SH perl.h
8261 ____________________________________________________________________________
8262 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
8263         Log: ...and update the test count.
8264      Branch: perl
8265            ! lib/Pod/t/basic.t
8266 ____________________________________________________________________________
8267 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
8268         Log: Must remove the cap test also from the test script.
8269      Branch: perl
8270            ! lib/Pod/t/basic.t
8271 ____________________________________________________________________________
8272 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
8273         Log: Subject: [PATCH] Tests are good
8274              From: Nicholas Clark <nick@ccl4.org>
8275              Date: Fri, 23 Nov 2001 18:12:21 +0000
8276              Message-ID: <20011123181220.F37621@plum.flirble.org>
8277      Branch: perl
8278            ! pod/perlhack.pod
8279 ____________________________________________________________________________
8280 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
8281         Log: The basic.cap from podlators 1.14 is not very portable.
8282      Branch: perl
8283            - lib/Pod/t/basic.cap
8284            ! MANIFEST
8285 ____________________________________________________________________________
8286 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
8287         Log: Subject: Re: [DOC PATCHES] pod cleanups
8288              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
8289              Date: 22 Nov 2001 12:54:16 -0000
8290              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
8291      Branch: perl
8292            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
8293            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
8294 ____________________________________________________________________________
8295 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
8296         Log: FAQ sync.
8297      Branch: perl
8298            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
8299 ____________________________________________________________________________
8300 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
8301         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
8302              From: PPrymmer@factset.com
8303              Date: Fri, 23 Nov 2001 11:43:45 -0500
8304              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
8305      Branch: perl
8306            ! MANIFEST lib/ExtUtils/MM_VMS.pm
8307 ____________________________________________________________________________
8308 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
8309         Log: Corify podlators 1.14 test.
8310      Branch: perl
8311            ! lib/Pod/t/basic.t
8312 ____________________________________________________________________________
8313 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
8314         Log: Output tweak needed because of podlators 1.14.
8315      Branch: perl
8316            ! t/pod/multiline_items.xr
8317 ____________________________________________________________________________
8318 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
8319         Log: Upgrade to podlators 1.14.
8320      Branch: perl
8321            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
8322            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
8323            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
8324            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
8325            ! lib/Pod/Text/Overstrike.pm
8326 ____________________________________________________________________________
8327 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
8328         Log: perlmodinstall tweaks from Philip Newton.
8329      Branch: perl
8330            ! pod/perlmodinstall.pod
8331 ____________________________________________________________________________
8332 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
8333         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
8334              From: Autrijus Tang <autrijus@autrijus.org>           
8335              Date: Fri, 23 Nov 2001 23:55:53 +0800
8336              Message-ID: <20011123235553.A2310@not.autrijus.org>
8337      Branch: perl
8338            ! Porting/genlog
8339 ____________________________________________________________________________
8340 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
8341         Log: Subject: Re: regex oddness with \Z and $&
8342              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
8343              Date: Fri, 23 Nov 2001 15:15:24 +0000
8344              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
8345      Branch: perl
8346            ! regcomp.c t/op/re_tests
8347 ____________________________________________________________________________
8348 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
8349         Log: regen_headers.
8350      Branch: perl
8351            ! embed.h global.sym pod/perlapi.pod proto.h
8352 ____________________________________________________________________________
8353 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
8354         Log: Forgotten check-in.
8355      Branch: perl
8356            ! pod/perlapi.pod
8357 ____________________________________________________________________________
8358 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
8359         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
8360      Branch: perl
8361            ! lib/Test/Simple.pm
8362 ____________________________________________________________________________
8363 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
8364         Log: Retract #13173 (effectively retract Net::Ping 2.06,
8365              go back to 2.04, the 2.06 hasn't seen the patches
8366              that have gone to the blead version.)
8367      Branch: perl
8368            - lib/Net/Ping/CHANGES lib/Net/Ping/README
8369            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
8370            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
8371            - lib/Net/Ping/t/200_ping_tcp.t
8372            ! MANIFEST lib/Net/Ping.pm
8373 ____________________________________________________________________________
8374 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
8375         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
8376              From: Robin Barker <rmb1@cise.npl.co.uk>
8377              Date: Thu, 22 Nov 2001 11:00:38 GMT
8378              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
8379      Branch: perl
8380            ! utils/perldoc.PL
8381 ____________________________________________________________________________
8382 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
8383         Log: metaconfig unit change for #13191.
8384      Branch: metaconfig/U/perl
8385            ! d_procselfexe.U
8386 ____________________________________________________________________________
8387 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
8388         Log: procselfexe tweak: for some reason I had a ls in
8389              /proc/self/exe, not the ls Configure thought it
8390              would found.
8391      Branch: perl
8392            ! Configure
8393 ____________________________________________________________________________
8394 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
8395         Log: Corify the Net::Ping tests; skip the tests
8396              unless $ENV{PERL_TEST_Net_Ping} is true.
8397      Branch: perl
8398            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
8399            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
8400            ! lib/Net/Ping/t/200_ping_tcp.t
8401 ____________________________________________________________________________
8402 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
8403         Log: metaconfig units changes for #13188.
8404      Branch: metaconfig
8405            ! U/modified/Head.U
8406      Branch: metaconfig/U/perl
8407            ! issymlink.U
8408 ____________________________________________________________________________
8409 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
8410         Log: The #13182 didn't really help.  The real problem
8411              seems to be that 'sh' can in AIX mean at least three
8412              different things, and we can't know which one it is
8413              unless we export $newsh from an earlier run (and it's
8414              the 'bsh' aka 'sh' that has the the broken test -h).
8415      Branch: perl
8416            ! Configure
8417 ____________________________________________________________________________
8418 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
8419         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
8420      Branch: perl
8421            ! op.c t/op/override.t
8422 ____________________________________________________________________________
8423 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
8424         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
8425              From: PPrymmer@factset.com 
8426              Date: Wed, 21 Nov 2001 20:17:25 -0500
8427              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
8428      Branch: perl
8429            ! lib/Shell.t
8430 ____________________________________________________________________________
8431 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
8432         Log: Reapply perlmodinstall parts of #12897.
8433      Branch: perl
8434            ! pod/perlmodinstall.pod
8435 ____________________________________________________________________________
8436 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
8437         Log: perlmodinstall 2.01 from Jon Orwant.
8438      Branch: perl
8439            ! pod/perlmodinstall.pod
8440 ____________________________________________________________________________
8441 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
8442         Log: Subject: [PATCH @10907] REXX on OS/2
8443              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8444              Date: Wed, 21 Nov 2001 15:26:11 -0500
8445              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
8446      Branch: perl
8447            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
8448            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
8449 ____________________________________________________________________________
8450 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
8451         Log: metaconfig unit change for #13181.
8452      Branch: metaconfig/U/perl
8453            ! issymlink.U
8454 ____________________________________________________________________________
8455 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
8456         Log: AIX has broken builtin 'test'.
8457      Branch: perl
8458            ! Configure
8459 ____________________________________________________________________________
8460 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
8461         Log: Subject: [PATCH 5.7.x] INSTALL size update
8462              From: Andy Dougherty <doughera@lafayette.edu>
8463              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
8464              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
8465      Branch: perl
8466            ! INSTALL
8467 ____________________________________________________________________________
8468 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
8469         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
8470              to pp_sort.c.  Includes the quicksort stabilizing layer
8471              from John P. Linderman.  -Msort=qsort or -Msort=fast is
8472              faster than without (or with -Msort=mergesort or -Msort=safe)
8473              for short random inputs, but for some reason not quite as fast
8474              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
8475              optimizing definitely needed.
8476      Branch: perl
8477            + lib/sort.pm lib/sort.t pp_sort.c
8478            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
8479            ! embed.pl global.sym perl.h pp_ctl.c proto.h
8480            ! vms/descrip_mms.template vos/build.cm win32/Makefile
8481            ! win32/makefile.mk wince/Makefile.ce
8482 ____________________________________________________________________________
8483 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
8484         Log: Sync file with libnet-1.0901-tobe
8485      Branch: perl
8486            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
8487            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
8488            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
8489            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
8490            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
8491 ____________________________________________________________________________
8492 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
8493         Log: Subject: [PATCH perldoc] problems with pod2man
8494              From: Robin Barker <rmb1@cise.npl.co.uk>
8495              Date: Wed, 21 Nov 2001 17:48:51 GMT
8496              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
8497      Branch: perl
8498            ! utils/perldoc.PL
8499 ____________________________________________________________________________
8500 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
8501         Log: debug_pad only visible when debugging.
8502      Branch: perl
8503            ! makedef.pl
8504 ____________________________________________________________________________
8505 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
8506         Log: metaconfig units changes for #13174.
8507      Branch: metaconfig/U/perl
8508            + d_procselfexe.U
8509            - procselfexe.U
8510 ____________________________________________________________________________
8511 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
8512         Log: procselfexe tweaks.
8513      Branch: perl
8514            ! Configure config_h.SH
8515 ____________________________________________________________________________
8516 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
8517         Log: Upgrade to Net::Ping 2.06.
8518      Branch: perl
8519            + lib/Net/Ping/CHANGES lib/Net/Ping/README
8520            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
8521            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
8522            + lib/Net/Ping/t/200_ping_tcp.t
8523            ! MANIFEST lib/Net/Ping.pm
8524 ____________________________________________________________________________
8525 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
8526         Log: Upgrade to Math::BigInt 1.47.
8527      Branch: perl
8528            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8529            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
8530            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
8531            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
8532            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
8533            ! lib/Math/BigInt/t/sub_mbi.t
8534 ____________________________________________________________________________
8535 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
8536         Log: Dynaloading for POSIX-BC from Thomas Dorner.
8537      Branch: perl
8538            ! hints/posix-bc.sh
8539 ____________________________________________________________________________
8540 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
8541         Log: Strange: the same mysterious regex study bug
8542              seems to be present both in OS/390 and POSIX-BC.
8543              Deep EBCDIC magic that regex engine gets wrong,
8544              or a bug in some compiler/library shared by the
8545              two platforms?  From Thomas Dorner.
8546      Branch: perl
8547            ! t/op/study.t
8548 ____________________________________________________________________________
8549 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
8550         Log: More lost and found.
8551      Branch: perl
8552            + lib/Test/Simple/README
8553            ! MANIFEST
8554 ____________________________________________________________________________
8555 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
8556         Log: MANIFESTly missing.
8557      Branch: perl
8558            ! MANIFEST
8559 ____________________________________________________________________________
8560 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
8561         Log: Subject: Re: PERFORCE change 13162 for review               
8562              From: Philip Newton <Philip.Newton@gmx.net> 
8563              Date: Wed, 21 Nov 2001 16:44:30 +0100
8564              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
8565      Branch: perl
8566            ! ext/Devel/PPPort/PPPort.pm
8567 ____________________________________________________________________________
8568 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
8569         Log: Update Changes.
8570      Branch: perl
8571            ! Changes patchlevel.h
8572 ____________________________________________________________________________
8573 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
8574         Log: Small doc tweaks.
8575      Branch: perl
8576            ! ext/PerlIO/Via/Via.pm
8577 ____________________________________________________________________________
8578 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
8579         Log: Redundant return.
8580      Branch: perl
8581            ! ext/MIME/Base64/QuotedPrint.pm
8582 ____________________________________________________________________________
8583 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
8584         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
8585              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
8586              Date: Wed, 21 Nov 2001 10:23:16 +0100
8587              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
8588      Branch: perl
8589            ! pp_pack.c t/op/pack.t
8590 ____________________________________________________________________________
8591 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
8592         Log: Add Devel::PPPort originally from Kenneth Albanowski,
8593              revigorated by Paul Marquess: gives h2xs a Perl version
8594              portability boost.
8595      Branch: perl
8596            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
8597            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
8598            + ext/Devel/PPPort/harness/Harness.pm
8599            + ext/Devel/PPPort/harness/Harness.xs
8600            + ext/Devel/PPPort/harness/Makefile.PL
8601            + ext/Devel/PPPort/harness/module2.c
8602            + ext/Devel/PPPort/harness/module3.c
8603            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
8604            ! MANIFEST lib/h2xs.t utils/h2xs.PL
8605 ____________________________________________________________________________
8606 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
8607         Log: Oops.
8608      Branch: perl
8609            ! lib/Test/Simple/t/filehandles.t
8610 ____________________________________________________________________________
8611 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
8612         Log: Subject: Re: PERFORCE change 13152 for review               
8613              From: Philip Newton <Philip.Newton@gmx.net> 
8614              Date: Wed, 21 Nov 2001 09:04:05 +0100
8615              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
8616      Branch: perl
8617            ! lib/Test/Builder.pm
8618 ____________________________________________________________________________
8619 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
8620         Log: Subject: Re: PERFORCE change 13142 for review
8621              From: Philip Newton <Philip.Newton@gmx.net>
8622              Date: Wed, 21 Nov 2001 09:04:03 +0100
8623              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
8624              
8625              plus rewrap few paragraphs.
8626      Branch: perl
8627            ! lib/Pod/LaTeX.pm
8628 ____________________________________________________________________________
8629 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
8630         Log: Integrate #13154 from macperl; Remove comments.
8631      Branch: perl
8632           !> lib/File/Spec/Mac.pm
8633 ____________________________________________________________________________
8634 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
8635         Log: Update the list of modules having tests.
8636      Branch: perl
8637            ! t/lib/1_compile.t
8638 ____________________________________________________________________________
8639 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
8640         Log: Slight doc changes.
8641      Branch: maint-5.6/macperl
8642            ! macos/macperl/MacPerl.podhelp
8643 ____________________________________________________________________________
8644 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
8645         Log: Add UTF-16 coercion.
8646      Branch: maint-5.6/macperl
8647            ! macos/lib/Mac/AppleEvents/Simple.pm
8648 ____________________________________________________________________________
8649 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
8650         Log: Remove comments.
8651      Branch: maint-5.6/macperl
8652            ! lib/File/Spec/Mac.pm
8653 ____________________________________________________________________________
8654 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
8655         Log: Fix FSpGetCatInfo (and other functions) corrupting
8656              memory with bad filespecs (bug #471867)
8657      Branch: maint-5.6/macperl
8658            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
8659 ____________________________________________________________________________
8660 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
8661         Log: Upgrade to Test::Simple 0.33.
8662      Branch: perl
8663            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
8664            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
8665            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
8666 ____________________________________________________________________________
8667 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
8668         Log: Upgrade to Test::Harness 1.26.
8669      Branch: perl
8670            ! lib/Test/Harness.pm lib/Test/Harness/Changes
8671 ____________________________________________________________________________
8672 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
8673         Log: Integrate change #13145 from maintperl;
8674              another compatibility tweak to change#12559: avoid quoting
8675              arguments that already have quotes; add test case
8676      Branch: perl
8677           !> t/op/system_tests win32/win32.c
8678 ____________________________________________________________________________
8679 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
8680         Log: integrate change#13147 from mainline (fixes nit in change#10091)
8681              
8682              Subject: [PATCH] spaceship and refs
8683      Branch: maint-5.6/perl
8684            ! pp.c pp_hot.c t/op/cmp.t
8685 ____________________________________________________________________________
8686 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
8687         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
8688              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
8689              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
8690              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
8691      Branch: perl
8692            + lib/Pod/t/utils.t
8693            ! MANIFEST
8694 ____________________________________________________________________________
8695 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
8696         Log: Subject: [PATCH] spaceship and refs
8697              From: Nicholas Clark <nick@ccl4.org>
8698              Date: Tue, 20 Nov 2001 21:59:51 +0000
8699              Message-ID: <20011120215951.U62891@plum.flirble.org> 
8700      Branch: perl
8701            ! pp.c pp_hot.c t/op/cmp.t
8702 ____________________________________________________________________________
8703 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
8704         Log: Try to clarify which I/O call operates on bytes,
8705              which on characters, which on either.
8706      Branch: perl
8707            ! pod/perlfunc.pod
8708 ____________________________________________________________________________
8709 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
8710         Log: another compatibility tweak to change#12559: avoid quoting
8711              arguments that already have quotes; add test case
8712      Branch: maint-5.6/perl
8713            ! t/op/system_tests win32/win32.c
8714 ____________________________________________________________________________
8715 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
8716         Log: Give a simple example of writing PerlIO::Via handlers
8717              in Perl.
8718      Branch: perl
8719            ! ext/PerlIO/Via/Via.pm
8720 ____________________________________________________________________________
8721 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
8722         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
8723      Branch: perl
8724            + lib/Pod/t/latex.t
8725            ! MANIFEST
8726 ____________________________________________________________________________
8727 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
8728         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
8729              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8730              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
8731              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
8732      Branch: perl
8733            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
8734 ____________________________________________________________________________
8735 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
8736         Log: Spread d_procselfexe to far-off lands (undefined).
8737      Branch: perl
8738            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
8739            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
8740            ! vos/config.ga.def vos/config.ga.h win32/config.bc
8741            ! win32/config.gc win32/config.vc win32/config.win64
8742            ! wince/config.ce
8743 ____________________________________________________________________________
8744 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
8745         Log: Integrate perlio; add detection and use of /proc/self/exe
8746              (Linuxism for finding the absolute path of the executable)
8747      Branch: perl
8748           !> Configure config_h.SH perl.c t/op/magic.t
8749 ____________________________________________________________________________
8750 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
8751         Log: Really define do_report_used() only if DEBUGGING.
8752      Branch: perl
8753            ! sv.c
8754 ____________________________________________________________________________
8755 [ 13138] By: nick                                  on 2001/11/20  20:01:05
8756         Log: perl.c change to use HAS_PROCSELFEXE, also
8757              tweak to $^X test to comprehend full path to real executable
8758              being returned (like Cygwin as it happens...)
8759      Branch: perlio
8760            ! perl.c t/op/magic.t
8761 ____________________________________________________________________________
8762 [ 13137] By: nick                                  on 2001/11/20  19:46:00
8763         Log: Integrate mainline
8764      Branch: perlio
8765           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
8766           +> lib/NEXT/t/unseen.t
8767            - lib/NEXT/test.pl
8768           !> (integrate 34 files)
8769 ____________________________________________________________________________
8770 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
8771         Log: Subject: [?PATCH] terser pp_eq
8772              From: Nicholas Clark <nick@ccl4.org>
8773              Date: Mon, 19 Nov 2001 23:09:02 +0000
8774              Message-ID: <20011119230901.O62891@plum.flirble.org>
8775      Branch: perl
8776            ! pp_hot.c
8777 ____________________________________________________________________________
8778 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
8779         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
8780      Branch: perl
8781            ! pod/perldelta.pod
8782 ____________________________________________________________________________
8783 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
8784         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
8785              From: Andy Dougherty <doughera@lafayette.edu>
8786              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
8787              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
8788      Branch: perl
8789            ! ext/re/Makefile.PL ext/re/re.xs
8790 ____________________________________________________________________________
8791 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
8792         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
8793              From: Andy Dougherty <doughera@lafayette.edu>
8794              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
8795              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
8796      Branch: perl
8797            ! ext/re/re.xs
8798 ____________________________________________________________________________
8799 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
8800         Log: Integrate change #13119 from macperl.
8801              (No changes since already applied the patch,
8802              just keep perforce happy and well-fed.)
8803      Branch: perl
8804           !> lib/Pod/Html.pm
8805 ____________________________________________________________________________
8806 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
8807         Log: Subject: [PATCH] filter-util.pl for Mac OS
8808              From: Chris Nandor <pudge@pobox.com>
8809              Date: Tue, 20 Nov 2001 00:16:11 -0500
8810              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
8811      Branch: perl
8812            ! t/lib/filter-util.pl
8813 ____________________________________________________________________________
8814 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
8815         Log: Subject: [PATCH] Portability fix for Pod::Html
8816              From: Chris Nandor <pudge@pobox.com>
8817              Date: Tue, 20 Nov 2001 00:01:05 -0500
8818              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
8819      Branch: perl
8820            ! lib/Pod/Html.pm
8821 ____________________________________________________________________________
8822 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
8823         Log: Need to skip more tests if not perlio.
8824      Branch: perl
8825            ! lib/open.t
8826 ____________________________________________________________________________
8827 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
8828         Log: Pass 3 at perldelta - sort the lists of new modules,
8829              module improvements, and new platforms.
8830      Branch: perl
8831            ! pod/perldelta.pod
8832 ____________________________________________________________________________
8833 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
8834         Log: Document ${^OPEN}.
8835      Branch: perl
8836            ! pod/perlvar.pod
8837 ____________________________________________________________________________
8838 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
8839         Log: Make configpm work with extra keys
8840      Branch: maint-5.6/macperl
8841            ! macos/configpm
8842 ____________________________________________________________________________
8843 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
8844         Log: Version and doc updates
8845      Branch: maint-5.6/macperl
8846            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
8847 ____________________________________________________________________________
8848 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
8849         Log: More fixes for error message parsing (bug #470316)
8850      Branch: maint-5.6/macperl
8851            ! macos/macish.c
8852 ____________________________________________________________________________
8853 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
8854         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
8855              remove obsolete function (bug #465225)
8856      Branch: maint-5.6/macperl
8857            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
8858            ! macos/macperl/MPScript.c
8859 ____________________________________________________________________________
8860 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
8861         Log: Add p2as droplet to distribution.
8862      Branch: maint-5.6/macperl
8863            + macos/macperl/Droplets/p2as.plx
8864 ____________________________________________________________________________
8865 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
8866         Log: Bundle File::Sort.
8867      Branch: maint-5.6/macperl
8868            + macos/bundled_lib/blib/lib/File/Sort.pm
8869 ____________________________________________________________________________
8870 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
8871         Log: Various bundled module fixes.
8872      Branch: maint-5.6/macperl
8873            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
8874            ! macos/bundled_ext/Digest/MD5/t/files.t
8875            ! macos/bundled_ext/Filter/t/filter-util.pl
8876            ! macos/bundled_lib/blib/lib/Net/Config.pm
8877            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
8878 ____________________________________________________________________________
8879 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
8880         Log: Portability fix for Pod::Html.
8881      Branch: maint-5.6/macperl
8882            ! lib/Pod/Html.pm
8883 ____________________________________________________________________________
8884 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
8885         Log: Upgrade to Text::Balanced 1.89.
8886      Branch: perl
8887            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
8888            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
8889            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
8890            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
8891            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
8892            ! lib/Text/Balanced/t/gentag.t
8893 ____________________________________________________________________________
8894 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
8895         Log: Upgrade to NEXT 0.50.
8896      Branch: perl
8897            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
8898            + lib/NEXT/t/unseen.t
8899            - lib/NEXT/test.pl
8900            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
8901 ____________________________________________________________________________
8902 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
8903         Log: Integrate with maint-5.6/perl.
8904      Branch: maint-5.6/macperl
8905           !> win32/win32.c
8906 ____________________________________________________________________________
8907 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
8908         Log: Update the README.threads scary header a bit.
8909      Branch: perl
8910            ! README.threads
8911 ____________________________________________________________________________
8912 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
8913         Log: Pass 2 at perldelta: add some changes since 5.7.2.
8914      Branch: perl
8915            ! pod/perldelta.pod
8916 ____________________________________________________________________________
8917 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
8918         Log: Subject: [DOC PATCH] perlfaq4.pod 
8919              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8920              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
8921              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
8922      Branch: perl
8923            ! pod/perlfaq4.pod
8924 ____________________________________________________________________________
8925 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
8926         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
8927              From: Michael G Schwern <schwern@pobox.com> 
8928              Date: Mon, 19 Nov 2001 19:53:12 -0500
8929              Message-ID: <20011119195311.I11883@blackrider>
8930      Branch: perl
8931            ! perl.c
8932 ____________________________________________________________________________
8933 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
8934         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
8935              From: PPrymmer@factset.com
8936              Date: Mon, 19 Nov 2001 17:08:59 -0500
8937              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
8938      Branch: perl
8939            ! vms/descrip_mms.template
8940 ____________________________________________________________________________
8941 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
8942         Log: Create a per-interpeter debug scratchpad container
8943              and use that for the regexec debugging.
8944      Branch: perl
8945            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
8946 ____________________________________________________________________________
8947 [ 13109] By: nick                                  on 2001/11/19  22:01:45
8948         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
8949              Configure unit detects the feature).
8950      Branch: metaconfig/U/perl
8951            + procselfexe.U
8952      Branch: perlio
8953            ! Configure config_h.SH
8954 ____________________________________________________________________________
8955 [ 13108] By: nick                                  on 2001/11/19  20:39:17
8956         Log: Integrate mainline
8957      Branch: perlio
8958           +> t/op/or.t
8959           !> (integrate 44 files)
8960 ____________________________________________________________________________
8961 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
8962         Log: sysseek tweak.
8963      Branch: perl
8964            ! pod/perlfunc.pod
8965 ____________________________________________________________________________
8966 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
8967         Log: Move the sysio tests from io/utf8 to lib/open.
8968      Branch: perl
8969            ! lib/open.t t/io/utf8.t
8970 ____________________________________________________________________________
8971 [ 13105] By: nick                                  on 2001/11/19  20:15:39
8972         Log: Add a .package and a README to //depot/metaconfig
8973      Branch: metaconfig
8974            + .package README
8975 ____________________________________________________________________________
8976 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
8977         Log: Thou shalt not mix stdio and sysio.
8978      Branch: perl
8979            ! t/io/utf8.t
8980 ____________________________________________________________________________
8981 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
8982         Log: Update Changes.
8983      Branch: perl
8984            ! Changes patchlevel.h
8985 ____________________________________________________________________________
8986 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
8987         Log: The runops_debug needs to be present always, otherwise
8988              places like AIX which need an explicit symbol export list
8989              will croak when trying to build Devel::Peek (which uses
8990              the runops_debug).
8991      Branch: perl
8992            ! makedef.pl
8993 ____________________________________________________________________________
8994 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
8995         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
8996              From: PPrymmer@factset.com 
8997              Date: Mon, 19 Nov 2001 11:34:22 -0500
8998              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
8999      Branch: perl
9000            ! lib/Memoize/t/tie_sdbm.t
9001 ____________________________________________________________________________
9002 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
9003         Log: Retract #13088: it seems that unless dump.c is extensively
9004              reorganized as to what symbols it shows, when, and to whom,
9005              we are stuck with having the dump.o symbols in the libperl
9006              and thusly in the main Perl binary.
9007      Branch: perl
9008            ! embedvar.h perlapi.h perlvars.h
9009 ____________________________________________________________________________
9010 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
9011         Log: The _uni_display should not be in dump.c since they
9012              are used under normal operation (S_not_a_number()).
9013      Branch: perl
9014            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
9015 ____________________________________________________________________________
9016 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
9017         Log: Protect sv_dump() from being included unless DEBUGGING,
9018              as noticed by Ilya.
9019      Branch: perl
9020            ! sv.c
9021 ____________________________________________________________________________
9022 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
9023         Log: Pending further investigation skip the tell() tests.
9024              The tell() is okay on Solaris, HP-UX and Tru64, but fails
9025              (by returning too much) in Linux.
9026      Branch: perl
9027            ! t/io/utf8.t
9028 ____________________________________________________________________________
9029 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
9030         Log: Retract #13082 until a better solution is found:
9031              statics break ithreads.
9032      Branch: perl
9033            ! regexec.c
9034 ____________________________________________________________________________
9035 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
9036         Log: Figures 1 and 2 for UTF-8.
9037      Branch: perl
9038            ! pod/perlunicode.pod
9039 ____________________________________________________________________________
9040 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
9041         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
9042              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9043              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
9044              Message-ID: <20011119132645.A15034@rafael>
9045      Branch: perl
9046            ! op.c pod/perldiag.pod t/lib/warnings/op
9047 ____________________________________________________________________________
9048 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
9049         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
9050              From: Michael G Schwern <schwern@pobox.com> 
9051              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
9052              Message-ID: <20011119031112.E786@blackrider>
9053      Branch: perl
9054            ! t/op/closure.t
9055 ____________________________________________________________________________
9056 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
9057         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
9058              From: Michael G Schwern <schwern@pobox.com>
9059              Date: Mon, 19 Nov 2001 03:42:56 -0500
9060              Message-ID: <20011119034256.I786@blackrider>
9061      Branch: perl
9062            + t/op/or.t
9063            ! MANIFEST
9064 ____________________________________________________________________________
9065 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
9066         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
9067              From: "Craig A. Berry" <craigberry@mac.com>
9068              Date: Sun, 18 Nov 2001 14:33:48 -0600
9069              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
9070      Branch: perl
9071            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
9072 ____________________________________________________________________________
9073 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
9074         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
9075              From: Dave Rolsky <autarch@urth.org>
9076              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
9077              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
9078      Branch: perl
9079            ! lib/ExtUtils/Manifest.pm
9080 ____________________________________________________________________________
9081 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
9082         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
9083              From: Dave Rolsky <autarch@urth.org>
9084              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
9085              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
9086      Branch: perl
9087            ! lib/ExtUtils/Install.pm
9088 ____________________________________________________________________________
9089 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
9090         Log: The runops_dbg should not be needed.
9091      Branch: perl
9092            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
9093 ____________________________________________________________________________
9094 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
9095         Log: do_spawn() cleanup from Charles Lane.
9096      Branch: perl
9097            ! vms/vms.c
9098 ____________________________________________________________________________
9099 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
9100         Log: Update the list of tests.
9101      Branch: perl
9102            ! t/lib/1_compile.t
9103 ____________________________________________________________________________
9104 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
9105         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
9106              From: Michael G Schwern <schwern@pobox.com> 
9107              Date: Fri, 16 Nov 2001 17:37:04 -0500
9108              Message-ID: <20011116173703.L30160@blackrider>
9109      Branch: perl
9110            ! t/lib/warnings/sv
9111 ____________________________________________________________________________
9112 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
9113         Log: FAQ sync.
9114      Branch: perl
9115            ! pod/perlfaq4.pod
9116 ____________________________________________________________________________
9117 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
9118         Log: Integrate perlio; win32 sync.
9119      Branch: perl
9120           !> perlio.c win32/win32io.c
9121 ____________________________________________________________________________
9122 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
9123         Log: (retracted by #13096)
9124              Debugging would be badly skewed by a malloc per regex dump.
9125      Branch: perl
9126            ! regexec.c
9127 ____________________________________________________________________________
9128 [ 13081] By: nick                                  on 2001/11/18  19:08:40
9129         Log: Win32 layer has a dup which needs to match new prototype.
9130      Branch: perlio
9131            ! win32/win32io.c
9132 ____________________________________________________________________________
9133 [ 13080] By: nick                                  on 2001/11/18  19:05:02
9134         Log: Wrong way to get stdio mode used.
9135      Branch: perlio
9136            ! perlio.c
9137 ____________________________________________________________________________
9138 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
9139         Log: Retract #13048: that introduced a malloc() (through savepvn())
9140              to *every* m//, which killed the performance quite badly.
9141      Branch: perl
9142            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
9143 ____________________________________________________________________________
9144 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
9145         Log: Pass 1 at perldelta.pod: sort the section contents
9146              together, drop all but the 5.7.2 known problems,
9147              leave the 5.7.1 security note since that's the
9148              fullest explanation (update the date on that).
9149      Branch: perl
9150            ! pod/perldelta.pod
9151 ____________________________________________________________________________
9152 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
9153         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
9154              
9155              Tiny problem in the test for 20011113.110: I hope
9156              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
9157      Branch: perl
9158            ! pp.c t/op/repeat.t
9159 ____________________________________________________________________________
9160 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
9161         Log: All of syswrite/send/sendto need to return character counts,
9162              and character counts from the offset, not the beginning of
9163              the scalar.
9164      Branch: perl
9165            ! pp_sys.c
9166 ____________________________________________________________________________
9167 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
9168         Log: Integrate PerlIO: duping fixes.
9169      Branch: perl
9170           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
9171           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
9172           !> perliol.h sv.c
9173 ____________________________________________________________________________
9174 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
9175         Log: syswrite() was still returning byte counts, not character counts.
9176      Branch: perl
9177            ! pp_sys.c t/io/utf8.t
9178 ____________________________________________________________________________
9179 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
9180         Log: Add test for sysread().
9181      Branch: perl
9182            ! t/io/utf8.t
9183 ____________________________________________________________________________
9184 [ 13072] By: nick                                  on 2001/11/18  16:15:31
9185         Log: Allow dup'ing of PerlIO::Scalar etc.
9186      Branch: perlio
9187            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
9188            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
9189            ! perliol.h sv.c
9190 ____________________________________________________________________________
9191 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
9192         Log: Prepend a null byte to the test set.
9193      Branch: perl
9194            ! t/io/utf8.t
9195 ____________________________________________________________________________
9196 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
9197         Log: Document how "no utf8;" can become handy.
9198      Branch: perl
9199            ! lib/utf8.pm
9200 ____________________________________________________________________________
9201 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
9202         Log: Integrate perlio; force the inclusion of the PL_runops_*
9203      Branch: perl
9204           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
9205 ____________________________________________________________________________
9206 [ 13068] By: nick                                  on 2001/11/18  13:23:33
9207         Log: embed.pl generated changes I forgot to include
9208      Branch: perlio
9209            ! embedvar.h perlapi.h pod/perlapi.pod
9210 ____________________________________________________________________________
9211 [ 13067] By: nick                                  on 2001/11/18  12:50:19
9212         Log: Force inclusion of both Perl_runops_* in perl itself,
9213              so they are available for Peek.xs etc.
9214      Branch: perlio
9215            ! perlvars.h
9216 ____________________________________________________________________________
9217 [ 13066] By: nick                                  on 2001/11/18  11:00:34
9218         Log: Integrate mainline - a few Devel::Peak fails.
9219      Branch: perlio
9220           +> (branch 29 files)
9221            - ext/Thread/Thread.pm lib/Benchmark.t
9222            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
9223            - lib/Lingua/KO/Hangul/Util/README
9224            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
9225            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
9226            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
9227            - vms/ext/vmsish.pm vms/ext/vmsish.t
9228            ! hv.c
9229           !> (integrate 389 files)
9230 ____________________________________________________________________________
9231 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
9232         Log: Start working on perldelta.  This is not yet any sort of
9233              editing; just concatenating perl570delta, perl571delta,
9234              and perl572delta.  Any sorting not done, any duplicate
9235              removal not done, any removal or update of obsolete items
9236              not done, any changes since 5.7.2 not included.  So there.
9237      Branch: perl
9238            ! pod/perldelta.pod
9239 ____________________________________________________________________________
9240 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
9241         Log: Banish "use utf8".
9242      Branch: perl
9243            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
9244 ____________________________________________________________________________
9245 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
9246         Log: Tweak from Charles Lane.
9247      Branch: perl
9248            ! vms/vms.c
9249 ____________________________________________________________________________
9250 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
9251         Log: Integrate change #13058 from maintperl;
9252              change#12559 breaks things on Win9x because command.com doesn't
9253              grok dquotes at all; disable all the system() smarts for
9254              command.com
9255      Branch: perl
9256           !> win32/win32.c
9257 ____________________________________________________________________________
9258 [ 13061] By: ams                                   on 2001/11/17  13:46:11
9259         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
9260              From: Jonathan Stowe <gellyfish@gellyfish.com>
9261              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
9262              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
9263      Branch: perl
9264            ! lib/Term/Cap.pm
9265 ____________________________________________________________________________
9266 [ 13060] By: ams                                   on 2001/11/17  09:49:10
9267         Log: Subject: [PATCH9 File/Find.pm doc nits
9268              From: Tels <perl_dummy@bloodgate.com>
9269              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
9270      Branch: perl
9271            ! lib/File/Find.pm
9272 ____________________________________________________________________________
9273 [ 13059] By: ams                                   on 2001/11/17  09:38:38
9274         Log: Subject: [PATCH] Benchmark.pm nit
9275              From: Tels <perl_dummy@bloodgate.com>
9276              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
9277      Branch: perl
9278            ! lib/Benchmark.pm
9279 ____________________________________________________________________________
9280 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
9281         Log: change#12559 breaks things on Win9x because command.com doesn't
9282              grok dquotes at all; disable all the system() smarts for
9283              command.com
9284      Branch: maint-5.6/perl
9285            ! win32/win32.c
9286 ____________________________________________________________________________
9287 [ 13057] By: ams                                   on 2001/11/16  20:30:03
9288         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
9289              From: Andy Dougherty <doughera@lafayette.edu>
9290              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
9291              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
9292      Branch: perl
9293            ! lib/Unicode/UCD.t
9294 ____________________________________________________________________________
9295 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
9296         Log: Subject: [Patch Perl@13023] VMS system() warning
9297              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9298              Date: Fri, 16 Nov 2001 15:20:11 EST
9299              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
9300      Branch: perl
9301            ! vms/vms.c
9302 ____________________________________________________________________________
9303 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
9304         Log: It's neither-nor, and protect against the impossible.
9305      Branch: perl
9306            ! lib/Thread.pm
9307 ____________________________________________________________________________
9308 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
9309         Log: 5005threads didn't work because $Thread::VERSION wasn't
9310              visible.  Oops.
9311      Branch: perl
9312            ! ext/Thread/Makefile.PL lib/Thread.pm
9313 ____________________________________________________________________________
9314 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
9315         Log: Robustness against Linux using something else than gcc;
9316              based on
9317              
9318              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
9319              From: Charles Randall <cfriv@yahoo.com>
9320              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
9321              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
9322      Branch: perl
9323            ! ext/Errno/Errno_pm.PL
9324 ____________________________________________________________________________
9325 [ 13052] By: ams                                   on 2001/11/16  16:46:39
9326         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
9327              From: Russ Allbery <rra@stanford.edu>
9328              Date: 16 Nov 2001 09:44:21 -0800
9329              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
9330      Branch: perl
9331            ! lib/Pod/ParseLink.pm
9332 ____________________________________________________________________________
9333 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
9334         Log: Update perluniintro on the UTF-8 output matters
9335              (that -w will warn unless the stream is explicitly UTF-8-ified).
9336      Branch: perl
9337            ! pod/perluniintro.pod
9338 ____________________________________________________________________________
9339 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
9340         Log: Adding new files to MANIFEST is nice.
9341      Branch: perl
9342            ! MANIFEST
9343 ____________________________________________________________________________
9344 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
9345         Log: Update Changes.
9346      Branch: perl
9347            ! Changes patchlevel.h
9348 ____________________________________________________________________________
9349 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
9350         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
9351              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
9352              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
9353              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
9354      Branch: perl
9355            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
9356 ____________________________________________________________________________
9357 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
9358         Log: Rename perlunintro to perluniintro; regen toc.
9359      Branch: perl
9360            + pod/perluniintro.pod
9361            - pod/perlunintro.pod
9362            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
9363 ____________________________________________________________________________
9364 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
9365         Log: Document the negated lookeahead trick to emulate
9366              character class subtraction.
9367      Branch: perl
9368            ! pod/perlunicode.pod
9369 ____________________________________________________________________________
9370 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
9371         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
9372              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9373              Date: Fri, 16 Nov 2001 23:31:04 +0900
9374              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
9375              
9376              (with the tweak that Cntrl is not C, it's Cc)
9377      Branch: perl
9378            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
9379            ! lib/unicore/mktables
9380 ____________________________________________________________________________
9381 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
9382         Log: Subject: [PATCH current] runtime runops switch
9383              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9384              Date: Fri, 16 Nov 2001 00:48:09 -0500
9385              Message-ID: <20011116004809.A934@math.ohio-state.edu>
9386      Branch: perl
9387            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
9388            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
9389            ! pod/perlintern.pod proto.h run.c
9390 ____________________________________________________________________________
9391 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
9392         Log: Further discourage old Thread code; tell how to tell
9393              the difference.
9394      Branch: perl
9395            ! lib/Thread.pm
9396 ____________________________________________________________________________
9397 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
9398         Log: A missing return; from Charles Lane.
9399      Branch: perl
9400            ! vms/vms.c
9401 ____________________________________________________________________________
9402 [ 13041] By: ams                                   on 2001/11/16  12:11:14
9403         Log: Subject: [PATCH] Doc spellcheck + podcheck
9404              From: Autrijus Tang <autrijus@egb.elixus.org>
9405              Date: Thu, 15 Nov 2001 22:49:05 -0800
9406              Message-Id: <20011116064905.GA44092@egb.elixus.org>
9407              
9408              Subject: [PATCH] podcheck+spellcheck, the rest of the story
9409              From: Autrijus Tang <autrijus@egb.elixus.org>
9410              Date: Fri, 16 Nov 2001 00:42:20 -0800
9411              Message-Id: <20011116084220.GA44295@egb.elixus.org>
9412              
9413              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
9414              From: Nicholas Clark <nick@ccl4.org>
9415              Date: Fri, 16 Nov 2001 10:32:01 +0000
9416              Message-Id: <20011116103200.F62891@plum.flirble.org>
9417              (Applied after suitable de-mangling.)
9418      Branch: perl
9419            ! README.aix README.dgux README.dos README.epoc README.hpux
9420            ! README.mint README.mpeix README.netware README.os2
9421            ! README.os390 README.plan9 README.qnx README.solaris
9422            ! README.threads doio.c pod/perl571delta.pod
9423            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
9424            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
9425            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
9426            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
9427            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
9428            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
9429 ____________________________________________________________________________
9430 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
9431         Log: Avoid redefinedness warning for now.
9432      Branch: perl
9433            ! lib/Thread.pm
9434 ____________________________________________________________________________
9435 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
9436         Log: use strict.
9437      Branch: perl
9438            ! lib/Thread.pm
9439 ____________________________________________________________________________
9440 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
9441         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
9442              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
9443              Date: Thu, 15 Nov 2001 22:54:47 EST 
9444              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
9445      Branch: perl
9446            ! vms/vms.c vms/vmspipe.com
9447 ____________________________________________________________________________
9448 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
9449         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
9450              From: "chromatic" <chromatic@rmci.net>
9451              Date: Thu, 15 Nov 2001 19:54:23 -0700
9452              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
9453      Branch: perl
9454            ! lib/File/stat.t
9455 ____________________________________________________________________________
9456 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
9457         Log: Make Thread a wrapper for both ithreads and 5005threads.
9458              Needs a lot of work and Arthur's eyeballing (and finishing
9459              few missing odds and ends of threads.pm).  Now Thread
9460              is an extension without its own .pm.
9461              
9462              If there are people who have experience working with
9463              either the 5005threads or the ithreads: cleaning up
9464              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
9465              and porting the various Thread::* modules, like Thread::Queue,
9466              to work also with ithreads, is needed.
9467              
9468              Removed the 5005threads requirement from the 5005 tests
9469              for easier testing (not all of them work yet since
9470              they use the Thread::* modules that have not been made
9471              to work with ithreads).  Leave the 5005 tests named as
9472              *.tx so that they are not run by "make test".
9473      Branch: perl
9474            + lib/Thread.pm
9475            - ext/Thread/Thread.pm
9476            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
9477            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
9478            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
9479            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
9480            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
9481            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
9482            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
9483 ____________________________________________________________________________
9484 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
9485         Log: $VERSION "a5" doesn't quite work.
9486      Branch: perl
9487            ! ext/B/Makefile.PL
9488 ____________________________________________________________________________
9489 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
9490         Log: Add the fruits of Larry Shatzer's version verifying script.
9491              (There are some straddlers, but they will be fixed in the
9492              upcoming releases of the modules.)
9493      Branch: perl
9494            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
9495            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
9496            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
9497            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
9498            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
9499            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
9500            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
9501            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
9502            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
9503            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
9504            ! wince/FindExt.pm
9505 ____________________________________________________________________________
9506 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
9507         Log: Add Larry Shatzer's VERSION verifying script.
9508      Branch: perl
9509            + Porting/checkVERSION.pl
9510            ! MANIFEST Porting/pumpkin.pod
9511 ____________________________________________________________________________
9512 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
9513         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
9514              From: Michael G Schwern <schwern@pobox.com>
9515              Date: Thu, 15 Nov 2001 19:26:40 -0500
9516              Message-ID: <20011115192640.R31399@blackrider>
9517      Branch: perl
9518            ! t/test.pl
9519 ____________________________________________________________________________
9520 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
9521         Log: Document the MY_CXT business; from Paul Marquess.
9522      Branch: perl
9523            ! pod/perlxs.pod
9524 ____________________________________________________________________________
9525 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
9526         Log: VMSCMD synch attempt.
9527      Branch: perl
9528            ! vms/vms.c vms/vmsish.h
9529 ____________________________________________________________________________
9530 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
9531         Log: Advise against -P as instructed by Schwern.
9532      Branch: perl
9533            ! pod/perlrun.pod
9534 ____________________________________________________________________________
9535 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
9536         Log: Subject: [PATCH] v-strings as Objects Step 1
9537              From: John Peacock <jpeacock@rowman.com>
9538              Date: Thu, 15 Nov 2001 12:41:04 -0500
9539              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
9540      Branch: perl
9541            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
9542            ! util.c
9543 ____________________________________________________________________________
9544 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
9545         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
9546              From: Michael G Schwern <schwern@pobox.com>
9547              Date: Thu, 15 Nov 2001 12:47:59 -0500
9548              Message-ID: <20011115124759.E31399@blackrider>
9549      Branch: perl
9550            + t/run/switchx.aux t/run/switchx.t
9551            ! MANIFEST t/run/switches.t
9552 ____________________________________________________________________________
9553 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
9554         Log: Upgrade to Getopt::Long 2.26_03.
9555      Branch: perl
9556            ! lib/Getopt/Long.pm
9557 ____________________________________________________________________________
9558 [ 13025] By: ams                                   on 2001/11/15  20:46:22
9559         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
9560              From: Michael G Schwern <schwern@pobox.com>
9561              Date: Thu, 15 Nov 2001 16:24:11 -0500
9562              Message-Id: <20011115162411.M31399@blackrider>
9563      Branch: perl
9564            ! vms/vms.c
9565 ____________________________________________________________________________
9566 [ 13024] By: ams                                   on 2001/11/15  19:32:06
9567         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
9568              From: rspier@pobox.com (Robert Spier)
9569              Date: Thu, 15 Nov 2001 11:19:21 -0800
9570              Message-Id: <15348.5433.732364.963687@rls.cx>
9571      Branch: perl
9572            ! op.c
9573 ____________________________________________________________________________
9574 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
9575         Log: Update Changes.
9576      Branch: perl
9577            ! Changes patchlevel.h
9578 ____________________________________________________________________________
9579 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
9580         Log: Subject: [PATCH] new tests for command-line switches
9581              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9582              Date: Thu, 15 Nov 2001 17:00:30 +0100
9583              Message-ID: <20011115170030.A14193@rafael>
9584      Branch: perl
9585            + t/run/switches.t
9586            ! MANIFEST
9587 ____________________________________________________________________________
9588 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
9589         Log: Upgrade to podlators 1.13.
9590      Branch: perl
9591            + lib/Pod/ParseLink.pm
9592            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
9593            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
9594            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
9595            ! t/pod/pod2usage.xr t/pod/podselect.xr
9596 ____________________________________________________________________________
9597 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
9598         Log: skip "might be used uninitialized".
9599      Branch: perl
9600            ! pp_sys.c
9601 ____________________________________________________________________________
9602 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
9603         Log: Fix for "perlio bug in koi8-r encoding".  The problem
9604              seemed to be that binmode() always flushed the handle,
9605              which is not so good when switching encodings.  Fixed,
9606              added Matt Sergeant's testcase, documented in perlfunc/binmode,
9607              also added a pointer about disciplines to perlfunc/open,
9608              and in general cleaned up and reformatted the open entry.
9609      Branch: perl
9610            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
9611 ____________________________________________________________________________
9612 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
9613         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
9614              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
9615              Date: 15 Nov 2001 08:57:06 -0000
9616              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
9617              
9618              chop() and chomp() are not real list functions,
9619              so let's not have them overrideable.  (Casey will
9620              be confused since in #7071 he patched the other way.)
9621      Branch: perl
9622            ! pod/perlfunc.pod toke.c
9623 ____________________________________________________________________________
9624 [ 13017] By: ams                                   on 2001/11/15  12:56:49
9625         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
9626              From: Robin Barker <rmb1@cise.npl.co.uk>
9627              Date: Thu, 15 Nov 2001 13:48:34 GMT
9628              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
9629              (Applied with tweaks.)
9630      Branch: perl
9631            ! pod/perltrap.pod
9632 ____________________________________________________________________________
9633 [ 13016] By: ams                                   on 2001/11/15  09:12:48
9634         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
9635              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9636              Date: Thu, 15 Nov 2001 09:06:39 +0100
9637              Message-Id: <20011115090639.A13005@rafael>
9638      Branch: perl
9639            ! pod/perlrun.pod
9640 ____________________________________________________________________________
9641 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
9642         Log: "link =" from utils.lst was being processed oddly.
9643      Branch: perl
9644            ! installman
9645 ____________________________________________________________________________
9646 [ 13014] By: ams                                   on 2001/11/15  02:52:52
9647         Log: Subject: [PATCH current] CreateTTY in -d
9648              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9649              Date: Wed, 14 Nov 2001 21:26:31 -0500
9650              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
9651      Branch: perl
9652            ! lib/perl5db.pl
9653 ____________________________________________________________________________
9654 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
9655         Log: Corify the Filter::Simple tests. 
9656      Branch: perl
9657            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
9658            ! lib/Filter/Simple/t/filter_only.t
9659 ____________________________________________________________________________
9660 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
9661         Log: Upgrade to Filter::Simple 0.70.
9662      Branch: perl
9663            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
9664            + t/lib/FilterOnlyTest.pm
9665            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
9666            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
9667            ! t/lib/FilterTest.pm
9668 ____________________________________________________________________________
9669 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
9670         Log: Cleanliness inspired by Cygwin.
9671      Branch: perl
9672            ! Makefile.SH x2p/Makefile.SH
9673 ____________________________________________________________________________
9674 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
9675         Log: Add perlunintro (formerly known as perlunitut); regen toc.
9676      Branch: perl
9677            + pod/perlunintro.pod
9678            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
9679 ____________________________________________________________________________
9680 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
9681         Log: FAQ sync.
9682      Branch: perl
9683            ! pod/perlfaq6.pod
9684 ____________________________________________________________________________
9685 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
9686         Log: Quieten pgcc 2.91.66 worries.
9687      Branch: perl
9688            ! gv.c pp_ctl.c utf8.c
9689 ____________________________________________________________________________
9690 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
9691         Log: Upgrade to Switch 2.06.
9692      Branch: perl
9693            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
9694            ! lib/Switch/t/nested.t
9695 ____________________________________________________________________________
9696 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
9697         Log: Upgrade to Attribute::Handlers 0.76.
9698      Branch: perl
9699            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
9700            ! lib/Attribute/Handlers/README
9701            ! lib/Attribute/Handlers/demo/Demo.pm
9702            ! lib/Attribute/Handlers/demo/Descriptions.pm
9703            ! lib/Attribute/Handlers/demo/MyClass.pm
9704            ! lib/Attribute/Handlers/demo/demo_cycle.pl
9705            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
9706            ! lib/Attribute/Handlers/t/multi.t
9707 ____________________________________________________________________________
9708 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
9709         Log: Signedness nit.
9710      Branch: perl
9711            ! regexec.c
9712 ____________________________________________________________________________
9713 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
9714         Log: VERSIONize.
9715      Branch: perl
9716            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
9717            ! lib/integer.pm
9718 ____________________________________________________________________________
9719 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
9720         Log: No pod in internal Net::FTP classes.
9721      Branch: perl
9722            ! pod/buildtoc.PL
9723 ____________________________________________________________________________
9724 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
9725         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
9726              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
9727              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
9728              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
9729      Branch: perl
9730            ! regexec.c
9731 ____________________________________________________________________________
9732 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
9733         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
9734              Pudge correctly).
9735      Branch: perl
9736            ! t/test.pl
9737 ____________________________________________________________________________
9738 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
9739         Log: Add comments to mark where $^X is being handled.
9740      Branch: perl
9741            ! perl.c toke.c
9742 ____________________________________________________________________________
9743 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
9744         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
9745              From: Michael G Schwern <schwern@pobox.com>
9746              Date: Wed, 14 Nov 2001 16:38:25 -0500
9747              Message-ID: <20011114163825.D6519@blackrider>
9748      Branch: perl
9749            ! t/op/repeat.t
9750 ____________________________________________________________________________
9751 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
9752         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
9753              From: Michael G Schwern <schwern@pobox.com>
9754              Date: Wed, 14 Nov 2001 13:19:15 -0500
9755              Message-ID: <20011114131915.K5096@blackrider>
9756      Branch: perl
9757            ! t/op/die_exit.t
9758 ____________________________________________________________________________
9759 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
9760         Log: Subject: Re: [PATCH] new version of runperl()
9761              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9762              Date: Wed, 14 Nov 2001 15:39:12 EST
9763              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
9764              
9765              "VMS $^X pipes etc" patch.
9766      Branch: perl
9767            ! vms/vms.c
9768 ____________________________________________________________________________
9769 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
9770         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
9771              and add "verbose" option to show the final command.
9772      Branch: perl
9773            ! t/test.pl
9774 ____________________________________________________________________________
9775 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
9776         Log: Goof in some of the comment fields of #12994.
9777      Branch: perl
9778            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
9779            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
9780            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
9781            ! lib/unicore/In/9.pl
9782 ____________________________________________________________________________
9783 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
9784         Log: The First, Last ranges in the Unicode data weren't
9785              getting their general categories added properly;
9786              noticed by Jeffrey Friedl.
9787      Branch: perl
9788            ! lib/unicore/Category.pl lib/unicore/In/0.pl
9789            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
9790            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
9791            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
9792            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
9793            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
9794            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
9795            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
9796            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
9797            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
9798            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
9799            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
9800            ! lib/unicore/mktables
9801 ____________________________________________________________________________
9802 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
9803         Log: Subject: [PATCH] new version of runperl()
9804              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9805              Date: Wed, 14 Nov 2001 12:23:01 +0100
9806              Message-ID: <20011114122301.A29384@rafael>
9807      Branch: perl
9808            ! t/io/argv.t t/test.pl
9809 ____________________________________________________________________________
9810 [ 12992] By: ams                                   on 2001/11/14  13:40:39
9811         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
9812              From: Michael G Schwern <schwern@pobox.com>
9813              Date: Tue, 13 Nov 2001 23:17:54 -0500
9814              Message-Id: <20011113231754.S32567@blackrider>
9815      Branch: perl
9816            ! perl.c
9817 ____________________________________________________________________________
9818 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
9819         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
9820              From: Philip Newton <Philip.Newton@gmx.net>
9821              Date: Wed, 14 Nov 2001 10:59:53 +0100
9822              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
9823              
9824              plus a lot of paragraph reformatting because of long lines.
9825      Branch: perl
9826            ! pod/perlapio.pod
9827 ____________________________________________________________________________
9828 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
9829         Log: A bool is not a pointer.
9830      Branch: perl
9831            ! pp_sys.c
9832 ____________________________________________________________________________
9833 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
9834         Log: AUTHORS updates.
9835      Branch: perl
9836            ! AUTHORS
9837 ____________________________________________________________________________
9838 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
9839         Log: There are several MIME RFCs.
9840      Branch: perl
9841            ! ext/Encode/Encode.pm
9842 ____________________________________________________________________________
9843 [ 12987] By: ams                                   on 2001/11/14  01:09:28
9844         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
9845              From: Michael G Schwern <schwern@pobox.com>
9846              Date: Tue, 13 Nov 2001 20:59:13 -0500
9847              Message-Id: <20011113205913.H32567@blackrider>
9848      Branch: perl
9849            ! t/op/groups.t vms/test.com
9850 ____________________________________________________________________________
9851 [ 12986] By: ams                                   on 2001/11/14  01:07:06
9852         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
9853              From: Michael G Schwern <schwern@pobox.com>
9854              Date: Tue, 13 Nov 2001 20:51:34 -0500
9855              Message-Id: <20011113205134.F32567@blackrider>
9856      Branch: perl
9857            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
9858 ____________________________________________________________________________
9859 [ 12985] By: ams                                   on 2001/11/14  00:43:59
9860         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
9861              From: Michael G Schwern <schwern@pobox.com>
9862              Date: Tue, 13 Nov 2001 20:38:42 -0500
9863              Message-Id: <20011113203842.E32567@blackrider>
9864      Branch: perl
9865            ! pod/perlport.pod
9866 ____________________________________________________________________________
9867 [ 12984] By: ams                                   on 2001/11/14  00:32:15
9868         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
9869              From: Michael G Schwern <schwern@pobox.com>
9870              Date: Tue, 13 Nov 2001 20:27:02 -0500
9871              Message-Id: <20011113202702.D32567@blackrider>
9872      Branch: perl
9873            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
9874            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
9875            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
9876            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
9877 ____________________________________________________________________________
9878 [ 12983] By: ams                                   on 2001/11/14  00:00:27
9879         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
9880              From: Michael G Schwern <schwern@pobox.com>
9881              Date: Tue, 13 Nov 2001 19:51:59 -0500
9882              Message-Id: <20011113195159.B32567@blackrider>
9883      Branch: perl
9884            ! pod/perlport.pod
9885 ____________________________________________________________________________
9886 [ 12982] By: ams                                   on 2001/11/13  23:53:11
9887         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
9888              From: Larry Shatzer <fugazi@zippy.zyx.net>
9889              Date: Tue, 13 Nov 2001 17:27:59 -0700
9890              Message-Id: <20011113172759.E27768@zippy.zyx.net>
9891      Branch: perl
9892            ! pod/perlapio.pod
9893 ____________________________________________________________________________
9894 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
9895         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
9896              "large enough" Unicode characters returned more than one
9897              as their "Unicode size".
9898      Branch: perl
9899            ! pp_sys.c t/io/utf8.t
9900 ____________________________________________________________________________
9901 [ 12980] By: ams                                   on 2001/11/13  19:32:33
9902         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
9903              From: "Craig A. Berry" <craigberry@mac.com>
9904              Date: Tue, 13 Nov 2001 14:33:25 -0600
9905              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
9906      Branch: perl
9907            ! vms/gen_shrfls.pl
9908 ____________________________________________________________________________
9909 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
9910         Log: Subject: Minor patch to Encode.pm (detypo)
9911              From: "Philip Newton" <Philip.Newton@gmx.net>
9912              Date: Tue, 13 Nov 2001 20:11:01 +0100
9913              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
9914      Branch: perl
9915            ! ext/Encode/Encode.pm
9916 ____________________________________________________________________________
9917 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
9918         Log: Evil tabulators.
9919      Branch: perl
9920            ! ext/Encode/Encode.pm
9921 ____________________________________________________________________________
9922 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
9923         Log: Document the available encodings.
9924      Branch: perl
9925            ! ext/Encode/Encode.pm
9926 ____________________________________________________________________________
9927 [ 12976] By: ams                                   on 2001/11/13  17:14:07
9928         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
9929              From: Barrie Slaymaker <barries@slaysys.com>
9930              Date: Tue, 13 Nov 2001 12:41:36 -0500
9931              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
9932      Branch: perl
9933            ! t/op/universal.t
9934 ____________________________________________________________________________
9935 [ 12975] By: ams                                   on 2001/11/13  16:24:21
9936         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
9937              From: Barrie Slaymaker <barries@slaysys.com>
9938              Date: Tue, 13 Nov 2001 10:56:20 -0500
9939              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
9940              (Test applied with minor tweaks and ->isa("HASH") omission.)
9941      Branch: perl
9942            ! lib/UNIVERSAL.pm t/op/universal.t
9943 ____________________________________________________________________________
9944 [ 12974] By: ams                                   on 2001/11/13  15:46:07
9945         Log: Subject: [PATCH Benchmark.pm] docco tweaks
9946              From: Barrie Slaymaker <barries@slaysys.com>
9947              Date: Tue, 13 Nov 2001 11:34:45 -0500
9948              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
9949      Branch: perl
9950            ! lib/Benchmark.pm
9951 ____________________________________________________________________________
9952 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
9953         Log: Subject: [PATCH] Attack of the C loops, round 1
9954              From: Richard Soderberg <rs@oregonnet.com>
9955              Date: Mon, 12 Nov 2001 12:07:29 -0800
9956              Message-Id: <200111122007.MAA01994@oregonnet.com>
9957              
9958              Subject: [PATCH] bytecode.pl (tiny patch)
9959              From: Richard Soderberg <rs@oregonnet.com>
9960              Date: Mon, 12 Nov 2001 12:53:24 -0800
9961              Message-Id: <200111122053.MAA06272@oregonnet.com>
9962      Branch: perl
9963            ! bytecode.pl installhtml
9964 ____________________________________________________________________________
9965 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
9966         Log: Subject: [PATCH] Update to Filter::Util::Call
9967              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
9968              Date: Sun, 11 Nov 2001 22:33:33 -0000
9969              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
9970              
9971              Use the new CXT* macros.
9972      Branch: perl
9973            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
9974 ____________________________________________________________________________
9975 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
9976         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
9977              From: Michael G Schwern <schwern@pobox.com>
9978              Date: Mon, 12 Nov 2001 20:50:34 -0500
9979              Message-ID: <20011112205034.H2888@blackrider>
9980      Branch: perl
9981            + lib/vmsish.pm lib/vmsish.t
9982            - vms/ext/vmsish.pm vms/ext/vmsish.t
9983            ! MANIFEST vms/descrip_mms.template
9984 ____________________________________________________________________________
9985 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
9986         Log: :utf8 works only with perlio.
9987      Branch: perl
9988            ! lib/open.t
9989 ____________________________________________________________________________
9990 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
9991         Log: Subject: Re: @Config -"des" not quite working on VMS
9992              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9993              Date: Tue, 13 Nov 2001 08:35:13 EST 
9994              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
9995      Branch: perl
9996            ! configure.com
9997 ____________________________________________________________________________
9998 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
9999         Log: Subject: [PATCH] lib/charnames.pm 
10000              From: Jeffrey Friedl <jfriedl@yahoo.com>
10001              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
10002              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
10003      Branch: perl
10004            ! lib/charnames.pm
10005 ____________________________________________________________________________
10006 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
10007         Log: Docs for Mac::err.
10008      Branch: maint-5.6/macperl
10009            ! macos/ext/Mac/err/err.pm
10010 ____________________________________________________________________________
10011 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
10012         Log: Some cleanup; change some globals to references for
10013              possible persistence later.
10014      Branch: maint-5.6/macperl
10015            ! macos/lib/Mac/Glue.pm
10016 ____________________________________________________________________________
10017 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
10018         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
10019      Branch: maint-5.6/macperl
10020            ! macos/ext/Mac/Files/Files.pm
10021 ____________________________________________________________________________
10022 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
10023         Log: Get Mac::Navigation to compile (bug #464684).
10024      Branch: maint-5.6/macperl
10025            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
10026            ! macos/ext/Mac/Navigation/Makefile.PL
10027            ! macos/ext/Mac/Navigation/Navigation.xs
10028            ! macos/macperl/Makefile.mk
10029 ____________________________________________________________________________
10030 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
10031         Log: Add in modules and POD to help menu.
10032      Branch: maint-5.6/macperl
10033            ! macos/macperl/MacPerl.podhelp
10034 ____________________________________________________________________________
10035 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
10036         Log: Update bundled modules.
10037      Branch: maint-5.6/macperl
10038            + macos/bundled_ext/Filter/t/FilterTest.pm
10039            + macos/bundled_ext/List/Util/t/shuffle.t
10040            + macos/bundled_ext/Storable/t/compat06.t
10041            + macos/bundled_ext/Storable/t/st-dump.pl
10042            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
10043            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
10044            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
10045            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
10046            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
10047            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
10048            + macos/bundled_lib/blib/lib/lwpcook.pod
10049            + macos/bundled_lib/t/Filter/Simple/filter.t
10050            + macos/bundled_lib/t/Switch/t/given.t
10051            + macos/bundled_lib/t/Switch/t/nested.t
10052            + macos/bundled_lib/t/Switch/t/switch.t
10053            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
10054            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
10055            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
10056            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
10057            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
10058            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
10059            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
10060            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
10061            + macos/bundled_lib/t/URI/rfc2732.t
10062            + macos/bundled_lib/t/libnet/config.t
10063            + macos/bundled_lib/t/libnet/libnet_t.pl
10064            + macos/bundled_lib/t/libwww-perl/live/google.t
10065            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
10066            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
10067            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
10068            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
10069            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
10070            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
10071            + macos/bundled_lib/t/libwww-perl/live/validator.t
10072            - macos/bundled_ext/Filter/t/MyFilter.pm
10073            - macos/bundled_ext/Storable/t/compat-0.6.t
10074            - macos/bundled_ext/Storable/t/dump.pl
10075            - macos/bundled_ext/Time/Piece/Makefile.PL
10076            - macos/bundled_ext/Time/Piece/Piece.pm
10077            - macos/bundled_ext/Time/Piece/Piece.t
10078            - macos/bundled_ext/Time/Piece/Piece.xs
10079            - macos/bundled_ext/Time/Piece/README
10080            - macos/bundled_ext/Time/Piece/Seconds.pm
10081            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
10082            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
10083            - macos/bundled_lib/blib/lib/Net/PH.pm
10084            - macos/bundled_lib/blib/lib/Net/SNPP.pm
10085            - macos/bundled_lib/blib/lib/Text/Balanced.pod
10086            - macos/bundled_lib/t/Filter/Simple/test.pl
10087            - macos/bundled_lib/t/Switch/test.pl
10088            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
10089            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
10090            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
10091            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
10092            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
10093            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
10094            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
10095            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
10096            - macos/bundled_lib/t/libnet/ph.t
10097            ! (edit 125 files)
10098 ____________________________________________________________________________
10099 [ 12961] By: ams                                   on 2001/11/13  00:45:08
10100         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
10101              From: Michael G Schwern <schwern@pobox.com>
10102              Date: Mon, 12 Nov 2001 20:16:45 -0500
10103              Message-Id: <20011112201644.G2888@blackrider>
10104      Branch: perl
10105            ! pod/perlport.pod
10106 ____________________________________________________________________________
10107 [ 12960] By: ams                                   on 2001/11/12  23:54:00
10108         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
10109              Recoving dup tests for VMS
10110              From: Michael G Schwern <schwern@pobox.com>
10111              Date: Mon, 12 Nov 2001 19:35:33 -0500
10112              Message-Id: <20011112193533.D2888@blackrider>
10113      Branch: perl
10114            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
10115 ____________________________________________________________________________
10116 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
10117         Log: Update Changes.
10118      Branch: perl
10119            ! Changes patchlevel.h
10120 ____________________________________________________________________________
10121 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
10122         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
10123              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
10124              Date: Mon, 12 Nov 2001 12:35:18 EST 
10125              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
10126      Branch: perl
10127            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
10128            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
10129 ____________________________________________________________________________
10130 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
10131         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
10132              From: Barrie Slaymaker <barries@slaysys.com>
10133              Date: Mon, 12 Nov 2001 11:19:52 -0500
10134              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
10135      Branch: perl
10136            ! lib/File/Spec.t lib/File/Spec/Win32.pm
10137 ____________________________________________________________________________
10138 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
10139         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
10140              From: Barrie Slaymaker <barries@slaysys.com>
10141              Date: Mon, 12 Nov 2001 11:07:36 -0500
10142              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
10143      Branch: perl
10144            ! lib/Benchmark.pm
10145 ____________________________________________________________________________
10146 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
10147         Log: Misplaced test, noticed by Barrie Slaymaker.
10148              (We are missing Benchmark tests, then.)
10149      Branch: perl
10150            + ext/Devel/DProf/DProf.t
10151            - lib/Benchmark.t
10152            ! MANIFEST
10153 ____________________________________________________________________________
10154 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
10155         Log: Subject: [PATCH] a few typo fixes 
10156              From: Jeffrey Friedl <jfriedl@yahoo.com>
10157              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
10158              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
10159              
10160              Patching README.foo instead of pod/perlfoo.pod,
10161              not patching Math::BigInt (Tels will take care of that),
10162              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
10163              and perldoc.PL instead of libnetcfg and perldoc, patching
10164              ext/Digest/MD5/t/files.t since MD5.pm was changed.
10165      Branch: perl
10166            ! (edit 109 files)
10167 ____________________________________________________________________________
10168 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
10169         Log: Add a note about the dangers of bad UTF-8.
10170      Branch: perl
10171            ! pod/perlunicode.pod
10172 ____________________________________________________________________________
10173 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
10174         Log: NetWare Nit from Ananth Kesari.
10175      Branch: perl
10176            ! NetWare/config.wc
10177 ____________________________________________________________________________
10178 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
10179         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
10180      Branch: perl
10181            ! ext/Encode/Encode.pm
10182 ____________________________________________________________________________
10183 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
10184         Log: (retracted by #12951)
10185      Branch: perl
10186            ! ext/Encode/Encode.pm
10187 ____________________________________________________________________________
10188 [ 12949] By: ams                                   on 2001/11/12  06:40:18
10189         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
10190              From: Robert Spier <rspier@pobox.com>
10191              Date: Sun, 11 Nov 2001 18:50:18 -0800
10192              Message-Id: <15343.14570.121505.233336@rls.cx>
10193              
10194              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
10195              From: Rick Delaney <rick.delaney@home.com>
10196              Date: 12 Nov 2001 00:15:52 -0500
10197              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
10198      Branch: perl
10199            ! pp_hot.c t/op/taint.t
10200 ____________________________________________________________________________
10201 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
10202         Log: It seems that we actually have this detail implemented
10203              as for as Level 1 Support of Unicode regex support is
10204              concerned: at Level 1 only 1:1 support for loose
10205              (aka caseless, aka caseigoring ) matching is required.
10206      Branch: perl
10207            ! pod/perlunicode.pod
10208 ____________________________________________________________________________
10209 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
10210         Log: (retracted by #12951)
10211      Branch: perl
10212            ! ext/Encode/Encode.pm
10213 ____________________________________________________________________________
10214 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
10215         Log: BOM, bom, Bom.
10216      Branch: perl
10217            ! pod/perlunicode.pod
10218 ____________________________________________________________________________
10219 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
10220         Log: Upgrade to Math::BigInt 1.46.
10221      Branch: perl
10222            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10223            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
10224            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
10225            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
10226            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
10227 ____________________________________________________________________________
10228 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
10229         Log: Subject: Re: PERFORCE change 12943 for review
10230              From: "Philip Newton" <Philip.Newton@gmx.net>
10231              Date: Sun, 11 Nov 2001 20:53:36 +0100
10232              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
10233      Branch: perl
10234            ! pod/perlunicode.pod
10235 ____________________________________________________________________________
10236 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
10237         Log: Doc updates; make the Unicode discussions a little
10238              bit less alarming, and add information about encodings,
10239              surrogates, and BOMs.
10240      Branch: perl
10241            ! pod/perlunicode.pod
10242 ____________________________________________________________________________
10243 [ 12942] By: ams                                   on 2001/11/11  16:45:00
10244         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
10245              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
10246              Date: Mon, 12 Nov 2001 00:22:57 +0900
10247              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
10248      Branch: perl
10249            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
10250            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
10251 ____________________________________________________________________________
10252 [ 12941] By: ams                                   on 2001/11/11  13:01:40
10253         Log: Subject: Re: PERFORCE change 12929 for review
10254              From: "Philip Newton" <Philip.Newton@gmx.net>
10255              Date: Sun, 11 Nov 2001 14:27:44 +0100
10256              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
10257      Branch: perl
10258            ! MANIFEST
10259 ____________________________________________________________________________
10260 [ 12940] By: ams                                   on 2001/11/11  05:06:43
10261         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
10262              From: Michael G Schwern <schwern@pobox.com>
10263              Date: Thu, 8 Nov 2001 22:56:45 -0500
10264              Message-Id: <20011108225645.H5587@blackrider>
10265      Branch: perl
10266            ! t/op/chdir.t
10267 ____________________________________________________________________________
10268 [ 12939] By: ams                                   on 2001/11/11  05:01:00
10269         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
10270              From: Michael G Schwern <schwern@pobox.com>
10271              Date: Sun, 11 Nov 2001 00:54:43 -0500
10272              Message-Id: <20011111005443.A24450@blackrider>
10273      Branch: perl
10274            ! ext/Cwd/t/cwd.t
10275 ____________________________________________________________________________
10276 [ 12938] By: ams                                   on 2001/11/11  03:25:13
10277         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
10278              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
10279              From: "chromatic" <chromatic@rmci.net>
10280              Date: Sat, 10 Nov 2001 21:03:20 -0700
10281              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
10282      Branch: perl
10283            ! lib/File/stat.pm lib/File/stat.t
10284 ____________________________________________________________________________
10285 [ 12937] By: ams                                   on 2001/11/11  02:05:23
10286         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
10287              From: "Craig A. Berry" <craigberry@mac.com>
10288              Date: Sat, 10 Nov 2001 17:23:52 -0600
10289              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
10290      Branch: perl
10291            ! t/op/magic.t
10292 ____________________________________________________________________________
10293 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
10294         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
10295      Branch: perl
10296            ! lib/open.pm lib/open.t
10297 ____________________________________________________________________________
10298 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
10299         Log: The Official name of ASCII.
10300      Branch: perl
10301            ! ext/Encode/Encode.pm
10302 ____________________________________________________________________________
10303 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
10304         Log: The KOI8-R example wasn't quite right.
10305      Branch: perl
10306            ! lib/open.pm lib/open.t
10307 ____________________________________________________________________________
10308 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
10309         Log: Enhance the open pragma to support :utf8, :locale,
10310              and :encoding directly as special cases, and rename
10311              the INOUT to IO.
10312      Branch: perl
10313            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
10314 ____________________________________________________________________________
10315 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
10316         Log: Document the UTF-16 surrogate encoding and decoding.
10317      Branch: perl
10318            ! ext/Encode/Encode.pm
10319 ____________________________________________________________________________
10320 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
10321         Log: A potential recursion breaker.
10322      Branch: perl
10323            ! sv.c
10324 ____________________________________________________________________________
10325 [ 12930] By: ams                                   on 2001/11/10  07:46:53
10326         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
10327              (was Re: perl@12892)
10328              From: "chromatic" <chromatic@rmci.net>
10329              Date: Sat, 10 Nov 2001 01:28:09 -0700
10330              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
10331      Branch: perl
10332            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
10333            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
10334            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
10335            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
10336 ____________________________________________________________________________
10337 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
10338         Log: Add a test for the bytes pragma.
10339      Branch: perl
10340            + lib/bytes.t
10341            ! MANIFEST
10342 ____________________________________________________________________________
10343 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
10344         Log: Doc update.
10345      Branch: perl
10346            ! lib/bytes.pm
10347 ____________________________________________________________________________
10348 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
10349         Log: Cease to exist.
10350      Branch: perl
10351            - lib/Unicode/Normalize.pm
10352 ____________________________________________________________________________
10353 [ 12926] By: ams                                   on 2001/11/10  03:23:16
10354         Log: Subject: [patch] my_setenv speedup + fixes
10355              From: Doug MacEachern <dougm@covalent.net>
10356              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
10357              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
10358      Branch: perl
10359            ! util.c
10360 ____________________________________________________________________________
10361 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
10362         Log: Newline trouble.
10363      Branch: perl
10364            ! lib/ExtUtils/Embed.t
10365 ____________________________________________________________________________
10366 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
10367         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
10368              From: "Craig A. Berry" <craigberry@mac.com>
10369              Date: Fri, 09 Nov 2001 18:13:16 -0600
10370              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
10371      Branch: perl
10372            ! vms/munchconfig.c
10373 ____________________________________________________________________________
10374 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
10375         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
10376              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10377              Date: Sat, 10 Nov 2001 00:10:45 +0100
10378              Message-ID: <20011110001045.A11945@rafael>
10379      Branch: perl
10380            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
10381            + t/run/switchn.t t/run/switchp.t
10382            ! MANIFEST
10383 ____________________________________________________________________________
10384 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
10385         Log: Subject: [PATCH] some tests not cleaning up properly               
10386              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
10387              Date: Fri, 9 Nov 2001 22:13:10 +0100
10388              Message-ID: <20011109221310.A11115@rafael>
10389      Branch: perl
10390            ! ext/Cwd/t/cwd.t t/io/argv.t
10391 ____________________________________________________________________________
10392 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
10393         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
10394              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10395              Date: Fri, 9 Nov 2001 15:07:19 EST
10396              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
10397      Branch: perl
10398            ! lib/ExtUtils/Embed.t
10399 ____________________________________________________________________________
10400 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
10401         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
10402              have been copied so it shouldn't be freed in perl_destruct()
10403      Branch: perl
10404            ! perl.c
10405 ____________________________________________________________________________
10406 [ 12919] By: ams                                   on 2001/11/09  15:36:22
10407         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
10408              From: Michael G Schwern <schwern@pobox.com>
10409              Date: Fri, 9 Nov 2001 00:38:59 -0500
10410              Message-Id: <20011109003859.K5587@blackrider>
10411              (Applied with directory name changes suggested by Craig Berry.)
10412      Branch: perl
10413            ! ext/Cwd/t/cwd.t
10414 ____________________________________________________________________________
10415 [ 12918] By: ams                                   on 2001/11/09  15:29:15
10416         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
10417              From: Michael G Schwern <schwern@pobox.com>
10418              Date: Fri, 9 Nov 2001 01:44:14 -0500
10419              Message-Id: <20011109014414.N5587@blackrider>
10420      Branch: perl
10421            ! vms/ext/filespec.t
10422 ____________________________________________________________________________
10423 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
10424         Log: Update Changes.
10425      Branch: perl
10426            ! Changes patchlevel.h
10427 ____________________________________________________________________________
10428 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
10429         Log: Regen toc.
10430      Branch: perl
10431            ! pod/perltoc.pod
10432 ____________________________________________________________________________
10433 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
10434         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
10435              see http://www.jepstone.net/bjepson//jpl/cvs.html
10436      Branch: perl
10437            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
10438 ____________________________________________________________________________
10439 [ 12914] By: ams                                   on 2001/11/09  14:05:12
10440         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
10441              From: Michael G Schwern <schwern@pobox.com>
10442              Date: Thu, 8 Nov 2001 22:05:49 -0500
10443              Message-Id: <20011108220549.F5587@blackrider>
10444      Branch: perl
10445            ! vms/test.com
10446 ____________________________________________________________________________
10447 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
10448         Log: NetWare update from Ananth Kesari.
10449      Branch: perl
10450            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
10451 ____________________________________________________________________________
10452 [ 12912] By: ams                                   on 2001/11/09  13:40:26
10453         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
10454              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10455              Date: Fri, 9 Nov 2001 14:32:28 +0100
10456              Message-Id: <20011109143228.A18996@rafael>
10457      Branch: perl
10458            ! perl.c
10459 ____________________________________________________________________________
10460 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
10461         Log: FAQ sync.
10462      Branch: perl
10463            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
10464            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
10465            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
10466 ____________________________________________________________________________
10467 [ 12910] By: ams                                   on 2001/11/09  07:33:49
10468         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
10469              From: Michael G Schwern <schwern@pobox.com>
10470              Date: Fri, 9 Nov 2001 00:41:56 -0500
10471              Message-Id: <20011109004156.L5587@blackrider>
10472      Branch: perl
10473            ! lib/File/Find/t/find.t
10474 ____________________________________________________________________________
10475 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
10476         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
10477              The CPAN distribution has both pm and XS implementations,
10478              and for performance reasons we choose the XS.
10479              Another reason to choose the XS is that it doesn't
10480              require Lingua::KO::Hangul::Util, which means that
10481              we can delete that-- which in turn means that Unicode::UCD
10482              cannot expect that: support it, but don't expect.
10483              Ditto Unicode::Collate.
10484              
10485              Note that Unicode::Normalize Makefile.PL and
10486              Normalize.xs have been modified from the CPAN 0.10
10487              versions: the first one to be simpler (no pm) and
10488              clean up the generated unf*.h files, the second one
10489              to quench compiler grumblings.  Must notify Sadahiro
10490              about these changes.
10491      Branch: perl
10492            + ext/Unicode/Normalize/Changes
10493            + ext/Unicode/Normalize/Makefile.PL
10494            + ext/Unicode/Normalize/Normalize.pm
10495            + ext/Unicode/Normalize/Normalize.pod
10496            + ext/Unicode/Normalize/Normalize.xs
10497            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
10498            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
10499            + ext/Unicode/Normalize/t/test.t
10500            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
10501            - lib/Lingua/KO/Hangul/Util/README
10502            - lib/Lingua/KO/Hangul/Util/t/test.t
10503            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
10504            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
10505            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
10506            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
10507            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
10508            ! win32/makefile.mk
10509 ____________________________________________________________________________
10510 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
10511         Log: Test miscounting.
10512      Branch: perl
10513            ! ext/POSIX/t/posix.t
10514 ____________________________________________________________________________
10515 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
10516         Log: Quote the variables in failures messages more nicely.
10517      Branch: perl
10518            ! t/test.pl
10519 ____________________________________________________________________________
10520 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
10521         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
10522              From: Michael G Schwern <schwern@pobox.com>
10523              Date: Thu, 8 Nov 2001 17:24:49 -0500
10524              Message-ID: <20011108172449.A5587@blackrider>
10525              
10526              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
10527              From: "Craig A. Berry" <craigberry@mac.com>
10528              Date: Thu, 8 Nov 2001 16:35:00 -0600
10529              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
10530      Branch: perl
10531            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
10532 ____________________________________________________________________________
10533 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
10534         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
10535              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
10536              Date: Thu, 8 Nov 2001 22:52:50 -0000
10537              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
10538      Branch: perl
10539            ! ext/DB_File/t/db-recno.t
10540 ____________________________________________________________________________
10541 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
10542         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
10543              (Probably not an EBCDIC issue the way one would think
10544              since no chr() et alia are used in UCD.pm.)
10545      Branch: perl
10546            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
10547 ____________________________________________________________________________
10548 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
10549         Log: Whether overwriting the $self->{...} values (see #12902)
10550              is a good policy or not is debatable, but let's at least
10551              be consistent.
10552      Branch: perl
10553            ! lib/ExtUtils/MM_Unix.pm
10554 ____________________________________________________________________________
10555 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
10556         Log: The MakeMaker argument () quoting patch that sneaked
10557              in at #12883 didn't handle make macros like this $(...).
10558              Leaning toothpicks, we've got them.
10559      Branch: perl
10560            ! lib/ExtUtils/MM_Unix.pm
10561 ____________________________________________________________________________
10562 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
10563         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
10564              From: Michael G Schwern <schwern@pobox.com>
10565              Date: Wed, 7 Nov 2001 02:02:29 -0500
10566              Message-ID: <20011107020229.K2858@blackrider>
10567      Branch: perl
10568            ! t/io/argv.t t/test.pl vms/test.com
10569 ____________________________________________________________________________
10570 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
10571         Log: Subject: [PATCH 20011106.084] -s on #! line 
10572              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10573              Date: Wed, 7 Nov 2001 22:23:39 +0100
10574              Message-ID: <20011107222339.E729@rafael>
10575      Branch: perl
10576            ! embed.h embed.pl perl.c proto.h toke.c
10577 ____________________________________________________________________________
10578 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
10579         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
10580              From: Michael G Schwern <schwern@pobox.com>
10581              Date: Wed, 7 Nov 2001 16:52:49 -0500
10582              Message-ID: <20011107165249.I7346@blackrider>
10583      Branch: perl
10584            ! pod/perlhack.pod
10585 ____________________________________________________________________________
10586 [ 12898] By: ams                                   on 2001/11/08  13:02:19
10587         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
10588              From: Mark-Jason Dominus <mjd@plover.com>
10589              Date: Thu, 08 Nov 2001 08:59:02 -0500
10590              Message-Id: <20011108135902.2275.qmail@plover.com>
10591      Branch: perl
10592            ! INSTALL README README.amiga README.os2 README.vms
10593            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
10594            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
10595 ____________________________________________________________________________
10596 [ 12897] By: ams                                   on 2001/11/08  12:49:28
10597         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
10598              From: mjd@plover.com
10599              Date: 8 Nov 2001 13:33:18 -0000
10600              Message-Id: <20011108133318.1786.qmail@plover.com>
10601      Branch: perl
10602            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
10603            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
10604            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
10605            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
10606            ! pod/perlport.pod pod/perlvar.pod
10607 ____________________________________________________________________________
10608 [ 12896] By: ams                                   on 2001/11/08  11:22:12
10609         Log: open(FH, $file) should strip leading and trailing whitespace.
10610      Branch: perl
10611            ! doio.c
10612 ____________________________________________________________________________
10613 [ 12895] By: ams                                   on 2001/11/08  10:17:14
10614         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
10615              From: "Craig A. Berry" <craigberry@mac.com>
10616              Date: Wed, 07 Nov 2001 13:41:50 -0600
10617              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
10618      Branch: perl
10619            ! t/op/glob.t
10620 ____________________________________________________________________________
10621 [ 12894] By: ams                                   on 2001/11/08  08:32:20
10622         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
10623              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
10624              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
10625              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
10626      Branch: perl
10627            ! makedepend.SH
10628 ____________________________________________________________________________
10629 [ 12893] By: ams                                   on 2001/11/08  08:26:31
10630         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
10631              From: mjd@plover.com
10632              Date: 8 Nov 2001 08:08:07 -0000
10633              Message-Id: <20011108080807.30147.qmail@plover.com>
10634              
10635              Subject: bleadperl perl.pod
10636              From: mjd@plover.com
10637              Date: 8 Nov 2001 08:10:47 -0000
10638              Message-Id: <20011108081047.30178.qmail@plover.com>
10639              
10640              Subject: more bleadperl perl.pod
10641              From: mjd@plover.com
10642              Date: 8 Nov 2001 08:16:28 -0000
10643              Message-Id: <20011108081628.30229.qmail@plover.com>
10644      Branch: perl
10645            ! pod/perl.pod pod/perldebug.pod
10646 ____________________________________________________________________________
10647 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
10648         Log: Tweak for Cray-friendliness from Nicholas Clark.
10649      Branch: perl
10650            ! sv.c
10651 ____________________________________________________________________________
10652 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
10653         Log: VMS patch redo from Charles Lane.
10654      Branch: perl
10655            ! vms/gen_shrfls.pl
10656 ____________________________________________________________________________
10657 [ 12890] By: ams                                   on 2001/11/07  15:16:10
10658         Log: Subject: [ID 20011107.088] two perl pod nits
10659              From: lvirden@cas.org
10660              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
10661              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
10662      Branch: perl
10663            ! pod/perl.pod pod/perlfaq3.pod
10664 ____________________________________________________________________________
10665 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
10666         Log: Update Changes.
10667      Branch: perl
10668            ! Changes patchlevel.h
10669 ____________________________________________________________________________
10670 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
10671         Log: The (emulated) "no utf8" must be in a BEGIN block
10672              to be effective.
10673      Branch: perl
10674            ! lib/CGI/t/html.t
10675 ____________________________________________________________________________
10676 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
10677         Log: "v-strings" is the right term.
10678      Branch: perl
10679            ! pod/perltodo.pod
10680 ____________________________________________________________________________
10681 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
10682         Log: Add vstrings-as-objects need to perltodo.
10683      Branch: perl
10684            ! pod/perltodo.pod
10685 ____________________________________________________________________________
10686 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
10687         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
10688              From: Nicholas Clark <nick@ccl4.org>
10689              Date: Wed, 7 Nov 2001 14:36:32 +0000
10690              Message-ID: <20011107143631.I24980@plum.flirble.org>
10691      Branch: perl
10692            ! t/op/pack.t
10693 ____________________________________________________________________________
10694 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
10695         Log: The Embed test requires a major rewrite for VMS
10696              (plus it reveals a couple of annoying glitches
10697              in buffering), so skip the test for now; from
10698              Charles Lane.
10699      Branch: perl
10700            ! lib/ExtUtils/Embed.t
10701 ____________________________________________________________________________
10702 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
10703         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
10704              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10705              Date: Wed, 7 Nov 2001 09:23:28 EST
10706              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
10707              
10708              (Also i seems that an unrelated experimental patch
10709              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
10710      Branch: perl
10711            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
10712 ____________________________________________________________________________
10713 [ 12882] By: ams                                   on 2001/11/07  05:14:04
10714         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
10715              From: Mark-Jason Dominus <mjd@plover.com>
10716              Date: Wed, 07 Nov 2001 00:43:46 -0500
10717              Message-Id: <20011107054346.14428.qmail@plover.com>
10718      Branch: perl
10719            ! gv.c op.c toke.c
10720 ____________________________________________________________________________
10721 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
10722         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
10723              From: Michael G Schwern <schwern@pobox.com>             
10724              Date: Tue, 6 Nov 2001 22:04:39 -0500
10725              Message-ID: <20011106220439.D2858@blackrider>              
10726      Branch: perl
10727            ! lib/perl5db.pl
10728 ____________________________________________________________________________
10729 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
10730         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
10731              stress))
10732              From: Jonathan Stowe <gellyfish@gellyfish.com>
10733              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
10734              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
10735              
10736              (except for one hunk where indentation differs)
10737      Branch: perl
10738            ! lib/Term/Cap.t
10739 ____________________________________________________________________________
10740 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
10741         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
10742              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10743              Date: Tue, 6 Nov 2001 21:45:01 +0100
10744              Message-ID: <20011106214501.A704@rafael>
10745      Branch: perl
10746            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
10747            ! lib/File/Spec/Win32.pm
10748 ____________________________________________________________________________
10749 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
10750         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
10751              From: Michael G Schwern <schwern@pobox.com>              
10752              Date: Tue, 6 Nov 2001 20:58:45 -0500
10753              Message-ID: <20011106205845.G29411@blackrider>
10754      Branch: perl
10755            ! t/test.pl
10756 ____________________________________________________________________________
10757 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
10758         Log: Subject: making do_sprintf public       
10759              From: Doug MacEachern <dougm@covalent.net>    
10760              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
10761              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
10762      Branch: perl
10763            ! embed.h embed.pl global.sym
10764 ____________________________________________________________________________
10765 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
10766         Log: Update to CGI.pm 2.78.
10767              
10768              TODO: the test suite needs to be merged so that
10769              when in core, the core version is tested, and when
10770              using the CPAN version, testing the CPAN version.
10771              (the changes need to be sent to Lincoln, too...)
10772      Branch: perl
10773            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
10774            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
10775            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
10776            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
10777            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
10778            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
10779 ____________________________________________________________________________
10780 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
10781         Log: Integrate with perlio; (strictly) readonly hashes via XS.
10782      Branch: perl
10783           +> t/lib/access.t
10784           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
10785 ____________________________________________________________________________
10786 [ 12874] By: nick                                  on 2001/11/06  21:05:16
10787         Log: Keep It Simple and Stupid version of readonly hash support.
10788              - Test for SvREAONLY(hv) at a few spots in hv.c
10789              - add the error message to perldiag.pod
10790              - (dubious) add access::readonly() to univeral.c
10791              - add test using above
10792              - fixup ext/B/t/stash.t to account for access:: existing
10793      Branch: perlio
10794            + t/lib/access.t
10795            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
10796 ____________________________________________________________________________
10797 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
10798         Log: Fix incorrect warnings about broken globbing;
10799              from Andy Dougherty.
10800      Branch: perl
10801            ! hints/linux.sh
10802 ____________________________________________________________________________
10803 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
10804         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
10805              toggle-on from the encoding pragma.
10806      Branch: perl
10807            ! regcomp.c regexec.c
10808 ____________________________________________________________________________
10809 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
10810         Log: Retract #12824, doesn't help and is ignored
10811              by Configure anyway.
10812      Branch: perl
10813            ! hints/beos.sh
10814 ____________________________________________________________________________
10815 [ 12870] By: ams                                   on 2001/11/06  10:40:37
10816         Log: Subject: Cosmetic change
10817              From: H.Merijn Brand <h.m.brand@hccnet.nl>
10818              Date: Tue, 06 Nov 2001 12:30:52 +0100
10819              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
10820      Branch: perl
10821            ! README.hpux
10822 ____________________________________________________________________________
10823 [ 12869] By: nick                                  on 2001/11/06  08:26:40
10824         Log: Integrate mainline
10825      Branch: perlio
10826           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
10827           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
10828 ____________________________________________________________________________
10829 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
10830         Log: The parentheses are protected enough.
10831      Branch: perl
10832            ! hints/os390.sh
10833 ____________________________________________________________________________
10834 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
10835         Log: ccflags, not ldflags.
10836      Branch: perl
10837            ! hints/os390.sh
10838 ____________________________________________________________________________
10839 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
10840         Log: ... and the proto to go with #12865.
10841      Branch: perl
10842            ! proto.h
10843 ____________________________________________________________________________
10844 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
10845         Log: Oops.  Luckily nothing was using this symbol yet.
10846      Branch: perl
10847            ! global.sym
10848 ____________________________________________________________________________
10849 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
10850         Log: Implement the encoding pragma for regex literals.
10851      Branch: perl
10852            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
10853 ____________________________________________________________________________
10854 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
10855         Log: More UTF8 EXACT fixing.
10856      Branch: perl
10857            ! regexec.c
10858 ____________________________________________________________________________
10859 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
10860         Log: More re debugging.
10861      Branch: perl
10862            ! regexec.c
10863 ____________________________________________________________________________
10864 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
10865         Log: EXACT correction attempt.  Continued in #12863.
10866      Branch: perl
10867            ! regexec.c
10868 ____________________________________________________________________________
10869 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
10870         Log: Unterminated L<.
10871      Branch: perl
10872            ! ext/DB_File/DB_File.pm
10873 ____________________________________________________________________________
10874 [ 12859] By: nick                                  on 2001/11/05  19:15:17
10875         Log: Integrate mainline
10876      Branch: perlio
10877           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
10878           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
10879           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
10880           +> lib/Math/BigInt/t/sub_mbi.t
10881            - lib/Math/BigInt/t/Math/Subclass.pm
10882            - lib/Math/BigInt/t/subclass.t
10883           !> (integrate 30 files)
10884 ____________________________________________________________________________
10885 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
10886         Log: Regex debugging fixes from Hugo.
10887      Branch: perl
10888            ! regcomp.c regexec.c
10889 ____________________________________________________________________________
10890 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
10891         Log: IRIX: at some point the cc -version has started
10892              to output to stderr, not stdout any more.
10893      Branch: perl
10894            ! hints/irix_6.sh
10895 ____________________________________________________________________________
10896 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
10897         Log: Update Changes.
10898      Branch: perl
10899            ! Changes patchlevel.h
10900 ____________________________________________________________________________
10901 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
10902         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
10903      Branch: perl
10904            ! lib/File/Spec/Unix.pm
10905 ____________________________________________________________________________
10906 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
10907         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
10908              From: rgarciasuarez@free.fr
10909              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
10910              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
10911      Branch: perl
10912            ! lib/File/Spec/Unix.pm
10913 ____________________________________________________________________________
10914 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
10915         Log: Use config.arch in OS/390 where the combination of
10916              IEEE floats and ldflags is tricky.
10917      Branch: perl
10918            ! hints/os390.sh
10919 ____________________________________________________________________________
10920 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
10921         Log: Metaconfig unit change for #12851.
10922      Branch: metaconfig
10923            ! U/modified/Config_sh.U
10924 ____________________________________________________________________________
10925 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
10926         Log: Support a config.arch file, similar to config.over,
10927              but loaded just before it.
10928      Branch: perl
10929            ! Configure INSTALL
10930 ____________________________________________________________________________
10931 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
10932         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
10933              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10934              Date: Mon, 5 Nov 2001 14:26:24 +0100
10935              Message-ID: <20011105142624.C31977@rafael>
10936      Branch: perl
10937            ! lib/Symbol.pm lib/Symbol.t
10938 ____________________________________________________________________________
10939 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
10940         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
10941              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10942              Date: Sun, 4 Nov 2001 22:28:57 +0100
10943              Message-ID: <20011104222857.C696@rafael>
10944      Branch: perl
10945            ! pod/perldebug.pod pod/perlpodspec.pod
10946 ____________________________________________________________________________
10947 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
10948         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
10949      Branch: perl
10950            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
10951 ____________________________________________________________________________
10952 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
10953         Log: Math::Big* test tweaks to work better with core:
10954              but the coast still not clear.
10955      Branch: perl
10956            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
10957            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
10958 ____________________________________________________________________________
10959 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
10960         Log: Protect against high load: measure how much wall
10961              clock time went by while sleeping.  Avoids some
10962              false negatives, while may introduce some false
10963              positives.  Life is hard.
10964      Branch: perl
10965            ! ext/Time/HiRes/HiRes.t
10966 ____________________________________________________________________________
10967 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
10968         Log: More forgotten from #12843.
10969      Branch: perl
10970            ! lib/Math/BigInt/t/bigfltpm.inc
10971 ____________________________________________________________________________
10972 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
10973         Log: Forgot from #12843.
10974      Branch: perl
10975            + lib/Math/BigInt/t/bigintpm.inc
10976            ! MANIFEST
10977 ____________________________________________________________________________
10978 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
10979         Log: Upgrade to Math::BigInt 1.45; from Tels.
10980              NOTE: some of the tests are failing but that's because
10981              the core integration is not yet done.
10982      Branch: perl
10983            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
10984            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
10985            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
10986            - lib/Math/BigInt/t/Math/Subclass.pm
10987            - lib/Math/BigInt/t/subclass.t
10988            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
10989            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
10990            ! lib/Math/BigInt/t/mbimbf.t
10991 ____________________________________________________________________________
10992 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
10993         Log: VMS: adds capability to control more configuration stuff with
10994              -D and -U switches; parsing config.sh to extract previous config
10995              info in VMS-form, and a rewrite of the "prompt/response" routine;
10996              from Charles Lane.
10997      Branch: perl
10998            ! configure.com
10999 ____________________________________________________________________________
11000 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
11001         Log: Subject: Typo correction in perldebguts.pod
11002              From: mjd@plover.com
11003              Date: 4 Nov 2001 16:20:05 -0000
11004              Message-ID: <20011104162005.16699.qmail@plover.com>
11005      Branch: perl
11006            ! pod/perldebguts.pod
11007 ____________________________________________________________________________
11008 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
11009         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
11010              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11011              Date: Sun, 4 Nov 2001 11:47:30 +0100
11012              Message-ID: <20011104114730.A715@rafael>
11013              
11014              Remove -T from the test, wrong place for that.
11015      Branch: perl
11016            ! lib/File/Temp/t/mktemp.t
11017 ____________________________________________________________________________
11018 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
11019         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
11020              From: Nicholas Clark <nick@ccl4.org>
11021              Date: Sun, 4 Nov 2001 10:41:24 +0000
11022              Message-ID: <20011104104123.U20123@plum.flirble.org>
11023      Branch: perl
11024            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
11025 ____________________________________________________________________________
11026 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
11027         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
11028              From: Michael G Schwern <schwern@pobox.com>
11029              Date: Sat, 3 Nov 2001 15:41:47 -0500
11030              Message-ID: <20011103154147.C600@blackrider>
11031      Branch: perl
11032            ! lib/Term/Cap.t
11033 ____________________________________________________________________________
11034 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
11035         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
11036              From: "Craig A. Berry" <craigberry@mac.com>     
11037              Date: Sat, 03 Nov 2001 16:02:28 -0600
11038              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
11039      Branch: perl
11040            ! ext/Time/HiRes/HiRes.t
11041 ____________________________________________________________________________
11042 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
11043         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
11044              From: "chromatic" <chromatic@rmci.net>
11045              Date: Sat, 03 Nov 2001 12:28:17 -0700
11046              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
11047      Branch: perl
11048            ! lib/Term/Cap.t
11049 ____________________________________________________________________________
11050 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
11051         Log: Don't bother doing POSIX charclass parsing if it
11052              possibly cannot be so.  Prepares way for charclass
11053              syntax like [[abc]||[def]] (or just [[abc][def]])
11054              for union, [[\w]&&[$a]] for intersection,
11055              and [[a-z]&&[^def]] for subtraction.
11056              
11057              Currently /[[a]/ (or /[a[]/) parses as a character
11058              class containing two characters, "[" and "a",
11059              this may have to be broken for the syntax described
11060              above, otherwise we would have to scan the whole pattern
11061              to find out whether the square brackets match pairwise.
11062              Luckily, the special case of "[" doesn't seem to be
11063              documented (as opposed to "]" and "-"), so we may have
11064              better story for breaking it...  One can always use \[
11065              if one wants a literal "[", so there.
11066      Branch: perl
11067            ! regcomp.c
11068 ____________________________________________________________________________
11069 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
11070         Log: Comment correction.
11071      Branch: perl
11072            ! regcomp.c
11073 ____________________________________________________________________________
11074 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
11075         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
11076              The latter is a RedHatism.
11077      Branch: perl
11078            ! lib/ExtUtils/MakeMaker.pm
11079 ____________________________________________________________________________
11080 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
11081         Log: Integrate perlio.
11082      Branch: perl
11083           !> perlio.c
11084 ____________________________________________________________________________
11085 [ 12831] By: nick                                  on 2001/11/03  11:42:15
11086         Log: Integrate mainline
11087      Branch: perlio
11088           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
11089           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
11090           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
11091           !> sv.c t/test.pl
11092 ____________________________________________________________________________
11093 [ 12830] By: nick                                  on 2001/11/03  10:27:34
11094         Log: Fix clone_leak problem.
11095              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
11096              as vestige of calling PerlLIO_dup().
11097      Branch: perlio
11098            ! perlio.c
11099 ____________________________________________________________________________
11100 [ 12829] By: nick                                  on 2001/11/03  09:40:46
11101         Log: Tweaks attempting to locate Doug's clone_leak leak.
11102              - add some PerlIO_debug()
11103              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
11104              - Even if it closing stdout etc. do a fflush()
11105      Branch: perlio
11106            ! perlio.c
11107 ____________________________________________________________________________
11108 [ 12828] By: nick                                  on 2001/11/03  08:34:31
11109         Log: Integrate mainline
11110      Branch: perlio
11111           !> (integrate 54 files)
11112 ____________________________________________________________________________
11113 [ 12827] By: ams                                   on 2001/11/03  03:45:19
11114         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
11115              remove this later). Based on a patch from Robert Spier in
11116              <15330.61459.14452.795263@rls.cx>.
11117      Branch: perl
11118            ! sv.c
11119 ____________________________________________________________________________
11120 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
11121         Log: microperl sync.
11122      Branch: perl
11123            ! doio.c perl.c perl.h perlio.c regexec.c
11124 ____________________________________________________________________________
11125 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
11126         Log: Definitions for the Unicode Newline Guidelines.
11127      Branch: perl
11128            ! perl.h
11129 ____________________________________________________________________________
11130 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
11131         Log: (retracted by #12871)
11132              
11133              There is no csh of any kind in default BeOS.
11134              For the purposes of miniperl globbing, bash
11135              will do.
11136      Branch: perl
11137            ! hints/beos.sh
11138 ____________________________________________________________________________
11139 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
11140         Log: Integrate change #12820 from macperl to maint and blead;
11141              
11142              Fix up (dynaloading) to work properly with multiplicity
11143      Branch: maint-5.6/perl
11144           !> ext/DynaLoader/dl_mac.xs
11145      Branch: perl
11146           !> ext/DynaLoader/dl_mac.xs
11147 ____________________________________________________________________________
11148 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
11149         Log: Several fixes for various exit problems and clearing out
11150              task queue, as well as another (incomplete) go at
11151              fixing error message handling
11152      Branch: maint-5.6/macperl
11153            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
11154 ____________________________________________________________________________
11155 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
11156         Log: Add source files for bleadperl builds
11157      Branch: maint-5.6/macperl
11158            ! macos/Makefile.mk
11159 ____________________________________________________________________________
11160 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
11161         Log: Fix up to work properly with multiplicity
11162      Branch: maint-5.6/macperl
11163            ! ext/DynaLoader/dl_mac.xs
11164 ____________________________________________________________________________
11165 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
11166         Log: Integrate with maintperl.
11167      Branch: maint-5.6/macperl
11168           +> t/op/system.t t/op/system_tests
11169           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
11170           !> pod/perltodo.pod util.c win32/win32.c
11171 ____________________________________________________________________________
11172 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
11173         Log: Locate _PATH_LOG if it's a socket even if not #defined
11174              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
11175              via Nick Clark.
11176      Branch: perl
11177            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
11178 ____________________________________________________________________________
11179 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
11180         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
11181              From: Michael G Schwern <schwern@pobox.com>
11182              Date: Fri, 2 Nov 2001 15:36:41 -0500
11183              Message-ID: <20011102153641.E23234@blackrider>
11184      Branch: perl
11185            ! t/test.pl
11186 ____________________________________________________________________________
11187 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
11188         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
11189              From: merlyn@stonehenge.com (Randal L. Schwartz)
11190              Date: 02 Nov 2001 09:33:34 -0800
11191              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
11192              
11193              (two of the changes)
11194              
11195              Better coexistence with extensions.
11196      Branch: perl
11197            ! ext/Errno/Errno_pm.PL hints/darwin.sh
11198 ____________________________________________________________________________
11199 [ 12815] By: ams                                   on 2001/11/02  16:47:43
11200         Log: Subject: Re: [PATCH] the the double double word word fix fix
11201              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
11202              Date: Fri, 02 Nov 2001 19:43:07 +0100
11203              Message-Id: <3BE2E93B.627C198E@alcatel.at>
11204      Branch: perl
11205            ! pod/perldebug.pod
11206 ____________________________________________________________________________
11207 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
11208         Log: Update Changes.
11209      Branch: perl
11210            ! Changes patchlevel.h
11211 ____________________________________________________________________________
11212 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
11213         Log: More encoding testing.
11214      Branch: perl
11215            ! lib/encoding.pm lib/encoding.t
11216 ____________________________________________________________________________
11217 [ 12812] By: ams                                   on 2001/11/02  15:07:11
11218         Log: Slight modification of #12811.
11219      Branch: perl
11220            ! op.c
11221 ____________________________________________________________________________
11222 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
11223         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
11224              From: Radu Greab <radu@netsoft.ro>
11225              Date: Fri, 2 Nov 2001 15:28:58 +0200
11226              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
11227      Branch: perl
11228            ! op.c t/op/stat.t
11229 ____________________________________________________________________________
11230 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
11231         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
11232              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11233              Date: Thu, 1 Nov 2001 22:35:50 +0100
11234              Message-ID: <20011101223550.A10849@rafael>
11235      Branch: perl
11236            ! lib/ExtUtils/Embed.t
11237 ____________________________________________________________________________
11238 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
11239         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
11240              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
11241              Date: 2 Nov 2001 14:48:51 -0000
11242              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
11243      Branch: perl
11244            ! lib/File/Find.pm
11245 ____________________________________________________________________________
11246 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
11247         Log: Add documentation.
11248      Branch: perl
11249            ! embed.pl pod/perlapi.pod utf8.c
11250 ____________________________________________________________________________
11251 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
11252         Log: Unicode: add ToFold mapping.  Not used yet; but basically
11253              a more useful mapping for caseless aka case-ignoring than
11254              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
11255              algorithm for creating the foldings uses equivalence classes,
11256              see http://www.unicode.org/unicode/reports/tr21/
11257              Hopefully this feature will be used in //i.
11258              (The folding tables were introduced by #12689.)
11259      Branch: perl
11260            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
11261            ! utf8.c
11262 ____________________________________________________________________________
11263 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
11264         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
11265              From: "Craig A. Berry" <craigberry@mac.com>
11266              Date: Fri, 02 Nov 2001 00:03:52 -0600
11267              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
11268      Branch: perl
11269            ! lib/AutoSplit.t
11270 ____________________________________________________________________________
11271 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
11272         Log: Subject: Trivial doc patch
11273              From: andreas.koenig@anima.de (Andreas J. Koenig)
11274              Date: 02 Nov 2001 06:11:35 +0100
11275              Message-ID: <m37kt94v08.fsf@anima.de>
11276      Branch: perl
11277            ! pod/perlport.pod
11278 ____________________________________________________________________________
11279 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
11280         Log: Make encoding and charnames pragmas coexist.
11281      Branch: perl
11282            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
11283 ____________________________________________________________________________
11284 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
11285         Log: The basic character classes seem to go untested with Unicode.
11286      Branch: perl
11287            ! t/op/pat.t
11288 ____________________________________________________________________________
11289 [ 12802] By: ams                                   on 2001/11/02  00:39:36
11290         Log: Subject: [PATCH] the the double double word word fix fix
11291              From: Richard Soderberg <rs@oregonnet.com>
11292              Date: Thu, 1 Nov 2001 13:12:03 -0800
11293              Message-Id: <200111012112.NAA23288@oregonnet.com>
11294              
11295              Subject: Re: [PATCH] the the double double word word fix fix
11296              From: Mark-Jason Dominus <mjd@plover.com>
11297              Date: Thu, 01 Nov 2001 16:43:40 -0500
11298              Message-Id: <20011101214340.2044.qmail@plover.com>
11299              
11300              Subject: Re: [PATCH] the the double double word word fix fix
11301              From: Mark-Jason Dominus <mjd@plover.com>
11302              Date: Thu, 01 Nov 2001 16:51:39 -0500
11303              Message-Id: <20011101215139.2196.qmail@plover.com>
11304      Branch: perl
11305            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
11306            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
11307            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
11308            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
11309            ! pod/perltodo.pod pod/perlxstut.pod
11310 ____________________________________________________________________________
11311 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
11312         Log: Comment tweaks.
11313      Branch: perl
11314            ! toke.c
11315 ____________________________________________________________________________
11316 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
11317         Log: FAQ sync.
11318      Branch: perl
11319            ! pod/perlfaq9.pod
11320 ____________________________________________________________________________
11321 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
11322         Log: If an encoding is set by -M/-m, it must be in
11323              effect only for the actual script, not any other
11324              required/-M/-m'ed module, otherwise we enter a nasty
11325              recursion in regexec.c while trying to init the simple
11326              UTF-8 charclasses like PL_utf8_alnum.
11327      Branch: perl
11328            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
11329 ____________________________________________________________________________
11330 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
11331         Log: A bit more descriptive name.
11332      Branch: perl
11333            ! mg.c
11334 ____________________________________________________________________________
11335 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
11336         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
11337              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11338              Date: Wed, 31 Oct 2001 13:47:04 EST
11339              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
11340      Branch: perl
11341            ! ext/Time/HiRes/HiRes.t
11342 ____________________________________________________________________________
11343 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
11344         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
11345              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11346              Date: Wed, 31 Oct 2001 13:43:29 EST
11347              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
11348      Branch: perl
11349            ! mg.c
11350 ____________________________________________________________________________
11351 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
11352         Log: Subject: [PATCH] Various test cleanups
11353              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11354              Date: Tue, 30 Oct 2001 21:56:26 +0100
11355              Message-ID: <20011030215626.A28503@rafael>
11356      Branch: perl
11357            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
11358            ! ext/DB_File/t/db-recno.t ext/Encode.t
11359 ____________________________________________________________________________
11360 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
11361         Log: Update Changes.
11362      Branch: perl
11363            ! Changes patchlevel.h
11364 ____________________________________________________________________________
11365 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
11366         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
11367              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
11368              Date: Wed, 31 Oct 2001 17:16:39 +0100
11369              Message-ID: <20011031171639.A32511@rafael>
11370      Branch: perl
11371            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
11372 ____________________________________________________________________________
11373 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
11374         Log: Skip message nit.
11375      Branch: perl
11376            ! t/io/fs.t
11377 ____________________________________________________________________________
11378 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
11379         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
11380              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
11381              Date: 31 Oct 2001 14:49:37 -0000
11382              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
11383      Branch: perl
11384            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
11385 ____________________________________________________________________________
11386 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
11387         Log: Extend the effect of the encoding pragma to chr() and ord().
11388              
11389              TODO: regex literals, reentrancy problems with the utf8
11390              and charnames pragmas.
11391      Branch: perl
11392            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
11393 ____________________________________________________________________________
11394 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
11395         Log: Doc tweaks.
11396      Branch: perl
11397            ! lib/encoding.pm
11398 ____________________________________________________________________________
11399 [ 12788] By: nick                                  on 2001/10/31  08:59:56
11400         Log: Integrate mainline
11401      Branch: perlio
11402           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
11403           !> (integrate 49 files)
11404 ____________________________________________________________________________
11405 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
11406         Log: Forgot new proto.
11407      Branch: perl
11408            ! proto.h
11409 ____________________________________________________________________________
11410 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
11411         Log: Clarification: use encoding cannot be used to
11412              change the default encoding of "your whole script";
11413              only the default encoding of the *data*.  Also, it
11414              seems that "use encoding" does not mix with "use utf8"
11415              (a coredumping recursion ensues).  Should not be a huge
11416              problem since "use utf8" is pretty marginal nowadays.
11417      Branch: perl
11418            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
11419 ____________________________________________________________________________
11420 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
11421         Log: More documentation for the encode pragma.
11422      Branch: perl
11423            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
11424            ! pod/perlapi.pod pod/perlunicode.pod sv.c
11425 ____________________________________________________________________________
11426 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
11427         Log: Thinko in #12783.
11428      Branch: perl
11429            ! sv.c
11430 ____________________________________________________________________________
11431 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
11432         Log: Make sv_recode_to_utf8() a real API: the encoding
11433              is a parameter, instead of a global.  Document the
11434              PERL_ENCODING.
11435      Branch: perl
11436            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
11437            ! toke.c
11438 ____________________________________________________________________________
11439 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
11440         Log: Enable -Mencoding=foobar also for string literals.
11441      Branch: perl
11442            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
11443            ! pod/perlapi.pod proto.h sv.c toke.c
11444 ____________________________________________________________________________
11445 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
11446         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
11447              From: Andy Dougherty <doughera@lafayette.edu>
11448              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
11449              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
11450      Branch: perl
11451            ! ext/POSIX/hints/svr4.pl
11452 ____________________________________________________________________________
11453 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
11454         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
11455              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
11456              Date: Mon, 29 Oct 2001 23:11:58 -0000
11457              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
11458              
11459              Add compat.h.
11460      Branch: perl
11461            ! lib/h2xs.t utils/h2xs.PL
11462 ____________________________________________________________________________
11463 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
11464         Log: Subject: PerlIOBuf_dup
11465              From: Nicholas Clark <nick@ccl4.org>              
11466              Date: Mon, 29 Oct 2001 21:52:35 +0000             
11467              Message-ID: <20011029215235.K41204@plum.flirble.org>
11468              
11469              Add prototype.
11470      Branch: perl
11471            ! perliol.h
11472 ____________________________________________________________________________
11473 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
11474         Log: Subject: [PATCH] Make malloc.c errors more useful
11475              From: Richard Soderberg <rs@oregonnet.com>
11476              Date: Mon, 29 Oct 2001 22:28:02 -0800
11477              Message-Id: <200110300628.WAA11025@oregonnet.com>
11478      Branch: perl
11479            ! malloc.c
11480 ____________________________________________________________________________
11481 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
11482         Log: Retract #12776 - the bug 19990906.001 is still valid.
11483      Branch: perl
11484            ! t/run/kill_perl.t
11485 ____________________________________________________________________________
11486 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
11487         Log: (Retracted by #12777)
11488              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
11489              From: Michael G Schwern <schwern@pobox.com> 
11490              Date: Mon, 29 Oct 2001 23:01:08 -0500
11491              Message-ID: <20011029230108.G18053@blackrider>
11492      Branch: perl
11493            ! t/run/kill_perl.t
11494 ____________________________________________________________________________
11495 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
11496         Log: Comment nits.
11497      Branch: perl
11498            ! lib/encoding.t
11499 ____________________________________________________________________________
11500 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
11501         Log: integrate change#12772 from mainline
11502              
11503              Subject: [PATCH] Mommy, what's a pointer cast?
11504      Branch: maint-5.6/perl
11505            ! perl.h
11506 ____________________________________________________________________________
11507 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
11508         Log: Subject: [PATCH] Mommy, what's a pointer cast?
11509              From: Richard Soderberg <rs@oregonnet.com>
11510              Date: Mon, 29 Oct 2001 17:01:10 -0800
11511              Message-Id: <200110300101.RAA31561@oregonnet.com>
11512              
11513              (threads* parts)
11514      Branch: perl
11515            ! ext/threads/shared/shared.xs ext/threads/threads.xs
11516 ____________________________________________________________________________
11517 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
11518         Log: Subject: [PATCH] Mommy, what's a pointer cast?
11519              From: Richard Soderberg <rs@oregonnet.com>
11520              Date: Mon, 29 Oct 2001 17:01:10 -0800
11521              Message-Id: <200110300101.RAA31561@oregonnet.com>
11522              
11523              (the perl.h part)
11524      Branch: perl
11525            ! perl.h
11526 ____________________________________________________________________________
11527 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
11528         Log: Subject: [PATCH] OpenBSD likes signal.h 
11529              From: Richard Soderberg <rs@oregonnet.com>
11530              Date: Mon, 29 Oct 2001 17:00:31 -0800
11531              Message-Id: <200110300100.RAA31533@oregonnet.com>
11532      Branch: perl
11533            ! unixish.h
11534 ____________________________________________________________________________
11535 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
11536         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
11537              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
11538              Date: Mon, 29 Oct 2001 23:04:23 -0000
11539              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
11540      Branch: perl
11541            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
11542            ! ext/DB_File/t/db-recno.t
11543 ____________________________________________________________________________
11544 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
11545         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
11546              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
11547              Date: Mon, 29 Oct 2001 12:34:07 -0600
11548              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
11549      Branch: perl
11550            ! ext/Time/HiRes/HiRes.t
11551 ____________________________________________________________________________
11552 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
11553         Log: Update Changes.
11554      Branch: perl
11555            ! Changes patchlevel.h
11556 ____________________________________________________________________________
11557 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
11558         Log: AIX needs an explicit symbol export list.
11559      Branch: perl
11560            ! lib/ExtUtils/Embed.t
11561 ____________________________________________________________________________
11562 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
11563         Log: The test (and the module) would require some
11564              quality hacking time to work on EBCDIC.  Based on
11565              the test results nothing seems to be majorly broken,
11566              the module just seems to have strange assumptions:
11567              got: ''\226\225\205'
11568              expected: ''one'
11569              The \226\225\205 being, of course, 'one', in EBCDIC.
11570      Branch: perl
11571            ! lib/Dumpvalue.t
11572 ____________________________________________________________________________
11573 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
11574         Log: Mark the test known to be failing in EBCDIC.
11575      Branch: perl
11576            ! t/op/tr.t
11577 ____________________________________________________________________________
11578 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
11579         Log: None of the libnet modules are going to work in
11580              EBCDIC without the Convert::EBCDIC.
11581      Branch: perl
11582            ! t/lib/1_compile.t
11583 ____________________________________________________________________________
11584 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
11585         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
11586      Branch: perl
11587            ! t/op/pack.t
11588 ____________________________________________________________________________
11589 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
11590         Log: UTF-EBCDIC ain't UTF-8.
11591      Branch: perl
11592            ! t/op/pack.t
11593 ____________________________________________________________________________
11594 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
11595         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
11596      Branch: perl
11597            ! t/lib/1_compile.t
11598 ____________________________________________________________________________
11599 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
11600         Log: Let's not assume ASCII.
11601      Branch: perl
11602            ! t/op/lc.t
11603 ____________________________________________________________________________
11604 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
11605         Log: Call the new perlio symbols differently.
11606      Branch: perl
11607            ! makedef.pl
11608 ____________________________________________________________________________
11609 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
11610         Log: Don't expect ASCII ordering.
11611      Branch: perl
11612            ! lib/ExtUtils/Manifest.t
11613 ____________________________________________________________________________
11614 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
11615         Log: Forgot from #12756.
11616      Branch: perl
11617            ! perlio.h
11618 ____________________________________________________________________________
11619 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
11620         Log: BeOS tweaks:
11621              - fseeko and ftello can be found by Configure but
11622              we do not seem to have prototypes for them so
11623              let's make up some
11624              - BeOS didn't use to have real sockets (sockets as
11625              filedescriptors) but the BONE package is supposed
11626              to fix this.  I do not know how to detect BONEness,
11627              see hints/beos.sh for a spot that needs to fixed.
11628              - BeOS has O_TEXT != O_BINARY but has no setmode()
11629      Branch: perl
11630            ! hints/beos.sh perlio.c
11631 ____________________________________________________________________________
11632 [ 12755] By: sky                                   on 2001/10/29  12:56:12
11633         Log: Ugly fix to not die when a thread creator is holding locks.
11634      Branch: perl
11635            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
11636            ! ext/threads/threads.xs
11637 ____________________________________________________________________________
11638 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
11639         Log: Integrate change #12752 from maintperl;
11640              
11641              croak(Nullch) wasn't printing the contents of ERRSV if there was
11642              no outer eval (bug in change#6125)
11643      Branch: perl
11644           !> util.c
11645 ____________________________________________________________________________
11646 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
11647         Log: Subject: [PATCH h2xs] Use of static data in XS modules
11648              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
11649              Date: Sun, 28 Oct 2001 21:19:07 -0000
11650              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
11651              
11652              with nits from Sarathy.
11653      Branch: perl
11654            ! utils/h2xs.PL
11655 ____________________________________________________________________________
11656 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
11657         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
11658              no outer eval (bug in change#6125)
11659      Branch: maint-5.6/perl
11660            ! util.c
11661 ____________________________________________________________________________
11662 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
11663         Log: More todo for the encoding pragma.
11664      Branch: perl
11665            ! lib/encoding.pm
11666 ____________________________________________________________________________
11667 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
11668         Log: Add the encoding pragma to control the "upgrade"
11669              from the native eight bit data to Unicode.
11670              
11671              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
11672      Branch: perl
11673            + lib/encoding.pm lib/encoding.t
11674            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
11675            ! pod/perlunicode.pod pod/perlvar.pod sv.c
11676 ____________________________________________________________________________
11677 [ 12749] By: sky                                   on 2001/10/28  21:02:33
11678         Log: Update documentation.
11679      Branch: perl
11680            ! ext/threads/shared/shared.pm
11681 ____________________________________________________________________________
11682 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
11683         Log: Integrate change #12747 from maintperl;
11684              
11685              finishing touches to system() fixes on windows:
11686              * detect cmd shell correctly even if it had full path in it
11687              * more quoting needed for single-arg system if the argument
11688              really had multiple quoted arguments within it
11689              * be smarter about not calling the shell when the executable
11690              has spaces, but otherwise does not need shell involvement
11691              * add a testsuite (windows-specific currently)
11692      Branch: perl
11693           +> t/op/system.t t/op/system_tests
11694            ! MANIFEST pod/perltodo.pod
11695           !> win32/win32.c
11696 ____________________________________________________________________________
11697 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
11698         Log: finishing touches to system() fixes on windows:
11699              * detect cmd shell correctly even if it had full path in it
11700              * more quoting needed for single-arg system if the argument
11701              really had multiple quoted arguments within it
11702              * be smarter about not calling the shell when the executable
11703              has spaces, but otherwise does not need shell involvement
11704              * add a testsuite (windows-specific currently)
11705      Branch: maint-5.6/perl
11706            + t/op/system.t t/op/system_tests
11707            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
11708 ____________________________________________________________________________
11709 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
11710         Log: Integrate perlio.
11711      Branch: perl
11712           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
11713 ____________________________________________________________________________
11714 [ 12745] By: nick                                  on 2001/10/28  16:08:14
11715         Log: Mingw32 fixup for Embed.t
11716      Branch: perlio
11717            ! lib/ExtUtils/Embed.t
11718 ____________________________________________________________________________
11719 [ 12744] By: nick                                  on 2001/10/28  15:54:14
11720         Log: GCC vs MS 64-bit constant syntax
11721      Branch: perlio
11722            ! ext/Time/HiRes/HiRes.xs
11723 ____________________________________________________________________________
11724 [ 12743] By: nick                                  on 2001/10/28  15:42:55
11725         Log: Integrate mainline
11726      Branch: perlio
11727           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
11728 ____________________________________________________________________________
11729 [ 12742] By: sky                                   on 2001/10/28  14:47:10
11730         Log: Manpage updates.
11731      Branch: perl
11732            ! ext/threads/threads.pm
11733 ____________________________________________________________________________
11734 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
11735         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
11736      Branch: perl
11737            ! lib/ExtUtils/Embed.t
11738 ____________________________________________________________________________
11739 [ 12740] By: nick                                  on 2001/10/28  14:14:24
11740         Log: Integrate mainline
11741      Branch: perlio
11742           !> lib/ExtUtils/Embed.t win32/win32.c
11743 ____________________________________________________________________________
11744 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
11745         Log: Need to be ./executed.
11746      Branch: perl
11747            ! lib/ExtUtils/Embed.t
11748 ____________________________________________________________________________
11749 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
11750         Log: Integrate perlio.
11751      Branch: perl
11752           !> perlio.c win32/win32.h
11753 ____________________________________________________________________________
11754 [ 12737] By: nick                                  on 2001/10/28  13:53:45
11755         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
11756              by gcc -xc++.
11757      Branch: perlio
11758            ! win32/win32.h
11759 ____________________________________________________________________________
11760 [ 12736] By: nick                                  on 2001/10/28  13:50:50
11761         Log: Have :stdio layer update an honour the fd refcnt table.
11762              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
11763      Branch: perlio
11764            ! perlio.c
11765 ____________________________________________________________________________
11766 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
11767         Log: Integrate changes #12724 and #12725 from maintperl;
11768              multiarg system now works.
11769      Branch: perl
11770           !> win32/win32.c
11771 ____________________________________________________________________________
11772 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
11773         Log: Integrate perlio.
11774      Branch: perl
11775           +> lib/ExtUtils/Embed.t
11776           !> MANIFEST perlio.c
11777 ____________________________________________________________________________
11778 [ 12733] By: nick                                  on 2001/10/28  13:07:16
11779         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
11780              least for PERLIO=perlio unthreaded case
11781      Branch: perlio
11782            ! perlio.c
11783 ____________________________________________________________________________
11784 [ 12732] By: nick                                  on 2001/10/28  11:10:24
11785         Log: Typo in exe name
11786      Branch: perlio
11787            ! lib/ExtUtils/Embed.t
11788 ____________________________________________________________________________
11789 [ 12731] By: nick                                  on 2001/10/28  11:09:59
11790         Log: Integrate Mainline
11791      Branch: perlio
11792           !> Changes configure.com ext/DB_File/DB_File.pm
11793           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
11794           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
11795           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
11796           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
11797           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
11798           !> t/TEST t/op/regexp.t win32/buildext.pl
11799 ____________________________________________________________________________
11800 [ 12730] By: nick                                  on 2001/10/28  11:05:35
11801         Log: Fixup Embed.t for Win32/VC++
11802      Branch: perlio
11803            ! lib/ExtUtils/Embed.t
11804 ____________________________________________________________________________
11805 [ 12729] By: nick                                  on 2001/10/28  09:36:20
11806         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
11807              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
11808              ExtUtils::Embed.
11809      Branch: perlio
11810            + lib/ExtUtils/Embed.t
11811            ! MANIFEST
11812 ____________________________________________________________________________
11813 [ 12728] By: sky                                   on 2001/10/28  08:12:53
11814         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
11815              line manually!
11816      Branch: perl
11817            ! lib/ExtUtils/xsubpp
11818 ____________________________________________________________________________
11819 [ 12727] By: sky                                   on 2001/10/28  08:02:09
11820         Log: And here we use the prototypes.
11821      Branch: perl
11822            ! ext/threads/shared/shared.xs
11823 ____________________________________________________________________________
11824 [ 12726] By: sky                                   on 2001/10/28  08:00:48
11825         Log: Support [] style prototypes.
11826      Branch: perl
11827            ! lib/ExtUtils/xsubpp
11828 ____________________________________________________________________________
11829 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
11830         Log: yet another multi-arg system() fix on windows: batch files as the
11831              first argument (i.e. directly executed by CreateProcess()) need
11832              extra quoting to escape shell-shock
11833      Branch: maint-5.6/perl
11834            ! win32/win32.c
11835 ____________________________________________________________________________
11836 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
11837         Log: another multi-arg system() fix on windows: passing empty arguments
11838              now works
11839      Branch: maint-5.6/perl
11840            ! win32/win32.c
11841 ____________________________________________________________________________
11842 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
11843         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
11844              No final #else #error because we do not seem to
11845              be using #error?
11846      Branch: perl
11847            ! op.h
11848 ____________________________________________________________________________
11849 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
11850         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
11851              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
11852              Date: Sat, 27 Oct 2001 23:28:44 EST 
11853              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
11854      Branch: perl
11855            ! ext/Time/HiRes/HiRes.xs
11856 ____________________________________________________________________________
11857 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
11858         Log: Regen perlapi, perltoc.
11859      Branch: perl
11860            ! pod/perlapi.pod pod/perltoc.pod
11861 ____________________________________________________________________________
11862 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
11863         Log: Subject: [PATCH] sv.h documentation
11864              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
11865              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
11866              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
11867      Branch: perl
11868            ! sv.h
11869 ____________________________________________________________________________
11870 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
11871         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
11872              system("nmake -nologo", "clean") and there is no executable
11873              called "nmake -nologo"; this used to "work" pre-change#12559 due
11874              to bugs in multiarg system() that have since been fixed
11875      Branch: perl
11876            ! win32/buildext.pl
11877 ____________________________________________________________________________
11878 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
11879         Log: Update Changes.
11880      Branch: perl
11881            ! Changes patchlevel.h
11882 ____________________________________________________________________________
11883 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
11884         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
11885              From: Richard.Foley@t-online.de (Richard Foley)            
11886              Date: Sun, 28 Oct 2001 00:48:32 +0200
11887              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
11888      Branch: perl
11889            ! pod/perlhack.pod
11890 ____________________________________________________________________________
11891 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
11892         Log: Must store pointers with the right width.
11893      Branch: perl
11894            ! op.h
11895 ____________________________________________________________________________
11896 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
11897         Log: Integrate change #12711 from perlio;
11898              
11899              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
11900              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
11901      Branch: perl
11902           !> perlio.c
11903 ____________________________________________________________________________
11904 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
11905         Log: Subject: [PATCH] make minitest
11906              From: Nicholas Clark <nick@ccl4.org>
11907              Date: Sat, 27 Oct 2001 22:56:16 +0100
11908              Message-ID: <20011027225616.L20275@plum.flirble.org>
11909      Branch: perl
11910            ! t/TEST
11911 ____________________________________________________________________________
11912 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
11913         Log: Patch #12661 missed this.
11914      Branch: perl
11915            ! ext/DB_File/DB_File.pm
11916 ____________________________________________________________________________
11917 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
11918         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
11919              From: "Craig A. Berry" <craigberry@mac.com>
11920              Date: Sat, 27 Oct 2001 16:07:47 -0500
11921              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
11922      Branch: perl
11923            ! configure.com perlio.c
11924 ____________________________________________________________________________
11925 [ 12711] By: nick                                  on 2001/10/27  19:49:25
11926         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
11927              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
11928      Branch: perlio
11929            ! perlio.c
11930 ____________________________________________________________________________
11931 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
11932         Log: Let's not replace reason if there's one already supplied.
11933      Branch: perl
11934            ! t/op/regexp.t
11935 ____________________________________________________________________________
11936 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
11937         Log: is not good.
11938      Branch: perl
11939            ! t/op/regexp.t
11940 ____________________________________________________________________________
11941 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
11942         Log: ldlibpth can exist but be unset.
11943      Branch: perl
11944            ! t/TEST
11945 ____________________________________________________________________________
11946 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
11947         Log: Unicode: property alias naming cleanup.
11948      Branch: perl
11949            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
11950 ____________________________________________________________________________
11951 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
11952         Log: FAQ sync.
11953      Branch: perl
11954            ! pod/perlfaq4.pod
11955 ____________________________________________________________________________
11956 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
11957         Log: Integrate change #12703 from maintperl;
11958              
11959              typemap stuff intervenes before declaration, move it to PREINIT
11960              section
11961              
11962              (an empty integrate, but now the files are in sync
11963              between the branches)
11964      Branch: perl
11965           !> ext/ODBM_File/ODBM_File.xs
11966 ____________________________________________________________________________
11967 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
11968         Log: More PerlIO symbols.
11969      Branch: perl
11970            ! makedef.pl
11971 ____________________________________________________________________________
11972 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
11973         Log: typemap stuff intervenes before declaration, move it to PREINIT
11974              section
11975      Branch: maint-5.6/perl
11976            ! ext/ODBM_File/ODBM_File.xs
11977 ____________________________________________________________________________
11978 [ 12702] By: nick                                  on 2001/10/27  14:09:35
11979         Log: Integrate mainline
11980      Branch: perlio
11981           +> ext/threads/shared/t/av_simple.t
11982           +> ext/threads/shared/t/hv_refs.t
11983           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
11984           !> (integrate 109 files)
11985 ____________________________________________________________________________
11986 [ 12700] By: ams                                   on 2001/10/26  21:22:23
11987         Log: Subject: [PATCH] tweak divide
11988              From: Nicholas Clark <nick@ccl4.org>
11989              Date: Fri, 26 Oct 2001 22:52:17 +0100
11990              Message-Id: <20011026225217.B20275@plum.flirble.org>
11991      Branch: perl
11992            ! pp.c
11993 ____________________________________________________________________________
11994 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
11995         Log: Integrate a buncha things from maintperl.
11996      Branch: maint-5.6/macperl
11997           !> (integrate 32 files)
11998 ____________________________________________________________________________
11999 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
12000         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
12001              From: Andy Dougherty <doughera@lafayette.edu>
12002              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
12003              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
12004      Branch: perl
12005            ! hints/svr4.sh
12006 ____________________________________________________________________________
12007 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
12008         Log: When you're root, many things become writable.
12009      Branch: perl
12010            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
12011 ____________________________________________________________________________
12012 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
12013         Log: Update Changes.
12014      Branch: perl
12015            ! Changes patchlevel.h
12016 ____________________________________________________________________________
12017 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
12018         Log: Term/Cap.t attempts to access the floppy drive for no good reason
12019              on dosish systems
12020      Branch: perl
12021            ! lib/Term/Cap.t
12022 ____________________________________________________________________________
12023 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
12024         Log: fix misleading comment on known inadequacy in B::Terse, and skip
12025              it correctly
12026      Branch: perl
12027            ! ext/B/t/terse.t
12028 ____________________________________________________________________________
12029 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
12030         Log: fix spurious AutoSplit.t failure under windows
12031      Branch: perl
12032            ! lib/AutoSplit.t
12033 ____________________________________________________________________________
12034 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
12035         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
12036      Branch: perl
12037            ! ext/Time/HiRes/HiRes.t
12038 ____________________________________________________________________________
12039 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
12040         Log: More logical to use %04"UVXf" than %"UVuf" since
12041              the Unicode standard prefers hex.
12042      Branch: perl
12043            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
12044            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
12045            ! lib/unicore/mktables utf8.c
12046 ____________________________________________________________________________
12047 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
12048         Log: change#12065 seems to have broken Encode build on windows; fix
12049      Branch: perl
12050            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
12051 ____________________________________________________________________________
12052 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
12053         Log: Unicode: add the case folding table.
12054      Branch: perl
12055            + lib/unicore/To/Fold.pl
12056            ! MANIFEST lib/unicore/mktables
12057 ____________________________________________________________________________
12058 [ 12688] By: sky                                   on 2001/10/26  13:51:29
12059         Log: Get the new functions right, do not export lock since we use builtin lock.
12060              TODO: fix xsubpp to support the new prototypes
12061      Branch: perl
12062            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12063 ____________________________________________________________________________
12064 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
12065         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
12066              as suggested by Sarathy.
12067      Branch: perl
12068            ! mg.c
12069 ____________________________________________________________________________
12070 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
12071         Log: avoid compiler warning
12072      Branch: perl
12073            ! win32/win32.c
12074 ____________________________________________________________________________
12075 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
12076         Log: WinCE update from Rainer Keuchel.
12077      Branch: perl
12078            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
12079            ! wince/wince.c
12080 ____________________________________________________________________________
12081 [ 12684] By: sky                                   on 2001/10/26  13:34:33
12082         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
12083      Branch: perl
12084            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12085 ____________________________________________________________________________
12086 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
12087         Log: More fixes that were made to the core and not in the libnet src
12088      Branch: perl
12089            ! lib/Net/Domain.pm
12090 ____________________________________________________________________________
12091 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
12092         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
12093              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
12094              Date: Fri, 26 Oct 2001 13:55:21 +0200
12095              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
12096              
12097              (plus make the db-recno.t#59 accept both \n and \r\n)
12098      Branch: perl
12099            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
12100            ! ext/DB_File/t/db-recno.t
12101 ____________________________________________________________________________
12102 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
12103         Log: Fix tests to be able to run in the core and the CPAN dist
12104      Branch: perl
12105            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
12106            ! lib/Net/t/require.t lib/Net/t/smtp.t
12107 ____________________________________________________________________________
12108 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
12109         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
12110              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12111              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
12112              Date: Fri, 26 Oct 2001 08:34:46 EDT
12113      Branch: perl
12114            ! ext/Time/HiRes/HiRes.t
12115 ____________________________________________________________________________
12116 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
12117         Log: Sync libnet modules with what will be libnet-1.08
12118      Branch: perl
12119            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
12120            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
12121            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
12122            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
12123 ____________________________________________________________________________
12124 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
12125         Log: Integrate maintperl changes #12268 and #12669;
12126              
12127              final touches to the audit for statics and thread-unsafe code
12128              * make DB_File, ODBM_File thread-safe 
12129              * remove unnecessary/dangerous statics and protect others
12130              from not getting accidentally enabled under threaded perls
12131              
12132              windows support functions get_childdir() et al aren't exported
12133              correctly under vanilla build
12134              
12135              Testing under win32 appreciated since changes there had
12136              to be manually merged and I cannot test how badly did I do.
12137      Branch: perl
12138           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
12139           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
12140           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
12141           !> win32/vmem.h win32/win32.c win32/win32iop.h
12142 ____________________________________________________________________________
12143 [ 12677] By: sky                                   on 2001/10/26  12:37:17
12144         Log: More Config::threads to threads::threads changes
12145      Branch: perl
12146            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
12147 ____________________________________________________________________________
12148 [ 12676] By: sky                                   on 2001/10/26  12:31:46
12149         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
12150      Branch: perl
12151            ! ext/threads/threads.pm ext/threads/threads.xs
12152 ____________________________________________________________________________
12153 [ 12675] By: sky                                   on 2001/10/26  12:06:30
12154         Log: Allocing a TLS in runtime is not too hot.
12155      Branch: perl
12156            ! ext/threads/threads.xs
12157 ____________________________________________________________________________
12158 [ 12674] By: sky                                   on 2001/10/26  11:59:09
12159         Log: Don't display debug data.
12160      Branch: perl
12161            ! ext/threads/threads.pm
12162 ____________________________________________________________________________
12163 [ 12673] By: sky                                   on 2001/10/26  11:35:47
12164         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
12165              complete bar support for blessed objects.
12166              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
12167      Branch: perl
12168            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
12169 ____________________________________________________________________________
12170 [ 12672] By: sky                                   on 2001/10/26  11:15:28
12171         Log: Fix case where shared reference does not exist in current thread.
12172      Branch: perl
12173            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
12174 ____________________________________________________________________________
12175 [ 12671] By: sky                                   on 2001/10/26  08:48:52
12176         Log: Support for references in shared arrays.
12177      Branch: perl
12178            ! ext/threads/shared/shared.xs
12179 ____________________________________________________________________________
12180 [ 12670] By: sky                                   on 2001/10/26  08:30:11
12181         Log: Add tests for references in hashes.
12182      Branch: perl
12183            + ext/threads/shared/t/hv_refs.t
12184            ! MANIFEST
12185 ____________________________________________________________________________
12186 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
12187         Log: windows support functions get_childdir() et al aren't exported
12188              correctly under vanilla build
12189      Branch: maint-5.6/perl
12190            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
12191 ____________________________________________________________________________
12192 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
12193         Log: final touches to the audit for statics and thread-unsafe code
12194              * make DB_File, ODBM_File thread-safe 
12195              * remove unnecessary/dangerous statics and protect others
12196              from not getting accidentally enabled under threaded perls
12197      Branch: maint-5.6/perl
12198            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
12199            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
12200            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
12201            ! win32/win32.c
12202 ____________________________________________________________________________
12203 [ 12667] By: ams                                   on 2001/10/26  03:48:36
12204         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
12205              From: "Richard Soderberg" <rs@crystalflame.net>
12206              Date: Thu, 25 Oct 2001 23:42:50 -0400
12207              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
12208      Branch: perl
12209            ! sharedsv.c
12210 ____________________________________________________________________________
12211 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
12212         Log: Integrate change #12664 from maintperl;
12213              
12214              the newest GCCs don't seem to like C<"string1"##STRING2>
12215              so keep it as C<"string1" STRING2> (latter appears to
12216              work everywhere)
12217      Branch: perl
12218           !> ext/DynaLoader/dlutils.c
12219 ____________________________________________________________________________
12220 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
12221         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
12222              From: Chris Nandor <pudge@pobox.com>
12223              Date: Thu, 25 Oct 2001 22:15:03 -0400
12224              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
12225      Branch: perl
12226            ! perl.h
12227 ____________________________________________________________________________
12228 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
12229         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
12230              C<"string1" STRING2> (latter appears to work everywhere)
12231      Branch: maint-5.6/perl
12232            ! ext/DynaLoader/dlutils.c
12233 ____________________________________________________________________________
12234 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
12235         Log: AUTHORS update.
12236      Branch: perl
12237            ! AUTHORS
12238 ____________________________________________________________________________
12239 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
12240         Log: Integrate change #12660 from maintperl;
12241              
12242              make the dMY_CXT stuff available under all of
12243              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
12244      Branch: perl
12245           !> perl.h
12246 ____________________________________________________________________________
12247 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
12248         Log: Subject: [PATCH] DB_File-1.79
12249              From: "Paul Marquess" <paul.marquess@openwave.com>
12250              Date: Fri, 26 Oct 2001 00:03:54 +0100
12251              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
12252      Branch: perl
12253            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
12254            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
12255 ____________________________________________________________________________
12256 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
12257         Log: make the dMY_CXT stuff available under all of
12258              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
12259      Branch: maint-5.6/perl
12260            ! perl.h
12261 ____________________________________________________________________________
12262 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
12263         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
12264              From: Michael G Schwern <schwern@pobox.com>
12265              Date: Thu, 25 Oct 2001 18:28:12 -0400
12266              Message-ID: <20011025182812.M4811@blackrider>
12267      Branch: perl
12268            ! t/run/kill_perl.t
12269 ____________________________________________________________________________
12270 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
12271         Log: STRLEN != int.
12272      Branch: perl
12273            ! regcomp.c regexec.c
12274 ____________________________________________________________________________
12275 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
12276         Log: Subject: [PATCH] remove small IVop redundancy
12277              From: Nicholas Clark <nick@ccl4.org>
12278              Date: Thu, 25 Oct 2001 22:48:28 +0100
12279              Message-ID: <20011025224827.M66471@plum.flirble.org>
12280      Branch: perl
12281            ! pp.c pp_hot.c
12282 ____________________________________________________________________________
12283 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
12284         Log: Metaconfig unit change for #12655.
12285      Branch: metaconfig/U/perl
12286            ! Extensions.U
12287 ____________________________________________________________________________
12288 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
12289         Log: Subject: Re: Not OK @12650
12290              From: Andy Dougherty <doughera@lafayette.edu>
12291              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
12292              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
12293      Branch: perl
12294            ! Configure
12295 ____________________________________________________________________________
12296 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
12297         Log: Integrate changes #12652 and #12653 from maintperl;
12298              
12299              more tweaks to change#12626
12300              * move the boilerplate code over to perl.h and make DynaLoader
12301              use it
12302              * make re, Opcode, File::Glob and B threadsafe
12303              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
12304              C<no re;> anywhere)
12305              
12306              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
12307              
12308              File::Glob required a bit more work in bleadperl
12309              because of ExtUtils::Constant (see the Makefile.PL change)
12310      Branch: perl
12311            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
12312           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
12313           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
12314 ____________________________________________________________________________
12315 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
12316         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
12317      Branch: maint-5.6/perl
12318            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
12319            ! ext/Opcode/Opcode.xs ext/re/re.xs
12320 ____________________________________________________________________________
12321 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
12322         Log: more tweaks to change#12626
12323              * move the boilerplate code over to perl.h and make DynaLoader
12324              use it
12325              * make re, Opcode, File::Glob and B threadsafe
12326              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
12327              C<no re;> anywhere)
12328      Branch: maint-5.6/perl
12329            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
12330            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
12331 ____________________________________________________________________________
12332 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
12333         Log: Metaconfig unit change for #12650.
12334      Branch: metaconfig/U/perl
12335            ! Extensions.U
12336 ____________________________________________________________________________
12337 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
12338         Log: Subject: Re: ithreads doesn't like usedl=n
12339              From: Andy Dougherty <doughera@lafayette.edu>
12340              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
12341              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
12342              
12343              Special-case threads::shared.
12344      Branch: perl
12345            ! Configure
12346 ____________________________________________________________________________
12347 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
12348         Log: Getting fancier...
12349      Branch: perl
12350            ! t/TEST
12351 ____________________________________________________________________________
12352 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
12353         Log: csh - what a pain.
12354      Branch: perl
12355            ! t/TEST
12356 ____________________________________________________________________________
12357 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
12358         Log: Update Changes.
12359      Branch: perl
12360            ! Changes patchlevel.h
12361 ____________________________________________________________________________
12362 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
12363         Log: Allow resetting the locale system for the duration
12364              of the build (Mac OS X default setting LANG=En_US
12365              ist kaputt)
12366      Branch: perl
12367            ! Makefile.SH
12368 ____________________________________________________________________________
12369 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
12370         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
12371      Branch: perl
12372            ! ext/Digest/MD5/t/files.t
12373 ____________________________________________________________________________
12374 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
12375         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
12376              From: Andy Dougherty <doughera@lafayette.edu>
12377              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
12378              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
12379      Branch: perl
12380            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
12381            ! ext/threads/shared/Makefile.PL
12382 ____________________________________________________________________________
12383 [ 12643] By: sky                                   on 2001/10/25  12:28:26
12384         Log: Add support for reference members of hashes.
12385      Branch: perl
12386            ! ext/threads/shared/shared.xs
12387 ____________________________________________________________________________
12388 [ 12642] By: ams                                   on 2001/10/25  12:21:13
12389         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
12390              From: "Norton Allen" <nort@qnx.com>
12391              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
12392              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
12393      Branch: perl
12394            ! ext/Digest/MD5/MD5.xs
12395 ____________________________________________________________________________
12396 [ 12641] By: sky                                   on 2001/10/25  10:27:39
12397         Log: Tests shared hashes.
12398      Branch: perl
12399            + ext/threads/shared/t/hv_simple.t
12400            ! MANIFEST
12401 ____________________________________________________________________________
12402 [ 12640] By: sky                                   on 2001/10/25  10:18:23
12403         Log: Fix threadcounts for arrays and hashes.
12404      Branch: perl
12405            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12406 ____________________________________________________________________________
12407 [ 12639] By: sky                                   on 2001/10/25  10:17:26
12408         Log: Note to self, doing *src_ary++ in a macro that evaluates
12409              the value more than once is a good way to dump core.
12410      Branch: perl
12411            ! sharedsv.c
12412 ____________________________________________________________________________
12413 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
12414         Log: Integrate change #12636 from maintperl; more dl fixups.
12415      Branch: perl
12416           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
12417           !> ext/DynaLoader/dl_vms.xs
12418 ____________________________________________________________________________
12419 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
12420         Log: Like dl_hpux, like dl_dld.
12421      Branch: perl
12422            ! ext/DynaLoader/dl_dld.xs
12423 ____________________________________________________________________________
12424 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
12425         Log: followups to change#12635
12426      Branch: maint-5.6/perl
12427            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
12428            ! ext/DynaLoader/dl_vms.xs
12429 ____________________________________________________________________________
12430 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
12431         Log: add part of change#12634 to the two files that need it; dl_aix.xs
12432              in maint-5.6 doesn't have the branch that had the problem in
12433              mainline
12434      Branch: maint-5.6/perl
12435            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
12436 ____________________________________________________________________________
12437 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
12438         Log: Fixes for #12627.
12439      Branch: perl
12440            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
12441 ____________________________________________________________________________
12442 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
12443         Log: Since pv_uni_display and sv_uni_display are now used
12444              in the re extension, their symbols have to be exported.
12445      Branch: perl
12446            ! embed.pl global.sym
12447 ____________________________________________________________________________
12448 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
12449         Log: Subject:  Re: [PATCH Perl@12567] debug /list
12450              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12451              Date: Tue, 23 Oct 2001 21:40:33 EDT
12452              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
12453      Branch: perl
12454            ! configure.com
12455 ____________________________________________________________________________
12456 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
12457         Log: This takes care of some of the re 'debug' cases but
12458              not all cases since the information whether the pattern
12459              or the target are utf8 seems to be either lost or not
12460              spread widely enough, sigh.
12461      Branch: perl
12462            ! regcomp.c
12463 ____________________________________________________________________________
12464 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
12465         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
12466              From: John Peacock <jpeacock@rowman.com>
12467              Date: Wed, 24 Oct 2001 16:53:29 -0400
12468              Message-ID: <3BD72A49.1508D152@rowman.com>
12469      Branch: perl
12470            ! configure.com
12471 ____________________________________________________________________________
12472 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
12473         Log: Upgrade NetWare and WinCE as in #12626.
12474      Branch: perl
12475            ! NetWare/dl_netware.xs wince/dl_win32.xs
12476 ____________________________________________________________________________
12477 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
12478         Log: Tru64 compiler nit.
12479      Branch: perl
12480            ! ext/threads/shared/shared.xs
12481 ____________________________________________________________________________
12482 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
12483         Log: Integrate change #12626 from maintperl;
12484              make DynaLoader threadsafe by moving all statics into
12485              interpreter-local space
12486              
12487              TODO: Netware, OS/2, WinCE
12488      Branch: perl
12489           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
12490           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
12491           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
12492           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
12493           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
12494           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
12495           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
12496 ____________________________________________________________________________
12497 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
12498         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
12499              space
12500      Branch: maint-5.6/perl
12501            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
12502            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
12503            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
12504            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
12505            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
12506            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
12507            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
12508 ____________________________________________________________________________
12509 [ 12625] By: sky                                   on 2001/10/24  20:05:26
12510         Log: Change #12623 inflicted an infinite hang. Fixed.
12511      Branch: perl
12512            ! ext/threads/shared/shared.xs
12513 ____________________________________________________________________________
12514 [ 12624] By: sky                                   on 2001/10/24  19:06:55
12515         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
12516      Branch: perl
12517            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12518 ____________________________________________________________________________
12519 [ 12623] By: sky                                   on 2001/10/24  18:06:34
12520         Log: We need to do sharedsv_find in the original perl context.
12521      Branch: perl
12522            ! ext/threads/shared/shared.xs
12523 ____________________________________________________________________________
12524 [ 12622] By: sky                                   on 2001/10/24  17:26:51
12525         Log: Add support for basic support for AVs, references not supported yet.
12526              Add test for AVs.
12527              Add more tests to sv_refs
12528              Fix documentation issues.  
12529      Branch: perl
12530            + ext/threads/shared/t/av_simple.t
12531            ! MANIFEST ext/threads/shared/shared.pm
12532            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
12533 ____________________________________________________________________________
12534 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
12535         Log: Dump Unicode better for re 'debug'.  The regprop()
12536              is unfinished since have to figure out how to detect
12537              Unicodeness in there.
12538      Branch: perl
12539            ! regcomp.c regexec.c
12540 ____________________________________________________________________________
12541 [ 12620] By: sky                                   on 2001/10/24  13:18:07
12542         Log: Add support for finding shared arrays and hashes.
12543      Branch: perl
12544            ! sharedsv.c
12545 ____________________________________________________________________________
12546 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
12547         Log: Rewrite sv_uni_display() as pv_uni_display() as
12548              reimplement sv_uni_display() using that.
12549      Branch: perl
12550            ! dump.c embed.h embed.pl proto.h
12551 ____________________________________________________________________________
12552 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
12553         Log: Integrate change #12615 from maintperl;
12554              on Windows, IO::File::new_tmpfile() fails after being called
12555              32767 times because MSVCRT thinks stdio's TMP_MAX is a
12556              process-wide limit
12557      Branch: perl
12558           !> win32/win32.c
12559 ____________________________________________________________________________
12560 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
12561         Log: Don't try to print ints as IVs.
12562      Branch: perl
12563            ! ext/Time/HiRes/HiRes.xs
12564 ____________________________________________________________________________
12565 [ 12616] By: sky                                   on 2001/10/24  11:06:35
12566         Log: We only need to fetch the SV from the backend if the index
12567              is not the same as mg_private.     In theory this could be
12568              a problem if there are an exact multiple of U16 changes
12569              of a shared variable between two access in a given thread,
12570              we choose to avoid theory for now.
12571      Branch: perl
12572            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
12573 ____________________________________________________________________________
12574 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
12575         Log: on Windows, IO::File::new_tmpfile() fails after being called
12576              32767 times because MSVCRT thinks stdio's TMP_MAX is a
12577              process-wide limit
12578      Branch: maint-5.6/perl
12579            ! win32/win32.c
12580 ____________________________________________________________________________
12581 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
12582         Log: Negation and Unicode: sort of solves 20010303.010,
12583              except not quite like reported in the Subject
12584              (Perl_warner is still utf8-ignorant).
12585      Branch: perl
12586            ! pp.c t/lib/warnings/sv
12587 ____________________________________________________________________________
12588 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
12589         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
12590      Branch: perl
12591            ! sv.c t/lib/warnings/sv
12592 ____________________________________________________________________________
12593 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
12594         Log: sv_uni_display(): do not add the "...", let the caller
12595              do it if wanted, and be prepared for more display options.
12596      Branch: perl
12597            ! dump.c embed.h embed.pl proto.h
12598 ____________________________________________________________________________
12599 [ 12611] By: nick                                  on 2001/10/23  20:28:07
12600         Log: Integrate mainline
12601      Branch: perlio
12602           !> Changes configure.com cygwin/cygwin.c
12603           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
12604           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
12605           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
12606           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
12607           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
12608           !> utils/h2xs.PL utils/perldoc.PL
12609 ____________________________________________________________________________
12610 [ 12610] By: sky                                   on 2001/10/23  19:39:24
12611         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
12612              don't call themselves READONLY but still die with modification
12613              attempt. We only call bless for ext and umagic.
12614      Branch: perl
12615            ! sv.c
12616 ____________________________________________________________________________
12617 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
12618         Log: Croak() on negative time; doc tweaks.
12619      Branch: perl
12620            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
12621            ! ext/Time/HiRes/HiRes.xs
12622 ____________________________________________________________________________
12623 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
12624         Log: FAQ sync.
12625      Branch: perl
12626            ! pod/perlfaq4.pod pod/perlfaq7.pod
12627 ____________________________________________________________________________
12628 [ 12607] By: sky                                   on 2001/10/23  18:27:27
12629         Log: Call setmagic on the referent we are blessing.
12630      Branch: perl
12631            ! sv.c
12632 ____________________________________________________________________________
12633 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
12634         Log: Small test nits.
12635      Branch: perl
12636            ! t/op/lc.t
12637 ____________________________________________________________________________
12638 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
12639         Log: Update Changes.
12640      Branch: perl
12641            ! Changes patchlevel.h
12642 ____________________________________________________________________________
12643 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
12644         Log: Make the PerlIO_init() prototypes consistent.
12645      Branch: perl
12646            ! perlio.c
12647 ____________________________________________________________________________
12648 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
12649         Log: Upping the test count is a good idea.
12650      Branch: perl
12651            ! t/op/lc.t
12652 ____________________________________________________________________________
12653 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
12654         Log: Document the final sigma spot.
12655      Branch: perl
12656            ! pp.c
12657 ____________________________________________________________________________
12658 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
12659         Log: Fix multicharacter titlecase (ucfirst).
12660      Branch: perl
12661            ! pod/perlunicode.pod pp.c t/op/lc.t
12662 ____________________________________________________________________________
12663 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
12664         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
12665              From: Mikhail Zabaluev <mhz@alt-linux.org>
12666              Date: Tue, 23 Oct 2001 10:40:37 +0400
12667              Message-ID: <20011023104037.A12761@localhost.localdomain>
12668              
12669              (#12406 replaced with this)
12670      Branch: perl
12671            ! utils/perldoc.PL
12672 ____________________________________________________________________________
12673 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
12674         Log: MacOS Classic updates from Pudge.
12675      Branch: perl
12676            ! lib/File/Spec.t lib/File/Spec/Mac.pm
12677 ____________________________________________________________________________
12678 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
12679         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
12680              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12681              Date: Sun, 14 Oct 2001 23:14:46 +0200
12682              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
12683              
12684              except for the 2->4 changes.
12685      Branch: perl
12686            ! lib/AutoSplit.t
12687 ____________________________________________________________________________
12688 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
12689         Log: integrate macperl contents into maint-5.6
12690      Branch: maint-5.6/perl
12691            ! mg.c
12692           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
12693           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
12694           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
12695           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
12696           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
12697           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
12698           !> t/lib/filefind.t t/lib/filespec.t
12699 ____________________________________________________________________________
12700 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
12701         Log: At some point the #6234 has been lost from the mainline
12702              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
12703      Branch: perl
12704            ! lib/File/Spec/Win32.pm
12705 ____________________________________________________________________________
12706 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
12707         Log: Cygwin seems to round up (or closest, but not down)
12708              for time(), so half of the time (bad pun intended)
12709              Time::HiRes::time() is less than time(), half of
12710              the time it's more.  So let's try harder in the loop.
12711      Branch: perl
12712            ! ext/Time/HiRes/HiRes.t
12713 ____________________________________________________________________________
12714 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
12715         Log: MacOS Classic timeofday(), from Chris Nandor. 
12716      Branch: perl
12717            ! ext/Time/HiRes/HiRes.xs
12718 ____________________________________________________________________________
12719 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
12720         Log: Integrate changes #12580 and #12581 from macperl;
12721              
12722              Fix path construction.
12723              
12724              (Copyright) Nit.
12725      Branch: perl
12726           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
12727 ____________________________________________________________________________
12728 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
12729         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
12730              doesn't seem to help (the error being output to console, maybe?)
12731      Branch: perl
12732            ! lib/Net/Domain.pm
12733 ____________________________________________________________________________
12734 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
12735         Log: Taint the getcwd() result also in Cygwin.
12736              (TODO: which other platforms need the same thing?)
12737      Branch: perl
12738            ! cygwin/cygwin.c
12739 ____________________________________________________________________________
12740 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
12741         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
12742      Branch: perl
12743            ! t/op/taint.t
12744 ____________________________________________________________________________
12745 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
12746         Log: getpwuid() fragility continues.
12747      Branch: perl
12748            ! utils/h2xs.PL
12749 ____________________________________________________________________________
12750 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
12751         Log: getpwuid() might succeed but that's no guarantee
12752              that the $home will be defined.
12753      Branch: perl
12754            ! ext/File/Glob/t/basic.t
12755 ____________________________________________________________________________
12756 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
12757         Log: It's safer to to expand the variable, too... (see #12571)
12758      Branch: perl
12759            ! t/TEST
12760 ____________________________________________________________________________
12761 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
12762         Log: Integrate with maintperl.
12763      Branch: maint-5.6/macperl
12764           !> win32/bin/pl2bat.pl win32/win32.c
12765 ____________________________________________________________________________
12766 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
12767         Log: Oops, forgot to include Win32 ... just as well, since it
12768              seems in bleadperl, change #7764 was not included
12769              (adding C:\temp).  Re-added.  Rip it back out if it
12770              doesn't belong.  :-)
12771      Branch: maint-5.6/macperl
12772            ! lib/File/Spec/Win32.pm
12773 ____________________________________________________________________________
12774 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
12775         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
12776              From: "Craig A. Berry" <craigberry@mac.com>
12777              Date: Mon, 22 Oct 2001 15:25:19 -0500
12778              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
12779      Branch: perl
12780            ! configure.com
12781 ____________________________________________________________________________
12782 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
12783         Log: Add in lots of File::Spec changes, from Thomas Wegner,
12784              and sync with changes from bleadperl.
12785      Branch: maint-5.6/macperl
12786            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
12787            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
12788            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
12789            ! lib/File/Spec/Win32.pm t/lib/filespec.t
12790 ____________________________________________________________________________
12791 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
12792         Log: Sync with latest File::Find and tests from bleadperl.
12793      Branch: maint-5.6/macperl
12794            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
12795 ____________________________________________________________________________
12796 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
12797         Log: Nit.
12798      Branch: maint-5.6/macperl
12799            ! perl.c
12800 ____________________________________________________________________________
12801 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
12802         Log: Fix path construction.
12803      Branch: maint-5.6/macperl
12804            ! ext/DynaLoader/DynaLoader_pm.PL
12805 ____________________________________________________________________________
12806 [ 12579] By: nick                                  on 2001/10/22  19:08:35
12807         Log: Integrate mainline (for Arthurs thread.xs fix)
12808      Branch: perlio
12809           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
12810 ____________________________________________________________________________
12811 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
12812         Log: Fix up exported symbols, move relevant docs
12813              over from macperl.pod.
12814      Branch: maint-5.6/macperl
12815            ! macos/ext/MacPerl/MacPerl.pm
12816 ____________________________________________________________________________
12817 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
12818         Log: Make ADDRESS called optionally as a method.
12819      Branch: maint-5.6/macperl
12820            ! macos/lib/Mac/Glue.pm
12821 ____________________________________________________________________________
12822 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
12823         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
12824              Apple event.
12825      Branch: maint-5.6/macperl
12826            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
12827            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
12828            ! macos/macperl/MPTerminology.aete
12829 ____________________________________________________________________________
12830 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
12831         Log: Clean up some build utilities. Change Entab to Duplicate;
12832              fix docs and error reporting; improve macify() of paths;
12833              remove requirement for Exporter.pm presence.
12834      Branch: maint-5.6/macperl
12835            ! macos/InstallBLIB macos/MacPerlTests.cmd
12836            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
12837 ____________________________________________________________________________
12838 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
12839         Log: Sync Time::HiRes with bleadperl
12840      Branch: maint-5.6/macperl
12841            ! macos/bundled_ext/Time/HiRes/HiRes.pm
12842            ! macos/bundled_ext/Time/HiRes/HiRes.t
12843            ! macos/bundled_ext/Time/HiRes/HiRes.xs
12844 ____________________________________________________________________________
12845 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
12846         Log: Fix up Changes
12847      Branch: maint-5.6/macperl
12848            ! macos/Changes
12849 ____________________________________________________________________________
12850 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
12851         Log: A user might belong to only a single group
12852              (the group equal to the group id).
12853      Branch: perl
12854            ! t/op/groups.t
12855 ____________________________________________________________________________
12856 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
12857         Log: Prepending (instead of replacing with) the pwd is safer. 
12858      Branch: perl
12859            ! t/TEST
12860 ____________________________________________________________________________
12861 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
12862         Log: Be more robust if no hostname or domainname
12863              (especially the latter)
12864      Branch: perl
12865            ! lib/Net/Domain.pm
12866 ____________________________________________________________________________
12867 [ 12569] By: sky                                   on 2001/10/22  17:41:07
12868         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
12869      Branch: perl
12870            ! ext/threads/threads.xs
12871 ____________________________________________________________________________
12872 [ 12568] By: nick                                  on 2001/10/22  16:31:24
12873         Log: Integrate mainline
12874      Branch: perlio
12875           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
12876           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12877           +> ext/threads/shared/t/sv_refs.t
12878           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
12879            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
12880            - lib/unicore/To/SpecUpper.pl
12881           !> (integrate 42 files)
12882 ____________________________________________________________________________
12883 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
12884         Log: Update Changes.
12885      Branch: perl
12886            ! Changes patchlevel.h
12887 ____________________________________________________________________________
12888 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
12889         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
12890              From: Michael G Schwern <schwern@pobox.com>
12891              Date: Mon, 22 Oct 2001 03:48:38 -0400
12892              Message-ID: <20011022034838.B1676@blackrider>
12893      Branch: perl
12894            ! pod/perlvar.pod
12895 ____________________________________________________________________________
12896 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
12897         Log: Pod nits, as suggested by Stas Bekman.
12898      Branch: perl
12899            ! ext/threads/shared/shared.pm ext/threads/threads.pm
12900 ____________________________________________________________________________
12901 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
12902         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
12903              From: "Paul Marquess" <paul.marquess@openwave.com> 
12904              Date: Sun, 21 Oct 2001 21:11:15 +0100
12905              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
12906      Branch: perl
12907            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
12908            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
12909            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
12910            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
12911            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
12912            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
12913            ! ext/SDBM_File/sdbm.t
12914 ____________________________________________________________________________
12915 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
12916         Log: Integrate change #12559 from maintperl;
12917              various fixes for system() and backticks under windows
12918      Branch: perl
12919           !> win32/win32.c
12920 ____________________________________________________________________________
12921 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
12922         Log: Integrate change #12560 from maintperl;
12923              make pl2bat use %0 rather than "%0" (the latter fails to work
12924              in a lot of common cases)
12925      Branch: perl
12926           !> win32/bin/pl2bat.pl
12927 ____________________________________________________________________________
12928 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
12929         Log: Integrate changes #12549 and #12550 from maintperl;
12930              
12931              readline() doesn't work with our variables; it confuses them with
12932              my variables (change#4227 was incomplete)
12933      Branch: perl
12934            ! t/lib/strict/vars
12935           !> t/base/rs.t toke.c
12936 ____________________________________________________________________________
12937 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
12938         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
12939              in a lot of common cases)
12940      Branch: maint-5.6/perl
12941            ! win32/bin/pl2bat.pl
12942 ____________________________________________________________________________
12943 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
12944         Log: various fixes for system() and backticks under windows:
12945              
12946              * avoid munging whitespace that is passed within quotes
12947              * work around a cmd.exe misfeature that made multi-arg
12948              system() unreliable when there is more than one quoted
12949              argument
12950              * make multi-arg system() autoquote arguments as needed
12951              before passing them to the shell (this avoids having to
12952              second guess the shell quoting)
12953              * perl's -Dp switch can be used to trace the innards
12954      Branch: maint-5.6/perl
12955            ! win32/win32.c
12956 ____________________________________________________________________________
12957 [ 12558] By: nick                                  on 2001/10/22  08:58:42
12958         Log: Integrate ithreads buffer flush fix from perlio
12959      Branch: perl
12960           !> ext/threads/t/basic.t perl.c
12961 ____________________________________________________________________________
12962 [ 12557] By: nick                                  on 2001/10/22  08:35:09
12963         Log: All tests pass (legitimately) on ithreads
12964      Branch: perlio
12965            ! ext/threads/t/basic.t perl.c
12966 ____________________________________________________________________________
12967 [ 12556] By: nick                                  on 2001/10/22  06:51:22
12968         Log: Integrate non-ithreads fix to mainline
12969      Branch: perl
12970           !> perlio.c
12971 ____________________________________________________________________________
12972 [ 12555] By: nick                                  on 2001/10/22  06:48:33
12973         Log: Restore non-ithreads build. Interestingly binmode test passes
12974              non-ithreads - so crlf layer is not damaged and ithreads fail
12975              is a symptom ...
12976      Branch: perlio
12977            ! perlio.c
12978 ____________________________________________________________________________
12979 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
12980         Log: Integrate from perlio; restructuring.
12981      Branch: perl
12982           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
12983           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
12984           !> win32/perlhost.h
12985 ____________________________________________________________________________
12986 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
12987         Log: Integrate from maintperl
12988              (Changes 12350, 12496, 12548, 12549, 12550)
12989      Branch: maint-5.6/macperl
12990           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
12991           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
12992 ____________________________________________________________________________
12993 [ 12552] By: nick                                  on 2001/10/21  19:18:12
12994         Log: Win32 PerlIO_cleanup special cases should no longer be required.
12995      Branch: perlio
12996            ! perl.c
12997 ____________________________________________________________________________
12998 [ 12551] By: nick                                  on 2001/10/21  19:16:56
12999         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
13000      Branch: perlio
13001            ! win32/makefile.mk
13002 ____________________________________________________________________________
13003 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
13004         Log: change#12549 wasn't aware of strictures
13005      Branch: maint-5.6/perl
13006            ! t/pragma/strict-vars toke.c
13007 ____________________________________________________________________________
13008 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
13009         Log: readline() doesn't work with our variables; it confuses them with
13010              my variables (change#4227 was incomplete)
13011      Branch: maint-5.6/perl
13012            ! t/base/rs.t toke.c
13013 ____________________________________________________________________________
13014 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
13015         Log: change#12220 appears to have pulled in a mainline change that
13016              isn't applicable to maint-5.6 (some platforms don't taint
13017              cwd)
13018      Branch: maint-5.6/perl
13019            ! t/lib/filefind-taint.t
13020 ____________________________________________________________________________
13021 [ 12547] By: nick                                  on 2001/10/21  17:15:54
13022         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
13023              for them. Call explicit cleanup during destruct process.
13024              - one binmode test is failing
13025              - also ext/threads/t/basic.t fails under make test, and is noisy under
13026              harness. (Threads results are intermingled and don't match order expected.)
13027      Branch: perlio
13028            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
13029            ! perlio.h perliol.h pod/perlapi.pod sv.c
13030 ____________________________________________________________________________
13031 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
13032         Log: Implement multicharacter case mappings where a single
13033              Unicode character can be mapped into several.
13034      Branch: perl
13035            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
13036            - lib/unicore/To/SpecUpper.pl
13037            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
13038            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
13039            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
13040            ! proto.h t/op/lc.t utf8.c
13041 ____________________________________________________________________________
13042 [ 12545] By: sky                                   on 2001/10/21  15:25:16
13043         Log: First support of threads::shared, support shared svs and references.
13044      Branch: perl
13045            + ext/threads/shared/Makefile.PL ext/threads/shared/README
13046            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
13047            + ext/threads/shared/t/sv_refs.t
13048            + ext/threads/shared/t/sv_simple.t
13049            ! MANIFEST sharedsv.c
13050 ____________________________________________________________________________
13051 [ 12544] By: nick                                  on 2001/10/21  14:52:35
13052         Log: PerlIO layer table as PL_perlio (per-interpreter)
13053      Branch: perlio
13054            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
13055            ! pod/perlapi.pod sv.c
13056 ____________________________________________________________________________
13057 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
13058         Log: Prettyprinting.
13059      Branch: perl
13060            ! pod/perlunicode.pod
13061 ____________________________________________________________________________
13062 [ 12542] By: ams                                   on 2001/10/21  03:50:25
13063         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
13064              From: "Sean M. Burke" <sburke@cpan.org>
13065              Date: Sat, 20 Oct 2001 17:51:09 -0600
13066              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
13067      Branch: perl
13068            + pod/perlpodspec.pod
13069            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
13070            ! pod/perltoc.pod
13071 ____________________________________________________________________________
13072 [ 12541] By: nick                                  on 2001/10/20  22:23:53
13073         Log: Fix typos in new locking on MemShared
13074              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
13075              - seems to make segfaults more deterministic - suspect they are 
13076              attempt to free() after Interp and Host have gone.
13077      Branch: perlio
13078            ! perlio.c win32/perlhost.h
13079 ____________________________________________________________________________
13080 [ 12540] By: nick                                  on 2001/10/20  21:50:46
13081         Log: Remove the MemShared re-#define (again)
13082      Branch: perlio
13083            ! perlio.c
13084 ____________________________________________________________________________
13085 [ 12539] By: nick                                  on 2001/10/20  21:49:06
13086         Log: Use locks on MemShared
13087      Branch: perlio
13088            ! win32/perlhost.h
13089 ____________________________________________________________________________
13090 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
13091         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
13092              From: "chromatic" <chromatic@rmci.net>
13093              Date: Sat, 20 Oct 2001 11:13:47 -0600
13094              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
13095      Branch: perl
13096            ! installhtml
13097 ____________________________________________________________________________
13098 [ 12537] By: nick                                  on 2001/10/20  16:44:03
13099         Log: Integrate mainline
13100      Branch: perlio
13101           !> (integrate 48 files)
13102 ____________________________________________________________________________
13103 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
13104         Log: Update Changes.
13105      Branch: perl
13106            ! Changes patchlevel.h
13107 ____________________________________________________________________________
13108 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
13109         Log: Upgrade to podlators 1.11, from Russ Allbery.
13110      Branch: perl
13111            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
13112            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
13113            ! pod/pod2man.PL pod/pod2text.PL
13114 ____________________________________________________________________________
13115 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
13116         Log: Integrate perlio change #12532:
13117              introduce and use PerlIO_intmod2str().
13118      Branch: perl
13119           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
13120 ____________________________________________________________________________
13121 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
13122         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
13123      Branch: perl
13124            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
13125 ____________________________________________________________________________
13126 [ 12532] By: nick                                  on 2001/10/20  14:25:37
13127         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
13128              Use for non-PERLIO fdupopen().
13129      Branch: perlio
13130            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
13131 ____________________________________________________________________________
13132 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
13133         Log: Integrate perlio: PerlIO win32 fixes.
13134      Branch: perl
13135           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
13136           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
13137           !> proto.h sv.h win32/win32io.c
13138 ____________________________________________________________________________
13139 [ 12530] By: nick                                  on 2001/10/20  12:53:30
13140         Log: Fixed in two places - p4 resolve
13141      Branch: perlio
13142            ! perlsdio.h
13143 ____________________________________________________________________________
13144 [ 12529] By: nick                                  on 2001/10/20  12:51:05
13145         Log: Fix for ithreads/stdio build
13146      Branch: perlio
13147            ! perlio.c perlsdio.h
13148 ____________________________________________________________________________
13149 [ 12528] By: ams                                   on 2001/10/20  12:13:25
13150         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
13151              From: Michael G Schwern <schwern@pobox.com>
13152              Date: Sat, 20 Oct 2001 01:41:21 -0400
13153              Message-Id: <20011020014121.I3681@blackrider>
13154      Branch: perl
13155            ! installman
13156 ____________________________________________________________________________
13157 [ 12527] By: ams                                   on 2001/10/20  12:09:41
13158         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
13159              From: Michael G Schwern <schwern@pobox.com>
13160              Date: Sat, 20 Oct 2001 02:04:21 -0400
13161              Message-Id: <20011020020421.A11732@blackrider>
13162      Branch: perl
13163            ! lib/Pod/Checker.pm
13164 ____________________________________________________________________________
13165 [ 12526] By: ams                                   on 2001/10/20  11:59:41
13166         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
13167              From: "chromatic" <chromatic@rmci.net>
13168              Date: Fri, 19 Oct 2001 22:46:39 -0600
13169              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
13170      Branch: perl
13171            ! lib/Net/Config.pm
13172 ____________________________________________________________________________
13173 [ 12525] By: nick                                  on 2001/10/20  11:16:18
13174         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
13175              Perl_sv_setsv_flags directly.
13176      Branch: perlio
13177            ! ext/threads/threads.xs
13178 ____________________________________________________________________________
13179 [ 12524] By: nick                                  on 2001/10/20  10:28:17
13180         Log: Add a new flag character 'm' to embed.pl set to represent
13181              "functions" which are really macros. Use it foe the troublesome
13182              sv_setsv() etc. macros in sv.h - changing latter to define
13183              sv_setsv rather than sv_setsv_macro etc.
13184      Branch: perlio
13185            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
13186            ! pod/perlapi.pod proto.h sv.h
13187 ____________________________________________________________________________
13188 [ 12523] By: nick                                  on 2001/10/20  09:17:17
13189         Log: Add comments explaining why win32.h/embed.h are included where they are
13190              in perl.h 
13191      Branch: perlio
13192            ! perl.h
13193 ____________________________________________________________________________
13194 [ 12522] By: nick                                  on 2001/10/20  08:27:44
13195         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
13196              being used yet.
13197      Branch: perlio
13198            ! win32/win32io.c
13199 ____________________________________________________________________________
13200 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
13201         Log: Wording tweaks.
13202      Branch: perl
13203            ! t/TEST
13204 ____________________________________________________________________________
13205 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
13206         Log: Subject: IO module with nonblocking socket connect patch 
13207              From: Raul Dias <raul@dias.com.br>
13208              Date: Fri, 19 Oct 2001 22:45:32 -0300
13209              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
13210      Branch: perl
13211            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
13212 ____________________________________________________________________________
13213 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
13214         Log: Test vertical whitespace combined with /x in \p{}.
13215      Branch: perl
13216            ! t/op/pat.t
13217 ____________________________________________________________________________
13218 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
13219         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
13220              From: Gisle Aas <gisle@ActiveState.com> 
13221              Date: 19 Oct 2001 16:46:02 -0700
13222              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
13223      Branch: perl
13224            ! lib/ExtUtils/MakeMaker.pm
13225 ____________________________________________________________________________
13226 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
13227         Log: No more this symbol.
13228      Branch: perl
13229            ! makedef.pl
13230 ____________________________________________________________________________
13231 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
13232         Log: Integrate change #12511; fix gross win32 build issues.
13233      Branch: perl
13234           !> makedef.pl sv.c
13235 ____________________________________________________________________________
13236 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
13237         Log: Unpack in scalar context should return the first value
13238              returned in list context, as pointed out by Ton Hospel
13239              in 2001-05-21 (this is how it works already in blead,
13240              just adding the test).
13241      Branch: perl
13242            ! t/op/pack.t
13243 ____________________________________________________________________________
13244 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
13245         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
13246              From: "Craig A. Berry" <craigberry@mac.com>
13247              Date: Fri, 19 Oct 2001 16:59:30 -0500
13248              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
13249      Branch: perl
13250            ! utils/perldoc.PL
13251 ____________________________________________________________________________
13252 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
13253         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
13254              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13255              Date: Fri, 19 Oct 2001 17:45:23 EDT
13256              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
13257      Branch: perl
13258            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
13259            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
13260            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
13261            ! vms/vmsish.h
13262 ____________________________________________________________________________
13263 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
13264         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
13265              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13266              Date: Fri, 19 Oct 2001 17:26:35 EDT
13267              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
13268      Branch: perl
13269            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
13270 ____________________________________________________________________________
13271 [ 12511] By: nick                                  on 2001/10/19  19:55:36
13272         Log: Fix gross win32 build issues
13273      Branch: perlio
13274            ! makedef.pl sv.c
13275 ____________________________________________________________________________
13276 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
13277         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
13278              From: David Dyck <dcd@tc.fluke.com>
13279              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
13280              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
13281      Branch: perl
13282            ! lib/File/Find.pm
13283 ____________________________________________________________________________
13284 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
13285         Log: Subject: Re: PerlIO and Encode
13286              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13287              Date: Tue, 16 Oct 2001 01:50:16 +0900
13288              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
13289      Branch: perl
13290            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
13291            ! ext/Encode/Encode/Tcl.t
13292 ____________________________________________________________________________
13293 [ 12508] By: ams                                   on 2001/10/19  17:59:16
13294         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
13295              (See #12499)
13296      Branch: perl
13297            ! pod/perlintro.pod
13298 ____________________________________________________________________________
13299 [ 12507] By: nick                                  on 2001/10/19  16:30:43
13300         Log: Integrate mainline
13301      Branch: perlio
13302           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
13303           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
13304           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
13305           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
13306           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
13307           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
13308           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
13309           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
13310           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
13311           +> win32/config_H.win64
13312            - lib/Test/Utils.pm lib/unicore/mktables.PL
13313            - t/lib/Test/Simple/Catch/More.pm
13314           !> (integrate 84 files)
13315 ____________________________________________________________________________
13316 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
13317         Log: Retract the #10451 which seems to be the cause
13318              of the major leakage from while(){eval"sub{}"}
13319      Branch: perl
13320            ! op.c t/run/kill_perl.t
13321 ____________________________________________________________________________
13322 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
13323         Log: Regen toc.
13324      Branch: perl
13325            ! pod/perltoc.pod
13326 ____________________________________________________________________________
13327 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
13328         Log: Tiny tweaks.
13329      Branch: perl
13330            ! pod/perl.pod
13331 ____________________________________________________________________________
13332 [ 12503] By: ams                                   on 2001/10/19  13:34:24
13333         Log: Subject: Re: perlintro.pod
13334              From: Abe Timmerman <abe@ztreet.demon.nl>
13335              Date: Fri, 19 Oct 2001 14:12:40 +0200
13336              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
13337      Branch: perl
13338            ! pod/perlintro.pod
13339 ____________________________________________________________________________
13340 [ 12502] By: ams                                   on 2001/10/19  13:24:12
13341         Log: Slight reorganisation of references.
13342      Branch: perl
13343            ! pod/perl.pod
13344 ____________________________________________________________________________
13345 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
13346         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
13347              From: Kay Röpke <kroepke@dolphin-services.de>
13348              Date: Fri, 19 Oct 2001 14:04:01 +0200 
13349              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
13350      Branch: perl
13351            ! lib/ExtUtils/MakeMaker.pm
13352 ____________________________________________________________________________
13353 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
13354         Log: Unicode categories continue:
13355              implement Category=, Script=, Block=
13356              (these are based on an upcoming update of TR#18)
13357              Fix a bug where we got two In categories named "old italic",
13358              and another where shortcut for the Is categories wasn't taken.
13359      Branch: perl
13360            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
13361            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
13362            ! pod/perlunicode.pod t/op/pat.t
13363 ____________________________________________________________________________
13364 [ 12499] By: ams                                   on 2001/10/19  01:42:29
13365         Log: Subject: a small patch to perlintro.pod.
13366              From: Autrijus Tang <autrijus@autrijus.org>
13367              Date: Fri, 19 Oct 2001 01:45:51 +0800
13368              Message-Id: <20011019014551.A35625@not.autrijus.org>
13369              (Applied by hand with nits.)
13370      Branch: perl
13371            ! pod/perlintro.pod
13372 ____________________________________________________________________________
13373 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
13374         Log: Subject: [PATCH] OpenBSD hints for ithreads
13375              From: Andy Dougherty <doughera@lafayette.edu>
13376              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
13377              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
13378      Branch: perl
13379            ! hints/openbsd.sh
13380 ____________________________________________________________________________
13381 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
13382         Log: Retract #12446; the problem solved by #12474.
13383      Branch: perl
13384            ! hints/aix.sh
13385 ____________________________________________________________________________
13386 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
13387         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
13388              message and suppress line number info (from Steve Hay
13389              <Steve.Hay@uk.radan.com>)
13390      Branch: maint-5.6/perl
13391            ! lib/Carp/Heavy.pm
13392 ____________________________________________________________________________
13393 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
13394         Log: More documented In categories.
13395      Branch: perl
13396            ! pod/perlunicode.pod
13397 ____________________________________________________________________________
13398 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
13399         Log: Update Changes.
13400      Branch: perl
13401            ! Changes patchlevel.h
13402 ____________________________________________________________________________
13403 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
13404         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
13405      Branch: perl
13406            ! MANIFEST
13407 ____________________________________________________________________________
13408 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
13409         Log: Wrong skip() arguments.
13410      Branch: perl
13411            ! ext/B/t/terse.t
13412 ____________________________________________________________________________
13413 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
13414         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
13415              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13416              Date: Wed, 17 Oct 2001 09:10:53 EDT 
13417              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
13418      Branch: perl
13419            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
13420            ! pod/perlapi.pod vms/vms.c
13421 ____________________________________________________________________________
13422 [ 12490] By: ams                                   on 2001/10/18  09:31:00
13423         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
13424              From: Mark-Jason Dominus <mjd@plover.com>
13425              Date: Thu, 18 Oct 2001 06:25:35 -0400
13426              Message-Id: <20011018102535.19264.qmail@plover.com>
13427      Branch: perl
13428            ! pod/perl.pod
13429 ____________________________________________________________________________
13430 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
13431         Log: Prettyprinting.
13432      Branch: perl
13433            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
13434 ____________________________________________________________________________
13435 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
13436         Log: Regen toc.
13437      Branch: perl
13438            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13439 ____________________________________________________________________________
13440 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
13441         Log: Add perlintro, from Skud.
13442      Branch: perl
13443            + pod/perlintro.pod
13444            ! MANIFEST
13445 ____________________________________________________________________________
13446 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
13447         Log: FAQ sync.
13448      Branch: perl
13449            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
13450            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
13451            ! pod/perlfaq8.pod pod/perlfaq9.pod
13452 ____________________________________________________________________________
13453 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
13454         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
13455              in speed (upto 20% speedup in certain operations) but meanwhile
13456              regexps and arithmetics got slower (5-10%) (according to
13457              perlbench average speedup is negligible, and within measuring
13458              flutter, 1%).  Therefore retracting all the changes
13459              aimed at getting -std1 to compile cleanly:  #12475, #12476,
13460              #12479, #12480, #12481, #12482, #12483, #12484.
13461      Branch: perl
13462            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
13463            ! pp_hot.c pp_sys.c toke.c
13464 ____________________________________________________________________________
13465 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
13466         Log: (retracted by #12485)
13467              Strict ANSI doesn't like the third argument of main()
13468              so enable ignoring it if using ultra picky compiler.
13469      Branch: perl
13470            ! miniperlmain.c
13471 ____________________________________________________________________________
13472 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
13473         Log: (retracted by #12485)
13474              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
13475      Branch: perl
13476            ! perl.h
13477 ____________________________________________________________________________
13478 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
13479         Log: (retracted by #12485)
13480              Add explanatory comment.
13481      Branch: perl
13482            ! mg.c
13483 ____________________________________________________________________________
13484 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
13485         Log: (retracted by #12485)
13486              More dollar$hiding.
13487      Branch: perl
13488            ! doio.c perl.h pp_sys.c
13489 ____________________________________________________________________________
13490 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
13491         Log: (retracted by #12485)
13492              KISS.
13493      Branch: perl
13494            ! mg.c
13495 ____________________________________________________________________________
13496 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
13497         Log: (retracted by #12485)
13498              Thou shalt not #ifdef inside macro invocations,
13499              noticed by Rafael Garcia-Suarez.
13500      Branch: perl
13501            ! mg.c
13502 ____________________________________________________________________________
13503 [ 12478] By: ams                                   on 2001/10/17  18:50:55
13504         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
13505              From: Anton Berezin <tobez@tobez.org>
13506              Date: Wed, 17 Oct 2001 18:25:48 +0200
13507              Message-Id: <20011017182548.A12082@heechee.tobez.org>
13508      Branch: perl
13509            ! pp_sys.c
13510 ____________________________________________________________________________
13511 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
13512         Log: (retracted by #12485)
13513              Unterminated #ifdef.
13514      Branch: perl
13515            ! mg.c
13516 ____________________________________________________________________________
13517 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
13518         Log: (retracted by #12485)
13519              Avoid dollar signs in identifiers (in non-VMS) to
13520              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
13521      Branch: perl
13522            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
13523            ! toke.c
13524 ____________________________________________________________________________
13525 [ 12474] By: ams                                   on 2001/10/17  15:14:50
13526         Log: Subject: Two AIX patches
13527              From: H.Merijn Brand <h.m.brand@hccnet.nl>
13528              Date: Wed, 17 Oct 2001 18:04:35 +0200
13529              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
13530      Branch: perl
13531            ! hints/aix.sh makedef.pl
13532 ____________________________________________________________________________
13533 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
13534         Log: Limiting the Time::HiRes::sleep and usleep to
13535              one second is not a good policy if drop-in
13536              replacement is still a goal.
13537      Branch: perl
13538            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
13539            ! ext/Time/HiRes/HiRes.xs
13540 ____________________________________________________________________________
13541 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
13542         Log: Subject: [PATCH] Test::Simple 0.32
13543              From: Michael G Schwern <schwern@pobox.com> 
13544              Date: Wed, 17 Oct 2001 03:42:41 -0400
13545              Message-ID: <20011017034241.A25038@blackrider>
13546      Branch: perl
13547            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
13548            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
13549            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
13550            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
13551            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
13552            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
13553            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
13554            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
13555            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
13556            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
13557            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
13558            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
13559            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
13560            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
13561            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
13562            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
13563            ! t/lib/Test/Simple/Catch.pm
13564            ! t/lib/Test/Simple/sample_tests/five_fail.plx
13565 ____________________________________________________________________________
13566 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
13567         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
13568              From: Michael G Schwern <schwern@pobox.com> 
13569              Date: Wed, 17 Oct 2001 04:04:13 -0400
13570              Message-ID: <20011017040413.C25550@blackrider>
13571      Branch: perl
13572            ! t/TEST t/harness vms/test.com
13573 ____________________________________________________________________________
13574 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
13575         Log: Regen doc with perlmodstyle added.
13576      Branch: perl
13577            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13578 ____________________________________________________________________________
13579 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
13580         Log: Pod cleanup.
13581      Branch: perl
13582            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
13583 ____________________________________________________________________________
13584 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
13585         Log: Subject: perlmodstyle as a patch
13586              From: Kirrily Robert <skud@infotrope.net>
13587              Date: Tue, 16 Oct 2001 22:47:23 -0400
13588              Message-ID: <20011016224723.A20673@infotrope.net>
13589      Branch: perl
13590            + pod/perlmodstyle.pod
13591            ! MANIFEST
13592 ____________________________________________________________________________
13593 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
13594         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
13595              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
13596              Date: Thu, 6 Sep 2001 11:09:40 +0100
13597              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
13598              
13599              Mention also the develooper p5p archive.
13600      Branch: perl
13601            ! pod/perlhack.pod
13602 ____________________________________________________________________________
13603 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
13604         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
13605              From: Kay Röpke <kroepke@dolphin-services.de>
13606              Date: Tue, 16 Oct 2001 17:23:52 +0200
13607              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
13608      Branch: perl
13609            ! lib/ExtUtils/MakeMaker.pm
13610 ____________________________________________________________________________
13611 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
13612         Log: Add the special casing mappings (from SpecCase.txt)
13613              (except for the hyper special case mappings that have
13614              the condition list); the special casing mappings are
13615              unused for now.  Small tidying up on mktables.
13616      Branch: perl
13617            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
13618            + lib/unicore/To/SpecUpper.pl
13619            ! lib/unicore/mktables
13620 ____________________________________________________________________________
13621 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
13622         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
13623              From: "David H. Adler" <dha@panix.com>       
13624              Date: Tue, 16 Oct 2001 11:59:35 -0400
13625              Message-ID: <20011016115935.A13078@panix.com>
13626              
13627              Subject: [ PATCH ] perldata patch, revised
13628              From: "David H. Adler" <dha@panix.com>     
13629              Date: Tue, 16 Oct 2001 18:26:49 -0400
13630              Message-ID: <20011016182649.C23970@panix.com>
13631      Branch: perl
13632            ! pod/perldata.pod pod/perlop.pod
13633 ____________________________________________________________________________
13634 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
13635         Log: Integrate perlio: PerlIO_dup (for all but Win32).
13636      Branch: perl
13637           !> embed.h embed.pl ext/Encode/Encode.xs
13638           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
13639           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
13640           !> win32/win32io.c
13641 ____________________________________________________________________________
13642 [ 12462] By: nick                                  on 2001/10/16  19:11:30
13643         Log: PerlIOXxxx_dups for all but Win32
13644      Branch: perlio
13645            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
13646            ! ext/PerlIO/Via/Via.xs
13647 ____________________________________________________________________________
13648 [ 12461] By: nick                                  on 2001/10/16  18:28:48
13649         Log: Implement PerlIOStdio_dup (explains core dumps - dup
13650              was not setting up a FILE * to be fclosed()).
13651      Branch: perlio
13652            ! perlio.c
13653 ____________________________________________________________________________
13654 [ 12460] By: nick                                  on 2001/10/16  17:31:47
13655         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
13656              overflow.
13657      Branch: perlio
13658            ! perlio.c
13659 ____________________________________________________________________________
13660 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
13661         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
13662              From: "Craig A. Berry" <craigberry@mac.com>
13663              Date: Tue, 16 Oct 2001 13:08:38 -0500
13664              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
13665      Branch: perl
13666            ! configure.com
13667 ____________________________________________________________________________
13668 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
13669         Log: Can't expect too much accuracy from a sleep of one second.
13670              (I think this will also fail with high load.)
13671      Branch: perl
13672            ! ext/Time/HiRes/HiRes.t
13673 ____________________________________________________________________________
13674 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
13675         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
13676              From: "Werner, Randolf" <randolf.werner@sap.com>
13677              Date: Tue, 16 Oct 2001 18:33:02 +0200
13678              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
13679      Branch: perl
13680            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
13681            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
13682 ____________________________________________________________________________
13683 [ 12456] By: nick                                  on 2001/10/16  14:08:16
13684         Log: Builds under ithreads (but fails all threads tests)
13685      Branch: perlio
13686            ! hv.c perlio.c sv.c
13687 ____________________________________________________________________________
13688 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
13689         Log: I think the Perl_sortsv needs *not* be skipped?
13690      Branch: perl
13691            ! makedef.pl
13692 ____________________________________________________________________________
13693 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
13694         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
13695              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
13696              Date: Tue, 16 Oct 2001 15:32:44 +0200
13697              Message-ID: <3BCC531C.11494.3E433F@localhost>
13698      Branch: perl
13699            ! t/op/groups.t
13700 ____________________________________________________________________________
13701 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
13702         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
13703              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
13704              Date: Tue, 16 Oct 2001 15:01:04 +0200
13705              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
13706      Branch: perl
13707            ! t/io/fs.t
13708 ____________________________________________________________________________
13709 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
13710         Log: A forgotten deletion.
13711      Branch: perl
13712            - lib/unicore/mktables.PL
13713 ____________________________________________________________________________
13714 [ 12451] By: nick                                  on 2001/10/16  11:32:48
13715         Log: Skeleton of "PerlIO_dup" coded.
13716              Still-passes all tests non-threaded (well it would wouldn't it!)
13717      Branch: perlio
13718            ! embed.h embed.pl ext/Encode/Encode.xs
13719            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
13720            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
13721            ! win32/win32io.c
13722 ____________________________________________________________________________
13723 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
13724         Log: Document the problem with the swash_fetch() API that affects
13725              more complex case conversions.
13726      Branch: perl
13727            ! lib/utf8_heavy.pl utf8.c
13728 ____________________________________________________________________________
13729 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
13730         Log: Make Time::HiRes::sleep() and usleep() to return
13731              the number of seconds (a floating point value) and 
13732              microseconds (an integer) actually slept (well,
13733              modulo the time spent in measuring the time actually
13734              slept...), to be a better drop-in replacement for
13735              the builtin sleep().  Noticed by Chris Nandor.
13736              
13737              Also make usleep() to croak if fed illegal number
13738              of useconds (anything greater than 1_000_000).
13739      Branch: perl
13740            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
13741            ! ext/Time/HiRes/HiRes.xs
13742 ____________________________________________________________________________
13743 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
13744         Log: A missing SvREFCNT_dec.
13745      Branch: perl
13746            ! perl.c
13747 ____________________________________________________________________________
13748 [ 12447] By: nick                                  on 2001/10/15  20:27:53
13749         Log: Beginings of PerlIO_dup support (unstable)
13750      Branch: perlio
13751            ! perlio.c perliol.h
13752 ____________________________________________________________________________
13753 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
13754         Log: (retracted by #12497)
13755              In AIX vac 5 just can't seem to get regcomp right.
13756      Branch: perl
13757            ! hints/aix.sh
13758 ____________________________________________________________________________
13759 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
13760         Log: Bump the version number to agree with the maintperl one.
13761      Branch: perl
13762            ! lib/Tie/RefHash.pm
13763 ____________________________________________________________________________
13764 [ 12444] By: nick                                  on 2001/10/15  15:59:57
13765         Log: Integrate mainline
13766      Branch: perlio
13767           +> lib/Math/BigInt/t/Math/Subclass.pm
13768           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
13769           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
13770           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
13771           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
13772           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
13773           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
13774           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
13775           +> lib/unicore/mktables
13776            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
13777            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
13778            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
13779            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
13780            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
13781            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
13782            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
13783            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
13784            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
13785            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
13786            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
13787            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
13788            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
13789            - lib/unicore/syllables.txt
13790           !> (integrate 344 files)
13791 ____________________________________________________________________________
13792 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
13793         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
13794      Branch: perl
13795            ! ext/DB_File/DB_File.xs
13796 ____________________________________________________________________________
13797 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
13798         Log: Sync the skip() amounts with the number of tests.
13799      Branch: perl
13800            ! lib/Term/Complete.t
13801 ____________________________________________________________________________
13802 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
13803         Log: Update Changes.
13804      Branch: perl
13805            ! Changes patchlevel.h
13806 ____________________________________________________________________________
13807 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
13808         Log: MacOS Classic catdir() rewrite from Thomas Wegner
13809              (backward incompatibility, but a deliberate one,
13810              the old version simply is broken in its logic),
13811              also documentation updates, and as suggested replicated
13812              the File::Spec::Unix documentation updates also on the
13813              File::Spec documentation.
13814              
13815              TODO: there seems to be duplication of documentation
13816              between File::Spec and File::Spec::Unix.  I think
13817              the ::Unix should be left only with specific UNIXisms,
13818              and all the generic documentation should be in ::Spec.
13819      Branch: perl
13820            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
13821            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
13822            ! lib/File/Spec/Unix.pm
13823 ____________________________________________________________________________
13824 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
13825         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
13826              From: Blair Zajac <blair@orcaware.com>
13827              Date: Mon, 24 Sep 2001 11:48:58 -0700
13828              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
13829              
13830              (the skip() messages)
13831      Branch: perl
13832            ! t/op/magic.t
13833 ____________________________________________________________________________
13834 [ 12438] By: ams                                   on 2001/10/14  23:43:59
13835         Log: Subject: [PATCH] make PerlIO default on VMS
13836              From: "Craig A. Berry" <craigberry@mac.com>
13837              Date: Sun, 14 Oct 2001 15:27:18 -0500
13838              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
13839      Branch: perl
13840            ! configure.com
13841 ____________________________________________________________________________
13842 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
13843         Log: Retract #12436 (Abhijit already did this at #12426)
13844      Branch: perl
13845            ! lib/ExtUtils/MM_Unix.pm
13846 ____________________________________________________________________________
13847 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
13848         Log: (retracted by #12437)
13849              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
13850              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
13851              Date: Sat, 13 Oct 2001 20:33:55 +0200
13852              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
13853      Branch: perl
13854            ! lib/ExtUtils/MM_Unix.pm
13855 ____________________________________________________________________________
13856 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
13857         Log: Subject: h2xs grammar nit
13858              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
13859              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
13860              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
13861      Branch: perl
13862            ! utils/h2xs.PL
13863 ____________________________________________________________________________
13864 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
13865         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
13866              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
13867              Date: Sun, 14 Oct 2001 11:25:08 +0100
13868              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
13869      Branch: perl
13870            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
13871            ! warnings.pl
13872 ____________________________________________________________________________
13873 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
13874         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
13875              for File::Spec::Mac::catfile)
13876      Branch: perl
13877            ! lib/h2xs.t
13878 ____________________________________________________________________________
13879 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
13880         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
13881              From: Nicholas Clark <nick@ccl4.org>
13882              Date: Sat, 13 Oct 2001 00:07:31 +0100
13883              Message-ID: <20011013000731.D67535@plum.flirble.org>
13884      Branch: perl
13885            ! lib/h2xs.t utils/h2xs.PL
13886 ____________________________________________________________________________
13887 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
13888         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
13889              before DEFINE and INC), and repent by taking DEFINE and
13890              INC away from PASTHRU.
13891      Branch: perl
13892            ! lib/ExtUtils/MM_Unix.pm
13893 ____________________________________________________________________________
13894 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
13895         Log: More MANIFEST anomalies.
13896      Branch: perl
13897            ! MANIFEST
13898 ____________________________________________________________________________
13899 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
13900         Log: Not that many.
13901      Branch: perl
13902            ! MANIFEST
13903 ____________________________________________________________________________
13904 [ 12428] By: sky                                   on 2001/10/13  20:59:27
13905         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
13906              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13907              Date: Sat, 13 Oct 2001 23:15:55 +0200
13908              Message-ID: <20011013231555.A18071@rafael>
13909      Branch: perl
13910            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
13911            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
13912 ____________________________________________________________________________
13913 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
13914         Log: Rewrite mktables from scratch.
13915              - Cleaner.
13916              - Faster: 15-20 seconds as opposed to several minutes.
13917              - More dynamic: the names of the various categories
13918              such as the linebreak ones are dynamic, not static.
13919              - Is.pl: long names for the general category properties
13920              are now available.
13921              - Ranges (<... ,First>, <..., Last>) from the general
13922              categories work now.
13923              - No more mktables.PL because the mktables.PL is not
13924              and never has been run to create a mktables.
13925              - syllables.txt and Is/Syl*.pl removed: non-standard
13926              (not part of the Unicode), and the whole concept is
13927              being reworked (http://syllabary.sourceforge.net/),
13928              the old way wouldn't even work with the new Syllables.txt
13929              (it would result in 1000+ new categories)
13930      Branch: perl
13931            + lib/unicore/In/163.pl lib/unicore/In/164.pl
13932            + lib/unicore/In/165.pl lib/unicore/In/166.pl
13933            + lib/unicore/In/167.pl lib/unicore/In/168.pl
13934            + lib/unicore/In/169.pl lib/unicore/In/170.pl
13935            + lib/unicore/In/171.pl lib/unicore/Is.pl
13936            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
13937            + lib/unicore/mktables
13938            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
13939            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
13940            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
13941            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
13942            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
13943            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
13944            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
13945            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
13946            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
13947            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
13948            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
13949            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
13950            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
13951            - lib/unicore/syllables.txt
13952            ! (edit 304 files)
13953 ____________________________________________________________________________
13954 [ 12426] By: ams                                   on 2001/10/13  18:05:36
13955         Log: ExtUtils::MM_Unix should ignore comments when searching for
13956              $VERSION.
13957      Branch: perl
13958            ! lib/ExtUtils/MM_Unix.pm
13959 ____________________________________________________________________________
13960 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
13961         Log: Subject: Re: New module XML::Clean
13962              From: andreas.koenig@anima.de (Andreas J. Koenig)
13963              Date: 13 Oct 2001 10:17:09 +0200
13964              Message-ID: <m37ku0t0my.fsf@anima.de>
13965      Branch: perl
13966            ! pod/perlnewmod.pod
13967 ____________________________________________________________________________
13968 [ 12424] By: sky                                   on 2001/10/13  09:39:59
13969         Log: Set thread stack size if needed.
13970      Branch: perl
13971            ! ext/threads/threads.xs
13972 ____________________________________________________________________________
13973 [ 12423] By: sky                                   on 2001/10/13  09:36:49
13974         Log: We do want to set the attribute to joinable even on modern posix
13975              platforms.
13976      Branch: perl
13977            ! ext/threads/threads.xs
13978 ____________________________________________________________________________
13979 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
13980         Log: Subject: [PATCH ext/Data/Dumper.xs]
13981              From: Brian Ingerson <ingy@ttul.org>
13982              Date: Fri, 12 Oct 2001 19:32:35 -0700
13983              Message-ID: <20011012193235.B889@ttul.org>
13984      Branch: perl
13985            ! ext/Data/Dumper/Dumper.xs
13986 ____________________________________________________________________________
13987 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
13988         Log: Update Changes.
13989      Branch: perl
13990            ! Changes patchlevel.h
13991 ____________________________________________________________________________
13992 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
13993         Log: FAQ sync.
13994      Branch: perl
13995            ! pod/perlfaq3.pod pod/perlfaq4.pod
13996 ____________________________________________________________________________
13997 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
13998         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
13999              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
14000              Date: Fri, 12 Oct 2001 11:51:05 -0700
14001              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
14002      Branch: perl
14003            ! lib/File/Copy.pm
14004 ____________________________________________________________________________
14005 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
14006         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
14007              From: "chromatic" <chromatic@rmci.net>     
14008              Date: Thu, 11 Oct 2001 10:57:55 -0600
14009              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
14010              
14011              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
14012              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14013              Date: Thu, 11 Oct 2001 22:34:21 +0200
14014              Message-ID: <20011011223421.A693@rafael>     
14015              
14016              plus undef $Term::Complete::stty as suggested by Rafael.
14017      Branch: perl
14018            ! lib/Term/Complete.pm lib/Term/Complete.t
14019 ____________________________________________________________________________
14020 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
14021         Log: UUnndduupplleexx..
14022      Branch: perl
14023            ! perl.h
14024 ____________________________________________________________________________
14025 [ 12416] By: sky                                   on 2001/10/12  20:16:19
14026         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
14027              From: Andy Dougherty <doughera@lafayette.edu>
14028              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
14029              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
14030              (Potentially only band-aid)
14031      Branch: perl
14032            ! sv.c
14033 ____________________________________________________________________________
14034 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
14035         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
14036              mishandles kill(), and therefore the sigaction test
14037              should be skipped, from Charles Lane.
14038      Branch: perl
14039            ! ext/POSIX/t/sigaction.t
14040 ____________________________________________________________________________
14041 [ 12414] By: sky                                   on 2001/10/12  18:47:49
14042         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
14043      Branch: perl
14044            ! op.h
14045 ____________________________________________________________________________
14046 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
14047         Log: Upgrade to Math::BigInt 1.44 from Tels and
14048              further fixes from John Peacock.
14049      Branch: perl
14050            + lib/Math/BigInt/t/Math/Subclass.pm
14051            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
14052            + lib/Math/BigInt/t/subclass.t
14053            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14054            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
14055            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
14056            ! lib/Math/BigInt/t/mbimbf.t
14057 ____________________________________________________________________________
14058 [ 12412] By: sky                                   on 2001/10/12  18:28:23
14059         Log: perhaps pthread_attr_t really needs to be set for the old api
14060      Branch: perl
14061            ! ext/threads/threads.xs
14062 ____________________________________________________________________________
14063 [ 12411] By: sky                                   on 2001/10/12  18:11:45
14064         Log: pthread_keycreate not pthread_key_create under the here be dragons API
14065      Branch: perl
14066            ! ext/threads/threads.h
14067 ____________________________________________________________________________
14068 [ 12410] By: sky                                   on 2001/10/12  18:07:37
14069         Log: Apperently OLD PTHREADS API is a bit retarded.
14070              This should fix another set of compile failures in HP-UX 10.20.
14071      Branch: perl
14072            ! ext/threads/threads.h ext/threads/threads.xs
14073 ____________________________________________________________________________
14074 [ 12409] By: nick                                  on 2001/10/12  15:30:01
14075         Log: Blind integrate of mainline
14076      Branch: perlio
14077           +> (branch 32 files)
14078            - lib/unicode/README
14079           !> (integrate 121 files)
14080 ____________________________________________________________________________
14081 [ 12408] By: sky                                   on 2001/10/12  14:55:08
14082         Log: Let us avoid being smart for now.
14083      Branch: perl
14084            ! ext/threads/threads.h
14085 ____________________________________________________________________________
14086 [ 12407] By: sky                                   on 2001/10/12  14:38:12
14087         Log: (void*) the argument to make sure we work with picky compilers
14088      Branch: perl
14089            ! ext/threads/threads.xs
14090 ____________________________________________________________________________
14091 [ 12406] By: ams                                   on 2001/10/12  13:26:04
14092         Log: (replaced with #12600)
14093              
14094              Subject: [PATCH 5.6.1 perldoc] use File::Temp
14095              From: Mikhail Zabaluev <mhz@alt-linux.org>
14096              Date: Fri, 12 Oct 2001 12:47:47 +0400
14097              Message-Id: <20011012124747.E13918@localhost.localdomain>
14098      Branch: perl
14099            ! utils/perldoc.PL
14100 ____________________________________________________________________________
14101 [ 12405] By: ams                                   on 2001/10/12  13:05:32
14102         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
14103              From: andreas.koenig@anima.de (Andreas J. Koenig)
14104              Date: 12 Oct 2001 11:12:07 +0200
14105              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
14106      Branch: perl
14107            ! lib/Memoize/t/speed.t
14108 ____________________________________________________________________________
14109 [ 12404] By: sky                                   on 2001/10/12  12:46:15
14110         Log: A) Support OLD_PTHREADS_API
14111              B) Change from using pthread_t to using a TLS to store the
14112              index of the thread in an hash, this is to avoid problems when
14113              in fact pthread_t was not a seralizable type.
14114              Both these changes are because of HP-UX 10.20
14115              This has not been tested on win32 but should work there.
14116              Need to add support for NetWare.
14117      Branch: perl
14118            ! ext/threads/threads.h ext/threads/threads.xs
14119 ____________________________________________________________________________
14120 [ 12403] By: ams                                   on 2001/10/12  07:34:19
14121         Log: Subject: Re: New module XML::Clean
14122              From: andreas.koenig@anima.de (Andreas J. Koenig)
14123              Date: 12 Oct 2001 10:20:35 +0200
14124              Message-Id: <m3elo9uv58.fsf@anima.de>
14125      Branch: perl
14126            ! pod/perlnewmod.pod
14127 ____________________________________________________________________________
14128 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
14129         Log: More HP model tweaks from Merijn.
14130      Branch: perl
14131            ! README.hpux
14132 ____________________________________________________________________________
14133 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
14134         Log: Update Changes.
14135      Branch: perl
14136            ! Changes patchlevel.h
14137 ____________________________________________________________________________
14138 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
14139         Log: HP-UX update from H.Merijn Brand.
14140      Branch: perl
14141            ! README.hpux
14142 ____________________________________________________________________________
14143 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
14144         Log: Subject: [PATCH] fix link rot in README.vms
14145              From: "Craig A. Berry" <craigberry@mac.com>
14146              Date: Wed, 10 Oct 2001 17:17:00 -0500
14147              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
14148      Branch: perl
14149            ! README.vms
14150 ____________________________________________________________________________
14151 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
14152         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
14153              From: "chromatic" <chromatic@rmci.net>
14154              Date: Wed, 10 Oct 2001 15:50:30 -0600
14155              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
14156      Branch: perl
14157            ! lib/Term/Complete.t
14158 ____________________________________________________________________________
14159 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
14160         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
14161              From: "chromatic" <chromatic@rmci.net>
14162              Date: Wed, 10 Oct 2001 15:45:42 -0600
14163              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
14164      Branch: perl
14165            + lib/ExtUtils/Packlist.t
14166            ! MANIFEST
14167 ____________________________________________________________________________
14168 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
14169         Log: VMS needs quotes around the -I option to keep it from
14170              being downcased, from Charles Lane.
14171      Branch: perl
14172            ! t/run/kill_perl.t
14173 ____________________________________________________________________________
14174 [ 12395] By: ams                                   on 2001/10/10  16:22:32
14175         Log: Subject: [PATCH lib/FindBin.pm]
14176              From: Stas Bekman <stas@stason.org>
14177              Date: Tue, 09 Oct 2001 23:57:10 +0800
14178              Message-Id: <3BC31E56.60805@stason.org>
14179      Branch: perl
14180            ! lib/FindBin.pm
14181 ____________________________________________________________________________
14182 [ 12394] By: ams                                   on 2001/10/10  16:09:53
14183         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
14184              From: Abhijit Menon-Sen <ams@wiw.org>
14185              Date: Wed, 10 Oct 2001 21:59:33 +0530
14186              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
14187      Branch: perl
14188            ! ext/Data/Dumper/Dumper.xs
14189 ____________________________________________________________________________
14190 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
14191         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
14192              from Charles Lane.
14193      Branch: perl
14194            ! lib/File/Spec/VMS.pm
14195 ____________________________________________________________________________
14196 [ 12392] By: ams                                   on 2001/10/10  14:49:43
14197         Log: Subject: [PATCH] two s/// bugfixes
14198              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14199              Date: Wed, 10 Oct 2001 17:23:44 +0200
14200              Message-Id: <20011010172344.C22440@rafael>
14201      Branch: perl
14202            ! pp_ctl.c regexec.c t/op/subst.t
14203 ____________________________________________________________________________
14204 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
14205         Log: Fix/improve handling of the [000000] special "root"
14206              directory, by putting cwd in canonical form when doing
14207              abs2rel, and prepending a 000000 to directory "chunks"
14208              if missing from base or path.  Also adjust test to
14209              reflect the (improved) output from abs2rel.
14210              From Charles Lane.
14211      Branch: perl
14212            ! lib/File/Spec.t lib/File/Spec/VMS.pm
14213 ____________________________________________________________________________
14214 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
14215         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
14216              all of the extra VMSish attributes (such as "treat this logical
14217              as a device name") that are necessary to make programs run.
14218              A tainted %ENV does not hinder VMS.  From Charles Lane.
14219      Branch: perl
14220            ! lib/File/Find/t/taint.t
14221 ____________________________________________________________________________
14222 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
14223         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
14224              
14225              o  VMS is case-insensitive, RTL downcases filenames read
14226              by perl... so need to re-upcase filenames like MANIFEST
14227              and MANIFEST.SKIP
14228              
14229              o  Need to convert VMS-style to Unix-style filenames when comparing
14230              names in MANIFEST to names in filesystem.
14231              
14232              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
14233              since VMS won't let you (easily) delete non-empty directories.
14234              
14235              From Charles Lane.
14236      Branch: perl
14237            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
14238 ____________________________________________________________________________
14239 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
14240         Log: Unix and VMS agree on "*" as a "match any number of any chars"
14241              wildcards, but differ ("?"  vs.  "%") for their "match any single
14242              char" wildcard.  This patch changes "?"  chars to "%" before doing a
14243              VMS glob...at no loss of functionality, since "?"  isn't a valid
14244              filename char on VMS.  From Charles Lane.
14245      Branch: perl
14246            ! doio.c
14247 ____________________________________________________________________________
14248 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
14249         Log: (accidentally empty submit; new life as #12390)
14250      Branch: perl
14251            ! lib/File/Find/t/taint.t
14252 ____________________________________________________________________________
14253 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
14254         Log: Even more VMS tweakage from Charles Lane:
14255              
14256              Tweak #1:  splitdir only works on directory part of filespec,
14257              split off volume first
14258              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
14259              (it's a horrible kludge in the run-time library,
14260              improved in later versions). Check the
14261              $Config{'d_setenv'} flag before attempting to set it.
14262      Branch: perl
14263            ! t/op/chdir.t
14264 ____________________________________________________________________________
14265 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
14266         Log: VMS tweakage from Charles Lane.
14267              
14268              . command.com doubles an output line when prompting for extensions
14269              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
14270              . perl5db doesn't clean up after itself
14271      Branch: perl
14272            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
14273 ____________________________________________________________________________
14274 [ 12384] By: sky                                   on 2001/10/09  19:16:11
14275         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
14276              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14277              Date: Tue, 9 Oct 2001 22:10:26 +0200
14278              Message-ID: <20011009221026.A8579@rafael>
14279      Branch: perl
14280            ! pod/perldata.pod
14281 ____________________________________________________________________________
14282 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
14283         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
14284              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
14285              Date: 9 Oct 2001 15:15:06 -0000
14286              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
14287      Branch: perl
14288            ! t/op/subst.t
14289 ____________________________________________________________________________
14290 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
14291         Log: Update Changes.
14292      Branch: perl
14293            ! Changes patchlevel.h
14294 ____________________________________________________________________________
14295 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
14296         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
14297              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
14298              when a NULL is passed for the filename string pointer.
14299              From Charles Lane.
14300      Branch: perl
14301            ! vms/vms.c
14302 ____________________________________________________________________________
14303 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
14304         Log: Subject: HP systems update
14305              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14306              Date: Tue, 09 Oct 2001 15:59:22 +0200
14307              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
14308      Branch: perl
14309            ! README.hpux
14310 ____________________________________________________________________________
14311 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
14312         Log: CPAN::Nox does now have a test.
14313      Branch: perl
14314            ! t/lib/1_compile.t
14315 ____________________________________________________________________________
14316 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
14317         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
14318              From: David Dyck <dcd@tc.fluke.com>
14319              Date: Mon, 1 Oct 2001 12:17:36 -0700
14320              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
14321      Branch: perl
14322            ! installperl
14323 ____________________________________________________________________________
14324 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
14325         Log: NetWare update from Ananth Kesari.
14326      Branch: perl
14327            ! NetWare/nwperlsys.h makedef.pl
14328 ____________________________________________________________________________
14329 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
14330         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
14331              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14332              Date: Tue, 9 Oct 2001 08:40:57 EDT
14333              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
14334      Branch: perl
14335            ! lib/File/Find/t/find.t
14336 ____________________________________________________________________________
14337 [ 12374] By: ams                                   on 2001/10/09  05:31:45
14338         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
14339              ExtUtils::Mkbootstrap
14340              From: "chromatic" <chromatic@rmci.net>
14341              Date: Tue, 09 Oct 2001 00:08:37 -0600
14342              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
14343      Branch: perl
14344            + lib/ExtUtils/Mkbootstrap.t
14345            ! MANIFEST
14346 ____________________________________________________________________________
14347 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
14348         Log: Enable more debugging.
14349      Branch: perl
14350            ! lib/utf8_heavy.pl
14351 ____________________________________________________________________________
14352 [ 12372] By: ams                                   on 2001/10/09  02:11:59
14353         Log: #12370 forgot to modify is_gv_magical().
14354      Branch: perl
14355            ! gv.c
14356 ____________________________________________________________________________
14357 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
14358         Log: Make the toupper/lower/title API for Unicode not right
14359              but at least less wrong: prepare for the mapping being
14360              more than just one-character-to-one-character.
14361      Branch: perl
14362            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
14363            ! regexec.c utf8.c
14364 ____________________________________________________________________________
14365 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
14366         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
14367              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14368              Date: Mon, 8 Oct 2001 22:18:23 -0400
14369              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
14370      Branch: perl
14371            ! pod/perlvar.pod t/op/taint.t
14372 ____________________________________________________________________________
14373 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
14374         Log: FAQ sync.
14375      Branch: perl
14376            ! pod/perlfaq3.pod pod/perlfaq4.pod
14377 ____________________________________________________________________________
14378 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
14379         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
14380              From: "chromatic" <chromatic@rmci.net>
14381              Date: Mon, 08 Oct 2001 14:05:32 -0600
14382              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
14383      Branch: perl
14384            ! lib/Term/Cap.t
14385 ____________________________________________________________________________
14386 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
14387         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
14388              From: Michael G Schwern <schwern@pobox.com>
14389              Date: Mon, 8 Oct 2001 17:00:14 -0400
14390              Message-ID: <20011008170014.L17083@blackrider>
14391      Branch: perl
14392            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
14393 ____________________________________________________________________________
14394 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
14395         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
14396              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14397              Date: Mon, 8 Oct 2001 16:01:33 EDT
14398              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
14399      Branch: perl
14400            ! ext/Time/HiRes/HiRes.xs
14401 ____________________________________________________________________________
14402 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
14403         Log: Subject: [PATCH] Autosplit patch for VMS
14404              From: "Craig A. Berry" <craigberry@mac.com>
14405              Date: Mon, 08 Oct 2001 15:40:43 -0500
14406              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
14407      Branch: perl
14408            ! lib/AutoSplit.pm lib/AutoSplit.t
14409 ____________________________________________________________________________
14410 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
14411         Log: Don't assume that everybody is running OS X 10.1 yet;
14412              from Kay Röpke.
14413      Branch: perl
14414            ! hints/darwin.sh
14415 ____________________________________________________________________________
14416 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
14417         Log: Update Changes.
14418      Branch: perl
14419            ! Changes patchlevel.h
14420 ____________________________________________________________________________
14421 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
14422         Log: Retract #12358 for now.
14423      Branch: perl
14424            ! lib/Term/Cap.t
14425 ____________________________________________________________________________
14426 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
14427         Log: Can't figure out what this is testing.
14428              (If it is trying to catch SIGKILL, it should stop
14429              trying because that is by definition impossible.)
14430      Branch: perl
14431            ! lib/sigtrap.t
14432 ____________________________________________________________________________
14433 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
14434         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
14435              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14436              Date: Sun, 30 Sep 2001 21:15:13 +0200
14437              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
14438      Branch: perl
14439            ! lib/ExtUtils/MM_Win32.pm
14440 ____________________________________________________________________________
14441 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
14442         Log: Clarify the ldlibpth part and condense the overall text.
14443      Branch: perl
14444            ! t/TEST
14445 ____________________________________________________________________________
14446 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
14447         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
14448              From: "chromatic" <chromatic@rmci.net>
14449              Date: Sun, 07 Oct 2001 16:59:26 -0600
14450              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
14451      Branch: perl
14452            ! lib/Term/Cap.t
14453 ____________________________________________________________________________
14454 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
14455         Log: Update the list because fo #12265.
14456      Branch: perl
14457            ! t/lib/1_compile.t
14458 ____________________________________________________________________________
14459 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
14460         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
14461              From: Nicholas Clark <nick@ccl4.org>
14462              Date: Sun, 7 Oct 2001 20:53:33 +0100
14463              Message-ID: <20011007205333.S38756@plum.flirble.org>   
14464      Branch: perl
14465            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
14466            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
14467            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
14468            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
14469            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
14470            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
14471            ! lib/Switch/t/switch.t lib/Term/Complete.t
14472            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
14473            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
14474            ! t/op/my_stash.t
14475 ____________________________________________________________________________
14476 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
14477         Log: Integrate patch #12350 from maintperl; typo in
14478              IO::Seekable doc.
14479      Branch: perl
14480           !> ext/IO/lib/IO/Seekable.pm
14481 ____________________________________________________________________________
14482 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
14483         Log: Detypo.
14484      Branch: perl
14485            ! hints/darwin.sh
14486 ____________________________________________________________________________
14487 [ 12353] By: sky                                   on 2001/10/07  17:16:14
14488         Log: Change 12349 didn't really get it right.
14489      Branch: perl
14490            ! lib/Unicode/README
14491 ____________________________________________________________________________
14492 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
14493         Log: If running the harness the dynamic library search path
14494              may need setting.
14495      Branch: perl
14496            ! t/TEST
14497 ____________________________________________________________________________
14498 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
14499         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
14500              in ldflags.
14501      Branch: perl
14502            ! hints/darwin.sh
14503 ____________________________________________________________________________
14504 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
14505         Log: typo in IO::Seekable doc
14506      Branch: maint-5.6/perl
14507            ! ext/IO/lib/IO/Seekable.pm
14508 ____________________________________________________________________________
14509 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
14510         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
14511              doesn't work on Mac OS X 10.1 (when unpacking the tar the
14512              latter gets renamed as lib/unicode:1, assumedly for security
14513              reasons not to overwrite stuff)
14514      Branch: perl
14515            + lib/Unicode/README
14516            - lib/unicode/README
14517            ! MANIFEST
14518 ____________________________________________________________________________
14519 [ 12348] By: ams                                   on 2001/10/07  05:33:40
14520         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
14521              From: "chromatic" <chromatic@rmci.net>
14522              Date: Sat, 06 Oct 2001 21:42:03 -0600
14523              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
14524      Branch: perl
14525            + lib/CPAN/t/Nox.t
14526            ! MANIFEST
14527 ____________________________________________________________________________
14528 [ 12347] By: ams                                   on 2001/10/07  00:48:10
14529         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
14530              From: "chromatic" <chromatic@rmci.net>
14531              Date: Sat, 06 Oct 2001 18:52:10 -0600
14532              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
14533      Branch: perl
14534            + lib/sigtrap.t
14535            ! MANIFEST
14536 ____________________________________________________________________________
14537 [ 12346] By: ams                                   on 2001/10/06  23:14:01
14538         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
14539              h2xs write?)
14540              From: Nicholas Clark <nick@ccl4.org>
14541              Date: Sat, 6 Oct 2001 21:46:43 +0100
14542              Message-Id: <20011006214643.L38756@plum.flirble.org>
14543      Branch: perl
14544            ! utils/h2xs.PL
14545 ____________________________________________________________________________
14546 [ 12345] By: ams                                   on 2001/10/06  17:39:53
14547         Log: Subject: [PATCH] Memoize tests
14548              From: Nicholas Clark <nick@ccl4.org>
14549              Date: Sat, 6 Oct 2001 18:04:21 +0100
14550              Message-Id: <20011006180421.J38756@plum.flirble.org>
14551      Branch: perl
14552            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
14553            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
14554            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
14555            ! lib/Memoize/t/expire_module_n.t
14556            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
14557            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
14558            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
14559            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
14560            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
14561            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
14562 ____________________________________________________________________________
14563 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
14564         Log: Retract the latter part of #12343.
14565      Branch: perl
14566            ! ext/IO/lib/IO/Socket/INET.pm
14567 ____________________________________________________________________________
14568 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
14569         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
14570              From: David Dyck <dcd@tc.fluke.com>
14571              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
14572              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
14573              
14574              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
14575              From: David Dyck <dcd@tc.fluke.com>
14576              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
14577              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
14578      Branch: perl
14579            ! ext/IO/lib/IO/Socket/INET.pm
14580 ____________________________________________________________________________
14581 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
14582         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
14583              From: Robin Barker <rmb1@cise.npl.co.uk>
14584              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
14585              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
14586      Branch: perl
14587            ! t/TEST
14588 ____________________________________________________________________________
14589 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
14590         Log: Don't assume that %x is good for displaying UVs.
14591      Branch: perl
14592            ! dump.c
14593 ____________________________________________________________________________
14594 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
14595         Log: Update Changes.
14596      Branch: perl
14597            ! Changes patchlevel.h
14598 ____________________________________________________________________________
14599 [ 12339] By: ams                                   on 2001/10/05  10:22:34
14600         Log: Subject: [PATCH] perlfunc/select
14601              From: Nicholas Clark <nick@ccl4.org>
14602              Date: Fri, 5 Oct 2001 11:33:58 +0100
14603              Message-Id: <20011005113358.Z38756@plum.flirble.org>
14604      Branch: perl
14605            ! pod/perlfunc.pod
14606 ____________________________________________________________________________
14607 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
14608         Log: Retract #12313 and #12249.
14609      Branch: perl
14610            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
14611            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
14612            ! pod/perlebcdic.pod
14613 ____________________________________________________________________________
14614 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
14615         Log: Subject: [PATCH] perlvms.pod update
14616              From: "Craig A. Berry" <craigberry@mac.com>
14617              Date: Thu, 04 Oct 2001 12:55:52 -0500
14618              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
14619      Branch: perl
14620            ! vms/perlvms.pod
14621 ____________________________________________________________________________
14622 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
14623         Log: Subject: PATCH: Tie::SubstrHash
14624              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14625              Date: Thu, 04 Oct 2001 12:12:41 +0100
14626              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
14627      Branch: perl
14628            ! lib/Tie/SubstrHash.pm
14629 ____________________________________________________________________________
14630 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
14631         Log: Unicode properties saga continues.
14632      Branch: perl
14633            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
14634            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
14635 ____________________________________________________________________________
14636 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
14637         Log: Yet more Unicode properties.
14638      Branch: perl
14639            + lib/unicore/In/137.pl lib/unicore/In/138.pl
14640            + lib/unicore/In/139.pl lib/unicore/In/140.pl
14641            + lib/unicore/In/141.pl lib/unicore/In/142.pl
14642            + lib/unicore/In/143.pl lib/unicore/In/144.pl
14643            + lib/unicore/In/145.pl lib/unicore/In/146.pl
14644            + lib/unicore/In/147.pl lib/unicore/In/148.pl
14645            + lib/unicore/In/149.pl lib/unicore/In/150.pl
14646            + lib/unicore/In/151.pl lib/unicore/In/152.pl
14647            + lib/unicore/In/153.pl lib/unicore/In/154.pl
14648            + lib/unicore/In/155.pl lib/unicore/In/156.pl
14649            + lib/unicore/In/157.pl lib/unicore/In/158.pl
14650            + lib/unicore/In/159.pl lib/unicore/In/160.pl
14651            + lib/unicore/In/161.pl lib/unicore/In/162.pl
14652            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
14653            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
14654            ! pod/perlunicode.pod
14655 ____________________________________________________________________________
14656 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
14657         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
14658              From: "Craig A. Berry" <craigberry@mac.com>
14659              Date: Wed, 03 Oct 2001 17:45:25 -0500
14660              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
14661              
14662              (the lib/Term/Complete.t patched differently by #12332)
14663      Branch: perl
14664            ! lib/ExtUtils/Command.t
14665 ____________________________________________________________________________
14666 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
14667         Log: Restore only if something to restore.
14668      Branch: perl
14669            ! lib/Term/Complete.t
14670 ____________________________________________________________________________
14671 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
14672         Log: Update various resources for credits,
14673              minor icons fixes, and versions.
14674      Branch: maint-5.6/macperl
14675            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
14676            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
14677            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
14678 ____________________________________________________________________________
14679 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
14680         Log: Quiet the warnings about using undef value
14681      Branch: maint-5.6/macperl
14682            ! lib/File/Temp.pm
14683 ____________________________________________________________________________
14684 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
14685         Log: Fix up Ballon Help and Help menu docs (first pass);
14686              remove balloon rez file, and autogenerate with
14687              Balloon2Rez instead.
14688      Branch: maint-5.6/macperl
14689            + macos/macperl/macscripts/Balloon2Rez
14690            - macos/macperl/MPBalloons.r
14691            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
14692 ____________________________________________________________________________
14693 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
14694         Log: Allow overriding of defaults, for change #12327.
14695      Branch: maint-5.6/macperl
14696            ! perl.h
14697 ____________________________________________________________________________
14698 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
14699         Log: Override PerlProc_exit.
14700      Branch: maint-5.6/macperl
14701            ! macos/macish.h
14702 ____________________________________________________________________________
14703 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
14704         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
14705      Branch: maint-5.6/macperl
14706            + macos/bundled_lib/blib/lib/MD5.pm
14707            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
14708            + macos/lib/Mac/AETE/Dialect.pm
14709            + macos/lib/Mac/AETE/Format/Converter.pm
14710            + macos/lib/Mac/AETE/Format/Dictionary.pm
14711            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
14712            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
14713            + macos/lib/Mac/Toolbox.pod
14714            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
14715 ____________________________________________________________________________
14716 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
14717         Log: Sync up silly CVS headers ... I should commit CVS
14718              first to avoid this ...
14719      Branch: maint-5.6/macperl
14720            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
14721            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
14722            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
14723            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
14724 ____________________________________________________________________________
14725 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
14726         Log: Fix Matthias' address, and attributions.
14727      Branch: maint-5.6/macperl
14728            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
14729            ! pod/perlport.pod
14730 ____________________________________________________________________________
14731 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
14732         Log: Fix Matthias' address, and attributions.
14733      Branch: maint-5.6/macperl
14734            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
14735            ! macos/ext/Mac/Components/Components.pm
14736            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
14737            ! macos/ext/Mac/Dialogs/Dialogs.pm
14738            ! macos/ext/Mac/Events/Events.pm
14739            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
14740            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
14741            ! macos/ext/Mac/Gestalt/Gestalt.pm
14742            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
14743            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
14744            ! macos/ext/Mac/Menus/Menus.pm
14745            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
14746            ! macos/ext/Mac/Movies/Movies.pm
14747            ! macos/ext/Mac/Navigation/Navigation.pm
14748            ! macos/ext/Mac/Notification/Notification.pm
14749            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
14750            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
14751            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
14752            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
14753            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
14754            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
14755            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
14756            ! macos/ext/Mac/StandardFile/StandardFile.pm
14757            ! macos/ext/Mac/TextEdit/TextEdit.pm
14758            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
14759            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
14760            ! macos/lib/Mac/LowMem.pm
14761 ____________________________________________________________________________
14762 [ 12322] By: sky                                   on 2001/10/03  18:41:07
14763         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
14764              From: "Craig A. Berry" <craigberry@mac.com>
14765              Date: Wed, 03 Oct 2001 14:30:55 -0500
14766              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
14767      Branch: perl
14768            ! vms/vms.c
14769 ____________________________________________________________________________
14770 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
14771         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
14772              From: "Craig A. Berry" <craigberry@mac.com>
14773              Date: Wed, 03 Oct 2001 14:30:55 -0500
14774              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
14775      Branch: perl
14776            ! vms/vms.c
14777 ____________________________________________________________________________
14778 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
14779         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
14780              only IsL&) and Inherited (negative lookahead good);
14781              add tests for Common, Inherited, and L&.
14782      Branch: perl
14783            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
14784 ____________________________________________________________________________
14785 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
14786         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
14787              (The Unicode standard uses L& quite often.)
14788      Branch: perl
14789            ! lib/utf8_heavy.pl
14790 ____________________________________________________________________________
14791 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
14792         Log: Add the 'Common' Unicode property (code points not
14793              explicitly assigned to any other script).
14794      Branch: perl
14795            + lib/unicore/In/136.pl
14796            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
14797 ____________________________________________________________________________
14798 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
14799         Log: Skip the RV printing test under threads until fixed.
14800      Branch: perl
14801            ! ext/B/t/terse.t
14802 ____________________________________________________________________________
14803 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
14804         Log: Subject: 12309 / cygwin / win2k
14805              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14806              Date: Wed, 03 Oct 2001 15:25:15 +0200
14807              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
14808      Branch: perl
14809            ! makedef.pl
14810 ____________________________________________________________________________
14811 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
14812         Log: Metaconfig unit change for #12314.
14813      Branch: metaconfig
14814            ! U/modified/Head.U
14815 ____________________________________________________________________________
14816 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
14817         Log: Subject: Both cygwin and djgpp on one machine
14818              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14819              Date: Wed, 03 Oct 2001 15:02:59 +0200
14820              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
14821      Branch: perl
14822            ! Configure
14823 ____________________________________________________________________________
14824 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
14825         Log: (retracted by #12338)
14826              
14827              Subject: [PATCH] Code clean up for perlboot.pod
14828              From: Casey West <casey@geeknest.com>
14829              Date: Tue, 2 Oct 2001 19:24:43 -0400
14830              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
14831              
14832              Subject: [PATCH] Code clean up for perlbot.diff
14833              From: Casey West <casey@geeknest.com>
14834              Date: Tue, 2 Oct 2001 19:25:22 -0400
14835              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
14836              
14837              Subject: [PATCH] Code clean up for perlcall.pod
14838              From: Casey West <casey@geeknest.com>
14839              Date: Tue, 2 Oct 2001 19:25:57 -0400
14840              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
14841              
14842              Subject: [PATCH] Code clean up for perldata.pod
14843              From: Casey West <casey@geeknest.com>
14844              Date: Tue, 2 Oct 2001 19:26:29 -0400
14845              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
14846              
14847              Subject: [PATCH] Code clean up for perldbmfilter.pod
14848              From: Casey West <casey@geeknest.com>
14849              Date: Tue, 2 Oct 2001 19:26:59 -0400
14850              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
14851              
14852              Subject: [PATCH] Code clean up for perlebcdic.pod
14853              From: Casey West <casey@geeknest.com>
14854              Date: Tue, 2 Oct 2001 19:27:37 -0400
14855              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
14856      Branch: perl
14857            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
14858            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
14859 ____________________________________________________________________________
14860 [ 12312] By: ams                                   on 2001/10/02  23:43:55
14861         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
14862              From: Michael G Schwern <schwern@pobox.com>
14863              Date: Tue, 2 Oct 2001 17:00:49 -0400
14864              Message-Id: <20011002170049.A9955@blackrider>
14865      Branch: perl
14866            ! lib/ExtUtils/MakeMaker.pm
14867 ____________________________________________________________________________
14868 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
14869         Log: FAQ sync.
14870      Branch: perl
14871            ! pod/perlfaq3.pod
14872 ____________________________________________________________________________
14873 [ 12310] By: nick                                  on 2001/10/02  16:09:49
14874         Log: Integrate mainline
14875      Branch: perlio
14876           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
14877           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
14878           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
14879           !> patchlevel.h t/op/pat.t
14880 ____________________________________________________________________________
14881 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
14882         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
14883              not just one single space.
14884      Branch: perl
14885            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
14886 ____________________________________________________________________________
14887 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
14888         Log: AUTHORS updates.
14889      Branch: perl
14890            ! AUTHORS
14891 ____________________________________________________________________________
14892 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
14893         Log: Update Changes.
14894      Branch: perl
14895            ! Changes patchlevel.h
14896 ____________________________________________________________________________
14897 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
14898         Log: Work around old buggy glibcs for langinfo constants,
14899              from Nicholas Clark and David Dyck.
14900      Branch: perl
14901            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
14902 ____________________________________________________________________________
14903 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
14904         Log: Eradicate Time::Piece; add an example.
14905      Branch: perl
14906            ! ext/I18N/Langinfo/Langinfo.pm
14907 ____________________________________________________________________________
14908 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
14909         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
14910              From: Robert Spier <rspier@pobox.com>
14911              Date: Mon, 1 Oct 2001 23:20:16 -0700
14912              Message-ID: <15289.23712.422087.878224@rls.cx>
14913      Branch: perl
14914            ! lib/Pod/Html.pm
14915 ____________________________________________________________________________
14916 [ 12303] By: sky                                   on 2001/10/02  10:40:57
14917         Log: Fixes obscure bug that manifests itself by.
14918              local $!=0;undef*STDOUT;#segfaults
14919              Has been around for a while. Possible other magic IO vars are
14920              possibly affected aswell. Reported by Jos Boumans.
14921      Branch: perl
14922            ! mg.c
14923 ____________________________________________________________________________
14924 [ 12302] By: nick                                  on 2001/10/02  09:00:52
14925         Log: Integrate mainline
14926      Branch: perlio
14927           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
14928           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
14929           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
14930 ____________________________________________________________________________
14931 [ 12301] By: nick                                  on 2001/10/02  08:40:57
14932         Log: Integrate mainline + lib/open.t patch from Chromatic
14933      Branch: perlio
14934           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
14935            ! lib/open.t
14936           !> (integrate 29 files)
14937 ____________________________________________________________________________
14938 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
14939         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
14940              Until it has, better stop early if someone requests threads.
14941      Branch: perl
14942            ! hints/darwin.sh
14943 ____________________________________________________________________________
14944 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
14945         Log: Subject: [ID 20011001.011] redundant code in t/TEST
14946              From: David Dyck <dcd@tc.fluke.com>
14947              Date: Mon, 1 Oct 2001 12:56:24 -0700
14948              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
14949      Branch: perl
14950            ! t/TEST
14951 ____________________________________________________________________________
14952 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
14953         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
14954              From: "chromatic" <chromatic@rmci.net>
14955              Date: Mon, 01 Oct 2001 12:27:12 -0600
14956              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
14957      Branch: perl
14958            ! lib/Term/Cap.t
14959 ____________________________________________________________________________
14960 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
14961         Log: UNICOS testing patches from Nicholas Clark.
14962      Branch: perl
14963            ! t/op/arith.t t/op/pack.t
14964 ____________________________________________________________________________
14965 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
14966         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
14967              From: "chromatic" <chromatic@rmci.net>
14968              Date: Mon, 01 Oct 2001 10:21:51 -0600
14969              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
14970      Branch: perl
14971            ! lib/open.t
14972 ____________________________________________________________________________
14973 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
14974         Log: Make missing the RADIXCHAR a softer, gentler error.
14975      Branch: perl
14976            ! ext/I18N/Langinfo/Langinfo.t
14977 ____________________________________________________________________________
14978 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
14979         Log: Nuke also the LANG because of glibc.
14980      Branch: perl
14981            ! lib/open.t
14982 ____________________________________________________________________________
14983 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
14984         Log: Also the ^Is is optional.
14985      Branch: perl
14986            ! pod/perlunicode.pod t/op/pat.t
14987 ____________________________________________________________________________
14988 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
14989         Log: Be careful to pull chars from the varargs stack when
14990              formatting chars.
14991      Branch: perl
14992            ! regcomp.c
14993 ____________________________________________________________________________
14994 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
14995         Log: sortsv not in place anymore, noticed by John P. Linderman.
14996      Branch: perl
14997            ! pod/perlapi.pod pp_ctl.c
14998 ____________________________________________________________________________
14999 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
15000         Log: Make the diagnostic messages more neutral.
15001      Branch: perl
15002            ! ext/B/t/terse.t
15003 ____________________________________________________________________________
15004 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
15005         Log: Forgotten from #12288.
15006      Branch: perl
15007            ! ext/Data/Dumper/Dumper.pm
15008 ____________________________________________________________________________
15009 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
15010         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
15011              From: Brian Ingerson <ingy@ttul.org>
15012              Date: Sun, 30 Sep 2001 21:45:56 -0700
15013              Message-ID: <20010930214556.D26392@ttul.org>
15014              
15015              (remember also the #12289)
15016      Branch: perl
15017            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
15018 ____________________________________________________________________________
15019 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
15020         Log: More Unicode property tests for the abbreviated
15021              general properties.
15022      Branch: perl
15023            ! t/op/pat.t
15024 ____________________________________________________________________________
15025 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
15026         Log: Further tweaks to the Unicode properties.
15027      Branch: perl
15028            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
15029 ____________________________________________________________________________
15030 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
15031         Log: Retract #12284.
15032      Branch: perl
15033            ! lib/Term/Cap.t
15034 ____________________________________________________________________________
15035 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
15036         Log: (Retracted by #12285)
15037      Branch: perl
15038            ! lib/Term/Cap.t
15039 ____________________________________________________________________________
15040 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
15041         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
15042              From: "chromatic" <chromatic@rmci.net>  
15043              Date: Sun, 30 Sep 2001 16:10:02 -0600
15044              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
15045      Branch: perl
15046            + lib/Term/Cap.t
15047            ! MANIFEST
15048 ____________________________________________________________________________
15049 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
15050         Log: Use stty -g to restore the terminal state, do not even
15051              try to run the tests if stty -g is not available.
15052      Branch: perl
15053            ! lib/Term/Complete.t
15054 ____________________________________________________________________________
15055 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
15056         Log: Cleanup utf8_heavy; allow dropping the In prefix from
15057              Unicode script/block properties.
15058      Branch: perl
15059            ! lib/utf8_heavy.pl
15060 ____________________________________________________________________________
15061 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
15062         Log: Retract the #12259 for now.
15063      Branch: perl
15064            ! embed.h embed.pl sv.h
15065 ____________________________________________________________________________
15066 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
15067         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
15068      Branch: perl
15069            + lib/Text/TabsWrap/CHANGELOG
15070            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
15071 ____________________________________________________________________________
15072 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
15073         Log: #12272 wasn't right, it introduced an extra ().
15074      Branch: perl
15075            ! lib/utf8_heavy.pl
15076 ____________________________________________________________________________
15077 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
15078         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
15079              From: Jonathan Stowe <gellyfish@gellyfish.com>
15080              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
15081              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
15082      Branch: perl
15083            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
15084 ____________________________________________________________________________
15085 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
15086         Log: Subject: Patch to put qsortsv in the public API
15087              From: Brian Ingerson <ingy@ttul.org>
15088              Date: Sat, 29 Sep 2001 17:41:13 -0700
15089              Message-ID: <20010929174113.A30223@ttul.org>
15090      Branch: perl
15091            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
15092 ____________________________________________________________________________
15093 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
15094         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
15095              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15096              Date: Sat, 29 Sep 2001 23:54:48 +0200
15097              Message-ID: <20010929235448.A5017@rafael>
15098      Branch: perl
15099            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
15100 ____________________________________________________________________________
15101 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
15102         Log: FAQ sync.
15103      Branch: perl
15104            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15105            ! pod/perlfaq9.pod
15106 ____________________________________________________________________________
15107 [ 12273] By: bailey                                on 2001/09/29  23:43:46
15108         Log: Resync with mainline
15109      Branch: vmsperl
15110           +> (branch 1207 files)
15111            - (delete 324 files)
15112           !> (integrate 866 files)
15113 ____________________________________________________________________________
15114 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
15115         Log: Nasty recursion trap if one would match Unicode.
15116      Branch: perl
15117            ! lib/utf8_heavy.pl
15118 ____________________________________________________________________________
15119 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
15120         Log: More Unicode todo.
15121      Branch: perl
15122            ! pod/perltodo.pod
15123 ____________________________________________________________________________
15124 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
15125         Log: Explain a bit the new more flexible \p\P syntax.
15126      Branch: perl
15127            ! pod/perlunicode.pod
15128 ____________________________________________________________________________
15129 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
15130         Log: More leniency to the \p and \P: now can have whitespace
15131              between the property definition and the curlies; now can
15132              invert the property by having a caret between the open
15133              curly and the property.
15134      Branch: perl
15135            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
15136 ____________________________________________________________________________
15137 [ 12268] By: nick                                  on 2001/09/29  17:39:26
15138         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
15139              one test (lib/open.t) fails
15140      Branch: perlio
15141           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
15142           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
15143           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
15144           +> lib/Tie/Scalar.t lib/open.t
15145            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
15146            - ext/B/Stash.t
15147           !> (integrate 62 files)
15148 ____________________________________________________________________________
15149 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
15150         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
15151      Branch: perl
15152            ! t/op/chdir.t
15153 ____________________________________________________________________________
15154 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
15155         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
15156              From: "Craig A. Berry" <craigberry@mac.com> 
15157              Date: Sat, 29 Sep 2001 09:35:33 -0500
15158              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
15159      Branch: perl
15160            ! t/op/chdir.t
15161 ____________________________________________________________________________
15162 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
15163         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
15164              From: "chromatic" <chromatic@rmci.net>
15165              Date: Fri, 28 Sep 2001 21:20:12 -0600
15166              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
15167      Branch: perl
15168            + lib/Tie/Scalar.t
15169            ! MANIFEST lib/Tie/Scalar.pm
15170 ____________________________________________________________________________
15171 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
15172         Log: Allow for more flexibility in the \p{In...} names, now
15173              case doesn't matter, and any space or dash can be
15174              matched by any space, dash, underbar, or empty.
15175              (may be going too far on leniency)
15176      Branch: perl
15177            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
15178            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
15179            ! t/op/pat.t
15180 ____________________________________________________________________________
15181 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
15182         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
15183              From: "chromatic" <chromatic@rmci.net>
15184              Date: Fri, 28 Sep 2001 17:39:50 -0600
15185              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
15186      Branch: perl
15187            + lib/open.t
15188            ! MANIFEST
15189 ____________________________________________________________________________
15190 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
15191         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
15192              From: "Craig A. Berry" <craigberry@mac.com>
15193              Date: Fri, 28 Sep 2001 16:24:51 -0500
15194              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
15195      Branch: perl
15196            ! ext/File/Glob/t/basic.t
15197 ____________________________________________________________________________
15198 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
15199         Log: Subject: [DOC PATCH] Carp.pm pod typo
15200              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15201              Date: Fri, 28 Sep 2001 23:14:51 +0200
15202              Message-ID: <20010928231451.E16889@rafael>
15203      Branch: perl
15204            ! lib/Carp.pm
15205 ____________________________________________________________________________
15206 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
15207         Log: Subject: [PATCH] Allow an @INC hook to set %INC
15208              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15209              Date: Fri, 28 Sep 2001 22:18:13 +0200
15210              Message-ID: <20010928221813.A16889@rafael>
15211      Branch: perl
15212            ! pp_ctl.c
15213 ____________________________________________________________________________
15214 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
15215         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
15216              From: Nicholas Clark <nick@ccl4.org>
15217              Date: Fri, 28 Sep 2001 23:39:33 +0100
15218              Message-ID: <20010928233933.C23673@plum.flirble.org>
15219      Branch: perl
15220            ! embed.h embed.pl sv.h
15221 ____________________________________________________________________________
15222 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
15223         Log: Update Changes.
15224      Branch: perl
15225            ! Changes patchlevel.h
15226 ____________________________________________________________________________
15227 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
15228         Log: Move the B tests to B/t.
15229      Branch: perl
15230            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
15231            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
15232            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
15233            - ext/B/Showlex.t ext/B/Stash.t
15234            ! MANIFEST
15235 ____________________________________________________________________________
15236 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
15237         Log: Forgot from #12254.
15238      Branch: perl
15239            + ext/B/B/Terse.t
15240 ____________________________________________________________________________
15241 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
15242         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
15243              From: "chromatic" <chromatic@rmci.net>
15244              Date: Thu, 27 Sep 2001 23:22:17 -0600
15245              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
15246      Branch: perl
15247            ! MANIFEST
15248 ____________________________________________________________________________
15249 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
15250         Log: Test numbering mismatch.
15251      Branch: perl
15252            ! t/op/chdir.t
15253 ____________________________________________________________________________
15254 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
15255         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
15256              From: "Craig A. Berry" <craigberry@mac.com>
15257              Date: Wed, 26 Sep 2001 17:43:14 -0500
15258              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
15259      Branch: perl
15260            ! iperlsys.h t/op/chdir.t
15261 ____________________________________________________________________________
15262 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
15263         Log: Subject: [PATCH gv.c] make __ANON__ global
15264              From: Robin Barker <rmb1@cise.npl.co.uk>
15265              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
15266              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
15267      Branch: perl
15268            ! gv.c t/op/anonsub.t t/op/runlevel.t
15269 ____________________________________________________________________________
15270 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
15271         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
15272              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15273              Date: Thu, 27 Sep 2001 22:34:32 +0200
15274              Message-ID: <20010927223432.A1485@rafael>
15275      Branch: perl
15276            ! ext/B/B/Terse.pm
15277 ____________________________________________________________________________
15278 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
15279         Log: (retracted by #12338)
15280              
15281              Subject: [PATCH] Cleanup of perldsc.pod      
15282              From: Casey West <casey@geeknest.com>
15283              Date: Thu, 27 Sep 2001 11:13:17 -0400
15284              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
15285      Branch: perl
15286            ! pod/perldsc.pod
15287 ____________________________________________________________________________
15288 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
15289         Log: Not everyone is using ithreads...
15290      Branch: perl
15291            ! ext/Devel/Peek/Peek.t
15292 ____________________________________________________________________________
15293 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
15294         Log: Document the nss_delete core dump workaround for HP-UX
15295              and Solaris, bug IDs 20010805.018 and 20010629.004.
15296      Branch: perl
15297            ! README.hpux README.solaris
15298 ____________________________________________________________________________
15299 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
15300         Log: Dump Unicode hash keys also as Unicode,
15301              not just as a byte string.
15302      Branch: perl
15303            ! dump.c ext/Devel/Peek/Peek.t
15304 ____________________________________________________________________________
15305 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
15306         Log: Integrate changes #12241 and #12242 from macperl:
15307              
15308              Remove unneeded disabling of umask() calls
15309              
15310              Note (get|set)sockopt are available.
15311      Branch: perl
15312           !> lib/File/Temp.pm pod/perlport.pod
15313 ____________________________________________________________________________
15314 [ 12244] By: sky                                   on 2001/09/27  08:53:00
15315         Log: Flush buffers on thread closedown.
15316      Branch: perl
15317            ! ext/threads/threads.xs
15318 ____________________________________________________________________________
15319 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
15320         Log: Dump SvUTF8(sv)s also as \x{...}.
15321              
15322              TODO: dump the SvUTF8() hash keys similarly. 
15323      Branch: perl
15324            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
15325 ____________________________________________________________________________
15326 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
15327         Log: Note (get|set)sockopt are available.
15328      Branch: maint-5.6/macperl
15329            ! pod/perlport.pod
15330 ____________________________________________________________________________
15331 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
15332         Log: Remove unneeded disabling of umask() calls
15333      Branch: maint-5.6/macperl
15334            ! lib/File/Temp.pm
15335 ____________________________________________________________________________
15336 [ 12240] By: sky                                   on 2001/09/26  18:44:56
15337         Log: Documention update
15338      Branch: perl
15339            ! ext/threads/threads.pm
15340 ____________________________________________________________________________
15341 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
15342         Log: Update Changes.
15343      Branch: perl
15344            ! Changes patchlevel.h
15345 ____________________________________________________________________________
15346 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
15347         Log: Check that all environment variables are tainted.
15348      Branch: perl
15349            ! t/op/taint.t
15350 ____________________________________________________________________________
15351 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
15352         Log: Manual integration error in #12235.
15353      Branch: perl
15354            ! lib/File/DosGlob.t
15355 ____________________________________________________________________________
15356 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
15357         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
15358              From: "chromatic" <chromatic@rmci.net>
15359              Date: Tue, 25 Sep 2001 23:57:07 -0600
15360              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
15361      Branch: perl
15362            ! perlio.c
15363 ____________________________________________________________________________
15364 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
15365         Log: Integrate macperl changes from Chris Nandor:
15366              12192 11817 11815 11813 11778 11775
15367              
15368              Update CPAN.pm to work with new Mac::BuildTools instead
15369              of ExtUtils::MM_MacOS "orphan" functions
15370              
15371              Fix test
15372              
15373              Make syntax check report in MPW style, fix tests
15374              to use Mac::err=unix to get normal-style error
15375              messages.
15376              
15377              More module and test ports from Thomas Wegner et al
15378              
15379              Fix open of /dev/null for Mac OS
15380              
15381              Allow for platforms to override formatting of errors
15382              on output from Matthias Neeracher (core files)
15383      Branch: perl
15384            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
15385            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
15386            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
15387           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
15388           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
15389           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
15390 ____________________________________________________________________________
15391 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
15392         Log: grrr.
15393      Branch: perl
15394            ! t/op/gv.t
15395 ____________________________________________________________________________
15396 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
15397         Log: Retract #12232.
15398      Branch: perl
15399            ! t/op/gv.t
15400 ____________________________________________________________________________
15401 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
15402         Log: (Retracted by #12233.)
15403      Branch: perl
15404            ! t/op/gv.t
15405 ____________________________________________________________________________
15406 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
15407         Log: Detypo.
15408      Branch: perl
15409            ! ext/Encode/Makefile.PL
15410 ____________________________________________________________________________
15411 [ 12230] By: sky                                   on 2001/09/26  11:36:23
15412         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
15413              We are using a "delay" here because we do not want to depend on thread synchronization issues.
15414      Branch: perl
15415            + ext/threads/t/stress_cv.t
15416            ! MANIFEST ext/threads/t/stress_string.t
15417 ____________________________________________________________________________
15418 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
15419         Log: NetWare tweak from Ananth Kesari.
15420      Branch: perl
15421            ! NetWare/t/Readme.txt
15422 ____________________________________________________________________________
15423 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
15424         Log: Trick to fool case-blind filesystems.
15425      Branch: perl
15426            ! ext/Encode/Makefile.PL
15427 ____________________________________________________________________________
15428 [ 12227] By: sky                                   on 2001/09/26  11:06:50
15429         Log: Threads can start executing in a different order than they were
15430              created.... so we cannot ok() inside the threadstarter.
15431      Branch: perl
15432            ! ext/threads/t/stress_string.t
15433 ____________________________________________________________________________
15434 [ 12226] By: sky                                   on 2001/09/26  07:41:45
15435         Log: Add in stress_string.t to stress test threads a bit more.
15436      Branch: perl
15437            + ext/threads/t/stress_string.t
15438            ! MANIFEST
15439 ____________________________________________________________________________
15440 [ 12225] By: sky                                   on 2001/09/26  07:04:21
15441         Log: Fix negative refcount introduced by #12223.
15442      Branch: perl
15443            ! ext/threads/threads.xs
15444 ____________________________________________________________________________
15445 [ 12224] By: sky                                   on 2001/09/26  06:57:58
15446         Log: Update documentation to match change #12223
15447      Branch: perl
15448            ! sharedsv.c
15449 ____________________________________________________________________________
15450 [ 12223] By: sky                                   on 2001/09/26  06:54:32
15451         Log: Use a separate interpreter for the sharedsv space. Another
15452              negative sv leak. Sigh.
15453      Branch: perl
15454            ! sharedsv.c
15455 ____________________________________________________________________________
15456 [ 12222] By: sky                                   on 2001/09/26  05:58:35
15457         Log: Do the environ assignment in perl_contruct to match perl_destruct.
15458              Now we don't need to perl_parse/perl_run. However environ is a
15459              global....
15460      Branch: perl
15461            ! perl.c
15462 ____________________________________________________________________________
15463 [ 12221] By: sky                                   on 2001/09/26  05:41:02
15464         Log: Move the creation of PL_strtab to perl_construct so we can work
15465              with HV and HEs without running perl_parse.
15466      Branch: perl
15467            ! perl.c
15468 ____________________________________________________________________________
15469 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
15470         Log: integrate macperl changes into maint-5.6
15471      Branch: maint-5.6/perl
15472           !> (integrate 26 files)
15473 ____________________________________________________________________________
15474 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
15475         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
15476              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
15477      Branch: maint-5.6/macperl
15478            ! macos/ext/Mac/Fonts/Fonts.xs
15479            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
15480 ____________________________________________________________________________
15481 [ 12218] By: ams                                   on 2001/09/25  23:31:33
15482         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
15483              From: Nicholas Clark <nick@ccl4.org>
15484              Date: Wed, 26 Sep 2001 01:20:20 +0100
15485              Message-Id: <20010926012020.B48092@plum.flirble.org>
15486      Branch: perl
15487            ! lib/AutoSplit.t
15488 ____________________________________________________________________________
15489 [ 12217] By: ams                                   on 2001/09/25  22:33:05
15490         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
15491              From: "Craig A. Berry" <craigberry@mac.com>
15492              Date: Tue, 25 Sep 2001 18:08:42 -0500
15493              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
15494      Branch: perl
15495            ! vms/vms.c
15496 ____________________________________________________________________________
15497 [ 12216] By: ams                                   on 2001/09/25  21:41:01
15498         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
15499              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
15500              From: Michael G Schwern <schwern@pobox.com>
15501              Date: Wed, 26 Sep 2001 00:38:21 -0400
15502              Message-Id: <20010926003821.A627@blackrider>
15503      Branch: perl
15504            ! lib/AutoSplit.t
15505 ____________________________________________________________________________
15506 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
15507         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
15508              From: Michael G Schwern <schwern@pobox.com>
15509              Date: Tue, 25 Sep 2001 17:43:49 -0400
15510              Message-ID: <20010925174349.B19534@blackrider>
15511      Branch: perl
15512            ! lib/Test/Simple.pm lib/Test/Utils.pm
15513 ____________________________________________________________________________
15514 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
15515         Log: Integrate changes from bleadperl.
15516      Branch: maint-5.6/macperl
15517           !> pod/perlport.pod
15518 ____________________________________________________________________________
15519 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
15520         Log: skip($mess) should result in one skip.
15521      Branch: perl
15522            ! t/test.pl
15523 ____________________________________________________________________________
15524 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
15525         Log: Integrate change #12200 from maintperl.
15526      Branch: maint-5.6/macperl
15527           !> win32/perlhost.h
15528 ____________________________________________________________________________
15529 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
15530         Log: Fix file types to "apple"
15531      Branch: maint-5.6/macperl
15532            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
15533            ! macos/ext/Mac/SAT/t/Collision.rsrc
15534 ____________________________________________________________________________
15535 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
15536         Log: Fix rsrc file as snd file; fix path in t file.
15537      Branch: maint-5.6/macperl
15538            ! macos/ext/Mac/Notification/t/Notification.rsrc
15539            ! macos/ext/Mac/Notification/t/Notification.t
15540 ____________________________________________________________________________
15541 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
15542         Log: Sync up with File::Find from bleadperl.
15543      Branch: maint-5.6/macperl
15544            ! lib/File/Find.pm t/lib/filefind-taint.t
15545 ____________________________________________________________________________
15546 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
15547         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
15548              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
15549              of hundreds)
15550      Branch: maint-5.6/macperl
15551            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
15552            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
15553            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
15554 ____________________________________________________________________________
15555 [ 12207] By: nick                                  on 2001/09/25  19:04:36
15556         Log: Integrate mainline (untested while modem is up)
15557      Branch: perlio
15558           +> lib/AutoSplit.t t/test.pl
15559            - lib/warnings/register.t
15560           !> (integrate 28 files)
15561 ____________________________________________________________________________
15562 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
15563         Log: perldiag entry for #12205.
15564      Branch: perl
15565            ! pod/perldiag.pod
15566 ____________________________________________________________________________
15567 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
15568         Log: Subject: [PATCH] warning on v-string in use/require
15569              From: John Peacock <jpeacock@rowman.com>
15570              Date: Mon, 24 Sep 2001 17:29:03 -0400
15571              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
15572      Branch: perl
15573            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
15574 ____________________________________________________________________________
15575 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
15576         Log: perltooc et al updates.
15577      Branch: perl
15578            ! plan9/mkfile pod/roffitall
15579 ____________________________________________________________________________
15580 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
15581         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
15582              From: Michael G Schwern <schwern@pobox.com>
15583              Date: Sun, 23 Sep 2001 00:07:12 -0400
15584              Message-ID: <20010923000712.A7005@blackrider>
15585      Branch: perl
15586            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
15587 ____________________________________________________________________________
15588 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
15589         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
15590              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15591              Date: Wed, 26 Sep 2001 01:25:10 +0900
15592              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
15593      Branch: perl
15594            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
15595            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
15596            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
15597 ____________________________________________________________________________
15598 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
15599         Log: Integrate change #12200 from maintperl;
15600              on windows, virtualized environment could propagate deleted variables
15601              into children if they happen to be at the very end of the table
15602      Branch: perl
15603           !> win32/perlhost.h
15604 ____________________________________________________________________________
15605 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
15606         Log: on windows, virtualized environment could propagate deleted variables
15607              into children if they happen to be at the very end of the table
15608              (thanks for succinct test case from Johan Holmberg, and fix from
15609              Doug Lankshear)
15610      Branch: maint-5.6/perl
15611            ! win32/perlhost.h
15612 ____________________________________________________________________________
15613 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
15614         Log: avoid the use of ftime() (it does a useless, potentially
15615              expensive call to GetTimeZoneInformation()); this potentially
15616              also results in three more digits of precision from
15617              Time::HiRes::time()
15618      Branch: perl
15619            ! ext/Time/HiRes/HiRes.xs
15620 ____________________________________________________________________________
15621 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
15622         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
15623              
15624              Note: io/binmode is failing, have to figure out why.
15625      Branch: perl
15626            + t/test.pl
15627            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
15628            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
15629            ! t/run/exit.t
15630 ____________________________________________________________________________
15631 [ 12197] By: ams                                   on 2001/09/25  13:48:55
15632         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
15633              From: Nicholas Clark <nick@ccl4.org>
15634              Date: Tue, 25 Sep 2001 00:37:40 +0100
15635              Message-Id: <20010925003740.S4971@plum.flirble.org>
15636              (Further changes expected.)
15637      Branch: perl
15638            + lib/AutoSplit.t
15639            ! MANIFEST
15640 ____________________________________________________________________________
15641 [ 12196] By: sky                                   on 2001/09/25  13:37:12
15642         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
15643              _ftime to try and be more robust.
15644      Branch: perl
15645            ! ext/Time/HiRes/HiRes.xs
15646 ____________________________________________________________________________
15647 [ 12194] By: ams                                   on 2001/09/25  11:40:00
15648         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
15649              From: "Craig A. Berry" <craigberry@mac.com>
15650              Date: Mon, 24 Sep 2001 17:54:20 -0500
15651              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
15652      Branch: perl
15653            ! vms/descrip_mms.template
15654 ____________________________________________________________________________
15655 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
15656         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
15657              not working, cursor not spinning (Bug #422129); external
15658              editor problems (Bug #456329); escape/cmd-. not activating
15659              "Cancel" in Save dialog box (Bug #446960); Runtimes not
15660              executing on launch (Bug #464441).
15661      Branch: maint-5.6/macperl
15662            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
15663            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
15664            ! macos/macperl/MacPerl.r
15665 ____________________________________________________________________________
15666 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
15667         Log: Update CPAN.pm to work with new Mac::BuildTools instead
15668              of ExtUtils::MM_MacOS "orphan" functions
15669      Branch: maint-5.6/macperl
15670            ! lib/CPAN.pm
15671 ____________________________________________________________________________
15672 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
15673         Log: Fix up another xsubpp problem (Matthias Neeracher)
15674      Branch: maint-5.6/macperl
15675            ! macos/xsubpp
15676 ____________________________________________________________________________
15677 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
15678         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
15679      Branch: maint-5.6/macperl
15680            ! macos/lib/ExtUtils/MM_MacOS.pm
15681 ____________________________________________________________________________
15682 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
15683         Log: Fix up Makefiles for more Mac:: modules (and prepare for
15684              static build ...?)
15685      Branch: maint-5.6/macperl
15686            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
15687            ! macos/macperl/Makefile.mk
15688 ____________________________________________________________________________
15689 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
15690         Log: Fix up tests
15691      Branch: maint-5.6/macperl
15692            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
15693 ____________________________________________________________________________
15694 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
15695         Log: Make malloc smarter, fix bugs.  (Bug #404030)
15696      Branch: maint-5.6/macperl
15697            ! macos/icemalloc.c macos/icemalloc.h
15698 ____________________________________________________________________________
15699 [ 12186] By: nick                                  on 2001/09/24  19:18:17
15700         Log: Integrate mainline
15701      Branch: perlio
15702           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
15703           +> lib/filetest.t
15704           !> (integrate 30 files)
15705 ____________________________________________________________________________
15706 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
15707         Log: Retract #12136, the warnings::register is already
15708              tested by t/lib/warnings/9enabled, as pointed out
15709              by Paul Marquess.
15710      Branch: perl
15711            - lib/warnings/register.t
15712            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
15713 ____________________________________________________________________________
15714 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
15715         Log: fix Time::HiRes implementation of gettimeofday() on windows
15716              (HiRes.t#14 now passes)
15717      Branch: perl
15718            ! ext/Time/HiRes/HiRes.xs
15719 ____________________________________________________________________________
15720 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
15721         Log: File::Spec::catfile() canonifies everything to blackslashes on
15722              windows :-(
15723      Branch: perl
15724            ! lib/ExtUtils/Manifest.t
15725 ____________________________________________________________________________
15726 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
15727         Log: test number mismatch
15728      Branch: perl
15729            ! t/op/magic.t
15730 ____________________________________________________________________________
15731 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
15732         Log: ok().
15733      Branch: perl
15734            ! t/op/pack.t
15735 ____________________________________________________________________________
15736 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
15737         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
15738              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
15739      Branch: perl
15740            ! pp_pack.c t/op/pack.t
15741 ____________________________________________________________________________
15742 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
15743         Log: Update Changes.
15744      Branch: perl
15745            ! Changes patchlevel.h
15746 ____________________________________________________________________________
15747 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
15748         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
15749              From: Michael G Schwern <schwern@pobox.com>
15750              Date: Mon, 24 Sep 2001 11:12:13 -0400
15751              Message-ID: <20010924111213.G27885@blackrider>
15752      Branch: perl
15753            ! lib/ExtUtils/Manifest.pm
15754 ____________________________________________________________________________
15755 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
15756         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
15757              From: Michael G Schwern <schwern@pobox.com> 
15758              Date: Mon, 24 Sep 2001 11:02:07 -0400
15759              Message-ID: <20010924110207.E27885@blackrider>
15760      Branch: perl
15761            ! vms/test.com
15762 ____________________________________________________________________________
15763 [ 12176] By: ams                                   on 2001/09/24  14:01:59
15764         Log: Update Changes.
15765      Branch: perl
15766            ! Changes
15767 ____________________________________________________________________________
15768 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
15769         Log: Various cleanups.
15770      Branch: perl
15771            ! ext/threads/Makefile.PL ext/threads/threads.xs
15772 ____________________________________________________________________________
15773 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
15774         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
15775      Branch: maint-5.6/macperl
15776           !> (integrate 33 files)
15777 ____________________________________________________________________________
15778 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
15779         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
15780              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15781              Date: Mon, 24 Sep 2001 20:04:58 +0900
15782              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
15783      Branch: perl
15784            ! ext/Encode/Encode/gb2312.enc
15785 ____________________________________________________________________________
15786 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
15787         Log: Clarifying comment to #12164.
15788      Branch: perl
15789            ! lib/Cwd.pm
15790 ____________________________________________________________________________
15791 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
15792         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
15793              From: Nicholas Clark <nick@ccl4.org>
15794              Date: Sun, 23 Sep 2001 23:00:56 +0100
15795              Message-ID: <20010923230055.Y4971@plum.flirble.org>
15796              
15797              (with "sample_constants" changed to "fallback")
15798      Branch: perl
15799            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
15800            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
15801            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
15802            ! lib/h2xs.t utils/h2xs.PL
15803 ____________________________________________________________________________
15804 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
15805         Log: Metaconfig unit change for #12167.
15806      Branch: metaconfig
15807            ! U/modified/Cppsym.U
15808 ____________________________________________________________________________
15809 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
15810         Log: Add a few glibc cpp symbols to probe for.
15811      Branch: perl
15812            ! Configure
15813 ____________________________________________________________________________
15814 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
15815         Log: DJGPP tweaks for Laszlo Molnar.
15816      Branch: perl
15817            ! djgpp/djgppsed.sh dosish.h
15818 ____________________________________________________________________________
15819 [ 12165] By: ams                                   on 2001/09/24  10:07:08
15820         Log: Subject: [PATCH t/op/inccode.t] More tests
15821              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
15822              Date: 24 Sep 2001 10:01:44 -0000
15823              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
15824      Branch: perl
15825            ! t/op/inccode.t
15826 ____________________________________________________________________________
15827 [ 12164] By: ams                                   on 2001/09/24  09:43:29
15828         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
15829              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
15830              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
15831              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
15832      Branch: perl
15833            ! lib/Cwd.pm
15834 ____________________________________________________________________________
15835 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
15836         Log: 1_compile updates.
15837      Branch: perl
15838            ! t/lib/1_compile.t
15839 ____________________________________________________________________________
15840 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
15841         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
15842              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15843              Date: Wed, 19 Sep 2001 22:47:14 +0200
15844              Message-ID: <20010919224714.A6382@rafael>
15845      Branch: perl
15846            ! pod/perlvar.pod pp_ctl.c
15847 ____________________________________________________________________________
15848 [ 12161] By: ams                                   on 2001/09/23  17:40:02
15849         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
15850              filetest Pragma
15851              From: "chromatic" <chromatic@rmci.net>
15852              Date: Sun, 23 Sep 2001 12:07:25 -0600
15853              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
15854      Branch: perl
15855            + lib/filetest.t
15856            ! MANIFEST t/lib/1_compile.t
15857 ____________________________________________________________________________
15858 [ 12160] By: ams                                   on 2001/09/23  16:32:11
15859         Log: Additional minor chdir() tweak.
15860      Branch: perl
15861            ! pod/perlfunc.pod
15862 ____________________________________________________________________________
15863 [ 12159] By: ams                                   on 2001/09/23  16:25:01
15864         Log: Subject: PATCH lib/ExtUtils/Command.t
15865              From: Abe Timmerman <abe@ztreet.demon.nl>
15866              Date: Sun, 23 Sep 2001 19:11:44 +0200
15867              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
15868      Branch: perl
15869            ! lib/ExtUtils/Command.t
15870 ____________________________________________________________________________
15871 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
15872         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
15873              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15874              Date: Sun, 23 Sep 2001 02:02:26 +0200
15875              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
15876      Branch: perl
15877            ! makedef.pl
15878 ____________________________________________________________________________
15879 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
15880         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
15881              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
15882              Date: Sat, 22 Sep 2001 12:54:39 -0500
15883              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
15884      Branch: perl
15885            ! t/op/study.t
15886 ____________________________________________________________________________
15887 [ 12156] By: nick                                  on 2001/09/23  07:48:44
15888         Log: Integrate mainline
15889      Branch: perlio
15890            - check83.pl
15891           !> ext/Encode/Encode/2022-cn.enc
15892 ____________________________________________________________________________
15893 [ 12155] By: nick                                  on 2001/09/23  07:48:01
15894         Log: Integrate mainline
15895      Branch: perlio
15896           +> (branch 64 files)
15897            - ext/Encode/Encode/cns11643-1.enc
15898            - ext/Encode/Encode/cns11643-2.enc
15899            - ext/Encode/Encode/iso2022-cn.enc
15900            - ext/Encode/Encode/iso2022-jp.enc
15901            - ext/Encode/Encode/iso2022-jp1.enc
15902            - ext/Encode/Encode/iso2022-jp2.enc
15903            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
15904            - ext/Encode/Encode/iso8859-1.enc
15905            - ext/Encode/Encode/iso8859-1.ucm
15906            - ext/Encode/Encode/iso8859-10.enc
15907            - ext/Encode/Encode/iso8859-10.ucm
15908            - ext/Encode/Encode/iso8859-13.enc
15909            - ext/Encode/Encode/iso8859-13.ucm
15910            - ext/Encode/Encode/iso8859-14.enc
15911            - ext/Encode/Encode/iso8859-14.ucm
15912            - ext/Encode/Encode/iso8859-15.enc
15913            - ext/Encode/Encode/iso8859-15.ucm
15914            - ext/Encode/Encode/iso8859-16.enc
15915            - ext/Encode/Encode/iso8859-16.ucm
15916            - ext/Encode/Encode/iso8859-2.enc
15917            - ext/Encode/Encode/iso8859-2.ucm
15918            - ext/Encode/Encode/iso8859-3.enc
15919            - ext/Encode/Encode/iso8859-3.ucm
15920            - ext/Encode/Encode/iso8859-4.enc
15921            - ext/Encode/Encode/iso8859-4.ucm
15922            - ext/Encode/Encode/iso8859-5.enc
15923            - ext/Encode/Encode/iso8859-5.ucm
15924            - ext/Encode/Encode/iso8859-6.enc
15925            - ext/Encode/Encode/iso8859-6.ucm
15926            - ext/Encode/Encode/iso8859-7.enc
15927            - ext/Encode/Encode/iso8859-7.ucm
15928            - ext/Encode/Encode/iso8859-8.enc
15929            - ext/Encode/Encode/iso8859-8.ucm
15930            - ext/Encode/Encode/iso8859-9.enc
15931            - ext/Encode/Encode/iso8859-9.ucm
15932            - ext/Encode/Encode/isoir-197.enc
15933            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
15934            - t/lib/sample-tests/header_at_end
15935            - t/lib/sample-tests/header_at_end_fail
15936           !> (integrate 174 files)
15937 ____________________________________________________________________________
15938 [ 12154] By: ams                                   on 2001/09/23  07:11:46
15939         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
15940              by Blair Zajac.
15941      Branch: perl
15942            ! pod/perlfunc.pod
15943 ____________________________________________________________________________
15944 [ 12153] By: ams                                   on 2001/09/23  06:56:32
15945         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
15946              Forgotten deprecation of *glob{FILEHANDLE}?
15947              From: "chromatic" <chromatic@rmci.net>
15948              Date: Sat, 22 Sep 2001 21:27:56 -0600
15949              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
15950      Branch: perl
15951            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
15952 ____________________________________________________________________________
15953 [ 12152] By: ams                                   on 2001/09/23  06:42:58
15954         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
15955              From: Michael G Schwern <schwern@pobox.com>
15956              Date: Sun, 23 Sep 2001 03:34:39 -0400
15957              Message-Id: <20010923033439.E7005@blackrider>
15958      Branch: perl
15959            ! lib/File/Find.pm
15960 ____________________________________________________________________________
15961 [ 12151] By: ams                                   on 2001/09/23  06:37:57
15962         Log: Subject: Re: t/op/magic.t missing tests on Win32
15963              From: Michael G Schwern <schwern@pobox.com>
15964              Date: Sat, 22 Sep 2001 20:29:09 -0400
15965              Message-Id: <20010922202909.I18223@blackrider>
15966      Branch: perl
15967            ! t/op/magic.t
15968 ____________________________________________________________________________
15969 [ 12150] By: ams                                   on 2001/09/23  06:36:26
15970         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
15971              Dumpvalue.pm
15972              From: "chromatic" <chromatic@rmci.net>
15973              Date: Sat, 22 Sep 2001 19:41:31 -0600
15974              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
15975      Branch: perl
15976            + lib/Dumpvalue.t
15977            ! MANIFEST lib/Dumpvalue.pm
15978 ____________________________________________________________________________
15979 [ 12149] By: ams                                   on 2001/09/23  06:25:35
15980         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
15981              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15982              Date: Sun, 23 Sep 2001 15:27:56 +0900
15983              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
15984      Branch: perl
15985            ! ext/Encode/Encode/2022-cn.enc
15986 ____________________________________________________________________________
15987 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
15988         Log: Manual eror in #12147.
15989      Branch: perl
15990            ! win32/win32.c
15991 ____________________________________________________________________________
15992 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
15993         Log: Integrate change #12146 from maintperl;
15994              win32_chdir() et al don't handle a NULL argument gracefully
15995      Branch: perl
15996           !> win32/perlhost.h win32/win32.c
15997 ____________________________________________________________________________
15998 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
15999         Log: win32_chdir() et al don't handle a NULL argument gracefully
16000      Branch: maint-5.6/perl
16001            ! win32/perlhost.h win32/win32.c
16002 ____________________________________________________________________________
16003 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
16004         Log: typo in change#12026
16005      Branch: maint-5.6/perl
16006            ! op.c
16007 ____________________________________________________________________________
16008 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
16009         Log: Subject: [PATCH] Re: scalar context unpack bugs
16010              From: Nicholas Clark <nick@ccl4.org>
16011              Date: Sat, 22 Sep 2001 23:07:56 +0100
16012              Message-ID: <20010922230755.O4971@plum.flirble.org>
16013      Branch: perl
16014            ! pp_pack.c t/op/pack.t
16015 ____________________________________________________________________________
16016 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
16017         Log: Try ExtUtils::Command.t everywhere, not just on Win32
16018              (as suggested by NI-S).  Also allow running it either
16019              in t/ or in the main directory.
16020      Branch: perl
16021            ! lib/ExtUtils/Command.t
16022 ____________________________________________________________________________
16023 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
16024         Log: Update the test on warnings/register.t.
16025      Branch: perl
16026            ! t/lib/1_compile.t
16027 ____________________________________________________________________________
16028 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
16029         Log: The code is now almost tidy enough to keep the IRIX cc happy.
16030      Branch: perl
16031            ! hints/irix_6.sh
16032 ____________________________________________________________________________
16033 [ 12140] By: ams                                   on 2001/09/22  17:26:32
16034         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
16035              use_ithreads
16036              From: "Craig A. Berry" <craigberry@mac.com>
16037              Date: Sat, 22 Sep 2001 13:15:32 -0500
16038              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
16039      Branch: perl
16040            ! configure.com
16041 ____________________________________________________________________________
16042 [ 12139] By: ams                                   on 2001/09/22  16:44:08
16043         Log: Do what perl_clone() does for sharedsv functions.
16044      Branch: perl
16045            ! embed.pl proto.h
16046 ____________________________________________________________________________
16047 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
16048         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
16049              (suggested by Sarathy, extensions shouldn't be dabbling with
16050              op structures, so binary backward compatibility should not be
16051              an issue.)
16052      Branch: perl
16053            ! hints/irix_6.sh op.h
16054 ____________________________________________________________________________
16055 [ 12137] By: ams                                   on 2001/09/22  16:21:05
16056         Log: More cleanups. (What's PERL_DECL_PROT?)
16057      Branch: perl
16058            ! embed.pl proto.h sharedsv.h
16059 ____________________________________________________________________________
16060 [ 12136] By: ams                                   on 2001/09/22  15:14:34
16061         Log: (Retracted by #12185)
16062              
16063              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
16064              Add Tests for warnings::register, Doc Update
16065              From: "chromatic" <chromatic@rmci.net>
16066              Date: Sat, 22 Sep 2001 09:43:20 -0600
16067              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
16068      Branch: perl
16069            + lib/warnings/register.t
16070            ! MANIFEST lib/warnings/register.pm
16071 ____________________________________________________________________________
16072 [ 12135] By: ams                                   on 2001/09/22  15:07:50
16073         Log: `@foo' should be @foo for consistency.
16074      Branch: perl
16075            ! pod/perldiag.pod
16076 ____________________________________________________________________________
16077 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
16078         Log: (Retracted by #12138)
16079              
16080              Add -woff (turn warning off) 3187:
16081              "A pointer is converted to a smaller integer."
16082              This happens when your pointers are 64-bit: then every case
16083              of converting pointers to PADOFFSETs (explicitly 32-bit)
16084              faces truncation (even explicit use of INT2PTR doesn't help).
16085              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
16086              Changing PADOFFSET from U32 to UV would help, but that
16087              would break binary backward compatibility of BASEOP and padop
16088              (assuming you have been using 64-bit pointers).
16089      Branch: perl
16090            ! hints/irix_6.sh
16091 ____________________________________________________________________________
16092 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
16093         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
16094              but the name comes from the inside the file, not from the file
16095              name, and Rumanian is the name of the language.
16096      Branch: perl
16097            + ext/Encode/Encode/macRumanian.enc
16098            - ext/Encode/Encode/macRomania.enc
16099            ! MANIFEST
16100 ____________________________________________________________________________
16101 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
16102         Log: Rename perltootc as perltooc for 8.3-friedliness.
16103      Branch: perl
16104            + pod/perltooc.pod
16105            - pod/perltootc.pod
16106            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
16107            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
16108            ! pod/perltoot.pod
16109 ____________________________________________________________________________
16110 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
16111         Log: Find more conflicts by lowercasing.
16112      Branch: perl
16113            + Porting/check83.pl
16114            - check83.pl
16115            ! MANIFEST
16116 ____________________________________________________________________________
16117 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
16118         Log: The AIX cc 5.0.0.0 is simply too buggy.
16119      Branch: perl
16120            ! hints/aix.sh
16121 ____________________________________________________________________________
16122 [ 12129] By: ams                                   on 2001/09/22  12:35:38
16123         Log: Uninteresting cleanup.
16124      Branch: perl
16125            ! form.h
16126 ____________________________________________________________________________
16127 [ 12128] By: ams                                   on 2001/09/22  12:28:48
16128         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
16129              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
16130              Date: Sat, 22 Sep 2001 14:29:13 +0100
16131              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
16132      Branch: perl
16133            ! cv.h
16134 ____________________________________________________________________________
16135 [ 12127] By: ams                                   on 2001/09/22  12:04:28
16136         Log: What's a backet?
16137      Branch: perl
16138            ! dump.c
16139 ____________________________________________________________________________
16140 [ 12126] By: ams                                   on 2001/09/22  10:02:34
16141         Log: Removed duplicated tests #19 and #20.
16142      Branch: perl
16143            ! t/op/do.t
16144 ____________________________________________________________________________
16145 [ 12125] By: ams                                   on 2001/09/22  03:58:41
16146         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
16147              From: Michael Carman <mjcarman@home.com>
16148              Date: Fri, 21 Sep 2001 17:54:05 -0500
16149              Message-Id: <3BABC50D.6040202@home.com>
16150              (Applied with some changes.)
16151      Branch: perl
16152            ! pod/perlmod.pod
16153 ____________________________________________________________________________
16154 [ 12124] By: ams                                   on 2001/09/22  03:44:19
16155         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
16156              From: Michael G Schwern <schwern@pobox.com>
16157              Date: Fri, 21 Sep 2001 19:20:40 -0400
16158              Message-Id: <20010921192040.E5494@blackrider>
16159      Branch: perl
16160            ! t/op/chdir.t
16161 ____________________________________________________________________________
16162 [ 12123] By: ams                                   on 2001/09/22  03:41:08
16163         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
16164              From: Blair Zajac <blair@orcaware.com>
16165              Date: Fri, 21 Sep 2001 15:13:04 -0700
16166              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
16167      Branch: perl
16168            ! t/op/chdir.t
16169 ____________________________________________________________________________
16170 [ 12122] By: ams                                   on 2001/09/22  03:37:07
16171         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
16172              20010920.007
16173              From: Michael G Schwern <schwern@pobox.com>
16174              Date: Fri, 21 Sep 2001 17:59:03 -0400
16175              Message-Id: <20010921175903.V5494@blackrider>
16176      Branch: perl
16177            ! t/op/do.t
16178 ____________________________________________________________________________
16179 [ 12121] By: ams                                   on 2001/09/22  03:30:38
16180         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
16181              suite on WinCE)
16182              From: Michael G Schwern <schwern@pobox.com>
16183              Date: Fri, 21 Sep 2001 19:41:03 -0400
16184              Message-Id: <20010921194103.G5494@blackrider>
16185      Branch: perl
16186            ! pod/perlport.pod
16187 ____________________________________________________________________________
16188 [ 12120] By: ams                                   on 2001/09/22  03:28:06
16189         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
16190              From: Michael G Schwern <schwern@pobox.com>
16191              Date: Fri, 21 Sep 2001 17:33:35 -0400
16192              Message-Id: <20010921173335.T5494@blackrider>
16193              ($ENV{FOO}=undef hunk not applied.)
16194      Branch: perl
16195            ! t/op/magic.t
16196 ____________________________________________________________________________
16197 [ 12119] By: ams                                   on 2001/09/22  03:02:26
16198         Log: Subject: [PATCH] perldiag.pod
16199              From: Peter Scott <Peter@PSDT.com>
16200              Date: Fri, 21 Sep 2001 18:54:50 -0700
16201              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
16202              (Moved to the right place.)
16203      Branch: perl
16204            ! pod/perldiag.pod
16205 ____________________________________________________________________________
16206 [ 12118] By: ams                                   on 2001/09/21  20:05:29
16207         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
16208              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16209              Date: Fri, 21 Sep 2001 22:36:54 +0200
16210              Message-Id: <20010921223654.A12742@rafael>
16211      Branch: perl
16212            ! t/op/do.t
16213 ____________________________________________________________________________
16214 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
16215         Log: Restore things as they were before
16216              the backward compatibility police notices.
16217      Branch: perl
16218            ! lib/Cwd.pm
16219 ____________________________________________________________________________
16220 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
16221         Log: More Cwd from Schwern: make also OS/2 and DOS
16222              Cwd agree with File::Spec (that is, native path
16223              syntax using \ instead of / -- backward compatibility
16224              polic warning) and stop Win32 from using bsd_realpath().
16225      Branch: perl
16226            ! lib/Cwd.pm
16227 ____________________________________________________________________________
16228 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
16229         Log: Subject: [PATCH @12110] RE: Untested libraries update
16230              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
16231              Date: Fri, 21 Sep 2001 18:21:07 +0100
16232              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
16233      Branch: perl
16234            ! lib/warnings/register.pm
16235 ____________________________________________________________________________
16236 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
16237         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
16238              From: Michael G Schwern <schwern@pobox.com>
16239              Date: Thu, 20 Sep 2001 22:54:02 -0400
16240              Message-ID: <20010920225402.A3611@blackrider>
16241      Branch: perl
16242            ! lib/Cwd.pm
16243 ____________________________________________________________________________
16244 [ 12113] By: ams                                   on 2001/09/21  17:08:24
16245         Log: Subject: [PATCH] avoid v-strings with require/use
16246              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16247              Date: Fri, 21 Sep 2001 12:34:40 -0400
16248              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
16249      Branch: perl
16250            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
16251            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
16252            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
16253            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
16254            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
16255            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
16256            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
16257            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
16258            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
16259            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
16260            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
16261            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
16262            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
16263            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
16264            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
16265            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
16266            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
16267            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
16268            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
16269 ____________________________________________________________________________
16270 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
16271         Log: Update Changes.
16272      Branch: perl
16273            ! Changes patchlevel.h
16274 ____________________________________________________________________________
16275 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
16276         Log: Make AIX and Tru64 compilers happy.  
16277      Branch: perl
16278            ! ext/threads/threads.h ext/threads/threads.xs
16279 ____________________________________________________________________________
16280 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
16281         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
16282              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
16283              Date: 21 Sep 2001 09:16:37 -0000
16284              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
16285      Branch: perl
16286            ! toke.c
16287 ____________________________________________________________________________
16288 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
16289         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
16290              From: Michael G Schwern <schwern@pobox.com>
16291              Date: Thu, 20 Sep 2001 21:21:34 -0400
16292              Message-ID: <20010920212134.Y28291@blackrider>
16293      Branch: perl
16294            ! pp_sys.c
16295 ____________________________________________________________________________
16296 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
16297         Log: Subject: Re: GDB Debugging Macros from mod_perl
16298              From: rspier@pobox.com (Robert Spier)
16299              Date: Thu, 20 Sep 2001 22:45:03 -0700
16300              Message-ID: <15274.54239.413929.49430@rls.cx>
16301      Branch: perl
16302            ! pod/perltodo.pod
16303 ____________________________________________________________________________
16304 [ 12105] By: sky                                   on 2001/09/21  10:33:34
16305         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
16306              timezone! GetSystemTime should be available on all Win32 
16307              platforms we support. Perhaps Time::HiRes should be extended to
16308              support WinCE and Novell?
16309      Branch: perl
16310            ! ext/Time/HiRes/HiRes.xs
16311 ____________________________________________________________________________
16312 [ 12104] By: sky                                   on 2001/09/21  08:12:39
16313         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
16314      Branch: perl
16315            ! ext/threads/threads.h ext/threads/threads.xs
16316 ____________________________________________________________________________
16317 [ 12103] By: sky                                   on 2001/09/21  07:57:41
16318         Log: Rename the *thread* functions to Perl_* to avoid clashes.
16319              Notably on AIX but could become a problem on other platforms.
16320      Branch: perl
16321            ! ext/threads/threads.h ext/threads/threads.xs
16322 ____________________________________________________________________________
16323 [ 12102] By: sky                                   on 2001/09/21  07:35:30
16324         Log: Add the shared sv space to the global vars.
16325              Fix problems compiling on win32.
16326      Branch: perl
16327            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
16328            ! sharedsv.c sharedsv.h
16329 ____________________________________________________________________________
16330 [ 12101] By: ams                                   on 2001/09/21  00:19:55
16331         Log: Subject: [PATCH] win32/Makefile warning fix
16332              From: Blair Zajac <blair@orcaware.com>
16333              Date: Thu, 20 Sep 2001 18:15:43 -0700
16334              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
16335      Branch: perl
16336            ! win32/Makefile
16337 ____________________________________________________________________________
16338 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
16339         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
16340              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16341              Date: Thu, 20 Sep 2001 18:36:22 +0200
16342              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
16343      Branch: perl
16344            ! lib/ExtUtils/Command.t
16345 ____________________________________________________________________________
16346 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
16347         Log: Cant spl wirth a dam.
16348      Branch: perl
16349            ! intrpvar.h
16350 ____________________________________________________________________________
16351 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
16352         Log: Don't use C++ comments.
16353      Branch: perl
16354            ! ext/threads/threads.xs
16355 ____________________________________________________________________________
16356 [ 12097] By: ams                                   on 2001/09/20  21:42:07
16357         Log: Change #12044 didn't.
16358      Branch: perl
16359            ! lib/constant.pm
16360 ____________________________________________________________________________
16361 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
16362         Log: Metaconfig unit changes for #12095.
16363      Branch: metaconfig
16364            ! U/modified/Myinit.U U/modified/libs.U
16365 ____________________________________________________________________________
16366 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
16367         Log: Remove iconv references since we are not using it
16368              and not going to; regen perltoc, perlmodlib.
16369              (Some references still linger in perltoc, have to figure
16370              out where they are coming from.)
16371      Branch: perl
16372            ! Configure NetWare/config.wc NetWare/config_H.wc
16373            ! Porting/Glossary Porting/config.sh Porting/config_H
16374            ! config_h.SH configure.com epoc/config.sh perl.h
16375            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
16376            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16377            ! vos/config.ga.h win32/config.bc win32/config.gc
16378            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16379            ! win32/config_H.vc wince/config.ce wince/config.h
16380            ! wince/config_H.ce
16381 ____________________________________________________________________________
16382 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
16383         Log: Subject: [PATCH docs] Re: ARGV and read
16384              From: Dave Mitchell <davem@fdgroup.co.uk>
16385              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
16386              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
16387      Branch: perl
16388            ! pod/perltodo.pod pod/perlvar.pod
16389 ____________________________________________________________________________
16390 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
16391         Log: Fresh copies from the cvs.perl.org perlfaq repository.
16392      Branch: perl
16393            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
16394            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16395            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
16396            ! pod/perlfaq9.pod
16397 ____________________________________________________________________________
16398 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
16399         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
16400              From: Nicholas Clark <nick@ccl4.org>
16401              Date: Thu, 20 Sep 2001 14:27:08 +0100
16402              Message-ID: <20010920142708.X4971@plum.flirble.org>
16403      Branch: perl
16404            ! pp_pack.c t/op/pack.t
16405 ____________________________________________________________________________
16406 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
16407         Log: The sharedsv_space* are variables, not code.  Duh.
16408      Branch: perl
16409            ! intrpvar.h makedef.pl
16410 ____________________________________________________________________________
16411 [ 12090] By: ams                                   on 2001/09/20  11:26:06
16412         Log: Subject: [patch lib/lib_pm.PL]
16413              From: Stas Bekman <stas@stason.org>
16414              Date: Thu, 20 Sep 2001 18:48:53 +0800
16415              Message-Id: <3BA9C995.6010302@stason.org>
16416              (Applied by hand.)
16417      Branch: perl
16418            ! lib/lib_pm.PL
16419 ____________________________________________________________________________
16420 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
16421         Log: Only 21 tests, skipping or not.
16422      Branch: perl
16423            ! lib/ExtUtils/Command.t
16424 ____________________________________________________________________________
16425 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
16426         Log: New exported symbols.
16427      Branch: perl
16428            ! makedef.pl
16429 ____________________________________________________________________________
16430 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
16431         Log: Update Changes.
16432      Branch: perl
16433            ! Changes patchlevel.h
16434 ____________________________________________________________________________
16435 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
16436         Log: Correct numbering of the tests is useful.
16437      Branch: perl
16438            ! ext/threads/t/basic.t
16439 ____________________________________________________________________________
16440 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
16441         Log: More tests now too.
16442      Branch: perl
16443            ! lib/ExtUtils/Command.t
16444 ____________________________________________________________________________
16445 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
16446         Log: More tests now.
16447      Branch: perl
16448            ! ext/threads/t/basic.t
16449 ____________________________________________________________________________
16450 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
16451         Log: The test assumed 7-bit ASCII.  Now it "just"
16452              assumes 8-bit whatever.
16453      Branch: perl
16454            ! t/op/crypt.t
16455 ____________________________________________________________________________
16456 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
16457         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
16458              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16459              Date: Wed, 19 Sep 2001 11:45:28 +0200
16460              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
16461              
16462              Lvalue casts are not portable.
16463      Branch: perl
16464            ! ext/threads/threads.xs
16465 ____________________________________________________________________________
16466 [ 12081] By: sky                                   on 2001/09/19  10:17:52
16467         Log: Make the basic test contain only realy basic API tests
16468              Seems to be a problem with detach.
16469      Branch: perl
16470            ! ext/threads/t/basic.t
16471 ____________________________________________________________________________
16472 [ 12080] By: ams                                   on 2001/09/19  01:23:55
16473         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
16474              From: Michael G Schwern <schwern@pobox.com>
16475              Date: Tue, 18 Sep 2001 19:53:48 -0400
16476              Message-Id: <20010918195348.M585@blackrider>
16477              
16478              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
16479              From: Michael G Schwern <schwern@pobox.com>
16480              Date: Tue, 18 Sep 2001 22:07:13 -0400
16481              Message-Id: <20010918220713.B19616@blackrider>
16482      Branch: perl
16483            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
16484            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
16485            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
16486            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
16487            ! lib/Test/Tutorial.pod
16488 ____________________________________________________________________________
16489 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
16490         Log: Indent the test a bit.
16491      Branch: perl
16492            ! ext/threads/t/basic.t
16493 ____________________________________________________________________________
16494 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
16495         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
16496              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16497              Date: Tue, 18 Sep 2001 18:06:44 +0200
16498              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
16499      Branch: perl
16500            ! win32/win32.c
16501 ____________________________________________________________________________
16502 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
16503         Log: Subject: stat access time is wrong on Win95
16504              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16505              Date: Tue, 18 Sep 2001 21:59:24 +0200
16506              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
16507      Branch: perl
16508            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
16509 ____________________________________________________________________________
16510 [ 12076] By: ams                                   on 2001/09/18  22:11:25
16511         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
16512              From: Michael G Schwern <schwern@pobox.com>
16513              Date: Tue, 18 Sep 2001 18:47:14 -0400
16514              Message-Id: <20010918184714.I585@blackrider>
16515      Branch: perl
16516            ! t/op/crypt.t
16517 ____________________________________________________________________________
16518 [ 12075] By: sky                                   on 2001/09/18  19:29:37
16519         Log: two test failures
16520              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16521              Message-ID: <20010918221702.A17408@rafael>
16522              partly applied, #12074 already fixed half the patch
16523      Branch: perl
16524            ! ext/threads/t/basic.t
16525 ____________________________________________________________________________
16526 [ 12074] By: sky                                   on 2001/09/18  18:49:03
16527         Log: Fixes test case failure introduced by #12071, the warning is
16528              now correctly spelled :-)
16529      Branch: perl
16530            ! ext/IO/lib/IO/t/io_sel.t
16531 ____________________________________________________________________________
16532 [ 12073] By: sky                                   on 2001/09/18  18:46:22
16533         Log: Make the test behave properly!
16534      Branch: perl
16535            ! ext/threads/t/basic.t
16536 ____________________________________________________________________________
16537 [ 12072] By: ams                                   on 2001/09/18  18:44:59
16538         Log: OP_RCATLINE is an SVOP, not a BASEOP.
16539      Branch: perl
16540            ! opcode.h opcode.pl
16541 ____________________________________________________________________________
16542 [ 12071] By: ams                                   on 2001/09/18  18:06:27
16543         Log: Deprecate != Depreciate.
16544      Branch: perl
16545            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
16546            ! lib/Pod/ParseUtils.pm
16547 ____________________________________________________________________________
16548 [ 12070] By: ams                                   on 2001/09/18  15:14:58
16549         Log: Subject: [PATCH] Getopt::Std cleanup
16550              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16551              Date: Tue, 18 Sep 2001 17:32:13 +0200
16552              Message-Id: <20010918173213.C777@rafael>
16553      Branch: perl
16554            ! lib/Getopt/Std.pm lib/Getopt/Std.t
16555 ____________________________________________________________________________
16556 [ 12069] By: sky                                   on 2001/09/18  14:56:33
16557         Log: Forgot the makefile
16558      Branch: perl
16559            + ext/threads/Makefile.PL
16560 ____________________________________________________________________________
16561 [ 12068] By: sky                                   on 2001/09/18  14:13:26
16562         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
16563              The test will fail because of Test.pm not knowing about threads. 
16564              basic needs to be manually tested
16565              compile time warnings on IV2PTR conversions need to be fixed
16566      Branch: perl
16567            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
16568            + ext/threads/threads.h ext/threads/threads.pm
16569            + ext/threads/threads.xs
16570            ! MANIFEST
16571 ____________________________________________________________________________
16572 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
16573         Log: DJGPP tweak from Laszlo Molnar.
16574      Branch: perl
16575            ! djgpp/config.over
16576 ____________________________________________________________________________
16577 [ 12066] By: sky                                   on 2001/09/18  10:24:31
16578         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
16579      Branch: perl
16580            ! sharedsv.c sharedsv.h
16581 ____________________________________________________________________________
16582 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
16583         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
16584              ditto ^cns.
16585      Branch: perl
16586            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
16587            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
16588            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
16589            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
16590            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
16591            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
16592            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
16593            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
16594            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
16595            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
16596            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
16597            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
16598            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
16599            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
16600            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
16601            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
16602            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
16603            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
16604            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
16605            + ext/Encode/Encode/ir-197.enc
16606            - ext/Encode/Encode/cns11643-1.enc
16607            - ext/Encode/Encode/cns11643-2.enc
16608            - ext/Encode/Encode/iso2022-cn.enc
16609            - ext/Encode/Encode/iso2022-jp.enc
16610            - ext/Encode/Encode/iso2022-jp1.enc
16611            - ext/Encode/Encode/iso2022-jp2.enc
16612            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
16613            - ext/Encode/Encode/iso8859-1.enc
16614            - ext/Encode/Encode/iso8859-1.ucm
16615            - ext/Encode/Encode/iso8859-10.enc
16616            - ext/Encode/Encode/iso8859-10.ucm
16617            - ext/Encode/Encode/iso8859-11.enc
16618            - ext/Encode/Encode/iso8859-11.ucm
16619            - ext/Encode/Encode/iso8859-13.enc
16620            - ext/Encode/Encode/iso8859-13.ucm
16621            - ext/Encode/Encode/iso8859-14.enc
16622            - ext/Encode/Encode/iso8859-14.ucm
16623            - ext/Encode/Encode/iso8859-15.enc
16624            - ext/Encode/Encode/iso8859-15.ucm
16625            - ext/Encode/Encode/iso8859-16.enc
16626            - ext/Encode/Encode/iso8859-16.ucm
16627            - ext/Encode/Encode/iso8859-2.enc
16628            - ext/Encode/Encode/iso8859-2.ucm
16629            - ext/Encode/Encode/iso8859-3.enc
16630            - ext/Encode/Encode/iso8859-3.ucm
16631            - ext/Encode/Encode/iso8859-4.enc
16632            - ext/Encode/Encode/iso8859-4.ucm
16633            - ext/Encode/Encode/iso8859-5.enc
16634            - ext/Encode/Encode/iso8859-5.ucm
16635            - ext/Encode/Encode/iso8859-6.enc
16636            - ext/Encode/Encode/iso8859-6.ucm
16637            - ext/Encode/Encode/iso8859-7.enc
16638            - ext/Encode/Encode/iso8859-7.ucm
16639            - ext/Encode/Encode/iso8859-8.enc
16640            - ext/Encode/Encode/iso8859-8.ucm
16641            - ext/Encode/Encode/iso8859-9.enc
16642            - ext/Encode/Encode/iso8859-9.ucm
16643            - ext/Encode/Encode/isoir-197.enc
16644            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
16645 ____________________________________________________________________________
16646 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
16647         Log: Must Uppercase.
16648      Branch: perl
16649            ! ext/Encode/Encode.pm
16650 ____________________________________________________________________________
16651 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
16652         Log: Add various encodings.
16653      Branch: perl
16654            + ext/Encode/Encode/iso8859-11.enc
16655            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
16656            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
16657            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
16658            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
16659            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
16660            + ext/Encode/Encode/viscii.ucm
16661            ! MANIFEST ext/Encode/Encode.pm
16662 ____________________________________________________________________________
16663 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
16664         Log: lib/unicode relic.
16665      Branch: perl
16666            ! ext/Encode/compile
16667 ____________________________________________________________________________
16668 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
16669         Log: Subject: [PATCH] Re: filename problems
16670              From: Michael G Schwern <schwern@pobox.com>
16671              Date: Mon, 17 Sep 2001 17:26:26 -0400
16672              Message-ID: <20010917172626.Q585@blackrider>
16673      Branch: perl
16674            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
16675            - t/lib/sample-tests/header_at_end
16676            - t/lib/sample-tests/header_at_end_fail
16677            ! MANIFEST lib/Test/Harness/t/test-harness.t
16678 ____________________________________________________________________________
16679 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
16680         Log: Explicitly explain the 1e9 seconds, not everybody
16681              is a C geek.
16682      Branch: perl
16683            ! ext/Time/HiRes/HiRes.pm
16684 ____________________________________________________________________________
16685 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
16686         Log: Explain an apparent bug reported by
16687              Richard J. Barbalace <rjbarbal@MIT.EDU>,
16688              with additional explanation from Gisle Aas.
16689      Branch: perl
16690            ! ext/Time/HiRes/HiRes.pm
16691 ____________________________________________________________________________
16692 [ 12058] By: ams                                   on 2001/09/17  19:52:01
16693         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
16694              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16695              Date: Mon, 17 Sep 2001 22:48:05 +0200
16696              Message-Id: <20010917224805.C11744@rafael>
16697      Branch: perl
16698            ! t/lib/warnings/op t/lib/warnings/pp
16699 ____________________________________________________________________________
16700 [ 12057] By: ams                                   on 2001/09/17  16:51:18
16701         Log: Its a nit!
16702      Branch: perl
16703            ! sv.h
16704 ____________________________________________________________________________
16705 [ 12056] By: ams                                   on 2001/09/17  16:47:55
16706         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
16707              From: "Craig A. Berry" <craigberry@mac.com>
16708              Date: Mon, 17 Sep 2001 12:34:20 -0500
16709              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
16710      Branch: perl
16711            ! vms/vms.c
16712 ____________________________________________________________________________
16713 [ 12055] By: ams                                   on 2001/09/17  16:05:15
16714         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
16715              From: Gisle Aas <gisle@ActiveState.com>
16716              Date: 16 Apr 2001 16:20:34 -0700
16717              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
16718              (Applied by hand.)
16719      Branch: perl
16720            ! lib/CPAN.pm lib/CPAN/Nox.pm
16721 ____________________________________________________________________________
16722 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
16723         Log: Update Changes.
16724      Branch: perl
16725            ! Changes patchlevel.h
16726 ____________________________________________________________________________
16727 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
16728         Log: Adding new files to the MANIFEST is always nice.
16729      Branch: perl
16730            ! MANIFEST
16731 ____________________________________________________________________________
16732 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
16733         Log: Reindent the PerlIO files (suggested by NI-S), used
16734              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
16735              (GNU indent).  Note that wholesale re-indenting might
16736              be nice, but that would break nice formatting/alignment
16737              of assignments, equality testing, and complex boolean
16738              expressions with lots of &s and |s.
16739      Branch: perl
16740            ! perlio.c perlio.h perliol.h
16741 ____________________________________________________________________________
16742 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
16743         Log: Add a script for being 8.3-polite.
16744              The found conflicts are being worked on.
16745      Branch: perl
16746            + check83.pl
16747            ! MANIFEST Porting/pumpkin.pod
16748 ____________________________________________________________________________
16749 [ 12050] By: sky                                   on 2001/09/17  12:44:36
16750         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
16751              finding it.
16752      Branch: perl
16753            ! sv.c
16754 ____________________________________________________________________________
16755 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
16756         Log: Bump up versions because of #12041.
16757      Branch: perl
16758            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
16759            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
16760            ! lib/Time/localtime.pm
16761 ____________________________________________________________________________
16762 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
16763         Log: Bump the version number because of #12042.
16764      Branch: perl
16765            ! lib/CPAN/FirstTime.pm
16766 ____________________________________________________________________________
16767 [ 12047] By: ams                                   on 2001/09/17  11:21:40
16768         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
16769              From: Abhijit Menon-Sen <ams@wiw.org>
16770              Date: Mon, 17 Sep 2001 17:44:12 +0530
16771              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
16772      Branch: perl
16773            ! op.c
16774 ____________________________________________________________________________
16775 [ 12046] By: sky                                   on 2001/09/17  07:14:17
16776         Log: Subject: Re: t/op/ver.t using skip() improperly
16777              From: "chromatic" <chromatic@rmci.net>
16778              Date: Mon, 17 Sep 2001 00:22:29 -0600
16779              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
16780      Branch: perl
16781            ! t/op/ver.t
16782 ____________________________________________________________________________
16783 [ 12045] By: nick                                  on 2001/09/17  07:12:14
16784         Log: Integrate mainline
16785      Branch: perlio
16786           +> t/op/chdir.t
16787           !> (integrate 117 files)
16788 ____________________________________________________________________________
16789 [ 12044] By: ams                                   on 2001/09/17  05:49:53
16790         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
16791              From: Ilmari Karonen <iltzu@sci.fi>
16792              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
16793              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
16794              (And $VERSION = '1.05'.)
16795      Branch: perl
16796            ! lib/constant.pm
16797 ____________________________________________________________________________
16798 [ 12043] By: ams                                   on 2001/09/17  05:44:50
16799         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
16800              From: Michael G Schwern <schwern@pobox.com>
16801              Date: Mon, 17 Sep 2001 07:49:04 +0200
16802              Message-Id: <20010917074904.V1588@blackrider>
16803              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
16804      Branch: perl
16805            + t/op/chdir.t
16806            ! MANIFEST pp_sys.c
16807 ____________________________________________________________________________
16808 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
16809         Log: Subject: Re: CPAN.pm needs some hacking 
16810              From: "chromatic" <chromatic@rmci.net>
16811              Date: Sun, 16 Sep 2001 16:46:29 -0600
16812              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
16813      Branch: perl
16814            ! lib/CPAN/FirstTime.pm
16815 ____________________________________________________________________________
16816 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
16817         Log: Change use|require 5.005_64 to use|require 5.6.1.
16818      Branch: perl
16819            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
16820            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
16821            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
16822            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
16823            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
16824            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
16825            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
16826            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
16827            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
16828            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
16829            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
16830            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
16831            ! lib/base.pm lib/fields.pm
16832 ____________________________________________________________________________
16833 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
16834         Log: Bump up version numbers.
16835              
16836              TODO 1: double check that pre-5.6.1 CPAN.pm:s
16837              don't try to download 5.8.0 because of the
16838              version numbers.  Mainly this means using _00
16839              in the core version numbers.
16840              
16841              TODO 2: the "use 5.005_64" in many modules
16842              needs to be changed to, say, "use 5.6.1".
16843      Branch: perl
16844            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
16845            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
16846            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
16847            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
16848            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
16849            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
16850            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
16851            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
16852            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
16853            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
16854            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
16855 ____________________________________________________________________________
16856 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
16857         Log: Use UCHARAT() as suggested by Inaba Hiroto.
16858      Branch: perl
16859            ! regexec.c
16860 ____________________________________________________________________________
16861 [ 12038] By: ams                                   on 2001/09/16  15:16:24
16862         Log: Subject: [PATCH] Re: Core module version numbers review
16863              From: Peter Scott <Peter@PSDT.com>
16864              Date: Sun, 16 Sep 2001 09:09:58 -0700
16865              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
16866      Branch: perl
16867            ! lib/perl5db.pl
16868 ____________________________________________________________________________
16869 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
16870         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
16871              not yet fully implemented.
16872      Branch: perl
16873            ! pod/perlfunc.pod pod/perlunicode.pod
16874 ____________________________________________________________________________
16875 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
16876         Log: Subject: [patch] plug PL_beginav_save leak
16877              From: Doug MacEachern <dougm@covalent.net>
16878              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
16879              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
16880      Branch: perl
16881            ! perl.c
16882 ____________________________________________________________________________
16883 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
16884         Log: (accidentally empty checkin)
16885      Branch: perl
16886            ! sv.c
16887 ____________________________________________________________________________
16888 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
16889         Log: Subject: [patch] ithreads+PL_beginav_save
16890              From: Doug MacEachern <dougm@covalent.net>
16891              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
16892              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
16893      Branch: perl
16894            ! sv.c
16895 ____________________________________________________________________________
16896 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
16897         Log: Subject: [PATCH] h2xs.PL with C::Scan
16898              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16899              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
16900              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
16901      Branch: perl
16902            ! utils/h2xs.PL
16903 ____________________________________________________________________________
16904 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
16905         Log: Elaborate (well, make more vague, really) #12030.
16906      Branch: perl
16907            ! pod/perltodo.pod pod/perlunicode.pod
16908 ____________________________________________________________________________
16909 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
16910         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
16911              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16912              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
16913              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
16914      Branch: perl
16915            ! regexec.c
16916 ____________________________________________________________________________
16917 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
16918         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
16919              are not yet complete.
16920      Branch: perl
16921            ! pod/perltodo.pod pod/perlunicode.pod
16922 ____________________________________________________________________________
16923 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
16924         Log: Document what's still to be done on the regular expression
16925              Unicode support, based on the UTR#18.
16926      Branch: perl
16927            ! pod/perltodo.pod pod/perlunicode.pod
16928 ____________________________________________________________________________
16929 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
16930         Log: Regen headers.
16931      Branch: perl
16932            ! embedvar.h perlapi.h
16933 ____________________________________________________________________________
16934 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
16935         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
16936              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16937              Date: Sun, 09 Sep 2001 18:41:54 +0100
16938              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
16939      Branch: perl
16940            ! Porting/findvars ext/ByteLoader/bytecode.h
16941            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
16942            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
16943 ____________________________________________________________________________
16944 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
16945         Log: enable most warnings for windows build; fix the various typecasting
16946              nits that showed up (no bugfixes here)
16947      Branch: maint-5.6/perl
16948            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
16949            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
16950            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
16951            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
16952            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
16953            ! x2p/walk.c
16954 ____________________________________________________________________________
16955 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
16956         Log: Integrate change #12024 from maintperl
16957              (a local() precedence bug)
16958      Branch: perl
16959           !> lib/ExtUtils/Install.pm
16960 ____________________________________________________________________________
16961 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
16962         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
16963              change#8642
16964      Branch: maint-5.6/perl
16965            ! lib/ExtUtils/Install.pm
16966 ____________________________________________________________________________
16967 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
16968         Log: Update Changes.
16969      Branch: perl
16970            ! Changes patchlevel.h
16971 ____________________________________________________________________________
16972 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
16973         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
16974              From: "chromatic" <chromatic@rmci.net>
16975              Date: Fri, 14 Sep 2001 09:44:57 -0600 
16976              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
16977      Branch: perl
16978            ! lib/ExtUtils/Manifest.t
16979 ____________________________________________________________________________
16980 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
16981         Log: Hopefully better skipping of the Complete.t tests
16982              in case of not a tty. 
16983      Branch: perl
16984            ! lib/Term/Complete.t t/op/stat.t
16985 ____________________________________________________________________________
16986 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
16987         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
16988              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16989              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
16990              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
16991      Branch: perl
16992            ! regexec.c t/op/pat.t
16993 ____________________________________________________________________________
16994 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
16995         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
16996              From: Robin Barker <rmb1@cise.npl.co.uk>
16997              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
16998              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
16999      Branch: perl
17000            ! pod/perlport.pod
17001 ____________________________________________________________________________
17002 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
17003         Log: NetWare tweaks from Ananth Kesari.
17004      Branch: perl
17005            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
17006            ! NetWare/nwutil.h
17007 ____________________________________________________________________________
17008 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
17009         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
17010              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17011              Date: Fri, 14 Sep 2001 10:51:13 +0200
17012              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
17013      Branch: perl
17014            ! pod/perlport.pod
17015 ____________________________________________________________________________
17016 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
17017         Log: Subject: Re: [PATCH 2 pl2pm.PL]
17018              From: Joe Smith <Joe.Smith@inwap.com>
17019              Date: Fri, 14 Sep 2001 00:13:32 -0700
17020              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
17021              
17022              Eradicate qu.
17023      Branch: perl
17024            ! keywords.h keywords.pl utils/pl2pm.PL
17025 ____________________________________________________________________________
17026 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
17027         Log: Retract #12013, didn't go over too well in Tru64.
17028      Branch: perl
17029            ! embed.h embed.pl sv.h
17030 ____________________________________________________________________________
17031 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
17032         Log: Subject: [PATCH] Execute files of debugger commands
17033              From: Peter Scott <Peter@PSDT.com>
17034              Date: Thu, 13 Sep 2001 15:26:31 -0700
17035              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
17036      Branch: perl
17037            ! lib/perl5db.pl pod/perldebug.pod
17038 ____________________________________________________________________________
17039 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
17040         Log: (Retracted by #12015)
17041              Subject: [proposed PATCH] Re: perl@11920
17042              From: Nicholas Clark <nick@ccl4.org>
17043              Date: Wed, 12 Sep 2001 23:46:09 +0100
17044              Message-ID: <20010912234609.H4971@plum.flirble.org>     
17045      Branch: perl
17046            ! embed.h embed.pl sv.h
17047 ____________________________________________________________________________
17048 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
17049         Log: ucblib shouldn't be linked against in nonstop-ux,
17050              from Tom Bates.
17051      Branch: perl
17052            ! hints/nonstopux.sh
17053 ____________________________________________________________________________
17054 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
17055         Log: Do stty only if we have stty.
17056              
17057              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
17058      Branch: perl
17059            ! lib/Term/Complete.pm
17060 ____________________________________________________________________________
17061 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
17062         Log: Skip the test if not running on a tty.
17063      Branch: perl
17064            ! lib/Term/Complete.t
17065 ____________________________________________________________________________
17066 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
17067         Log: Regen headers.
17068      Branch: perl
17069            ! embed.h opcode.h pod/perlapi.pod proto.h
17070 ____________________________________________________________________________
17071 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
17072         Log: Subject: [PATCH op.c] Re: perl@12003
17073              From: Robin Barker <rmb1@cise.npl.co.uk>
17074              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
17075              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
17076      Branch: perl
17077            ! op.c
17078 ____________________________________________________________________________
17079 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
17080         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
17081              From: Robin Barker <rmb1@cise.npl.co.uk>
17082              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
17083              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
17084      Branch: perl
17085            ! sv.c
17086 ____________________________________________________________________________
17087 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
17088         Log: Upgrade to Memoize 0.66.
17089      Branch: perl
17090            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
17091            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
17092            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
17093 ____________________________________________________________________________
17094 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
17095         Log: Subject: [ID 20010912.007] substr reference core dump
17096              From: me-01@ton.iguana.be
17097              Date: 12 Sep 2001 14:11:16 -0000
17098              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
17099      Branch: perl
17100            ! mg.c
17101 ____________________________________________________________________________
17102 [ 12004] By: ams                                   on 2001/09/12  01:13:49
17103         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
17104              From: Ilmari Karonen <iltzu@sci.fi>
17105              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
17106              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
17107      Branch: perl
17108            ! pod/perlfaq4.pod
17109 ____________________________________________________________________________
17110 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
17111         Log: Update Changes.
17112      Branch: perl
17113            ! Changes patchlevel.h
17114 ____________________________________________________________________________
17115 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
17116         Log: NetWare update from Ananth Kesari.
17117      Branch: perl
17118            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
17119            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
17120 ____________________________________________________________________________
17121 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
17122         Log: Retract #11984: div() being redefined, and 1397
17123              failing on 64-bit platforms.
17124      Branch: perl
17125            ! lib/Math/BigInt/Calc.pm
17126 ____________________________________________________________________________
17127 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
17128         Log: Metaconfig unit change for #11999.
17129      Branch: metaconfig
17130            ! U/protos/d_lseekproto.U
17131 ____________________________________________________________________________
17132 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
17133         Log: The lseek fix (#11991) was no fix.
17134      Branch: perl
17135            ! Configure
17136 ____________________________________________________________________________
17137 [ 11998] By: sky                                   on 2001/09/11  07:52:06
17138         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
17139              From: Matt Sergeant <MSergeant@star.net.uk>
17140              Date: Tue, 11 Sep 2001 09:22:32 +0100
17141              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
17142      Branch: perl
17143            ! ext/Encode/Encode.pm
17144 ____________________________________________________________________________
17145 [ 11997] By: sky                                   on 2001/09/11  06:35:29
17146         Log: Sometimes dTHX is added because it is needed on non 
17147              gnuc platforms, but not needed there. This uses GCC
17148              to silence GCC specific warnings by marking pTHX as 
17149              unused.
17150      Branch: perl
17151            ! perl.h
17152 ____________________________________________________________________________
17153 [ 11996] By: nick                                  on 2001/09/11  06:25:27
17154         Log: Integrate mainline
17155      Branch: perlio
17156            - ext/POSIX/sigaction.t lib/File/Find/taint.t
17157           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
17158 ____________________________________________________________________________
17159 [ 11995] By: nick                                  on 2001/09/11  06:23:39
17160         Log: Part Integrate mainline
17161      Branch: perlio
17162           +> (branch 69 files)
17163            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
17164            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
17165            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
17166            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
17167            - lib/Switch/t/switch_case.t lib/Test/Harness.t
17168            - lib/Test/More/Changes lib/Test/More/t/More.t
17169            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
17170            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
17171            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
17172            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
17173            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
17174            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
17175            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
17176            - t/lib/Test/More/Catch.pm wince/perl.ico
17177           !> (integrate 197 files)
17178 ____________________________________________________________________________
17179 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
17180         Log: Subject: Re: [PATCH] Encode.pm docs fix
17181              From: Gisle Aas <gisle@ActiveState.com>
17182              Date: 10 Sep 2001 11:27:02 -0700
17183              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
17184      Branch: perl
17185            ! ext/Encode/Encode.pm
17186 ____________________________________________________________________________
17187 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
17188         Log: Fix unpack U to be the reverse of pack U
17189              (but implement unpack U0U as a backdoor to get
17190              the UTF-8 malformed warnings from un-UTF-8 data)
17191      Branch: perl
17192            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
17193 ____________________________________________________________________________
17194 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
17195         Log: Metaconfig unit change for #11991;
17196              delete an unused unit (d_strtoull.U is the one used)
17197      Branch: metaconfig
17198            ! U/protos/d_lseekproto.U
17199      Branch: metaconfig/U/perl
17200            - strtoull.U
17201 ____________________________________________________________________________
17202 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
17203         Log: Subject: [PATCH] Configure not recording lseek proto
17204              From: Blair Zajac <blair@orcaware.com>
17205              Date: Mon, 10 Sep 2001 17:52:37 -0700
17206              Message-ID: <3B9D6055.BA334A31@orcaware.com>
17207              
17208              plus regen Configure.
17209      Branch: perl
17210            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17211            ! config_h.SH uconfig.h
17212 ____________________________________________________________________________
17213 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
17214         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?)))                  
17215              From: Nicholas Clark <nick@ccl4.org>
17216              Date: Tue, 11 Sep 2001 00:00:31 +0100
17217              Message-ID: <20010911000031.G1512@plum.flirble.org>
17218      Branch: perl
17219            + t/op/qq.t
17220            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
17221 ____________________________________________________________________________
17222 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
17223         Log: Subject: [PATCH] Building on win32 w/o perlio
17224              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
17225              Date: Mon, 10 Sep 2001 23:38:46 +0200
17226              Message-ID: <3B9D4F06.14433.2C37644@localhost>
17227      Branch: perl
17228            ! perl.c win32/Makefile win32/makefile.mk
17229 ____________________________________________________________________________
17230 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
17231         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
17232              From: "chromatic" <chromatic@rmci.net>
17233              Date: Mon, 10 Sep 2001 15:14:01 -0600
17234              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
17235      Branch: perl
17236            + lib/CGI/t/push.t
17237            ! MANIFEST
17238 ____________________________________________________________________________
17239 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
17240         Log: Subject: avoiding hoardes of zombies
17241              From: Nicholas Clark <nick@ccl4.org>
17242              Date: Mon, 10 Sep 2001 22:00:40 +0100
17243              Message-ID: <20010910220040.C1512@plum.flirble.org>
17244      Branch: perl
17245            ! pod/perlipc.pod
17246 ____________________________________________________________________________
17247 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
17248         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
17249              From: John Peacock <jpeacock@rowman.com>
17250              Date: Mon, 10 Sep 2001 16:34:30 -0400
17251              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
17252      Branch: perl
17253            ! sv.c t/op/ver.t utf8.h
17254 ____________________________________________________________________________
17255 [ 11985] By: ams                                   on 2001/09/10  23:20:13
17256         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
17257      Branch: perl
17258            ! MANIFEST
17259 ____________________________________________________________________________
17260 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
17261         Log: (Retracted by #12001)
17262              Subject: Calc with USE_MUL/USE_DIV
17263              From: Tels <perl_dummy@bloodgate.com>
17264              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
17265              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
17266      Branch: perl
17267            ! lib/Math/BigInt/Calc.pm
17268 ____________________________________________________________________________
17269 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
17270         Log: Subject: [PATCH op.c] Re: perl@11978
17271              From: Robin Barker <rmb1@cise.npl.co.uk>
17272              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
17273              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
17274              
17275              Format errors.
17276      Branch: perl
17277            ! op.c
17278 ____________________________________________________________________________
17279 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
17280         Log: Switch PADOFFSET back to U32 both because of binary backward
17281              compatibility and because Arthur seems to have been fixing the
17282              problems with naughty integer-pointer casting.
17283      Branch: perl
17284            ! op.h
17285 ____________________________________________________________________________
17286 [ 11981] By: ams                                   on 2001/09/10  16:31:43
17287         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
17288              Fix Pod Typo, Add Test for ExtUtils::Command
17289              From: "chromatic" <chromatic@rmci.net>
17290              Date: Mon, 10 Sep 2001 11:20:56 -0600
17291              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
17292      Branch: perl
17293            + lib/ExtUtils/Command.t
17294            ! MANIFEST lib/ExtUtils/Command.pm
17295 ____________________________________________________________________________
17296 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
17297         Log: Subject: [PATCH] Encode.pm docs fix
17298              From: Matt Sergeant <MSergeant@star.net.uk>
17299              Date: Mon, 10 Sep 2001 15:24:01 +0100
17300              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
17301      Branch: perl
17302            ! ext/Encode/Encode.pm
17303 ____________________________________________________________________________
17304 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
17305         Log: Update Changes.
17306      Branch: perl
17307            ! Changes patchlevel.h
17308 ____________________________________________________________________________
17309 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
17310         Log: Revert #11973, the dTHX seems to be needed in there
17311              for threaded builds.
17312      Branch: perl
17313            ! perlio.c
17314 ____________________________________________________________________________
17315 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
17316         Log: Detypo.
17317      Branch: perl
17318            ! pod/perlguts.pod
17319 ____________________________________________________________________________
17320 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
17321         Log: Further Class::Struct patching from Damian.
17322              
17323              The new new semantics are:
17324              
17325              * If you pass an initializer for a nested object, it has to be:
17326              a) a reference to an object of that class, or      
17327              b) a reference to an object of a subclass of that class, or
17328              c) a reference to a hash of arguments to be passed to the
17329              class's constructor
17330              * If you pass no initializer for a nested object, the attribute
17331              is initialized to C<undef>
17332      Branch: perl
17333            ! lib/Class/Struct.pm
17334 ____________________________________________________________________________
17335 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
17336         Log: Skip the crypt test if no crypt.
17337      Branch: perl
17338            ! t/op/crypt.t
17339 ____________________________________________________________________________
17340 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
17341         Log: Warn against using bare v-strings as IP addresses
17342              (okay if using the wrappers from Socket)
17343      Branch: perl
17344            ! pod/perldata.pod pod/perlport.pod
17345 ____________________________________________________________________________
17346 [ 11973] By: sky                                   on 2001/09/10  11:57:58
17347         Log: Remove unused dTHX. Silenced another warning.
17348      Branch: perl
17349            ! perlio.c
17350 ____________________________________________________________________________
17351 [ 11972] By: sky                                   on 2001/09/10  11:54:25
17352         Log: Silence some more warnings INT2PTR.
17353      Branch: perl
17354            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
17355 ____________________________________________________________________________
17356 [ 11971] By: sky                                   on 2001/09/10  11:21:50
17357         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
17358      Branch: perl
17359            ! cop.h
17360 ____________________________________________________________________________
17361 [ 11970] By: sky                                   on 2001/09/10  11:17:25
17362         Log: Apply INT2PTR with force to silence warnings from
17363              PM_GETRE and friends. No more warnings with 64bit 
17364              IVs and 32bit pointers.    
17365      Branch: perl
17366            ! op.c op.h perl.c
17367 ____________________________________________________________________________
17368 [ 11969] By: sky                                   on 2001/09/10  10:13:02
17369         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
17370      Branch: perl
17371            ! pod/perlguts.pod
17372 ____________________________________________________________________________
17373 [ 11968] By: sky                                   on 2001/09/10  10:02:51
17374         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
17375              Rename to custop_op_name to Perl_custom_op_name to match perlapi
17376              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
17377              perl_clone.
17378      Branch: perl
17379            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
17380 ____________________________________________________________________________
17381 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
17382         Log: Using strlen() not good on embedded nul bytes.
17383      Branch: perl
17384            ! regcomp.c
17385 ____________________________________________________________________________
17386 [ 11966] By: ams                                   on 2001/09/09  21:06:13
17387         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
17388              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17389              Date: Mon, 13 Aug 2001 22:51:59 +0200
17390              Message-ID: <20010813225159.C6681@rafael>
17391              (Applied with several tweaks.)
17392      Branch: perl
17393            ! embed.h embed.pl proto.h toke.c
17394 ____________________________________________________________________________
17395 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
17396         Log: The exact error message is system-dependent.
17397      Branch: perl
17398            ! lib/ExtUtils/Manifest.t
17399 ____________________________________________________________________________
17400 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
17401         Log: Add Windows and Mac Sami support to Encode
17402              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
17403      Branch: perl
17404            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
17405            ! MANIFEST
17406 ____________________________________________________________________________
17407 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
17408         Log: Use the tried method.
17409      Branch: perl
17410            ! pod/perlport.pod
17411 ____________________________________________________________________________
17412 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
17413         Log: Can't count parentheses.
17414      Branch: perl
17415            ! ext/IO/lib/IO/Socket/INET.pm
17416 ____________________________________________________________________________
17417 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
17418         Log: perlport additions: 1 while unlink, add/delete directory
17419              entries and permissions, cygwin stat funkiness (from Michael
17420              Schwern and Nicholas Clark)
17421      Branch: perl
17422            ! pod/perlport.pod
17423 ____________________________________________________________________________
17424 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
17425         Log: blib does have a detectable test.
17426      Branch: perl
17427            ! t/lib/1_compile.t
17428 ____________________________________________________________________________
17429 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
17430         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
17431              From: "chromatic" <chromatic@rmci.net>
17432              Date: Sat, 08 Sep 2001 19:33:42 -0600
17433              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
17434      Branch: perl
17435            + lib/Term/Complete.t
17436            ! MANIFEST
17437 ____________________________________________________________________________
17438 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
17439         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
17440              From: Michael G Schwern <schwern@pobox.com> 
17441              Date: Sat, 8 Sep 2001 02:40:26 -0400
17442              Message-ID: <20010908024026.A26283@blackrider>
17443      Branch: perl
17444            + lib/Test/Tutorial.pod
17445            ! MANIFEST
17446 ____________________________________________________________________________
17447 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
17448         Log: Try to look up protocol (by name) only iff it has non-numbers:
17449              nice if the server is in a chrooted environment (no /etc/protocols,
17450              server code using hardcorded protocol numbers like 6 for tcp),
17451              suggested by John Holdsworth <coldwave@bigfoot.com>.
17452              In other words, if we are given a number, why look it up again
17453              (by number)?
17454      Branch: perl
17455            ! ext/IO/lib/IO/Socket/INET.pm
17456 ____________________________________________________________________________
17457 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
17458         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
17459              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17460              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
17461              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
17462              
17463              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
17464              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17465              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
17466              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
17467              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
17468              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17469              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
17470              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
17471      Branch: perl
17472            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
17473 ____________________________________________________________________________
17474 [ 11955] By: ams                                   on 2001/09/09  02:54:21
17475         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
17476              From: "Craig A. Berry" <craigberry@mac.com>
17477              Date: Sat, 08 Sep 2001 19:02:16 -0500
17478              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
17479      Branch: perl
17480            ! lib/CGI/t/carp.t
17481 ____________________________________________________________________________
17482 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
17483         Log: Documentation tweaks; think the IP address as an opaque string.
17484      Branch: perl
17485            ! ext/Socket/Socket.pm
17486 ____________________________________________________________________________
17487 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
17488         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
17489              From: Michael G Schwern <schwern@pobox.com>
17490              Date: Sat, 8 Sep 2001 19:45:46 -0400
17491              Message-ID: <20010908194546.C9193@blackrider>
17492      Branch: perl
17493            + lib/blib.t
17494            ! MANIFEST lib/blib.pm t/lib/1_compile.t
17495 ____________________________________________________________________________
17496 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
17497         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
17498              From: "chromatic" <chromatic@rmci.net>
17499              Date: Sat, 08 Sep 2001 12:31:44 -0600
17500              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
17501      Branch: perl
17502            + lib/CGI/t/fast.t
17503            ! MANIFEST
17504 ____________________________________________________________________________
17505 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
17506         Log: The Socket tests were wrong: they were assuming too much.
17507      Branch: perl
17508            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
17509 ____________________________________________________________________________
17510 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
17511         Log: Retract the portability changes since they
17512              seem to have opened a can of worms... will
17513              go back to UNICOS/mk and do the bare minimum
17514              required to get the tests working.
17515      Branch: perl
17516            ! ext/Socket/Socket.xs
17517 ____________________________________________________________________________
17518 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
17519         Log: PADOFFSET is used to cast pointers into integers,
17520              if pointers are 64 bits and U32 32 bits,
17521              bad things may happen, or at least warnings issued.
17522      Branch: perl
17523            ! op.h
17524 ____________________________________________________________________________
17525 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
17526         Log: Still more Socket portability tweaking.
17527              Now Socket.t seems to be happy in all of
17528              Linux/x86, Tru64/alpha, Solaris/sparc,
17529              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
17530              
17531              Addendum: it seems that io_multihomed, io_sock, and hostent
17532              were broken in little-endians (linux/x86 and tru64/alpha)
17533              because of this change.  Argh.
17534      Branch: perl
17535            ! ext/Socket/Socket.xs
17536 ____________________________________________________________________________
17537 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
17538         Log: More portability kicking on inet_ntoa().
17539      Branch: perl
17540            ! ext/Socket/Socket.xs
17541 ____________________________________________________________________________
17542 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
17543         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
17544              From: Michael G Schwern <schwern@pobox.com> 
17545              Date: Fri, 7 Sep 2001 23:06:51 -0400
17546              Message-ID: <20010907230651.R606@blackrider>
17547      Branch: perl
17548            + lib/ExtUtils/Manifest.t
17549            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
17550 ____________________________________________________________________________
17551 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
17552         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
17553              From: "chromatic" <chromatic@rmci.net>
17554              Date: Fri, 07 Sep 2001 17:53:15 -0600      
17555              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
17556      Branch: perl
17557            + lib/ExtUtils/testlib.t
17558            ! MANIFEST
17559 ____________________________________________________________________________
17560 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
17561         Log: Thinko.
17562      Branch: perl
17563            ! lib/integer.t
17564 ____________________________________________________________________________
17565 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
17566         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
17567              From: "Craig A. Berry" <craigberry@mac.com>
17568              Date: Fri, 07 Sep 2001 15:30:03 -0500
17569              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
17570      Branch: perl
17571            ! lib/CGI/Carp.pm
17572 ____________________________________________________________________________
17573 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
17574         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
17575              From: Michael G Schwern <schwern@pobox.com>
17576              Date: Fri, 7 Sep 2001 15:38:13 -0400
17577              Message-ID: <20010907153813.K606@blackrider>
17578      Branch: perl
17579            ! lib/ExtUtils/MM_Unix.pm
17580 ____________________________________________________________________________
17581 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
17582         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
17583              From: Robin Barker <rmb1@cise.npl.co.uk>
17584              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
17585              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
17586      Branch: perl
17587            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
17588 ____________________________________________________________________________
17589 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
17590         Log: Clean up 1_compile.t; move tests to more consistent
17591              places (t/ subdirectories); add integer.t (much of
17592              the pragma is tested elsewhere but there is no one
17593              centralized place)
17594      Branch: perl
17595            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
17596            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
17597            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
17598            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
17599            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
17600            - lib/File/Find/find.t lib/File/Find/taint.t
17601            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
17602 ____________________________________________________________________________
17603 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
17604         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
17605              From: "chromatic" <chromatic@rmci.net>
17606              Date: Fri, 07 Sep 2001 10:17:40 -0600
17607              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
17608      Branch: perl
17609            ! lib/File/Find/taint.t
17610 ____________________________________________________________________________
17611 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
17612         Log: Update Changes.
17613      Branch: perl
17614            ! Changes patchlevel.h
17615 ____________________________________________________________________________
17616 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
17617         Log: Rename the old threading tutorial, start a new one,
17618              regen toc.
17619      Branch: perl
17620            + pod/perlothrtut.pod
17621            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
17622            ! pod/perltoc.pod
17623 ____________________________________________________________________________
17624 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
17625         Log: vars very much has a test.
17626      Branch: perl
17627            ! t/lib/1_compile.t
17628 ____________________________________________________________________________
17629 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
17630         Log: Subject: Re: wince/perl.ico marked as binary
17631              From: Nicholas Clark <nick@ccl4.org>
17632              Date: Fri, 7 Sep 2001 13:54:40 +0100
17633              Message-ID: <20010907135439.D39150@plum.flirble.org>
17634              
17635              and wince/Makefile.ce change from Rainer Keuchel.
17636      Branch: perl
17637            + wince/makeico.pl
17638            ! MANIFEST wince/Makefile.ce
17639 ____________________________________________________________________________
17640 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
17641         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
17642              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17643              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
17644              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
17645      Branch: perl
17646            ! regexec.c
17647 ____________________________________________________________________________
17648 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
17649         Log: (Replaced by #11934)
17650              Subject: Re: [PATCH regexec.c] more general .* and .*?
17651              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17652              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
17653              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
17654      Branch: perl
17655            ! regexec.c
17656 ____________________________________________________________________________
17657 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
17658         Log: The #11931 patching misbehaved.
17659      Branch: perl
17660            ! lib/Test/Harness/t/test-harness.t
17661 ____________________________________________________________________________
17662 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
17663         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
17664              From: Michael G Schwern <schwern@pobox.com>
17665              Date: Fri, 7 Sep 2001 03:30:41 -0400
17666              Message-ID: <20010907033041.A2796@blackrider>
17667      Branch: perl
17668            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
17669            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
17670            + t/lib/sample-tests/header_at_end_fail
17671            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
17672            - lib/Test/Harness.t
17673            ! MANIFEST lib/Test/Harness.pm t/TEST
17674 ____________________________________________________________________________
17675 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
17676         Log: Subject: [PATCH] Digest::MD5 update
17677              From: Gisle Aas <gisle@ActiveState.com>
17678              Date: 06 Sep 2001 23:32:56 -0700
17679              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
17680      Branch: perl
17681            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
17682            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
17683 ____________________________________________________________________________
17684 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
17685         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
17686              From: "chromatic" <chromatic@rmci.net>
17687              Date: Thu, 06 Sep 2001 23:11:44 -0600
17688              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
17689      Branch: perl
17690            + lib/less.t
17691            ! MANIFEST t/lib/1_compile.t
17692 ____________________________________________________________________________
17693 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
17694         Log: The binary file must somehow differently stored.
17695      Branch: perl
17696            - wince/perl.ico
17697            ! MANIFEST
17698 ____________________________________________________________________________
17699 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
17700         Log: Add more modules to the list of modules that have tests,
17701              Schwern's wallet is getting more nervous.
17702              (Run t/lib/1_compile.t manually to see which modules
17703              are lacking tests, or the tests can't be run for some
17704              reason or another, such as the Net:: modules)
17705      Branch: perl
17706            ! t/lib/1_compile.t
17707 ____________________________________________________________________________
17708 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
17709         Log: Try to make Socket::inet_ntoa() more robust.
17710      Branch: perl
17711            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
17712 ____________________________________________________________________________
17713 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
17714         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
17715              From: chromatic <chromatic@rmci.net>       
17716              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
17717              Message-Id: <01090522580506.19590@firewheel>           
17718      Branch: perl
17719            ! lib/English.t
17720 ____________________________________________________________________________
17721 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
17722         Log: Subject: Re: perlvar manpage and localizing special vars
17723              From: Stas Bekman <stas@stason.org>
17724              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
17725              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
17726      Branch: perl
17727            ! pod/perlvar.pod
17728 ____________________________________________________________________________
17729 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
17730         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
17731              From: Robin Barker <rmb1@cise.npl.co.uk>
17732              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
17733              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
17734      Branch: perl
17735            ! lib/ExtUtils/MakeMaker.pm
17736 ____________________________________________________________________________
17737 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
17738         Log: Symbol missing; AIX unhappy.
17739      Branch: perl
17740            ! makedef.pl
17741 ____________________________________________________________________________
17742 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
17743         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
17744              Reported in 5.61, seems to work okay in blead.
17745      Branch: perl
17746            ! t/run/kill_perl.t
17747 ____________________________________________________________________________
17748 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
17749         Log: Update Changes.
17750      Branch: perl
17751            ! Changes patchlevel.h
17752 ____________________________________________________________________________
17753 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
17754         Log: Document the bad assumptions currently breaking
17755              the Socket.t tests 10, 11, and 13 in UNICOS.
17756      Branch: perl
17757            ! ext/Socket/Socket.xs
17758 ____________________________________________________________________________
17759 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
17760         Log: Subject: [PATCH x2p] make OPTIMIZE=...
17761              From: Robin Barker <rmb1@cise.npl.co.uk>
17762              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
17763              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
17764      Branch: perl
17765            ! x2p/Makefile.SH x2p/cflags.SH
17766 ____________________________________________________________________________
17767 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
17768         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
17769              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
17770              Date: Thu, 6 Sep 2001 11:09:40 +0100
17771              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
17772              
17773              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
17774              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
17775              Date: 6 Sep 2001 10:14:38 -0000
17776              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
17777      Branch: perl
17778            ! pod/perlfaq1.pod pod/perlhack.pod
17779 ____________________________________________________________________________
17780 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
17781         Log: Subject: Extra NUL is Data::Dumper output - patch
17782              From: Tony Cook <tony@develop-help.com>
17783              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
17784              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
17785      Branch: perl
17786            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
17787 ____________________________________________________________________________
17788 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
17789         Log: Avoid redefinition warning
17790              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
17791              from
17792              perl -w -Ilib -MCwd -e ''
17793      Branch: perl
17794            ! lib/Cwd.pm
17795 ____________________________________________________________________________
17796 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
17797         Log: Update the is_tainted() example implementation.
17798      Branch: perl
17799            ! pod/perlsec.pod
17800 ____________________________________________________________________________
17801 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
17802         Log: Missing) in #11912.
17803      Branch: perl
17804            ! lib/Test/Simple/t/fail.t
17805 ____________________________________________________________________________
17806 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
17807         Log: Rewhack Test-Simple into core harness.
17808      Branch: perl
17809            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
17810            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
17811            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
17812            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
17813            ! lib/Test/Simple/t/skipall.t
17814 ____________________________________________________________________________
17815 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
17816         Log: Workaround for the new Exporter 'feature'.
17817      Branch: perl
17818            ! lib/Test/More.pm
17819 ____________________________________________________________________________
17820 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
17821         Log: Re-introduce pure-Perl fall-back for abs_path,
17822              re-introduce #11898.
17823      Branch: perl
17824            ! lib/Cwd.pm lib/File/Find.pm
17825 ____________________________________________________________________________
17826 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
17827         Log: More tests.
17828      Branch: perl
17829            ! lib/Exporter.t
17830 ____________________________________________________________________________
17831 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
17832         Log: Retract #11898 for now because it introduces
17833              a rather nasty depencency: when B is being built,
17834              MakeMaker is used.  MakeMaker uses File::Find.
17835              File::Find uses Cwd::getcwd()...which doesn't
17836              exist yet.
17837      Branch: perl
17838            ! lib/File/Find.pm
17839 ____________________________________________________________________________
17840 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
17841         Log: New test welcome.
17842      Branch: perl
17843            + lib/Test/Simple/t/simple.t
17844 ____________________________________________________________________________
17845 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
17846         Log: Old test begone.
17847      Branch: perl
17848            - lib/Attribute/Handlers/test.pl
17849 ____________________________________________________________________________
17850 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
17851         Log: Test-Simple syncup from Schwern.
17852      Branch: perl
17853            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
17854            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
17855            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
17856            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
17857            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
17858            - lib/Test/More/Changes lib/Test/More/t/More.t
17859            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
17860            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
17861            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
17862            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
17863            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
17864            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
17865            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
17866            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
17867            ! t/lib/Test/Simple/sample_tests/death.plx
17868            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
17869            ! t/lib/Test/Simple/sample_tests/extras.plx
17870            ! t/lib/Test/Simple/sample_tests/five_fail.plx
17871            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
17872            ! t/lib/Test/Simple/sample_tests/one_fail.plx
17873            ! t/lib/Test/Simple/sample_tests/require.plx
17874            ! t/lib/Test/Simple/sample_tests/success.plx
17875            ! t/lib/Test/Simple/sample_tests/too_few.plx
17876            ! t/lib/Test/Simple/sample_tests/two_fail.plx
17877 ____________________________________________________________________________
17878 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
17879         Log: Integrate File::Find changes from bleadperl
17880      Branch: maint-5.6/macperl
17881            ! lib/File/Find.pm t/lib/filefind-taint.t
17882 ____________________________________________________________________________
17883 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
17884         Log: Integrate 11847 from maint-5.6/perl
17885      Branch: maint-5.6/macperl
17886           !> sv.c
17887 ____________________________________________________________________________
17888 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
17889         Log: In UNICOS division yada yada.
17890      Branch: perl
17891            ! t/op/override.t
17892 ____________________________________________________________________________
17893 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
17894         Log: In UNICOS division is really lossy, better use
17895              a tolerance test.
17896      Branch: perl
17897            ! ext/Time/HiRes/HiRes.t
17898 ____________________________________________________________________________
17899 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
17900         Log: In UNICOS sigaction() sets an extra flag
17901              ("the signal has been registered for all the processes in
17902              a multitasking group.")
17903      Branch: perl
17904            ! ext/POSIX/sigaction.t
17905 ____________________________________________________________________________
17906 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
17907         Log: Documentation micropatch from Damian.
17908      Branch: perl
17909            ! lib/Attribute/Handlers.pm
17910 ____________________________________________________________________________
17911 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
17912         Log: (Retracted by #11908)
17913              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
17914              From: Michael G Schwern <schwern@pobox.com>
17915              Date: Wed, 5 Sep 2001 15:58:21 -0400
17916              Message-ID: <20010905155821.I632@blackrider>
17917      Branch: perl
17918            ! lib/File/Find.pm lib/File/Find/taint.t
17919 ____________________________________________________________________________
17920 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
17921         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
17922              From: Michael G Schwern <schwern@pobox.com>
17923              Date: Wed, 5 Sep 2001 19:16:31 -0400
17924              Message-ID: <20010905191631.E11386@blackrider>
17925      Branch: perl
17926            + lib/CGI/t/carp.t
17927            ! MANIFEST
17928 ____________________________________________________________________________
17929 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
17930         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
17931              From: chromatic <chromatic@rmci.net>
17932              Date: Wed, 5 Sep 2001 18:08:07 -0600
17933              Message-Id: <01090518080700.19590@firewheel>
17934      Branch: perl
17935            ! lib/English.pm
17936 ____________________________________________________________________________
17937 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
17938         Log: Fix a typo #11889 and add a test for the same.
17939      Branch: perl
17940            ! ext/Socket/Socket.t ext/Socket/Socket.xs
17941 ____________________________________________________________________________
17942 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
17943         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
17944              From: "Craig A. Berry" <craigberry@mac.com>
17945              Date: Wed, 05 Sep 2001 17:48:54 -0500
17946              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
17947      Branch: perl
17948            ! lib/warnings.t t/run/kill_perl.t
17949 ____________________________________________________________________________
17950 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
17951         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
17952              From: Michael G Schwern <schwern@pobox.com>
17953              Date: Wed, 5 Sep 2001 17:22:25 -0400
17954              Message-ID: <20010905172225.C11386@blackrider>
17955      Branch: perl
17956            ! t/run/kill_perl.t
17957 ____________________________________________________________________________
17958 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
17959         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
17960              From: Nicholas Clark <nick@ccl4.org>
17961              Date: Wed, 5 Sep 2001 20:54:24 +0100
17962              Message-ID: <20010905205424.C25120@plum.flirble.org>
17963      Branch: perl
17964            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
17965 ____________________________________________________________________________
17966 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
17967         Log: Forgotten thing.
17968      Branch: perl
17969            ! uconfig.h
17970 ____________________________________________________________________________
17971 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
17972         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
17973              From: chromatic <chromatic@rmci.net>               
17974              Date: Wed, 5 Sep 2001 13:22:08 -0600
17975              Message-Id: <01090513220807.10587@firewheel> 
17976      Branch: perl
17977            ! lib/English.pm
17978 ____________________________________________________________________________
17979 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
17980         Log: inet_ntoa() tweaks:
17981              - don't allow addresses with > 255 characters
17982              - indent the HP-UX workaround
17983              - don't leak memory
17984      Branch: perl
17985            ! ext/Socket/Socket.xs
17986 ____________________________________________________________________________
17987 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
17988         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
17989              <xwu@theeducationcenter.com>
17990      Branch: perl
17991            ! lib/File/Find.pm
17992 ____________________________________________________________________________
17993 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
17994         Log: Typo nits.
17995      Branch: perl
17996            ! lib/File/Find.pm
17997 ____________________________________________________________________________
17998 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
17999         Log: -Wall nit.
18000      Branch: perl
18001            ! op.c
18002 ____________________________________________________________________________
18003 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
18004         Log: Update to Scalar-List-Utils 1.05
18005      Branch: perl
18006            ! ext/List/Util/ChangeLog ext/List/Util/README
18007            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
18008 ____________________________________________________________________________
18009 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
18010         Log: Update Changes.
18011      Branch: perl
18012            ! Changes patchlevel.h
18013 ____________________________________________________________________________
18014 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
18015         Log: Update to Scalar-List-Utils 1.04
18016      Branch: perl
18017            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
18018            ! ext/List/Util/lib/List/Util.pm
18019            ! ext/List/Util/lib/Scalar/Util.pm
18020 ____________________________________________________________________________
18021 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
18022         Log: Metaconfigify #11724.
18023      Branch: metaconfig
18024            ! U/threads/archname.U
18025 ____________________________________________________________________________
18026 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
18027         Log: The MacOS reference is okay, no reason to hide it.
18028      Branch: perl
18029            ! lib/Cwd.pm
18030 ____________________________________________________________________________
18031 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
18032         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
18033              From: Michael G Schwern <schwern@pobox.com>
18034              Date: Tue, 4 Sep 2001 15:30:10 -0400
18035              Message-ID: <20010904153010.H26466@blackrider> 
18036              
18037              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
18038      Branch: perl
18039            ! ext/Cwd/Makefile.PL lib/Cwd.pm
18040 ____________________________________________________________________________
18041 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
18042         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.))
18043              From: Michael G Schwern <schwern@pobox.com>
18044              Date: Tue, 4 Sep 2001 17:39:13 -0400
18045              Message-ID: <20010904173913.C626@blackrider>
18046      Branch: perl
18047            ! lib/Cwd.pm
18048 ____________________________________________________________________________
18049 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
18050         Log: Subject: Re: Perl_pp_* in public API?
18051              From: "Craig A. Berry" <craigberry@mac.com>
18052              Date: Tue, 4 Sep 2001 21:51:29 -0500
18053              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
18054      Branch: perl
18055            ! ext/List/Util/Util.xs
18056 ____________________________________________________________________________
18057 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
18058         Log: From Damian: Class::Struct was unable to define
18059              recursive classes.  After the patch an object reference
18060              (rather than a hash) is required to initialize
18061              an object attribute.  If no such initializer is given to
18062              the constructor, object attributes are now default
18063              initialized to C<undef>.
18064      Branch: perl
18065            ! lib/Class/Struct.pm lib/Class/Struct.t
18066 ____________________________________________________________________________
18067 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
18068         Log: Subject: Re: sv_catpvfn and sv_setpvfn
18069              From: Richard Soderberg <rs@oregonnet.com>
18070              Date: Tue, 4 Sep 2001 15:16:47 -0700
18071              Message-Id: <200109042216.PAA17858@oregonnet.com>
18072      Branch: perl
18073            ! pod/perlclib.pod pod/perlguts.pod
18074 ____________________________________________________________________________
18075 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
18076         Log: NetWare updates from Ananth Kesari.
18077      Branch: perl
18078            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
18079            ! NetWare/nw5thread.h
18080 ____________________________________________________________________________
18081 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
18082         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?))
18083              From: Nicholas Clark <nick@ccl4.org>
18084              Date: Tue, 4 Sep 2001 22:42:50 +0100
18085              Message-ID: <20010904224250.P25120@plum.flirble.org>
18086      Branch: perl
18087            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
18088            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
18089            ! t/op/oct.t toke.c
18090 ____________________________________________________________________________
18091 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
18092         Log: Fix Cwd::getcwd() not being tainted, as noticed
18093              by Schwern.
18094      Branch: perl
18095            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
18096            - ext/Cwd/Cwd.t
18097            ! MANIFEST ext/Cwd/Cwd.xs util.c
18098 ____________________________________________________________________________
18099 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
18100         Log: Retract #11870 and volatilize the right destruct_level.
18101              Silly thinko pointed out by Sarathy.
18102      Branch: perl
18103            ! intrpvar.h perl.c
18104 ____________________________________________________________________________
18105 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
18106         Log: At least a temporary fix for the mysterious scope core dumps
18107              in Tru64 from Graham.
18108      Branch: perl
18109            ! ext/List/Util/Util.xs
18110 ____________________________________________________________________________
18111 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
18112         Log: (Retracted by #11872)
18113      Branch: perl
18114            ! intrpvar.h
18115 ____________________________________________________________________________
18116 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
18117         Log: Quench a -Wall gripe noticed by Robin Barker.
18118      Branch: perl
18119            ! op.c
18120 ____________________________________________________________________________
18121 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
18122         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
18123              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
18124              Date: Wed, 05 Sep 2001 02:01:32 +0900
18125              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
18126      Branch: perl
18127            ! lib/Unicode/UCD.pm
18128 ____________________________________________________________________________
18129 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
18130         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
18131              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18132              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
18133              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
18134      Branch: perl
18135            ! gv.c
18136 ____________________________________________________________________________
18137 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
18138         Log: Update Changes.
18139      Branch: perl
18140            ! Changes patchlevel.h
18141 ____________________________________________________________________________
18142 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
18143         Log: Add the \[$@%&*] prototype support.
18144      Branch: perl
18145            ! op.c pod/perlsub.pod t/comp/proto.t
18146 ____________________________________________________________________________
18147 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
18148         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
18149              From: Michael G Schwern <schwern@pobox.com>
18150              Date: Mon, 3 Sep 2001 18:59:01 -0400
18151              Message-ID: <20010903185901.Z9233@blackrider>
18152      Branch: perl
18153            ! lib/CGI/t/form.t
18154 ____________________________________________________________________________
18155 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
18156         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
18157              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18158              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
18159              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
18160      Branch: perl
18161            ! gv.c
18162 ____________________________________________________________________________
18163 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
18164         Log: More srand entry tweakage based on Randal's suggestion.
18165      Branch: perl
18166            ! pod/perlfunc.pod
18167 ____________________________________________________________________________
18168 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
18169         Log: Subject: [PATCH] 'main' *is* a reserved word
18170              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18171              Date: Mon, 3 Sep 2001 22:55:41 +0200
18172              Message-ID: <20010903225541.A24097@rafael>
18173      Branch: perl
18174            ! toke.c
18175 ____________________________________________________________________________
18176 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
18177         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
18178              From: Peter Prymmer <pvhp@best.com>
18179              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
18180              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
18181      Branch: perl
18182            ! README.vms configure.com
18183 ____________________________________________________________________________
18184 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
18185         Log: Subject: Re: A slightly better default seed?   
18186              From: Michael G Schwern <schwern@pobox.com>
18187              Date: Mon, 3 Sep 2001 18:08:15 -0400 
18188              Message-ID: <20010903180815.W9233@blackrider>
18189      Branch: perl
18190            ! t/op/srand.t
18191 ____________________________________________________________________________
18192 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
18193         Log: Add sharedsv.o to microperl object files.
18194      Branch: perl
18195            ! Makefile.micro
18196 ____________________________________________________________________________
18197 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
18198         Log: AUTHORS updates and
18199              
18200              Subject: [PATCH] Just some preening :-)        
18201              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
18202              Date: Tue, 4 Sep 2001 14:16:59 +0100
18203              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
18204      Branch: perl
18205            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
18206 ____________________________________________________________________________
18207 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
18208         Log: Typo fix and slight rewording.
18209      Branch: perl
18210            ! pod/perlfunc.pod
18211 ____________________________________________________________________________
18212 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
18213         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
18214      Branch: perl
18215            ! pod/perlfaq4.pod
18216 ____________________________________________________________________________
18217 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
18218         Log: The helper file changed name.
18219      Branch: perl
18220            ! MANIFEST
18221 ____________________________________________________________________________
18222 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
18223         Log: Update to Scalar-List-Utils 1.03
18224      Branch: perl
18225            + ext/List/Util/t/shuffle.t
18226            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
18227            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
18228            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
18229            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
18230            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
18231            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
18232            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
18233            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
18234 ____________________________________________________________________________
18235 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
18236         Log: Make crypt() do something more sane for Unicode
18237              (take crypt() of the low eight bits of the characters,
18238              instead of taking crypt() of the UTF-8 of the scalar);
18239              add a test for crypt().
18240      Branch: perl
18241            + t/op/crypt.t
18242            ! MANIFEST pod/perlfunc.pod pp.c
18243 ____________________________________________________________________________
18244 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
18245         Log: Reorganize the srand entry.
18246      Branch: perl
18247            ! pod/perlfunc.pod
18248 ____________________________________________________________________________
18249 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
18250         Log: Remove the tests that assume something about
18251              calling srand() without arguments multiple times.
18252      Branch: perl
18253            ! t/op/srand.t
18254 ____________________________________________________________________________
18255 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
18256         Log: Upgrade to Math::BigInt 1.42.
18257      Branch: perl
18258            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18259            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
18260            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
18261            ! lib/Math/BigInt/t/mbimbf.t
18262 ____________________________________________________________________________
18263 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
18264         Log: integrate change#11847 from maint-5.6
18265              
18266              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
18267      Branch: perl
18268            ! sv.c
18269 ____________________________________________________________________________
18270 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
18271         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
18272      Branch: maint-5.6/perl
18273            ! sv.c
18274 ____________________________________________________________________________
18275 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
18276         Log: As far as I can tell these functions have been Unicodified.
18277      Branch: perl
18278            ! doop.c
18279 ____________________________________________________________________________
18280 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
18281         Log: Update to Storable 1.0.13.
18282      Branch: perl
18283            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
18284            ! ext/Storable/Storable.xs
18285 ____________________________________________________________________________
18286 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
18287         Log: Patch the Filter::Simple test to work with
18288              the core test suite (since the FilterTest.pm
18289              is in t/lib, not in lib).
18290      Branch: perl
18291            ! lib/Filter/Simple/t/filter.t
18292 ____________________________________________________________________________
18293 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
18294         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
18295      Branch: perl
18296            + t/lib/FilterTest.pm
18297            - t/lib/MyFilter.pm
18298 ____________________________________________________________________________
18299 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
18300         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
18301              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
18302              Text::Balanced 1.86.
18303      Branch: perl
18304            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
18305            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
18306            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
18307            + lib/Switch/t/nested.t lib/Switch/t/switch.t
18308            + lib/Text/Balanced/Changes lib/Text/Balanced/README
18309            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
18310            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
18311            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
18312            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
18313            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
18314            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
18315            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
18316            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
18317            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
18318            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
18319            ! MANIFEST lib/Attribute/Handlers.pm
18320            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
18321            ! lib/Attribute/Handlers/demo/Demo.pm
18322            ! lib/Attribute/Handlers/demo/Descriptions.pm
18323            ! lib/Attribute/Handlers/demo/MyClass.pm
18324            ! lib/Attribute/Handlers/demo/demo.pl
18325            ! lib/Attribute/Handlers/demo/demo2.pl
18326            ! lib/Attribute/Handlers/demo/demo3.pl
18327            ! lib/Attribute/Handlers/demo/demo4.pl
18328            ! lib/Attribute/Handlers/demo/demo_call.pl
18329            ! lib/Attribute/Handlers/demo/demo_chain.pl
18330            ! lib/Attribute/Handlers/demo/demo_cycle.pl
18331            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
18332            ! lib/Attribute/Handlers/demo/demo_phases.pl
18333            ! lib/Attribute/Handlers/demo/demo_range.pl
18334            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
18335            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
18336            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
18337            ! lib/Text/Balanced.pm
18338 ____________________________________________________________________________
18339 [ 11841] By: sky                                   on 2001/09/03  11:04:15
18340         Log: Forgot to add a file with Change #11840
18341      Branch: perl
18342            + t/op/srand.t
18343 ____________________________________________________________________________
18344 [ 11840] By: sky                                   on 2001/09/03  11:02:04
18345         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
18346              From: Michael G Schwern <schwern@pobox.com>
18347              Date: Mon, 3 Sep 2001 07:43:00 -0400
18348              Message-ID: <20010903074300.E9233@blackrider>
18349      Branch: perl
18350            ! MANIFEST pod/perlfunc.pod t/op/rand.t
18351 ____________________________________________________________________________
18352 [ 11839] By: sky                                   on 2001/09/03  10:47:11
18353         Log: Document the changes with regards to running of END blocks.
18354              And DESTROY on global objects are called in perl_destruct()!
18355      Branch: perl
18356            ! pod/perl572delta.pod pod/perlembed.pod
18357 ____________________________________________________________________________
18358 [ 11838] By: sky                                   on 2001/09/03  09:34:44
18359         Log: Subject: [PATCH t/op/time.t] Partial cleanup
18360              From: Michael G Schwern <schwern@pobox.com>
18361              Date: Mon, 3 Sep 2001 06:29:42 -0400
18362              Message-ID: <20010903062942.C9233@blackrider>
18363      Branch: perl
18364            ! t/op/time.t
18365 ____________________________________________________________________________
18366 [ 11837] By: sky                                   on 2001/09/03  09:30:02
18367         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
18368              From: Michael G Schwern <schwern@pobox.com>
18369              Date: Mon, 3 Sep 2001 06:24:13 -0400
18370              Message-ID: <20010903062413.B9233@blackrider>
18371      Branch: perl
18372            ! t/op/rand.t
18373 ____________________________________________________________________________
18374 [ 11836] By: sky                                   on 2001/09/03  07:56:47
18375         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
18376              From: Michael G Schwern <schwern@pobox.com>
18377              Date: Sun, 2 Sep 2001 21:38:43 -0400
18378              Message-ID: <20010902213843.L2711@blackrider>
18379      Branch: perl
18380            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
18381            ! MANIFEST
18382 ____________________________________________________________________________
18383 [ 11835] By: nick                                  on 2001/09/03  06:20:06
18384         Log: Integrate mainline
18385      Branch: perlio
18386           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
18387            - t/op/misc.t
18388           !> (integrate 187 files)
18389 ____________________________________________________________________________
18390 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
18391         Log: Update Changes.
18392      Branch: perl
18393            ! Changes patchlevel.h
18394 ____________________________________________________________________________
18395 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
18396         Log: Slight tweaks.
18397      Branch: perl
18398            ! t/run/kill_perl.t
18399 ____________________________________________________________________________
18400 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
18401         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
18402      Branch: perl
18403            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
18404 ____________________________________________________________________________
18405 [ 11831] By: sky                                   on 2001/09/02  12:10:42
18406         Log: Change #11828 wasn't complete, this updates to intest path
18407      Branch: perl
18408            ! t/run/kill_perl.t
18409 ____________________________________________________________________________
18410 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
18411         Log: 's's's.
18412      Branch: perl
18413            ! Changes
18414 ____________________________________________________________________________
18415 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
18416         Log: Update Changes.
18417      Branch: perl
18418            ! Changes patchlevel.h
18419 ____________________________________________________________________________
18420 [ 11828] By: sky                                   on 2001/09/02  11:53:56
18421         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
18422              From: Michael G Schwern <schwern@pobox.com>
18423              Date: Sat, 1 Sep 2001 20:18:58 -0400
18424              Message-ID: <20010901201858.X606@blackrider>
18425              +MANIFEST Fix
18426      Branch: perl
18427            + t/run/kill_perl.t
18428            - t/op/misc.t t/run/segfault.t
18429            ! MANIFEST
18430 ____________________________________________________________________________
18431 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
18432         Log: Subject: [PATCH] lib/Time/Local.pm
18433              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18434              Date: Sun, 2 Sep 2001 06:50:01 -0500
18435              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
18436      Branch: perl
18437            ! lib/Time/Local.pm
18438 ____________________________________________________________________________
18439 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
18440         Log: Tick off Unicode collation and the normalization from
18441              the todo list.
18442      Branch: perl
18443            ! pod/perltodo.pod
18444 ____________________________________________________________________________
18445 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
18446         Log: Update to Unicode 3.1.1.
18447      Branch: perl
18448            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
18449            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
18450            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
18451            ! lib/unicore/PropList.txt lib/unicore/README.perl
18452            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
18453            ! lib/unicore/rename lib/unicore/version
18454 ____________________________________________________________________________
18455 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
18456         Log: Slight doc tweaks for the module.
18457      Branch: perl
18458            ! lib/Unicode/UCD.pm
18459 ____________________________________________________________________________
18460 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
18461         Log: Rename the variable: it *used* to be (wrongly) that the
18462              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
18463              but that is no more the case: PL_reg_match_utf8 is better.
18464      Branch: perl
18465            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
18466            ! regexec.c sv.c thrdvar.h
18467 ____________________________________________________________________________
18468 [ 11822] By: ams                                   on 2001/09/02  02:54:50
18469         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
18470              From: Ilmari Karonen <iltzu@sci.fi>
18471              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
18472              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
18473              (op/sub_lval.t updated to take new error message into account.)
18474      Branch: perl
18475            ! op.c t/op/sub_lval.t
18476 ____________________________________________________________________________
18477 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
18478         Log: remove stray CRs in files; keep all files with UNIX line-ends
18479              (Porting/makerel adds CRs to the files that need it in the
18480              distribution)
18481      Branch: perl
18482            ! NetWare/t/NWScripts.pl README.dos
18483            ! ext/Encode/Encode/cns11643-1.enc
18484            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
18485            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
18486 ____________________________________________________________________________
18487 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
18488         Log: some remnants of change#11803
18489      Branch: perl
18490            ! ext/ByteLoader/byterun.h perl.h
18491 ____________________________________________________________________________
18492 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
18493         Log: Update to Unicode::Collate 0.08.
18494      Branch: perl
18495            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
18496            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
18497 ____________________________________________________________________________
18498 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
18499         Log: Test tweaks.
18500      Branch: perl
18501            ! t/op/pat.t
18502 ____________________________________________________________________________
18503 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
18504         Log: Fix test
18505      Branch: maint-5.6/macperl
18506            ! t/lib/b.t
18507 ____________________________________________________________________________
18508 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
18509         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
18510              warnings in Config.pm with -W; increase default and
18511              minimum RAM; bump version number.
18512      Branch: maint-5.6/macperl
18513            + macos/lib/Mac/LowMem.pm
18514            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
18515            ! macos/configpm macos/macperl/MacPerl.r
18516 ____________________________________________________________________________
18517 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
18518         Log: Make syntax check report in MPW style, fix tests
18519              to use Mac::err=unix to get normal-style error
18520              messages.
18521      Branch: maint-5.6/macperl
18522            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
18523            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
18524 ____________________________________________________________________________
18525 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
18526         Log: Make MPW-style errors optional (but the default); add
18527              MacPerl::ErrorFormat() function and Mac::err pragma
18528      Branch: maint-5.6/macperl
18529            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
18530            + macos/ext/Mac/err/err.xs
18531            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
18532            ! macos/macish.c macos/macish.h macos/macperl.sym
18533 ____________________________________________________________________________
18534 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
18535         Log: More module and test ports from Thomas Wegner et al
18536      Branch: maint-5.6/macperl
18537            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
18538            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
18539            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
18540            ! t/op/magic.t
18541 ____________________________________________________________________________
18542 [ 11812] By: sky                                   on 2001/09/01  17:19:30
18543         Log: Subject: [PATCH t/op/concat.t] cleanup
18544              From: Michael G Schwern <schwern@pobox.com>
18545              Date: Sat, 1 Sep 2001 14:06:28 -0400
18546              Message-ID: <20010901140628.C606@blackrider>
18547      Branch: perl
18548            ! t/op/concat.t
18549 ____________________________________________________________________________
18550 [ 11811] By: sky                                   on 2001/09/01  12:25:29
18551         Log: Change #11805 didn't update the MANIFEST
18552      Branch: perl
18553            ! MANIFEST
18554 ____________________________________________________________________________
18555 [ 11810] By: sky                                   on 2001/09/01  11:52:44
18556         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
18557              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18558              Date: Sat, 1 Sep 2001 14:50:14 +0200
18559              Message-ID: <20010901145014.A691@rafael>
18560      Branch: perl
18561            ! t/op/inccode.t
18562 ____________________________________________________________________________
18563 [ 11809] By: sky                                   on 2001/09/01  11:49:22
18564         Log: Subject: PATCH: ExtUtils::MakeMaker
18565              From: Tony Bowden <tony@kasei.com>
18566              Date: Sat, 1 Sep 2001 10:33:53 +0100
18567              Message-ID: <20010901103353.A13863@soto.kasei.com>
18568              Manually applied
18569      Branch: perl
18570            ! lib/ExtUtils/MakeMaker.pm
18571 ____________________________________________________________________________
18572 [ 11808] By: sky                                   on 2001/09/01  11:39:13
18573         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
18574              From: mike808@users.sourceforge.net
18575              Date: Sat, 1 Sep 101 11:27:50 GMT
18576              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
18577              With little tweak
18578      Branch: perl
18579            ! lib/Term/Cap.pm
18580 ____________________________________________________________________________
18581 [ 11807] By: ams                                   on 2001/09/01  11:31:16
18582         Log: Subject: oct() and hex()
18583              From: Nicholas Clark <nick@ccl4.org>
18584              Date: Fri, 31 Aug 2001 23:14:13 +0100
18585              Message-Id: <20010831231413.J4950@plum.flirble.org>
18586      Branch: perl
18587            ! pod/perlclib.pod
18588 ____________________________________________________________________________
18589 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
18590         Log: Integrate change 11801 from maintperl
18591      Branch: maint-5.6/macperl
18592            ! perl.c
18593 ____________________________________________________________________________
18594 [ 11805] By: sky                                   on 2001/08/31  21:35:10
18595         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
18596              From: Michael G Schwern <schwern@pobox.com>
18597              Date: Fri, 31 Aug 2001 15:36:28 -0400
18598              Message-ID: <20010831153628.B598@blackrider>
18599              Check for things which used to segfault
18600      Branch: perl
18601            + t/run/segfault.t
18602 ____________________________________________________________________________
18603 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
18604         Log: integrate change#11801 from maint-5.6
18605              
18606              remove age-old UNICOS "workaround" that introduces a static, and
18607              hence an egregious race condition for threaded builds (*sigh*
18608              beats me why this kludge wasn't guarded by a UNICOS-specific
18609              #define *sigh*)
18610      Branch: perl
18611            ! perl.c
18612 ____________________________________________________________________________
18613 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
18614         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
18615              working in 5.7.x
18616      Branch: perl
18617            - objXSUB.h
18618            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
18619            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
18620            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
18621            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
18622            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
18623            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
18624            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
18625            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
18626            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
18627            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
18628            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
18629            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
18630            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
18631            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
18632            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
18633            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
18634            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
18635            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
18636            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
18637            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
18638            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
18639            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
18640 ____________________________________________________________________________
18641 [ 11802] By: ams                                   on 2001/08/31  18:11:32
18642         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
18643              From: "Philip Newton" <Philip.Newton@gmx.net>
18644              Date: Fri, 31 Aug 2001 21:12:56 +0200
18645              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
18646      Branch: perl
18647            ! pod/perldiag.pod
18648 ____________________________________________________________________________
18649 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
18650         Log: remove age-old UNICOS "workaround" that introduces a static, and
18651              hence an egregious race condition for threaded builds (*sigh*
18652              beats me why this kludge wasn't guarded by a UNICOS-specific
18653              #define *sigh*)
18654      Branch: maint-5.6/perl
18655            ! perl.c
18656 ____________________________________________________________________________
18657 [ 11800] By: sky                                   on 2001/08/31  17:30:26
18658         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
18659              Might break on platforms where bool is larger than 8 bites ???
18660      Branch: perl
18661            ! regcomp.c
18662 ____________________________________________________________________________
18663 [ 11799] By: ams                                   on 2001/08/31  12:15:44
18664         Log: Integrate 11778 into mainline.
18665      Branch: perl
18666            ! t/base/term.t
18667 ____________________________________________________________________________
18668 [ 11798] By: sky                                   on 2001/08/31  11:31:44
18669         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
18670              supposed to happen.
18671      Branch: perl
18672            ! regcomp.c
18673 ____________________________________________________________________________
18674 [ 11797] By: sky                                   on 2001/08/31  11:28:17
18675         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
18676              From: "John P. Linderman" <jpl@research.att.com>
18677              Date: Fri, 31 Aug 2001 08:20:35 -0400
18678              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
18679              Fixes test 14 which could fail randomly in rare cases.
18680      Branch: perl
18681            ! ext/Time/HiRes/HiRes.t regcomp.c
18682 ____________________________________________________________________________
18683 [ 11796] By: ams                                   on 2001/08/31  01:13:07
18684         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
18685              From: Nicholas Clark <nick@ccl4.org>
18686              Date: Thu, 30 Aug 2001 23:21:50 +0100
18687              Message-Id: <20010830232150.D4950@plum.flirble.org>
18688      Branch: perl
18689            ! ext/Sys/Syslog/Makefile.PL
18690 ____________________________________________________________________________
18691 [ 11795] By: ams                                   on 2001/08/30  23:53:23
18692         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
18693              patching example
18694              From: Michael G Schwern <schwern@pobox.com>
18695              Date: Thu, 30 Aug 2001 17:02:08 -0400
18696              Message-Id: <20010830170208.M2318@blackrider>
18697      Branch: perl
18698            ! pod/perlhack.pod
18699 ____________________________________________________________________________
18700 [ 11794] By: ams                                   on 2001/08/30  19:35:36
18701         Log: Subject: [PATCH] pp_modulo
18702              From: Nicholas Clark <nick@ccl4.org>
18703              Date: Thu, 30 Aug 2001 18:20:54 +0100
18704              Message-Id: <20010830182053.A4950@plum.flirble.org>
18705      Branch: perl
18706            ! pp.c t/op/64bitint.t
18707 ____________________________________________________________________________
18708 [ 11793] By: sky                                   on 2001/08/30  13:02:48
18709         Log: 11792 wasn't complete
18710      Branch: perl
18711            ! makedef.pl regcomp.c
18712 ____________________________________________________________________________
18713 [ 11792] By: sky                                   on 2001/08/30  12:21:11
18714         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
18715      Branch: perl
18716            ! makedef.pl
18717 ____________________________________________________________________________
18718 [ 11791] By: sky                                   on 2001/08/30  10:08:02
18719         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
18720      Branch: perl
18721            ! config_h.SH
18722 ____________________________________________________________________________
18723 [ 11790] By: sky                                   on 2001/08/30  08:22:31
18724         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
18725              on the pad. Fixes coredumps in cleanups introduced by
18726              Change 11755  
18727      Branch: perl
18728            ! op.c perl.c sv.h
18729 ____________________________________________________________________________
18730 [ 11789] By: sky                                   on 2001/08/29  19:01:47
18731         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
18732              This is a replacement implmentation that works on HPUX.
18733              This bug should probably be fixed in GCC.
18734      Branch: perl
18735            ! ext/Socket/Socket.xs
18736 ____________________________________________________________________________
18737 [ 11788] By: ams                                   on 2001/08/29  17:35:33
18738         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
18739              From: Nicholas Clark <nick@ccl4.org>
18740              Date: Wed, 29 Aug 2001 18:21:56 +0100
18741              Message-Id: <20010829182156.O4950@plum.flirble.org>
18742      Branch: perl
18743            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
18744 ____________________________________________________________________________
18745 [ 11787] By: sky                                   on 2001/08/29  10:42:54
18746         Log: Added test for pack_addr_in and unpack_addr_in
18747              Nitpik in test 10
18748      Branch: perl
18749            ! ext/Socket/Socket.t
18750 ____________________________________________________________________________
18751 [ 11786] By: sky                                   on 2001/08/29  10:28:14
18752         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
18753              Trying to catch errors on HP-UX
18754      Branch: perl
18755            ! ext/Socket/Socket.t
18756 ____________________________________________________________________________
18757 [ 11785] By: sky                                   on 2001/08/29  09:07:03
18758         Log: make sure USE_THREADS is defined so external apps work
18759      Branch: perl
18760            ! config_h.SH
18761 ____________________________________________________________________________
18762 [ 11784] By: sky                                   on 2001/08/29  08:06:12
18763         Log: Subject: Re: The hitlist of untested modules.
18764              From: Jonathan Stowe <gellyfish@gellyfish.com>
18765              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
18766              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
18767              Start of tests for Shell.pm (make Schwern poorer!)
18768      Branch: perl
18769            + lib/Shell.t
18770            ! MANIFEST
18771 ____________________________________________________________________________
18772 [ 11783] By: sky                                   on 2001/08/29  07:37:50
18773         Log: END{} can change the return value even if we die from BEGIN{}
18774      Branch: perl
18775            ! miniperlmain.c
18776 ____________________________________________________________________________
18777 [ 11782] By: ams                                   on 2001/08/29  06:32:17
18778         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
18779              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18780              Date: Wed, 29 Aug 2001 09:18:17 +0200
18781              Message-Id: <20010829091817.A4453@rafael>
18782      Branch: perl
18783            ! t/op/inccode.t
18784 ____________________________________________________________________________
18785 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
18786         Log: Delete xsubpp.patch, as full copy exists now
18787      Branch: maint-5.6/macperl
18788            - macos/xsubpp.patch
18789 ____________________________________________________________________________
18790 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
18791         Log: Add Changes file
18792      Branch: maint-5.6/macperl
18793            + macos/Changes
18794 ____________________________________________________________________________
18795 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
18796         Log: Add Mac version of xsubpp as separate file
18797      Branch: maint-5.6/macperl
18798            + macos/xsubpp
18799            ! macos/Makefile.mk
18800 ____________________________________________________________________________
18801 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
18802         Log: Fix open of /dev/null for Mac OS
18803      Branch: maint-5.6/macperl
18804            ! t/base/term.t
18805 ____________________________________________________________________________
18806 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
18807         Log: Various patches: enable more tests; skip CVS in PerlInstall;
18808              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
18809      Branch: maint-5.6/macperl
18810            ! macos/MacPerlTests.cmd macos/PerlInstall
18811            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
18812 ____________________________________________________________________________
18813 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
18814         Log: Allow for platforms to override formatting of errors
18815              on output from Matthias Neeracher (Mac files)
18816      Branch: maint-5.6/macperl
18817            ! macos/macish.c macos/macish.h
18818 ____________________________________________________________________________
18819 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
18820         Log: Allow for platforms to override formatting of errors
18821              on output from Matthias Neeracher (core files)
18822      Branch: maint-5.6/macperl
18823            ! perl.h pp_ctl.c util.c
18824 ____________________________________________________________________________
18825 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
18826         Log: Add some param checking, from reports by Kevin Reid.
18827      Branch: maint-5.6/macperl
18828            ! macos/ext/Mac/Controls/Controls.pm
18829            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
18830 ____________________________________________________________________________
18831 [ 11773] By: ams                                   on 2001/08/28  23:54:57
18832         Log: Subject: [PATCH] make coretest
18833              From: Paul Johnson <paul@pjcj.net>
18834              Date: Wed, 29 Aug 2001 00:11:38 +0200
18835              Message-Id: <20010829001138.B12169@pjcj.net>
18836              (Applied without the change to perlhack.pod. This should
18837              probably stay undocumented.)
18838      Branch: perl
18839            ! Makefile.SH t/TEST
18840 ____________________________________________________________________________
18841 [ 11772] By: sky                                   on 2001/08/28  13:01:20
18842         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
18843              From: Michael G Schwern <schwern@pobox.com>
18844              Date: Tue, 28 Aug 2001 09:57:39 -0400
18845              Message-ID: <20010828095738.E17775@blackrider>
18846      Branch: perl
18847            ! pod/perlhack.pod t/op/pack.t
18848 ____________________________________________________________________________
18849 [ 11771] By: sky                                   on 2001/08/28  11:20:13
18850         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
18851              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18852              Date: Tue, 28 Aug 2001 14:23:43 +0200
18853              Message-ID: <20010828142343.A19299@rafael>
18854      Branch: perl
18855            ! pod/perlvar.pod pp_ctl.c
18856 ____________________________________________________________________________
18857 [ 11770] By: ams                                   on 2001/08/28  10:13:21
18858         Log: Subject: [PATCH] odd typo in op.h
18859              From: Nicholas Clark <nick@ccl4.org>
18860              Date: Tue, 28 Aug 2001 12:10:26 +0100
18861              Message-Id: <20010828121026.V4950@plum.flirble.org>
18862      Branch: perl
18863            ! op.h
18864 ____________________________________________________________________________
18865 [ 11769] By: sky                                   on 2001/08/28  08:09:16
18866         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
18867              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
18868              Date: Tue, 28 Aug 2001 02:22:20 +0300
18869              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
18870      Branch: perl
18871            ! ext/B/B/Lint.pm
18872 ____________________________________________________________________________
18873 [ 11768] By: ams                                   on 2001/08/28  00:47:35
18874         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
18875              From: Michael G Schwern <schwern@pobox.com>
18876              Date: Mon, 27 Aug 2001 21:24:44 -0400
18877              Message-Id: <20010827212444.F12582@blackrider>
18878      Branch: perl
18879            ! pod/perlhack.pod t/op/pack.t
18880 ____________________________________________________________________________
18881 [ 11767] By: ams                                   on 2001/08/27  23:59:48
18882         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
18883              From: Michael G Schwern <schwern@pobox.com>
18884              Date: Mon, 27 Aug 2001 20:12:29 -0400
18885              Message-Id: <20010827201229.D12582@blackrider>
18886      Branch: perl
18887            ! pod/perlhack.pod t/op/pack.t
18888 ____________________________________________________________________________
18889 [ 11766] By: ams                                   on 2001/08/27  23:39:40
18890         Log: Update Changes.
18891      Branch: perl
18892            ! Changes
18893 ____________________________________________________________________________
18894 [ 11765] By: ams                                   on 2001/08/27  22:53:10
18895         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
18896              From: Michael G Schwern <schwern@pobox.com>
18897              Date: Mon, 27 Aug 2001 19:47:30 -0400
18898              Message-Id: <20010827194730.C12582@blackrider>
18899      Branch: perl
18900            ! t/op/inccode.t
18901 ____________________________________________________________________________
18902 [ 11764] By: ams                                   on 2001/08/27  22:46:21
18903         Log: Subject: [PATCH] new tests for the coderef-in-@INC
18904              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18905              Date: Mon, 27 Aug 2001 22:36:27 +0200
18906              Message-Id: <20010827223627.C690@rafael>
18907              
18908              Subject: Re: [PATCH] new tests for the coderef-in-@INC
18909              From: Nicholas Clark <nick@ccl4.org>
18910              Date: Tue, 28 Aug 2001 00:02:46 +0100
18911              Message-Id: <20010828000245.R4950@plum.flirble.org>
18912      Branch: perl
18913            + t/op/inccode.t
18914            ! MANIFEST
18915 ____________________________________________________________________________
18916 [ 11763] By: ams                                   on 2001/08/27  22:41:09
18917         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
18918              bleadperl on fire, Win95+4NT)
18919              From: Michael G Schwern <schwern@pobox.com>
18920              Date: Mon, 27 Aug 2001 16:54:42 -0400
18921              Message-Id: <20010827165442.F9436@blackrider>
18922      Branch: perl
18923            ! lib/warnings.t
18924 ____________________________________________________________________________
18925 [ 11762] By: sky                                   on 2001/08/27  19:19:17
18926         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
18927              avaible at compile time. This broke the compilation of 
18928              Net/Ping.pm
18929      Branch: perl
18930            ! lib/Net/Ping.pm
18931 ____________________________________________________________________________
18932 [ 11761] By: sky                                   on 2001/08/27  18:34:48
18933         Log: Removed tripple definitions of CUSTOM_OP functions.
18934      Branch: perl
18935            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
18936 ____________________________________________________________________________
18937 [ 11760] By: sky                                   on 2001/08/27  18:21:27
18938         Log: Regen headers
18939      Branch: perl
18940            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
18941            ! perlapi.h proto.h
18942 ____________________________________________________________________________
18943 [ 11759] By: ams                                   on 2001/08/27  16:31:53
18944         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
18945              From: "chromatic" <chromatic@rmci.net>
18946              Date: Mon, 27 Aug 2001 11:17:09 -0600
18947              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
18948      Branch: perl
18949            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
18950 ____________________________________________________________________________
18951 [ 11758] By: sky                                   on 2001/08/27  15:16:42
18952         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
18953              Thanks to H. Merijn Brand for the patch.
18954              Some of the comments and or guards might be removable in perl.h now.
18955      Branch: perl
18956            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
18957            ! Porting/Glossary Porting/config_H README.threads config_h.SH
18958            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
18959            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
18960            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
18961            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
18962            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
18963            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
18964            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
18965            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
18966            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
18967            ! win32/config_H.vc win32/perllib.c win32/win32.h
18968            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
18969            ! wince/config.h wince/config_H.ce wince/win32.h
18970            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
18971 ____________________________________________________________________________
18972 [ 11757] By: sky                                   on 2001/08/27  13:39:16
18973         Log: Subject: GNU ld parses arguments different
18974              From: H.Merijn Brand <h.m.brand@hccnet.nl>
18975              Date: Mon, 27 Aug 2001 16:25:51 +0200
18976              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
18977      Branch: perl
18978            ! hints/hpux.sh
18979 ____________________________________________________________________________
18980 [ 11756] By: sky                                   on 2001/08/27  13:18:45
18981         Log: Subject: Custom Ops
18982              From: Simon Cozens <simon@netthink.co.uk>
18983              Date: Sat, 25 Aug 2001 17:45:09 +0100
18984              Message-ID: <20010825174509.A5752@netthink.co.uk>
18985              I also added a fix to Opcode.pm to quite test cases.
18986      Branch: perl
18987            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
18988            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
18989 ____________________________________________________________________________
18990 [ 11755] By: sky                                   on 2001/08/27  05:37:17
18991         Log: Plugs a memory leak on destruction of regular expressions
18992              introcued by #11274.
18993              PL_regex_padav now has an AV as it's first entry with a list
18994              of freed regex_padav slots that it will reuse on creating
18995              new PMOPs.
18996      Branch: perl
18997            ! op.c perl.c
18998 ____________________________________________________________________________
18999 [ 11754] By: ams                                   on 2001/08/26  14:38:52
19000         Log: Subject: [PATCH] t/io/binmode.t
19001              From: Nicholas Clark <nick@ccl4.org>
19002              Date: Sun, 26 Aug 2001 12:03:05 +0100
19003              Message-Id: <20010826120305.C4950@plum.flirble.org>
19004              
19005              (Also a nitpick in #11752 to t/op/universal.t)
19006      Branch: perl
19007            ! t/io/binmode.t t/op/universal.t
19008 ____________________________________________________________________________
19009 [ 11753] By: ams                                   on 2001/08/26  08:19:34
19010         Log: Subject: [PATCH] op/universal.t failing
19011              From: Nicholas Clark <nick@ccl4.org>
19012              Date: Sun, 26 Aug 2001 09:48:22 +0100
19013              Message-Id: <20010826094822.B4950@plum.flirble.org>
19014      Branch: perl
19015            ! t/op/universal.t
19016 ____________________________________________________________________________
19017 [ 11752] By: ams                                   on 2001/08/25  22:46:13
19018         Log: Subject: Re: 'can' with undefined subs
19019              From: Tony Bowden <tony@kasei.com>
19020              Date: Sat, 25 Aug 2001 14:58:17 +0100
19021              Message-Id: <20010825145817.A11788@soto.kasei.com>
19022              (Applied with minor modifications.)
19023      Branch: perl
19024            ! t/op/universal.t
19025 ____________________________________________________________________________
19026 [ 11751] By: ams                                   on 2001/08/25  18:28:43
19027         Log: Subject: Re: 'can' with undefined subs
19028              From: Tony Bowden <tony@kasei.com>
19029              Date: Sat, 25 Aug 2001 15:13:14 +0100
19030              Message-Id: <20010825151314.B11788@soto.kasei.com>
19031      Branch: perl
19032            ! lib/UNIVERSAL.pm
19033 ____________________________________________________________________________
19034 [ 11750] By: nick                                  on 2001/08/25  15:24:15
19035         Log: Integrate mainline
19036      Branch: perlio
19037           +> t/io/binmode.t
19038           !> (integrate 26 files)
19039 ____________________________________________________________________________
19040 [ 11749] By: nick                                  on 2001/08/25  14:55:41
19041         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
19042              From:  John Peacock <jpeacock@rowman.com>
19043              Date:  Wed, 22 Aug 2001 12:05:28 -0400
19044              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
19045      Branch: perl
19046            ! pod/perlhack.pod
19047 ____________________________________________________________________________
19048 [ 11748] By: nick                                  on 2001/08/25  14:53:04
19049         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
19050              From:  Michael G Schwern <schwern@pobox.com>
19051              Date:  Wed, 22 Aug 2001 19:22:45 -0400
19052              Message-Id:  <20010822192245.U619@blackrider>
19053      Branch: perl
19054            ! MANIFEST
19055 ____________________________________________________________________________
19056 [ 11747] By: nick                                  on 2001/08/25  14:52:33
19057         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
19058              From:  Nicholas Clark <nick@ccl4.org>
19059              Date:  Wed, 22 Aug 2001 23:29:06 +0100
19060              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
19061      Branch: perl
19062            + t/io/binmode.t
19063            ! perlio.c pod/perlfunc.pod
19064 ____________________________________________________________________________
19065 [ 11744] By: nick                                  on 2001/08/25  14:37:33
19066         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
19067              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
19068              Date:  Fri, 24 Aug 2001 22:10:42 +0200
19069              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
19070      Branch: perl
19071            ! x2p/a2py.c x2p/walk.c
19072 ____________________________________________________________________________
19073 [ 11743] By: nick                                  on 2001/08/25  14:32:47
19074         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
19075              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19076              Date:  Fri, 24 Aug 2001 23:34:13 +0200
19077              Message-Id:  <20010824233413.A1285@rafael>
19078      Branch: perl
19079            ! pod/perlfunc.pod pod/perlvar.pod
19080 ____________________________________________________________________________
19081 [ 11742] By: ams                                   on 2001/08/25  13:16:02
19082         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
19083              From: Nicholas Clark <nick@ccl4.org>
19084              Date: Sat, 25 Aug 2001 14:50:07 +0100
19085              Message-Id: <20010825145007.L41464@plum.flirble.org>
19086      Branch: perl
19087            ! pp_ctl.c
19088 ____________________________________________________________________________
19089 [ 11741] By: nick                                  on 2001/08/24  07:08:45
19090         Log: When applying patch via Porting/apply fails, do p4 refresh
19091              to get old files back.
19092      Branch: perl
19093            ! Porting/apply
19094 ____________________________________________________________________________
19095 [ 11740] By: ams                                   on 2001/08/24  04:47:24
19096         Log: #11739 was incomplete.
19097      Branch: perl
19098            ! pod/perldiag.pod
19099 ____________________________________________________________________________
19100 [ 11739] By: ams                                   on 2001/08/24  04:09:40
19101         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
19102              From: "Philip Newton" <Philip.Newton@gmx.net>
19103              Date: Fri, 24 Aug 2001 07:08:34 +0200
19104      Branch: perl
19105            ! pod/perldiag.pod
19106 ____________________________________________________________________________
19107 [ 11738] By: ams                                   on 2001/08/24  02:19:42
19108         Log: Fixed Doug Wilson's email address.
19109      Branch: perl
19110            ! AUTHORS
19111 ____________________________________________________________________________
19112 [ 11737] By: ams                                   on 2001/08/24  00:10:13
19113         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
19114              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19115              Date: Thu, 23 Aug 2001 22:22:58 +0200
19116              Message-Id: <20010823222258.A901@rafael>
19117      Branch: perl
19118            ! pod/perldiag.pod
19119 ____________________________________________________________________________
19120 [ 11736] By: ams                                   on 2001/08/24  00:05:02
19121         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
19122              From: "Craig A. Berry" <craigberry@mac.com>
19123              Date: Thu, 23 Aug 2001 19:07:45 -0500
19124              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
19125      Branch: perl
19126            ! configure.com
19127 ____________________________________________________________________________
19128 [ 11735] By: sky                                   on 2001/08/23  13:42:07
19129         Log: Backed out 11732, it breaks lib/strict.t 
19130      Branch: perl
19131            ! op.c
19132 ____________________________________________________________________________
19133 [ 11734] By: sky                                   on 2001/08/23  11:45:59
19134         Log: Removed toy from 17133 after Matt Sargeants request.
19135      Branch: perl
19136            ! pod/perlfaq4.pod
19137 ____________________________________________________________________________
19138 [ 11733] By: sky                                   on 2001/08/23  11:36:29
19139         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
19140              From: Robin Houston <robin@kitsite.com>
19141              Date: Wed, 22 Aug 2001 23:06:16 +0100
19142              Message-ID: <20010822230616.A254@robin.kitsite.com>
19143      Branch: perl
19144            ! pod/perlfaq4.pod
19145 ____________________________________________________________________________
19146 [ 11732] By: sky                                   on 2001/08/23  10:36:02
19147         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
19148              From: Simon Cozens <simon@netthink.co.uk>
19149              Date: Thu, 23 Aug 2001 12:06:36 +0100
19150              Message-ID: <20010823120636.A9961@netthink.co.uk>
19151      Branch: perl
19152            ! op.c
19153 ____________________________________________________________________________
19154 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
19155         Log: fix broken windows build
19156      Branch: perl
19157            ! perl.h
19158 ____________________________________________________________________________
19159 [ 11730] By: ams                                   on 2001/08/22  21:35:30
19160         Log: Subject: [PATCH] io/tell.t doesn't chdir t
19161              From: Nicholas Clark <nick@ccl4.org>
19162              Date: Wed, 22 Aug 2001 23:25:58 +0100
19163              Message-Id: <20010822232557.Y82818@plum.flirble.org>
19164      Branch: perl
19165            ! t/io/tell.t
19166 ____________________________________________________________________________
19167 [ 11729] By: ams                                   on 2001/08/22  20:32:21
19168         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
19169              questions)
19170              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19171              Date: Wed, 22 Aug 2001 17:09:04 -0400
19172              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
19173              (Oops, forgot File::Spec::Unix in the previous patch.)
19174      Branch: perl
19175            ! lib/File/Spec/Unix.pm
19176 ____________________________________________________________________________
19177 [ 11728] By: ams                                   on 2001/08/22  20:25:41
19178         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
19179              questions)
19180              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19181              Date: Wed, 22 Aug 2001 17:09:04 -0400
19182              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
19183      Branch: perl
19184            ! lib/File/Spec.pm
19185 ____________________________________________________________________________
19186 [ 11727] By: ams                                   on 2001/08/22  19:43:30
19187         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
19188              From: John Peacock <jpeacock@rowman.com>
19189              Date: Wed, 22 Aug 2001 12:35:52 -0400
19190              Message-Id: <3B83DF68.5D89DC81@rowman.com>
19191              (Adds proper tests for $], notwithstanding Subject. +nitpick)
19192      Branch: perl
19193            ! t/op/ver.t
19194 ____________________________________________________________________________
19195 [ 11726] By: ams                                   on 2001/08/22  19:36:39
19196         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
19197              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
19198              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
19199              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
19200      Branch: perl
19201            ! lib/diagnostics.pm lib/diagnostics.t
19202 ____________________________________________________________________________
19203 [ 11725] By: ams                                   on 2001/08/22  19:25:01
19204         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
19205              From: Nicholas Clark <nick@ccl4.org>
19206              Date: Wed, 22 Aug 2001 20:59:05 +0100
19207              Message-Id: <20010822205905.U82818@plum.flirble.org>
19208      Branch: perl
19209            ! pp.c t/op/64bitint.t t/op/arith.t
19210 ____________________________________________________________________________
19211 [ 11724] By: ams                                   on 2001/08/22  10:02:33
19212         Log: Subject: Configure blooper
19213              From: H.Merijn Brand <h.m.brand@hccnet.nl>
19214              Date: Wed, 22 Aug 2001 12:38:35 +0200
19215              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
19216      Branch: perl
19217            ! Configure
19218 ____________________________________________________________________________
19219 [ 11723] By: ams                                   on 2001/08/21  16:17:53
19220         Log: Subject: [PATCH] installperl -help
19221              From: Nicholas Clark <nick@ccl4.org>
19222              Date: Tue, 21 Aug 2001 17:34:23 +0100
19223              Message-Id: <20010821173423.F82818@plum.flirble.org>
19224      Branch: perl
19225            ! installperl
19226 ____________________________________________________________________________
19227 [ 11722] By: ams                                   on 2001/08/20  07:46:31
19228         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
19229              From: Ilmari Karonen <iltzu@sci.fi>
19230              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
19231              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
19232      Branch: perl
19233            ! pod/perlvar.pod
19234 ____________________________________________________________________________
19235 [ 11721] By: nick                                  on 2001/08/20  06:24:31
19236         Log: Integrate mainline
19237      Branch: perlio
19238           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
19239           +> lib/Lingua/KO/Hangul/Util/Changes
19240           +> lib/Lingua/KO/Hangul/Util/README
19241           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
19242           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
19243           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
19244           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
19245           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
19246           +> lib/Unicode/Normalize/t/test.t
19247            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
19248           !> (integrate 55 files)
19249 ____________________________________________________________________________
19250 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
19251         Log: Integrate Change #11599 from maint-5.6/perl
19252      Branch: maint-5.6/macperl
19253           !> README.win32
19254 ____________________________________________________________________________
19255 [ 11719] By: ams                                   on 2001/08/18  21:21:42
19256         Log: Add Porting/apply to MANIFEST.
19257      Branch: perl
19258            ! MANIFEST
19259 ____________________________________________________________________________
19260 [ 11718] By: sky                                   on 2001/08/18  14:38:01
19261         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
19262              Better solution would be to make 5005threaded perl use
19263              the same system as ithreads do
19264      Branch: perl
19265            ! perl.h
19266 ____________________________________________________________________________
19267 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
19268         Log: New try for ID 20010407.006: detach the semantics
19269              "was the last match target UTF8" into its own variable.
19270      Branch: perl
19271            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
19272            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
19273 ____________________________________________________________________________
19274 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
19275         Log: UTF8 flag should be meaningful only when POK.
19276      Branch: perl
19277            ! dump.c
19278 ____________________________________________________________________________
19279 [ 11715] By: sky                                   on 2001/08/18  11:45:16
19280         Log: USE_THREADS and USE_ITHREADS are never true at the same time
19281      Branch: perl
19282            ! perl.h
19283 ____________________________________________________________________________
19284 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
19285         Log: Retract #11712 for now.  The real fix would probably
19286              be something like making PL_reg_sv a copy (PV + UTF8)
19287              of the matched/substituted string (note: not just a SvPOK
19288              string, for example the stringified form of a ROK would
19289              be applicable)  Beware of leaks.
19290      Branch: perl
19291            ! pp_hot.c t/op/pat.t
19292 ____________________________________________________________________________
19293 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
19294         Log: UTF8 wasn't printing for PVMGs.
19295      Branch: perl
19296            ! dump.c
19297 ____________________________________________________________________________
19298 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
19299         Log: (Retracted by #11714)
19300              
19301              Okay analysis, debatable fix.  (The fix will inc
19302              the refcount of all temporary match objects,
19303              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
19304              which will then cause griping at untie() time
19305              ("inner references remain").
19306              
19307              Fix for ID 20010407.006: PL_reg_sv got wiped out
19308              by freetemps if the match target was a temporary
19309              (like function_call() =~ /.../), which in turn meant
19310              that the $1 et al stopped working if they had UTF-8
19311              in them.  Therefore bump up the refcount of PL_reg_sv.
19312      Branch: perl
19313            ! pp_hot.c t/op/pat.t
19314 ____________________________________________________________________________
19315 [ 11711] By: ams                                   on 2001/08/17  20:32:08
19316         Log: Subject: [PATCH] doesn't compile, was perl@11710
19317              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19318              Date: Fri, 17 Aug 2001 23:21:10 +0200
19319              Message-Id: <20010817232110.C7041@rafael> 
19320      Branch: perl
19321            ! sharedsv.c
19322 ____________________________________________________________________________
19323 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
19324         Log: Update Changes.
19325      Branch: perl
19326            ! Changes patchlevel.h
19327 ____________________________________________________________________________
19328 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
19329         Log: Upgrade to libnet 1.0704.
19330      Branch: perl
19331            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
19332            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
19333            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
19334            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
19335            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
19336            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
19337            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
19338 ____________________________________________________________________________
19339 [ 11708] By: sky                                   on 2001/08/17  13:34:04
19340         Log: Let perl_clone copy PL_exit_flags
19341      Branch: perl
19342            ! sv.c
19343 ____________________________________________________________________________
19344 [ 11707] By: sky                                   on 2001/08/17  12:28:41
19345         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
19346      Branch: perl
19347            ! sharedsv.c sharedsv.h
19348 ____________________________________________________________________________
19349 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
19350         Log: The metaconfig unit change for #11705.
19351      Branch: metaconfig/U/perl
19352            ! Extensions.U
19353 ____________________________________________________________________________
19354 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
19355         Log: Allow the threads extension to be found if present.
19356      Branch: perl
19357            ! Configure
19358 ____________________________________________________________________________
19359 [ 11704] By: nick                                  on 2001/08/17  11:47:54
19360         Log: Mail -> change script (pre-alpha)
19361      Branch: perl
19362            + Porting/apply
19363 ____________________________________________________________________________
19364 [ 11703] By: sky                                   on 2001/08/17  07:11:24
19365         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
19366              Thanks to Tom Hospel for pointing out my error.
19367      Branch: perl
19368            ! op.h
19369 ____________________________________________________________________________
19370 [ 11702] By: sky                                   on 2001/08/17  04:18:11
19371         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.
19372      Branch: perl
19373            ! embed.pl miniperlmain.c perl.c perl.h proto.h
19374 ____________________________________________________________________________
19375 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
19376         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
19377              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
19378      Branch: perl
19379            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
19380            + lib/Lingua/KO/Hangul/Util/README
19381            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
19382            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
19383            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
19384            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
19385            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
19386            + lib/Unicode/Normalize/t/test.t
19387            ! MANIFEST
19388 ____________________________________________________________________________
19389 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
19390         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
19391              Date: Thu, 16 Aug 2001 22:46:15 -0500
19392              From: "Craig A. Berry" <craigberry@mac.com>
19393              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
19394      Branch: perl
19395            ! configure.com numeric.c
19396 ____________________________________________________________________________
19397 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
19398         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
19399              of the usual suspects (like getpwent) but not for others
19400              (like localtime and rand).  The _r versions are available
19401              for all of them, so let's use them.
19402      Branch: perl
19403            ! perl.h
19404 ____________________________________________________________________________
19405 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
19406         Log: (Accidental apply; thankfully empty.)
19407      Branch: perl
19408            ! hints/os390.sh
19409 ____________________________________________________________________________
19410 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
19411         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
19412              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19413              Date: Thu, 16 Aug 2001 16:27:49 +0100
19414              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
19415      Branch: perl
19416            ! regexec.c t/op/re_tests
19417 ____________________________________________________________________________
19418 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
19419         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
19420              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19421              Date: Thu, 16 Aug 2001 18:50:01 +0100
19422              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
19423      Branch: perl
19424            ! pp_hot.c t/op/pat.t
19425 ____________________________________________________________________________
19426 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
19427         Log: Subject: [PATCH] *time_r again
19428              From: "Arthur Bergman" <arthur@contiller.se>
19429              Date: Thu, 16 Aug 2001 16:01:54 +0200
19430              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
19431      Branch: perl
19432            ! op.h
19433 ____________________________________________________________________________
19434 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
19435         Log: system() and backtick error handling cleanup from Craig A. Berry.
19436      Branch: perl
19437            ! vms/vms.c
19438 ____________________________________________________________________________
19439 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
19440         Log: change#10334 leaks memory, copies string when it doesn't
19441              need to
19442      Branch: perl
19443            ! perl.c
19444 ____________________________________________________________________________
19445 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
19446         Log: One more twist to the sprintf + utf8 testing.
19447      Branch: perl
19448            ! t/op/misc.t
19449 ____________________________________________________________________________
19450 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
19451         Log: Fix for 20010407.008 sprintf removes utf8-ness.
19452      Branch: perl
19453            ! pp.c t/op/misc.t
19454 ____________________________________________________________________________
19455 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
19456         Log: Subject: [PATCH] *time_r fixes
19457              From: "Arthur Bergman" <arthur@contiller.se>
19458              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
19459              Date: Thu, 16 Aug 2001 14:22:27 +0200
19460      Branch: perl
19461            ! op.h
19462 ____________________________________________________________________________
19463 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
19464         Log: Upgrade to CGI.pm 2.77.
19465      Branch: perl
19466            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
19467            ! lib/CGI/t/function.t
19468 ____________________________________________________________________________
19469 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
19470         Log: Document the bytes-to-Unicode upgrading.
19471      Branch: perl
19472            ! pod/perlunicode.pod
19473 ____________________________________________________________________________
19474 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
19475         Log: Add a test for Unicode sprintf.
19476      Branch: perl
19477            ! t/op/misc.t
19478 ____________________________________________________________________________
19479 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
19480         Log: Add Unicode tests for index/rindex.
19481      Branch: perl
19482            ! t/op/index.t
19483 ____________________________________________________________________________
19484 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
19485         Log: Document a bit the art of minimizing the installation,
19486              based on the p5p discussion.
19487      Branch: perl
19488            ! INSTALL
19489 ____________________________________________________________________________
19490 [ 11684] By: nick                                  on 2001/08/15  15:03:31
19491         Log: Integrate mainline
19492      Branch: perlio
19493           +> sharedsv.c sharedsv.h
19494           !> (integrate 53 files)
19495 ____________________________________________________________________________
19496 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
19497         Log: Update Changes.
19498      Branch: perl
19499            ! Changes patchlevel.h
19500 ____________________________________________________________________________
19501 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
19502         Log: The #11673 necessitated a test tweak.
19503      Branch: perl
19504            ! t/io/utf8.t
19505 ____________________________________________________________________________
19506 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
19507         Log: Also UNICOS is in the general case unable to silently
19508              handle fp overflows.
19509      Branch: perl
19510            ! numeric.c
19511 ____________________________________________________________________________
19512 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
19513         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
19514              NV_EPSILON #defined.
19515      Branch: perl
19516            ! perl.h
19517 ____________________________________________________________________________
19518 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
19519         Log: Re-establish the fp overflow detection for VAX VMS; there
19520              is no easy way to have the IEEE fp silent overflow semantics.
19521              (in Alpha VMS we still will use IEEE fp by default-- but it
19522              is still possible to configure Perl to use G_FLOAT)
19523      Branch: perl
19524            ! numeric.c
19525 ____________________________________________________________________________
19526 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
19527         Log: Subject: [PATCH] pp_lock 
19528              From: "Arthur Bergman" <arthur@contiller.se>
19529              Date: Wed, 15 Aug 2001 11:52:16 +0200
19530              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
19531      Branch: perl
19532            ! pp.c
19533 ____________________________________________________________________________
19534 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
19535         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
19536              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19537              Date: Wed, 15 Aug 2001 11:32:11 +0100
19538              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
19539      Branch: perl
19540            ! regcomp.c t/op/re_tests
19541 ____________________________________________________________________________
19542 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
19543         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
19544              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19545              Date: Wed, 15 Aug 2001 10:33:49 +0100
19546              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
19547      Branch: perl
19548            ! regexec.c t/op/re_tests
19549 ____________________________________________________________________________
19550 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
19551         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
19552              From: Barrie Slaymaker <barries@slaysys.com>
19553              Date: Tue, 14 Aug 2001 14:32:25 -0400
19554              Message-ID: <20010814143225.A19822@jester.slaysys.com>
19555      Branch: perl
19556            ! lib/File/Spec.t lib/File/Spec/Unix.pm
19557 ____________________________________________________________________________
19558 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
19559         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
19560              From: Peter Prymmer <pvhp@forte.com>
19561              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
19562              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
19563      Branch: perl
19564            ! README.vms configure.com
19565 ____________________________________________________________________________
19566 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
19567         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
19568              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19569              Date: Tue, 14 Aug 2001 21:23:27 +0200
19570              Message-ID: <20010814212327.A1919@rafael>
19571      Branch: perl
19572            ! doio.c
19573 ____________________________________________________________________________
19574 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
19575         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
19576              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
19577              Date: Tue, 14 Aug 2001 22:30:11 +0200
19578              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
19579              
19580              Combination of nmake, quoting, and Perl expanded $( in here-doc.
19581      Branch: perl
19582            ! ext/SDBM_File/Makefile.PL
19583 ____________________________________________________________________________
19584 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
19585         Log: Todo updates.
19586      Branch: perl
19587            ! pod/perltodo.pod
19588 ____________________________________________________________________________
19589 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
19590         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
19591              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
19592              Date: Mon, 13 Aug 2001 23:15:01 +0200
19593              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
19594      Branch: perl
19595            ! sv.c
19596 ____________________________________________________________________________
19597 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
19598         Log: Subject: [PATCH] [b-]showlex.t
19599              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
19600              Date: Sun, 12 Aug 2001 22:24:51 +0200
19601              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
19602              
19603              The 4nt command shell will expand the % in command line
19604              no matter what quoting is attempted, changed the % to @.
19605      Branch: perl
19606            ! ext/B/Showlex.t
19607 ____________________________________________________________________________
19608 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
19609         Log: Subject: [PATCH] magic.t
19610              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
19611              Date: Sun, 12 Aug 2001 20:49:27 +0200
19612              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
19613      Branch: perl
19614            ! t/op/magic.t
19615 ____________________________________________________________________________
19616 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
19617         Log: Add sharedsv* to the DOSish platforms; plus add
19618              some WinCE files to the list of DOSish files.
19619      Branch: perl
19620            ! NetWare/Makefile Porting/makerel win32/Makefile
19621            ! win32/makefile.mk wince/Makefile.ce
19622 ____________________________________________________________________________
19623 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
19624         Log: More DOSish files.
19625      Branch: perl
19626            ! Porting/makerel
19627 ____________________________________________________________________________
19628 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
19629         Log: Strip CRs from the WinCE files.  Now we need to
19630              figure out in which CRs are really needed: probably
19631              Makefile.ce and the README files, at least, probably
19632              also the registry.bat.
19633      Branch: perl
19634            ! wince/Makefile.ce wince/README.compile wince/README.perlce
19635            ! wince/config.h wince/include/cectype.h wince/include/errno.h
19636            ! wince/include/sys/stat.h wince/include/sys/types.h
19637            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
19638            ! wince/perldll.def wince/registry.bat wince/wince.h
19639            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
19640 ____________________________________________________________________________
19641 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
19642         Log: Add some files to DOSish and writables.
19643      Branch: perl
19644            ! Porting/makerel
19645 ____________________________________________________________________________
19646 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
19647         Log: Compile failure message tidying.
19648      Branch: perl
19649            ! t/lib/1_compile.t
19650 ____________________________________________________________________________
19651 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
19652         Log: The new sharedsv* should be exported only if usethreads.
19653      Branch: perl
19654            ! makedef.pl
19655 ____________________________________________________________________________
19656 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
19657         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
19658              From: Peter Prymmer <pvhp@forte.com>
19659              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
19660              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
19661      Branch: perl
19662            ! README.os390
19663 ____________________________________________________________________________
19664 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
19665         Log: Update Changes.
19666      Branch: perl
19667            ! Changes patchlevel.h
19668 ____________________________________________________________________________
19669 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
19670         Log: Subject: [PATHC] sharedsv.[c|h]
19671              From: "Artur Bergman" <artur@contiller.se>
19672              Date: Mon, 13 Aug 2001 14:38:41 +0200
19673              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
19674              
19675              Subject: [PATCH] embed.pl
19676              From: Arthur Bergman <arthur@contiller.se>
19677              Date: Mon, 13 Aug 2001 14:38:14 +0200
19678              Message-ID: <B79D96D6.3088%arthur@contiller.se>
19679              
19680              Subject: [PATCH] sharedsv cleanups
19681              From: "Arthur Bergman" <arthur@contiller.se>
19682              Date: Mon, 13 Aug 2001 15:14:25 +0200
19683              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
19684              
19685              Plus few tweaks: _init needs to be Adp, the prototypes
19686              should not be revealed unless using ithreads, #endif FOO
19687              must be #endif /* FOO */, adding (parentheses) around
19688              do { } while doesn't work too well.
19689      Branch: perl
19690            + sharedsv.c sharedsv.h
19691            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
19692            ! perl.h perlapi.c pod/perlapi.pod proto.h
19693 ____________________________________________________________________________
19694 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
19695         Log: Subject: Re: END {} blocks run in perl_run
19696              From: Arthur Bergman <arthur@contiller.se>
19697              Date: Mon, 13 Aug 2001 11:11:30 +0200
19698              Message-ID: <B79D6661.3068%arthur@contiller.se>
19699      Branch: perl
19700            ! perl.c
19701 ____________________________________________________________________________
19702 [ 11657] By: nick                                  on 2001/08/13  09:03:02
19703         Log: Integrate mainline
19704      Branch: perlio
19705           +> (branch 326 files)
19706            - (delete 330 files)
19707           !> (integrate 85 files)
19708 ____________________________________________________________________________
19709 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
19710         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
19711              and the Perl will be built to do that by default (adding that
19712              will break scripts having non-UTF-8 binary data, such as Latin-1.)
19713      Branch: perl
19714            ! op.c toke.c utf8.h
19715 ____________________________________________________________________________
19716 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
19717         Log: Unnecessary downgrades.
19718      Branch: perl
19719            ! doop.c
19720 ____________________________________________________________________________
19721 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
19722         Log: Failure not true anymore (probably caused by my broken setup).
19723      Branch: perl
19724            ! t/op/pat.t
19725 ____________________________________________________________________________
19726 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
19727         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
19728              stopped working).
19729      Branch: perl
19730            ! op.h pp_ctl.c regcomp.c
19731 ____________________________________________________________________________
19732 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
19733         Log: There is no IN_UTF8.
19734      Branch: perl
19735            ! utf8.h
19736 ____________________________________________________________________________
19737 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
19738         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
19739      Branch: perl
19740            ! op.c op.h pp_ctl.c regcomp.c
19741 ____________________________________________________________________________
19742 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
19743         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
19744              and a test tweak.
19745      Branch: perl
19746            ! op.c t/pod/find.t
19747 ____________________________________________________________________________
19748 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
19749         Log: Todo updates and fixes.
19750      Branch: perl
19751            ! pod/perltodo.pod
19752 ____________________________________________________________________________
19753 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
19754         Log: Mark tests (and one module) having explicit Latin-1
19755              (and one file having explicit UTF-8) with an explicit
19756              'no utf8' (and one explicit 'use utf8').
19757              
19758              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
19759      Branch: perl
19760            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
19761            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
19762            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
19763 ____________________________________________________________________________
19764 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
19765         Log: Subject: SV: END {} blocks run in perl_run
19766              From: "Arthur Bergman" <arthur@contiller.se>
19767              Date: Sun, 12 Aug 2001 00:34:28 +0200 
19768              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
19769      Branch: perl
19770            ! miniperlmain.c perl.c
19771 ____________________________________________________________________________
19772 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
19773         Log: Typos in #11645.
19774      Branch: perl
19775            ! perl.h
19776 ____________________________________________________________________________
19777 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
19778         Log: On ithreads default to use_reentrant except on naturally
19779              threadsafe platforms.
19780      Branch: perl
19781            ! perl.h
19782 ____________________________________________________________________________
19783 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
19784         Log: (Hopefully) a fix for 20010723.004: make install needs
19785              write permission in build directory.  The problem was
19786              probably caused by overeager sprinkling of the lib/re.pm
19787              dependencies (which was done to guarantee lib/re.pm being
19788              uptodate for parallel makes: now solved by funneling that
19789              through an explicit recursive make in the preplibrary target).
19790      Branch: perl
19791            ! Makefile.SH
19792 ____________________________________________________________________________
19793 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
19794         Log: Dispell the "use utf8" superstition.
19795      Branch: perl
19796            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
19797            ! pod/perlunicode.pod
19798 ____________________________________________________________________________
19799 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
19800         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
19801              From: "Abigail" <abigail@foad.org> 
19802              Date: Sat, 11 Aug 2001 23:49:49 +0200
19803              Message-ID: <20010811214950.23255.qmail@foad.org>
19804      Branch: perl
19805            ! t/op/taint.t
19806 ____________________________________________________________________________
19807 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
19808         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
19809              From: Abhijit Menon-Sen <ams@wiw.org>
19810              Date: Sat, 11 Aug 2001 06:18:19 +0530
19811              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
19812      Branch: perl
19813            ! mg.c
19814 ____________________________________________________________________________
19815 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
19816         Log: Test for change #11639.
19817      Branch: perl
19818            ! t/op/tiehandle.t
19819 ____________________________________________________________________________
19820 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
19821         Log: Subject: Re: Can't localize *FH, then tie it
19822              From: Abhijit Menon-Sen <ams@wiw.org>
19823              Date: Sun, 12 Aug 2001 16:08:06 +0530
19824              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
19825      Branch: perl
19826            ! pp_hot.c pp_sys.c
19827 ____________________________________________________________________________
19828 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
19829         Log: Drop all the unnecessary "use utf8" clauses and some of
19830              the unnecessary "use bytes" ones.
19831              
19832              TODO: scour the documentation for unnecessary "use utf8"
19833              and prominently display it in perldelta when the time comes.
19834              ("use utf8" should be necessary ONLY if one wants the script
19835              to be in UTF-8.)  Also should be checked in some non-ASCII
19836              non-Latin-1 platform, like EBCDIC.
19837      Branch: perl
19838            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
19839            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
19840 ____________________________________________________________________________
19841 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
19842         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
19843              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
19844              in Unicode handling.
19845      Branch: perl
19846            + t/op/lc.t
19847            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
19848 ____________________________________________________________________________
19849 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
19850         Log: Thinko: we want the flags for native cc, not gcc.
19851      Branch: perl
19852            ! hints/dec_osf.sh
19853 ____________________________________________________________________________
19854 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
19855         Log: (retracted by 13077)
19856              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
19857              From: Robin Houston <robin@kitsite.com>
19858              Date: Fri, 10 Aug 2001 14:42:02 +0100
19859              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
19860      Branch: perl
19861            ! pp.c
19862 ____________________________________________________________________________
19863 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
19864         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
19865              From: Abhijit Menon-Sen <ams@wiw.org>
19866              Date: Sat, 11 Aug 2001 16:31:04 +0530
19867              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
19868      Branch: perl
19869            ! op.c
19870 ____________________________________________________________________________
19871 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
19872         Log: Get rid of indread, from Abhijit Menon-Sen.
19873      Branch: perl
19874            ! pp_sys.c
19875 ____________________________________________________________________________
19876 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
19877         Log: CRLFgngngn.
19878      Branch: perl
19879            ! win32/Makefile win32/makefile.mk
19880 ____________________________________________________________________________
19881 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
19882         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
19883      Branch: perl
19884            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
19885            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
19886            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
19887            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
19888            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
19889            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
19890            ! win32/Makefile win32/makefile.mk
19891 ____________________________________________________________________________
19892 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
19893         Log: Avoid #elif (less portable than #else #if).
19894      Branch: perl
19895            ! handy.h
19896 ____________________________________________________________________________
19897 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
19898         Log: Subject: patch for perlvar.pod
19899              From: mah@everybody.org (Mark A. Hershberger)
19900              Date: 08 Aug 2001 17:03:16 -0500
19901              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
19902      Branch: perl
19903            ! pod/perlvar.pod
19904 ____________________________________________________________________________
19905 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
19906         Log: cpp commands must start (the # must be) at the column #0.
19907      Branch: perl
19908            ! op.c
19909 ____________________________________________________________________________
19910 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
19911         Log: If using gcc -B/foo/bar makedepend would give
19912              unnecessary warnings about unused -B/foo/bar.
19913      Branch: perl
19914            ! makedepend.SH
19915 ____________________________________________________________________________
19916 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
19917         Log: Update Changes.
19918      Branch: perl
19919            ! Changes patchlevel.h
19920 ____________________________________________________________________________
19921 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
19922         Log: s/z/tz/
19923      Branch: perl
19924            ! pod/perlfaq2.pod
19925 ____________________________________________________________________________
19926 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
19927         Log: Article nit.
19928      Branch: perl
19929            ! pod/perlfaq2.pod
19930 ____________________________________________________________________________
19931 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
19932         Log: Rename lib/unicode files to lib/unicore to avoid
19933              conflicts between core lib/unicode and Unicode::
19934              files in case-ignoring filesystems.
19935      Branch: perl
19936            + (add 325 files)
19937            - (delete 324 files)
19938            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
19939 ____________________________________________________________________________
19940 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
19941         Log: Upgrade to Math::BigInt 1.41.
19942      Branch: perl
19943            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
19944 ____________________________________________________________________________
19945 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
19946         Log: Subject: [PATCH] remove PL_na from typemap
19947              From: James <james@rf.net>
19948              Date: Mon, 06 Aug 2001 20:23:15 -0700
19949              Message-ID: <3B6F5F23.A31A81B1@rf.net>
19950              
19951              (had to be manually applied)
19952      Branch: perl
19953            ! lib/ExtUtils/typemap
19954 ____________________________________________________________________________
19955 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
19956         Log: The metaconfig unit changes for #11618.
19957      Branch: metaconfig/U/perl
19958            + d_fpclassl.U i_fp.U
19959 ____________________________________________________________________________
19960 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
19961         Log: Forgot this from #11618.
19962              
19963              NOTE: wince/config_H.ce needs updating.
19964      Branch: perl
19965            ! wince/config.ce
19966 ____________________________________________________________________________
19967 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
19968         Log: Introduce more floating point classifying APIs;
19969              try to define (most importantly) Perl_is{inf,nan}(x).
19970              
19971              For this first cut, assume none such APIs exist in non-UNIXoid
19972              platforms-- this is of course too unkind: Win32 rumoredly has
19973              _fpclass() and _isnan(), and VMS/VOS very probably have some
19974              of the APIs available.     The only thing Perl uses at the moment
19975              is Perl_isnan() (has been in use for a while now).
19976              
19977              NOTE: the Win32 and NetWare config_h.?c need regenerating.
19978      Branch: perl
19979            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
19980            ! Porting/config_H config_h.SH configure.com epoc/config.sh
19981            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
19982            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19983            ! vos/config.ga.h win32/config.bc win32/config.gc
19984            ! win32/config.vc win32/config_H.bc win32/config_H.gc
19985            ! win32/config_H.vc wince/config.ce wince/config.h
19986 ____________________________________________________________________________
19987 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
19988         Log: Integrate change #11519 from perlio:
19989              
19990              Avoid testing for (non-)existance of "encoding(xxxx)"
19991              layer is called "encoding" the (xxxx) is an argument.
19992      Branch: perl
19993           !> lib/open.pm
19994 ____________________________________________________________________________
19995 [ 11616] By: nick                                  on 2001/08/09  07:50:24
19996         Log: Integrate mainline
19997      Branch: perlio
19998           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
19999           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
20000           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
20001           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
20002            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
20003            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
20004           !> (integrate 79 files)
20005 ____________________________________________________________________________
20006 [ 11615] By: nick                                  on 2001/08/09  06:23:44
20007         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
20008              layer is called "encoding" the (xxxx) is an argument.
20009      Branch: perlio
20010            ! lib/open.pm
20011 ____________________________________________________________________________
20012 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
20013         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
20014              From: Paul Johnson <paul@pjcj.net>
20015              Date: Wed, 8 Aug 2001 23:54:17 +0200
20016              Message-ID: <20010808235417.O1006@pjcj.net>
20017      Branch: perl
20018            ! ext/B/B/Concise.pm
20019 ____________________________________________________________________________
20020 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
20021         Log: Make VMS use IEEE math by default; reorder Tru64 hints
20022              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
20023              exception semantics) is always set if using (the new) cc.
20024      Branch: perl
20025            ! configure.com hints/dec_osf.sh
20026 ____________________________________________________________________________
20027 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
20028         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
20029              From: Abhijit Menon-Sen <ams@wiw.org>
20030              Date: Tue, 7 Aug 2001 17:16:05 +0530
20031              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
20032      Branch: perl
20033            ! pp_sys.c
20034 ____________________________________________________________________________
20035 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
20036         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
20037              From: "Craig A. Berry" <craigberry@mac.com>
20038              Date: Tue, 07 Aug 2001 22:27:47 -0500
20039              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
20040      Branch: perl
20041            ! t/run/exit.t
20042 ____________________________________________________________________________
20043 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
20044         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
20045              From: "Craig A. Berry" <craigberry@mac.com>
20046              Date: Tue, 07 Aug 2001 20:01:53 -0500
20047              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
20048      Branch: perl
20049            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
20050 ____________________________________________________________________________
20051 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
20052         Log: Update the magazine information.
20053      Branch: perl
20054            ! pod/perlfaq2.pod
20055 ____________________________________________________________________________
20056 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
20057         Log: Ignore SIGFPE everywhere.
20058      Branch: perl
20059            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
20060 ____________________________________________________________________________
20061 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
20062         Log: With permission, change the licensing of the docs by
20063              TomC (and Gnat) to comply with the rest of Perl.
20064      Branch: perl
20065            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
20066            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
20067            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
20068            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
20069            ! pod/perltootc.pod
20070 ____________________________________________________________________________
20071 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
20072         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
20073              From: Andy Dougherty <doughera@lafayette.edu>
20074              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
20075              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
20076      Branch: perl
20077            ! hints/openbsd.sh
20078 ____________________________________________________________________________
20079 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
20080         Log: Subject: [PATCH] Makefile.SH test_prep dependency
20081              From: Andy Dougherty <doughera@lafayette.edu>
20082              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
20083              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
20084      Branch: perl
20085            ! Makefile.SH
20086 ____________________________________________________________________________
20087 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
20088         Log: Don't autogenerate the headers et alia,
20089              make regen_headers explicitly.
20090      Branch: perl
20091            ! Makefile.SH
20092 ____________________________________________________________________________
20093 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
20094         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
20095              From: Gurusamy Sarathy <gsar@ActiveState.com> 
20096              Date: Tue, 07 Aug 2001 08:33:26 -0700
20097              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
20098              
20099              Unnecessary dependency.
20100      Branch: perl
20101            ! embed.pl
20102 ____________________________________________________________________________
20103 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
20104         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
20105              From: Abhijit Menon-Sen <ams@wiw.org>
20106              Date: Tue, 7 Aug 2001 09:10:54 +0530
20107              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
20108      Branch: perl
20109            ! pp_hot.c
20110 ____________________________________________________________________________
20111 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
20112         Log: Subject: [PATCH perl@11597] B && BEGIN handling
20113              From: "James A. Duncan" <jduncan@fotango.com>
20114              Date: Mon, 6 Aug 2001 17:29:11 +0100
20115              Message-ID: <20010806172911.A2071@fotango.com>
20116              
20117              (the intrpvar.h addition moved to the end for bincompat)
20118      Branch: perl
20119            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
20120 ____________________________________________________________________________
20121 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
20122         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
20123      Branch: perl
20124           !> README.win32
20125 ____________________________________________________________________________
20126 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
20127         Log: fix URLs for fcrypt.c
20128      Branch: maint-5.6/perl
20129            ! README.win32
20130 ____________________________________________________________________________
20131 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
20132         Log: Yet another way to say Infinity: HP-UX calls its "++".
20133      Branch: perl
20134            ! lib/Math/BigInt/t/bigintpm.t
20135 ____________________________________________________________________________
20136 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
20137         Log: Update Changes.
20138      Branch: perl
20139            ! Changes patchlevel.h
20140 ____________________________________________________________________________
20141 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
20142         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
20143      Branch: perl
20144            ! pod/perlfaq5.pod
20145 ____________________________________________________________________________
20146 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
20147         Log: The #11593 wasn't right.
20148      Branch: perl
20149            ! lib/Math/BigInt/t/bigintpm.t
20150 ____________________________________________________________________________
20151 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
20152         Log: Subject: [PATCH: perl@11564] introducing perlivp
20153              From: Prymmer/Kahn <pvhp@best.com>
20154              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
20155              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
20156              
20157              Subject: Re: [PATCH: perl@11564] introducing perlivp
20158              From: Prymmer/Kahn <pvhp@best.com>
20159              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
20160              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
20161      Branch: perl
20162            + utils/perlivp.PL
20163            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
20164            ! win32/Makefile win32/makefile.mk
20165 ____________________________________________________________________________
20166 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
20167         Log: libcs are confused what to call Infinity.
20168      Branch: perl
20169            ! lib/Math/BigInt/t/bigintpm.t
20170 ____________________________________________________________________________
20171 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
20172         Log: Avoid SIGFPE in Tru64.
20173      Branch: perl
20174            ! numeric.c
20175 ____________________________________________________________________________
20176 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
20177         Log: Upgrade to Math::BigInt 1.40.
20178              
20179              NOTE: this patch necessitates doing something about
20180              infinity handling since the new bigintpm.t tests use
20181              infinity, which causes SIGFPEs at least in Tru64.
20182      Branch: perl
20183            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20184            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
20185            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
20186            ! lib/Math/BigInt/t/mbimbf.t
20187 ____________________________________________________________________________
20188 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
20189         Log: remove hardcoded cmd shell in testsuite
20190      Branch: perl
20191            ! t/op/glob.t t/op/magic.t t/op/stat.t
20192 ____________________________________________________________________________
20193 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
20194         Log: 4-arg select() was busted on windows because change#8178 didn't
20195              make it into mainline
20196      Branch: perl
20197            ! perl.h win32/include/sys/socket.h
20198 ____________________________________________________________________________
20199 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
20200         Log: Rename the Getopt::Long tests to be as they are
20201              in the Getopt::Long official distribution.
20202      Branch: perl
20203            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
20204            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
20205            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
20206            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
20207            ! MANIFEST
20208 ____________________________________________________________________________
20209 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
20210         Log: Upgrade to Getopt::Long 2.26.
20211      Branch: perl
20212            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
20213            ! MANIFEST lib/Getopt/Long.pm
20214 ____________________________________________________________________________
20215 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
20216         Log: Retract #10874 (the hack should be unnecessary by now)
20217      Branch: perl
20218            ! lib/Test/Harness.pm
20219 ____________________________________________________________________________
20220 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
20221         Log: avoid temp file littering in tests
20222      Branch: perl
20223            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
20224 ____________________________________________________________________________
20225 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
20226         Log: Subject: warning in sv.c: double format, NV arg
20227              From: "Philip Newton" <Philip.Newton@gmx.net>
20228              Date: Sun, 5 Aug 2001 19:41:07 +0200
20229              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
20230      Branch: perl
20231            ! sv.c
20232 ____________________________________________________________________________
20233 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
20234         Log: fix POSIX.t#13 for windos
20235      Branch: perl
20236            ! ext/POSIX/POSIX.t
20237 ____________________________________________________________________________
20238 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
20239         Log: Add a test for PerlIO::Via.
20240      Branch: perl
20241            + ext/PerlIO/t/via.t
20242            ! MANIFEST ext/PerlIO/Via/Via.pm
20243 ____________________________________________________________________________
20244 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
20245         Log: flock() and link() are not available on Windows 9x
20246      Branch: perl
20247            ! win32/config_sh.PL
20248 ____________________________________________________________________________
20249 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
20250         Log: Some Tru64 C compilers have C++ components that confuse
20251              the ccversion parsing.
20252      Branch: perl
20253            ! hints/dec_osf.sh
20254 ____________________________________________________________________________
20255 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
20256         Log: (Reintroduce #11125)
20257              
20258              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
20259              From: Alan Burlison <Alan.Burlison@sun.com> 
20260              Date: Tue, 03 Jul 2001 15:20:13 +0100   
20261              Message-ID: <3B41D49D.A923D4F9@sun.com> 
20262      Branch: perl
20263            ! lib/ExtUtils/MM_Unix.pm
20264 ____________________________________________________________________________
20265 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
20266         Log: Little pointer juggling for HP-UX cc to avoid
20267              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
20268              followed by
20269              "error 1549: Modifiable lvalue required for assignment operator."
20270      Branch: perl
20271            ! hv.c
20272 ____________________________________________________________________________
20273 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
20274         Log: Continuation of #11575: SANY_SEEN completely deprecated,
20275              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
20276              plus a fix for the bug.
20277      Branch: perl
20278            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
20279 ____________________________________________________________________________
20280 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
20281         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
20282              From: Doug MacEachern <dougm@covalent.net>
20283              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
20284              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
20285      Branch: perl
20286            ! sv.c
20287 ____________________________________________________________________________
20288 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
20289         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
20290              the new CANY is the \C.  The problem reported and the
20291              test case supplied in
20292              
20293              Subject: UTF-8 bugs in string length & single line regex matches
20294              From: "Daniel P. Berrange" <dan@berrange.com>
20295              Date: Fri, 3 Aug 2001 11:39:33 +0100
20296              Message-ID: <20010803113932.A19318@berrange.com>
20297      Branch: perl
20298            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
20299            ! t/op/pat.t
20300 ____________________________________________________________________________
20301 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
20302         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
20303              From: Doug MacEachern <dougm@covalent.net>
20304              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
20305              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
20306      Branch: perl
20307            ! perl.c regexec.c
20308 ____________________________________________________________________________
20309 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
20310         Log: The #11572 didn't up the test count.
20311      Branch: perl
20312            ! t/op/length.t
20313 ____________________________________________________________________________
20314 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
20315         Log: Subject: UTF-8 bugs in string length & single line regex matches
20316              From: "Daniel P. Berrange" <dan@berrange.com>
20317              Date: Fri, 3 Aug 2001 11:39:33 +0100         
20318              Message-ID: <20010803113932.A19318@berrange.com>
20319              
20320              (the mg_length() fix)
20321      Branch: perl
20322            ! mg.c t/op/length.t
20323 ____________________________________________________________________________
20324 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
20325         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
20326              From: Abhijit Menon-Sen <ams@wiw.org>
20327              Date: Sat, 4 Aug 2001 16:56:35 +0530
20328              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
20329      Branch: perl
20330            ! hv.c
20331 ____________________________________________________________________________
20332 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
20333         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
20334              From: Abhijit Menon-Sen <ams@wiw.org>
20335              Date: Sat, 4 Aug 2001 16:16:03 +0530
20336              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
20337      Branch: perl
20338            ! hv.c
20339 ____________________________________________________________________________
20340 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
20341         Log: Subject: Re: [patch] refcount re ops
20342              From: Abhijit Menon-Sen <ams@wiw.org>
20343              Date: Sat, 4 Aug 2001 08:54:55 +0530
20344              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
20345      Branch: perl
20346            ! sv.c
20347 ____________________________________________________________________________
20348 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
20349         Log: Subject: [patch] refcount re ops
20350              From: Doug MacEachern <dougm@covalent.net>
20351              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
20352              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
20353      Branch: perl
20354            ! regcomp.c sv.c
20355 ____________________________________________________________________________
20356 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
20357         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
20358              From: Doug MacEachern <dougm@covalent.net>
20359              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
20360              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
20361      Branch: perl
20362            ! perl.c regexec.c
20363 ____________________________________________________________________________
20364 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
20365         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
20366              From: "Craig A. Berry" <craigberry@mac.com> 
20367              Date: Fri, 03 Aug 2001 16:16:16 -0500
20368              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
20369      Branch: perl
20370            ! t/op/misc.t
20371 ____________________________________________________________________________
20372 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
20373         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
20374              From: John Kristian <jmk2001@engineer.com>
20375              Date: Fri, 03 Aug 2001 00:59:08 -0700
20376              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
20377      Branch: perl
20378            ! win32/win32.c
20379 ____________________________________________________________________________
20380 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
20381         Log: Update Changes.
20382      Branch: perl
20383            ! Changes patchlevel.h
20384 ____________________________________________________________________________
20385 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
20386         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
20387              From: "Craig A. Berry" <craigberry@mac.com>
20388              Date: Thu, 02 Aug 2001 23:15:24 -0500
20389              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
20390      Branch: perl
20391            ! ext/B/Stash.t
20392 ____________________________________________________________________________
20393 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
20394         Log: Subject: [patch] plug PL_cshname leak
20395              From: Doug MacEachern <dougm@covalent.net>
20396              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
20397              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
20398      Branch: perl
20399            ! sv.c
20400 ____________________________________________________________________________
20401 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
20402         Log: Subject: [patch] plug PL_sh_path leak
20403              From: Doug MacEachern <dougm@covalent.net>
20404              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
20405              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
20406      Branch: perl
20407            ! sv.c
20408 ____________________________________________________________________________
20409 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
20410         Log: Subject: [patch] plug PL_regex_padav leaks
20411              From: Doug MacEachern <dougm@covalent.net>
20412              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
20413              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
20414      Branch: perl
20415            ! op.c op.h perl.c
20416 ____________________________________________________________________________
20417 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
20418         Log: Subject: [patch] plug PL_origargv leak
20419              From: Doug MacEachern <dougm@covalent.net>
20420              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
20421              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
20422      Branch: perl
20423            ! perl.c
20424 ____________________________________________________________________________
20425 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
20426         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
20427              From: Abhijit Menon-Sen <ams@wiw.org>
20428              Date: Fri, 3 Aug 2001 06:38:11 +0530
20429              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
20430      Branch: perl
20431            ! hv.c
20432 ____________________________________________________________________________
20433 [ 11557] By: nick                                  on 2001/08/03  08:17:38
20434         Log: Integrate mainline
20435      Branch: perlio
20436           +> (branch 47 files)
20437            - lib/Switch/test.pl
20438           !> (integrate 49 files)
20439 ____________________________________________________________________________
20440 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
20441         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
20442              From: "Craig A. Berry" <craigberry@mac.com>
20443              Date: Thu, 02 Aug 2001 12:56:19 -0500
20444              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
20445      Branch: perl
20446            ! ext/B/Showlex.t
20447 ____________________________________________________________________________
20448 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
20449         Log: Be more careful about non-existent files.
20450      Branch: perl
20451            ! lib/File/Copy.pm
20452 ____________________________________________________________________________
20453 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
20454         Log: Subject: [PATCH resend] deparse empty formats
20455              From: Robin Houston <robin@kitsite.com> 
20456              Date: Thu, 2 Aug 2001 14:32:36 +0100
20457              Message-ID: <20010802143236.A894@robin.kitsite.com>
20458      Branch: perl
20459            ! ext/B/B/Deparse.pm
20460 ____________________________________________________________________________
20461 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
20462         Log: Subject: [patch] ithreads + refto fix improvement
20463              From: Doug MacEachern <dougm@covalent.net>
20464              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
20465              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
20466      Branch: perl
20467            ! pp.c
20468 ____________________________________________________________________________
20469 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
20470         Log: Readability nit from Abhijit.
20471      Branch: perl
20472            ! op.c
20473 ____________________________________________________________________________
20474 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
20475         Log: setproctitle() API version nit from Anton Berezin.
20476      Branch: perl
20477            ! mg.c
20478 ____________________________________________________________________________
20479 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
20480         Log: Add PerlCE to the docs.
20481      Branch: perl
20482            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
20483            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
20484 ____________________________________________________________________________
20485 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
20486         Log: Integrate the PerlCE (WinCE Perl) port;
20487              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
20488      Branch: perl
20489            + README.ce wince/FindExt.pm wince/Makefile.ce
20490            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
20491            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
20492            + wince/bin/search.pl wince/config.ce wince/config.h
20493            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
20494            + wince/dl_win32.xs wince/include/arpa/inet.h
20495            + wince/include/cectype.h wince/include/errno.h
20496            + wince/include/netdb.h wince/include/sys/socket.h
20497            + wince/include/sys/stat.h wince/include/sys/types.h
20498            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
20499            + wince/perl.rc wince/perldll.def wince/perllib.c
20500            + wince/perlmain.c wince/registry.bat wince/runperl.c
20501            + wince/splittree.pl wince/win32.h wince/win32iop.h
20502            + wince/win32thread.c wince/win32thread.h wince/wince.c
20503            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
20504            + wince/xdistclean.ksh wince/xmakediffs.ksh
20505            ! MANIFEST perl.c perl.h perlio.c
20506 ____________________________________________________________________________
20507 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
20508         Log: setproctitle() made simpler.  (This assumes the string is
20509              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
20510              should be used.  Note len, not len + 1.)  BSD-fu from Anton
20511              Berezin.
20512      Branch: perl
20513            ! mg.c
20514 ____________________________________________________________________________
20515 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
20516         Log: Subject: [PATCH] -Wall cleanup: op.c
20517              From: Richard Soderberg <rs@oregonnet.com>
20518              Date: Thu, 2 Aug 2001 00:17:09 -0700
20519              Message-Id: <200108020717.AAA26895@oregonnet.com>
20520              
20521              Subject: [PATCH] -Wall cleanup: sv.c
20522              From: Richard Soderberg <rs@oregonnet.com>
20523              Date: Thu, 2 Aug 2001 00:49:21 -0700
20524              Message-Id: <200108020749.AAA27492@oregonnet.com>
20525      Branch: perl
20526            ! op.c sv.c
20527 ____________________________________________________________________________
20528 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
20529         Log: Update Changes.
20530      Branch: perl
20531            ! Changes patchlevel.h
20532 ____________________________________________________________________________
20533 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
20534         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
20535              From: Doug MacEachern <dougm@covalent.net>
20536              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
20537              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
20538      Branch: perl
20539            ! op.c
20540 ____________________________________________________________________________
20541 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
20542         Log: The #11541 didn't work under threads.
20543      Branch: perl
20544            ! op.c
20545 ____________________________________________________________________________
20546 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
20547         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
20548              From: Hugo <hv@crypt.compulink.co.uk>
20549              Date: Fri, 22 Jun 2001 01:19:08 +0100 
20550              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
20551              
20552              (Skip tests if accept() failed)
20553      Branch: perl
20554            ! ext/IO/lib/IO/t/io_unix.t
20555 ____________________________________________________________________________
20556 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
20557         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
20558              From: "Stian Seeberg" <sseeberg@nimsoft.no>
20559              Date: Mon, 30 Jul 2001 12:28:07 +0200
20560              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
20561      Branch: perl
20562            ! perl.h
20563 ____________________________________________________________________________
20564 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
20565         Log: Subject: Pluggable optimizer
20566              From: Simon Cozens <simon@netthink.co.uk>
20567              Date: Wed, 1 Aug 2001 13:57:02 -0700
20568              Message-ID: <20010801135702.I10442@netthink.co.uk>
20569      Branch: perl
20570            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
20571 ____________________________________________________________________________
20572 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
20573         Log: Subject: [ID 20010801.039] perlre.pod message typo
20574              From: Autrijus Tang <autrijus@geb.elixus.org>
20575              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
20576              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
20577      Branch: perl
20578            ! pod/perlre.pod
20579 ____________________________________________________________________________
20580 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
20581         Log: Test for change #11536.
20582      Branch: perl
20583            ! t/op/tiehandle.t
20584 ____________________________________________________________________________
20585 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
20586         Log: More test fixups for #11537.
20587      Branch: perl
20588            ! t/lib/warnings/4lint t/lib/warnings/9enabled
20589 ____________________________________________________________________________
20590 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
20591         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
20592              From: Doug MacEachern <dougm@covalent.net>
20593              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
20594              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
20595      Branch: perl
20596            ! op.c t/TestInit.pm
20597 ____________________________________________________________________________
20598 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
20599         Log: Subject: [patch] ithreads + refto bug
20600              From: Doug MacEachern <dougm@covalent.net>
20601              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
20602              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
20603              
20604              (Test in change #11539)
20605      Branch: perl
20606            ! pp.c
20607 ____________________________________________________________________________
20608 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
20609         Log: Subject: [PATCH: perl@11523] fixups for t/harness
20610              From: Prymmer/Kahn <pvhp@best.com>
20611              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
20612              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
20613      Branch: perl
20614            ! t/harness
20615 ____________________________________________________________________________
20616 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
20617         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
20618              From: Prymmer/Kahn <pvhp@best.com>
20619              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
20620              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
20621      Branch: perl
20622            ! win32/Makefile win32/makefile.mk
20623 ____________________________________________________________________________
20624 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
20625         Log: Need to know the number of tests.
20626      Branch: perl
20627            ! t/run/exit.t
20628 ____________________________________________________________________________
20629 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
20630         Log: Subject: Re: new exit tests on VMS
20631              From: "Craig A. Berry" <craigberry@mac.com>
20632              Date: Tue, 31 Jul 2001 12:19:29 -0500
20633              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
20634      Branch: perl
20635            ! t/run/exit.t
20636 ____________________________________________________________________________
20637 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
20638         Log: Retract #11530 (the dTHX is needed under threads)
20639      Branch: perl
20640            ! perlio.c
20641 ____________________________________________________________________________
20642 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
20643         Log: (Retracted by #11531)
20644      Branch: perl
20645            ! perlio.c
20646 ____________________________________________________________________________
20647 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
20648         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
20649              From: Richard Soderberg <rs@crystalflame.net>
20650              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
20651              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
20652      Branch: perl
20653            ! unixish.h
20654 ____________________________________________________________________________
20655 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
20656         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
20657              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20658              Date: Tue, 31 Jul 2001 05:39:09 -0400
20659              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
20660              
20661              (with a note about the case of UV being equal to long long)
20662      Branch: perl
20663            ! utils/h2xs.PL
20664 ____________________________________________________________________________
20665 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
20666         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
20667              From: "Craig A. Berry" <craigberry@mac.com>
20668              Date: Tue, 31 Jul 2001 14:57:43 -0500
20669              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
20670      Branch: perl
20671            ! t/io/fs.t
20672 ____________________________________________________________________________
20673 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
20674         Log: Fix for
20675              
20676              Subject: [ID 20010116.001] File::Copy truncates orig file 
20677              From: arbor@al37al08.telecel.pt
20678              Date: Tue, 16 Jan 2001 11:43:02 GMT
20679              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
20680              
20681              (copy($foo, $foo) would truncate $foo)
20682      Branch: perl
20683            ! lib/File/Copy.pm lib/File/Copy.t
20684 ____________________________________________________________________________
20685 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
20686         Log: Metaconfig unit change for #11524.
20687      Branch: metaconfig/U/perl
20688            ! Extras.U
20689 ____________________________________________________________________________
20690 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
20691         Log: Multiple modules didn't work; plus typo fixes.
20692      Branch: perl
20693            ! Configure
20694 ____________________________________________________________________________
20695 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
20696         Log: Update Changes.
20697      Branch: perl
20698            ! Changes patchlevel.h
20699 ____________________________________________________________________________
20700 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
20701         Log: Regen perlapi.
20702      Branch: perl
20703            ! pod/perlapi.pod
20704 ____________________________________________________________________________
20705 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
20706         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
20707              From: Dave Mitchell <davem@fdgroup.co.uk>
20708              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
20709              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
20710      Branch: perl
20711            ! sv.c
20712 ____________________________________________________________________________
20713 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
20714         Log: Regen toc.
20715      Branch: perl
20716            ! pod/perltoc.pod
20717 ____________________________________________________________________________
20718 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
20719         Log: Regen Porting stuff.
20720      Branch: perl
20721            ! Porting/Glossary Porting/config.sh Porting/config_H
20722 ____________________________________________________________________________
20723 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
20724         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
20725              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20726              Date: Tue, 31 Jul 2001 05:34:38 -0400
20727              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
20728      Branch: perl
20729            ! utils/h2xs.PL
20730 ____________________________________________________________________________
20731 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
20732         Log: Metaconfig unit change for #11516. 
20733      Branch: metaconfig/U/perl
20734            ! gccvers.U
20735 ____________________________________________________________________________
20736 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
20737         Log: Add -Wall in cflags, not in Configure.
20738              (This way -Wall affects only the core and the core XS,
20739              not user modules' XS.  Concern from Paul Marquess,
20740              implementation idea from Andy Dougherty.)
20741      Branch: perl
20742            ! Configure cflags.SH
20743 ____________________________________________________________________________
20744 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
20745         Log: Metaconfig unit changes for #11514.
20746      Branch: metaconfig
20747            + U/modified/sysman.U
20748            ! U/installdirs/man1dir.U
20749 ____________________________________________________________________________
20750 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
20751         Log: Subject: Configure's detection of system manual
20752              From: Sean Dague <sean@dague.net> 
20753              Date: Sun, 13 May 2001 15:53:15 -0400
20754              Message-ID: <20010513155315.A15833@underhill.dague.net>
20755      Branch: perl
20756            ! Configure
20757 ____________________________________________________________________________
20758 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
20759         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
20760              From: Autrijus Tang <autrijus@autrijus.org> 
20761              Date: Thu, 21 Jun 2001 23:56:48 +0800
20762              Message-Id: <20010621235648.A57340@not.autrijus.org>
20763      Branch: perl
20764            ! pod/perlobj.pod
20765 ____________________________________________________________________________
20766 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
20767         Log: Subject: Typo in DB_File.pm
20768              From: "Philip Newton" <Philip.Newton@gmx.net>
20769              Date: Tue, 31 Jul 2001 06:19:35 +0200
20770              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
20771      Branch: perl
20772            ! ext/DB_File/DB_File.pm
20773 ____________________________________________________________________________
20774 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
20775         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
20776              From: "Stephen P. Potter" <spp@spotter.yi.org>
20777              Date: Wed, 30 May 2001 13:59:34 -0400
20778              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
20779      Branch: perl
20780            ! pod/perlre.pod
20781 ____________________________________________________________________________
20782 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
20783         Log: eval "format foo=" would loop indefinitely; reported in
20784              
20785              Subject: A load of old rubbish
20786              From: Mike Guy <mjtg@cam.ac.uk>
20787              Date: Mon, 14 May 2001 16:12:22 +0100
20788              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
20789              
20790              (The core dumps reported in there already fixed.)
20791      Branch: perl
20792            ! toke.c
20793 ____________________________________________________________________________
20794 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
20795         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
20796      Branch: perl
20797            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
20798            + lib/Switch/t/switch_case.t
20799            - lib/Switch/test.pl
20800            ! MANIFEST lib/Switch.pm
20801 ____________________________________________________________________________
20802 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
20803         Log: Subject: [PATCH @11505] DB_File-1.78
20804              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
20805              Date: Mon, 30 Jul 2001 22:54:37 +0100
20806              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
20807      Branch: perl
20808            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20809            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
20810 ____________________________________________________________________________
20811 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
20812         Log: Explain in more detail why -pipe and -fno-common are good.
20813      Branch: perl
20814            ! hints/darwin.sh
20815 ____________________________________________________________________________
20816 [ 11506] By: nick                                  on 2001/07/30  14:32:23
20817         Log: Integrate mainline
20818      Branch: perlio
20819           !> INSTALL Makefile.SH doio.c hints/darwin.sh
20820 ____________________________________________________________________________
20821 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
20822         Log: Perl hasn't been putting man pages into $prefix/lib for
20823              a long time now; pointed out by Andy Dougherty. 
20824      Branch: perl
20825            ! hints/darwin.sh
20826 ____________________________________________________________________________
20827 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
20828         Log: Document the extras Configure option.
20829      Branch: perl
20830            ! INSTALL
20831 ____________________________________________________________________________
20832 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
20833         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
20834              everywhere.
20835      Branch: perl
20836           !> doio.c
20837 ____________________________________________________________________________
20838 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
20839         Log: Doubly guard against invoking CPAN if no extras defined,
20840              pointed out by H. Merijn Brand.
20841      Branch: perl
20842            ! Makefile.SH
20843 ____________________________________________________________________________
20844 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
20845         Log: Fix O_RDONLY check to check for O_RDONLY.
20846      Branch: maint-5.6/macperl
20847            ! doio.c
20848 ____________________________________________________________________________
20849 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
20850         Log: Integrate miscellaneous changes from maint-5.6/perl.
20851      Branch: maint-5.6/macperl
20852           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
20853 ____________________________________________________________________________
20854 [ 11499] By: nick                                  on 2001/07/30  06:52:42
20855         Log: Integrate mainline
20856      Branch: perlio
20857           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
20858           +> win32/sync_ext.pl
20859            - win32/sncfnmcs.pl
20860           !> (integrate 71 files)
20861 ____________________________________________________________________________
20862 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
20863         Log: Update Changes.
20864      Branch: perl
20865            ! Changes patchlevel.h
20866 ____________________________________________________________________________
20867 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
20868         Log: Now Configure -Dextras=Foo::Bar and "make install" will
20869              fetch and install Foo::Bar.
20870      Branch: perl
20871            ! Makefile.SH
20872 ____________________________________________________________________________
20873 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
20874         Log: Metaconfig unit change for #11495.
20875      Branch: metaconfig/U/perl
20876            ! Extras.U
20877 ____________________________________________________________________________
20878 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
20879         Log: extras.make, extras.test, and extras.install make targets.
20880      Branch: perl
20881            ! Configure Makefile.SH
20882 ____________________________________________________________________________
20883 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
20884         Log: Metaconfig unit change for #11493.
20885      Branch: metaconfig/U/perl
20886            ! Extras.U
20887 ____________________________________________________________________________
20888 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
20889         Log: Better to have the list of extras in $extras than 'define'.
20890      Branch: perl
20891            ! Configure
20892 ____________________________________________________________________________
20893 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
20894         Log: The metaconfig unit change for #11490.
20895      Branch: metaconfig/U/perl
20896            + Extras.U
20897 ____________________________________________________________________________
20898 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
20899         Log: Missed from #11490 (the required dependency).
20900      Branch: perl
20901            ! Makefile.SH
20902 ____________________________________________________________________________
20903 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
20904         Log: Add the support of asking for extra modules or bundles of modules
20905              to be fetched from the CPAN and installed as a part of the Perl
20906              build process.  None of this installation is yet really done;
20907              only the list is asked, and saved away in extras.lst for
20908              the build and installation process to worry about later.
20909      Branch: perl
20910            ! Configure
20911 ____________________________________________________________________________
20912 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
20913         Log: Beginnings of better Inf and NaN support.
20914              At least toke.c and sv.c still need quite a bit of work.
20915      Branch: perl
20916            ! numeric.c perl.h
20917 ____________________________________________________________________________
20918 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
20919         Log: Top-level Makefile didn't honour OPTIMIZE.
20920      Branch: perl
20921            ! Makefile.SH
20922 ____________________________________________________________________________
20923 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
20924         Log: Update Changes.
20925      Branch: perl
20926            ! Changes patchlevel.h
20927 ____________________________________________________________________________
20928 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
20929         Log: Use Search::Dict 1.02 interface for charinfo().
20930      Branch: perl
20931            ! lib/UnicodeCD.pm
20932 ____________________________________________________________________________
20933 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
20934         Log: Now also allow transforming the read lines before comparing them.
20935              (This will help UnicodeCD.) 
20936      Branch: perl
20937            ! lib/Search/Dict.pm
20938 ____________________________________________________________________________
20939 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
20940         Log: Remove tiehandle code.
20941      Branch: perl
20942            ! lib/UnicodeCD.pm
20943 ____________________________________________________________________________
20944 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
20945         Log: Allow specifying a comparison function for Search::Dict::look().
20946      Branch: perl
20947            ! lib/Search/Dict.pm
20948 ____________________________________________________________________________
20949 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
20950         Log: Small UnicodeCD tweaks.
20951      Branch: perl
20952            ! lib/UnicodeCD.pm lib/UnicodeCD.t
20953 ____________________________________________________________________________
20954 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
20955         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
20956              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
20957              Date: Tue, 24 Jul 2001 01:51:32 +0900
20958              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
20959      Branch: perl
20960            ! lib/UnicodeCD.pm lib/UnicodeCD.t
20961 ____________________________________________________________________________
20962 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
20963         Log: Subject: [PATCH] installperl
20964              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
20965              Date: Fri, 27 Jul 2001 19:05:04 -0700
20966              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
20967      Branch: perl
20968            ! installperl
20969 ____________________________________________________________________________
20970 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
20971         Log: Subject: [PATCH] Set proper compatibility versions in core
20972              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
20973              Date: Fri, 27 Jul 2001 20:01:49 -0700
20974              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
20975      Branch: perl
20976            ! Makefile.SH
20977 ____________________________________________________________________________
20978 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
20979         Log: Metaconfig unit change for #11477.
20980      Branch: metaconfig/U/perl
20981            ! dlsrc.U
20982 ____________________________________________________________________________
20983 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
20984         Log: Subject: [PATCH] Darwin: -fpic not so good
20985              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
20986              Date: Fri, 27 Jul 2001 18:57:38 -0700
20987              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
20988      Branch: perl
20989            ! Configure
20990 ____________________________________________________________________________
20991 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
20992         Log: Subject: [PATCH] Clean up Darwin hints
20993              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
20994              Date: Fri, 27 Jul 2001 19:13:15 -0700
20995              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
20996      Branch: perl
20997            ! hints/darwin.sh
20998 ____________________________________________________________________________
20999 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
21000         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
21001              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21002              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
21003              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
21004      Branch: perl
21005            ! pod/perlfunc.pod pp.c t/op/split.t
21006 ____________________________________________________________________________
21007 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
21008         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
21009              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21010              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
21011              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
21012      Branch: perl
21013            ! pod/perlvar.pod
21014 ____________________________________________________________________________
21015 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
21016         Log: Subject: [PATCH] fixes to constant.pm documentation
21017              From: Ilmari Karonen <iltzu@sci.fi>
21018              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
21019              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
21020      Branch: perl
21021            ! lib/constant.pm
21022 ____________________________________________________________________________
21023 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
21024         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
21025              From: "Philip Newton" <Philip.Newton@gmx.net>
21026              Date: Fri, 27 Jul 2001 07:51:10 +0200
21027              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
21028      Branch: perl
21029            ! pod/perlport.pod
21030 ____________________________________________________________________________
21031 [ 11471] By: nick                                  on 2001/07/26  06:23:32
21032         Log: Subject:  [PATCH] Doc fix for perlguts / threading
21033              From:  Arthur Bergman <arthur@contiller.se>
21034              Date:  Wed, 25 Jul 2001 11:28:23 +0200
21035              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
21036      Branch: perl
21037            ! pod/perlguts.pod
21038 ____________________________________________________________________________
21039 [ 11470] By: nick                                  on 2001/07/26  06:21:06
21040         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
21041              From:  Philip Newton <Philip.Newton@gmx.net>
21042              Date:  Wed, 25 Jul 2001 08:19:47 +0200
21043              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
21044      Branch: perl
21045            ! INSTALL
21046 ____________________________________________________________________________
21047 [ 11469] By: nick                                  on 2001/07/26  06:20:25
21048         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
21049              From:  Philip Newton <Philip.Newton@gmx.net>
21050              Date:  Wed, 25 Jul 2001 08:12:48 +0200
21051              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
21052      Branch: perl
21053            ! INSTALL
21054 ____________________________________________________________________________
21055 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
21056         Log: More +x.
21057      Branch: perl
21058            ! Porting/makerel
21059 ____________________________________________________________________________
21060 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
21061         Log: Update Changes.
21062      Branch: perl
21063            ! Changes patchlevel.h
21064 ____________________________________________________________________________
21065 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
21066         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
21067              From: "Philip Newton" <Philip.Newton@gmx.net>
21068              Date: Tue, 24 Jul 2001 06:45:55 +0200
21069              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
21070      Branch: perl
21071            ! os2/perlrexx.c
21072 ____________________________________________________________________________
21073 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
21074         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
21075              From: Peter Prymmer <pvhp@forte.com>
21076              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
21077              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
21078      Branch: perl
21079            ! pod/perlport.pod t/io/fs.t vms/test.com
21080 ____________________________________________________________________________
21081 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
21082         Log: Workaround on Cwd bootstrap problem.
21083      Branch: perl
21084            ! lib/ExtUtils/MakeMaker.pm
21085 ____________________________________________________________________________
21086 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
21087         Log: When in Rome, quote like the Romans do.
21088      Branch: perl
21089            ! cflags.SH
21090 ____________________________________________________________________________
21091 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
21092         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
21093              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21094              Date: Mon, 23 Jul 2001 19:29:49 -0400
21095              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
21096      Branch: perl
21097            + os2/perlrexx.c
21098            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
21099            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
21100            ! t/op/write.t
21101 ____________________________________________________________________________
21102 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
21103         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
21104              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21105              Date: Mon, 23 Jul 2001 18:43:42 -0400
21106              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
21107      Branch: perl
21108            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
21109 ____________________________________________________________________________
21110 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
21111         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
21112              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21113              Date: Mon, 23 Jul 2001 18:33:16 -0400
21114              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
21115      Branch: perl
21116            ! lib/ExtUtils/MakeMaker.pm
21117 ____________________________________________________________________________
21118 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
21119         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
21120              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21121              Date: Mon, 23 Jul 2001 18:20:35 -0400
21122              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
21123      Branch: perl
21124            ! Makefile.SH cflags.SH
21125 ____________________________________________________________________________
21126 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
21127         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
21128              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
21129              Date: Mon, 23 Jul 2001 11:32:17 -0500
21130              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
21131      Branch: perl
21132            ! lib/ExtUtils/MakeMaker.pm
21133 ____________________________________________________________________________
21134 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
21135         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
21136              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21137              Date: Mon, 23 Jul 2001 18:13:20 -0400
21138              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
21139      Branch: perl
21140            ! lib/perl5db.pl
21141 ____________________________________________________________________________
21142 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
21143         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
21144              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21145              Date: Mon, 23 Jul 2001 18:07:40 -0400
21146              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
21147      Branch: perl
21148            ! op.c
21149 ____________________________________________________________________________
21150 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
21151         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
21152              From: "Craig A. Berry" <craigberry@mac.com>
21153              Date: Mon, 23 Jul 2001 15:35:06 -0500
21154              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
21155      Branch: perl
21156            ! util.c
21157 ____________________________________________________________________________
21158 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
21159         Log: Subject: [PATCH perlfaq9.pod typo]
21160              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
21161              Date: Mon, 23 Jul 2001 07:49:05 -0700
21162              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
21163      Branch: perl
21164            ! pod/perlfaq9.pod
21165 ____________________________________________________________________________
21166 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
21167         Log: Subject: win32\sncfnmcs.pl corrections
21168              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
21169              Date: Mon, 23 Jul 2001 12:56:54 +0200
21170              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
21171              
21172              Rename the script a little bit more sensibly.
21173      Branch: perl
21174            + win32/sync_ext.pl
21175            - win32/sncfnmcs.pl
21176            ! MANIFEST README.win32
21177 ____________________________________________________________________________
21178 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
21179         Log: Test tweak.
21180      Branch: perl
21181            ! ext/B/Deparse.t
21182 ____________________________________________________________________________
21183 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
21184         Log: Metaconfig unit tweak for #11450.
21185      Branch: metaconfig/U/perl
21186            ! Mksymlinks.U
21187 ____________________________________________________________________________
21188 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
21189         Log: Too volatile failsafe check.
21190      Branch: perl
21191            ! Configure
21192 ____________________________________________________________________________
21193 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
21194         Log: Further doc tweaks.
21195      Branch: perl
21196            ! lib/UnicodeCD.pm
21197 ____________________________________________________________________________
21198 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
21199         Log: Doc tweaks.
21200      Branch: perl
21201            ! lib/UnicodeCD.pm
21202 ____________________________________________________________________________
21203 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
21204         Log: Doc tweakery from Abhijit.
21205      Branch: perl
21206            ! Porting/repository.pod
21207 ____________________________________________________________________________
21208 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
21209         Log: An accidental empty line.
21210      Branch: perl
21211            ! MANIFEST
21212 ____________________________________________________________________________
21213 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
21214         Log: Missing MANIFESTations.
21215      Branch: perl
21216            ! MANIFEST
21217 ____________________________________________________________________________
21218 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
21219         Log: Update Changes.
21220      Branch: perl
21221            ! Changes patchlevel.h
21222 ____________________________________________________________________________
21223 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
21224         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
21225              From: Mike Guy <mjtg@cam.ac.uk>
21226              Date: Fri, 20 Jul 2001 16:12:49 +0100
21227              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
21228      Branch: perl
21229            ! Porting/pumpkin.pod
21230 ____________________________________________________________________________
21231 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
21232         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
21233              From: Peter Prymmer <pvhp@forte.com>
21234              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
21235              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
21236      Branch: perl
21237            ! pod/perlhack.pod
21238 ____________________________________________________________________________
21239 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
21240         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
21241              From: Michael G Schwern <schwern@pobox.com>
21242              Date: Fri, 20 Jul 2001 20:22:35 -0400
21243              Message-ID: <20010720202235.O4498@blackrider>
21244      Branch: perl
21245            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
21246            ! lib/Test/t/todo.t
21247 ____________________________________________________________________________
21248 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
21249         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
21250              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
21251              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
21252              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
21253      Branch: perl
21254            ! ext/POSIX/POSIX.pod
21255 ____________________________________________________________________________
21256 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
21257         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
21258              From: Mark-Jason Dominus <mjd@plover.com>
21259              Date: Fri, 20 Jul 2001 23:16:54 -0400
21260              Message-ID: <20010721031654.21877.qmail@plover.com>
21261      Branch: perl
21262            ! ext/POSIX/POSIX.pod
21263 ____________________________________________________________________________
21264 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
21265         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
21266              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21267              Date: Sun, 22 Jul 2001 14:56:09 +0200
21268              Message-ID: <20010722145609.A766@rafael>
21269      Branch: perl
21270            ! ext/B/O.pm
21271 ____________________________________________________________________________
21272 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
21273         Log: Subject: regexec.c #define cleanup
21274              From: Mark-Jason Dominus <mjd@plover.com>
21275              Date: Sat, 21 Jul 2001 18:33:25 -0400
21276              Message-ID: <20010721223325.3069.qmail@plover.com>
21277      Branch: perl
21278            ! regexec.c
21279 ____________________________________________________________________________
21280 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
21281         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
21282              From: Prymmer/Kahn <pvhp@best.com>
21283              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
21284              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
21285      Branch: perl
21286            ! t/io/fs.t
21287 ____________________________________________________________________________
21288 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
21289         Log: Typo in #11432.
21290      Branch: perl
21291            ! ext/POSIX/POSIX.t
21292 ____________________________________________________________________________
21293 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
21294         Log: Integrate (manually) change #11424 from macperl.
21295      Branch: perl
21296            ! ext/Filter/t/call.t
21297 ____________________________________________________________________________
21298 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
21299         Log: Integrate change #11408 from macperl.
21300      Branch: perl
21301           !> README.macos pod/perlport.pod
21302 ____________________________________________________________________________
21303 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
21304         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
21305      Branch: perl
21306           +> macos/MacPerlTests.cmd macos/xsubpp.patch
21307            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
21308            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
21309            ! ext/POSIX/POSIX.t
21310 ____________________________________________________________________________
21311 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
21312         Log: pod/*.t tests not picked up by t/TEST either
21313      Branch: maint-5.6/perl
21314            ! t/TEST
21315 ____________________________________________________________________________
21316 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
21317         Log: better tweak for change#11429 (windows has both / and \ separated
21318              paths in @INC at that point)
21319      Branch: maint-5.6/perl
21320            ! t/pod/testp2pt.pl
21321 ____________________________________________________________________________
21322 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
21323         Log: MacOS pod test tweak needs \Escape
21324      Branch: maint-5.6/perl
21325            ! t/pod/testp2pt.pl
21326 ____________________________________________________________________________
21327 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
21328         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
21329              resulting duplicate output, but t/harness isn't)
21330      Branch: maint-5.6/perl
21331            ! t/run/runenv.t
21332 ____________________________________________________________________________
21333 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
21334         Log: t/harness wasn't picking up all the tests
21335      Branch: maint-5.6/perl
21336            ! t/harness
21337 ____________________________________________________________________________
21338 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
21339         Log: update MANIFEST for new file
21340      Branch: maint-5.6/perl
21341            ! MANIFEST
21342 ____________________________________________________________________________
21343 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
21344         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
21345              the exception of the macperl/macos/... tree
21346      Branch: maint-5.6/perl
21347           +> t/lib/filefind-taint.t
21348           !> (integrate 72 files)
21349 ____________________________________________________________________________
21350 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
21351         Log: Fix test.
21352      Branch: maint-5.6/macperl
21353            ! macos/bundled_ext/Filter/t/call.t
21354 ____________________________________________________________________________
21355 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
21356         Log: Make perl fork()-safe (in a slightly limited way) even on
21357              platforms that don't have pthread_atfork() (extension of
21358              the fix in change#11151).
21359              
21360              Note that this will not help extensions that call fork()
21361              directly in C, or that link to libraries that call fork()
21362              directly.  Such cases must be fixed to either call
21363              PerlProc_fork(), or call atfork_lock() in parent before the
21364              calling the function that forks and call atfork_unlock()
21365              in both parent and child immediately after the fork().
21366              (There are no worries if C code calls exec() in the child
21367              immediately after a fork().  Only cases where the child
21368              calls perl's API functions (including New()) after the
21369              fork() are problematic.)
21370              
21371              This change also eliminates the use of vfork() from perl,
21372              since all such uses were violating the severe restrictions
21373              on modifying the state of the process between the vfork()
21374              and the exec().
21375              
21376              This is a modified version of patches suggested by Abhijit
21377              Menon-Sen and Richard Soderberg.
21378      Branch: perl
21379            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
21380            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
21381 ____________________________________________________________________________
21382 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
21383         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
21384              Switch, and Text::Balanced.
21385      Branch: maint-5.6/macperl
21386            + macos/bundled_ext/Filter/Util/Call/Call.pm
21387            + macos/bundled_ext/Filter/Util/Call/Call.xs
21388            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
21389            + macos/bundled_ext/Filter/t/MyFilter.pm
21390            + macos/bundled_ext/Filter/t/call.t
21391            + macos/bundled_ext/Filter/t/filter-util.pl
21392            + macos/bundled_lib/blib/lib/Class/ISA.pm
21393            + macos/bundled_lib/blib/lib/Digest.pm
21394            + macos/bundled_lib/blib/lib/Filter/Simple.pm
21395            + macos/bundled_lib/blib/lib/Switch.pm
21396            + macos/bundled_lib/blib/lib/Text/Balanced.pm
21397            + macos/bundled_lib/blib/lib/Text/Balanced.pod
21398            + macos/bundled_lib/t/Class/ISA/test.pl
21399            + macos/bundled_lib/t/Digest/Digest.t
21400            + macos/bundled_lib/t/Filter/Simple/test.pl
21401            + macos/bundled_lib/t/Switch/test.pl
21402            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
21403            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
21404            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
21405            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
21406            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
21407            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
21408            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
21409            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
21410 ____________________________________________________________________________
21411 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
21412         Log: Add Filter::Util::Call to config/make files; edit utils
21413              to recognize the module (it was descended too far down).
21414              Bump version to 5.6.1a4.
21415      Branch: maint-5.6/macperl
21416            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
21417            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
21418            ! macos/macperl/Makefile.mk macos/xsubpp.patch
21419 ____________________________________________________________________________
21420 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
21421         Log: Make DB_File the default for MLDBM on MacOS.
21422      Branch: maint-5.6/macperl
21423            ! macos/bundled_lib/blib/lib/MLDBM.pm
21424 ____________________________________________________________________________
21425 [ 11419] By: nick                                  on 2001/07/20  14:51:03
21426         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
21427              From:  Simon Cozens <simon@netthink.co.uk>
21428              Date:  Fri, 20 Jul 2001 11:42:35 -0400
21429              Message-Id:  <20010720114235.A5235@netthink.co.uk>
21430      Branch: perl
21431            ! lib/UnicodeCD.pm
21432 ____________________________________________________________________________
21433 [ 11418] By: nick                                  on 2001/07/20  14:48:12
21434         Log: Subject:  [PATCH regcomp.h] adds a comment
21435              From:  Abhijit Menon-Sen <ams@wiw.org>
21436              Date:  Fri, 20 Jul 2001 21:05:37 +0530
21437              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
21438      Branch: perl
21439            ! regcomp.h
21440 ____________________________________________________________________________
21441 [ 11417] By: nick                                  on 2001/07/20  14:16:38
21442         Log: Subject:  [PATCH 5.7.2] INSTALL updates
21443              From:  Andy Dougherty <doughera@lafayette.edu>
21444              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
21445              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
21446      Branch: perl
21447            ! INSTALL
21448 ____________________________________________________________________________
21449 [ 11416] By: nick                                  on 2001/07/20  06:44:44
21450         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
21451              From:  Russ Allbery <rra@stanford.edu>
21452              Date:  19 Jul 2001 15:52:37 -0700
21453              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
21454      Branch: perl
21455            ! lib/Pod/Man.pm
21456 ____________________________________________________________________________
21457 [ 11415] By: nick                                  on 2001/07/20  06:35:11
21458         Log: Subject:  [PATCH] defer op_seq allocation
21459              From:  Abhijit Menon-Sen <ams@wiw.org>
21460              Date:  Thu, 19 Jul 2001 22:12:24 +0530
21461              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
21462      Branch: perl
21463            ! op.c
21464 ____________________________________________________________________________
21465 [ 11414] By: nick                                  on 2001/07/20  06:23:36
21466         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
21467              From:  Abhijit Menon-Sen <ams@wiw.org>
21468              Date:  Fri, 20 Jul 2001 01:18:50 +0530
21469              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
21470              (Private e-mail)
21471      Branch: perl
21472            ! ext/Time/HiRes/HiRes.xs
21473 ____________________________________________________________________________
21474 [ 11413] By: nick                                  on 2001/07/20  06:18:53
21475         Log: Integrate mainline
21476      Branch: perlio
21477           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
21478            - t/base/commonsense.t
21479           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
21480           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
21481           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
21482           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
21483           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
21484           !> win32/win32.c
21485 ____________________________________________________________________________
21486 [ 11412] By: nick                                  on 2001/07/19  06:44:27
21487         Log: Integrate win32/perlhost.h from maintenance branch.
21488              (Rest of $ENV{PATH} / system() fix.)
21489      Branch: perl
21490           !> win32/perlhost.h
21491 ____________________________________________________________________________
21492 [ 11411] By: nick                                  on 2001/07/19  06:41:34
21493         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
21494              From:  Philip Newton <Philip.Newton@gmx.net>
21495              Date:  Wed, 18 Jul 2001 21:43:57 +0200
21496              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
21497      Branch: perl
21498            ! pod/perlhack.pod
21499 ____________________________________________________________________________
21500 [ 11410] By: nick                                  on 2001/07/19  06:39:35
21501         Log: Subject:  Security hole in taint checking in open()
21502              From:  deekoo@tentacle.net
21503              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
21504              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
21505      Branch: perl
21506            ! doio.c
21507 ____________________________________________________________________________
21508 [ 11409] By: nick                                  on 2001/07/19  06:28:08
21509         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
21510              From:  Abhijit Menon-Sen <ams@wiw.org>
21511              Date:  Thu, 19 Jul 2001 04:30:43 +0530
21512              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
21513      Branch: perl
21514            ! ext/Time/HiRes/HiRes.xs
21515 ____________________________________________________________________________
21516 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
21517         Log: Update docs with latest implementation information and new URLs.
21518      Branch: maint-5.6/macperl
21519            ! README.macos pod/perlport.pod
21520 ____________________________________________________________________________
21521 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
21522         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
21523              Fix BuildRules to accept optimization variables.
21524      Branch: maint-5.6/macperl
21525            + macos/bundled_ext/Digest/MD5/Makefile.mk
21526            ! macos/BuildRules.mk macos/Makefile.mk
21527            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
21528            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
21529 ____________________________________________________________________________
21530 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
21531         Log: Integrate changes 11399,11401
21532      Branch: maint-5.6/macperl
21533           !> win32/perlhost.h win32/win32.c
21534 ____________________________________________________________________________
21535 [ 11405] By: nick                                  on 2001/07/18  06:50:33
21536         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
21537              from perl5.6*
21538      Branch: perl
21539           !> win32/perlhost.h win32/win32.c
21540 ____________________________________________________________________________
21541 [ 11404] By: nick                                  on 2001/07/18  06:43:59
21542         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
21543              From:  hv@crypt0.demon.co.uk
21544              Date:  Wed, 18 Jul 2001 05:58:46 +0100
21545              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
21546      Branch: perl
21547            ! ext/POSIX/POSIX.t
21548 ____________________________________________________________________________
21549 [ 11403] By: nick                                  on 2001/07/18  06:38:57
21550         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
21551              From:  hv@crypt0.demon.co.uk
21552              Date:  Wed, 18 Jul 2001 05:21:54 +0100
21553              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
21554      Branch: perl
21555            ! numeric.c t/op/arith.t
21556 ____________________________________________________________________________
21557 [ 11402] By: nick                                  on 2001/07/18  06:19:17
21558         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
21559              From:  mjd@plover.com
21560              Date:  17 Jul 2001 17:59:20 -0000
21561              Message-Id:  <20010717175920.8177.qmail@plover.com>
21562      Branch: perl
21563            ! pod/perlre.pod
21564 ____________________________________________________________________________
21565 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
21566         Log: thinko in change#11400 (duh)
21567      Branch: maint-5.6/perl
21568            ! win32/perlhost.h
21569 ____________________________________________________________________________
21570 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
21571         Log: change#11399 revealed another unrelated bug; this is just a temporary
21572              bandaid
21573      Branch: maint-5.6/perl
21574            ! win32/perlhost.h
21575 ____________________________________________________________________________
21576 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
21577         Log: fix bugs in handling of the virtualized environment under windows;
21578              there were bugs in propagating any changes to %ENV down to the real
21579              environment when such changes happened in the toplevel process
21580              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
21581              problem identification, and for a part of the fix)
21582      Branch: maint-5.6/perl
21583            ! win32/perlhost.h win32/win32.c
21584 ____________________________________________________________________________
21585 [ 11398] By: nick                                  on 2001/07/17  08:26:35
21586         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
21587              From: Peter Prymmer <pvhp@forte.com>
21588              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
21589              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
21590              
21591              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
21592              should not depend on existance of Config.pm
21593      Branch: perl
21594           +> t/lib/commonsense.t
21595            - t/base/commonsense.t
21596            ! MANIFEST t/README
21597 ____________________________________________________________________________
21598 [ 11397] By: nick                                  on 2001/07/17  08:09:58
21599         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
21600              From:  Michael G Schwern <schwern@pobox.com>
21601              Date:  Mon, 16 Jul 2001 18:20:31 -0400
21602              Message-Id:  <20010716182031.A1128@blackrider>
21603      Branch: perl
21604            ! pod/perlhack.pod
21605 ____________________________________________________________________________
21606 [ 11396] By: nick                                  on 2001/07/17  08:04:11
21607         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
21608              From:  Gwyn Judd <b.judd@xtra.co.nz>
21609              Date:  Tue, 17 Jul 2001 20:55:58 +1200
21610              Message-Id:  <20010717205558.A3107@thislove>
21611      Branch: perl
21612            ! pod/perlfunc.pod
21613 ____________________________________________________________________________
21614 [ 11395] By: nick                                  on 2001/07/17  08:02:22
21615         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
21616              From:  Peter Prymmer <pvhp@forte.com>
21617              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
21618              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
21619      Branch: perl
21620            ! t/op/sprintf.t
21621 ____________________________________________________________________________
21622 [ 11394] By: nick                                  on 2001/07/17  07:57:06
21623         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
21624              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
21625              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
21626              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
21627      Branch: perl
21628            ! gv.c
21629 ____________________________________________________________________________
21630 [ 11392] By: nick                                  on 2001/07/17  07:50:12
21631         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
21632              From:  Coral <coral@moonlight.crystalflame.net>
21633              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
21634              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
21635      Branch: perl
21636            ! pp_sys.c thread.h
21637 ____________________________________________________________________________
21638 [ 11391] By: nick                                  on 2001/07/17  07:34:28
21639         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
21640              From:  Jonathan Stowe <gellyfish@gellyfish.com>
21641              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
21642              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
21643      Branch: perl
21644            ! utils/h2xs.PL
21645 ____________________________________________________________________________
21646 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
21647         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
21648              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
21649              and Mac::Apps::Launch, which don't work, and Time::HiRes and
21650              Time::Piece, which don't yet work.
21651      Branch: maint-5.6/macperl
21652            + (add 154 files)
21653 ____________________________________________________________________________
21654 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
21655         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
21656              Also add hack to get around missing setenv for PERL5DB.
21657      Branch: maint-5.6/macperl
21658            ! macos/macish.c macos/macish.h
21659 ____________________________________________________________________________
21660 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
21661         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
21662      Branch: maint-5.6/macperl
21663            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
21664            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
21665 ____________________________________________________________________________
21666 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
21667         Log: Fix up some configuration and make options, add extra
21668              extensions.
21669      Branch: maint-5.6/macperl
21670            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
21671            ! macos/macperl/Makefile.mk
21672 ____________________________________________________________________________
21673 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
21674         Log: From Change 11374 in maintperl.
21675      Branch: maint-5.6/macperl
21676           !> utils/h2ph.PL
21677 ____________________________________________________________________________
21678 [ 11385] By: nick                                  on 2001/07/16  14:12:58
21679         Log: Back out change to h2xs till it passes its test.
21680      Branch: perl
21681            ! utils/h2xs.PL
21682 ____________________________________________________________________________
21683 [ 11384] By: nick                                  on 2001/07/16  14:00:10
21684         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
21685              From:  Jonathan Stowe <gellyfish@gellyfish.com>
21686              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
21687              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
21688      Branch: perl
21689            ! utils/h2xs.PL
21690 ____________________________________________________________________________
21691 [ 11383] By: nick                                  on 2001/07/16  13:53:12
21692         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
21693              From:  Robin Houston <robin@kitsite.com>
21694              Date:  Sun, 15 Jul 2001 18:22:31 +0100
21695              Message-Id:  <20010715182230.A11174@robin>
21696      Branch: perl
21697            ! hints/darwin.sh
21698 ____________________________________________________________________________
21699 [ 11382] By: nick                                  on 2001/07/16  13:52:49
21700         Log: Subject:  [PATCH perl@11372] re_dup
21701              From:  Radu Greab <radu@netsoft.ro>
21702              Date:  Sun, 15 Jul 2001 04:50:06 +0300
21703              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
21704      Branch: perl
21705            ! sv.c
21706 ____________________________________________________________________________
21707 [ 11379] By: nick                                  on 2001/07/16  13:35:39
21708         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
21709              From:  Robin Houston <robin@kitsite.com>
21710              Date:  Sat, 14 Jul 2001 14:28:50 +0100
21711              Message-Id:  <20010714142850.A10205@robin>
21712      Branch: perl
21713            ! ext/B/B/Deparse.pm
21714 ____________________________________________________________________________
21715 [ 11378] By: nick                                  on 2001/07/16  13:30:36
21716         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
21717              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
21718              Date:  Sat, 14 Jul 2001 22:17:42 +0900
21719              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
21720      Branch: perl
21721            + ext/Encode/Encode/euc-jp-0212.enc
21722            ! ext/Encode/Encode/Tcl.pm
21723 ____________________________________________________________________________
21724 [ 11377] By: nick                                  on 2001/07/16  13:17:28
21725         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
21726              From:  Andy Dougherty <doughera@lafayette.edu>
21727              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
21728              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
21729      Branch: perl
21730            ! hints/darwin.sh hints/rhapsody.sh
21731 ____________________________________________________________________________
21732 [ 11376] By: nick                                  on 2001/07/16  09:05:00
21733         Log: Integrate mainline
21734      Branch: perlio
21735           +> ext/Encode/Encode/7bit-greek.enc
21736           +> ext/Encode/Encode/7bit-latin1.enc
21737           +> ext/Encode/Encode/cns11643-1.enc
21738           +> ext/Encode/Encode/cns11643-2.enc
21739           +> ext/Encode/Encode/iso2022-cn.enc
21740           +> ext/Encode/Encode/iso2022-jp1.enc
21741           +> ext/Encode/Encode/iso2022-jp2.enc
21742           !> Changes Configure MANIFEST Makefile.SH
21743           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
21744           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
21745           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
21746           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
21747           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
21748 ____________________________________________________________________________
21749 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
21750         Log: integrate change#11374 from maint-5.6
21751              
21752              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
21753      Branch: perl
21754           !> utils/h2ph.PL
21755 ____________________________________________________________________________
21756 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
21757         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
21758      Branch: maint-5.6/perl
21759            ! utils/h2ph.PL
21760 ____________________________________________________________________________
21761 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
21762         Log: Update Changes.
21763      Branch: perl
21764            ! Changes patchlevel.h
21765 ____________________________________________________________________________
21766 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
21767         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
21768              From: Jonathan Stowe <gellyfish@gellyfish.com>
21769              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
21770              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
21771      Branch: perl
21772            ! utils/h2xs.PL
21773 ____________________________________________________________________________
21774 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
21775         Log: Subject: patch to add DEL to [:cntrl:]
21776              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
21777              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
21778              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
21779      Branch: perl
21780            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
21781 ____________________________________________________________________________
21782 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
21783         Log: Metaconfig unit change for #11369; plus a dependency nit.
21784      Branch: metaconfig
21785            ! U/compline/nblock_io.U
21786      Branch: metaconfig/U/perl
21787            ! Extensions.U
21788 ____________________________________________________________________________
21789 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
21790         Log: #include <stdlib.h> so that exit() is prototyped,
21791              noticed by Hugo.
21792      Branch: perl
21793            ! Configure
21794 ____________________________________________________________________________
21795 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
21796         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
21797              From: Peter Prymmer <pvhp@forte.com>
21798              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
21799              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
21800      Branch: perl
21801            ! t/op/sprintf.t
21802 ____________________________________________________________________________
21803 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
21804         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
21805              From: Peter Prymmer <pvhp@forte.com>
21806              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
21807              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
21808      Branch: perl
21809            ! ext/Encode/Encode/Tcl.t
21810 ____________________________________________________________________________
21811 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
21812         Log: Add information about gcc 3.0 basic block profiling.
21813      Branch: perl
21814            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
21815 ____________________________________________________________________________
21816 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
21817         Log: Subject: Error in lib/PerlIO/Via.pm ?
21818              From: Mark-Jason Dominus <mjd@plover.com>
21819              Date: Fri, 13 Jul 2001 15:55:41 -0400
21820              Message-ID: <20010713195541.26751.qmail@plover.com>
21821      Branch: perl
21822            ! ext/PerlIO/Via/Via.pm
21823 ____________________________________________________________________________
21824 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
21825         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
21826              section from the Compiler section.
21827      Branch: perl
21828            ! myconfig.SH
21829 ____________________________________________________________________________
21830 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
21831         Log: Handle glibc style of constant definitions using enum
21832              with intervening #defines; from Brendan O'Dea.
21833      Branch: perl
21834            ! utils/h2ph.PL
21835 ____________________________________________________________________________
21836 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
21837         Log: Add LC_MESSAGES to the locale_h export tag (it already is
21838              in the Makefile.PL and thusly eligible for an XS constant)
21839              (see also maintperl #10543)
21840      Branch: perl
21841            ! ext/POSIX/POSIX.pm
21842 ____________________________________________________________________________
21843 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
21844         Log: Subject: Re: [patch] re_dup
21845              From: Abhijit Menon-Sen <ams@wiw.org>
21846              Date: Fri, 13 Jul 2001 21:41:09 +0530
21847              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
21848      Branch: perl
21849            ! sv.c
21850 ____________________________________________________________________________
21851 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
21852         Log: Subject: [patch] re_dup
21853              From: Doug MacEachern <dougm@covalent.net>
21854              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
21855              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
21856      Branch: perl
21857            ! sv.c
21858 ____________________________________________________________________________
21859 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
21860         Log: Update Changes.
21861      Branch: perl
21862            ! Changes patchlevel.h
21863 ____________________________________________________________________________
21864 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
21865         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
21866              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
21867              Date: Sat, 14 Jul 2001 00:06:30 +0900
21868              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
21869      Branch: perl
21870            + ext/Encode/Encode/7bit-greek.enc
21871            + ext/Encode/Encode/7bit-latin1.enc
21872            + ext/Encode/Encode/cns11643-1.enc
21873            + ext/Encode/Encode/cns11643-2.enc
21874            + ext/Encode/Encode/iso2022-cn.enc
21875            + ext/Encode/Encode/iso2022-jp1.enc
21876            + ext/Encode/Encode/iso2022-jp2.enc
21877            ! MANIFEST ext/Encode/Encode/Tcl.pm
21878            ! ext/Encode/Encode/iso2022-kr.enc
21879 ____________________________________________________________________________
21880 [ 11357] By: nick                                  on 2001/07/13  14:24:06
21881         Log: Blind integrate mainline (as of 5.7.2?)
21882      Branch: perlio
21883           !> AUTHORS Changes Porting/config.sh Porting/config_H
21884           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
21885           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
21886           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
21887           !> win32/makefile.mk
21888 ____________________________________________________________________________
21889 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
21890         Log: Snip away the devel patchlevel.
21891      Branch: perl
21892            ! patchlevel.h
21893 ____________________________________________________________________________
21894 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
21895         Log: Bump the version to 5.7.2.
21896      Branch: perl
21897            ! Porting/config.sh Porting/config_H patchlevel.h
21898            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
21899            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21900            ! win32/makefile.mk
21901 ____________________________________________________________________________
21902 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
21903         Log: Update Changes.
21904      Branch: perl
21905            ! Changes
21906 ____________________________________________________________________________
21907 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
21908         Log: Reword.
21909      Branch: perl
21910            ! AUTHORS
21911 ____________________________________________________________________________
21912 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
21913         Log: AUTHORS update.
21914      Branch: perl
21915            ! AUTHORS
21916 ____________________________________________________________________________
21917 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
21918         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
21919              unless ithreads.
21920      Branch: perl
21921            ! makedef.pl
21922 ____________________________________________________________________________
21923 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
21924         Log: Integrate perlio.
21925      Branch: perl
21926           !> win32/distclean.bat
21927 ____________________________________________________________________________
21928 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
21929         Log: Test the encoding transform only iff we have PerlIO,
21930              noticed by H. Merijn Brand.
21931      Branch: perl
21932            ! ext/PerlIO/t/encoding.t
21933 ____________________________________________________________________________
21934 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
21935         Log: README.netware tweaks from Ananth Kesari.
21936      Branch: perl
21937            ! README.netware
21938 ____________________________________________________________________________
21939 [ 11346] By: nick                                  on 2001/07/13  09:18:51
21940         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
21941              to avoid /unicode vs /Unicode issues.
21942      Branch: perlio
21943            ! win32/distclean.bat
21944 ____________________________________________________________________________
21945 [ 11345] By: nick                                  on 2001/07/13  06:24:18
21946         Log: Integrate mainline
21947      Branch: perlio
21948           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
21949            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
21950           !> (integrate 63 files)
21951 ____________________________________________________________________________
21952 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
21953         Log: Add d_bincompat5005 information to perl -V.
21954      Branch: perl
21955            ! myconfig.SH
21956 ____________________________________________________________________________
21957 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
21958         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
21959              From: Abhijit Menon-Sen <ams@wiw.org>
21960              Date: Fri, 13 Jul 2001 07:12:36 +0530
21961              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
21962      Branch: perl
21963            ! sv.c
21964 ____________________________________________________________________________
21965 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
21966         Log: Remove unicode::distinct, as per Inaba Hiroto.
21967      Branch: perl
21968            - lib/unicode/distinct.pm
21969            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
21970            ! t/lib/1_compile.t
21971 ____________________________________________________________________________
21972 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
21973         Log: Paging for Dr Octothorpe.
21974      Branch: perl
21975            ! pod/perlfaq4.pod
21976 ____________________________________________________________________________
21977 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
21978         Log: cut-n-paste error noticed by mjd.
21979      Branch: perl
21980            ! pod/perlfaq4.pod
21981 ____________________________________________________________________________
21982 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
21983         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
21984              From: Peter Prymmer <pvhp@forte.com>
21985              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
21986              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
21987      Branch: perl
21988            ! pod/perlfaq4.pod
21989 ____________________________________________________________________________
21990 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
21991         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
21992              From: Randall Gellens <randy@qualcomm.com>
21993              Date: Thu, 12 Jul 2001 16:56:23 -0700
21994              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
21995      Branch: perl
21996            ! Porting/repository.pod
21997 ____________________________________________________________________________
21998 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
21999         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
22000      Branch: perl
22001            ! thread.h
22002 ____________________________________________________________________________
22003 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
22004         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
22005              From: coral <coral@moonlight.crystalflame.net>
22006              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
22007              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
22008      Branch: perl
22009            ! thread.h
22010 ____________________________________________________________________________
22011 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
22012         Log: Metaconfig unit change for #11134.
22013      Branch: metaconfig
22014            + U/threads/d_pthread_atfork.U
22015 ____________________________________________________________________________
22016 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
22017         Log: Add HAS_PTHREAD_ATFORK.
22018      Branch: perl
22019            ! Configure NetWare/config.wc NetWare/config_H.wc
22020            ! Porting/Glossary Porting/config.sh Porting/config_H
22021            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
22022            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
22023            ! vos/config.ga.def vos/config.ga.h win32/config.bc
22024            ! win32/config.gc win32/config.vc win32/config_H.bc
22025            ! win32/config_H.gc win32/config_H.vc
22026 ____________________________________________________________________________
22027 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
22028         Log: Subject: [PATCH] File::Copy fails on tied handles
22029              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
22030              Date: Thu, 12 Jul 2001 15:18:51 -0700
22031              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
22032      Branch: perl
22033            ! lib/File/Copy.pm
22034 ____________________________________________________________________________
22035 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
22036         Log: Subject: [PATCH] Langinfo.t
22037              From: Nicholas Clark <nick@ccl4.org>
22038              Date: Thu, 12 Jul 2001 23:55:38 +0100
22039              Message-ID: <20010712235538.M5827@plum.flirble.org>
22040      Branch: perl
22041            ! ext/I18N/Langinfo/Langinfo.t
22042 ____________________________________________________________________________
22043 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
22044         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
22045              From: Peter Prymmer <pvhp@forte.com>
22046              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
22047              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
22048      Branch: perl
22049            ! pod/perl572delta.pod
22050 ____________________________________________________________________________
22051 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
22052         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
22053              From: Abhijit Menon-Sen <ams@wiw.org>
22054              Date: Fri, 13 Jul 2001 05:21:16 +0530
22055              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
22056      Branch: perl
22057            ! sv.c
22058 ____________________________________________________________________________
22059 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
22060         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
22061              From: Abhijit Menon-Sen <ams@wiw.org>
22062              Date: Fri, 13 Jul 2001 03:04:25 +0530
22063              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
22064      Branch: perl
22065            ! av.c
22066 ____________________________________________________________________________
22067 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
22068         Log: s/^M$//g
22069      Branch: perl
22070            ! win32/Makefile win32/makefile.mk
22071 ____________________________________________________________________________
22072 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
22073         Log: Update Changes.
22074      Branch: perl
22075            ! Changes patchlevel.h
22076 ____________________________________________________________________________
22077 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
22078         Log: Typo spotted by Philip Newton.
22079      Branch: perl
22080            ! pod/perl572delta.pod
22081 ____________________________________________________________________________
22082 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
22083         Log: Subject: [PATCH] fixes perl_clone of perl_clone
22084              From: Artur Bergman <artur@contiller.se>
22085              Date: Thu, 12 Jul 2001 20:57:09 +0200
22086              Message-ID: <B773BFA4.236B%artur@contiller.se>
22087      Branch: perl
22088            ! sv.c
22089 ____________________________________________________________________________
22090 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
22091         Log: Add README.uts from Hal Morris.
22092      Branch: perl
22093            + README.uts
22094            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
22095            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
22096 ____________________________________________________________________________
22097 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
22098         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
22099              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22100              Date: Thu, 12 Jul 2001 20:32:37 +0200
22101              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
22102      Branch: perl
22103            ! hints/aix.sh
22104 ____________________________________________________________________________
22105 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
22106         Log: Subject: Patch: document reg_data.what member
22107              From: Mark-Jason Dominus <mjd@plover.com>
22108              Message-ID: <20010712182532.14821.qmail@plover.com>
22109              Date: Thu, 12 Jul 2001 14:25:32 -0400
22110      Branch: perl
22111            ! regcomp.c regcomp.h
22112 ____________________________________________________________________________
22113 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
22114         Log: Subject: [PATCH] Perl_re_dup()
22115              From: Abhijit Menon-Sen <ams@wiw.org>
22116              Date: Thu, 12 Jul 2001 23:54:32 +0530
22117              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
22118      Branch: perl
22119            ! embed.h embed.pl perlapi.c proto.h sv.c
22120 ____________________________________________________________________________
22121 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
22122         Log: Regen Configure, modlib, toc.
22123      Branch: perl
22124            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22125            ! pod/perlmodlib.pod pod/perltoc.pod
22126 ____________________________________________________________________________
22127 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
22128         Log: The problem seems to be in PerlIO::Layer::->find() not
22129              accepting the ":encoding(blurflur)" arguments.
22130      Branch: perl
22131            ! lib/PerlIO.pm lib/open.pm
22132 ____________________________________________________________________________
22133 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
22134         Log: AIX doc update.
22135      Branch: perl
22136            ! README.aix pod/perl572delta.pod
22137 ____________________________________________________________________________
22138 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
22139         Log: Subject: AIX README update
22140              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22141              Date: Thu, 12 Jul 2001 19:28:30 +0200
22142              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
22143      Branch: perl
22144            ! README.aix
22145 ____________________________________________________________________________
22146 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
22147         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
22148              From: Norton Allen <allen@huarp.harvard.edu>
22149              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
22150              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
22151      Branch: perl
22152            ! ext/IO/lib/IO/t/io_unix.t
22153 ____________________________________________________________________________
22154 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
22155         Log: Subject: [PATCH README.qnx hints/qnx.sh]
22156              From: Norton Allen <allen@huarp.harvard.edu>
22157              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
22158              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
22159      Branch: perl
22160            ! README.qnx hints/qnx.sh
22161 ____________________________________________________________________________
22162 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
22163         Log: Subject: [patch] faster PM_GETRE
22164              From: Doug MacEachern <dougm@covalent.net>
22165              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
22166              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
22167      Branch: perl
22168            ! op.h
22169 ____________________________________________________________________________
22170 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
22171         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
22172              From: Doug MacEachern <dougm@covalent.net>
22173              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
22174              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
22175      Branch: perl
22176            ! op.c
22177 ____________________________________________________________________________
22178 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
22179         Log: Tell where the nice Estonian database is.
22180      Branch: perl
22181            ! lib/open.pm
22182 ____________________________________________________________________________
22183 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
22184         Log: Retract #11309 since #11310 is a better fix.
22185      Branch: perl
22186            ! t/lib/1_compile.t
22187 ____________________________________________________________________________
22188 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
22189         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
22190              change#11300 needs to return the status of failed win32_spawnvp())
22191              
22192              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
22193              splitting correctly; remove unused variables; 'require' at run time
22194              rather than 'use' at compile time for I18N::Langinfo, since it
22195              isn't everyware
22196      Branch: perl
22197            ! lib/open.pm win32/win32.c
22198 ____________________________________________________________________________
22199 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
22200         Log: Temporary workaround.
22201      Branch: perl
22202            ! t/lib/1_compile.t
22203 ____________________________________________________________________________
22204 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
22205         Log: UCD typo in #11306 and add also more known-to-be-tested
22206              modules to the skip list.
22207      Branch: perl
22208            ! t/lib/1_compile.t
22209 ____________________________________________________________________________
22210 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
22211         Log: Rename Unicode::UCD to UnicodeCD to avoid
22212              messups with case-insensitive filesystems.
22213      Branch: perl
22214            + lib/UnicodeCD.pm lib/UnicodeCD.t
22215            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
22216            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
22217 ____________________________________________________________________________
22218 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
22219         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
22220              From: daniel@biz.bitpusher.com
22221              Date: Wed, 11 Jul 2001 23:25:47 -0700
22222              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
22223      Branch: perl
22224            ! lib/Tie/Array.pm t/op/splice.t
22225 ____________________________________________________________________________
22226 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
22227         Log: Subject: [PATCH] More accurate line numbers in messages
22228              From: Paul Johnson <paul@pjcj.net>
22229              Date: Thu, 12 Jul 2001 04:14:11 +0200
22230              Message-ID: <20010712041411.A3467@pjcj.net>
22231              
22232              (With prototyping and multiplicity tweaks.)
22233      Branch: perl
22234            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
22235 ____________________________________________________________________________
22236 [ 11304] By: nick                                  on 2001/07/12  12:53:40
22237         Log: Integrate mainline
22238      Branch: perlio
22239           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
22240           !> regexec.c thread.h
22241 ____________________________________________________________________________
22242 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
22243         Log: Cut-and-pasto in #11298.
22244      Branch: perl
22245            ! ext/ByteLoader/bytecode.h
22246 ____________________________________________________________________________
22247 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
22248         Log: Update the AIX known problems section.
22249      Branch: perl
22250            ! pod/perl572delta.pod
22251 ____________________________________________________________________________
22252 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
22253         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
22254              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22255              Date: Thu, 12 Jul 2001 12:16:16 +0200
22256              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
22257      Branch: perl
22258            ! hints/aix.sh
22259 ____________________________________________________________________________
22260 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
22261         Log: Integrate perlio.
22262      Branch: perl
22263           !> makedef.pl win32/win32.c
22264 ____________________________________________________________________________
22265 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
22266         Log: Subject: [PATCH] fix for PMOP threadness failures
22267              From: Artur Bergman <artur@contiller.se>
22268              Date: Thu, 12 Jul 2001 09:48:06 +0200
22269              Message-ID: <B77322D6.22DD%artur@contiller.se>
22270      Branch: perl
22271            ! regexec.c
22272 ____________________________________________________________________________
22273 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
22274         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
22275              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
22276              Date: Thu, 12 Jul 2001 09:09:48 +0200
22277              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
22278              
22279              More parentheses to keep bcc happy.
22280      Branch: perl
22281            ! ext/ByteLoader/bytecode.h
22282 ____________________________________________________________________________
22283 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
22284         Log: Subject: Re: [patch] pthread_atfork bandaid
22285              From: Doug MacEachern <dougm@covalent.net>
22286              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
22287              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
22288      Branch: perl
22289            ! thread.h
22290 ____________________________________________________________________________
22291 [ 11296] By: nick                                  on 2001/07/12  11:55:48
22292         Log: Exclude reentrant_buffer from .def file
22293      Branch: perlio
22294            ! makedef.pl
22295 ____________________________________________________________________________
22296 [ 11295] By: nick                                  on 2001/07/12  11:11:44
22297         Log: Honour void-ness of my_exit()
22298      Branch: perlio
22299            ! win32/win32.c
22300 ____________________________________________________________________________
22301 [ 11294] By: nick                                  on 2001/07/12  07:51:04
22302         Log: Integrate mainline
22303      Branch: perlio
22304           +> uts/sprintf_wrap.c
22305           !> (integrate 35 files)
22306 ____________________________________________________________________________
22307 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
22308         Log: Retract #11289.
22309      Branch: perl
22310            ! embed.h embed.pl perl.c proto.h thread.h
22311 ____________________________________________________________________________
22312 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
22313         Log: Now the :locale pseudolayer *almost* works...
22314      Branch: perl
22315            ! lib/open.pm
22316 ____________________________________________________________________________
22317 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
22318         Log: Locale encoding tweaks.
22319      Branch: perl
22320            ! lib/open.pm
22321 ____________________________________________________________________________
22322 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
22323         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
22324              From: Mark-Jason Dominus <mjd@plover.com>
22325              Date: Thu, 12 Jul 2001 00:59:31 -0400
22326              Message-ID: <20010712045931.8543.qmail@plover.com>
22327              
22328              Remove the chmod/umask leading zero warning.
22329      Branch: perl
22330            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
22331            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
22332 ____________________________________________________________________________
22333 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
22334         Log: (Retracted by #11289.)
22335      Branch: perl
22336            ! embed.h embed.pl perl.c proto.h thread.h
22337 ____________________________________________________________________________
22338 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
22339         Log: Needed by #11283.
22340      Branch: perl
22341            ! intrpvar.h
22342 ____________________________________________________________________________
22343 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
22344         Log: Metaconfig unit change for #11286.
22345      Branch: metaconfig/U/perl
22346            ! patchlevel.U
22347 ____________________________________________________________________________
22348 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
22349         Log: Subject: Re: [PATCH Configure] perl -V broken
22350              From: Andy Dougherty <doughera@lafayette.edu>
22351              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
22352              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
22353      Branch: perl
22354            ! Configure myconfig.SH
22355 ____________________________________________________________________________
22356 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
22357         Log: Retract #11166 (and #11237).
22358      Branch: perl
22359            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
22360            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
22361            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
22362 ____________________________________________________________________________
22363 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
22364         Log: UTS tweaks for Hal Morris.
22365      Branch: perl
22366            + uts/sprintf_wrap.c
22367            ! MANIFEST hints/uts.sh perl.h
22368 ____________________________________________________________________________
22369 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
22370         Log: Subject: [PATCH] Use reentrant API glibc
22371              From: Artur Bergman <artur@contiller.se>
22372              Date: Thu, 12 Jul 2001 00:58:21 +0200
22373              Message-ID: <B772A6AD.2288%artur@contiller.se>
22374      Branch: perl
22375            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
22376            ! sv.c
22377 ____________________________________________________________________________
22378 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
22379         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
22380              From: barries <barries@slaysys.com>
22381              Date: Wed, 11 Jul 2001 15:11:46 -0400
22382              Message-ID: <20010711151146.G24560@jester.slaysys.com>
22383      Branch: perl
22384            ! pp_sys.c t/lib/warnings/doio win32/win32.c
22385 ____________________________________________________________________________
22386 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
22387         Log: Subject: [patch] pthread_atfork bandaid
22388              From: Doug MacEachern <dougm@covalent.net>
22389              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
22390              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
22391      Branch: perl
22392            ! miniperlmain.c perl.c
22393 ____________________________________________________________________________
22394 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
22395         Log: Subject: [patch] perl_clone leaks
22396              From: Doug MacEachern <dougm@covalent.net>
22397              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
22398              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
22399      Branch: perl
22400            ! sv.c
22401 ____________________________________________________________________________
22402 [ 11279] By: nick                                  on 2001/07/11  15:49:38
22403         Log: Integrate mainline
22404      Branch: perlio
22405           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
22406           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
22407           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
22408           +> lib/Term/ANSIColor/README
22409           !> (integrate 54 files)
22410 ____________________________________________________________________________
22411 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
22412         Log: Update Changes.
22413      Branch: perl
22414            ! Changes patchlevel.h
22415 ____________________________________________________________________________
22416 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
22417         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
22418              From: Peter Prymmer <pvhp@forte.com>
22419              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
22420              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
22421              
22422              Backport of embed.pl to 5.003.
22423      Branch: perl
22424            ! embed.pl
22425 ____________________________________________________________________________
22426 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
22427         Log: Subject: Re: POSIX test #14 on UTS 
22428              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22429              Date: Wed, 11 Jul 2001 03:02:14 +0100
22430              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
22431      Branch: perl
22432            ! ext/POSIX/POSIX.t
22433 ____________________________________________________________________________
22434 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
22435         Log: Make the I32 an IV to preserve structure alignment and size.
22436      Branch: perl
22437            ! op.h
22438 ____________________________________________________________________________
22439 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
22440         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
22441              From: "Artur Bergman" <artur@contiller.se>
22442              Date: Wed, 11 Jul 2001 14:23:37 +0200
22443              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
22444              
22445              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
22446      Branch: perl
22447            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
22448            ! pod/perlapi.pod sv.c
22449 ____________________________________________________________________________
22450 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
22451         Log: Tweak until Pod::Parser gets updated.
22452      Branch: perl
22453            ! t/pod/special_seqs.xr
22454 ____________________________________________________________________________
22455 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
22456         Log: File::Spec usage tweak.
22457      Branch: perl
22458            ! lib/ExtUtils.t
22459 ____________________________________________________________________________
22460 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
22461         Log: Integrate #11263 from macperl; macos and macosx updates.
22462      Branch: perl
22463           !> pod/perlport.pod
22464 ____________________________________________________________________________
22465 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
22466         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
22467              From: Peter Prymmer <pvhp@forte.com>
22468              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
22469              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
22470      Branch: perl
22471            + ext/Time/HiRes/hints/dynixptx.pl
22472            ! MANIFEST hints/dynixptx.sh
22473 ____________________________________________________________________________
22474 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
22475         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
22476              From: Nicholas Clark <nick@ccl4.org>
22477              Date: Tue, 10 Jul 2001 23:17:43 +0100
22478              Message-ID: <20010710231742.B59620@plum.flirble.org>
22479      Branch: perl
22480            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
22481 ____________________________________________________________________________
22482 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
22483         Log: Subject: [DOC PATCH] Pluggable runops
22484              From: Paul Johnson <paul@pjcj.net>
22485              Date: Tue, 10 Jul 2001 21:53:28 +0200
22486              Message-ID: <20010710215328.B26577@pjcj.net>
22487      Branch: perl
22488            ! pod/perlguts.pod
22489 ____________________________________________________________________________
22490 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
22491         Log: Subject: [PATCH] Authors
22492              From: Artur Bergman <artur@contiller.se>
22493              Date: Tue, 10 Jul 2001 20:39:12 +0200
22494              Message-ID: <B771186F.21CD%artur@contiller.se>
22495      Branch: perl
22496            ! AUTHORS
22497 ____________________________________________________________________________
22498 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
22499         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
22500              From: Doug MacEachern <dougm@covalent.net>
22501              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
22502              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
22503      Branch: perl
22504            ! pp_ctl.c
22505 ____________________________________________________________________________
22506 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
22507         Log: Subject: doc patch; times() in scalar context
22508              From: mjd@plover.com
22509              Date: 10 Jul 2001 18:01:17 -0000
22510              Message-ID: <20010710180117.12477.qmail@plover.com>
22511      Branch: perl
22512            ! pod/perlfunc.pod
22513 ____________________________________________________________________________
22514 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
22515         Log: Subject: [PATCH] Small fix to pp_gmtime
22516              From: Artur Bergman <artur@contiller.se>
22517              Date: Tue, 10 Jul 2001 19:54:52 +0200
22518              Message-ID: <B7710E0B.21C5%artur@contiller.se>
22519      Branch: perl
22520            ! pp_sys.c
22521 ____________________________________________________________________________
22522 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
22523         Log: Integrate changes from mainline perl, add notes about
22524              Mac OS X and Mac OS.
22525      Branch: maint-5.6/macperl
22526            ! pod/perlport.pod
22527 ____________________________________________________________________________
22528 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
22529         Log: A proof of the dangers of package; ?
22530      Branch: perl
22531            ! t/lib/warnings/op
22532 ____________________________________________________________________________
22533 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
22534         Log: Regen toc and modlib.
22535      Branch: perl
22536            ! pod/perlmodlib.pod pod/perltoc.pod
22537 ____________________________________________________________________________
22538 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
22539         Log: Add compexcl(), casefold(), and casespec() interfaces;
22540              and make all interfaces to return hash references instead
22541              of hashes. 
22542      Branch: perl
22543            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
22544 ____________________________________________________________________________
22545 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
22546         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
22547              From: "Philip Newton" <Philip.Newton@gmx.net>
22548              Date: Tue, 10 Jul 2001 09:55:59 +0200
22549              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
22550              
22551              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
22552              From: "Philip Newton" <Philip.Newton@gmx.net>
22553              Date: Tue, 10 Jul 2001 09:56:37 +0200
22554              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
22555      Branch: perl
22556            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
22557            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
22558 ____________________________________________________________________________
22559 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
22560         Log: Subject: [patch] undef &xsub for 1,2
22561              From: Doug MacEachern <dougm@covalent.net>
22562              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
22563              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
22564              
22565              (This version of the patch with a comment from Gisle.)
22566      Branch: perl
22567            ! op.c
22568 ____________________________________________________________________________
22569 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
22570         Log: Mention package; deprecation and the Win32 problems.
22571      Branch: perl
22572            ! pod/perl572delta.pod
22573 ____________________________________________________________________________
22574 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
22575         Log: Subject: [PATCH] deprecate package with no arguments
22576              From: Robin Houston <robin@kitsite.com>
22577              Date: Tue, 10 Jul 2001 13:33:40 +0100
22578              Message-ID: <20010710133340.A13452@robin.kitsite.com>
22579      Branch: perl
22580            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
22581 ____________________________________________________________________________
22582 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
22583         Log: Upgrade to podlators 1.10.
22584      Branch: perl
22585            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
22586            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
22587            ! pod/pod2man.PL pod/pod2text.PL
22588 ____________________________________________________________________________
22589 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
22590         Log: Upgrade to Term::ANSIColor 1.04.
22591      Branch: perl
22592            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
22593            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
22594 ____________________________________________________________________________
22595 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
22596         Log: Integrate perlio (the right fix for the ":layer(args)")
22597      Branch: perl
22598           !> perlio.c
22599 ____________________________________________________________________________
22600 [ 11252] By: nick                                  on 2001/07/10  06:58:14
22601         Log: Fix open(...,"...:layer(xxx)",...)
22602              - use memEQ not strEQ as there is '(' not '\0'
22603      Branch: perlio
22604            ! perlio.c
22605 ____________________________________________________________________________
22606 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
22607         Log: Telling the number of tests helps.
22608      Branch: perl
22609            ! ext/PerlIO/t/encoding.t
22610 ____________________________________________________________________________
22611 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
22612         Log: Require I18N::Langinfo, not use.
22613      Branch: perl
22614            ! lib/open.pm
22615 ____________________________________________________________________________
22616 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
22617         Log: Add a test for for PerlIO ":encoding(...)" layer.
22618      Branch: perl
22619            + ext/PerlIO/t/encoding.t
22620            ! MANIFEST ext/Encode/Encode.pm
22621 ____________________________________________________________________________
22622 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
22623         Log: PerlIO ":encoding(foobar)" temporary fix.
22624              Not really correct, I think, since the change means
22625              that prefixes match.
22626      Branch: perl
22627            ! perlio.c
22628 ____________________________________________________________________________
22629 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
22630         Log: Update to Math::BigInt 1.36.  The biggest news is
22631              the separation of the backend; now the pure Perl
22632              implementation is in Math::BigInt::Calc, but one
22633              can plugin, say, Math::BigInt::BitVect, and get
22634              considerable speedup.
22635      Branch: perl
22636            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
22637            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
22638            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
22639            ! lib/Math/BigInt/t/mbimbf.t
22640 ____________________________________________________________________________
22641 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
22642         Log: Subject: Re: compatibility question
22643              From: Peter Prymmer <pvhp@forte.com>
22644              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
22645              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
22646      Branch: perl
22647            ! lib/ExtUtils/MM_VMS.pm
22648 ____________________________________________________________________________
22649 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
22650         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
22651              From: Norton Allen <allen@huarp.harvard.edu>
22652              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
22653              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
22654      Branch: perl
22655            ! ext/File/Glob/t/basic.t
22656 ____________________________________________________________________________
22657 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
22658         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
22659              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22660              Date: Tue, 10 Jul 2001 00:29:55 +0900
22661              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
22662      Branch: perl
22663            + ext/Encode/Encode/HZ.enc
22664            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
22665            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
22666            ! ext/Encode/Encode/iso2022-jp.enc
22667            ! ext/Encode/Encode/iso2022-kr.enc
22668 ____________________________________________________________________________
22669 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
22670         Log: Add in all them there macos/ files.
22671      Branch: maint-5.6/macperl
22672            + (add 577 files)
22673 ____________________________________________________________________________
22674 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
22675         Log: Add the new modules to the list of having those own tests.
22676      Branch: perl
22677            ! t/lib/1_compile.t
22678 ____________________________________________________________________________
22679 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
22680         Log: Add INOUT to control both ways at the same time.
22681      Branch: perl
22682            ! lib/open.pm
22683 ____________________________________________________________________________
22684 [ 11240] By: nick                                  on 2001/07/09  16:33:50
22685         Log: Integrate mainline
22686      Branch: perlio
22687           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
22688           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
22689           !> (integrate 41 files)
22690 ____________________________________________________________________________
22691 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
22692         Log: More encoding mapping magic.
22693      Branch: perl
22694            ! lib/open.pm
22695 ____________________________________________________________________________
22696 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
22697         Log: Update Changes.
22698      Branch: perl
22699            ! Changes patchlevel.h
22700 ____________________________________________________________________________
22701 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
22702         Log: (Retracted by #11285).
22703              
22704              Subject: [PATCH] OPpCONST_OCTAL fixes
22705              From: Abhijit Menon-Sen <ams@wiw.org>
22706              Date: Mon, 9 Jul 2001 07:38:45 +0530
22707              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
22708      Branch: perl
22709            ! op.c
22710 ____________________________________________________________________________
22711 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
22712         Log: Add a pseudolayer ":locale" to the open pragma which
22713              will get the encoding from the locale.  Yet undocumented
22714              because I can't get the PerlIO :encoding(foobar) to work.
22715      Branch: perl
22716            ! ext/Encode/Encode.pm lib/open.pm
22717 ____________________________________________________________________________
22718 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
22719         Log: Add more encoding mappings.
22720      Branch: perl
22721            ! ext/Encode/Encode.pm
22722 ____________________________________________________________________________
22723 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
22724         Log: Document that using :encoding layer requires using Encode.
22725      Branch: perl
22726            ! ext/Encode/Encode.pm lib/PerlIO.pm
22727 ____________________________________________________________________________
22728 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
22729         Log: Netware tweak from Ananth Kesari.
22730      Branch: perl
22731            ! NetWare/netware.h
22732 ____________________________________________________________________________
22733 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
22734         Log: t/harness doesn't know about run/*.t
22735      Branch: perl
22736            ! t/harness
22737 ____________________________________________________________________________
22738 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
22739         Log: run/exit.t busted on windows
22740      Branch: perl
22741            ! t/run/exit.t
22742 ____________________________________________________________________________
22743 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
22744         Log: fix a couple of UCD.t tests that fail due to bad case
22745      Branch: perl
22746            ! lib/Unicode/UCD.t
22747 ____________________________________________________________________________
22748 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
22749         Log: test skip logic was broken
22750      Branch: perl
22751            ! ext/I18N/Langinfo/Langinfo.t
22752 ____________________________________________________________________________
22753 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
22754         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
22755              failure of ExtUtils.t#27 when built in debug mode)
22756      Branch: perl
22757            ! lib/ExtUtils/MM_Win32.pm
22758 ____________________________________________________________________________
22759 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
22760         Log: I18N::Langinfo is not available on windows
22761      Branch: perl
22762            ! win32/FindExt.pm
22763 ____________________________________________________________________________
22764 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
22765         Log: save a dTHX
22766      Branch: perl
22767            ! ext/POSIX/POSIX.xs
22768 ____________________________________________________________________________
22769 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
22770         Log: Update Changes.
22771      Branch: perl
22772            ! Changes patchlevel.h
22773 ____________________________________________________________________________
22774 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
22775         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
22776              as pointed out by Sarathy.
22777      Branch: perl
22778            ! ext/I18N/Langinfo/Langinfo.xs
22779 ____________________________________________________________________________
22780 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
22781         Log: Retract #11212.
22782      Branch: perl
22783            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
22784 ____________________________________________________________________________
22785 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
22786         Log: Bump up the VERSION of Cwd.xs.
22787      Branch: perl
22788            ! ext/Cwd/Makefile.PL
22789 ____________________________________________________________________________
22790 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
22791         Log: Retract #11220, the problem wasn't the missing leading zero.
22792              Here's the problem:
22793              $ ./perl -we 'chmod(oct("755"), ".")'
22794              Non-octal literal mode (493) specified at -e line 1.
22795              (Did you mean 0493 instead?)
22796      Branch: perl
22797            ! lib/ExtUtils/MM_Unix.pm
22798 ____________________________________________________________________________
22799 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
22800         Log: (Retracted by #11221)
22801              Change the PERM_RW and PERM_RWX to 0644 and 0755
22802              (add the leading zero).
22803      Branch: perl
22804            ! lib/ExtUtils/MM_Unix.pm
22805 ____________________________________________________________________________
22806 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
22807         Log: Integrate changes #11193, 11205, 11209 from macperl.
22808              
22809              Fix up AutoLoader to fudge for Mac paths in import().
22810              
22811              Allow symbols in try_symbol() to begin with "_".
22812              
22813              Small portability fix for Mac OS.
22814      Branch: perl
22815           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
22816 ____________________________________________________________________________
22817 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
22818         Log: Metaconfig unit change for #11217.
22819      Branch: metaconfig/U/perl
22820            ! Extensions.U
22821 ____________________________________________________________________________
22822 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
22823         Log: Detypo, problem noticed by Gerrit P. Haase.
22824      Branch: perl
22825            ! Configure config_h.SH
22826 ____________________________________________________________________________
22827 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
22828         Log: Cwd cleanups.
22829      Branch: perl
22830            ! ext/Cwd/Cwd.xs
22831 ____________________________________________________________________________
22832 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
22833         Log: Slight tweaks on #11213.
22834      Branch: perl
22835            ! toke.c
22836 ____________________________________________________________________________
22837 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
22838         Log: A missing dTHX noticed by Gerrit P. Haase.
22839      Branch: perl
22840            ! ext/POSIX/POSIX.xs
22841 ____________________________________________________________________________
22842 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
22843         Log: Subject: [PATCH toke.c] Simplify yytoke()
22844              From: Simon Cozens <simon@netthink.co.uk>
22845              Date: Sun, 8 Jul 2001 13:24:34 +0100
22846              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
22847              
22848              Split out pending_ident().
22849      Branch: perl
22850            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
22851 ____________________________________________________________________________
22852 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
22853         Log: (Retracted by #11223.)
22854              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
22855              Date: Wed, 05 Nov 1997 17:22:34 -0600
22856              From: Graham Barr <gbarr@ti.com>
22857              Message-Id: <3460FFBA.6DA51F46@ti.com>
22858      Branch: perl
22859            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
22860 ____________________________________________________________________________
22861 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
22862         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
22863      Branch: perl
22864            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
22865            ! pod/perllocale.pod
22866 ____________________________________________________________________________
22867 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
22868         Log: Really do the test under the C locale.
22869      Branch: perl
22870            ! ext/I18N/Langinfo/Langinfo.t
22871 ____________________________________________________________________________
22872 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
22873         Log: Small portability fix for Mac OS.
22874      Branch: maint-5.6/macperl
22875            ! lib/Cwd.pm
22876 ____________________________________________________________________________
22877 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
22878         Log: Metaconfig unit change for #11207.
22879      Branch: metaconfig/U/perl
22880            ! Extensions.U
22881 ____________________________________________________________________________
22882 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
22883         Log: Add I18N::Langinfo, which is basically a wrapper around
22884              nl_langinfo(), which is an additional way to query locale
22885              specific information.
22886      Branch: perl
22887            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
22888            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
22889            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
22890 ____________________________________________________________________________
22891 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
22892         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
22893              used in File::Find tests; replace with if.t.
22894      Branch: maint-5.6/macperl
22895            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
22896            ! t/pragma/warn/op
22897 ____________________________________________________________________________
22898 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
22899         Log: Allow symbols in try_symbol() to begin with "_".
22900      Branch: maint-5.6/macperl
22901            ! makedef.pl
22902 ____________________________________________________________________________
22903 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
22904         Log: Sync up the File::Find changes from the rewrite by
22905              Thomas Wegner, et al.
22906      Branch: maint-5.6/macperl
22907            + t/lib/filefind-taint.t
22908            ! lib/File/Find.pm t/lib/filefind.t
22909 ____________________________________________________________________________
22910 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
22911         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
22912              From: Thomas Wegner <wegner_thomas@yahoo.com>
22913              Date: Thu, 5 Jul 2001 20:31:25 +0200
22914              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
22915      Branch: maint-5.6/macperl
22916            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
22917 ____________________________________________________________________________
22918 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
22919         Log: Some more test portability fixes.
22920      Branch: maint-5.6/macperl
22921            ! t/lib/filecopy.t t/pragma/warn/pp_sys
22922 ____________________________________________________________________________
22923 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
22924         Log: The #11200 removed wrong (non-existent) target.  Duh.
22925      Branch: perl
22926            ! Makefile.SH
22927 ____________________________________________________________________________
22928 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
22929         Log: Zap the lib/re.pm before creating it.
22930      Branch: perl
22931            ! Makefile.SH
22932 ____________________________________________________________________________
22933 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
22934         Log: Another test.  Please ignore.
22935      Branch: maint-5.6/macperl
22936            ! README.macos
22937 ____________________________________________________________________________
22938 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
22939         Log: Portability fixes for a lot of tests, especially IO-related
22940              tests, and warnings, and the harness script.
22941      Branch: maint-5.6/macperl
22942            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
22943            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
22944            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
22945            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
22946            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
22947            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
22948            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
22949            ! t/pragma/warnings.t
22950 ____________________________________________________________________________
22951 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
22952         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
22953              From: Nicholas Clark <nick@ccl4.org>
22954              Date: Sat, 7 Jul 2001 21:00:17 +0100
22955              Message-ID: <20010707210017.H59620@plum.flirble.org>
22956      Branch: perl
22957            ! lib/h2xs.t
22958 ____________________________________________________________________________
22959 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
22960         Log: The UNICOS/mk SysV IPC problem has been fixed.
22961      Branch: perl
22962            ! pod/perl572delta.pod
22963 ____________________________________________________________________________
22964 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
22965         Log: Slight update tweaks on perlunicode.pod.
22966      Branch: perl
22967            ! pod/perlunicode.pod
22968 ____________________________________________________________________________
22969 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
22970         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
22971              From: Mark-Jason Dominus <mjd@plover.com>
22972              Date: Sat, 07 Jul 2001 13:04:04 -0400
22973              Message-ID: <20010707170404.32694.qmail@plover.com>
22974      Branch: perl
22975            ! ext/DB_File/DB_File.pm
22976 ____________________________________________________________________________
22977 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
22978         Log: Fix up AutoLoader to fudge for Mac paths in import().
22979      Branch: maint-5.6/macperl
22980            ! lib/AutoLoader.pm
22981 ____________________________________________________________________________
22982 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
22983         Log: Try to force the lib/re.pm to be there before entering
22984              the extensions builds, should help for parallel makes.
22985      Branch: perl
22986            ! Makefile.SH
22987 ____________________________________________________________________________
22988 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
22989         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
22990              From: Norton Allen <allen@huarp.harvard.edu>
22991              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
22992              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
22993      Branch: perl
22994            ! ext/POSIX/POSIX.xs
22995 ____________________________________________________________________________
22996 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
22997         Log: Subject: [PATCH] Re: op/arith.t
22998              From: Nicholas Clark <nick@ccl4.org>
22999              Date: Sat, 7 Jul 2001 13:04:54 +0100
23000              Message-ID: <20010707130454.D59620@plum.flirble.org>
23001      Branch: perl
23002            ! numeric.c toke.c
23003 ____________________________________________________________________________
23004 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
23005         Log: Subject: [PATCH] h2xs
23006              From: Nicholas Clark <nick@ccl4.org>
23007              Date: Fri, 6 Jul 2001 23:25:14 +0100
23008              Message-ID: <20010706232514.X59620@plum.flirble.org>
23009      Branch: perl
23010            ! utils/h2xs.PL
23011 ____________________________________________________________________________
23012 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
23013         Log: Subject: Re: bleedperl perl_alloc..free leakage
23014              From: Radu Greab <radu@netsoft.ro>
23015              Date: Fri, 6 Jul 2001 19:48:54 +0300
23016              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
23017              
23018              Leak-be-gone.
23019      Branch: perl
23020            ! op.c
23021 ____________________________________________________________________________
23022 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
23023         Log: Test again.  Please ignore.
23024      Branch: maint-5.6/macperl
23025            ! README.macos
23026 ____________________________________________________________________________
23027 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
23028         Log: Test.  Please ignore.
23029      Branch: maint-5.6/macperl
23030            ! README.macos
23031 ____________________________________________________________________________
23032 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
23033         Log: Include changes already sent in separately as patches,
23034              before branch was created.
23035      Branch: maint-5.6/macperl
23036            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
23037            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
23038            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
23039            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
23040            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
23041            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
23042            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
23043            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
23044            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
23045            ! t/pragma/strict.t
23046 ____________________________________________________________________________
23047 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
23048         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
23049              From: Norton Allen <allen@huarp.harvard.edu>
23050              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
23051              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
23052      Branch: perl
23053            ! utf8.h
23054 ____________________________________________________________________________
23055 [ 11183] By: nick                                  on 2001/07/06  16:27:40
23056         Log: Integrate mainline
23057      Branch: perlio
23058           +> (branch 42 files)
23059            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
23060            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
23061            - win32/bin/mdelete.bat
23062           !> (integrate 215 files)
23063 ____________________________________________________________________________
23064 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
23065         Log: The #11166 needed also these updated.
23066      Branch: perl
23067            ! lib/warnings.pm warnings.h
23068 ____________________________________________________________________________
23069 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
23070         Log: Update Changes.
23071      Branch: perl
23072            ! Changes patchlevel.h
23073 ____________________________________________________________________________
23074 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
23075         Log: Regen toc.
23076      Branch: perl
23077            ! pod/perltoc.pod
23078 ____________________________________________________________________________
23079 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
23080         Log: Nit from Abhijit.
23081      Branch: perl
23082            ! lib/CPAN.pm
23083 ____________________________________________________________________________
23084 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
23085         Log: Retract #11172.
23086      Branch: perl
23087            ! t/op/method.t
23088 ____________________________________________________________________________
23089 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
23090         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
23091              From: Norton Allen <allen@huarp.harvard.edu>
23092              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
23093              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
23094      Branch: perl
23095            ! lib/Cwd.pm
23096 ____________________________________________________________________________
23097 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
23098         Log: (Accidentally empty check-in.)
23099      Branch: perl
23100            ! utf8.h
23101 ____________________________________________________________________________
23102 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
23103         Log: Retract #11165 since Sarathy pointed out it'll not
23104              work properly under threads, the problem should be
23105              solved using "the savestack, either via SSNEW() or
23106              using a newSVpv()+SAVEFREESV() combo."
23107      Branch: perl
23108            ! ext/POSIX/POSIX.xs
23109 ____________________________________________________________________________
23110 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
23111         Log: Retract #11125 since NI-S pointed out it'll not work in
23112              cases where the extension has their own handcrafted INC
23113              et alia.
23114      Branch: perl
23115            ! lib/ExtUtils/MM_Unix.pm
23116 ____________________________________________________________________________
23117 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
23118         Log: Subject: RE: [PATCH] -I and MakeMaker again
23119              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
23120              Date: Fri, 6 Jul 2001 09:18:29 +0200
23121              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
23122      Branch: perl
23123            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
23124            ! lib/ExtUtils/MM_Win32.pm
23125 ____________________________________________________________________________
23126 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
23127         Log: (Retracted by #11178)
23128              Subject: [PATCH t/op/method.t] SUPER:: strangeness
23129              From: Piers Cawley <pdcawley@iterative-software.com>
23130              Date: 06 Jul 2001 10:49:01 +0100
23131              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
23132      Branch: perl
23133            ! t/op/method.t
23134 ____________________________________________________________________________
23135 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
23136         Log: VOS README update from Paul Green.
23137      Branch: perl
23138            ! README.vos
23139 ____________________________________________________________________________
23140 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
23141         Log: Subject: [PATCH README.qnx hints/qnx.sh]
23142              From: Norton Allen <allen@huarp.harvard.edu>
23143              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
23144              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
23145      Branch: perl
23146            ! README.qnx hints/qnx.sh
23147 ____________________________________________________________________________
23148 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
23149         Log: Subject: [PATCH] Doc patch for Tie::Hash
23150              From: Artur Bergman <artur@contiller.se>
23151              Date: Thu, 05 Jul 2001 22:51:18 +0200
23152              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
23153      Branch: perl
23154            ! lib/Tie/Hash.pm
23155 ____________________________________________________________________________
23156 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
23157         Log: Subject: [PATCH] perlfaq4.pod
23158              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
23159              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
23160              Date: Thu, 5 Jul 2001 18:44:10 +0100 
23161      Branch: perl
23162            ! pod/perlfaq4.pod
23163 ____________________________________________________________________________
23164 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
23165         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
23166              From: Robin Houston <robin@kitsite.com>
23167              Date: Thu, 5 Jul 2001 18:33:21 +0100
23168              Message-ID: <20010705183321.A27345@robin.kitsite.com>
23169      Branch: perl
23170            ! ext/B/B/Deparse.pm
23171 ____________________________________________________________________________
23172 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
23173         Log: (Retracted by #11285.)
23174              
23175              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
23176              From: Abhijit Menon-Sen <ams@wiw.org>
23177              Date: Fri, 6 Jul 2001 01:26:32 +0530
23178              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
23179      Branch: perl
23180            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
23181            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
23182            ! warnings.pl
23183 ____________________________________________________________________________
23184 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
23185         Log: (Retracted by #11175)
23186              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
23187              From: Norton Allen <allen@huarp.harvard.edu>
23188              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
23189              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
23190      Branch: perl
23191            ! ext/POSIX/POSIX.xs
23192 ____________________________________________________________________________
23193 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
23194         Log: Unterminated C< (noticed by Richard Hatch), and few other
23195              small Unicode doc tweaks.
23196      Branch: perl
23197            ! pod/perlretut.pod
23198 ____________________________________________________________________________
23199 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
23200         Log: More flexible argument understanding; add charblocks() and
23201              charscripts(); make charblock() and charscript() two-way;
23202              add charinrange(); separate the $Unicode::UCD::VERSION and
23203              the version of the Unicode by adding UnicodeVersion().
23204      Branch: perl
23205            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
23206 ____________________________________________________________________________
23207 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
23208         Log: Update Unicode::UCD on \p{In...}.
23209      Branch: perl
23210            ! lib/Unicode/UCD.pm
23211 ____________________________________________________________________________
23212 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
23213         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
23214              From: Norton Allen <allen@huarp.harvard.edu>
23215              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
23216              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
23217      Branch: perl
23218            ! lib/ExtUtils/MM_Unix.pm
23219 ____________________________________________________________________________
23220 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
23221         Log: POSIX-BC tweaks from Thomas Dorner.
23222      Branch: perl
23223            ! hints/posix-bc.sh perlio.h
23224 ____________________________________________________________________________
23225 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
23226         Log: Module updates for the delta.
23227      Branch: perl
23228            ! pod/perl572delta.pod
23229 ____________________________________________________________________________
23230 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
23231         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
23232              From: Norton Allen <allen@huarp.harvard.edu>
23233              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
23234              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
23235      Branch: perl
23236            ! ext/IO/lib/IO/t/io_sock.t
23237 ____________________________________________________________________________
23238 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
23239         Log: Subject: [PATCH perldiag.pod] Quick fixes
23240              From: Simon Cozens <simon@netthink.co.uk>
23241              Date: Wed, 4 Jul 2001 20:22:12 +0100
23242              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
23243      Branch: perl
23244            ! pod/perldiag.pod
23245 ____________________________________________________________________________
23246 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
23247         Log: (retracted by #13533)
23248              
23249              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
23250              From: Radu Greab <radu@netsoft.ro>
23251              Date: Wed, 4 Jul 2001 22:13:31 +0300
23252              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
23253      Branch: perl
23254            ! op.c sv.c t/op/pos.t
23255 ____________________________________________________________________________
23256 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
23257         Log: Subject: [PATCH] -I and MakeMaker again
23258              From: Michael G Schwern <schwern@pobox.com>
23259              Date: Wed, 4 Jul 2001 15:03:07 -0400
23260              Message-ID: <20010704150307.I20340@blackrider>
23261              
23262              (and retract #11145)
23263      Branch: perl
23264            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
23265            ! lib/ExtUtils/MakeMaker.pm
23266 ____________________________________________________________________________
23267 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
23268         Log: Subject: Re: PERFORCE change 11142 for review
23269              From: "Philip Newton" <Philip.Newton@gmx.net>
23270              Date: Wed, 4 Jul 2001 20:46:26 +0200
23271              Message-Id: <200107041841.VAA25380@taas.iki.fi>
23272      Branch: perl
23273            ! lib/ExtUtils/MakeMaker.pm
23274 ____________________________________________________________________________
23275 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
23276         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
23277              From: Jonathan Stowe <gellyfish@gellyfish.com>
23278              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
23279              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
23280      Branch: perl
23281            ! utils/pl2pm.PL
23282 ____________________________________________________________________________
23283 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
23284         Log: fix the binary compatibility issue when building with/without
23285              usemymalloc by exporting Perl_malloc() et al as simple wrappers
23286              around the system functions (this allows most extensions built
23287              using one mode to coexist with perls built in the other mode)
23288              
23289              XXX the Perl_mfree() wrapper might need to do return(free()) on
23290              platforms where Free_t isn't "void"
23291      Branch: perl
23292            ! embed.h embed.pl makedef.pl proto.h util.c
23293 ____________________________________________________________________________
23294 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
23295         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
23296              since it doesn't ensure threads other than the one calling fork()
23297              aren't holding any locks; the fix is to use pthread_atfork() to
23298              hold global locks
23299              
23300              building perl with -Dusemymalloc exacerbates the problem since
23301              Perl_malloc() holds a mutex, and perl's exec() calls New()
23302              
23303              XXX the code in win32thread.h may be needed on platforms that have
23304              no pthread_atfork()
23305      Branch: perl
23306            ! perl.c thread.h win32/win32thread.h
23307 ____________________________________________________________________________
23308 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
23309         Log: Integrate #11009 from maintperl.
23310      Branch: maint-5.6/macperl
23311           !> lib/ExtUtils/Manifest.pm
23312 ____________________________________________________________________________
23313 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
23314         Log: Flexing my Perforce muscles.
23315      Branch: maint-5.6/macperl
23316            ! README.macos
23317 ____________________________________________________________________________
23318 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
23319         Log: Update Changes.
23320      Branch: perl
23321            ! Changes patchlevel.h
23322 ____________________________________________________________________________
23323 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
23324         Log: Metaconfig unit change for #11146.
23325      Branch: metaconfig/U/perl
23326            ! d_fcntl_can_lock.U
23327 ____________________________________________________________________________
23328 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
23329         Log: Somehow the #ifdefs of the added code (in #11093) made
23330              HP-UX to fail the fcntl locking test, without the ifdefs
23331              the test seems to be working again.  Reason unknown:
23332              HP-UX cc doesn't complain either way.
23333      Branch: perl
23334            ! Configure
23335 ____________________________________________________________________________
23336 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
23337         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
23338      Branch: perl
23339            ! lib/ExtUtils/MM_Unix.pm
23340 ____________________________________________________________________________
23341 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
23342         Log: gcc -Wall nit.
23343      Branch: perl
23344            ! pp_hot.c
23345 ____________________________________________________________________________
23346 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
23347         Log: When removing tests updating the test count is a good idea, too.
23348      Branch: perl
23349            ! lib/Net/t/require.t
23350 ____________________________________________________________________________
23351 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
23352         Log: Document #11134 and add the new symbols to the list of
23353              of MakeMaker known ones.
23354      Branch: perl
23355            ! lib/ExtUtils/MakeMaker.pm
23356 ____________________________________________________________________________
23357 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
23358         Log: Microperl update.
23359      Branch: perl
23360            ! uconfig.h
23361 ____________________________________________________________________________
23362 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
23363         Log: Update the libnet tests as per #11138.
23364      Branch: perl
23365            - lib/Net/t/ph.t
23366            ! MANIFEST lib/Net/t/require.t
23367 ____________________________________________________________________________
23368 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
23369         Log: Regen toc and modlib.
23370      Branch: perl
23371            ! pod/perlmodlib.pod pod/perltoc.pod
23372 ____________________________________________________________________________
23373 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
23374         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
23375              Graham's request.
23376      Branch: perl
23377            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
23378            ! MANIFEST
23379 ____________________________________________________________________________
23380 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
23381         Log: Add the OS/390 harness results to the delta.
23382      Branch: perl
23383            ! pod/perl572delta.pod
23384 ____________________________________________________________________________
23385 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
23386         Log: Avoid the two study tests in OS/390 until the bug has been solved.
23387      Branch: perl
23388            ! t/op/study.t
23389 ____________________________________________________________________________
23390 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
23391         Log: DOS/DJGPP tweaks from Laszlo Molnar.
23392      Branch: perl
23393            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
23394 ____________________________________________________________________________
23395 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
23396         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
23397              From: Michael G Schwern <schwern@pobox.com>
23398              Date: Wed, 4 Jul 2001 00:01:16 -0400
23399              Message-ID: <20010704000116.C591@blackrider>
23400      Branch: perl
23401            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
23402 ____________________________________________________________________________
23403 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
23404         Log: The #11132 missed singleton characters (not part
23405              of a unilo..unihi range) in Unicode scripts.
23406      Branch: perl
23407            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
23408            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
23409            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
23410            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
23411            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
23412            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
23413            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
23414            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
23415            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
23416            ! lib/unicode/mktables.PL t/op/pat.t
23417 ____________________________________________________________________________
23418 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
23419         Log: Support preferentially the Unicode 'scripts' definition
23420              in the \p{In...} notation since according to Unicode the
23421              scripts concept is more natural for matching than using
23422              the somewhat artificial block names.  The block names are
23423              still available, though, and if there's a name conflict,
23424              the scripts one wins and the blocks one has to do with
23425              'Block' appended to its name.  For more information see
23426              
23427              http://www.unicode.org/unicode/reports/tr24/
23428      Branch: perl
23429            + lib/unicode/In/100.pl lib/unicode/In/101.pl
23430            + lib/unicode/In/102.pl lib/unicode/In/103.pl
23431            + lib/unicode/In/104.pl lib/unicode/In/105.pl
23432            + lib/unicode/In/106.pl lib/unicode/In/107.pl
23433            + lib/unicode/In/108.pl lib/unicode/In/109.pl
23434            + lib/unicode/In/110.pl lib/unicode/In/111.pl
23435            + lib/unicode/In/112.pl lib/unicode/In/113.pl
23436            + lib/unicode/In/114.pl lib/unicode/In/115.pl
23437            + lib/unicode/In/116.pl lib/unicode/In/117.pl
23438            + lib/unicode/In/118.pl lib/unicode/In/119.pl
23439            + lib/unicode/In/120.pl lib/unicode/In/121.pl
23440            + lib/unicode/In/122.pl lib/unicode/In/123.pl
23441            + lib/unicode/In/124.pl lib/unicode/In/125.pl
23442            + lib/unicode/In/126.pl lib/unicode/In/127.pl
23443            + lib/unicode/In/128.pl lib/unicode/In/129.pl
23444            + lib/unicode/In/130.pl lib/unicode/In/131.pl
23445            + lib/unicode/In/132.pl lib/unicode/In/133.pl
23446            + lib/unicode/In/134.pl lib/unicode/In/135.pl
23447            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
23448            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
23449            ! (edit 106 files)
23450 ____________________________________________________________________________
23451 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
23452         Log: Better document the difference between a block and a script.
23453      Branch: perl
23454            ! lib/Unicode/UCD.pm
23455 ____________________________________________________________________________
23456 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
23457         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
23458              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
23459              Date: Tue, 3 Jul 2001 15:04:23 -0500
23460              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
23461      Branch: perl
23462            ! lib/CPAN.pm
23463 ____________________________________________________________________________
23464 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
23465         Log: Add tests for charscript().
23466      Branch: perl
23467            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
23468 ____________________________________________________________________________
23469 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
23470         Log: Add charscript() to get the UTR#24 script names of characters.
23471      Branch: perl
23472            ! lib/Unicode/UCD.pm
23473 ____________________________________________________________________________
23474 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
23475         Log: Todo updates.
23476      Branch: perl
23477            ! pod/perltodo.pod
23478 ____________________________________________________________________________
23479 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
23480         Log: Unicode::UCD updates.
23481      Branch: perl
23482            ! lib/Unicode/UCD.pm
23483 ____________________________________________________________________________
23484 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
23485         Log: (Retracted by #11174)
23486              Subject: MakeMaker should pass through DEFINE and INC to subdirs
23487              From: Alan Burlison <Alan.Burlison@sun.com>
23488              Date: Tue, 03 Jul 2001 15:20:13 +0100
23489              Message-ID: <3B41D49D.A923D4F9@sun.com>
23490      Branch: perl
23491            ! lib/ExtUtils/MM_Unix.pm
23492 ____________________________________________________________________________
23493 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
23494         Log: Subject: Patch needed for UTS
23495              From: hom00@utsglobal.com (Hal Morris)
23496              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
23497              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
23498              
23499              Replace #11113 with a better version.
23500      Branch: perl
23501            ! perl.h
23502 ____________________________________________________________________________
23503 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
23504         Log: Subject: Re: POINTERRIGOR
23505              From: Andy Dougherty <doughera@lafayette.edu>
23506              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
23507              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
23508      Branch: perl
23509            ! util.c
23510 ____________________________________________________________________________
23511 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
23512         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
23513              From: "Philip Newton" <pnewton@gmx.de>
23514              Date: Tue, 3 Jul 2001 17:03:34 +0200
23515              Message-ID: <3B41FAE6.29564.660E117@localhost>
23516      Branch: perl
23517            ! pp_hot.c
23518 ____________________________________________________________________________
23519 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
23520         Log: Typos.
23521      Branch: perl
23522            ! INSTALL
23523 ____________________________________________________________________________
23524 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
23525         Log: Subject: [PATCH 5.6.1] debugger fixes
23526              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23527              Date: Tue, 3 Jul 2001 03:38:18 -0400
23528              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
23529              
23530              The $^S is working again.
23531      Branch: perl
23532            ! lib/perl5db.pl
23533 ____________________________________________________________________________
23534 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
23535         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
23536              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23537              Date: Tue, 3 Jul 2001 03:34:06 -0400
23538              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
23539      Branch: perl
23540            ! os2/OS2/Process/Process.pm
23541 ____________________________________________________________________________
23542 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
23543         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
23544              From: "Philip Newton" <Philip.Newton@gmx.net>
23545              Date: Tue, 3 Jul 2001 09:11:27 +0200
23546              Message-Id: <200107030706.KAA04596@taas.iki.fi>
23547      Branch: perl
23548            ! lib/FindBin.pm
23549 ____________________________________________________________________________
23550 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
23551         Log: Delta delta.
23552      Branch: perl
23553            ! pod/perl572delta.pod
23554 ____________________________________________________________________________
23555 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
23556         Log: Metaconfig unit change for 11115.
23557      Branch: metaconfig
23558            ! U/modified/libc.U
23559 ____________________________________________________________________________
23560 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
23561         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
23562              (from Richard Hatch) (this was the cause of pipes() and
23563              times() myeteriously not being found)
23564      Branch: perl
23565            ! Configure
23566 ____________________________________________________________________________
23567 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
23568         Log: Retract #10142, the real culprit found by Richard Hatch,
23569              coming soon to Configure near you.
23570      Branch: perl
23571            ! hints/aix.sh
23572 ____________________________________________________________________________
23573 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
23574         Log: (Replaced by #11124) UTS workaround from Hal Morris.
23575      Branch: perl
23576            ! perl.h
23577 ____________________________________________________________________________
23578 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
23579         Log: Subject: [PATCH] grok not grocking correctly
23580              From: Nicholas Clark <nick@ccl4.org>
23581              Date: Tue, 3 Jul 2001 00:19:08 +0100
23582              Message-ID: <20010703001908.H59620@plum.flirble.org>
23583      Branch: perl
23584            ! numeric.c
23585 ____________________________________________________________________________
23586 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
23587         Log: Subject: [PATCH Deparse.t] test just-posted patches
23588              From: Robin Houston <robin@kitsite.com>
23589              Date: Mon, 2 Jul 2001 23:46:15 +0100
23590              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
23591      Branch: perl
23592            ! ext/B/Deparse.t
23593 ____________________________________________________________________________
23594 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
23595         Log: Subject: [PATCH toke.c] autosplit into @F
23596              From: Robin Houston <robin@kitsite.com>
23597              Date: Mon, 2 Jul 2001 23:18:20 +0100
23598              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
23599      Branch: perl
23600            ! perl.c toke.c
23601 ____________________________________________________________________________
23602 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
23603         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
23604              From: Robin Houston <robin@kitsite.com>
23605              Date: Mon, 2 Jul 2001 23:00:48 +0100
23606              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
23607      Branch: perl
23608            ! ext/B/B/Deparse.pm
23609 ____________________________________________________________________________
23610 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
23611         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
23612              From: "Philip Newton" <Philip.Newton@gmx.net>
23613              Date: Mon, 2 Jul 2001 22:06:22 +0200
23614              (no Message-Id)
23615      Branch: perl
23616            ! ext/NDBM_File/hints/linux.pl
23617 ____________________________________________________________________________
23618 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
23619         Log: Subject: Re: Fixed pack problem - sort of
23620              From: Nicholas Clark <nick@ccl4.org>
23621              Date: Mon, 2 Jul 2001 20:59:20 +0100
23622              Message-ID: <20010702205919.F59620@plum.flirble.org>
23623      Branch: perl
23624            ! pp_pack.c t/op/pack.t
23625 ____________________________________________________________________________
23626 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
23627         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
23628              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23629              Date: Mon, 2 Jul 2001 15:45:41 -0400
23630              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
23631      Branch: perl
23632            ! os2/os2.c
23633 ____________________________________________________________________________
23634 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
23635         Log: (Mistaken retraction)
23636      Branch: perl
23637            ! utils/pl2pm.PL
23638 ____________________________________________________________________________
23639 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
23640         Log: Detypo in #11103.
23641      Branch: perl
23642            ! utils/pl2pm.PL
23643 ____________________________________________________________________________
23644 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
23645         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
23646              From: Jonathan Stowe <gellyfish@gellyfish.com>
23647              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
23648              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
23649      Branch: perl
23650            ! utils/pl2pm.PL
23651 ____________________________________________________________________________
23652 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
23653         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
23654              From: "Craig A. Berry" <craigberry@mac.com>
23655              Date: Mon, 02 Jul 2001 14:11:23 -0500
23656              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
23657      Branch: perl
23658            ! lib/Unicode/UCD.pm
23659 ____________________________________________________________________________
23660 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
23661         Log: Subject: [PATCH] Re: op/numconvert.t failures
23662              From: Nicholas Clark <nick@ccl4.org>
23663              Date: Mon, 2 Jul 2001 20:10:48 +0100
23664              Message-ID: <20010702201048.E59620@plum.flirble.org>
23665      Branch: perl
23666            ! t/op/numconvert.t
23667 ____________________________________________________________________________
23668 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
23669         Log: Update Changes.
23670      Branch: perl
23671            ! Changes patchlevel.h
23672 ____________________________________________________________________________
23673 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
23674         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
23675              The real fix must be more involved.  The line of code all the leaky
23676              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
23677              line of Perl_newPMOP().
23678      Branch: perl
23679            ! op.h
23680 ____________________________________________________________________________
23681 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
23682         Log: Based on
23683              
23684              Subject: Re: sizeof(struct sembuf)
23685              From: Nicholas Clark <nick@ccl4.org>
23686              Date: Sun, 1 Jul 2001 22:26:48 +0100
23687              Message-ID: <20010701222648.W59620@plum.flirble.org>
23688              
23689              but do semop() always the slow way.
23690      Branch: perl
23691            ! doio.c
23692 ____________________________________________________________________________
23693 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
23694         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
23695              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23696              Date: Tue, 03 Jul 2001 00:56:30 +0900
23697              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
23698      Branch: perl
23699            ! ext/Encode/Encode/Tcl.t
23700 ____________________________________________________________________________
23701 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
23702         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
23703              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23704              Date: Tue, 03 Jul 2001 00:55:46 +0900
23705              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
23706      Branch: perl
23707            ! ext/Encode/Encode/Tcl.pm
23708 ____________________________________________________________________________
23709 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
23710         Log: Regen api and toc.
23711      Branch: perl
23712            ! pod/perlapi.pod pod/perltoc.pod
23713 ____________________________________________________________________________
23714 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
23715         Log: Metaconfig unit change for #11093.
23716      Branch: metaconfig/U/perl
23717            ! d_fcntl_can_lock.U
23718 ____________________________________________________________________________
23719 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
23720         Log: The fcntl locking test may hang if NFS locking messed up;
23721              break out with alarm(10).
23722      Branch: perl
23723            ! Configure
23724 ____________________________________________________________________________
23725 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
23726         Log: Move the mdelete.bat from win32/bin to win32.
23727      Branch: perl
23728            ! MANIFEST
23729 ____________________________________________________________________________
23730 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
23731         Log: Typo in #11083.
23732      Branch: perl
23733            ! ext/Time/Piece/Piece.t
23734 ____________________________________________________________________________
23735 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
23736         Log: Netware tweaks from Guruprasad.
23737      Branch: perl
23738            - NetWare/perlsdio.h
23739            ! MANIFEST NetWare/Makefile NetWare/interface.c
23740            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
23741            ! perlsdio.h
23742 ____________________________________________________________________________
23743 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
23744         Log: Subject: Re: [PATH] shared -> unique;
23745              From: Abhijit Menon-Sen <ams@wiw.org>
23746              Date: Wed, 27 Jun 2001 03:51:27 +0530
23747              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
23748      Branch: perl
23749            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
23750 ____________________________________________________________________________
23751 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
23752         Log: Subject: Re: AIX / gcc-3.0
23753              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23754              Date: Mon, 02 Jul 2001 15:20:21 +0200
23755              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
23756      Branch: perl
23757            ! hints/aix.sh
23758 ____________________________________________________________________________
23759 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
23760         Log: Subject: Re: Bug report: split splits on wrong pattern
23761              From: Abhijit Menon-Sen <ams@wiw.org>
23762              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
23763              Date: Mon, 2 Jul 2001 16:31:33 +0530
23764      Branch: perl
23765            ! pp_ctl.c
23766 ____________________________________________________________________________
23767 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
23768         Log: Subject: [PATCH 5.6.1] test harness
23769              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23770              Date: Mon, 2 Jul 2001 06:29:21 -0400
23771              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
23772      Branch: perl
23773            ! lib/Test/Harness.pm
23774 ____________________________________________________________________________
23775 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
23776         Log: Subject: [PATCH 5.6.1] debugger goof
23777              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23778              Date: Mon, 2 Jul 2001 06:27:22 -0400
23779              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
23780      Branch: perl
23781            ! lib/perl5db.pl
23782 ____________________________________________________________________________
23783 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
23784         Log: Subject: [PATCH 5.6.1] OS/2 cwd
23785              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23786              Date: Mon, 2 Jul 2001 06:21:17 -0400
23787              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
23788      Branch: perl
23789            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
23790 ____________________________________________________________________________
23791 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
23792         Log: Make #11082 more OS/2-specific.
23793      Branch: perl
23794            ! ext/Time/Piece/Piece.t
23795 ____________________________________________________________________________
23796 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
23797         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
23798              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23799              Date: Mon, 2 Jul 2001 06:06:34 -0400
23800              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
23801      Branch: perl
23802            ! ext/Time/Piece/Piece.t
23803 ____________________________________________________________________________
23804 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
23805         Log: Subject: [PATCH B::Deparse] version number & changes
23806              From: Robin Houston <robin@kitsite.com>  
23807              Date: Sun, 1 Jul 2001 17:17:29 +0100
23808              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
23809      Branch: perl
23810            ! ext/B/B/Deparse.pm
23811 ____________________________________________________________________________
23812 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
23813         Log: Subject: a small fix.
23814              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
23815              Date: Mon, 2 Jul 2001 12:17:53 +0200
23816              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
23817      Branch: perl
23818            ! ext/Thread/Thread.xs
23819 ____________________________________________________________________________
23820 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
23821         Log: Subject: RE: perl@10907
23822              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
23823              Date: Mon, 2 Jul 2001 12:06:16 +0200
23824              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
23825              
23826              Borland C vs PerlIO.
23827      Branch: perl
23828            ! win32/config.bc win32/config_H.bc
23829 ____________________________________________________________________________
23830 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
23831         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
23832              From: "H.M. Brand" <merijn@l1.procura.nl>
23833              Date: Mon, 02 Jul 2001 11:18:57 +0200
23834              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
23835      Branch: perl
23836            ! t/op/write.t
23837 ____________________________________________________________________________
23838 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
23839         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
23840              From: Michael G Schwern <schwern@pobox.com>
23841              Date: Mon, 2 Jul 2001 00:26:24 -0400
23842              Message-ID: <20010702002624.A18302@blackrider>
23843      Branch: perl
23844            - ext/util/mkbootstrap
23845 ____________________________________________________________________________
23846 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
23847         Log: Subject: [PATCH op.h] v minor comment tweak
23848              From: Robin Houston <robin@puffinry.freeserve.co.uk>
23849              Date: Mon, 2 Jul 2001 00:42:01 +0100
23850              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
23851      Branch: perl
23852            ! op.h
23853 ____________________________________________________________________________
23854 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
23855         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
23856      Branch: perl
23857            ! pod/perlfunc.pod
23858 ____________________________________________________________________________
23859 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
23860         Log: Subject: Re: sizeof(struct sembuf)
23861              From: Nicholas Clark <nick@ccl4.org>
23862              Date: Sun, 1 Jul 2001 19:23:16 +0100
23863              Message-ID: <20010701192316.V59620@plum.flirble.org>
23864              
23865              s/signaling/signalling/
23866      Branch: perl
23867            ! pod/perlfunc.pod
23868 ____________________________________________________________________________
23869 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
23870         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
23871              From: "Philip Newton" <Philip.Newton@gmx.net>
23872              Date: Sun, 1 Jul 2001 09:37:56 +0200
23873              Message-Id: <200107010733.KAA03920@taas.iki.fi>
23874      Branch: perl
23875            ! pod/perlvar.pod
23876 ____________________________________________________________________________
23877 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
23878         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
23879              From: "Philip Newton" <Philip.Newton@gmx.net>
23880              Date: Sun, 1 Jul 2001 09:37:56 +0200
23881              Message-Id: <200107010733.KAA03925@taas.iki.fi>
23882      Branch: perl
23883            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
23884 ____________________________________________________________________________
23885 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
23886         Log: Metaconfig unit change for #11070.
23887      Branch: metaconfig
23888            ! U/compline/randfunc.U
23889 ____________________________________________________________________________
23890 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
23891         Log: Subject: [PATCH perlsnap] its --> it's --> its
23892              From: "Philip Newton" <Philip.Newton@gmx.net>
23893              Date: Sun, 1 Jul 2001 09:37:56 +0200
23894              Message-Id: <200107010733.KAA03914@taas.iki.fi>
23895      Branch: perl
23896            ! Porting/config_H
23897 ____________________________________________________________________________
23898 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
23899         Log: Sync with Sarathy; integrate with perlio.
23900      Branch: perl
23901           !> gv.c
23902 ____________________________________________________________________________
23903 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
23904         Log: regenerate win32/config_H.?c files
23905      Branch: perl
23906            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23907 ____________________________________________________________________________
23908 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
23909         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
23910              naming discipline
23911              
23912              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
23913              because of this)
23914              
23915              fix a warning about "fd" being used without being set in Cwd.xs
23916      Branch: perl
23917            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
23918            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
23919            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
23920            ! win32/config.vc
23921 ____________________________________________________________________________
23922 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
23923         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
23924              within macro arguments") and warnings ("unary minus applied to
23925              unsigned type", among others)
23926      Branch: perl
23927            ! gv.c hv.c op.c pp.c sv.c toke.c
23928 ____________________________________________________________________________
23929 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
23930         Log: win32 fixes: more spurious CRs
23931      Branch: perl
23932            ! win32/mdelete.bat
23933 ____________________________________________________________________________
23934 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
23935         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
23936              from win32/bin (or it gets deleted by distclean); don't delete
23937              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
23938              NT (should be made Win9x specific, and added to makefile.mk)
23939      Branch: perl
23940           +> win32/mdelete.bat
23941            - win32/bin/mdelete.bat
23942            ! win32/Makefile win32/makefile.mk
23943 ____________________________________________________________________________
23944 [ 11063] By: nick                                  on 2001/07/01  18:54:09
23945         Log: Quick for for #ifdef mess
23946      Branch: perlio
23947            ! gv.c
23948 ____________________________________________________________________________
23949 [ 11062] By: nick                                  on 2001/07/01  18:47:42
23950         Log: Raw integrate - does not build #if mess in gv.c
23951      Branch: perlio
23952           !> (integrate 29 files)
23953 ____________________________________________________________________________
23954 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
23955         Log: Make 'compile' target a little less broken.
23956              Still very broken, though: -Wall warnings from
23957              the generated code, boot_Foo prototypes missing,
23958              can't autoload Fcntl::SEEK_CUR et alia, ...
23959      Branch: perl
23960            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
23961            ! utils/perlcc.PL x2p/Makefile.SH
23962 ____________________________________________________________________________
23963 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
23964         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
23965      Branch: perl
23966            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
23967            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
23968 ____________________________________________________________________________
23969 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
23970         Log: Update Changes.
23971      Branch: perl
23972            ! Changes patchlevel.h
23973 ____________________________________________________________________________
23974 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
23975         Log: Still one typo, regen toc.
23976      Branch: perl
23977            ! lib/Unicode/UCD.pm pod/perltoc.pod
23978 ____________________________________________________________________________
23979 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
23980         Log: Detypos and regen toc.
23981      Branch: perl
23982            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
23983 ____________________________________________________________________________
23984 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
23985         Log: VERSION tweak.
23986      Branch: perl
23987            ! ext/List/Util/lib/List/Util.pm
23988 ____________________________________________________________________________
23989 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
23990         Log: Attempt at plugging the leak under ithreads detected by Doug.
23991      Branch: perl
23992            ! op.h
23993 ____________________________________________________________________________
23994 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
23995         Log: gcc -Wall lint after #11051.
23996      Branch: perl
23997            ! pp_sys.c
23998 ____________________________________________________________________________
23999 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
24000         Log: Integrate perlio.
24001      Branch: perl
24002           !> lib/File/Find/taint.t
24003 ____________________________________________________________________________
24004 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
24005         Log: Don't use the v-strings for module VERSIONs.
24006      Branch: perl
24007            ! lib/Unicode/UCD.pm
24008 ____________________________________________________________________________
24009 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
24010         Log: Code cleanup based on turning off the -woffs in IRIX.
24011              Not all of the gripes cleaned up (hairy code in hv.c and
24012              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
24013              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
24014              to the IRIX hints)
24015      Branch: perl
24016            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
24017            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
24018            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
24019            ! regcomp.c sv.c
24020 ____________________________________________________________________________
24021 [ 11050] By: nick                                  on 2001/06/30  20:46:46
24022         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
24023      Branch: perlio
24024            ! lib/File/Find/taint.t
24025 ____________________________________________________________________________
24026 [ 11049] By: nick                                  on 2001/06/30  18:13:33
24027         Log: Integrate mainline
24028      Branch: perlio
24029           +> NetWare/nwstdio.h NetWare/perlsdio.h
24030           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
24031           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
24032           +> lib/Unicode/UCD.t t/run/exit.t
24033           !> (integrate 60 files)
24034 ____________________________________________________________________________
24035 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
24036         Log: Delta delta.
24037      Branch: perl
24038            ! pod/perl572delta.pod
24039 ____________________________________________________________________________
24040 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
24041         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
24042              by CPAN.pm, use rather _00.
24043      Branch: perl
24044            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
24045            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
24046            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
24047            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
24048            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
24049            ! lib/ExtUtils/Embed.pm lib/Test.pm
24050 ____________________________________________________________________________
24051 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
24052         Log: Add a simple Unicode character database interface, Unicode::UCD.
24053      Branch: perl
24054            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
24055            ! MANIFEST
24056 ____________________________________________________________________________
24057 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
24058         Log: Subject: [PATCH] op/numconver.t
24059              From: Nicholas Clark <nick@ccl4.org>
24060              Date: Sat, 30 Jun 2001 15:40:10 +0100
24061              Message-ID: <20010630154010.I59620@plum.flirble.org>
24062      Branch: perl
24063            ! t/op/numconvert.t
24064 ____________________________________________________________________________
24065 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
24066         Log: The $^N is now taken (by #11038).
24067      Branch: perl
24068            ! t/base/lex.t
24069 ____________________________________________________________________________
24070 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
24071         Log: The #11040 had slipped to a wrong function...
24072      Branch: perl
24073            ! sv.c
24074 ____________________________________________________________________________
24075 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
24076         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
24077              the Configure library symbol probe mysteriously finds all
24078              symbols but those of pipe() and times().
24079      Branch: perl
24080            ! hints/aix.sh
24081 ____________________________________________________________________________
24082 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
24083         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
24084              From: Nicholas Clark <nick@ccl4.org>
24085              Date: Fri, 29 Jun 2001 23:49:07 +0100
24086              Message-ID: <20010629234907.D59620@plum.flirble.org>
24087      Branch: perl
24088            ! lib/ExtUtils.t
24089 ____________________________________________________________________________
24090 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
24091         Log: Subject: [PATCH] weakref fix 2, not yet there
24092              From: Artur Bergman <artur@contiller.se>
24093              Date: Sat, 30 Jun 2001 01:18:16 +0200
24094              Message-ID: <B762D957.1CC9%artur@contiller.se>
24095      Branch: perl
24096            ! sv.c
24097 ____________________________________________________________________________
24098 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
24099         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
24100              From: Michael G Schwern <schwern@pobox.com>
24101              Date: Fri, 29 Jun 2001 19:39:11 -0400
24102              Message-ID: <20010629193910.D25304@blackrider>
24103      Branch: perl
24104            + t/run/exit.t
24105            ! MANIFEST
24106 ____________________________________________________________________________
24107 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
24108         Log: Add support for $^N, the most-recently closed group.
24109      Branch: perl
24110            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
24111            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
24112            ! thrdvar.h
24113 ____________________________________________________________________________
24114 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
24115         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
24116              From: lvirden@cas.org
24117              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
24118              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
24119              
24120              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
24121              From: lvirden@cas.org
24122              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
24123              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
24124      Branch: perl
24125            ! README.solaris
24126 ____________________________________________________________________________
24127 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
24128         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
24129              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24130              Date: Sat, 30 Jun 2001 07:33:37 +0900
24131              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
24132              
24133              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
24134              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24135              Date: Sat, 30 Jun 2001 21:38:14 +0900
24136              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
24137      Branch: perl
24138            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
24139            + ext/Encode/Encode/7bit-kr.enc
24140            ! MANIFEST ext/Encode/Encode/Tcl.pm
24141 ____________________________________________________________________________
24142 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
24143         Log: NetWare tweaks from Guruprasad.
24144      Branch: perl
24145            + NetWare/nwstdio.h NetWare/perlsdio.h
24146            ! MANIFEST NetWare/Makefile NetWare/config.wc
24147            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
24148            ! NetWare/t/Readme.txt
24149 ____________________________________________________________________________
24150 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
24151         Log: More module $VERSION bump-ups.
24152      Branch: perl
24153            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
24154            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
24155            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
24156 ____________________________________________________________________________
24157 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
24158         Log: Doc update due to #11032.
24159      Branch: perl
24160            ! pod/perl572delta.pod
24161 ____________________________________________________________________________
24162 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
24163         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
24164              From: Peter Prymmer <pvhp@forte.com>
24165              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
24166              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
24167      Branch: perl
24168            ! ext/Time/HiRes/HiRes.xs
24169 ____________________________________________________________________________
24170 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
24171         Log: -lpthreads missing in AIX.
24172      Branch: perl
24173            ! hints/aix.sh
24174 ____________________________________________________________________________
24175 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
24176         Log: Subject: [PATCH] CLONE && weakrefs
24177              From: Artur Bergman <artur@contiller.se>
24178              Date: Fri, 29 Jun 2001 17:02:00 +0200
24179              Message-ID: <B7626508.1CA0%artur@contiller.se>
24180      Branch: perl
24181            ! sv.c
24182 ____________________________________________________________________________
24183 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
24184         Log: Subject: Re: Bug report: split splits on wrong pattern
24185              From: Radu Greab <radu@netsoft.ro>
24186              Date: Wed, 27 Jun 2001 21:50:52 +0300
24187              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
24188      Branch: perl
24189            ! pp_ctl.c t/op/split.t
24190 ____________________________________________________________________________
24191 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
24192         Log: Metaconfig unit change for #11027.
24193      Branch: metaconfig/U/perl
24194            ! d_modfl.U
24195 ____________________________________________________________________________
24196 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
24197         Log: I thought this Configure glitch for AIX was just recently fixed?
24198      Branch: perl
24199            ! Configure
24200 ____________________________________________________________________________
24201 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
24202         Log: Update Changes.
24203      Branch: perl
24204            ! Changes patchlevel.h
24205 ____________________________________________________________________________
24206 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
24207         Log: Subject: Re: perl@10967, File::Find, and Cwd
24208              From: Mike Guy <mjtg@cam.ac.uk>
24209              Date: Fri, 29 Jun 2001 14:56:49 +0100
24210              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
24211      Branch: perl
24212            ! lib/File/Find/taint.t
24213 ____________________________________________________________________________
24214 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
24215         Log: Update the sv_pvprintify() spec.
24216      Branch: perl
24217            ! pod/perltodo.pod
24218 ____________________________________________________________________________
24219 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
24220         Log: Known test failures update.
24221      Branch: perl
24222            ! pod/perl572delta.pod
24223 ____________________________________________________________________________
24224 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
24225         Log: Based on
24226              
24227              Subject: [PATCH @11016] More );) fixes
24228              From: Richard Soderberg <rs@crystalflame.net>
24229              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
24230              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
24231      Branch: perl
24232            ! ext/Thread/Thread.xs ext/Thread/typemap
24233 ____________________________________________________________________________
24234 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
24235         Log: Subject: [PATCH @11016] Fixes compile errors in four files
24236              From: Richard Soderberg <rs@crystalflame.net>
24237              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
24238              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
24239      Branch: perl
24240            ! mg.c pp.c pp_hot.c util.c
24241 ____________________________________________________________________________
24242 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
24243         Log: AIX hints tweaking continues, from Merijn Brand.
24244      Branch: perl
24245            ! hints/aix.sh
24246 ____________________________________________________________________________
24247 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
24248         Log: HP-UX needs gccversion sooner, from Merijn Brand.
24249      Branch: perl
24250            ! hints/hpux.sh
24251 ____________________________________________________________________________
24252 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
24253         Log: Subject: [PATCH 5.6.1] OS/2 docs
24254              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24255              Date: Fri, 29 Jun 2001 02:34:12 -0400
24256              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
24257      Branch: perl
24258            ! README.os2 os2/Changes
24259 ____________________________________________________________________________
24260 [ 11017] By: nick                                  on 2001/06/29  10:20:30
24261         Log: Integrate mainline
24262      Branch: perlio
24263           +> (branch 37 files)
24264            - ext/ODBM_File/sdbm.t
24265           !> (integrate 211 files)
24266 ____________________________________________________________________________
24267 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
24268         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
24269              the modules found using a script written by Larry Schatzer Jr.
24270      Branch: perl
24271            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
24272            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
24273            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
24274            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
24275            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
24276            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
24277            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
24278            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
24279            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
24280            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
24281            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
24282            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
24283            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
24284            ! lib/constant.pm lib/fields.pm lib/strict.pm
24285 ____________________________________________________________________________
24286 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
24287         Log: The latest JPL from the anoncvs.
24288      Branch: perl
24289            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
24290 ____________________________________________________________________________
24291 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
24292         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
24293      Branch: perl
24294            ! t/op/pat.t
24295 ____________________________________________________________________________
24296 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
24297         Log: Worrying about insecure directories now is a bit too late.
24298      Branch: perl
24299            ! lib/File/Find/taint.t
24300 ____________________________________________________________________________
24301 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
24302         Log: Cannot DIE() in a void function,
24303              from Richard Hatch <rhatch@austin.ibm.com>.
24304      Branch: perl
24305            ! ext/IPC/SysV/SysV.xs
24306 ____________________________________________________________________________
24307 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
24308         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
24309              From: Peter Prymmer <pvhp@forte.com>
24310              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
24311              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
24312              
24313              (unfinished: time/hires tests 3, 5, 14 failing, but better
24314              than wholesale failure)
24315      Branch: perl
24316            ! ext/Time/HiRes/HiRes.xs
24317 ____________________________________________________________________________
24318 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
24319         Log: Subject: [PATCH 5.6.1] OS/2 improvements
24320              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24321              Date: Thu, 28 Jun 2001 16:03:14 -0400
24322              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
24323      Branch: perl
24324            + os2/os2_base.t
24325            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
24326            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
24327            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
24328            ! os2/os2ish.h
24329 ____________________________________________________________________________
24330 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
24331         Log: Subject: Incrementing Extutils::Manifest's $VERSION
24332              From: Michael G Schwern <schwern@pobox.com>
24333              Date: Thu, 28 Jun 2001 13:13:49 -0400
24334              Message-ID: <20010628131349.A14738@blackrider>
24335      Branch: maint-5.6/perl
24336            ! lib/ExtUtils/Manifest.pm
24337 ____________________________________________________________________________
24338 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
24339         Log: AIX tweak from Merijn Brand.
24340      Branch: perl
24341            ! hints/aix.sh
24342 ____________________________________________________________________________
24343 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
24344         Log: Create the macperl branch.
24345      Branch: maint-5.6/macperl
24346           +> (branch 1728 files)
24347 ____________________________________________________________________________
24348 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
24349         Log: Update Changes.
24350      Branch: perl
24351            ! Changes patchlevel.h
24352 ____________________________________________________________________________
24353 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
24354         Log: More Perforce lore.
24355      Branch: perl
24356            ! Porting/repository.pod
24357 ____________________________________________________________________________
24358 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
24359         Log: Metaconfig unit changes for #11003.
24360      Branch: metaconfig/U/perl
24361            + d_nl_langinfo.U i_langinfo.U
24362 ____________________________________________________________________________
24363 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
24364         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
24365              Expected not to exist in non-UNIX excepting in VMS, where
24366              according to a quick web survey they just might.
24367      Branch: perl
24368            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
24369            ! Porting/config_H config_h.SH configure.com epoc/config.sh
24370            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
24371            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24372            ! win32/config.bc win32/config.gc win32/config.vc
24373 ____________________________________________________________________________
24374 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
24375         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
24376              in AIX is one is doing a 64-bit build.
24377      Branch: perl
24378            ! hints/aix.sh
24379 ____________________________________________________________________________
24380 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
24381         Log: Metaconfig unit changes for #11000.
24382      Branch: metaconfig/U/perl
24383            ! use64bits.U uselfs.U
24384 ____________________________________________________________________________
24385 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
24386         Log: Move use64bitint and use64bitall before uselargefiles.
24387      Branch: perl
24388            ! Configure
24389 ____________________________________________________________________________
24390 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
24391         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
24392              From: Robert Spier <rspier@pobox.com>
24393              Message-ID: <15162.41164.618712.841415@rls.cx>
24394              Date: Wed, 27 Jun 2001 23:13:16 -0400
24395      Branch: perl
24396            ! doio.c
24397 ____________________________________________________________________________
24398 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
24399         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
24400              From: Peter Prymmer <pvhp@forte.com>
24401              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
24402              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
24403      Branch: perl
24404            ! numeric.c
24405 ____________________________________________________________________________
24406 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
24407         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
24408              From: Peter Prymmer <pvhp@forte.com>
24409              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
24410              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
24411      Branch: perl
24412            ! configure.com ext/Digest/MD5/Makefile.PL
24413 ____________________________________________________________________________
24414 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
24415         Log: Update Changes.
24416      Branch: perl
24417            ! Changes patchlevel.h
24418 ____________________________________________________________________________
24419 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
24420         Log: Tiny EPOC updates.
24421      Branch: perl
24422            ! epoc/config.sh
24423 ____________________________________________________________________________
24424 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
24425         Log: The Test::More and Test::Simple tests required help
24426              thanks to our schizophrenic test scheme.
24427      Branch: perl
24428            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
24429            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
24430            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
24431            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
24432            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
24433 ____________________________________________________________________________
24434 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
24435         Log: Upgrade to Test::Simple 0.09.
24436      Branch: perl
24437            + lib/Test/Simple/Changes
24438            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
24439            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
24440            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
24441            ! lib/Test/Simple/t/plan_is_noplan.t
24442 ____________________________________________________________________________
24443 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
24444         Log: Upgrade to Test::More 0.07.
24445      Branch: perl
24446            + lib/Test/More/Changes
24447            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
24448            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
24449            ! lib/Test/More/t/skipall.t
24450 ____________________________________________________________________________
24451 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
24452         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
24453              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24454              Date: Wed, 27 Jun 2001 18:40:04 +0200
24455              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
24456      Branch: perl
24457            ! hints/hpux.sh
24458 ____________________________________________________________________________
24459 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
24460         Log: Subject: [PATCH README.qnx hints/qnx.sh]
24461              From: Norton Allen <allen@huarp.harvard.edu>
24462              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
24463              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
24464      Branch: perl
24465            ! README.qnx hints/qnx.sh
24466 ____________________________________________________________________________
24467 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
24468         Log: Subject: [PATCH] two little documentation nits
24469              From: Abhijit Menon-Sen <ams@wiw.org>
24470              Date: Wed, 27 Jun 2001 20:07:50 +0530
24471              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
24472      Branch: perl
24473            ! sv.c sv.h
24474 ____________________________________________________________________________
24475 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
24476         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
24477              From: Norton Allen <allen@huarp.harvard.edu>
24478              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
24479              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
24480      Branch: perl
24481            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
24482 ____________________________________________________________________________
24483 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
24484         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
24485              From: Michael G Schwern <schwern@pobox.com>
24486              Date: Wed, 27 Jun 2001 02:34:58 -0400
24487              Message-ID: <20010627023458.K23874@blackrider>
24488      Branch: perl
24489            ! vms/test.com
24490 ____________________________________________________________________________
24491 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
24492         Log: Add perl_clone_host() for Netware.
24493      Branch: perl
24494            ! NetWare/nw5.c
24495 ____________________________________________________________________________
24496 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
24497         Log: GCC 3.0 hints for HP-UX.
24498      Branch: perl
24499            ! hints/hpux.sh
24500 ____________________________________________________________________________
24501 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
24502         Log: In some Linux distributions the libndbm is broken
24503              (no null key support), therefore link with libgdbm
24504              (if available), since it has a working ndbm emulation,
24505              from Jonathan Stowe.
24506      Branch: perl
24507            + ext/NDBM_File/hints/linux.pl
24508            ! MANIFEST
24509 ____________________________________________________________________________
24510 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
24511         Log: Subject: [PATCH perl@10930] find.t hack for VMS
24512              From: "Craig A. Berry" <craigberry@mac.com>
24513              Date: Tue, 26 Jun 2001 23:40:25 -0500
24514              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
24515      Branch: perl
24516            ! lib/File/Find/find.t
24517 ____________________________________________________________________________
24518 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
24519         Log: AUTHORS updates.
24520      Branch: perl
24521            ! AUTHORS
24522 ____________________________________________________________________________
24523 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
24524         Log: Metaconfig unit change like #10980.
24525      Branch: metaconfig
24526            ! U/compline/d_stdstdio.U
24527 ____________________________________________________________________________
24528 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
24529         Log: "lose the it's", from Abhijit Menon-Sen.
24530              ("It's" not searched, pods not searched.)
24531      Branch: perl
24532            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
24533            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
24534            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
24535            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
24536            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
24537            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
24538 ____________________________________________________________________________
24539 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
24540         Log: "lose the looses", from Abhijit Menon-Sen.
24541      Branch: perl
24542            ! ext/B/B/Assembler.pm gv.c
24543 ____________________________________________________________________________
24544 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
24545         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
24546      Branch: perl
24547            ! hints/os390.sh
24548 ____________________________________________________________________________
24549 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
24550         Log: DEC C 5.3 on the VAX simply doesn't seem to like
24551              compiling the MD5 extension, disable it there for now,
24552              from Peter Prymmer.
24553      Branch: perl
24554            ! configure.com
24555 ____________________________________________________________________________
24556 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
24557         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
24558              From: Jonathan Stowe <gellyfish@gellyfish.com>
24559              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
24560              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
24561      Branch: perl
24562            ! pod/perlfaq3.pod
24563 ____________________________________________________________________________
24564 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
24565         Log: Subject: [PATCH 5.6.1] perlxs misprints
24566              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24567              Date: Tue, 26 Jun 2001 17:20:00 -0400
24568              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
24569      Branch: perl
24570            ! pod/perlxs.pod
24571 ____________________________________________________________________________
24572 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
24573         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
24574              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24575              Date: Tue, 26 Jun 2001 17:27:07 -0400
24576              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
24577      Branch: perl
24578            ! lib/ExtUtils/MM_Unix.pm
24579 ____________________________________________________________________________
24580 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
24581         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
24582              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24583              Date: Tue, 26 Jun 2001 17:23:24 -0400
24584              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
24585      Branch: perl
24586            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
24587 ____________________________________________________________________________
24588 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
24589         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
24590              by Olaf Flebbe.
24591      Branch: perl
24592            ! perl.h
24593 ____________________________________________________________________________
24594 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
24595         Log: Detypo.
24596      Branch: perl
24597            ! lib/Memoize/t/tie_sdbm.t
24598 ____________________________________________________________________________
24599 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
24600         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
24601      Branch: perl
24602            ! win32/perllib.c
24603 ____________________________________________________________________________
24604 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
24605         Log: Subject: [patch] perl_clone+CvFILE
24606              From: Doug MacEachern <dougm@covalent.net>
24607              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
24608              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
24609      Branch: perl
24610            ! sv.c
24611 ____________________________________________________________________________
24612 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
24613         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
24614              From: Mark-Jason Dominus <mjd@plover.com>
24615              Date: Tue, 26 Jun 2001 12:33:01 -0400
24616              Message-ID: <20010626163301.31298.qmail@plover.com>
24617      Branch: perl
24618            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
24619 ____________________________________________________________________________
24620 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
24621         Log: Update Changes.
24622      Branch: perl
24623            ! Changes patchlevel.h
24624 ____________________________________________________________________________
24625 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
24626         Log: Also catfile() needs now to explicitly exported.
24627      Branch: perl
24628            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
24629 ____________________________________________________________________________
24630 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
24631         Log: Regen toc.
24632      Branch: perl
24633            ! pod/perltoc.pod
24634 ____________________________________________________________________________
24635 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
24636         Log: Nonexistent pod command.
24637      Branch: perl
24638            ! pod/perl572delta.pod
24639 ____________________________________________________________________________
24640 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
24641         Log: Be more portable in the quest for tmpdir.
24642      Branch: perl
24643            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
24644 ____________________________________________________________________________
24645 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
24646         Log: Be more portable in finding out the home directory,
24647              and use File::Spec to do the concat.
24648              (Come to think of it, couldn't File::Spec provide
24649              for a ->homedir method?)
24650      Branch: perl
24651            ! lib/Net/Config.pm
24652 ____________________________________________________________________________
24653 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
24654         Log: Doc patch for #10959.
24655      Branch: perl
24656            ! pod/perlfunc.pod
24657 ____________________________________________________________________________
24658 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
24659         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
24660              From: "Philip Newton" <pnewton@gmx.de>
24661              Date: Tue, 26 Jun 2001 16:26:47 +0200
24662              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
24663      Branch: perl
24664            ! pod/perldata.pod
24665 ____________________________________________________________________________
24666 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
24667         Log: Subject: [PATH] shared -> unique;
24668              From: "Artur Bergman" <artur@contiller.se>
24669              Date: Tue, 26 Jun 2001 16:18:40 +0200
24670              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
24671              
24672              Because "shared" isn't: it's read-only.
24673      Branch: perl
24674            ! toke.c xsutils.c
24675 ____________________________________________________________________________
24676 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
24677         Log: Escape multiline croak messages.
24678      Branch: perl
24679            ! t/op/ver.t
24680 ____________________________________________________________________________
24681 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
24682         Log: No more pragma/*.t for minitest.
24683      Branch: perl
24684            ! Makefile.SH
24685 ____________________________________________________________________________
24686 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
24687         Log: AUTHORS updates.
24688      Branch: perl
24689            ! AUTHORS
24690 ____________________________________________________________________________
24691 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
24692         Log: delta updates.
24693      Branch: perl
24694            ! pod/perl572delta.pod
24695 ____________________________________________________________________________
24696 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
24697         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
24698              From: Artur Bergman <artur@contiller.se> 
24699              Date: Tue, 26 Jun 2001 15:32:53 +0200
24700              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
24701      Branch: perl
24702            ! makedef.pl sv.c sv.h win32/perllib.c
24703 ____________________________________________________________________________
24704 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
24705         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
24706              From: Jonathan Stowe <gellyfish@gellyfish.com>
24707              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
24708              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
24709              
24710              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
24711      Branch: perl
24712            + ext/Time/HiRes/hints/sco.pl
24713            ! MANIFEST
24714 ____________________________________________________________________________
24715 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
24716         Log: Subject: [PATCH 5.6.1] static build
24717              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24718              Date: Tue, 26 Jun 2001 04:22:25 -0400
24719              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
24720      Branch: perl
24721            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
24722            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
24723 ____________________________________________________________________________
24724 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
24725         Log: DJGPP patches from Laszlo Molnar.
24726      Branch: perl
24727            ! djgpp/djgpp.c perl.c util.c
24728 ____________________________________________________________________________
24729 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
24730         Log: Netware patches from Ananth Kesari.
24731      Branch: perl
24732            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
24733            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
24734            ! NetWare/nwtinfo.h
24735 ____________________________________________________________________________
24736 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
24737         Log: Detypo.
24738      Branch: perl
24739            ! ext/Errno/Errno_pm.PL
24740 ____________________________________________________________________________
24741 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
24742         Log: There seems to be two ways of spelling the $^O in *STEP.
24743      Branch: perl
24744            ! ext/Errno/Errno_pm.PL
24745 ____________________________________________________________________________
24746 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
24747         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
24748              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
24749      Branch: perl
24750            ! ext/Errno/Errno_pm.PL
24751 ____________________________________________________________________________
24752 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
24753         Log: Known bugs update.
24754      Branch: perl
24755            ! pod/perl572delta.pod
24756 ____________________________________________________________________________
24757 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
24758         Log: The default installation of Cygwin has 500 as root's uid.
24759      Branch: perl
24760            ! lib/User/pwent.t
24761 ____________________________________________________________________________
24762 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
24763         Log: Be even more relaxed (re-allow having only one entry).
24764      Branch: perl
24765            ! t/op/grent.t t/op/pwent.t
24766 ____________________________________________________________________________
24767 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
24768         Log: Test failure updates.
24769      Branch: perl
24770            ! pod/perl572delta.pod
24771 ____________________________________________________________________________
24772 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
24773         Log: MPE/iX test tweaks from Mark Bixby.
24774      Branch: perl
24775            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
24776            ! t/io/fs.t t/op/stat.t
24777 ____________________________________________________________________________
24778 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
24779         Log: Microperl findings.
24780      Branch: perl
24781            ! perl.h pp_sys.c
24782 ____________________________________________________________________________
24783 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
24784         Log: Touch uconfig.h.
24785      Branch: perl
24786            ! uconfig.h
24787 ____________________________________________________________________________
24788 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
24789         Log: Subject: [PATCH] Proposed fix for Pod::Man
24790              From: Rob Napier <rnapier@employees.org>
24791              Date: Mon, 25 Jun 2001 15:49:24 -0400
24792              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
24793              
24794              Cater for Solaris nroff brokenness (shortchanges daisywheel
24795              printers, but hey, we also no more support PDPs.)
24796      Branch: perl
24797            ! lib/Pod/Man.pm
24798 ____________________________________________________________________________
24799 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
24800         Log: Typo in #10937.
24801      Branch: perl
24802            ! ext/POSIX/sigaction.t
24803 ____________________________________________________________________________
24804 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
24805         Log: SIGCONT not trappable in VMS.
24806      Branch: perl
24807            ! ext/POSIX/sigaction.t
24808 ____________________________________________________________________________
24809 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
24810         Log: Subject: [DRAFT] Encode-Tcl.t
24811              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24812              Date: Tue, 26 Jun 2001 03:38:08 +0900
24813              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
24814      Branch: perl
24815            + ext/Encode/Encode/Tcl.t
24816            ! MANIFEST ext/Encode/Encode/Tcl.pm
24817 ____________________________________________________________________________
24818 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
24819         Log: Because of #10932 retract also the perlfunc hunk of #10910.
24820      Branch: perl
24821            ! pod/perlfunc.pod
24822 ____________________________________________________________________________
24823 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
24824         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
24825              by Ilya Zakharevich in
24826              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
24827      Branch: perl
24828            ! XSUB.h
24829 ____________________________________________________________________________
24830 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
24831         Log: Typo in #10889.
24832      Branch: perl
24833            ! hints/uts.sh
24834 ____________________________________________________________________________
24835 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
24836         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
24837              From: Abhijit Menon-Sen <ams@wiw.org>
24838              Date: Mon, 25 Jun 2001 23:45:45 +0530
24839              Message-ID: <20010625234545.A5022@lustre.linux.in>
24840      Branch: perl
24841            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
24842 ____________________________________________________________________________
24843 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
24844         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
24845              From: Michael G Schwern <schwern@pobox.com>
24846              Date: Mon, 25 Jun 2001 14:35:51 -0400
24847              Message-ID: <20010625143551.H13819@blackrider>
24848      Branch: perl
24849            ! lib/Test.pm
24850 ____________________________________________________________________________
24851 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
24852         Log: Update Changes.
24853      Branch: perl
24854            ! Changes patchlevel.h
24855 ____________________________________________________________________________
24856 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
24857         Log: Regen toc and modlib.
24858      Branch: perl
24859            ! pod/perlmodlib.pod pod/perltoc.pod
24860 ____________________________________________________________________________
24861 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
24862         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
24863              for the benefit of C++ compilers, as suggested by Guruprasad.
24864      Branch: perl
24865            ! embed.pl proto.h
24866 ____________________________________________________________________________
24867 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
24868         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
24869              From: Jonathan Stowe <gellyfish@gellyfish.com>
24870              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
24871              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
24872      Branch: perl
24873            ! pod/perlfaq5.pod
24874 ____________________________________________________________________________
24875 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
24876         Log: Missed from #10925.
24877      Branch: perl
24878            ! gv.c
24879 ____________________________________________________________________________
24880 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
24881         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
24882              From: Robin Houston <robin@kitsite.com>
24883              Date: Sat, 19 May 2001 16:19:34 +0100
24884              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
24885      Branch: perl
24886            ! cv.h gv.h op.c
24887 ____________________________________________________________________________
24888 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
24889         Log: Netware README tweak.
24890      Branch: perl
24891            ! README.netware
24892 ____________________________________________________________________________
24893 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
24894         Log: Subject: [PATCH] Re: overload.t fails
24895              From: Abhijit Menon-Sen <ams@wiw.org>
24896              Date: Mon, 25 Jun 2001 14:52:20 +0530
24897              Message-ID: <20010625145220.A24114@lustre.linux.in>
24898      Branch: perl
24899            ! lib/overload.t
24900 ____________________________________________________________________________
24901 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
24902         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
24903              From: Mike Guy <mjtg@cam.ac.uk>
24904              Date: Mon, 25 Jun 2001 11:43:23 +0100
24905              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
24906      Branch: perl
24907            ! lib/Carp.pm
24908 ____________________________________________________________________________
24909 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
24910         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
24911              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24912              Date: Sun, 24 Jun 2001 05:17:05 -0400
24913              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
24914      Branch: perl
24915            ! os2/os2ish.h
24916 ____________________________________________________________________________
24917 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
24918         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
24919              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24920              Date: Mon, 25 Jun 2001 05:52:27 -0400
24921              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
24922      Branch: perl
24923            ! hints/os2.sh
24924 ____________________________________________________________________________
24925 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
24926         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
24927              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24928              Date: Mon, 25 Jun 2001 05:23:35 -0400
24929              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
24930      Branch: perl
24931            ! os2/os2.c
24932 ____________________________________________________________________________
24933 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
24934         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
24935              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24936              Date: Mon, 25 Jun 2001 05:04:32 -0400
24937              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
24938      Branch: perl
24939            ! os2/OS2/REXX/DLL/DLL.pm
24940 ____________________________________________________________________________
24941 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
24942         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
24943              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24944              Date: Mon, 25 Jun 2001 05:02:36 -0400
24945              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
24946      Branch: perl
24947            ! mg.c os2/dl_os2.c os2/os2.c
24948 ____________________________________________________________________________
24949 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
24950         Log: Subject: Re: [PATCH 5.6.1] misprints
24951              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24952              Date: Mon, 25 Jun 2001 04:50:50 -0400
24953              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
24954      Branch: perl
24955            ! os2/os2.c pp_sys.c
24956 ____________________________________________________________________________
24957 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
24958         Log: Add Test::More and Test::Simple to the delta.
24959      Branch: perl
24960            ! pod/perl572delta.pod
24961 ____________________________________________________________________________
24962 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
24963         Log: Add Test::More, from Michael G Schwern.
24964      Branch: perl
24965            + lib/Test/More.pm lib/Test/More/t/More.t
24966            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
24967            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
24968            + t/lib/Test/More/Catch.pm
24969            ! MANIFEST
24970 ____________________________________________________________________________
24971 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
24972         Log: Add Test::Simple from Michael G Schwern.
24973      Branch: perl
24974            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
24975            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
24976            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
24977            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
24978            + t/lib/Test/Simple/Catch.pm
24979            + t/lib/Test/Simple/sample_tests/death.plx
24980            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
24981            + t/lib/Test/Simple/sample_tests/extras.plx
24982            + t/lib/Test/Simple/sample_tests/five_fail.plx
24983            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
24984            + t/lib/Test/Simple/sample_tests/one_fail.plx
24985            + t/lib/Test/Simple/sample_tests/require.plx
24986            + t/lib/Test/Simple/sample_tests/success.plx
24987            + t/lib/Test/Simple/sample_tests/too_few.plx
24988            + t/lib/Test/Simple/sample_tests/two_fail.plx
24989            ! MANIFEST
24990 ____________________________________________________________________________
24991 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
24992         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
24993              From: "Craig A. Berry" <craigberry@mac.com>
24994              Date: Sun, 24 Jun 2001 23:41:36 -0500
24995              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
24996      Branch: perl
24997            ! pp_sys.c
24998 ____________________________________________________________________________
24999 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
25000         Log: Upgrade to Attribute::Handlers 0.70.
25001      Branch: perl
25002            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
25003            ! MANIFEST lib/Attribute/Handlers.pm
25004 ____________________________________________________________________________
25005 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
25006         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
25007              From: Abhijit Menon-Sen <ams@wiw.org>
25008              Date: Sat, 23 Jun 2001 05:17:44 +0530
25009              Message-ID: <20010623051744.A18583@lustre.linux.in>
25010              
25011              (Can't think of a good place to put tests.)
25012      Branch: perl
25013            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
25014 ____________________________________________________________________________
25015 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
25016         Log: Subject: [PATCH] t/op/pat.t typo fix
25017              From: Richard Soderberg <rs@crystalflame.net>
25018              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
25019              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
25020      Branch: perl
25021            ! t/op/pat.t
25022 ____________________________________________________________________________
25023 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
25024         Log: Move the pack warnings to their own file, as pointed
25025              out by Spider.
25026      Branch: perl
25027            + t/lib/warnings/pp_pack
25028            ! MANIFEST t/lib/warnings/pp
25029 ____________________________________________________________________________
25030 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
25031         Log: Update Changes.
25032      Branch: perl
25033            ! Changes patchlevel.h
25034 ____________________________________________________________________________
25035 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
25036         Log: Partially fix a problem noticed by IRIX compiler:
25037              the initialization of parse_start was bypassed by
25038              several gotos.  Now initialized to zero, which may
25039              not be the best choice.
25040      Branch: perl
25041            ! regcomp.c
25042 ____________________________________________________________________________
25043 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
25044         Log: Relax the group and password tests back to moaning only
25045              if no matches at all are found.  (Even with a small sample
25046              I could find many sites where there are, umm, anomalies in
25047              the said databases.)       
25048      Branch: perl
25049            ! t/op/grent.t t/op/pwent.t
25050 ____________________________________________________________________________
25051 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
25052         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
25053      Branch: perl
25054            ! pp_ctl.c
25055 ____________________________________________________________________________
25056 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
25057         Log: De-cut-and-pasto in #10902.
25058      Branch: perl
25059            ! pp_ctl.c
25060 ____________________________________________________________________________
25061 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
25062         Log: The #10771 didn't take?
25063      Branch: perl
25064            ! pp_ctl.c
25065 ____________________________________________________________________________
25066 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
25067         Log: Undo the filetests part of #10900, under multiplicity
25068              weird errors take place.
25069      Branch: perl
25070            ! pp_sys.c
25071 ____________________________________________________________________________
25072 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
25073         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
25074      Branch: perl
25075            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
25076 ____________________________________________________________________________
25077 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
25078         Log: (Replaced by #10922)
25079              
25080              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
25081              From: Tony Bowden <tony@kasei.com>
25082              Date: Sun, 24 Jun 2001 17:32:40 +0100
25083              Message-ID: <20010624173240.A16293@blackstar.co.uk>
25084              
25085              Document (well, mention) shortmess() and longmess()
25086              to rob people of their fun of reinventing the weel.
25087      Branch: perl
25088            ! lib/Carp.pm
25089 ____________________________________________________________________________
25090 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
25091         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
25092              From: Brian Jepson <bjepson@oreilly.com>
25093              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
25094              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
25095      Branch: perl
25096            ! pp_sys.c
25097 ____________________________________________________________________________
25098 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
25099         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
25100              From: Robin Barker <rmb1@cise.npl.co.uk> 
25101              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
25102              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
25103      Branch: perl
25104            ! lib/CPAN.pm
25105 ____________________________________________________________________________
25106 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
25107         Log: Memoize patch from mjd.
25108      Branch: perl
25109            ! lib/Memoize/t/tie_storable.t
25110 ____________________________________________________________________________
25111 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
25112         Log: Spec the sv_pvprintify() a bit more.
25113      Branch: perl
25114            ! pod/perltodo.pod
25115 ____________________________________________________________________________
25116 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
25117         Log: Upgrade to Memoize 0.65.
25118      Branch: perl
25119            + lib/Memoize/t/array_confusion.t
25120            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
25121            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
25122            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
25123            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
25124            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
25125            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
25126            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
25127            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
25128            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
25129            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
25130            ! lib/Memoize/t/tie_storable.t
25131 ____________________________________________________________________________
25132 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
25133         Log: Metaconfig unit change for #10892.
25134      Branch: metaconfig
25135            ! U/modified/Options.U
25136 ____________________________________________________________________________
25137 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
25138         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
25139              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25140              Date: Sun, 24 Jun 2001 05:24:40 -0400
25141              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
25142      Branch: perl
25143            ! Configure hints/os2.sh
25144 ____________________________________________________________________________
25145 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
25146         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
25147              From: Mike Guy <mjtg@cam.ac.uk>
25148              Date: Sun, 24 Jun 2001 15:28:39 +0100
25149              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
25150              
25151              Fix an ancient (5.002) bug.
25152      Branch: perl
25153            ! lib/Carp/Heavy.pm
25154 ____________________________________________________________________________
25155 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
25156         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
25157              variables.
25158      Branch: perl
25159            ! pp_sys.c
25160 ____________________________________________________________________________
25161 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
25162         Log: Make UTS as per #10888.
25163      Branch: perl
25164            ! hints/uts.sh
25165 ____________________________________________________________________________
25166 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
25167         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
25168      Branch: perl
25169            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
25170            ! mpeix/mpeixish.h perl.h unixish.h
25171 ____________________________________________________________________________
25172 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
25173         Log: AUTHORS update.
25174      Branch: perl
25175            ! AUTHORS
25176 ____________________________________________________________________________
25177 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
25178         Log: Subject: Encode::Tcl for multibyte doesnot work
25179              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
25180              Date: Sun, 24 Jun 2001 22:48:21 +0900
25181              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
25182      Branch: perl
25183            ! ext/Encode/Encode/Tcl.pm
25184 ____________________________________________________________________________
25185 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
25186         Log: Subject: [PATCH] Remove tautology in error messages
25187              From: Mike Guy <mjtg@cam.ac.uk>
25188              Date: Sun, 24 Jun 2001 13:31:00 +0100
25189              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
25190      Branch: perl
25191            ! pp_sys.c
25192 ____________________________________________________________________________
25193 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
25194         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
25195      Branch: perl
25196            ! hints/darwin.sh
25197 ____________________________________________________________________________
25198 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
25199         Log: Subject: Re: [PATCH 5.6.1] test suite
25200              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25201              Date: Sun, 24 Jun 2001 05:47:05 -0400
25202              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
25203              
25204              Test suite fixes.
25205      Branch: perl
25206            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
25207 ____________________________________________________________________________
25208 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
25209         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
25210              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25211              Date: Sun, 24 Jun 2001 05:37:19 -0400
25212              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
25213      Branch: perl
25214            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
25215 ____________________________________________________________________________
25216 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
25217         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
25218              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25219              Date: Sun, 24 Jun 2001 05:34:50 -0400
25220              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
25221              
25222              Pacify compiler warnings.
25223      Branch: perl
25224            ! pp_sys.c
25225 ____________________________________________________________________________
25226 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
25227         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
25228              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25229              Date: Sun, 24 Jun 2001 05:21:18 -0400
25230              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
25231              
25232              Enable compression of executables during link time.
25233      Branch: perl
25234            ! hints/os2.sh
25235 ____________________________________________________________________________
25236 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
25237         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
25238              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25239              Date: Sun, 24 Jun 2001 05:15:11 -0400
25240              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
25241              
25242              Add ordinals to the export list for Perl DLL.
25243              (Breaks intra-version DLL compatibility.)
25244      Branch: perl
25245            ! makedef.pl
25246 ____________________________________________________________________________
25247 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
25248         Log: Allow (displaying and) re-editing the Subject in perlbug.
25249              Also abstract the Subject quality control into a function.
25250      Branch: perl
25251            ! utils/perlbug.PL
25252 ____________________________________________________________________________
25253 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
25254         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
25255      Branch: perl
25256            ! utils/perlbug.PL
25257 ____________________________________________________________________________
25258 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
25259         Log: Regen toc and modlib.
25260      Branch: perl
25261            ! pod/perlmodlib.pod pod/perltoc.pod
25262 ____________________________________________________________________________
25263 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
25264         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
25265              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
25266              attribute semantics as much as possible, or 'ntsec' which uses
25267              native NTFS semantics.)  (See also #10877.)
25268      Branch: perl
25269            ! perl.c
25270 ____________________________________________________________________________
25271 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
25272         Log: (Retracted by #11586)
25273              
25274              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
25275      Branch: perl
25276            ! lib/Test/Harness.pm
25277 ____________________________________________________________________________
25278 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
25279         Log: Just zap the -uPerlio.
25280      Branch: perl
25281            ! ext/B/Stash.t
25282 ____________________________________________________________________________
25283 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
25284         Log: Do not test PerlIO if PerlIO not used.
25285      Branch: perl
25286            ! ext/PerlIO/PerlIO.t
25287 ____________________________________________________________________________
25288 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
25289         Log: Regen perlapi.
25290      Branch: perl
25291            ! pod/perlapi.pod
25292 ____________________________________________________________________________
25293 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
25294         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
25295              From: Nicholas Clark <nick@ccl4.org>
25296              Date: Sat, 23 Jun 2001 22:55:47 +0100
25297              Message-ID: <20010623225547.Z98663@plum.flirble.org>
25298      Branch: perl
25299            ! numeric.c
25300 ____________________________________________________________________________
25301 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
25302         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
25303              From: Prymmer/Kahn <pvhp@best.com>
25304              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
25305              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
25306      Branch: perl
25307            ! lib/h2xs.t
25308 ____________________________________________________________________________
25309 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
25310         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
25311              cygwin does not taint cwd, just like win32.
25312      Branch: perl
25313            ! lib/File/Find/taint.t t/op/taint.t
25314 ____________________________________________________________________________
25315 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
25316         Log: Retract #10865, the patch should be unnecessary.
25317              (But seemingly helpful in Cygwin?  Strange.)
25318      Branch: perl
25319            ! lib/Memoize/t/tie_ndbm.t
25320 ____________________________________________________________________________
25321 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
25322         Log: Misplaced test file; plus Cygwin filesystem semantics.
25323      Branch: perl
25324            + ext/SDBM_File/sdbm.t
25325            - ext/ODBM_File/sdbm.t
25326            ! MANIFEST
25327 ____________________________________________________________________________
25328 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
25329         Log: (Retracted by #10867.)
25330      Branch: perl
25331            ! lib/Memoize/t/tie_ndbm.t
25332 ____________________________________________________________________________
25333 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
25334         Log: Metaconfig unit change for #10863.
25335      Branch: metaconfig/U/perl
25336            ! Extensions.U
25337 ____________________________________________________________________________
25338 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
25339         Log: In Cygwin do not build NDBM_File and ODBM_File unless
25340              -lndbm and -ldbm are available.
25341      Branch: perl
25342            ! Configure config_h.SH
25343 ____________________________________________________________________________
25344 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
25345         Log: More Cygwin filesystem semantics.
25346      Branch: perl
25347            ! t/io/fs.t t/op/stat.t
25348 ____________________________________________________________________________
25349 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
25350         Log: More DOSish permission semantics for Cygwin.
25351      Branch: perl
25352            ! lib/AnyDBM_File.t
25353 ____________________________________________________________________________
25354 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
25355         Log: Cygwin too has different permission semantics.
25356      Branch: perl
25357            ! ext/GDBM_File/gdbm.t
25358 ____________________________________________________________________________
25359 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
25360         Log: The group (and assumedly passwd) databases can have
25361              only one entry (this is the case in cygwin).
25362      Branch: perl
25363            ! t/op/grent.t t/op/pwent.t
25364 ____________________________________________________________________________
25365 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
25366         Log: Also in Cygwin use Socket to figure out domainname
25367              (if any) (avoids trying to call external 'domainname',
25368              which doesn't at the moment exist in Cygwin)
25369      Branch: perl
25370            ! lib/Net/Domain.pm
25371 ____________________________________________________________________________
25372 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
25373         Log: Remove also the lib$Foo.def, not just $Foo.def.
25374      Branch: perl
25375            ! lib/ExtUtils/MM_Unix.pm
25376 ____________________________________________________________________________
25377 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
25378         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
25379      Branch: perl
25380            ! unixish.h
25381 ____________________________________________________________________________
25382 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
25383         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
25384              to match the whole isprint(), only the space character.
25385      Branch: perl
25386            ! handy.h pod/perlre.pod t/op/pat.t
25387 ____________________________________________________________________________
25388 [ 10854] By: nick                                  on 2001/06/23  08:09:33
25389         Log: Integrate mainline
25390      Branch: perlio
25391           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
25392           !> lib/ExtUtils.t lib/File/Find/taint.t
25393           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
25394           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
25395           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
25396 ____________________________________________________________________________
25397 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
25398         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
25399              with its floats    in os390 and s390 (UTS).
25400      Branch: perl
25401            ! lib/Math/BigInt/t/bigintpm.t
25402 ____________________________________________________________________________
25403 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
25404         Log: Add also UTS (s390) to the non-IEEE float platforms.
25405      Branch: perl
25406            ! t/op/sprintf.t
25407 ____________________________________________________________________________
25408 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
25409         Log: Subject: RFC: what are applicable standards for exponent sizes?
25410              From: Peter Prymmer <pvhp@forte.com>
25411              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
25412              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
25413      Branch: perl
25414            ! t/op/sprintf.t
25415 ____________________________________________________________________________
25416 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
25417         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
25418              From: Peter Prymmer <pvhp@forte.com>
25419              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
25420              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
25421      Branch: perl
25422            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
25423 ____________________________________________________________________________
25424 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
25425         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
25426              From: Peter Prymmer <pvhp@forte.com>
25427              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
25428              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
25429      Branch: perl
25430            ! lib/ExtUtils.t
25431 ____________________________________________________________________________
25432 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
25433         Log: Retract #10845.
25434      Branch: perl
25435            ! lib/File/Find/taint.t
25436 ____________________________________________________________________________
25437 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
25438         Log: Yet another error message.
25439      Branch: perl
25440            ! t/op/mkdir.t
25441 ____________________________________________________________________________
25442 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
25443         Log: The croak message for nonexistent socket functions may vary.
25444      Branch: perl
25445            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
25446 ____________________________________________________________________________
25447 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
25448         Log: (Retracted by #10848.)
25449      Branch: perl
25450            ! lib/File/Find/taint.t
25451 ____________________________________________________________________________
25452 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
25453         Log: Integrate perlio.
25454      Branch: perl
25455           !> lib/File/Find/taint.t t/op/write.t
25456 ____________________________________________________________________________
25457 [ 10843] By: nick                                  on 2001/06/22  21:24:51
25458         Log: Back out debug in taint.t
25459      Branch: perlio
25460            ! lib/File/Find/taint.t
25461 ____________________________________________________________________________
25462 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
25463         Log: setitimer() does not exist in Unicos, despite of what
25464              Configure thinks, from Mark P. Lutz.
25465      Branch: perl
25466            ! hints/unicos.sh
25467 ____________________________________________________________________________
25468 [ 10841] By: nick                                  on 2001/06/22  21:19:36
25469         Log: Skip cwd test on Win32 ???
25470      Branch: perlio
25471            ! lib/File/Find/taint.t
25472 ____________________________________________________________________________
25473 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
25474         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
25475              and Tru64 gcc -Wall happy.
25476      Branch: perl
25477            ! mg.c
25478 ____________________________________________________________________________
25479 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
25480         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
25481      Branch: perl
25482            ! ext/IPC/SysV/Semaphore.pm
25483 ____________________________________________________________________________
25484 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
25485         Log: Metaconfig unit change for #10837.
25486      Branch: metaconfig/U/perl
25487            ! Cross.U
25488 ____________________________________________________________________________
25489 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
25490         Log: Cleanup of the cross-compilation unit.
25491      Branch: perl
25492            ! Configure
25493 ____________________________________________________________________________
25494 [ 10836] By: nick                                  on 2001/06/22  20:45:12
25495         Log: Skip |- based op/write.t on Win32 as well as VMS
25496      Branch: perlio
25497            ! t/op/write.t
25498 ____________________________________________________________________________
25499 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
25500         Log: Integrate perlio.
25501      Branch: perl
25502           !> util.c
25503 ____________________________________________________________________________
25504 [ 10834] By: nick                                  on 2001/06/22  20:41:54
25505         Log: Integrate mainline
25506      Branch: perlio
25507           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
25508           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
25509           !> vos/config.ga.h
25510 ____________________________________________________________________________
25511 [ 10833] By: nick                                  on 2001/06/22  20:22:58
25512         Log: Patcho fix.
25513      Branch: perlio
25514            ! util.c
25515 ____________________________________________________________________________
25516 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
25517         Log: Metaconfig unit changes for #10831.
25518      Branch: metaconfig
25519            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
25520 ____________________________________________________________________________
25521 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
25522         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
25523              From: Andy Dougherty <doughera@lafayette.edu>
25524              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
25525              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
25526      Branch: perl
25527            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25528            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
25529 ____________________________________________________________________________
25530 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
25531         Log: MPE/iX prototype nits from Mark Bixby.
25532      Branch: perl
25533            ! pp_sys.c
25534 ____________________________________________________________________________
25535 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
25536         Log: Detypo.
25537      Branch: perl
25538            ! util.c
25539 ____________________________________________________________________________
25540 [ 10828] By: nick                                  on 2001/06/22  15:33:37
25541         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
25542      Branch: perlio
25543           +> lib/h2xs.t
25544           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
25545           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
25546           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
25547           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
25548           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
25549           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
25550           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
25551           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
25552           !> vms/vmsish.h
25553 ____________________________________________________________________________
25554 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
25555         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
25556              Date: Fri, 22 Jun 2001 10:08:35 -0500
25557              From: "Craig A. Berry" <craigberry@mac.com>
25558              Message-Id: <a05101001b75908704194@[192.168.56.145]>
25559      Branch: perl
25560            ! vms/vms.c vms/vmsish.h
25561 ____________________________________________________________________________
25562 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
25563         Log: NetWare scripts tweak from Ananth Kesari.
25564      Branch: perl
25565            ! NetWare/t/NWScripts.pl
25566 ____________________________________________________________________________
25567 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
25568         Log: Update Changes.
25569      Branch: perl
25570            ! Changes patchlevel.h
25571 ____________________________________________________________________________
25572 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
25573         Log: Add .i and .s targets.
25574      Branch: perl
25575            ! Makefile.SH
25576 ____________________________________________________________________________
25577 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
25578         Log: Upgrade to Locale::Maketext 1.03.
25579      Branch: perl
25580            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
25581            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
25582 ____________________________________________________________________________
25583 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
25584         Log: Upgrade to I18N::LangTags 0.26.
25585      Branch: perl
25586            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
25587            ! lib/I18N/LangTags/test.pl
25588 ____________________________________________________________________________
25589 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
25590         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
25591              Philip Newton.
25592      Branch: perl
25593            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
25594            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
25595 ____________________________________________________________________________
25596 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
25597         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
25598              From: Prymmer/Kahn <pvhp@best.com>
25599              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
25600              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
25601      Branch: perl
25602            + lib/h2xs.t
25603            ! MANIFEST utils/h2xs.PL
25604 ____________________________________________________________________________
25605 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
25606         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
25607              From: Prymmer/Kahn <pvhp@best.com>
25608              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
25609              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
25610      Branch: perl
25611            ! lib/ExtUtils.t
25612 ____________________________________________________________________________
25613 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
25614         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
25615              From: Prymmer/Kahn <pvhp@best.com>
25616              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
25617              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
25618      Branch: perl
25619            ! t/pod/plainer.t
25620 ____________________________________________________________________________
25621 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
25622         Log: AUTHORS update.
25623      Branch: perl
25624            ! AUTHORS
25625 ____________________________________________________________________________
25626 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
25627         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
25628              From: "Craig A. Berry" <craigberry@mac.com>
25629              Date: Thu, 21 Jun 2001 18:20:38 -0500
25630              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
25631      Branch: perl
25632            ! ext/POSIX/POSIX.xs
25633 ____________________________________________________________________________
25634 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
25635         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
25636              From: "Craig A. Berry" <craigberry@mac.com>
25637              Date: Thu, 21 Jun 2001 09:58:52 -0500
25638              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
25639      Branch: perl
25640            ! ext/B/Deparse.t t/op/write.t
25641 ____________________________________________________________________________
25642 [ 10814] By: nick                                  on 2001/06/22  08:13:09
25643         Log: Integrate mainline.
25644      Branch: perlio
25645           !> (integrate 46 files)
25646 ____________________________________________________________________________
25647 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
25648         Log: Change the prefixes only if $prefix is unset,
25649              as originally patched by Marcel Grunauer.
25650      Branch: perl
25651            ! hints/darwin.sh hints/rhapsody.sh
25652 ____________________________________________________________________________
25653 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
25654         Log: Subject: Re: Patch for hints/darwin.sh
25655              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
25656              Date: Thu, 21 Jun 2001 11:23:46 -0700
25657              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
25658      Branch: perl
25659            ! hints/darwin.sh hints/rhapsody.sh
25660 ____________________________________________________________________________
25661 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
25662         Log: Add .PHONY targets for non-file targets,
25663              from Wilfredo Sánchez.  Should help saying
25664              "make install" on case-insensitive filesystems.
25665      Branch: perl
25666            ! Makefile.SH
25667 ____________________________________________________________________________
25668 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
25669         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
25670              From: Doug MacEachern <dougm@covalent.net>
25671              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
25672              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
25673              
25674              plus reword the getcwd() comment, plus use getcwd() buffer
25675              size minus one.
25676      Branch: perl
25677            ! util.c
25678 ____________________________________________________________________________
25679 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
25680         Log: More gprofing from Doug MacEachern.
25681      Branch: perl
25682            ! Makefile.SH
25683 ____________________________________________________________________________
25684 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
25685         Log: Metaconfig unit change for #10807.
25686      Branch: metaconfig/U/perl
25687            ! d_sfio.U
25688 ____________________________________________________________________________
25689 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
25690         Log: Tell that you are removing the unneeded -lsfio.
25691      Branch: perl
25692            ! Configure
25693 ____________________________________________________________________________
25694 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
25695         Log: More MPE/iX tweaks from Mark Bixby.
25696      Branch: perl
25697            ! perl.c t/op/magic.t
25698 ____________________________________________________________________________
25699 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
25700         Log: The fchdir() proto is supposed to live in <unistd.h>.
25701      Branch: perl
25702            ! ext/Cwd/Cwd.xs
25703 ____________________________________________________________________________
25704 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
25705         Log: This town is too small for the Cwd extension and me,
25706              it would seem...
25707      Branch: perl
25708            ! ext/Cwd/Cwd.xs
25709 ____________________________________________________________________________
25710 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
25711         Log: Metaconfig unit change for #10802.
25712      Branch: metaconfig/U/perl
25713            ! d_modfl.U
25714 ____________________________________________________________________________
25715 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
25716         Log: More d'ohs.
25717      Branch: perl
25718            ! Configure
25719 ____________________________________________________________________________
25720 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
25721         Log: Off-by-one.  I'm so classic.
25722      Branch: perl
25723            ! util.c
25724 ____________________________________________________________________________
25725 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
25726         Log: Update Changes.
25727      Branch: perl
25728            ! Changes patchlevel.h
25729 ____________________________________________________________________________
25730 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
25731         Log: Subject: Documentation patch for Net::FTP
25732              From: Marcel Grunauer <marcel@codewerk.com>
25733              Date: Wed, 20 Jun 2001 23:03:26 +0200
25734              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
25735      Branch: perl
25736            ! lib/Net/FTP.pm
25737 ____________________________________________________________________________
25738 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
25739         Log: Retract the #10417 mg.c and embed.pl parts because of
25740              strange SEGVs in 64bit x86 FreeBSD observed by
25741              Nicholas Clark.
25742      Branch: perl
25743            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
25744 ____________________________________________________________________________
25745 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
25746         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
25747      Branch: perl
25748            ! Configure NetWare/config.wc NetWare/config_H.wc
25749            ! Porting/Glossary Porting/config.sh Porting/config_H
25750            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
25751            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25752            ! vos/config.ga.h win32/config.bc win32/config.gc
25753            ! win32/config.vc win32/config_H.bc win32/config_H.gc
25754            ! win32/config_H.vc
25755 ____________________________________________________________________________
25756 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
25757         Log: Cwd tweak from Doug MacEachern.
25758      Branch: perl
25759            ! ext/Cwd/Cwd.xs
25760 ____________________________________________________________________________
25761 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
25762         Log: Protect the fchdir() and lstat() with ifdefs.
25763              fchdir() needs a Configure probe.
25764      Branch: perl
25765            ! ext/Cwd/Cwd.xs
25766 ____________________________________________________________________________
25767 [ 10794] By: nick                                  on 2001/06/21  17:11:35
25768         Log: Integrate mainline
25769      Branch: perlio
25770           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
25771           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
25772           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
25773           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
25774           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
25775           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
25776           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
25777           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
25778            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
25779            - lib/File/Glob/case.t lib/File/Glob/global.t
25780            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
25781            - lib/File/Temp/posix.t lib/File/Temp/security.t
25782            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
25783            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
25784            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
25785            - lib/Text/Wrap/wrap.t
25786           !> (integrate 41 files)
25787 ____________________________________________________________________________
25788 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
25789         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
25790              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
25791              Date: Thu, 21 Jun 2001 13:04:54 -0500
25792              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
25793      Branch: perl
25794            ! ext/Cwd/Cwd.xs
25795 ____________________________________________________________________________
25796 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
25797         Log: Subject: [PATCH pod] overlong =item
25798              From: Robin Barker <rmb1@cise.npl.co.uk>
25799              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
25800              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
25801      Branch: perl
25802            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
25803            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
25804 ____________________________________________________________________________
25805 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
25806         Log: Subject: [PATCH perlio.c] format 
25807              From: Robin Barker <rmb1@cise.npl.co.uk>
25808              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
25809              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
25810      Branch: perl
25811            ! perlio.c
25812 ____________________________________________________________________________
25813 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
25814         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
25815              From: Radu Greab <radu@netsoft.ro>
25816              Date: Thu, 21 Jun 2001 19:06:02 +0300
25817              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
25818      Branch: perl
25819            ! pod/perlapi.pod sv.c
25820 ____________________________________________________________________________
25821 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
25822         Log: The metaconfig unit changes for #10788.
25823      Branch: metaconfig/U/perl
25824            ! Cross.U fflushall.U
25825 ____________________________________________________________________________
25826 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
25827         Log: Cross-configuration changes: make $from to rm the files
25828              before copying them over (this means that he rm can be
25829              removed from the fflushall test), create $targetmkdir      
25830              (not documented in install since it is supposed to internal
25831              use only), make $run to copy over the executable only if
25832              a stamp file .xok doesn't already exist (to avoid unnecessary
25833              copying of the executable)
25834      Branch: perl
25835            ! Configure Makefile.SH
25836 ____________________________________________________________________________
25837 [ 10787] By: nick                                  on 2001/06/21  14:16:18
25838         Log: Integrate mainline
25839      Branch: perlio
25840           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
25841           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
25842           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
25843            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
25844           !> (integrate 34 files)
25845 ____________________________________________________________________________
25846 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
25847         Log: Re-add the files as text.
25848      Branch: perl
25849            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
25850 ____________________________________________________________________________
25851 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
25852         Log: Delete the binary files.
25853      Branch: perl
25854            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
25855 ____________________________________________________________________________
25856 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
25857         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
25858              From: Andy Dougherty <doughera@lafayette.edu>
25859              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
25860              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
25861      Branch: perl
25862            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
25863            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
25864            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
25865            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
25866 ____________________________________________________________________________
25867 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
25868         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
25869              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
25870              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
25871              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
25872              
25873              Setting umask to something friendlier.
25874      Branch: perl
25875            ! installman installperl
25876 ____________________________________________________________________________
25877 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
25878         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
25879              Resort MANIFEST with sort -f, looks much better.
25880      Branch: perl
25881            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
25882            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
25883            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
25884            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
25885            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
25886            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
25887            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
25888            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
25889            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
25890            - lib/File/Glob/case.t lib/File/Glob/global.t
25891            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
25892            - lib/File/Temp/posix.t lib/File/Temp/security.t
25893            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
25894            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
25895            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
25896            - lib/Text/Wrap/wrap.t
25897            ! MANIFEST
25898 ____________________________________________________________________________
25899 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
25900         Log: Upgrade to I18N::LangTags 0.25.
25901      Branch: perl
25902            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
25903            ! lib/I18N/LangTags/List.pm
25904 ____________________________________________________________________________
25905 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
25906         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
25907              From: Richard Soderberg <rs@crystalflame.net>
25908              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
25909              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
25910      Branch: perl
25911            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
25912            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
25913 ____________________________________________________________________________
25914 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
25915         Log: Test obsoleted by change #10777.
25916      Branch: perl
25917            ! t/op/sub_lval.t
25918 ____________________________________________________________________________
25919 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
25920         Log: Case of confused test numbering.
25921      Branch: perl
25922            ! t/op/pat.t
25923 ____________________________________________________________________________
25924 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
25925         Log: Subject: Re: Opinion on undef lvalue
25926              From: Abhijit Menon-Sen <ams@wiw.org>
25927              Date: Sun, 17 Jun 2001 13:04:46 +0530
25928              Message-ID: <20010617130446.B27925@lustre.linux.in>
25929              
25930              Allow lvalue subs to return undef in array context.
25931      Branch: perl
25932            ! pp_hot.c
25933 ____________________________________________________________________________
25934 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
25935         Log: Just a guess that using the same hack for cygwin as
25936              for win32 might help.
25937      Branch: perl
25938            ! lib/File/Find/find.t
25939 ____________________________________________________________________________
25940 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
25941         Log: NetWare tweaks from Guruprasad.
25942      Branch: perl
25943            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
25944            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
25945            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
25946            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
25947 ____________________________________________________________________________
25948 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
25949         Log: Subject: Re: perl@10722: Bogus warnings on REs 
25950              From: Hugo <hv@crypt.compulink.co.uk>
25951              Date: Thu, 21 Jun 2001 09:51:17 +0100
25952              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
25953              
25954              Unroll to avoid a UTS compiler bug.
25955      Branch: perl
25956            ! regcomp.c
25957 ____________________________________________________________________________
25958 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
25959         Log: Subject: Re: [PATCH] Make /o work under i?threads
25960              From: Artur Bergman <artur@contiller.se>
25961              Date: Thu, 21 Jun 2001 14:38:03 +0200
25962              Message-ID: <B757B74A.184D%artur@contiller.se>
25963      Branch: perl
25964            ! t/op/pat.t
25965 ____________________________________________________________________________
25966 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
25967         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
25968              From: Artur Bergman <artur@contiller.se> 
25969              Date: Thu, 21 Jun 2001 14:27:33 +0200
25970              Message-ID: <B757B4D4.1849%artur@contiller.se>
25971              
25972              Plus extra parentheses.
25973      Branch: perl
25974            ! op.h
25975 ____________________________________________________________________________
25976 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
25977         Log: Subject: [PATCH] Make /o work under i?threads
25978              From: Richard Soderberg <rs@crystalflame.net>
25979              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
25980              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
25981      Branch: perl
25982            ! pp_ctl.c
25983 ____________________________________________________________________________
25984 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
25985         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
25986              From: Artur Bergman <artur@contiller.se>
25987              Date: Thu, 21 Jun 2001 14:04:54 +0200
25988              Message-ID: <B757AF86.1842%artur@contiller.se>
25989      Branch: perl
25990            ! op.h
25991 ____________________________________________________________________________
25992 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
25993         Log: Subject: Re: perl@10765: sv.c not OK on win32
25994              From: Artur Bergman <artur@contiller.se>
25995              Date: Thu, 21 Jun 2001 10:31:06 +0200
25996              Message-ID: <B7577D69.182C%artur@contiller.se>
25997      Branch: perl
25998            ! sv.c
25999 ____________________________________________________________________________
26000 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
26001         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
26002              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26003              Date: Thu, 21 Jun 2001 06:23:56 -0400
26004              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
26005              
26006              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
26007              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26008              Date: Thu, 21 Jun 2001 06:32:21 -0400
26009              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
26010      Branch: perl
26011            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
26012 ____________________________________________________________________________
26013 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
26014         Log: Subject: [PATCH] make syslog test more verbose
26015              From: Robert Spier <rspier@pobox.com>
26016              Date: Thu, 21 Jun 2001 00:54:32 -0400
26017              Message-ID: <15153.32264.295807.333073@rls.cx>
26018      Branch: perl
26019            ! ext/Sys/Syslog/syslog.t
26020 ____________________________________________________________________________
26021 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
26022         Log: Subject: op/study.t refinements
26023              From: Hugo <hv@crypt.compulink.co.uk>
26024              Date: Thu, 21 Jun 2001 00:29:07 +0100
26025              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
26026      Branch: perl
26027            ! t/op/study.t
26028 ____________________________________________________________________________
26029 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
26030         Log: Update Changes.
26031      Branch: perl
26032            ! Changes patchlevel.h
26033 ____________________________________________________________________________
26034 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
26035         Log: Subject: Re: [PATCH] djgpp updates
26036              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
26037              Date: Wed, 20 Jun 2001 10:05:15 +0200
26038              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
26039      Branch: perl
26040            ! djgpp/config.over
26041 ____________________________________________________________________________
26042 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
26043         Log: Fix for ID 20010619.002 "When building hash, hash keys that
26044              are function calls are not being called", from Abhijit.
26045      Branch: perl
26046            ! t/base/lex.t toke.c
26047 ____________________________________________________________________________
26048 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
26049         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
26050      Branch: perl
26051            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
26052            + lib/Locale/Maketext/test.pl
26053            - lib/Locale/Maketext.t
26054            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
26055            ! lib/Locale/Maketext/TPJ13.pod
26056 ____________________________________________________________________________
26057 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
26058         Log: Metaconfig unit change for #10760.
26059      Branch: metaconfig
26060            ! U/modified/Cppsym.U
26061 ____________________________________________________________________________
26062 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
26063         Log: Do not remove the ccsym* Cppsym* files since
26064              they are useful for metaconfig units coming after us.
26065              (This is the Configure nit mentioned in #10752.)
26066      Branch: perl
26067            ! Configure
26068 ____________________________________________________________________________
26069 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
26070         Log: Update to I18N::LangTags 0.24, from Sean Burke.
26071      Branch: perl
26072            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
26073            + lib/I18N/LangTags/README
26074            - lib/I18N/LangTags/List.pod
26075            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
26076 ____________________________________________________________________________
26077 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
26078         Log: Regen headers.
26079      Branch: perl
26080            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
26081            ! pod/perlapi.pod proto.h
26082 ____________________________________________________________________________
26083 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
26084         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
26085              From: Artur Bergman <artur@contiller.se>
26086              Date: Wed, 20 Jun 2001 11:31:32 +0200
26087              Message-ID: <B7563A14.17D8%artur@contiller.se>
26088      Branch: perl
26089            ! embed.pl hv.c intrpvar.h sv.c sv.h
26090 ____________________________________________________________________________
26091 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
26092         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
26093              From: Tim Sweetman <tim@aldigital.co.uk> 
26094              Date: Wed, 13 Jun 2001 14:25:17 +0100 
26095              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
26096      Branch: perl
26097            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
26098 ____________________________________________________________________________
26099 [ 10755] By: nick                                  on 2001/06/20  16:12:37
26100         Log: Integrate mainline
26101      Branch: perlio
26102           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
26103           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
26104           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
26105           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
26106           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
26107           !> t/op/study.t util.c
26108 ____________________________________________________________________________
26109 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
26110         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
26111              but not Makefile)
26112      Branch: maint-5.6/perl
26113            ! win32/Makefile
26114 ____________________________________________________________________________
26115 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
26116         Log: Security tweak on readlink().
26117      Branch: perl
26118            ! pp_sys.c
26119 ____________________________________________________________________________
26120 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
26121         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
26122      Branch: perl
26123            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
26124            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
26125            ! mpeix/relink t/op/pwent.t
26126 ____________________________________________________________________________
26127 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
26128         Log: Reinstate #10725 (with probe for alarm()).
26129      Branch: perl
26130            ! t/op/study.t
26131 ____________________________________________________________________________
26132 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
26133         Log: Replace our implementation of realpath() with OpenBSD's
26134              (src/lib/libc/stdlib/realpath.c 1.4).
26135      Branch: perl
26136            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
26137            ! pod/perldiag.pod proto.h util.c
26138 ____________________________________________________________________________
26139 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
26140         Log: Integrate perlio.
26141      Branch: perl
26142           !> perlio.c
26143 ____________________________________________________________________________
26144 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
26145         Log: No point in going into memory-saving contortions
26146              with getcwd() since there's a danger of buffer overflow.
26147              Also make the POSIX extension to use sv_getcwd().
26148              Finally, a missed proto.h fragment.
26149      Branch: perl
26150            ! ext/POSIX/POSIX.xs proto.h util.c
26151 ____________________________________________________________________________
26152 [ 10747] By: nick                                  on 2001/06/20  12:38:26
26153         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
26154      Branch: perlio
26155            ! perlio.c
26156 ____________________________________________________________________________
26157 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
26158         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
26159              From: Graham Barr <gbarr@pobox.com>
26160              Date: Wed, 20 Jun 2001 11:05:49 +0100
26161              Message-ID: <20010620110549.I19188@pobox.com>
26162              
26163              reported in        
26164              
26165              Subject: Bug in IO::Socket::INET module (repeat)
26166              From: "Harmon S. Nine" <hnine@netarx.com>
26167              Date: Tue, 19 Jun 2001 09:41:35 -0400
26168              Message-ID: <3B2F568F.8080605@netarx.com>
26169              
26170              The bug was that the IO::Socket::INET constructor
26171              did not allow a 'LocalPort' of 0.
26172      Branch: perl
26173            ! ext/IO/lib/IO/Socket/INET.pm
26174 ____________________________________________________________________________
26175 [ 10745] By: nick                                  on 2001/06/20  08:56:39
26176         Log: Integrate mainline.
26177      Branch: perlio
26178           !> (integrate 37 files)
26179 ____________________________________________________________________________
26180 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
26181         Log: After some reading I don't think we can blindly
26182              use systems' realpath().  Too many security problems,
26183              too many buggy implementations.
26184              
26185              TODO: the realpath() emulation code in util.c doesn't
26186              seem fully operational?  (readlink(), for example?)
26187      Branch: perl
26188            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
26189            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
26190            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
26191            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
26192            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
26193            ! win32/config_H.gc win32/config_H.vc
26194 ____________________________________________________________________________
26195 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
26196         Log: Metaconfig unit change for #10738.
26197      Branch: metaconfig
26198            ! U/compline/d_gconvert.U
26199 ____________________________________________________________________________
26200 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
26201         Log: Integrate change #10739 from maintperl:
26202              
26203              C<eval "/x$\r\n/x"> fails to compile correctly 
26204      Branch: perl
26205           !> t/op/pat.t toke.c
26206 ____________________________________________________________________________
26207 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
26208         Log: Retract #10725 (Hugo asked NOT to apply the patch)
26209      Branch: perl
26210            ! t/op/study.t
26211 ____________________________________________________________________________
26212 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
26213         Log: The test.third results were funnily named because of the
26214              new test scheme.
26215      Branch: perl
26216            ! t/TEST
26217 ____________________________________________________________________________
26218 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
26219         Log: C<eval "/x$\r\n/x"> fails to compile correctly
26220      Branch: maint-5.6/perl
26221            ! t/op/pat.t toke.c
26222 ____________________________________________________________________________
26223 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
26224         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
26225              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26226              Date: Tue, 19 Jun 2001 19:15:40 -0400
26227              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
26228              
26229              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
26230              because "1e+129" being expected but "1.e+129" being returned.
26231              The culprit (at least in Tru64) is the use of gcvt().
26232      Branch: perl
26233            ! Configure
26234 ____________________________________________________________________________
26235 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
26236         Log: Subject: [PATCH perl@10722] test hunting on VMS
26237              From: "Craig A. Berry" <craigberry@mac.com>
26238              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
26239              Date: Tue, 19 Jun 2001 18:59:01 -0500
26240      Branch: perl
26241            ! vms/test.com
26242 ____________________________________________________________________________
26243 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
26244         Log: Subject: [PATCH] s/typos//
26245              From: Abhijit Menon-Sen <ams@wiw.org>
26246              Date: Wed, 20 Jun 2001 02:15:02 +0530
26247              Message-ID: <20010620021502.A14541@lustre.linux.in>
26248              
26249              Without the op.h s/bearword/bareword/ hunk, see
26250              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
26251      Branch: perl
26252            ! util.c
26253 ____________________________________________________________________________
26254 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
26255         Log: Metaconfig unit change for #10732 and #10733.
26256      Branch: metaconfig/U/perl
26257            ! fflushall.U
26258 ____________________________________________________________________________
26259 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
26260         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
26261              From: "Craig A. Berry" <craigberry@mac.com>
26262              Date: Tue, 19 Jun 2001 17:19:48 -0500
26263              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
26264      Branch: perl
26265            ! configure.com vms/descrip_mms.template
26266 ____________________________________________________________________________
26267 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
26268         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
26269              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26270              Date: Tue, 19 Jun 2001 16:48:07 -0400
26271              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
26272              
26273              Further fixes to fflush(NULL) detection.
26274      Branch: perl
26275            ! Configure
26276 ____________________________________________________________________________
26277 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
26278         Log: AIX test -s hangs with non-existent files?
26279              (A genuine logic bug in Configure, but AIX also broken?)
26280      Branch: perl
26281            ! Configure
26282 ____________________________________________________________________________
26283 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
26284         Log: AUTHORS updates.
26285      Branch: perl
26286            ! AUTHORS
26287 ____________________________________________________________________________
26288 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
26289         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
26290              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26291              Date: Tue, 19 Jun 2001 15:33:25 -0400
26292              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
26293      Branch: perl
26294            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
26295            ! t/lib/warnings/pp
26296 ____________________________________________________________________________
26297 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
26298         Log: Integrate perlio.
26299      Branch: perl
26300           !> lib/File/Find/find.t win32/distclean.bat
26301 ____________________________________________________________________________
26302 [ 10728] By: nick                                  on 2001/06/19  18:24:53
26303         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
26304      Branch: perlio
26305            ! lib/File/Find/find.t win32/distclean.bat
26306 ____________________________________________________________________________
26307 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
26308         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
26309              also add information how to find out whether one has PerlIO.
26310      Branch: perl
26311            ! pod/perlfunc.pod
26312 ____________________________________________________________________________
26313 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
26314         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
26315              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
26316              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
26317              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
26318      Branch: perl
26319            ! pod/perlfunc.pod
26320 ____________________________________________________________________________
26321 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
26322         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
26323              From: Hugo <hv@crypt.compulink.co.uk>
26324              Date: Tue, 19 Jun 2001 12:37:30 +0100
26325              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
26326      Branch: perl
26327            ! t/op/study.t
26328 ____________________________________________________________________________
26329 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
26330         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
26331              From: Hugo <hv@crypt.compulink.co.uk>
26332              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
26333              Date: Tue, 19 Jun 2001 13:15:17 +0100
26334      Branch: perl
26335            ! util.c
26336 ____________________________________________________________________________
26337 [ 10723] By: nick                                  on 2001/06/19  14:46:15
26338         Log: Integrate mainline
26339      Branch: perlio
26340           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
26341           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
26342           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
26343           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
26344           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
26345           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
26346            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
26347            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
26348            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
26349            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
26350            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
26351            - ext/Thread/unsync4.t
26352           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
26353           !> djgpp/config.over djgpp/fixpmain
26354           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
26355           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
26356           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
26357 ____________________________________________________________________________
26358 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
26359         Log: Update Changes.
26360      Branch: perl
26361            ! Changes patchlevel.h
26362 ____________________________________________________________________________
26363 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
26364         Log: The existence shall be MANIFESted.
26365      Branch: perl
26366            ! MANIFEST
26367 ____________________________________________________________________________
26368 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
26369         Log: The old libnet.cfg is first searched from the current directory,
26370              only then from the module path.
26371      Branch: perl
26372            ! utils/libnetcfg.PL
26373 ____________________________________________________________________________
26374 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
26375         Log: NetWare tweaks from Guruprasad.
26376      Branch: perl
26377            ! NetWare/Makefile NetWare/config.wc
26378 ____________________________________________________________________________
26379 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
26380         Log: Subject: [PATCH] djgpp updates
26381              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
26382              Date: Tue, 19 Jun 2001 10:59:06 +0200
26383              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
26384      Branch: perl
26385            ! djgpp/config.over djgpp/fixpmain
26386 ____________________________________________________________________________
26387 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
26388         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
26389              From: Prymmer/Kahn <pvhp@best.com>
26390              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
26391              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
26392      Branch: perl
26393            ! win32/Makefile
26394 ____________________________________________________________________________
26395 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
26396         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
26397              to happen right after the inclusion of <inttypes.h>,
26398              from Edward Moy.
26399      Branch: perl
26400            ! handy.h perl.h
26401 ____________________________________________________________________________
26402 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
26403         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
26404              From: Doug MacEachern <dougm@covalent.net>
26405              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
26406              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
26407      Branch: perl
26408            ! ext/DynaLoader/DynaLoader_pm.PL
26409 ____________________________________________________________________________
26410 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
26411         Log: Revert #10656 for perfomance reasons but leave in the
26412              use of Hv*() macros -- in comments, so that grepping the
26413              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
26414              suggested by Sarathy, also by Abhijit.)
26415      Branch: perl
26416            ! hv.c
26417 ____________________________________________________________________________
26418 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
26419         Log: Subject: [patch] .s MakeMaker suffix
26420              From: Doug MacEachern <dougm@covalent.net>
26421              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
26422              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
26423      Branch: perl
26424            ! lib/ExtUtils/MM_Unix.pm
26425 ____________________________________________________________________________
26426 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
26427         Log: One test lost in the big shuffle restored.
26428      Branch: perl
26429            + ext/IPC/SysV/ipcsysv.t
26430            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
26431 ____________________________________________________________________________
26432 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
26433         Log: Rename the old non-standard threads tests so that
26434              they won't be invoked.
26435      Branch: perl
26436            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
26437            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
26438            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
26439            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
26440            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
26441            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
26442            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
26443            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
26444            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
26445            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
26446            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
26447            - ext/Thread/unsync4.t
26448            ! MANIFEST
26449 ____________________________________________________________________________
26450 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
26451         Log: Integrate perlio.
26452      Branch: perl
26453           !> win32/config_sh.PL
26454 ____________________________________________________________________________
26455 [ 10709] By: nick                                  on 2001/06/19  08:18:18
26456         Log: Integrate mainline
26457      Branch: perlio
26458           +> (branch 40 files)
26459            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
26460            - lib/strict/subs lib/strict/vars lib/warnings/1global
26461            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
26462            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
26463            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
26464            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
26465            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
26466            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
26467            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
26468            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
26469            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
26470            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
26471            - lib/warnings/utf8 lib/warnings/util
26472           !> (integrate 57 files)
26473 ____________________________________________________________________________
26474 [ 10708] By: nick                                  on 2001/06/19  07:57:10
26475         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
26476      Branch: perlio
26477            ! win32/config_sh.PL
26478 ____________________________________________________________________________
26479 [ 10707] By: nick                                  on 2001/06/19  07:05:07
26480         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
26481      Branch: perl
26482            ! perly.c perly.y perly_c.diff vms/perly_c.vms
26483 ____________________________________________________________________________
26484 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
26485         Log: More perl572delta tweaks.
26486      Branch: perl
26487            ! pod/perl572delta.pod
26488 ____________________________________________________________________________
26489 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
26490         Log: Update perl572delta.
26491      Branch: perl
26492            ! pod/perl572delta.pod
26493 ____________________________________________________________________________
26494 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
26495         Log: VOS updates from Paul Green.
26496      Branch: perl
26497            ! vos/Changes vos/build.cm vos/perl.bind
26498 ____________________________________________________________________________
26499 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
26500         Log: Update the vos/config.*.* files.
26501      Branch: perl
26502            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26503            ! vos/config.ga.h
26504 ____________________________________________________________________________
26505 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
26506         Log: Add a makefile for more painless adding of symbols to the
26507              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
26508              takes care of the adding)
26509      Branch: perl
26510            + vos/Makefile
26511 ____________________________________________________________________________
26512 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
26513         Log: Make libnetcfg by default display the libnet configuration,
26514              -c to change, add -i for old config, document all options,
26515              regen toc.
26516      Branch: perl
26517            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
26518 ____________________________________________________________________________
26519 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
26520         Log: gcc -Wall sweep.
26521      Branch: perl
26522            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
26523 ____________________________________________________________________________
26524 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
26525         Log: So there.
26526      Branch: perl
26527            ! universal.c
26528 ____________________________________________________________________________
26529 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
26530         Log: Document the need for sv_printify().
26531              
26532              Document that 'use utf8' has been considered.
26533              
26534              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
26535      Branch: perl
26536            ! pod/perltodo.pod universal.c
26537 ____________________________________________________________________________
26538 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
26539         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
26540              From: Nicholas Clark <nick@ccl4.org>
26541              Date: Mon, 18 Jun 2001 23:29:23 +0100
26542              Message-ID: <20010618232923.I98663@plum.flirble.org>
26543      Branch: perl
26544            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
26545            ! ext/Sys/Syslog/Makefile.PL
26546 ____________________________________________________________________________
26547 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
26548         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
26549              From: Scott.L.Miller@Compaq.com
26550              Date: Mon, 18 Jun 2001 10:12:27 -0500
26551              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
26552      Branch: perl
26553            ! lib/perl5db.pl pod/perldebug.pod
26554 ____________________________________________________________________________
26555 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
26556         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
26557              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
26558              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
26559              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
26560      Branch: perl
26561            ! lib/Carp/Heavy.pm
26562 ____________________________________________________________________________
26563 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
26564         Log: Subject: [PATCH] Documentation changes for CLONE
26565              From: Artur Bergman <artur@contiller.se>
26566              Date: Mon, 18 Jun 2001 22:06:37 +0200
26567              Message-ID: <B7542BEC.1719%artur@contiller.se>
26568      Branch: perl
26569            ! pod/perlmod.pod pod/perlsub.pod
26570 ____________________________________________________________________________
26571 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
26572         Log: Subject: Re: configure.com
26573              From: "Craig A. Berry" <craigberry@mac.com>
26574              Date: Mon, 18 Jun 2001 16:04:38 -0500
26575              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
26576      Branch: perl
26577            ! configure.com
26578 ____________________________________________________________________________
26579 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
26580         Log: Subject: PL_nullstash + perl_clone()
26581              From: Doug MacEachern <dougm@covalent.net>
26582              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
26583              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
26584      Branch: perl
26585            ! sv.c
26586 ____________________________________________________________________________
26587 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
26588         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
26589              From: davem@fdgroup.co.uk
26590              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
26591              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
26592      Branch: perl
26593            ! embed.pl pod/perlapi.pod
26594 ____________________________________________________________________________
26595 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
26596         Log: More cross-compilation defaults gleaned from -Dcc
26597              if it is CPU-OS-gcc.
26598      Branch: metaconfig
26599            ! U/modified/libc.U
26600      Branch: metaconfig/U/perl
26601            ! Cross.U
26602      Branch: perl
26603            ! Configure INSTALL
26604 ____________________________________________________________________________
26605 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
26606         Log: Update Changes.
26607      Branch: perl
26608            ! Changes patchlevel.h
26609 ____________________________________________________________________________
26610 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
26611         Log: Subject: [PATCH 5.7.1] sv.c documentation
26612              From: davem@fdgroup.co.uk
26613              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
26614              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
26615      Branch: perl
26616            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
26617            ! sv.c sv.h
26618 ____________________________________________________________________________
26619 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
26620         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
26621              From: "Jon Gunnip" <jongunnip@hotmail.com>
26622              Date: Sun, 17 Jun 2001 18:24:29 -0400
26623              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
26624      Branch: perl
26625            ! pod/perlvar.pod
26626 ____________________________________________________________________________
26627 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
26628         Log: Move the locale/strict/warnings helper files back
26629              under the t/lib; this way the amount of non-installabled
26630              stuff under lib/ stays smaller.
26631      Branch: perl
26632            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
26633            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
26634            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
26635            + t/lib/warnings/5nolint t/lib/warnings/6default
26636            + t/lib/warnings/7fatal t/lib/warnings/8signal
26637            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
26638            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
26639            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
26640            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
26641            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
26642            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
26643            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
26644            + t/lib/warnings/taint t/lib/warnings/toke
26645            + t/lib/warnings/universal t/lib/warnings/utf8
26646            + t/lib/warnings/util
26647            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
26648            - lib/strict/subs lib/strict/vars lib/warnings/1global
26649            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
26650            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
26651            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
26652            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
26653            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
26654            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
26655            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
26656            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
26657            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
26658            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
26659            - lib/warnings/utf8 lib/warnings/util
26660            ! MANIFEST installperl lib/locale.t lib/strict.t
26661 ____________________________________________________________________________
26662 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
26663         Log: Split off the pack/unpack code, from Nicholas Clark.
26664      Branch: perl
26665            + pp_pack.c
26666            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
26667            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
26668            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
26669 ____________________________________________________________________________
26670 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
26671         Log: Guard the SysV IPC tests against being invoked in
26672              SysV-IPC-less places.
26673      Branch: perl
26674            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
26675 ____________________________________________________________________________
26676 [ 10683] By: nick                                  on 2001/06/18  12:24:42
26677         Log: Integrate mainline (new test scheme now ok on Linux).
26678      Branch: perlio
26679           +> lib/warnings.t
26680           !> dump.c sv.c
26681 ____________________________________________________________________________
26682 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
26683         Log: Add the locale.c and numeric.c to the microperl sources.
26684      Branch: perl
26685            ! Makefile.micro win32/Makefile
26686 ____________________________________________________________________________
26687 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
26688         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
26689              From: Abhijit Menon-Sen <ams@wiw.org>
26690              Date: Mon, 18 Jun 2001 14:23:44 +0530
26691              Message-ID: <20010618142344.A13136@lustre.linux.in>
26692      Branch: perl
26693            ! dump.c
26694 ____________________________________________________________________________
26695 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
26696         Log: Subject: Re: [PATCH] more anonymous stash cleanups
26697              From: Abhijit Menon-Sen <ams@wiw.org>
26698              Date: Mon, 18 Jun 2001 15:50:32 +0530
26699              Message-ID: <20010618155032.A13223@lustre.linux.in>
26700              
26701              Plus the comment left in as suggested by NI-S.
26702      Branch: perl
26703            ! sv.c
26704 ____________________________________________________________________________
26705 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
26706         Log: One missed file.
26707      Branch: perl
26708            + lib/warnings.t
26709 ____________________________________________________________________________
26710 [ 10678] By: nick                                  on 2001/06/18  08:05:29
26711         Log: Integrate mainline (part2 - the deletes)
26712      Branch: perlio
26713            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
26714            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
26715            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
26716            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
26717            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
26718            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
26719            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
26720            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
26721            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
26722            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
26723            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
26724 ____________________________________________________________________________
26725 [ 10677] By: nick                                  on 2001/06/18  08:04:44
26726         Log: Integrate mainline (part1)
26727      Branch: perlio
26728           +> (branch 376 files)
26729            - (delete 219 files)
26730           !> (integrate 151 files)
26731 ____________________________________________________________________________
26732 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
26733         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
26734              No doubt I made some mistakes like missed some files or
26735              misnamed some files.  The naming rules were more or less:
26736              (1) if the module is from CPAN, follows its ways, be it
26737              t/*.t or test.pl.
26738              (2) otherwise if there are multiple tests for a module
26739              put them in a t/
26740              (3) otherwise if there's only one test put it in Module.t
26741              (4) helper files go to module/ (locale, strict, warnings)
26742              (5) use longer filenames now that we can (but e.g. the
26743              compat-0.6.t and the Text::Balanced test files still
26744              were renamed to be more civil against the 8.3 people)
26745              installperl was updated appropriately not to install the
26746              *.t files or the help files from under lib.
26747              
26748              TODO: some helper files still remain under t/ that could
26749              follow their 'masters'.  UPDATE: On second thoughts, why
26750              should they.  They can continue to live under t/lib, and
26751              in fact the locale/strict/warnings helpers that were moved
26752              could be moved back.  This way the amount of non-installable
26753              stuff under lib/ stays smaller.
26754      Branch: perl
26755            + (add 253 files)
26756            - (delete 254 files)
26757            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
26758 ____________________________________________________________________________
26759 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
26760         Log: The warning no more comes from util.c, it comes from numeric.c.
26761      Branch: perl
26762            ! README.tru64
26763 ____________________________________________________________________________
26764 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
26765         Log: Subject: Re: anyone good at casting spells?
26766              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26767              Date: Sun, 17 Jun 2001 21:21:04 -0400
26768              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
26769      Branch: perl
26770            ! ext/POSIX/POSIX.xs hv.h
26771 ____________________________________________________________________________
26772 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
26773         Log: Protect the (original) thread tests against testing if no 5.005
26774              threads have been configured.
26775      Branch: perl
26776            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
26777            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
26778            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
26779            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
26780            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
26781            ! ext/Thread/unsync4.t
26782 ____________________________________________________________________________
26783 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
26784         Log: Try the new test scanning scheme on Text::Abbrev.
26785      Branch: perl
26786            + lib/Text/Abbrev.t
26787            - lib/Text/Abbrev/t/abbrev.t
26788            ! MANIFEST
26789 ____________________________________________________________________________
26790 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
26791         Log: Change the scan policy of the *.t and test.pl files,
26792              now the *.t do not need to live in a t/ directory.
26793      Branch: perl
26794            ! t/TEST t/harness
26795 ____________________________________________________________________________
26796 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
26797         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
26798              From: Ilmari Karonen <iltzu@sci.fi>
26799              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
26800              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
26801      Branch: perl
26802            ! pod/perlfaq7.pod
26803 ____________________________________________________________________________
26804 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
26805         Log: Quench the warnings from Tru64; the HP-UX is still
26806              broken because it really, REALLY, doesn't like the
26807              HvARRAY() being lvalue:
26808              
26809              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
26810              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
26811      Branch: perl
26812            ! hv.c
26813 ____________________________________________________________________________
26814 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
26815         Log: Integrate change #10667 from maintperl:
26816              
26817              change#10449 broke the special-case that makes lexicals inside the
26818              eval"" within DB::DB() visible
26819      Branch: perl
26820           !> op.c
26821 ____________________________________________________________________________
26822 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
26823         Log: change#10449 broke the special-case that makes lexicals inside the
26824              eval"" within DB::DB() visible
26825      Branch: maint-5.6/perl
26826            ! op.c
26827 ____________________________________________________________________________
26828 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
26829         Log: Still spurious output; indent the code a bit.
26830              
26831              TODO1: separate the utility functions like MkDir
26832              into a helper script?
26833              
26834              TODO2: I see a lot of repetition in the filepath()
26835              and dirpath() calls.
26836      Branch: perl
26837            ! t/lib/filefind.t t/lib/findtaint.t
26838 ____________________________________________________________________________
26839 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
26840         Log: Regen modlib, toc.
26841      Branch: perl
26842            ! pod/perlmodlib.pod pod/perltoc.pod
26843 ____________________________________________________________________________
26844 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
26845         Log: Add libnetcfg to perlutil.
26846      Branch: perl
26847            ! pod/perlutil.pod
26848 ____________________________________________________________________________
26849 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
26850         Log: Initial integration of libnet-1.0703.
26851              The Configure script renamed as libnetcfg, will be
26852              installed along other utilities.
26853      Branch: perl
26854            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
26855            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
26856            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
26857            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
26858            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
26859            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
26860            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
26861            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
26862            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
26863            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
26864            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
26865            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
26866            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
26867            + utils/libnetcfg.PL
26868            ! MANIFEST utils.lst utils/Makefile
26869 ____________________________________________________________________________
26870 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
26871         Log: Less potentially test-harness-confusing output.
26872      Branch: perl
26873            ! lib/Memoize/t/expire_module_t.t
26874 ____________________________________________________________________________
26875 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
26876         Log: The final print annoys make test.
26877      Branch: perl
26878            ! t/lib/filefind.t t/lib/findtaint.t
26879 ____________________________________________________________________________
26880 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
26881         Log: Add an option for handling dangling symbolic links.
26882      Branch: perl
26883            ! lib/File/Find.pm t/lib/filefind.t
26884 ____________________________________________________________________________
26885 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
26886         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
26887              From: Thomas Wegner <wegner_thomas@yahoo.com>
26888              Date: Sun, 17 Jun 2001 14:43:11 +0200
26889              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
26890      Branch: perl
26891            + t/lib/findtaint.t
26892            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
26893 ____________________________________________________________________________
26894 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
26895         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
26896              From: Jonathan Stowe <gellyfish@gellyfish.com>
26897              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
26898              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
26899      Branch: perl
26900            ! lib/ExtUtils/MM_Unix.pm
26901 ____________________________________________________________________________
26902 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
26903         Log: Subject: [PATCH] more anonymous stash cleanups
26904              From: Abhijit Menon-Sen <ams@wiw.org>
26905              Date: Sun, 17 Jun 2001 11:44:06 +0530
26906              Message-ID: <20010617114406.A25203@lustre.linux.in>
26907      Branch: perl
26908            ! op.c
26909 ____________________________________________________________________________
26910 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
26911         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
26912              From: Abhijit Menon-Sen <ams@wiw.org>
26913              Date: Sun, 17 Jun 2001 08:02:59 +0530
26914              Message-ID: <20010617080259.A28776@lustre.linux.in>
26915              
26916              Subject: [PATCH #2/7] xhv_eiter
26917              From: Abhijit Menon-Sen <ams@wiw.org>
26918              Date: Sun, 17 Jun 2001 08:13:18 +0530
26919              Message-ID: <20010617081318.B28776@lustre.linux.in>
26920              
26921              Subject: [PATCH #3/7] xhv_fill
26922              From: Abhijit Menon-Sen <ams@wiw.org>
26923              Date: Sun, 17 Jun 2001 08:25:16 +0530
26924              Message-ID: <20010617082516.C28776@lustre.linux.in>
26925              
26926              Subject: [PATCH #4/7] xhv_keys
26927              From: Abhijit Menon-Sen <ams@wiw.org>
26928              Date: Sun, 17 Jun 2001 08:36:17 +0530
26929              Message-ID: <20010617083617.D28776@lustre.linux.in>
26930              
26931              Subject: [PATCH #5/7] xhv_max
26932              From: Abhijit Menon-Sen <ams@wiw.org>
26933              Date: Sun, 17 Jun 2001 08:39:48 +0530
26934              Message-ID: <20010617083948.E28776@lustre.linux.in>
26935              
26936              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
26937              From: Abhijit Menon-Sen <ams@wiw.org>
26938              Date: Sun, 17 Jun 2001 08:51:11 +0530
26939              Message-ID: <20010617085111.F28776@lustre.linux.in>
26940      Branch: perl
26941            ! hv.c
26942 ____________________________________________________________________________
26943 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
26944         Log: Update Changes.
26945      Branch: perl
26946            ! Changes patchlevel.h
26947 ____________________________________________________________________________
26948 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
26949         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
26950              From: Abhijit Menon-Sen <ams@wiw.org>
26951              Date: Sat, 16 Jun 2001 07:41:19 +0530
26952              Message-ID: <20010616074119.A24720@lustre.linux.in>
26953      Branch: perl
26954            ! hv.c perl.c vms/vmsish.h win32/win32.h
26955 ____________________________________________________________________________
26956 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
26957         Log: Document tests failing when threaded, since we now have more.
26958      Branch: perl
26959            ! pod/perl572delta.pod
26960 ____________________________________________________________________________
26961 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
26962         Log: -Wall cleanup.
26963      Branch: perl
26964            ! ext/Thread/Thread.xs
26965 ____________________________________________________________________________
26966 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
26967         Log: pthread_attr_setstacksize() isn't absolutely necessary
26968              to call, only iff THREAD_CREATE_NEEDS_STACK.
26969      Branch: perl
26970            ! ext/Thread/Thread.xs
26971 ____________________________________________________________________________
26972 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
26973         Log: -Wall strays.
26974      Branch: perl
26975            ! perl.c util.c
26976 ____________________________________________________________________________
26977 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
26978         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
26979              (and INT64_MIN) brokenness.
26980      Branch: perl
26981            ! hints/darwin.sh perl.h
26982 ____________________________________________________________________________
26983 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
26984         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
26985              From: Nicholas Clark <nick@ccl4.org>
26986              Date: Sun, 17 Jun 2001 00:16:05 +0100
26987              Message-ID: <20010617001605.V98663@plum.flirble.org>
26988      Branch: perl
26989            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
26990            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
26991            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
26992 ____________________________________________________________________________
26993 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
26994         Log: Add perlnetware to docs; regen toc; supply skeleton
26995              docs for some Memoize submodules.
26996      Branch: perl
26997            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
26998            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
26999            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
27000            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
27001            ! win32/Makefile win32/makefile.mk
27002 ____________________________________________________________________________
27003 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
27004         Log: pod cleanup.
27005      Branch: perl
27006            ! README.netware
27007 ____________________________________________________________________________
27008 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
27009         Log: Integrate Memoize 0.64.  Few tweaks were required in
27010              the test scripts.  Note that the speed and expire*
27011              tests take several dozen seconds to run.
27012      Branch: perl
27013            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
27014            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
27015            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
27016            + lib/Memoize/README lib/Memoize/SDBM_File.pm
27017            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
27018            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
27019            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
27020            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
27021            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
27022            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
27023            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
27024            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
27025            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
27026            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
27027            ! MANIFEST t/lib/1_compile.t
27028 ____________________________________________________________________________
27029 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
27030         Log: Document the cross-compilation options.
27031      Branch: perl
27032            ! Cross/README INSTALL
27033 ____________________________________________________________________________
27034 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
27035         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
27036      Branch: perl
27037            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
27038            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
27039            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
27040            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
27041            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
27042            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
27043            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
27044            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
27045            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
27046            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
27047            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
27048            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
27049            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
27050            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
27051            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
27052            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
27053            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
27054            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
27055            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
27056            + lib/ExtUtils/MM_NW5.pm
27057            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
27058            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
27059            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
27060            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
27061            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
27062            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
27063            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
27064            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
27065            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
27066            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
27067            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
27068            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
27069            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
27070            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
27071            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
27072            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
27073            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
27074            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
27075            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
27076            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
27077            ! util.h x2p/a2py.c
27078 ____________________________________________________________________________
27079 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
27080         Log: Resort MANIFEST.
27081      Branch: perl
27082            ! MANIFEST
27083 ____________________________________________________________________________
27084 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
27085         Log: Integrate perlio.
27086      Branch: perl
27087           +> win32/win32io.c
27088           !> MANIFEST perlio.c perliol.h win32/makefile.mk
27089 ____________________________________________________________________________
27090 [ 10640] By: nick                                  on 2001/06/16  18:38:31
27091         Log: Disable :win32 layer as default till I get it working
27092      Branch: perlio
27093            ! MANIFEST perlio.c
27094 ____________________________________________________________________________
27095 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
27096         Log: Try the new scheme by moving the Text::Abbrev test
27097              to a new place under lib.
27098      Branch: perl
27099            + lib/Text/Abbrev/t/abbrev.t
27100            - t/lib/abbrev.t
27101            ! MANIFEST
27102 ____________________________________________________________________________
27103 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
27104         Log: Make the code even more dynamical so that testname
27105              suffix length can change.
27106      Branch: perl
27107            ! lib/Test/Harness.pm t/TEST
27108 ____________________________________________________________________________
27109 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
27110         Log: Allow for deeper t/ and also a single test.pl.
27111      Branch: perl
27112            ! t/TEST t/harness
27113 ____________________________________________________________________________
27114 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
27115         Log: #define fix from Nicholas Clark.
27116      Branch: perl
27117            ! ext/POSIX/POSIX.xs
27118 ____________________________________________________________________________
27119 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
27120         Log: Initialization is nice.
27121      Branch: perl
27122            ! lib/Test/Harness.pm
27123 ____________________________________________________________________________
27124 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
27125         Log: Make t/TEST and t/harness to test also the t/ tests
27126              under the main lib/ and ext/ directories.  Fix Test::Harness
27127              to dynamically change the width of its "foo/bar....ok" output.
27128      Branch: perl
27129            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
27130 ____________________________________________________________________________
27131 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
27132         Log: Subject: [PATCH] Re: perl@10611 
27133              From: Nicholas Clark <nick@ccl4.org>
27134              Date: Sat, 16 Jun 2001 16:52:47 +0100
27135              Message-ID: <20010616165247.O98663@plum.flirble.org>
27136              
27137              The .xs parts, too.
27138      Branch: perl
27139            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
27140            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
27141 ____________________________________________________________________________
27142 [ 10632] By: nick                                  on 2001/06/16  16:44:35
27143         Log: Work-in-progress win32 layer semi-functional, checking 
27144              for UNIX breakage.
27145      Branch: perlio
27146            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
27147 ____________________________________________________________________________
27148 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
27149         Log: Subject: [PATCH] Re: perl@10611 
27150              From: Nicholas Clark <nick@ccl4.org>
27151              Date: Sat, 16 Jun 2001 16:52:47 +0100
27152              Message-ID: <20010616165247.O98663@plum.flirble.org>
27153      Branch: perl
27154            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
27155            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
27156            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
27157            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
27158            ! lib/ExtUtils/Constant.pm
27159 ____________________________________________________________________________
27160 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
27161         Log: Metaconfig unit change for #10629.
27162      Branch: metaconfig
27163            ! U/modified/Finish.U
27164 ____________________________________________________________________________
27165 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
27166         Log: The extraction changed directories.
27167      Branch: perl
27168            ! Configure
27169 ____________________________________________________________________________
27170 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
27171         Log: Math::BigInt 1.35 from Tels.
27172      Branch: perl
27173            + t/lib/mbimbf.t
27174            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
27175            ! t/lib/bigfltpm.t t/lib/bigintpm.t
27176 ____________________________________________________________________________
27177 [ 10627] By: nick                                  on 2001/06/16  14:54:52
27178         Log: Work in progress UNIX-side edit of win32 PerLIO layer
27179      Branch: perlio
27180            + win32/win32io.c
27181            ! perlio.c win32/makefile.mk
27182 ____________________________________________________________________________
27183 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
27184         Log: Subject: [PATCH 5.6.1] os2/diff-configure
27185              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27186              Date: Fri, 15 Jun 2001 01:19:36 -0400
27187              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
27188              
27189              Empty all of it because I think #10624 made even the
27190              last patch hunk unnecessary.
27191      Branch: perl
27192            ! os2/diff.configure
27193 ____________________________________________________________________________
27194 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
27195         Log: Metaconfig unit change for 10624.
27196      Branch: metaconfig
27197            ! U/modified/libc.U
27198      Branch: perl
27199            ! config_h.SH
27200 ____________________________________________________________________________
27201 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
27202         Log: Move the initialization of libnames to the beginning so
27203              that can one 'seed' it (as OS/2 does.)
27204      Branch: perl
27205            ! Configure
27206 ____________________________________________________________________________
27207 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
27208         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
27209              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27210              Date: Fri, 15 Jun 2001 19:10:57 -0400
27211              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
27212      Branch: perl
27213            ! os2/OS2/REXX/DLL/DLL.pm
27214 ____________________________________________________________________________
27215 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
27216         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
27217              From: "Craig A. Berry" <craigberry@mac.com>
27218              Date: Fri, 15 Jun 2001 17:00:03 -0500
27219              Message-Id: <a05101007b750342599be@[172.16.52.1]>
27220      Branch: perl
27221            ! vms/descrip_mms.template
27222 ____________________________________________________________________________
27223 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
27224         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
27225              From: "Craig A. Berry" <craigberry@mac.com>
27226              Date: Fri, 15 Jun 2001 18:39:42 -0500
27227              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
27228      Branch: perl
27229            ! lib/File/Spec/VMS.pm t/lib/extutils.t
27230 ____________________________________________________________________________
27231 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
27232         Log: Integrate perlio.
27233      Branch: perl
27234           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
27235           !> t/io/utf8.t t/lib/io_scalar.t
27236 ____________________________________________________________________________
27237 [ 10619] By: nick                                  on 2001/06/15  21:05:19
27238         Log: Generated files
27239      Branch: perlio
27240            ! embed.h proto.h
27241 ____________________________________________________________________________
27242 [ 10618] By: nick                                  on 2001/06/15  20:27:42
27243         Log: Fix open.pm to work via XS-implemented method calls rather
27244              than *open::layers variables which caused all the HV/AV hassle.
27245      Branch: perlio
27246            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
27247            ! t/lib/io_scalar.t
27248 ____________________________________________________________________________
27249 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
27250         Log: Integrate perlio.
27251      Branch: perl
27252           !> lib/ExtUtils/Constant.pm
27253 ____________________________________________________________________________
27254 [ 10616] By: nick                                  on 2001/06/15  18:46:47
27255         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
27256      Branch: perlio
27257            ! lib/ExtUtils/Constant.pm
27258 ____________________________________________________________________________
27259 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
27260         Log: Integrate perlio.
27261      Branch: perl
27262           !> ext/Socket/Socket.xs
27263 ____________________________________________________________________________
27264 [ 10614] By: nick                                  on 2001/06/15  18:33:37
27265         Log: MULTIPLICITY fix for Socket.xs
27266      Branch: perlio
27267            ! ext/Socket/Socket.xs
27268 ____________________________________________________________________________
27269 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
27270         Log: Subject: Re: perl@10611
27271              From: Doug MacEachern <dougm@covalent.net>
27272              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
27273              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
27274      Branch: perl
27275            ! ext/Socket/Socket.xs
27276 ____________________________________________________________________________
27277 [ 10612] By: nick                                  on 2001/06/15  16:14:38
27278         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
27279      Branch: perlio
27280           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
27281           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
27282           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
27283           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
27284           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
27285           !> utils/h2ph.PL
27286 ____________________________________________________________________________
27287 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
27288         Log: Update Changes.
27289      Branch: perl
27290            ! Changes patchlevel.h
27291 ____________________________________________________________________________
27292 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
27293         Log: Upping the test count.
27294      Branch: perl
27295            ! t/lib/filefind.t
27296 ____________________________________________________________________________
27297 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
27298         Log: Integrate perlio.
27299      Branch: perl
27300           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27301 ____________________________________________________________________________
27302 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
27303         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
27304              From: andreas.koenig@anima.de (Andreas J. Koenig)
27305              Date: 15 Jun 2001 13:30:39 +0200
27306              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
27307              
27308              Record the grim history.
27309      Branch: perl
27310            ! lib/File/Find.pm
27311 ____________________________________________________________________________
27312 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
27313         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
27314              From: Brian McCauley <nobull@mail.com>
27315              Date: 15 Jun 2001 07:51:26 +0100
27316              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
27317      Branch: perl
27318            ! lib/File/Find.pm t/lib/filefind.t
27319 ____________________________________________________________________________
27320 [ 10606] By: nick                                  on 2001/06/15  14:00:08
27321         Log: regen_config_h for Win32.
27322      Branch: perlio
27323            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27324 ____________________________________________________________________________
27325 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
27326         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
27327              From: Peter Prymmer <pvhp@forte.com>
27328              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
27329              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
27330      Branch: perl
27331            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
27332 ____________________________________________________________________________
27333 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
27334         Log: Some filesystems require writability for rename/unlink.
27335      Branch: perl
27336            ! opcode.pl
27337 ____________________________________________________________________________
27338 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
27339         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
27340              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
27341              Date: Fri, 15 Jun 2001 12:08:53 +0200
27342              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
27343      Branch: perl
27344            ! perlio.c
27345 ____________________________________________________________________________
27346 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
27347         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
27348              From: Mike Guy <mjtg@cam.ac.uk>
27349              Date: Fri, 15 Jun 2001 14:11:49 +0100
27350              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
27351      Branch: perl
27352            ! opcode.pl
27353 ____________________________________________________________________________
27354 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
27355         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
27356              From: Nicholas Clark <nick@ccl4.org>
27357              Date: Thu, 14 Jun 2001 23:52:56 +0100
27358              Message-ID: <20010614235256.G98663@plum.flirble.org>
27359      Branch: perl
27360            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
27361            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
27362 ____________________________________________________________________________
27363 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
27364         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
27365              From: Russ Allbery <rra@stanford.edu>
27366              Date: 14 Jun 2001 13:24:43 -0700
27367              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
27368      Branch: perl
27369            ! ext/GDBM_File/GDBM_File.pm
27370 ____________________________________________________________________________
27371 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
27372         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
27373              From: Nicholas Clark <nick@ccl4.org>
27374              Date: Thu, 14 Jun 2001 20:37:47 +0100
27375              Message-ID: <20010614203747.F98663@plum.flirble.org>
27376      Branch: perl
27377            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
27378            ! t/lib/gdbm.t
27379 ____________________________________________________________________________
27380 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
27381         Log: Integrate perlio.
27382      Branch: perl
27383           !> makedef.pl sv.c
27384 ____________________________________________________________________________
27385 [ 10597] By: nick                                  on 2001/06/15  11:08:13
27386         Log: Check that HVs with HvNAME() != NULL are really stashes before
27387              treating them as such. Also be more defensive on the GvCV.
27388              Win32 fork and dprof now working again. 
27389      Branch: perlio
27390            ! sv.c
27391 ____________________________________________________________________________
27392 [ 10596] By: nick                                  on 2001/06/15  10:11:20
27393         Log: Integrate mainline.
27394      Branch: perlio
27395           +> Cross/README
27396           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
27397           !> Porting/config_H config_h.SH configure.com epoc/config.sh
27398           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
27399           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27400           !> vos/config.ga.h win32/config.bc win32/config.gc
27401           !> win32/config.vc win32/config_H.bc win32/config_H.gc
27402           !> win32/config_H.vc
27403 ____________________________________________________________________________
27404 [ 10595] By: nick                                  on 2001/06/15  09:37:17
27405         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
27406              - Win32 (VC++) now builds but fails:
27407              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
27408              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
27409              write.t    - open(...,"|-") not implemented on Win32 
27410      Branch: perlio
27411            ! makedef.pl
27412 ____________________________________________________________________________
27413 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
27414         Log: Integrate perlio.
27415      Branch: perl
27416           !> perlio.c win32/makefile.mk
27417 ____________________________________________________________________________
27418 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
27419         Log: Metaconfig unit changes for #10592.
27420      Branch: metaconfig
27421            + U/modified/i_varhdr.U U/modified/startsh.U
27422            - U/a_dvisory/crosscompile.U U/target/Target.U
27423            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
27424            ! U/compline/bitpbyte.U U/compline/byteorder.U
27425            ! U/compline/ccflags.U U/compline/charsize.U
27426            ! U/compline/d_casti32.U U/compline/d_castneg.U
27427            ! U/compline/d_closedir.U U/compline/d_fd_set.U
27428            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
27429            ! U/compline/d_keepsig.U U/compline/d_open3.U
27430            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
27431            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
27432            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
27433            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
27434            ! U/compline/doublesize.U U/compline/floatsize.U
27435            ! U/compline/nblock_io.U U/compline/orderlib.U
27436            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
27437            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
27438            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
27439            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
27440            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
27441            ! U/modified/spitshell.U U/threads/archname.U
27442            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
27443            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
27444            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
27445            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
27446            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
27447      Branch: metaconfig/U/perl
27448            + Cross.U
27449            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
27450            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
27451            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
27452            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
27453            ! stdio_streams.U uselfs.U
27454 ____________________________________________________________________________
27455 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
27456         Log: The first steps towards cross-compilation.
27457              
27458              Abstract execution of compiled test executables with $run,
27459              and abstract transfer of files with $to and $from.
27460              
27461              Under cross-compilation the $run, $to, and $from will point
27462              to appropriate wrapper scripts, by default ssh and scp,
27463              but also rsh, rcp, and cp are supported.  If not
27464              cross-compiling, they will be set to '', ':', and ':',
27465              respectively.
27466              
27467              With these patches I was able to get Configure for
27468              iPAQ ARM Linux on an Intel Linux about 95% right
27469              (only a few tests failed to execute or they produced
27470              incorrect results), and I was able to compile
27471              a functional miniperl.
27472              
27473              The symbol crosscompile renamed to be usecrosscompile,
27474              the corresponding C symbol from CROSSCOMPILE to
27475              USE_CROSS_COMPILE.
27476      Branch: perl
27477            ! Configure Cross/README Makefile.SH Porting/Glossary
27478            ! Porting/config.sh Porting/config_H config_h.SH configure.com
27479            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
27480            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
27481            ! vos/config.ga.def vos/config.ga.h win32/config.bc
27482            ! win32/config.gc win32/config.vc win32/config_H.bc
27483            ! win32/config_H.gc win32/config_H.vc
27484 ____________________________________________________________________________
27485 [ 10591] By: nick                                  on 2001/06/14  20:00:12
27486         Log: Steps along the road toward Win32 building again.
27487      Branch: perlio
27488            ! perlio.c win32/makefile.mk
27489 ____________________________________________________________________________
27490 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
27491         Log: Integrate perlio.
27492      Branch: perl
27493           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27494 ____________________________________________________________________________
27495 [ 10589] By: nick                                  on 2001/06/14  13:54:07
27496         Log: Routine regen_config_h for Win32
27497      Branch: perlio
27498            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27499 ____________________________________________________________________________
27500 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
27501         Log: Integrate perlio.
27502      Branch: perl
27503           +> perlyline.pl
27504           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
27505 ____________________________________________________________________________
27506 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
27507         Log: A placeholder.
27508      Branch: perl
27509            + Cross/README
27510 ____________________________________________________________________________
27511 [ 10586] By: nick                                  on 2001/06/14  08:25:07
27512         Log: Add new step to run_byacc which:
27513              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
27514              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
27515      Branch: perlio
27516            + perlyline.pl
27517            ! MANIFEST Makefile.SH perly.c
27518 ____________________________________________________________________________
27519 [ 10585] By: nick                                  on 2001/06/14  08:22:29
27520         Log: Integrate mainline
27521      Branch: perlio
27522           +> locale.c numeric.c
27523           !> Changes cygwin/Makefile.SHs embed.h embed.pl
27524           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
27525           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
27526           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
27527           !> x2p/Makefile.SH
27528 ____________________________________________________________________________
27529 [ 10584] By: nick                                  on 2001/06/14  08:05:53
27530         Log: Hack to remove insecure directories from PATH so test will run.
27531      Branch: perlio
27532            ! t/lib/filefind.t
27533 ____________________________________________________________________________
27534 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
27535         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
27536      Branch: perl
27537            - t/lib/mbimbf.t
27538            ! MANIFEST
27539 ____________________________________________________________________________
27540 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
27541         Log: Detypo.
27542      Branch: perl
27543            ! x2p/Makefile.SH
27544 ____________________________________________________________________________
27545 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
27546         Log: de-$CONFIG continues.
27547      Branch: perl
27548            ! cygwin/Makefile.SHs x2p/Makefile.SH
27549 ____________________________________________________________________________
27550 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
27551         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
27552              From: Nicholas Clark <nick@ccl4.org>
27553              Date: Wed, 13 Jun 2001 21:20:13 +0100
27554              Message-ID: <20010613212013.D98663@plum.flirble.org>
27555      Branch: perl
27556            ! opcode.pl
27557 ____________________________________________________________________________
27558 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
27559         Log: Subject: splitting util.c
27560              From: Hugo <hv@crypt.compulink.co.uk>
27561              Date: Thu, 14 Jun 2001 00:41:08 +0100
27562              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
27563      Branch: perl
27564            + locale.c numeric.c
27565            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
27566            ! pod/perlapi.pod proto.h util.c
27567 ____________________________________________________________________________
27568 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
27569         Log: Upgrade to Math::BigInt 1.34 from Tels.
27570      Branch: perl
27571            + t/lib/mbimbf.t
27572            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
27573            ! t/lib/bigfltpm.t t/lib/bigintpm.t
27574 ____________________________________________________________________________
27575 [ 10577] By: nick                                  on 2001/06/13  19:02:48
27576         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
27577      Branch: perlio
27578           !> (integrate 125 files)
27579 ____________________________________________________________________________
27580 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
27581         Log: Update Changes.
27582      Branch: perl
27583            ! Changes patchlevel.h
27584 ____________________________________________________________________________
27585 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
27586         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
27587              From: "Craig A. Berry" <craigberry@mac.com>
27588              Date: Wed, 13 Jun 2001 13:24:28 -0500
27589              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
27590      Branch: perl
27591            ! ext/re/Makefile.PL
27592 ____________________________________________________________________________
27593 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
27594         Log: Mc.u.c. for #10573.
27595      Branch: metaconfig
27596            ! U/threads/usethreads.U
27597 ____________________________________________________________________________
27598 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
27599         Log: It would be also be good if I could type.
27600      Branch: perl
27601            ! Configure
27602 ____________________________________________________________________________
27603 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
27604         Log: Metaconfig unit change for #10571.
27605      Branch: metaconfig
27606            ! U/threads/usethreads.U
27607 ____________________________________________________________________________
27608 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
27609         Log: A non-empty default is a good thing.
27610      Branch: perl
27611            ! Configure
27612 ____________________________________________________________________________
27613 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
27614         Log: Metaconfig unit change for #10569.
27615      Branch: metaconfig
27616            ! U/threads/usethreads.U
27617 ____________________________________________________________________________
27618 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
27619         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
27620              extremely experimental, not even prompted for.
27621      Branch: perl
27622            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27623            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
27624            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
27625            ! win32/config.bc win32/config.gc win32/config.vc
27626 ____________________________________________________________________________
27627 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
27628         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
27629      Branch: perl
27630            ! pod/perlfaq6.pod
27631 ____________________________________________________________________________
27632 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
27633         Log: Integrate perlio; conflicts, accept Nick's versions.
27634      Branch: perl
27635           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
27636           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
27637 ____________________________________________________________________________
27638 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
27639         Log: Subject: Re: ext/ + -Wall
27640              From: Doug MacEachern <dougm@covalent.net>
27641              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
27642              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
27643      Branch: perl
27644            ! XSUB.h lib/ExtUtils/xsubpp perl.h
27645 ____________________________________________________________________________
27646 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
27647         Log: Similar logic as DB_File.xs, using the modern macros and
27648              defines them to older ones for older Perls where PERL_VERSION
27649              is not defined, from Doug MacEachern.
27650      Branch: perl
27651            ! ext/Storable/Storable.xs
27652 ____________________________________________________________________________
27653 [ 10564] By: nick                                  on 2001/06/13  15:22:01
27654         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
27655              and using that instead (name lookups are sequential search for now).
27656      Branch: perlio
27657            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
27658            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
27659 ____________________________________________________________________________
27660 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
27661         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
27662              From: "Richard Soderberg" <rs@crystalflame.net>
27663              Date: Sat, 26 May 2001 06:44:20 -0700
27664              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
27665      Branch: perl
27666            ! sv.c t/op/glob.t
27667 ____________________________________________________________________________
27668 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
27669         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
27670              From: "Craig A. Berry" <craigberry@mac.com>
27671              Date: Tue, 12 Jun 2001 23:55:26 -0500
27672              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
27673      Branch: perl
27674            ! ext/re/Makefile.PL ext/re/re.xs
27675 ____________________________________________________________________________
27676 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
27677         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
27678              suggested by NI-S.
27679      Branch: perl
27680            ! XSUB.h malloc.c perl.h
27681 ____________________________________________________________________________
27682 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
27683         Log: Regen toc.
27684      Branch: perl
27685            ! pod/perltoc.pod
27686 ____________________________________________________________________________
27687 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
27688         Log: Subject: [patch] perl.gprof control
27689              From: Doug MacEachern <dougm@covalent.net>
27690              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
27691              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
27692      Branch: perl
27693            ! miniperlmain.c perl.h
27694 ____________________________________________________________________________
27695 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
27696         Log: Subject: Re: ext/ + -Wall
27697              From: Doug MacEachern <dougm@covalent.net>
27698              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
27699              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
27700              
27701              Document ax and break up dXSARGS.
27702      Branch: perl
27703            ! XSUB.h pod/perlapi.pod
27704 ____________________________________________________________________________
27705 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
27706         Log: More AIX tweakage from Merijn.
27707      Branch: perl
27708            ! hints/aix.sh
27709 ____________________________________________________________________________
27710 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
27711         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
27712              From: "Craig A. Berry" <craigberry@mac.com>
27713              Date: Tue, 12 Jun 2001 22:57:45 -0500
27714              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
27715      Branch: perl
27716            ! vms/descrip_mms.template
27717 ____________________________________________________________________________
27718 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
27719         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
27720              From: "Craig A. Berry" <craigberry@mac.com>
27721              Date: Tue, 12 Jun 2001 22:21:39 -0500
27722              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
27723      Branch: perl
27724            ! configure.com util.c
27725 ____________________________________________________________________________
27726 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
27727         Log: New AIX dynaloading code from Jens-Uwe Mager.
27728              Does break binary compatibility.
27729      Branch: perl
27730            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
27731 ____________________________________________________________________________
27732 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
27733         Log: VMS DEC C compiler found nits by Peter Prymmer.
27734      Branch: perl
27735            ! util.c
27736 ____________________________________________________________________________
27737 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
27738         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
27739              From: Peter Prymmer <pvhp@forte.com>
27740              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
27741              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
27742      Branch: perl
27743            ! t/lib/filecomp.t
27744 ____________________________________________________________________________
27745 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
27746         Log: I wonder how many $CONFIGs still lurk in the shadows.
27747      Branch: perl
27748            ! pod/Makefile.SH x2p/cflags.SH
27749 ____________________________________________________________________________
27750 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
27751         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
27752      Branch: perl
27753            ! pod/checkpods.PL
27754 ____________________________________________________________________________
27755 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
27756         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
27757      Branch: perl
27758            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
27759 ____________________________________________________________________________
27760 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
27761         Log: Subject: [patch] rid local_patches warnings
27762              From: Doug MacEachern <dougm@covalent.net>
27763              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
27764              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
27765      Branch: perl
27766            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
27767 ____________________________________________________________________________
27768 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
27769         Log: Subject: Re: ext/ + -Wall
27770              From: Doug MacEachern <dougm@covalent.net>
27771              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
27772              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
27773      Branch: perl
27774            ! ext/attrs/attrs.xs
27775 ____________________________________________________________________________
27776 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
27777         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
27778              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
27779              Date: Tue, 12 Jun 2001 14:36:20 -0400
27780              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
27781      Branch: perl
27782            ! pod/perlretut.pod
27783 ____________________________________________________________________________
27784 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
27785         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
27786              From: Mike Guy <mjtg@cam.ac.uk>
27787              Date: Tue, 12 Jun 2001 19:10:31 +0100
27788              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
27789              
27790              Subject: Re: [ID 20010612.001] out of memory during regex compilation
27791              From: Mike Guy <mjtg@cam.ac.uk>
27792              Date: Tue, 12 Jun 2001 19:21:01 +0100
27793              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
27794      Branch: perl
27795            ! pod/perlop.pod
27796 ____________________________________________________________________________
27797 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
27798         Log: AIX tweaks from Merijn H. Brand.
27799      Branch: perl
27800            ! hints/aix.sh
27801 ____________________________________________________________________________
27802 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
27803         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
27804              From: "Brendan O'Dea" <bod@compusol.com.au>
27805              Date: Wed, 13 Jun 2001 05:16:47 +1000
27806              Message-ID: <20010613051647.A8945@compusol.com.au>
27807      Branch: maint-5.6/perl
27808            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
27809 ____________________________________________________________________________
27810 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
27811         Log: Subject: Small bcopy cleanup
27812              From: Andy Dougherty <doughera@lafayette.edu>
27813              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
27814              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
27815      Branch: perl
27816            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
27817 ____________________________________________________________________________
27818 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
27819         Log: Subject: [PATCH] Re: ext/ + -Wall
27820              From: Nicholas Clark <nick@ccl4.org>
27821              Date: Wed, 13 Jun 2001 00:04:30 +0100
27822              Message-ID: <20010613000430.M5901@plum.flirble.org>
27823      Branch: perl
27824            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
27825 ____________________________________________________________________________
27826 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
27827         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
27828              From: Nicholas Clark <nick@ccl4.org>
27829              Date: Tue, 12 Jun 2001 23:53:07 +0100
27830              Message-ID: <20010612235307.L5901@plum.flirble.org>
27831      Branch: perl
27832            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
27833 ____________________________________________________________________________
27834 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
27835         Log: MPE/iX tweaks from Mark Bixby.
27836      Branch: perl
27837            ! hints/mpeix.sh mpeix/mpeixish.h util.c
27838 ____________________________________________________________________________
27839 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
27840         Log: Update Changes.
27841      Branch: perl
27842            ! Changes patchlevel.h
27843 ____________________________________________________________________________
27844 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
27845         Log: One less -Wall whine (found under DEBUGGING).
27846      Branch: perl
27847            ! x2p/Makefile.SH x2p/a2p.c
27848 ____________________________________________________________________________
27849 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
27850         Log: s/case-independent/case-insensitive/g
27851      Branch: perl
27852            ! pod/perldebug.pod
27853 ____________________________________________________________________________
27854 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
27855         Log: As suggested in    
27856              
27857              Subject: Re: ext/ + -Wall
27858              From: Gurusamy Sarathy <gsar@ActiveState.com>
27859              Date: Mon, 11 Jun 2001 23:34:31 -0700
27860              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
27861      Branch: perl
27862            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
27863            ! perl.h
27864 ____________________________________________________________________________
27865 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
27866         Log: Subject: ext/ + -Wall
27867              From: Doug MacEachern <dougm@covalent.net>
27868              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
27869              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
27870      Branch: perl
27871            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
27872            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
27873            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
27874            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
27875            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
27876            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
27877            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
27878            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
27879            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
27880            ! lib/ExtUtils/xsubpp
27881 ____________________________________________________________________________
27882 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
27883         Log: Subject: [PATCH] anonymous stashes
27884              From: Abhijit Menon-Sen <ams@wiw.org>
27885              Date: Tue, 12 Jun 2001 12:47:04 +0530
27886              Message-ID: <20010612124704.A29029@lustre.linux.in>
27887      Branch: perl
27888            ! dump.c gv.c sv.c xsutils.c
27889 ____________________________________________________________________________
27890 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
27891         Log: One more test for $^S.
27892      Branch: perl
27893            ! t/op/magic.t
27894 ____________________________________________________________________________
27895 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
27896         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
27897              From: Abhijit Menon-Sen <ams@wiw.org>
27898              Date: Tue, 12 Jun 2001 17:35:55 +0530
27899              Message-ID: <20010612173555.A32426@lustre.linux.in>
27900      Branch: perl
27901            ! mg.c t/op/magic.t
27902 ____________________________________________________________________________
27903 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
27904         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
27905              From: Mike Guy <mjtg@cam.ac.uk>
27906              Date: Tue, 12 Jun 2001 13:14:15 +0100
27907              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
27908      Branch: perl
27909            ! pod/perlop.pod
27910 ____________________________________________________________________________
27911 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
27912         Log: AUTHORS updates.
27913      Branch: perl
27914            ! AUTHORS
27915 ____________________________________________________________________________
27916 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
27917         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
27918              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
27919              Content-Transfer-Encoding: 7bit
27920              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
27921      Branch: perl
27922            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
27923 ____________________________________________________________________________
27924 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
27925         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
27926              From: "Philip Newton" <Philip.Newton@gmx.net>
27927              Date: Mon, 11 Jun 2001 07:08:03 +0200
27928              Message-Id: <200106120802.LAA08992@taas.iki.fi>
27929      Branch: perl
27930            ! t/base/term.t
27931 ____________________________________________________________________________
27932 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
27933         Log: Cleanup the a2p.c for -Wall.
27934      Branch: perl
27935            ! x2p/Makefile.SH x2p/a2p.c
27936 ____________________________________________________________________________
27937 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
27938         Log: File::Find update for MacOS from Chris Nandor.
27939      Branch: perl
27940            ! lib/File/Find.pm t/lib/filefind.t
27941 ____________________________________________________________________________
27942 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
27943         Log: gcc -Wall nits picked out by a non-UNIX system
27944              (courtesy of Mark Bixby)
27945      Branch: perl
27946            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
27947            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
27948            ! pp_sys.c util.c
27949 ____________________________________________________________________________
27950 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
27951         Log: Metaconfig unit change for #10522.  (The d_modfl changes
27952              placate metalint.)
27953      Branch: metaconfig/U/perl
27954            ! d_modfl.U d_u32align.U
27955 ____________________________________________________________________________
27956 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
27957         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
27958              be "./try 2>&1 >/dev/null".
27959      Branch: perl
27960            ! Configure
27961 ____________________________________________________________________________
27962 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
27963         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
27964              From: "Craig A. Berry" <craigberry@mac.com>
27965              Date: Mon, 11 Jun 2001 14:00:32 -0500
27966              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
27967      Branch: perl
27968            ! configure.com
27969 ____________________________________________________________________________
27970 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
27971         Log: Move the full \p\P lists to perlunicode.
27972      Branch: perl
27973            ! pod/perlretut.pod pod/perlunicode.pod
27974 ____________________________________________________________________________
27975 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
27976         Log: VOS build tweak for 5.6.1 from Paul Green.
27977      Branch: maint-5.6/perl
27978            ! vos/build.cm
27979 ____________________________________________________________________________
27980 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
27981         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
27982              From: "Craig A. Berry" <craigberry@mac.com>
27983              Date: Fri, 8 Jun 2001 18:08:18 -0500
27984              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
27985      Branch: perl
27986            ! vms/vms.c
27987 ____________________________________________________________________________
27988 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
27989         Log: Update Changes.
27990      Branch: perl
27991            ! Changes patchlevel.h
27992 ____________________________________________________________________________
27993 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
27994         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
27995      Branch: perl
27996            ! vos/config.alpha.h vos/config.ga.h
27997 ____________________________________________________________________________
27998 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
27999         Log: VOS updates from Paul Green for @10476.
28000      Branch: perl
28001            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
28002            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28003            ! vos/config.ga.h vos/configure_perl.cm
28004 ____________________________________________________________________________
28005 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
28006         Log: Subject: [PATCH] Not many people know this ...
28007              From: Mike Guy <mjtg@cam.ac.uk>
28008              Date: Mon, 11 Jun 2001 14:55:15 +0100
28009              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
28010      Branch: perl
28011            ! pod/perldebug.pod
28012 ____________________________________________________________________________
28013 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
28014         Log: Add final commas to lists as suggested by Philip Newton.
28015      Branch: perl
28016            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
28017 ____________________________________________________________________________
28018 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
28019         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
28020              Date: Sun, 10 Jun 2001 23:35:38 -0400
28021              From: Chris Nandor <pudge@pobox.com>
28022              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
28023      Branch: perl
28024            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
28025            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
28026            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
28027            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
28028            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
28029            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
28030            ! t/op/write.t t/pragma/strict.t
28031 ____________________________________________________________________________
28032 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
28033         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
28034              From: Chris Nandor <pudge@pobox.com>
28035              Date: Mon, 11 Jun 2001 08:24:28 -0400
28036              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
28037      Branch: perl
28038            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
28039            ! t/lib/io_dir.t
28040 ____________________________________________________________________________
28041 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
28042         Log: One more run_byacc (a hand-tweaked version had slipped in).
28043      Branch: perl
28044            ! perly.c vms/perly_c.vms
28045 ____________________________________________________________________________
28046 [ 10509] By: nick                                  on 2001/06/11  07:49:15
28047         Log: Integrate mainline
28048      Branch: perlio
28049           !> Makefile.SH embed.h embed.pl global.sym
28050           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
28051           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
28052           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
28053           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
28054 ____________________________________________________________________________
28055 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
28056         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
28057              From: Mike Guy <mjtg@cam.ac.uk>
28058              Reply-To: mjtg@cam.ac.uk
28059              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
28060      Branch: perl
28061            ! lib/ExtUtils/Manifest.pm
28062 ____________________________________________________________________________
28063 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
28064         Log: Subject: [PATCH] ExtUtils::Constant
28065              From: Nicholas Clark <nick@ccl4.org>
28066              Date: Sun, 10 Jun 2001 23:25:41 +0100
28067              Message-ID: <20010610232540.C76396@plum.flirble.org>
28068      Branch: perl
28069            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
28070 ____________________________________________________________________________
28071 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
28072         Log: Integrate perlio.
28073      Branch: perl
28074           !> iperlsys.h
28075 ____________________________________________________________________________
28076 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
28077         Log: Move the grok_number and its lieutenant grok_numeric_radix
28078              from sv.c statics to util.c and public.
28079      Branch: perl
28080            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
28081            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
28082 ____________________________________________________________________________
28083 [ 10504] By: nick                                  on 2001/06/10  17:47:06
28084         Log: Fix (valid) -Wall warnings in perlio.c
28085      Branch: perlio
28086            ! iperlsys.h
28087 ____________________________________________________________________________
28088 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
28089         Log: Update perly_c.diff, update perly.fixer to edit away
28090              some of the -Wall noise.
28091      Branch: perl
28092            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
28093 ____________________________________________________________________________
28094 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
28095         Log: Check the version of byacc.
28096      Branch: perl
28097            ! Makefile.SH
28098 ____________________________________________________________________________
28099 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
28100         Log: Subject: [PATCH] perly.y overhaul
28101              From: Simon Cozens <simon@netthink.co.uk>
28102              Date: Sun, 10 Jun 2001 16:56:54 +0100
28103              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
28104              
28105              Plus make run_byacc.
28106      Branch: perl
28107            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
28108 ____________________________________________________________________________
28109 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
28110         Log: Integrate perlio.
28111      Branch: perl
28112           !> perlio.c perlsfio.h
28113 ____________________________________________________________________________
28114 [ 10499] By: nick                                  on 2001/06/10  15:01:08
28115         Log: Integrate mainline
28116      Branch: perlio
28117           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
28118           !> t/pragma/locale.t util.c
28119 ____________________________________________________________________________
28120 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
28121         Log: Put some meat on the perl572delta bones.  The list of
28122              selected bug fixes needs more work, as does still the
28123              whole document.
28124      Branch: perl
28125            ! pod/perl572delta.pod
28126 ____________________________________________________________________________
28127 [ 10497] By: nick                                  on 2001/06/10  12:27:51
28128         Log: Paper over a crack or two with USE_SFIO
28129      Branch: perlio
28130            ! perlio.c perlsfio.h
28131 ____________________________________________________________________________
28132 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
28133         Log: Update Changes.
28134      Branch: perl
28135            ! Changes patchlevel.h
28136 ____________________________________________________________________________
28137 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
28138         Log: Subject: Re: pragma/locale.t #107
28139              From: Hugo <hv@crypt.compulink.co.uk>
28140              Date: Sun, 10 Jun 2001 11:23:30 +0100
28141              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
28142              
28143              Encapsulate the scan of the decimal radix separator.
28144      Branch: perl
28145            ! embed.h embed.pl proto.h sv.c
28146 ____________________________________________________________________________
28147 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
28148         Log: Try to grok numbers both with the locale specific separator
28149              and with the usual "." (if different from the lss); add a test
28150              to locale.t to do also a little bit of math in addition to just
28151              equalness testing; remove extraneous logic as suggested in
28152              
28153              Subject: Re: pragma/locale.t #107
28154              From: Nicholas Clark <nick@ccl4.org>
28155              Date: Sat, 9 Jun 2001 22:37:36 +0100
28156              Message-ID: <20010609223735.Y76396@plum.flirble.org>
28157      Branch: perl
28158            ! sv.c t/pragma/locale.t
28159 ____________________________________________________________________________
28160 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
28161         Log: Metaconfig unit change for #10492.
28162      Branch: metaconfig/U/perl
28163            ! Extensions.U
28164 ____________________________________________________________________________
28165 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
28166         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
28167              From: Artur Bergman <artur@contiller.se> 
28168              Date: Sat, 09 Jun 2001 21:03:51 +0200
28169              Message-ID: <B7483FB6.1398%artur@contiller.se>
28170      Branch: perl
28171            ! Configure
28172 ____________________________________________________________________________
28173 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
28174         Log: Integrate perlio.
28175      Branch: perl
28176           !> perlsfio.h
28177 ____________________________________________________________________________
28178 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
28179         Log: Do locale specific separator if only in locale.
28180      Branch: perl
28181            ! util.c
28182 ____________________________________________________________________________
28183 [ 10489] By: nick                                  on 2001/06/09  19:13:25
28184         Log: Make XS/Typemap compile (but fail) with sfio
28185      Branch: perlio
28186            ! perlsfio.h
28187 ____________________________________________________________________________
28188 [ 10488] By: nick                                  on 2001/06/09  19:12:51
28189         Log: Re-integrate mainline
28190      Branch: perlio
28191           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
28192           !> proto.h sv.c util.c
28193 ____________________________________________________________________________
28194 [ 10487] By: nick                                  on 2001/06/09  16:26:29
28195         Log: Integrate mainline
28196      Branch: perlio
28197           !> (integrate 31 files)
28198 ____________________________________________________________________________
28199 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
28200         Log: Subject: [PATCH] New attempt to clone callack
28201              From: Artur Bergman <artur@contiller.se> 
28202              Date: Thu, 07 Jun 2001 11:52:16 +0200
28203              Message-ID: <B7451B6F.12B7%artur@contiller.se>
28204      Branch: perl
28205            ! embedvar.h intrpvar.h perlapi.h sv.c
28206 ____________________________________________________________________________
28207 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
28208         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
28209      Branch: perl
28210            ! embed.h embed.pl perl.h proto.h sv.c util.c
28211 ____________________________________________________________________________
28212 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
28213         Log: Subject: Re: pragma/locale.t #107
28214              From: Nicholas Clark <nick@ccl4.org>
28215              Date: Sat, 9 Jun 2001 16:26:10 +0100
28216              Message-ID: <20010609162609.V76396@plum.flirble.org>
28217              
28218              A missing NVification.
28219      Branch: perl
28220            ! sv.c
28221 ____________________________________________________________________________
28222 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
28223         Log: Redo the #10482, there already was a test script for formats.
28224      Branch: perl
28225            - t/io/format.t
28226            ! MANIFEST t/op/write.t
28227 ____________________________________________________________________________
28228 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
28229         Log: Twisted format testing, from Merijn.
28230      Branch: perl
28231            + t/io/format.t
28232            ! MANIFEST
28233 ____________________________________________________________________________
28234 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
28235         Log: More \p{In...} testing, combined with \N{...}.
28236      Branch: perl
28237            ! lib/utf8_heavy.pl t/op/pat.t
28238 ____________________________________________________________________________
28239 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
28240         Log: Metaconfig changes for #10479.
28241      Branch: metaconfig
28242            ! U/Glossary.patch
28243      Branch: metaconfig/U/perl
28244            ! d_modfl.U
28245 ____________________________________________________________________________
28246 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
28247         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
28248      Branch: perl
28249            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28250            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
28251            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
28252            ! win32/config.bc win32/config.gc win32/config.vc
28253 ____________________________________________________________________________
28254 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
28255         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
28256              From: "Craig A. Berry" <craigberry@mac.com>
28257              Date: Thu, 7 Jun 2001 14:27:20 -0500
28258              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
28259      Branch: perl
28260            ! vms/perlvms.pod
28261 ____________________________________________________________________________
28262 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
28263         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
28264              From: Gisle Aas <gisle@ActiveState.com>
28265              Date: 07 Jun 2001 17:04:29 -0700
28266              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
28267      Branch: perl
28268            ! ext/re/re.xs
28269 ____________________________________________________________________________
28270 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
28271         Log: Update Changes.
28272      Branch: perl
28273            ! Changes patchlevel.h
28274 ____________________________________________________________________________
28275 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
28276         Log: Regen Glossary et alia.
28277      Branch: perl
28278            ! Porting/Glossary Porting/config.sh Porting/config_H
28279 ____________________________________________________________________________
28280 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
28281         Log: Metaconfig unit changes for #10473.
28282      Branch: metaconfig/U/perl
28283            ! d_modfl.U
28284 ____________________________________________________________________________
28285 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
28286         Log: Harumph, also AIX will spill its guts (i.e. dump core)
28287              if an executable contains modfl() but it hasn't been
28288              compiled right (in the case of AIX, with cc -qlongdouble).
28289      Branch: perl
28290            ! Configure
28291 ____________________________________________________________________________
28292 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
28293         Log: integrate change#10471 from mainline
28294              
28295              in change#10451, check that CvOUTSIDE is a CV before looking in
28296              (it can apparently be SVt_NULL during global destruction)
28297      Branch: maint-5.6/perl
28298           !> op.c
28299 ____________________________________________________________________________
28300 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
28301         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
28302              (it can apparently be SVt_NULL during global destruction)
28303      Branch: perl
28304            ! op.c
28305 ____________________________________________________________________________
28306 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
28307         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
28308              From: Robin Barker <rmb1@cise.npl.co.uk>
28309              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
28310              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
28311      Branch: perl
28312            ! lib/diagnostics.pm pod/perldiag.pod
28313 ____________________________________________________________________________
28314 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
28315         Log: Subject: [PATCH perl@10439] long =item
28316              From: Robin Barker <rmb1@cise.npl.co.uk>
28317              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
28318              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
28319      Branch: perl
28320            ! README.amiga lib/Attribute/Handlers.pm
28321            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
28322 ____________________________________________________________________________
28323 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
28324         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
28325              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
28326              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
28327              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
28328      Branch: perl
28329            ! pod/perlguts.pod
28330 ____________________________________________________________________________
28331 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
28332         Log: Integrate perlio.
28333      Branch: perl
28334           !> sv.c
28335 ____________________________________________________________________________
28336 [ 10466] By: nick                                  on 2001/06/07  10:25:40
28337         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
28338              whitespace tweaks.
28339              Still coredumps in pragma/overload.t - what a nice hard fail that is...
28340      Branch: perlio
28341            ! sv.c
28342 ____________________________________________________________________________
28343 [ 10465] By: nick                                  on 2001/06/07  08:41:58
28344         Log: Raw integrate of mainline for S_grok_number debug
28345              (sv.c has MULTIPLICITY issues as well as whatever else ...)
28346      Branch: perlio
28347            - plan9/perlplan9.doc plan9/perlplan9.pod
28348           !> (integrate 46 files)
28349 ____________________________________________________________________________
28350 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
28351         Log: The proper prototyping for #10463.
28352      Branch: perl
28353            ! embed.h embed.pl proto.h sv.c
28354 ____________________________________________________________________________
28355 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
28356         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
28357              From: Nicholas Clark <nick@ccl4.org>
28358              Date: Thu, 7 Jun 2001 00:29:59 +0100
28359              Message-ID: <20010607002959.Z76396@plum.flirble.org>
28360      Branch: perl
28361            ! sv.c
28362 ____________________________________________________________________________
28363 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
28364         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
28365              From: "Craig A. Berry" <craigberry@mac.com>
28366              Date: Wed, 06 Jun 2001 17:54:30 -0500
28367              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
28368      Branch: perl
28369            ! vms/perlvms.pod
28370 ____________________________________________________________________________
28371 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
28372         Log: Podify the remaining README.platform files;
28373              merge README.plan9 and plan9/perlplan9.pod;
28374              delete plan9/perlplan9.* (the perlplan.doc needs to
28375              be regenerated in Plan 9); make the =head1 and =head2
28376              in the README.platform to be a little more verbose
28377              (skipped README.os2 not to anger Ilya) so that they
28378              look better in the toc; regen toc.
28379      Branch: perl
28380            - plan9/perlplan9.doc plan9/perlplan9.pod
28381            ! MANIFEST README.aix README.amiga README.apollo README.beos
28382            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
28383            ! README.hpux README.hurd README.machten README.macos
28384            ! README.micro README.mint README.mpeix README.os390
28385            ! README.plan9 README.qnx README.solaris README.threads
28386            ! README.tru64 README.vmesa README.vms README.vos README.win32
28387            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
28388            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
28389 ____________________________________________________________________________
28390 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
28391         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
28392              From: Mike Guy <mjtg@cam.ac.uk>
28393              Reply-To: mjtg@cam.ac.uk
28394              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
28395      Branch: perl
28396            ! pod/perlguts.pod
28397 ____________________________________________________________________________
28398 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
28399         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
28400              From: Mike Guy <mjtg@cam.ac.uk>
28401              Reply-To: mjtg@cam.ac.uk
28402              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
28403      Branch: perl
28404            ! pod/perlsec.pod
28405 ____________________________________________________________________________
28406 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
28407         Log: Disable long doubles from pre-5.0 Tru64s.
28408      Branch: perl
28409            ! README.tru64 hints/dec_osf.sh
28410 ____________________________________________________________________________
28411 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
28412         Log: The #10455 exposed that modfl() is fundamentally busted
28413              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
28414              testing it.
28415      Branch: perl
28416            ! hints/dec_osf.sh
28417 ____________________________________________________________________________
28418 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
28419         Log: Metaconfig unit change for #10455.
28420      Branch: metaconfig/U/perl
28421            ! d_modfl.U
28422 ____________________________________________________________________________
28423 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
28424         Log: Configure check for geborken modfl(), inspired by
28425              
28426              Subject: Re: [20010118.017] op/int.t failure 
28427              From: Hugo <hv@crypt.compulink.co.uk>
28428              Date: Tue, 05 Jun 2001 13:43:27 +0100
28429              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
28430      Branch: perl
28431            ! Configure
28432 ____________________________________________________________________________
28433 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
28434         Log: Integrate changes #10450 and #10451 from maintperl:
28435              
28436              optimize change#10448 slightly (don't repeat search in eval""s lexical
28437              scope, since that has already been searched)
28438              
28439              change#9108 needs subtler treatment for case of closures created
28440              within eval""
28441      Branch: perl
28442           !> op.c t/op/misc.t
28443 ____________________________________________________________________________
28444 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
28445         Log: MakeMaker magic to compile (when no dynamic loading)
28446              List/Util.xsc as (ListUtil.c and) ListUtil.o since
28447              POSIX-BC (BS2000) linker has an evil limitation of
28448              being unable to include in the same executable several
28449              object files with the same name - case-insensitively -
28450              because otherwise we conflict with util.c.
28451              Strictly speaking currently required only in POSIX-BC
28452              but probably will do no harm elsewhere where static
28453              linking is required.
28454      Branch: perl
28455            ! ext/List/Util/Makefile.PL
28456 ____________________________________________________________________________
28457 [ 10452] By: nick                                  on 2001/06/06  08:59:51
28458         Log: Integrate mainline.
28459      Branch: perlio
28460           +> lib/Attribute/Handlers/demo/Demo.pm
28461           +> lib/Attribute/Handlers/demo/Descriptions.pm
28462           +> lib/Attribute/Handlers/demo/MyClass.pm
28463           +> lib/Attribute/Handlers/demo/demo.pl
28464           +> lib/Attribute/Handlers/demo/demo2.pl
28465           +> lib/Attribute/Handlers/demo/demo3.pl
28466           +> lib/Attribute/Handlers/demo/demo4.pl
28467           +> lib/Attribute/Handlers/demo/demo_call.pl
28468           +> lib/Attribute/Handlers/demo/demo_chain.pl
28469           +> lib/Attribute/Handlers/demo/demo_cycle.pl
28470           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
28471           +> lib/Attribute/Handlers/demo/demo_phases.pl
28472           +> lib/Attribute/Handlers/demo/demo_range.pl
28473           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
28474           +> uts/strtol_wrap.c
28475           !> (integrate 91 files)
28476 ____________________________________________________________________________
28477 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
28478         Log: change#9108 needs subtler treatment for case of closures created
28479              within eval""
28480      Branch: maint-5.6/perl
28481            ! op.c t/op/misc.t
28482 ____________________________________________________________________________
28483 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
28484         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
28485              scope, since that has already been searched)
28486      Branch: maint-5.6/perl
28487            ! op.c
28488 ____________________________________________________________________________
28489 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
28490         Log: Integrate change #10448 from maintperl; lexicals
28491              outside an eval"" weren't resolved correctly inside a subroutine
28492              definition inside the eval"" if they were not already referenced
28493              in the toplevel of the eval""-ed code
28494      Branch: perl
28495           !> cop.h op.c pp_ctl.c t/op/misc.t
28496 ____________________________________________________________________________
28497 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
28498         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
28499              outside an eval"" weren't resolved correctly inside a subroutine
28500              definition inside the eval"" if they were not already referenced
28501              in the toplevel of the eval""-ed code
28502      Branch: maint-5.6/perl
28503            ! cop.h op.c pp_ctl.c t/op/misc.t
28504 ____________________________________________________________________________
28505 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
28506         Log: Subject: [PATCH] perl570delta.pod
28507              From: Peter Scott <Peter@PSDT.com> 
28508              Date: Tue, 05 Jun 2001 18:51:02 -0700
28509              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
28510      Branch: perl
28511            ! pod/perl570delta.pod
28512 ____________________________________________________________________________
28513 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
28514         Log: The fudge factor is no more needed.  I hope.
28515      Branch: perl
28516            ! t/lib/posix.t
28517 ____________________________________________________________________________
28518 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
28519         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
28520              From: Hugo <hv@crypt.compulink.co.uk>
28521              Date: Tue, 05 Jun 2001 12:58:19 +0100
28522              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
28523      Branch: perl
28524            ! util.c
28525 ____________________________________________________________________________
28526 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
28527         Log: Make up prototypes only for those who have the functions
28528              but not the prototypes.
28529      Branch: perl
28530            ! perl.h
28531 ____________________________________________________________________________
28532 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
28533         Log: Subject: Re: Not OK: perl@10439 on win32 
28534              From: Prymmer/Kahn <pvhp@best.com> 
28535              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
28536              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
28537      Branch: perl
28538            ! perl.h util.c
28539 ____________________________________________________________________________
28540 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
28541         Log: The metaconfig units changes for #10441.
28542      Branch: metaconfig
28543            ! U/modified/Extract.U U/modified/Extractall.U
28544            ! U/modified/Finish.U
28545 ____________________________________________________________________________
28546 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
28547         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
28548      Branch: perl
28549            ! Configure
28550 ____________________________________________________________________________
28551 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
28552         Log: Unnecessary fuzziness undone, noted by Mike Guy.
28553      Branch: perl
28554            ! t/op/tr.t
28555 ____________________________________________________________________________
28556 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
28557         Log: Update Changes.
28558      Branch: perl
28559            ! Changes patchlevel.h
28560 ____________________________________________________________________________
28561 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
28562         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
28563              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
28564              leakage patch.
28565      Branch: perl
28566            ! t/op/misc.t
28567 ____________________________________________________________________________
28568 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
28569         Log: Test case for #10433/#10424.
28570      Branch: perl
28571            ! t/op/misc.t
28572 ____________________________________________________________________________
28573 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
28574         Log: Subject: One fix for strtoul not setting errno
28575              From: hom00@utsglobal.com (Hal Morris)
28576              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
28577              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
28578      Branch: perl
28579            + uts/strtol_wrap.c
28580            ! MANIFEST hints/uts.sh
28581 ____________________________________________________________________________
28582 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
28583         Log: Metaconfig units changes for #10434.
28584      Branch: metaconfig
28585            ! U/modified/Cppsym.U
28586      Branch: metaconfig/U/perl
28587            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
28588            + d_syscallproto.U d_usleepproto.U
28589            ! longdblfio.U quadfio.U
28590 ____________________________________________________________________________
28591 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
28592         Log: Configure tweaks; add prototype probes, make the cpp symbols
28593              probe to cast, not whine; test for %Ld and %Lf before %lld and
28594              %llf because the L is the ANSI way.
28595      Branch: perl
28596            ! Configure config_h.SH configure.com epoc/config.sh
28597            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
28598            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
28599            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
28600 ____________________________________________________________________________
28601 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
28602         Log: Sigh.  This is what #10424 was supposed to check in.
28603      Branch: perl
28604            ! op.c sv.c sv.h
28605 ____________________________________________________________________________
28606 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
28607         Log: More verbose failure.
28608      Branch: perl
28609            ! t/op/ver.t
28610 ____________________________________________________________________________
28611 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
28612         Log: The .pm changes to go with #10428.
28613      Branch: perl
28614            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
28615            ! ext/Sys/Syslog/Syslog.pm
28616 ____________________________________________________________________________
28617 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
28618         Log: On second thoughts show to utf8 skippage message only
28619              on failures, it's too confusing otherwise,
28620      Branch: perl
28621            ! t/pragma/locale.t
28622 ____________________________________________________________________________
28623 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
28624         Log: Do not import anything from Encode.
28625      Branch: perl
28626            ! ext/MIME/Base64/QuotedPrint.pm
28627 ____________________________________________________________________________
28628 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
28629         Log: The #10402 didn't take.  Weird.
28630      Branch: perl
28631            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
28632            ! ext/Sys/Syslog/Syslog.xs
28633 ____________________________________________________________________________
28634 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
28635         Log: Eradicate traces of 'asciirange' re subpragma.
28636      Branch: perl
28637            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
28638            ! pod/perldiag.pod
28639 ____________________________________________________________________________
28640 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
28641         Log: use is a compile-time thing.
28642      Branch: perl
28643            ! ext/MIME/Base64/QuotedPrint.pm
28644 ____________________________________________________________________________
28645 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
28646         Log: Subject: [PATCH perl@10419] -Wall casting patch
28647              From: Robin Barker <rmb1@cise.npl.co.uk>
28648              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
28649              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
28650      Branch: perl
28651            ! ext/Devel/DProf/DProf.xs mg.c
28652 ____________________________________________________________________________
28653 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
28654         Log: Subject: [PATCH #2] introducing SVpad_TYPED
28655              From: Abhijit Menon-Sen <ams@wiw.org>
28656              Date: Mon, 4 Jun 2001 12:26:02 +0530
28657              Message-ID: <20010604122602.A5775@lustre.linux.in>
28658      Branch: perl
28659            ! op.c sv.c sv.h
28660 ____________________________________________________________________________
28661 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
28662         Log: testsuite for change#10192 (from Gisle Aas)
28663      Branch: perl
28664            + t/op/override.t
28665            ! MANIFEST
28666 ____________________________________________________________________________
28667 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
28668         Log: integrate changes#10414-10416 from mainline
28669              
28670              Potential buffer overrun if the radix separator is more than
28671              one byte.  Also, under locales, prefer the locale-specific
28672              separator over the old boring ".".
28673              
28674              "10.", that is, decimal numbers can have no decimal part at all.
28675              
28676              The non-locale places need love, too.
28677      Branch: maint-5.6/perl
28678           !> perl.h sv.c
28679 ____________________________________________________________________________
28680 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
28681         Log: Missed from #10420.
28682      Branch: perl
28683            ! epoc/config.sh
28684 ____________________________________________________________________________
28685 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
28686         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
28687              often this prototype goes with HAS_SETRESUID_PROTO.
28688      Branch: perl
28689            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28690            ! config_h.SH configure.com perl.h uconfig.h
28691 ____________________________________________________________________________
28692 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
28693         Log: Update Changes.
28694      Branch: perl
28695            ! Changes patchlevel.h
28696 ____________________________________________________________________________
28697 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
28698         Log: -Wall "subscript has type `char'" cleanup.
28699      Branch: perl
28700            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
28701 ____________________________________________________________________________
28702 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
28703         Log: Various "cast to pointer from integer of different size"
28704              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
28705              wide but I32 (int) only 32 bits wide).
28706              
28707              WARNING: the classnum and tagnum changes in Storable.xs
28708              may not be wise, they may be breaking binary compatibility
28709              (in 64-bit platforms), asked Raphael Manfredi about the changes.
28710      Branch: perl
28711            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
28712            ! mg.c proto.h
28713 ____________________________________________________________________________
28714 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
28715         Log: The non-locale places need love, too.
28716      Branch: perl
28717            ! perl.h
28718 ____________________________________________________________________________
28719 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
28720         Log: "10.", that is, decimal numbers can have no decimal part at all.
28721      Branch: perl
28722            ! perl.h
28723 ____________________________________________________________________________
28724 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
28725         Log: Potential buffer overrun if the radix separator is more than
28726              one byte.  Also, under locales, prefer the locale-specific
28727              separator over the old boring ".".
28728      Branch: perl
28729            ! perl.h sv.c
28730 ____________________________________________________________________________
28731 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
28732         Log: Integrate change #10412 from maintperl; locale is now
28733              per-cop, not per-op; plus retweak the locale.t to always
28734              list the skipped utf8 locales.
28735      Branch: perl
28736            ! t/pragma/locale.t
28737           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
28738           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
28739 ____________________________________________________________________________
28740 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
28741         Log: rationalize locale handling to fix the bugs uncovered by change#10394
28742              
28743              the major issue was that the runtime was looking at PL_hints rather
28744              than op_private to notice whether locale was enabled
28745              
28746              the secondary issue was that many locale-sensitive numeric ops didn't
28747              have HINT_LOCALE propagated into their op_private
28748              
28749              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
28750              instead of per-op, just like HINT_BYTE and the hints for lexical
28751              warnings (this makes the hint available to every op via PL_curcop)
28752              
28753              pragma/locale.t may need to be reworked with these fixes in mind
28754              (it currently passes its tests)
28755      Branch: maint-5.6/perl
28756            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
28757            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
28758 ____________________________________________________________________________
28759 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
28760         Log: More verbose debugging.
28761      Branch: perl
28762            ! t/pragma/locale.t
28763 ____________________________________________________________________________
28764 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
28765         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
28766              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
28767              Date: Sat, 2 Jun 2001 22:53:33 +0100
28768              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
28769      Branch: perl
28770            ! regcomp.c t/pragma/warn/regcomp
28771 ____________________________________________________________________________
28772 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
28773         Log: Mention that lexicalizing $a or $b is a bad idea if one
28774              wants to use sort().
28775      Branch: perl
28776            ! pod/perlvar.pod
28777 ____________________________________________________________________________
28778 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
28779         Log: Tweak the test to be happy if the accuracy is 'good enough'.
28780      Branch: perl
28781            ! t/lib/posix.t
28782 ____________________________________________________________________________
28783 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
28784         Log: Upgrade to Attribute::Handlers 0.70.
28785              
28786              NOTE: this unearthed the "too late for CHECK block" bug,
28787              that's why the 1_compile.t change.
28788      Branch: perl
28789            + lib/Attribute/Handlers/demo/Demo.pm
28790            + lib/Attribute/Handlers/demo/Descriptions.pm
28791            + lib/Attribute/Handlers/demo/MyClass.pm
28792            + lib/Attribute/Handlers/demo/demo.pl
28793            + lib/Attribute/Handlers/demo/demo2.pl
28794            + lib/Attribute/Handlers/demo/demo3.pl
28795            + lib/Attribute/Handlers/demo/demo4.pl
28796            + lib/Attribute/Handlers/demo/demo_call.pl
28797            + lib/Attribute/Handlers/demo/demo_chain.pl
28798            + lib/Attribute/Handlers/demo/demo_cycle.pl
28799            + lib/Attribute/Handlers/demo/demo_hashdir.pl
28800            + lib/Attribute/Handlers/demo/demo_phases.pl
28801            + lib/Attribute/Handlers/demo/demo_range.pl
28802            + lib/Attribute/Handlers/demo/demo_rawdata.pl
28803            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
28804            ! t/lib/attrhand.t
28805 ____________________________________________________________________________
28806 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
28807         Log: One less -Wall whine.
28808      Branch: perl
28809            ! regcomp.c
28810 ____________________________________________________________________________
28811 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
28812         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
28813      Branch: perl
28814           !> t/op/eval.t
28815 ____________________________________________________________________________
28816 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
28817         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
28818              aren't "normally" visible inside eval""s contained in subs unless
28819              a cloned reference to them already exists)
28820              
28821              strangely enough, t/harness didn't show this up as a failure
28822              (harness needs fixing?)
28823      Branch: maint-5.6/perl
28824            ! t/op/eval.t
28825 ____________________________________________________________________________
28826 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
28827         Log: Update to Text::Balanced 1.85.
28828      Branch: perl
28829            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
28830 ____________________________________________________________________________
28831 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
28832         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
28833              From: Nicholas Clark <nick@ccl4.org>
28834              Date: Sun, 3 Jun 2001 17:54:36 +0100
28835              Message-ID: <20010603175436.E76396@plum.flirble.org> 
28836      Branch: perl
28837            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
28838            ! ext/Sys/Syslog/Syslog.xs
28839 ____________________________________________________________________________
28840 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
28841         Log: Unused variables.
28842      Branch: perl
28843            ! util.c
28844 ____________________________________________________________________________
28845 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
28846         Log: Subject: [PATCH] APIfy op_clear 
28847              From: Simon Cozens <simon@netthink.co.uk>
28848              Date: Sun, 3 Jun 2001 13:51:46 +0100
28849              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
28850              
28851              (despite the subject line, op_null is APIfied by the patch)
28852      Branch: perl
28853            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
28854 ____________________________________________________________________________
28855 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
28856         Log: Subject: [PATCH] t/lib/extutils.t
28857              From: Nicholas Clark <nick@ccl4.org>
28858              Date: Sat, 2 Jun 2001 23:57:05 +0100
28859              Message-ID: <20010602235705.Q12698@plum.flirble.org>
28860      Branch: perl
28861            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
28862 ____________________________________________________________________________
28863 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
28864         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
28865              From: Prymmer/Kahn <pvhp@best.com>
28866              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
28867              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
28868      Branch: perl
28869            ! win32/Makefile win32/makefile.mk
28870 ____________________________________________________________________________
28871 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
28872         Log: Subject: Re: 'decimal digits' macro? 
28873              From: Hugo <hv@crypt.compulink.co.uk>
28874              Date: Sun, 03 Jun 2001 04:26:36 +0100
28875              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
28876      Branch: perl
28877            ! handy.h t/lib/posix.t t/op/tr.t
28878 ____________________________________________________________________________
28879 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
28880         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
28881              From: Hugo <hv@crypt.compulink.co.uk>
28882              Date: Sun, 03 Jun 2001 14:56:30 +0100
28883              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
28884      Branch: perl
28885            ! util.c
28886 ____________________________________________________________________________
28887 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
28888         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
28889      Branch: perl
28890           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
28891           !> vms/perly_c.vms
28892 ____________________________________________________________________________
28893 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
28894         Log: fix leakage of lexicals at file scope into subroutines that were
28895              declared before them; this appears to be a longstanding bug that
28896              meant that lexicals at file scope were never "deintroduced", meaning
28897              their scope range was never properly closed, and their visibility
28898              extended to all subsequent eval""s or requires
28899              
28900              added a test case
28901              
28902              seems to also fix a case of bogus duplicate warnings
28903      Branch: maint-5.6/perl
28904            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
28905            ! vms/perly_c.vms
28906 ____________________________________________________________________________
28907 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
28908         Log: More VMS tweaks from Craig A. Berry.
28909      Branch: perl
28910            ! configure.com t/lib/extutils.t
28911 ____________________________________________________________________________
28912 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
28913         Log: -Wall cleanup continues.
28914      Branch: perl
28915            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
28916            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
28917            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
28918            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
28919            ! run.c toke.c util.c
28920 ____________________________________________________________________________
28921 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
28922         Log: The metaconfig unit change for #10390.
28923      Branch: metaconfig/U/perl
28924            ! gccvers.U
28925 ____________________________________________________________________________
28926 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
28927         Log: Drop the -ansi from the default gcc flags.
28928              
28929              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
28930              that struct cannot be compared with a flat integer, such as STRLEN.
28931              The -ansi will also cause a lot of noise in Solaris because of:
28932              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
28933      Branch: perl
28934            ! Configure
28935 ____________________________________________________________________________
28936 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
28937         Log: Integrate perlio.
28938      Branch: perl
28939           !> pod/perlapi.pod util.c
28940 ____________________________________________________________________________
28941 [ 10388] By: nick                                  on 2001/06/02  08:01:12
28942         Log: Integrate mainline
28943      Branch: perlio
28944           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
28945           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
28946           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
28947           !> t/lib/1_compile.t t/lib/mimeqp.t
28948 ____________________________________________________________________________
28949 [ 10387] By: nick                                  on 2001/06/02  07:39:17
28950         Log: Tweak util.c's atof2 for MULTIPLICITY
28951      Branch: perlio
28952            ! util.c
28953 ____________________________________________________________________________
28954 [ 10386] By: nick                                  on 2001/06/02  07:38:33
28955         Log: Integrate mainline
28956      Branch: perlio
28957           !> (integrate 41 files)
28958 ____________________________________________________________________________
28959 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
28960         Log: Add Attribute::Handlers 0.61 from Damian Conway.
28961      Branch: perl
28962            + lib/Attribute/Handlers.pm t/lib/attrhand.t
28963            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
28964 ____________________________________________________________________________
28965 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
28966         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
28967              From: Peter Prymmer <pvhp@forte.com>
28968              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
28969              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
28970      Branch: perl
28971            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
28972 ____________________________________________________________________________
28973 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
28974         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
28975              From: Jeff Pinyan <jeffp@crusoe.net>
28976              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
28977              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
28978      Branch: perl
28979            ! lib/File/Find.pm
28980 ____________________________________________________________________________
28981 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
28982         Log: Subject: [PATCH perl@10381] configure.com tweaks
28983              From: "Craig A. Berry" <craigberry@mac.com>
28984              Date: Fri, 1 Jun 2001 13:55:43 -0500
28985              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
28986      Branch: perl
28987            ! configure.com
28988 ____________________________________________________________________________
28989 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
28990         Log: Update Changes.
28991      Branch: perl
28992            ! Changes patchlevel.h
28993 ____________________________________________________________________________
28994 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
28995         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
28996              From: Mike Guy <mjtg@cam.ac.uk>
28997              Date: Fri, 01 Jun 2001 18:17:02 +0100
28998              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
28999      Branch: perl
29000            ! lib/perl5db.pl
29001 ____________________________________________________________________________
29002 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
29003         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
29004              From: Hugo <hv@crypt.compulink.co.uk>
29005              Date: Thu, 31 May 2001 20:49:48 +0100
29006              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
29007      Branch: perl
29008            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
29009            ! util.c
29010 ____________________________________________________________________________
29011 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
29012         Log: Zero() is not available in x2p (or, rather, some of its
29013              implementations like memzero() might not be available.)
29014      Branch: perl
29015            ! x2p/hash.c
29016 ____________________________________________________________________________
29017 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
29018         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
29019              From: Michael G Schwern <schwern@pobox.com>
29020              Date: Fri, 1 Jun 2001 12:00:29 +0100
29021              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
29022              
29023              (But use Zero() instead of memset.)
29024      Branch: perl
29025            ! x2p/hash.c
29026 ____________________________________________________________________________
29027 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
29028         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
29029              From: Jeff Pinyan <jeffp@crusoe.net>
29030              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
29031              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
29032      Branch: perl
29033            ! pod/perldiag.pod regcomp.c t/op/pat.t
29034 ____________________________________________________________________________
29035 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
29036         Log: Retract #10324 and #10333; not needed.
29037      Branch: perl
29038            ! hints/irix_6.sh hints/linux.sh
29039 ____________________________________________________________________________
29040 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
29041         Log: The #10370 wasn't quite right.
29042      Branch: perl
29043            ! ext/XS/Typemap/Typemap.xs
29044 ____________________________________________________________________________
29045 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
29046         Log: The metaconfig units changes for #10372.
29047      Branch: metaconfig/U/perl
29048            + d_realpath.U d_sresgproto.U d_sresuproto.U
29049            ! gccvers.U i_db.U
29050 ____________________________________________________________________________
29051 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
29052         Log: Configure tweaks; record the Berkeley DB version,
29053              probe for realpath(), for setresuid() and setresgid()
29054              prototypes; use realpath() (try to be paranoid enough),
29055              use the setres[ug]id prototypes because glibc has the functions
29056              but not their prototypes; add -Wall -ansi to gcc ccflags;
29057              regen toc.
29058      Branch: perl
29059            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29060            ! config_h.SH configure.com epoc/config.sh
29061            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
29062            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
29063            ! vos/config.ga.def win32/config.bc win32/config.gc
29064            ! win32/config.vc
29065 ____________________________________________________________________________
29066 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
29067         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
29068              From: Michael G Schwern <schwern@pobox.com>
29069              Date: Fri, 1 Jun 2001 11:28:14 +0100
29070              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
29071      Branch: perl
29072            ! lib/attributes.pm xsutils.c
29073 ____________________________________________________________________________
29074 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
29075         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
29076              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29077              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
29078              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
29079      Branch: perl
29080            ! ext/XS/Typemap/Typemap.xs
29081 ____________________________________________________________________________
29082 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
29083         Log: Subject: [patch] Cwd.xs optimizations/abstraction
29084              From: Doug MacEachern <dougm@covalent.net>
29085              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
29086              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
29087      Branch: perl
29088            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
29089            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
29090 ____________________________________________________________________________
29091 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
29092         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!])
29093              From: Nicholas Clark <nick@ccl4.org>
29094              Date: Thu, 31 May 2001 23:56:40 +0100
29095              Message-ID: <20010531235640.F12698@plum.flirble.org>
29096              
29097              Make the test work also under only static extensions
29098              (sh Configure -Uusedl fakes this nicely)
29099      Branch: perl
29100            ! t/lib/extutils.t
29101 ____________________________________________________________________________
29102 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
29103         Log: Subject: [PATCH hv.c] Eliminating trigraph
29104              From: Michael G Schwern <schwern@pobox.com>
29105              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
29106              Date: Fri, 1 Jun 2001 11:49:56 +0100
29107      Branch: perl
29108            ! hv.c
29109 ____________________________________________________________________________
29110 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
29111         Log: Subject: Re: [PATCH] Tests for File::Compare 
29112              From: "Philip Newton" <Philip.Newton@gmx.net>
29113              Date: Thu, 31 May 2001 19:44:05 +0200
29114              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
29115              
29116              Unnecessary "quotation marks".
29117      Branch: perl
29118            ! t/lib/filecomp.t
29119 ____________________________________________________________________________
29120 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
29121         Log: Integrate perlio.
29122      Branch: perl
29123           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
29124 ____________________________________________________________________________
29125 [ 10364] By: nick                                  on 2001/06/01  10:13:31
29126         Log: Cleanup dll.base and dll.exp created by GCC builds.
29127      Branch: perlio
29128            ! lib/ExtUtils/MM_Win32.pm
29129 ____________________________________________________________________________
29130 [ 10363] By: nick                                  on 2001/06/01  10:02:17
29131         Log: Make filecomp test work on CRLF platforms by adding binmode.
29132      Branch: perlio
29133            ! t/lib/filecomp.t
29134 ____________________________________________________________________________
29135 [ 10362] By: nick                                  on 2001/06/01  08:37:17
29136         Log: Integrate mainline
29137      Branch: perlio
29138           !> Changes Configure patchlevel.h perlio.c
29139 ____________________________________________________________________________
29140 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
29141         Log: panic:claustrophobia.
29142      Branch: perl
29143            ! perlio.c
29144 ____________________________________________________________________________
29145 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
29146         Log: Update Changes.
29147      Branch: perl
29148            ! Changes patchlevel.h
29149 ____________________________________________________________________________
29150 [ 10359] By: nick                                  on 2001/05/31  12:35:50
29151         Log: Integrate mainline.
29152      Branch: perlio
29153           +> t/lib/filecomp.t
29154           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
29155           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
29156 ____________________________________________________________________________
29157 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
29158         Log: Integrate perlio.
29159      Branch: perl
29160           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
29161           !> win32/config_H.vc
29162 ____________________________________________________________________________
29163 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
29164         Log: Metaconfig unit change for #10356.
29165      Branch: metaconfig
29166            ! U/installdirs/inc_version_list.U
29167 ____________________________________________________________________________
29168 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
29169         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
29170              (idea from Sarathy; implementation from Andy)
29171      Branch: perl
29172            ! Configure
29173 ____________________________________________________________________________
29174 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
29175         Log: More AUTHORS.
29176      Branch: perl
29177            ! AUTHORS
29178 ____________________________________________________________________________
29179 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
29180         Log: Subject: Re: [PATCH] Tests for File::Compare
29181              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
29182              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
29183              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
29184      Branch: perl
29185            + t/lib/filecomp.t
29186            ! MANIFEST t/lib/1_compile.t
29187 ____________________________________________________________________________
29188 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
29189         Log: Subject: [PATCH] DEBUG_* macro cleanups
29190              From: Abhijit Menon-Sen <ams@wiw.org>
29191              Date: Thu, 31 May 2001 12:16:22 +0530
29192              Message-ID: <20010531121622.B4829@lustre.linux.in>
29193              
29194              Subject: Re: [PATCH] DEBUG_* macro cleanups
29195              From: Abhijit Menon-Sen <ams@wiw.org>
29196              Date: Thu, 31 May 2001 13:57:01 +0530
29197              Message-ID: <20010531135701.A21775@lustre.linux.in>
29198              
29199              (The DEBUG_ definitions in perl.h changed to use the
29200              STMT_START and STMT_END.)
29201      Branch: perl
29202            ! perl.h pp_ctl.c sv.c toke.c
29203 ____________________________________________________________________________
29204 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
29205         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
29206              From: Abhijit Menon-Sen <ams@wiw.org>
29207              Date: Thu, 31 May 2001 08:27:55 +0530
29208              Message-ID: <20010531082755.A10018@lustre.linux.in>
29209      Branch: perl
29210            ! ext/Storable/Storable.xs gv.c perl.c
29211 ____________________________________________________________________________
29212 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
29213         Log: Subject: [PATCH] AUTHORS
29214              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
29215              Date: Thu, 31 May 2001 01:27:59 -0500
29216              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
29217              
29218              Subject: Re: [PATCH] AUTHORS
29219              From: "Philip Newton" <Philip.Newton@gmx.net>
29220              Date: Thu, 31 May 2001 10:08:06 +0200
29221              (Message-Id missing?)
29222      Branch: perl
29223            ! AUTHORS
29224 ____________________________________________________________________________
29225 [ 10350] By: nick                                  on 2001/05/31  11:40:43
29226         Log: win32 - dmake regen_config_h
29227      Branch: perlio
29228            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29229 ____________________________________________________________________________
29230 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
29231         Log: Subject: Re: [PATCH util.c] More warning cleanups.
29232              From: "Philip Newton" <Philip.Newton@gmx.net>
29233              Date: Thu, 31 May 2001 07:41:36 +0200
29234              Message-Id: <200105310538.IAA25458@taku.hut.fi>
29235              
29236              Undo C++-ism that snekt in.
29237      Branch: perl
29238            ! util.c
29239 ____________________________________________________________________________
29240 [ 10348] By: nick                                  on 2001/05/31  11:36:46
29241         Log: Tolerate Win32 numerics
29242      Branch: perlio
29243            ! t/pragma/warn/toke
29244 ____________________________________________________________________________
29245 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
29246         Log: Integrate perlio.
29247      Branch: perl
29248           !> perlio.c win32/win32.h
29249 ____________________________________________________________________________
29250 [ 10346] By: nick                                  on 2001/05/31  10:54:55
29251         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
29252              perlio.c change 10255.
29253      Branch: perlio
29254            ! perlio.c
29255 ____________________________________________________________________________
29256 [ 10345] By: nick                                  on 2001/05/31  10:01:57
29257         Log: Conditionaly put back some "unused" dTHX which are used
29258              with PERL_IMPLICIT_SYS
29259      Branch: perlio
29260            ! perlio.c
29261 ____________________________________________________________________________
29262 [ 10344] By: nick                                  on 2001/05/31  10:00:59
29263         Log: Fix Win32 for new spelling IN_BYTES 
29264      Branch: perlio
29265            ! win32/win32.h
29266 ____________________________________________________________________________
29267 [ 10343] By: nick                                  on 2001/05/31  08:01:32
29268         Log: perlio.c -Wall cleaner under MULTIPLICITY
29269              - still minor noise with linux stdio
29270      Branch: perlio
29271            ! perlio.c
29272 ____________________________________________________________________________
29273 [ 10342] By: nick                                  on 2001/05/31  07:52:23
29274         Log: Integrate mainline.
29275      Branch: perlio
29276           !> (integrate 42 files)
29277 ____________________________________________________________________________
29278 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
29279         Log: AUTHORS updates.
29280      Branch: perl
29281            ! AUTHORS
29282 ____________________________________________________________________________
29283 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
29284         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
29285              From: Peter Prymmer <pvhp@forte.com>
29286              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
29287              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
29288      Branch: perl
29289            ! t/lib/md5-file.t
29290 ____________________________________________________________________________
29291 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
29292         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
29293              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
29294              to match the pragma name; various robustness cleanups.
29295      Branch: perl
29296            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
29297            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
29298 ____________________________________________________________________________
29299 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
29300         Log: More -Wall sweeping.
29301      Branch: perl
29302            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
29303            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
29304            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
29305            ! regcomp.c sv.c toke.c utf8.c
29306 ____________________________________________________________________________
29307 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
29308         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
29309              From: Nicholas Clark <nick@ccl4.org>
29310              Date: Wed, 30 May 2001 22:34:41 +0100
29311              Message-ID: <20010530223441.Y86445@plum.flirble.org>
29312      Branch: perl
29313            ! t/op/cmp.t
29314 ____________________________________________________________________________
29315 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
29316         Log: It's is not, it isn't ain't, and it's it's, not its,
29317              if you mean it is. If you don't, it's its. Then too,
29318              it's hers. It isn't her's. It isn't our's either.
29319              It's ours, and likewise yours and theirs.
29320              -- Oxford University Press, Edpress News
29321      Branch: perl
29322            ! lib/autouse.pm
29323 ____________________________________________________________________________
29324 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
29325         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
29326      Branch: perl
29327            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
29328            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
29329            ! x2p/str.c x2p/walk.c xsutils.c
29330 ____________________________________________________________________________
29331 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
29332         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
29333              From: Michael G Schwern <schwern@pobox.com>
29334              Date: Wed, 30 May 2001 17:10:38 +0100
29335              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
29336              
29337              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
29338              From: Abhijit Menon-Sen <ams@wiw.org>
29339              Date: Wed, 30 May 2001 23:16:13 +0530
29340              Message-ID: <20010530231613.A31933@lustre.linux.in>
29341      Branch: perl
29342            ! perl.c t/run/runenv.t
29343 ____________________________________________________________________________
29344 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
29345         Log: (Retracted by #10375.)
29346              
29347              IRIX hints patch from Merijn Broeren.
29348              
29349              TODO: (this and the earlier Linux hints patch) should be solved
29350              at Configure level.  Merijn: -ldb should not be used on any platform
29351              for perl, just when linking DBFile itself. Trying to be helpful here
29352              is counterproductive.
29353      Branch: perl
29354            ! hints/irix_6.sh
29355 ____________________________________________________________________________
29356 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
29357         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
29358              From: Nicholas Clark <nick@ccl4.org>
29359              Date: Wed, 30 May 2001 23:20:58 +0100
29360              Message-ID: <20010530232058.B86445@plum.flirble.org>
29361      Branch: perl
29362            ! doop.c
29363 ____________________________________________________________________________
29364 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
29365         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
29366              From: Michael G Schwern <schwern@pobox.com> 
29367              Date: Wed, 30 May 2001 15:24:20 +0100
29368              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
29369      Branch: perl
29370            ! t/pragma/autouse.t
29371 ____________________________________________________________________________
29372 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
29373         Log: The regex trick wasn't a good idea.
29374      Branch: perl
29375            ! pod/perlfaq4.pod
29376 ____________________________________________________________________________
29377 [ 10329] By: nick                                  on 2001/05/30  18:34:35
29378         Log: Integrate mainline
29379      Branch: perlio
29380           !> (integrate 40 files)
29381 ____________________________________________________________________________
29382 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
29383         Log: Update Changes.
29384      Branch: perl
29385            ! Changes patchlevel.h
29386 ____________________________________________________________________________
29387 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
29388         Log: The metaconfig unit change for #10325.
29389      Branch: metaconfig
29390            + U/modified/afs.U
29391 ____________________________________________________________________________
29392 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
29393         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
29394              is now wrong.
29395      Branch: perl
29396            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
29397 ____________________________________________________________________________
29398 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
29399         Log: Introduce $Config{afsroot}.
29400      Branch: perl
29401            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29402            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
29403            ! win32/config.gc win32/config.vc
29404 ____________________________________________________________________________
29405 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
29406         Log: (Retracted by #10375.)
29407              
29408              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
29409      Branch: perl
29410            ! hints/linux.sh
29411 ____________________________________________________________________________
29412 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
29413         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
29414              (Also Configure tweaks needed; coming up soon.)
29415      Branch: perl
29416            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
29417 ____________________________________________________________________________
29418 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
29419         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
29420              From: Michael G Schwern <schwern@pobox.com>
29421              Date: Sun, 27 May 2001 10:29:43 +0100
29422              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
29423      Branch: perl
29424            ! lib/perl5db.pl
29425 ____________________________________________________________________________
29426 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
29427         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
29428              and Abhijit Menon-Sen.
29429      Branch: perl
29430            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
29431            ! perl.c pp_sys.c regcomp.c
29432 ____________________________________________________________________________
29433 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
29434         Log: Fix the BOOT section to call myU2time properly.
29435      Branch: perl
29436            ! ext/Time/HiRes/HiRes.xs
29437 ____________________________________________________________________________
29438 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
29439         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
29440              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
29441              Date: Wed, 30 May 2001 09:44:29 -0400
29442              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
29443              
29444              Detypo; plus add one more trick.
29445      Branch: perl
29446            ! pod/perlfaq4.pod
29447 ____________________________________________________________________________
29448 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
29449         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)
29450              From: Michael G Schwern <schwern@pobox.com>
29451              Date: Wed, 30 May 2001 14:39:06 +0100
29452              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
29453      Branch: perl
29454            ! lib/autouse.pm t/pragma/autouse.t
29455 ____________________________________________________________________________
29456 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
29457         Log: Subject: Re: AIX and gcc (moving targets)
29458              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29459              Date: Wed, 30 May 2001 15:25:08 +0200
29460              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
29461      Branch: perl
29462            ! ext/Time/HiRes/HiRes.xs
29463 ____________________________________________________________________________
29464 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
29465         Log: Subject: [PATCH t/TEST] sorting tests
29466              From: Michael G Schwern <schwern@pobox.com>
29467              Date: Wed, 30 May 2001 10:24:02 +0100
29468              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
29469      Branch: perl
29470            ! t/TEST
29471 ____________________________________________________________________________
29472 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
29473         Log: Subject: [ID 20010529.002] typos in man page perlre
29474              From: bart@cg681574-a.adubn1.nj.home.com 
29475              Date: Tue, 29 May 2001 13:58:59 -0500
29476              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
29477      Branch: perl
29478            ! pod/perlre.pod
29479 ____________________________________________________________________________
29480 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
29481         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
29482              From: "Craig A. Berry" <craigberry@mac.com>
29483              Date: Tue, 29 May 2001 23:23:45 -0500
29484              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
29485      Branch: perl
29486            ! t/lib/extutils.t t/pragma/autouse.t
29487 ____________________________________________________________________________
29488 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
29489         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)
29490              From: David Dyck <dcd@tc.fluke.com>
29491              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
29492              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
29493      Branch: perl
29494            ! t/lib/filefind.t
29495 ____________________________________________________________________________
29496 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
29497         Log: AIX hints update for gcc from Merijn H. Brand.
29498      Branch: perl
29499            ! hints/aix.sh
29500 ____________________________________________________________________________
29501 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
29502         Log: Retract #10295 and #10296: a more generic solution
29503              is needed (there's something funny with gcc on AIX).
29504      Branch: perl
29505            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
29506 ____________________________________________________________________________
29507 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
29508         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
29509              From: Hugo <hv@crypt.compulink.co.uk>
29510              Date: Wed, 30 May 2001 11:59:19 +0100
29511              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
29512              
29513              localizing $@ has unfortunate semantics - if you die past
29514              a local $@, the die message is lost.
29515      Branch: perl
29516            ! lib/utf8_heavy.pl
29517 ____________________________________________________________________________
29518 [ 10309] By: nick                                  on 2001/05/30  08:23:02
29519         Log: Integrate mainline (autouse works again.)
29520      Branch: perlio
29521           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
29522           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
29523           !> pod/perlvar.pod t/op/cmp.t
29524 ____________________________________________________________________________
29525 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
29526         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
29527              From: David Dyck <dcd@tc.fluke.com>
29528              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
29529              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
29530      Branch: perl
29531            ! lib/File/Find.pm
29532 ____________________________________________________________________________
29533 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
29534         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
29535              From: Nicholas Clark <nick@ccl4.org>
29536              Date: Tue, 29 May 2001 23:16:09 +0100
29537              Message-ID: <20010529231609.U86445@plum.flirble.org>
29538              
29539              Make the test output slightly clearer by distinguishing
29540              between '' and undef.
29541      Branch: perl
29542            ! t/op/cmp.t
29543 ____________________________________________________________________________
29544 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
29545         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
29546              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29547              Date: Tue, 29 May 2001 19:15:19 -0400
29548              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
29549      Branch: perl
29550            ! hints/os2.sh
29551 ____________________________________________________________________________
29552 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
29553         Log: Subject: perlvar.pod addition
29554              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
29555              Date: Fri, 25 May 2001 20:23:12 +0200
29556              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
29557              
29558              Subject: Re: perlvar.pod addition
29559              From: "Abigail" <abigail@foad.org> 
29560              Date: Fri, 25 May 2001 22:00:39 +0200
29561              Message-ID: <20010525200039.28029.qmail@foad.org>
29562              
29563              Mention $a and $b in perlvar.
29564      Branch: perl
29565            ! pod/perlvar.pod
29566 ____________________________________________________________________________
29567 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
29568         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
29569              From: Jeff Pinyan <jeffp@crusoe.net>
29570              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
29571              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
29572      Branch: perl
29573            ! pod/perlvar.pod
29574 ____________________________________________________________________________
29575 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
29576         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
29577              From: Jeff Pinyan <jeffp@crusoe.net>
29578              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
29579              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
29580      Branch: perl
29581            ! pod/perlfaq6.pod
29582 ____________________________________________________________________________
29583 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
29584         Log: Mention Time::localtime and Time::gmtime.
29585      Branch: perl
29586            ! ext/Time/Piece/Piece.pm
29587 ____________________________________________________________________________
29588 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
29589         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
29590              From: Michael G Schwern <schwern@pobox.com>
29591              Date: Tue, 29 May 2001 18:51:32 +0100
29592              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
29593      Branch: perl
29594            ! pod/perlfaq4.pod
29595 ____________________________________________________________________________
29596 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
29597         Log: Retract #10243.
29598      Branch: perl
29599            ! lib/autouse.pm
29600 ____________________________________________________________________________
29601 [ 10299] By: nick                                  on 2001/05/29  18:41:19
29602         Log: Post weekend integrate mainline (fails one test pragma/autouse).
29603      Branch: perlio
29604           +> (branch 29 files)
29605           !> (integrate 91 files)
29606 ____________________________________________________________________________
29607 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
29608         Log: Update Changes.
29609      Branch: perl
29610            ! Changes patchlevel.h
29611 ____________________________________________________________________________
29612 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
29613         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
29614              before Perl_load_module/Perl_call_method and restore the value
29615              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
29616      Branch: perl
29617            ! utf8.c
29618 ____________________________________________________________________________
29619 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
29620         Log: Subject: Re: AIX and gcc (moving targets)
29621              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29622              Date: Tue, 29 May 2001 17:59:40 +0200
29623              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
29624      Branch: perl
29625            ! ext/Storable/Makefile.PL
29626 ____________________________________________________________________________
29627 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
29628         Log: Subject: Re: AIX and gcc (moving targets)
29629              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29630              Date: Tue, 29 May 2001 12:32:57 +0200
29631              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
29632      Branch: perl
29633            ! ext/POSIX/Makefile.PL
29634 ____________________________________________________________________________
29635 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
29636         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
29637              From: Michael G Schwern <schwern@pobox.com>
29638              Date: Tue, 29 May 2001 09:53:29 +0100
29639              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
29640              
29641              (#10280 retracted)
29642      Branch: perl
29643            ! lib/Test/Harness.pm t/lib/test-harness.t
29644 ____________________________________________________________________________
29645 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
29646         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
29647              From: Michael G Schwern <schwern@pobox.com>
29648              Date: Tue, 29 May 2001 09:19:52 +0100
29649              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
29650      Branch: perl
29651            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
29652            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
29653            + t/lib/Test/todo.t
29654            ! MANIFEST lib/Test.pm t/TEST
29655 ____________________________________________________________________________
29656 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
29657         Log: From: Michael G Schwern <schwern@pobox.com>
29658              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
29659              Date: Tue, 29 May 2001 08:26:09 +0100
29660              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
29661      Branch: perl
29662            ! t/TEST
29663 ____________________________________________________________________________
29664 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
29665         Log: Add tests for Time::gmtime and Time::localtime.
29666      Branch: perl
29667            + t/lib/time-gmtime.t t/lib/time-localtime.t
29668            ! MANIFEST t/lib/1_compile.t
29669 ____________________________________________________________________________
29670 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
29671         Log: Add test for File::stat.
29672      Branch: perl
29673            + t/lib/filestat.t
29674            ! MANIFEST t/lib/1_compile.t
29675 ____________________________________________________________________________
29676 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
29677         Log: Add test for Net::servent.
29678      Branch: perl
29679            + t/lib/net-sent.t
29680            ! MANIFEST t/lib/1_compile.t
29681 ____________________________________________________________________________
29682 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
29683         Log: Add test for Net::protoent.
29684      Branch: perl
29685            + t/lib/net-pent.t
29686            ! MANIFEST t/lib/1_compile.t
29687 ____________________________________________________________________________
29688 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
29689         Log: Add test for Net::netent.
29690      Branch: perl
29691            + t/lib/net-nent.t
29692            ! MANIFEST t/lib/1_compile.t
29693 ____________________________________________________________________________
29694 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
29695         Log: Add test for User::grent.  Portability doubtful.
29696      Branch: perl
29697            + t/lib/user-grent.t
29698            ! MANIFEST t/lib/1_compile.t
29699 ____________________________________________________________________________
29700 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
29701         Log: Add test for User::pwent.
29702              Probably will fall down somewhere for portability reasons.
29703      Branch: perl
29704            + t/lib/user-pwent.t
29705            ! MANIFEST t/lib/1_compile.t
29706 ____________________________________________________________________________
29707 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
29708         Log: Metaconfig units changes for #10283.
29709      Branch: metaconfig
29710            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
29711            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
29712            ! U/installdirs/sitescript.U U/modified/Signal.U
29713 ____________________________________________________________________________
29714 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
29715         Log: Subject: [PATCH 5.6.1] signal names in Configure
29716              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29717              Date: Tue, 29 May 2001 03:52:25 -0400
29718              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
29719              
29720              Subject: [PATCH 5.6.1] older perl in Configure
29721              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29722              Date: Tue, 29 May 2001 03:55:40 -0400
29723              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
29724              
29725              Subject: [PATCH 5.6.1] goofs in Configure
29726              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29727              Date: Tue, 29 May 2001 04:13:07 -0400
29728              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
29729              
29730              Configure portability tweaks.
29731      Branch: perl
29732            ! Configure
29733 ____________________________________________________________________________
29734 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
29735         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
29736              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29737              Date: Tue, 29 May 2001 04:07:06 -0400
29738              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
29739      Branch: perl
29740            ! os2/os2.c
29741 ____________________________________________________________________________
29742 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
29743         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
29744              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29745              Date: Tue, 29 May 2001 04:01:38 -0400
29746              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
29747      Branch: perl
29748            ! hints/os2.sh os2/Makefile.SHs
29749 ____________________________________________________________________________
29750 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
29751         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
29752              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29753              Date: Tue, 29 May 2001 03:50:18 -0400
29754              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
29755      Branch: perl
29756            ! lib/Test/Harness.pm
29757 ____________________________________________________________________________
29758 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
29759         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
29760      Branch: perl
29761            ! lib/utf8_heavy.pl
29762 ____________________________________________________________________________
29763 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
29764         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
29765              From: Hugo <hv@crypt.compulink.co.uk>
29766              Date: Tue, 29 May 2001 03:03:45 +0100
29767              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
29768              
29769              Explanation why the $@ always gets the UTF8 flag when under use utf8--
29770              because we told it to have the flag when under use utf8.
29771      Branch: perl
29772            ! pp_ctl.c
29773 ____________________________________________________________________________
29774 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
29775         Log: At least a partial fix for 20010528.004.
29776      Branch: perl
29777            ! lib/utf8_heavy.pl
29778 ____________________________________________________________________________
29779 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
29780         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
29781              From: Nicholas Clark <nick@ccl4.org> 
29782              Date: Mon, 28 May 2001 23:39:38 +0100
29783              Message-ID: <20010528233938.M86445@plum.flirble.org>
29784              
29785              More portable non-zero UV.
29786      Branch: perl
29787            ! t/lib/extutils.t
29788 ____________________________________________________________________________
29789 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
29790         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
29791              From: Nicholas Clark <nick@ccl4.org>
29792              Date: Mon, 28 May 2001 22:46:09 +0100
29793              Message-ID: <20010528224608.L86445@plum.flirble.org>
29794              
29795              Test also "make clean".
29796      Branch: perl
29797            ! t/lib/extutils.t
29798 ____________________________________________________________________________
29799 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
29800         Log: Subject: Re: Would -Wno-unused -Wall be better?
29801              From: Michael G Schwern <schwern@pobox.com>
29802              Date: Tue, 29 May 2001 00:55:54 +0100
29803              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
29804      Branch: perl
29805            ! pp.h
29806 ____________________________________________________________________________
29807 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
29808         Log: Add a test for 20010528.007, fixed in #10272.
29809      Branch: perl
29810            ! t/op/misc.t toke.c
29811 ____________________________________________________________________________
29812 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
29813         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
29814              From: Hugo <hv@crypt.compulink.co.uk>
29815              Date: Tue, 29 May 2001 00:23:23 +0100
29816              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
29817      Branch: perl
29818            ! toke.c
29819 ____________________________________________________________________________
29820 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
29821         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
29822              From: Michael G Schwern <schwern@pobox.com>
29823              Date: Tue, 29 May 2001 00:42:59 +0100
29824              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
29825      Branch: perl
29826            ! t/pragma/autouse.t
29827 ____________________________________________________________________________
29828 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
29829         Log: Some shells seemingly arrange the signal handlers differently
29830              (bug id 20010521.004).
29831      Branch: perl
29832            ! t/lib/sigaction.t
29833 ____________________________________________________________________________
29834 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
29835         Log: Regen perlmodlib.
29836      Branch: perl
29837            ! pod/perlmodlib.pod
29838 ____________________________________________________________________________
29839 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
29840         Log: Update Changes.
29841      Branch: perl
29842            ! Changes patchlevel.h
29843 ____________________________________________________________________________
29844 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
29845         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
29846              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
29847              Date: Mon, 28 May 2001 14:56:35 -0500
29848              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
29849      Branch: perl
29850            ! pod/perlnewmod.pod
29851 ____________________________________________________________________________
29852 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
29853         Log: Regen toc.
29854      Branch: perl
29855            ! pod/perltoc.pod
29856 ____________________________________________________________________________
29857 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
29858         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
29859              From: "Richard Soderberg" <rs@crystalflame.net>
29860              Date: Mon, 28 May 2001 12:31:23 -0700
29861              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
29862      Branch: perl
29863            ! t/op/splice.t
29864 ____________________________________________________________________________
29865 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
29866         Log: The #10260 was too bold: locales and utf8 still do not mix.
29867      Branch: perl
29868            ! t/pragma/locale.t
29869 ____________________________________________________________________________
29870 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
29871         Log: Subject: [PATCH] Pod nitpicks
29872              From: "Richard Soderberg" <rs@crystalflame.net>
29873              Date: Mon, 28 May 2001 10:08:58 -0700
29874              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
29875      Branch: perl
29876            ! pod/perl571delta.pod pod/perlapi.pod sv.h
29877 ____________________________________________________________________________
29878 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
29879         Log: Upgrade to I18N::LangTags 0.22.
29880      Branch: perl
29881            + lib/I18N/LangTags/List.pod
29882            ! MANIFEST lib/I18N/LangTags.pm
29883 ____________________________________________________________________________
29884 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
29885         Log: A slightly more serious bug found by -Mutf8; op/misc and
29886              lib/complex dumped core.
29887      Branch: perl
29888            ! regexec.c
29889 ____________________________________________________________________________
29890 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
29891         Log: Various buglets shaken out by -Mutf8.
29892      Branch: perl
29893            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
29894            ! t/pragma/locale.t
29895 ____________________________________________________________________________
29896 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
29897         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
29898      Branch: perl
29899            ! t/lib/carp.t
29900 ____________________________________________________________________________
29901 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
29902         Log: Subject: [PATCH] todo patch
29903              From: Artur Bergman <artur@contiller.se> 
29904              Date: Mon, 28 May 2001 17:03:51 +0200
29905              Message-ID: <B7383577.F34%artur@contiller.se>
29906      Branch: perl
29907            ! pod/perltodo.pod
29908 ____________________________________________________________________________
29909 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
29910         Log: Subject: typo in perlguts.pod
29911              From: "John P. Linderman" <jpl@research.att.com>
29912              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
29913              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
29914      Branch: perl
29915            ! pod/perlguts.pod
29916 ____________________________________________________________________________
29917 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
29918         Log: Subject: AIX and gcc (moving targets)
29919              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29920              Date: Mon, 28 May 2001 12:54:04 +0200
29921              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
29922      Branch: perl
29923            ! hints/aix.sh
29924 ____________________________________________________________________________
29925 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
29926         Log: Subject: Re: perlio + multiple perl_alloc..destruct
29927              From: Doug MacEachern <dougm@covalent.net>
29928              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
29929              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
29930      Branch: perl
29931            ! perlio.c
29932 ____________________________________________________________________________
29933 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
29934         Log: The #10251 wasn't quite up-to-the-code.
29935      Branch: perl
29936            ! t/op/misc.t
29937 ____________________________________________________________________________
29938 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
29939         Log: Test case for bug 20010526.004, fixed in #10252.
29940      Branch: perl
29941            ! t/op/taint.t
29942 ____________________________________________________________________________
29943 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
29944         Log: Subject: Re: [ID 20010526.004] Taint looses value
29945              From: Hugo <hv@crypt.compulink.co.uk>
29946              Date: Sun, 27 May 2001 20:39:32 +0100
29947              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
29948      Branch: perl
29949            ! sv.c
29950 ____________________________________________________________________________
29951 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
29952         Log: Test case for 20010422.005, fixed by #10250.
29953      Branch: perl
29954            ! t/op/misc.t
29955 ____________________________________________________________________________
29956 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
29957         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
29958              From: Spider Boardman <spider@Orb.Nashua.NH.US>
29959              Date: Mon, 28 May 2001 06:39:12 -0400
29960              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
29961      Branch: perl
29962            ! toke.c
29963 ____________________________________________________________________________
29964 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
29965         Log: Linerewrapping.
29966      Branch: perl
29967            ! lib/open.pm
29968 ____________________________________________________________________________
29969 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
29970         Log: Updates on the modules list.
29971      Branch: perl
29972            ! t/lib/1_compile.t
29973 ____________________________________________________________________________
29974 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
29975         Log: Add a test for PerlIO.
29976              
29977              (I probably got the crlf/raw thing wrong for clrfy platforms...)
29978      Branch: perl
29979            + t/lib/perlio.t
29980            ! MANIFEST lib/PerlIO.pm
29981 ____________________________________________________________________________
29982 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
29983         Log: Add a test for carp et alia.
29984      Branch: perl
29985            + t/lib/carp.t
29986            ! MANIFEST
29987 ____________________________________________________________________________
29988 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
29989         Log: Adding the new test would be swell.
29990      Branch: perl
29991            + t/pragma/autouse.t
29992 ____________________________________________________________________________
29993 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
29994         Log: Add a test for the autouse pragma.
29995      Branch: perl
29996            ! MANIFEST
29997 ____________________________________________________________________________
29998 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
29999         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
30000              From: dLux <dlux@spam.sch.bme.hu>
30001              Date: Sun, 27 May 2001 16:14:26 +0200
30002              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
30003      Branch: perl
30004            ! lib/autouse.pm
30005 ____________________________________________________________________________
30006 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
30007         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
30008              From: "Richard Soderberg" <rs@crystalflame.net>
30009              Date: Mon, 28 May 2001 03:56:36 -0700
30010              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
30011      Branch: perl
30012            ! utils/dprofpp.PL
30013 ____________________________________________________________________________
30014 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
30015         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
30016              From: "Stephen P. Potter" <spp@spotter.yi.org>
30017              Date: Tue, 22 May 2001 11:40:25 -0400
30018              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
30019              
30020              Subject: Re: [ID 20010522.003] Time::Local module bug
30021              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
30022              Date: Tue, 22 May 2001 11:50:19 -0400
30023              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
30024      Branch: perl
30025            ! lib/Time/Local.pm
30026 ____________________________________________________________________________
30027 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
30028         Log: The PERL_DL_NONLAZY can have whitespace in front.
30029      Branch: perl
30030            ! t/lib/extutils.t
30031 ____________________________________________________________________________
30032 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
30033         Log: Document strftime() and strptime().
30034      Branch: perl
30035            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
30036 ____________________________________________________________________________
30037 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
30038         Log: Make Time::Piece::strptime() to be a function, not a method.
30039      Branch: perl
30040            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
30041 ____________________________________________________________________________
30042 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
30043         Log: Tweak the test to be more portable.
30044      Branch: perl
30045            ! t/lib/extutils.t
30046 ____________________________________________________________________________
30047 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
30048         Log: Subject: PATCH: Re: Re: Attributes that tie
30049              From: Leon Brocard <acme@astray.com>
30050              Date: Sun, 27 May 2001 12:37:29 +0100
30051              Message-ID: <20010527123729.A22663@ns0.astray.com>
30052              
30053              Document that variable attributes are not currently usable
30054              for tieing.  (An ugly limitation that should be fixed.)
30055      Branch: perl
30056            ! lib/attributes.pm
30057 ____________________________________________________________________________
30058 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
30059         Log: Microperl tweaks.
30060      Branch: perl
30061            ! Makefile.micro uconfig.h uconfig.sh
30062 ____________________________________________________________________________
30063 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
30064         Log: Add make target for microperl (kind of silly, but convenient).
30065      Branch: perl
30066            ! Makefile.SH
30067 ____________________________________________________________________________
30068 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
30069         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
30070              for microperl.)
30071      Branch: perl
30072            ! doio.c
30073 ____________________________________________________________________________
30074 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
30075         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
30076              From: rspier@pobox.com (Robert Spier)
30077              Date: Sat, 26 May 2001 20:05:23 -0400
30078              Message-ID: <15120.17603.148648.12430@rls.cx>
30079              
30080              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
30081              From: rspier@pobox.com (Robert Spier)
30082              Date: Sun, 27 May 2001 00:23:12 -0400
30083              Message-ID: <15120.33072.511966.767230@rls.cx>
30084      Branch: perl
30085            ! doio.c pod/perlfunc.pod
30086 ____________________________________________________________________________
30087 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
30088         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
30089      Branch: perl
30090            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30091 ____________________________________________________________________________
30092 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
30093         Log: Add README.tru64.
30094      Branch: perl
30095            + README.tru64
30096 ____________________________________________________________________________
30097 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
30098         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
30099      Branch: perl
30100            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
30101            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
30102            ! MANIFEST
30103 ____________________________________________________________________________
30104 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
30105         Log: Integrate I18N::LangTags from Sean Burke.
30106              
30107              TODO: the language list from RFC 3066 needs to be integrated
30108              and made available somehow.  The list is included in the
30109              I18N-LangTags 0.21 distribution, but it is undocumented
30110              and unconnected to the module.
30111      Branch: perl
30112            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
30113            ! MANIFEST
30114 ____________________________________________________________________________
30115 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
30116         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
30117              envisioned by Sarathy.
30118      Branch: perl
30119            ! t/op/ver.t toke.c
30120 ____________________________________________________________________________
30121 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
30122         Log: Subject: [ID 20010525.001] Pod typo nits fixed
30123              From: lvirden@cas.org
30124              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
30125              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
30126              
30127              minus the perlsolaris decimation plus the
30128              
30129              Subject: Re: [ID 20010525.001] Pod typo nits fixed
30130              From: "Philip Newton" <Philip.Newton@gmx.net>
30131              Date: Fri, 25 May 2001 18:05:55 +0200
30132              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
30133      Branch: perl
30134            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
30135            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
30136            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
30137            ! pod/perlutil.pod pod/perlxstut.pod
30138 ____________________________________________________________________________
30139 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
30140         Log: return clauses are nice.
30141      Branch: perl
30142            ! sv.c
30143 ____________________________________________________________________________
30144 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
30145         Log: Subject: change 10199 backwards?
30146              From: Doug MacEachern <dougm@covalent.net>
30147              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
30148              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
30149      Branch: perl
30150            ! sv.c
30151 ____________________________________________________________________________
30152 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
30153         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
30154              From: Hugo <hv@crypt.compulink.co.uk>
30155              Date: Sat, 26 May 2001 17:05:12 +0100
30156              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
30157      Branch: perl
30158            + t/op/gmagic.t
30159            ! MANIFEST doop.c embed.h embed.pl global.sym
30160            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
30161            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
30162 ____________________________________________________________________________
30163 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
30164         Log: Regen headers for #10221.
30165      Branch: perl
30166            ! global.sym objXSUB.h perlapi.c
30167 ____________________________________________________________________________
30168 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
30169         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
30170              From: Juha Laiho <juha.laiho@Elma.Net>
30171              Date: Thu, 3 May 2001 09:51:30 +0300
30172              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
30173      Branch: perl
30174            ! embed.pl
30175 ____________________________________________________________________________
30176 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
30177         Log: Subject: Re: [PATCH] Re: stability of sort()?
30178              From: "John P. Linderman" <jpl@research.att.com>
30179              Date: Sat, 26 May 2001 13:27:19 -0400
30180              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
30181      Branch: perl
30182            ! pod/perlfunc.pod
30183 ____________________________________________________________________________
30184 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
30185         Log: Integrate perlio.
30186      Branch: perl
30187           !> pod/perlguts.pod
30188 ____________________________________________________________________________
30189 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
30190         Log: Subject: [PATCH perl@10210] PerlIO for VMS
30191              From: "Craig A. Berry" <craigberry@mac.com>
30192              Date: Sat, 26 May 2001 09:34:11 -0500
30193              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
30194      Branch: perl
30195            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
30196            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
30197            ! vms/vmsish.h
30198 ____________________________________________________________________________
30199 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
30200         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
30201              From: David Dyck <dcd@tc.fluke.com>
30202              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
30203              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
30204      Branch: perl
30205            ! lib/perl5db.pl
30206 ____________________________________________________________________________
30207 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
30208         Log: Subject: utf8 regexp tests
30209              From: Hugo <hv@crypt.compulink.co.uk>
30210              Date: Fri, 25 May 2001 22:35:01 +0100
30211              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
30212      Branch: perl
30213            ! t/op/regexp.t
30214 ____________________________________________________________________________
30215 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
30216         Log: Subject: [PATCH] Re: stability of sort()?
30217              From: Nicholas Clark <nick@ccl4.org>
30218              Date: Fri, 25 May 2001 22:40:19 +0100
30219              Message-ID: <20010525224019.B86445@plum.flirble.org>
30220      Branch: perl
30221            ! pod/perlfunc.pod
30222 ____________________________________________________________________________
30223 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
30224         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
30225              From: John Peacock <jpeacock@rowman.com>
30226              Date: Thu, 24 May 2001 22:14:01 -0400
30227              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
30228      Branch: perl
30229            ! mg.c scope.c sv.c
30230 ____________________________________________________________________________
30231 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
30232         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
30233              From: Nicholas Clark <nick@ccl4.org>
30234              Date: Sun, 20 May 2001 19:24:13 +0100
30235              Message-ID: <20010520192413.G83222@plum.flirble.org>
30236      Branch: perl
30237            + lib/ExtUtils/Constant.pm t/lib/extutils.t
30238            ! MANIFEST utils/h2xs.PL
30239 ____________________________________________________________________________
30240 [ 10212] By: nick                                  on 2001/05/26  09:49:28
30241         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
30242              add a few more notes there on use of mortals on the stack.
30243      Branch: perlio
30244            ! pod/perlguts.pod
30245 ____________________________________________________________________________
30246 [ 10211] By: nick                                  on 2001/05/26  09:05:36
30247         Log: Integrate mainline
30248      Branch: perlio
30249           +> t/lib/fcntl.t t/pragma/vars.t
30250           !> (integrate 49 files)
30251 ____________________________________________________________________________
30252 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
30253         Log: Update Changes.
30254      Branch: perl
30255            ! Changes patchlevel.h
30256 ____________________________________________________________________________
30257 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
30258         Log: Based on
30259              
30260              Subject: [PATCH pp.c] Wrapping pack("C",256)
30261              From: Simon Cozens <simon@netthink.co.uk>
30262              Date: Sat, 12 May 2001 17:58:41 +0100
30263              Message-ID: <20010512175841.A6132@netthink.co.uk>
30264      Branch: perl
30265            ! pod/perldiag.pod pp.c t/pragma/warn/pp
30266 ____________________________________________________________________________
30267 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
30268         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
30269              From: "Brendan O'Dea" <bod@compusol.com.au>
30270              Date: Fri, 25 May 2001 11:18:29 +1000
30271              Message-ID: <20010525111829.A28411@compusol.com.au>
30272              
30273              (Slightly modified.)
30274      Branch: perl
30275            ! lib/Term/Cap.pm
30276 ____________________________________________________________________________
30277 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
30278         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
30279              From: Hugo <hv@crypt.compulink.co.uk>
30280              Date: Fri, 25 May 2001 02:13:25 +0100
30281              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
30282      Branch: perl
30283            ! t/op/misc.t
30284 ____________________________________________________________________________
30285 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
30286         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
30287              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
30288              Date: Fri, 25 May 2001 10:25:36 +0900
30289              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
30290      Branch: perl
30291            ! regcomp.c regexec.c
30292 ____________________________________________________________________________
30293 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
30294         Log: Subject: [PATCH #2] stash autovivification and method call error messages
30295              From: Ilmari Karonen <iltzu@sci.fi>
30296              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
30297              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
30298      Branch: perl
30299            ! gv.c pp_hot.c t/op/method.t
30300 ____________________________________________________________________________
30301 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
30302         Log: Add make target and documentation for gprof profiling.
30303      Branch: perl
30304            ! Makefile.SH pod/perlhack.pod
30305 ____________________________________________________________________________
30306 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
30307         Log: Subject: Don't think about UTF8 
30308              From: Mike Guy <mjtg@cam.ac.uk> 
30309              Date: Tue, 22 May 2001 14:35:39 +0100
30310              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
30311      Branch: perl
30312            ! sv.h
30313 ____________________________________________________________________________
30314 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
30315         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
30316              From: Geraint A Edwards <gedge@serf.org> 
30317              Date: Thu, 24 May 2001 22:51:24 +0100
30318              Message-Id: <20010524225124.A34981@cymru.serf.org>
30319      Branch: perl
30320            ! x2p/find2perl.PL
30321 ____________________________________________________________________________
30322 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
30323         Log: DB_File has its own attribute story.
30324      Branch: perl
30325            ! ext/DB_File/DB_File.xs
30326 ____________________________________________________________________________
30327 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
30328         Log: Subject: Re: Making perl with -Wall
30329              From: Andy Dougherty <doughera@lafayette.edu>
30330              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
30331              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
30332      Branch: perl
30333            ! perl.h
30334 ____________________________________________________________________________
30335 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
30336         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
30337              From: "Richard Soderberg" <rs@crystalflame.net>
30338              Date: Thu, 24 May 2001 08:58:16 -0700
30339              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
30340      Branch: perl
30341            ! sv.c
30342 ____________________________________________________________________________
30343 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
30344         Log: IV/UV casting fixes from Nicholas Clark.
30345      Branch: perl
30346            ! perl.h pp_sys.c util.c
30347 ____________________________________________________________________________
30348 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
30349         Log: Subject: Re: Making perl with -Wall
30350              From: Michael G Schwern <schwern@pobox.com>
30351              Date: Thu, 24 May 2001 15:40:28 +0100
30352              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
30353      Branch: perl
30354            ! malloc.c perl.h
30355 ____________________________________________________________________________
30356 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
30357         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
30358              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30359              Date: Tue, 22 May 2001 11:49:37 +0200
30360              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
30361      Branch: metaconfig
30362            ! U/modified/Oldsym.U
30363      Branch: metaconfig/U/perl
30364            ! patchlevel.U
30365      Branch: perl
30366            ! Configure config_h.SH myconfig.SH
30367 ____________________________________________________________________________
30368 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
30369         Log: Under versiononly install also the scripts with the version suffix.
30370              (e.g. .../bin/h2xs5.7.1)
30371      Branch: perl
30372            ! installperl
30373 ____________________________________________________________________________
30374 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
30375         Log: Subject: [PATCH] Stop segfault in mg.c:636
30376              From: "Richard Soderberg" <rs@crystalflame.net>
30377              Date: Thu, 24 May 2001 05:51:52 -0700
30378              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
30379      Branch: perl
30380            ! mg.c
30381 ____________________________________________________________________________
30382 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
30383         Log: Iteration continues; hopefully convergently.
30384      Branch: perl
30385            ! t/lib/b-stash.t
30386 ____________________________________________________________________________
30387 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
30388         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
30389              From: Gisle Aas <gisle@ActiveState.com>
30390              Date: 23 May 2001 16:13:10 -0700
30391              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
30392      Branch: perl
30393            ! op.c toke.c
30394 ____________________________________________________________________________
30395 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
30396         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
30397              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
30398              Date: Thu, 24 May 2001 05:05:22 -0500
30399              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
30400      Branch: perl
30401            ! lib/dumpvar.pl lib/perl5db.pl
30402 ____________________________________________________________________________
30403 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
30404         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
30405              From: David Dyck <dcd@tc.fluke.com>
30406              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
30407              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
30408      Branch: perl
30409            ! lib/perl5db.pl
30410 ____________________________________________________________________________
30411 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
30412         Log: Tiny pod nits on READMEs, mostly whitespace issues.
30413      Branch: perl
30414            ! README.amiga README.dos README.macos README.mpeix README.vmesa
30415            ! README.win32
30416 ____________________________________________________________________________
30417 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
30418         Log: The DG/UX part of the 20010521.005.
30419      Branch: perl
30420            ! README.dgux
30421 ____________________________________________________________________________
30422 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
30423         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
30424              From: Hugo <hv@crypt.compulink.co.uk>
30425              Date: Mon, 21 May 2001 16:32:02 +0100
30426              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
30427      Branch: perl
30428            ! regcomp.c t/op/misc.t
30429 ____________________________________________________________________________
30430 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
30431         Log: Subject: [PATCH] Extra UNIVERSAL tests
30432              From: Mike Guy <mjtg@cam.ac.uk>
30433              Date: Wed, 23 May 2001 12:29:20 +0100
30434              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
30435      Branch: perl
30436            ! t/op/universal.t
30437 ____________________________________________________________________________
30438 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
30439         Log: Subject: [PATCH] Remove EQ keyword
30440              From: Mike Guy <mjtg@cam.ac.uk>
30441              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
30442              Date: Wed, 23 May 2001 11:17:29 +0100
30443      Branch: perl
30444            ! keywords.h keywords.pl
30445 ____________________________________________________________________________
30446 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
30447         Log: Subject: [PATCH] lib/perl5db.pl
30448              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
30449              Date: Wed, 23 May 2001 02:18:03 -0500
30450              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
30451      Branch: perl
30452            ! lib/perl5db.pl
30453 ____________________________________________________________________________
30454 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
30455         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
30456              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
30457              Date: Tue, 22 May 2001 23:34:41 -0500
30458              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
30459      Branch: perl
30460            ! lib/Term/Cap.pm
30461 ____________________________________________________________________________
30462 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
30463         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
30464              From: davem@fdgroup.co.uk
30465              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
30466              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
30467      Branch: perl
30468            ! emacs/e2ctags.pl
30469 ____________________________________________________________________________
30470 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
30471         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
30472              From: Michael G Schwern <schwern@pobox.com>
30473              Date: Tue, 22 May 2001 14:15:09 +0100
30474              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
30475      Branch: perl
30476            ! lib/vars.pm
30477 ____________________________________________________________________________
30478 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
30479         Log: Subject: [PATCH lib/vars.pm] Odd code nit
30480              From: Michael G Schwern <schwern@pobox.com>
30481              Date: Tue, 22 May 2001 14:14:28 +0100
30482              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
30483      Branch: perl
30484            ! lib/vars.pm
30485 ____________________________________________________________________________
30486 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
30487         Log: Use the new use vars feature.
30488      Branch: perl
30489            ! t/lib/b-stash.t
30490 ____________________________________________________________________________
30491 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
30492         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
30493              From: Mike Guy <mjtg@cam.ac.uk>
30494              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30495              Date: Tue, 22 May 2001 13:11:39 +0100
30496      Branch: perl
30497            + t/pragma/vars.t
30498            ! MANIFEST lib/vars.pm t/lib/1_compile.t
30499 ____________________________________________________________________________
30500 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
30501         Log: -qlongdouble considered harmful by Merijn.
30502      Branch: perl
30503            ! hints/aix.sh
30504 ____________________________________________________________________________
30505 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
30506         Log: Update Changes.
30507      Branch: perl
30508            ! Changes patchlevel.h
30509 ____________________________________________________________________________
30510 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
30511         Log: Add a test of its very own for Fcntl.  Hopefully portable.
30512      Branch: perl
30513            + t/lib/fcntl.t
30514            ! MANIFEST
30515 ____________________________________________________________________________
30516 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
30517         Log: Must be trickier for 'minitest' not to die.
30518      Branch: perl
30519            ! t/op/taint.t
30520 ____________________________________________________________________________
30521 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
30522         Log: Can't declare other people's variables.
30523      Branch: perl
30524            ! t/lib/b-stash.t
30525 ____________________________________________________________________________
30526 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
30527         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
30528      Branch: perl
30529            ! doio.c t/op/taint.t
30530 ____________________________________________________________________________
30531 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
30532         Log: The OS/2 variable needs to be declared.
30533      Branch: perl
30534            ! t/lib/b-stash.t
30535 ____________________________________________________________________________
30536 [ 10170] By: nick                                  on 2001/05/20  16:48:29
30537         Log: Integrate mainline
30538      Branch: perlio
30539           !> (integrate 41 files)
30540 ____________________________________________________________________________
30541 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
30542         Log: Small perlsec updates: clarify the taintedness of filename
30543              globbing; suggest using Scalar::Util::tainted().
30544      Branch: perl
30545            ! pod/perlsec.pod
30546 ____________________________________________________________________________
30547 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
30548         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
30549              From: Dave Mitchell <davem@fdgroup.co.uk>
30550              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
30551              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
30552      Branch: perl
30553            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
30554            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
30555            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
30556            ! xsutils.c
30557 ____________________________________________________________________________
30558 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
30559         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
30560              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30561              Date: Sat, 19 May 2001 04:08:46 -0400
30562              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
30563      Branch: perl
30564            ! lib/ExtUtils/Mksymlists.pm makedef.pl
30565 ____________________________________________________________________________
30566 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
30567         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
30568              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30569              Date: Sat, 19 May 2001 04:30:45 -0400
30570              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
30571      Branch: perl
30572            ! os2/os2.c
30573 ____________________________________________________________________________
30574 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
30575         Log: Subject: [PATCH 5.6.1] build bugs OS/2
30576              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30577              Date: Sat, 19 May 2001 04:35:28 -0400
30578              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
30579      Branch: perl
30580            ! os2/Makefile.SHs os2/os2.c
30581 ____________________________________________________________________________
30582 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
30583         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
30584              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30585              Date: Sat, 19 May 2001 04:04:23 -0400
30586              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
30587              
30588              (In bleadperl patched b-stash.t instead of b.t)
30589      Branch: perl
30590            ! t/lib/b-stash.t t/lib/bigfltpm.t
30591 ____________________________________________________________________________
30592 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
30593         Log: Subject: [PATCH 5.6.1] perl5db
30594              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30595              Date: Sat, 19 May 2001 03:49:09 -0400
30596              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
30597      Branch: perl
30598            ! lib/perl5db.pl
30599 ____________________________________________________________________________
30600 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
30601         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
30602              From: Gisle Aas <gisle@ActiveState.com>
30603              Date: 18 May 2001 14:24:51 -0700
30604              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
30605      Branch: perl
30606            ! pp_ctl.c
30607 ____________________________________________________________________________
30608 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
30609         Log: Subject: [PATCH] Chomp should not always stringify
30610              From: Gisle Aas <gisle@ActiveState.com>
30611              Date: 18 May 2001 07:55:25 -0700
30612              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
30613      Branch: perl
30614            ! doop.c t/op/chop.t
30615 ____________________________________________________________________________
30616 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
30617         Log: Integrate perlio.
30618      Branch: perl
30619           !> pod/perlfunc.pod
30620 ____________________________________________________________________________
30621 [ 10159] By: nick                                  on 2001/05/20  09:39:46
30622         Log: Document some more of open's features.
30623      Branch: perlio
30624            ! pod/perlfunc.pod
30625 ____________________________________________________________________________
30626 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
30627         Log: back out change#10153 (it has compatibility issues such as the
30628              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
30629              benefit for 5.6.x doesn't seem worth the risk)
30630      Branch: maint-5.6/perl
30631            ! toke.c
30632 ____________________________________________________________________________
30633 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
30634         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
30635      Branch: perl
30636            ! x2p/s2p.PL
30637 ____________________________________________________________________________
30638 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
30639         Log: Update Changes.
30640      Branch: perl
30641            ! Changes patchlevel.h
30642 ____________________________________________________________________________
30643 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
30644         Log: Integrate change #10144 from maintperl.
30645              
30646              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
30647      Branch: perl
30648           !> win32/config.bc win32/config.gc win32/config.vc
30649           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
30650 ____________________________________________________________________________
30651 [ 10154] By: nick                                  on 2001/05/18  07:23:03
30652         Log: Integrate mainline.
30653      Branch: perlio
30654           +> README.dgux t/lib/i18n-collate.t utils.lst
30655           !> (integrate 49 files)
30656 ____________________________________________________________________________
30657 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
30658         Log: Integrate change #7224 from mainline into maintperl.
30659              
30660              Allow @+ and @- to be doublequoted, from Simon Cozens. 
30661              (Approved by Larry, see Tom's comment in 20000830.005.)
30662      Branch: maint-5.6/perl
30663           !> toke.c
30664 ____________________________________________________________________________
30665 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
30666         Log: Subject: [PATCH bleadperl] small lookbehind fix
30667              From: Hugo <hv@crypt.compulink.co.uk>
30668              Date: Fri, 18 May 2001 00:07:19 +0100
30669              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
30670      Branch: perl
30671            ! regexec.c
30672 ____________________________________________________________________________
30673 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
30674         Log: Detypos.
30675      Branch: perl
30676            ! installman utils.lst
30677 ____________________________________________________________________________
30678 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
30679         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
30680              in 20001222.001.
30681      Branch: perl
30682            ! t/lib/glob-basic.t
30683 ____________________________________________________________________________
30684 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
30685         Log: Subject: [PATCH] Test for bug 20010515.004
30686              From: Benjamin Sugars <bsugars@canoe.ca>
30687              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
30688              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
30689      Branch: perl
30690            ! t/op/misc.t
30691 ____________________________________________________________________________
30692 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
30693         Log: Integrate #10145 from maintperl.
30694              
30695              fix for ID 20010515.004 (needs test)
30696      Branch: perl
30697           !> pp_hot.c
30698 ____________________________________________________________________________
30699 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
30700         Log: Thinko noticed by Doug MacEachern.
30701      Branch: perl
30702            ! thread.h
30703 ____________________________________________________________________________
30704 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
30705         Log: Subject: Re: [PATCH] HERE mark in regex
30706              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30707              Date: Thu, 17 May 2001 12:20:33 -0400
30708              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
30709      Branch: perl
30710            ! t/op/re_tests
30711 ____________________________________________________________________________
30712 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
30713         Log: fix for ID 20010515.004 (needs test)
30714      Branch: maint-5.6/perl
30715            ! pp_hot.c
30716 ____________________________________________________________________________
30717 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
30718         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
30719      Branch: maint-5.6/perl
30720            ! win32/config.bc win32/config.gc win32/config.vc
30721            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30722 ____________________________________________________________________________
30723 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
30724         Log: Macrofy the getspecific (and use it also in util.c)
30725      Branch: perl
30726            ! thread.h util.c
30727 ____________________________________________________________________________
30728 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
30729         Log: Use the unchecked thread-specific key fetch also in Tru64.
30730      Branch: perl
30731            ! thread.h
30732 ____________________________________________________________________________
30733 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
30734         Log: Subject: [PATCH 5.6.1]Quick thread speedup
30735              From: Dan Sugalski <dan@sidhe.org> 
30736              Date: Wed, 16 May 2001 18:05:19 -0400
30737              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
30738      Branch: perl
30739            ! thread.h util.c
30740 ____________________________________________________________________________
30741 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
30742         Log: I think this is quite enough testing for a deprecated feature.
30743      Branch: perl
30744            + t/lib/i18n-collate.t
30745            ! MANIFEST t/lib/1_compile.t
30746 ____________________________________________________________________________
30747 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
30748         Log: More HP-UX lore from Jeff Okamoto.
30749      Branch: perl
30750            ! README.hpux
30751 ____________________________________________________________________________
30752 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
30753         Log: Sort utils.lst for easier maintenance.
30754      Branch: perl
30755            ! utils.lst
30756 ____________________________________________________________________________
30757 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
30758         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
30759              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30760              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
30761              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
30762              
30763              Add pod2latex to utils.lst.
30764      Branch: perl
30765            ! MANIFEST utils.lst
30766 ____________________________________________________________________________
30767 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
30768         Log: Subject: Re: [PATCH] HERE mark in regex
30769              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30770              Date: Wed, 16 May 2001 13:04:43 -0400
30771              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
30772      Branch: perl
30773            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
30774            ! t/op/regmesg.t t/pragma/warn/regcomp
30775 ____________________________________________________________________________
30776 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
30777         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
30778              From: Simon Cozens <simon@netthink.co.uk>
30779              Date: Wed, 16 May 2001 18:02:08 +0100
30780              Message-ID: <20010516180208.A6458@netthink.co.uk>
30781      Branch: perl
30782            ! installman utils.lst
30783 ____________________________________________________________________________
30784 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
30785         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
30786              From: "Philip Newton" <pnewton@gmx.de>
30787              Date: Tue, 15 May 2001 15:09:30 +0200
30788              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
30789              
30790              Test case for #10128.
30791      Branch: perl
30792            ! t/pragma/warn/pp_hot
30793 ____________________________________________________________________________
30794 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
30795         Log: Update Changes.
30796      Branch: perl
30797            ! Changes patchlevel.h
30798 ____________________________________________________________________________
30799 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
30800         Log: Deprecate pseudo-hashes.
30801      Branch: perl
30802            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
30803 ____________________________________________________________________________
30804 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
30805         Log: HP-UX hints update from Merijn.
30806      Branch: perl
30807            ! hints/hpux.sh
30808 ____________________________________________________________________________
30809 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
30810         Log: README.hpux update from Merijn.
30811      Branch: perl
30812            ! README.hpux
30813 ____________________________________________________________________________
30814 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
30815         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
30816              From: Simon Cozens <simon@netthink.co.uk>
30817              Date: Wed, 16 May 2001 15:57:55 +0100
30818              Message-ID: <20010516155755.A4728@netthink.co.uk>
30819      Branch: perl
30820            + utils.lst
30821            ! MANIFEST installman installperl
30822 ____________________________________________________________________________
30823 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
30824         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
30825              From: "Philip Newton" <pnewton@gmx.de>
30826              Date: Tue, 15 May 2001 16:31:05 +0200
30827              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
30828              
30829              Fix PERL_Y2KWARN test to check before rather than after appending.
30830      Branch: perl
30831            ! pp_hot.c
30832 ____________________________________________________________________________
30833 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
30834         Log: Regen Porting stuff.
30835      Branch: perl
30836            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30837            ! config_h.SH
30838 ____________________________________________________________________________
30839 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
30840         Log: Metaconfig unit change for #10125.
30841      Branch: metaconfig
30842            ! U/modified/Oldconfig.U
30843 ____________________________________________________________________________
30844 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
30845         Log: Use OSVERS.
30846      Branch: perl
30847            ! Configure config_h.SH perl.c
30848 ____________________________________________________________________________
30849 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
30850         Log: Regen toc.
30851      Branch: perl
30852            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30853 ____________________________________________________________________________
30854 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
30855         Log: Adding the README.dgux to the MANIFEST would be a good idea.
30856      Branch: perl
30857            ! MANIFEST
30858 ____________________________________________________________________________
30859 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
30860         Log: Move the stack desire definition to thread.h.
30861      Branch: perl
30862            ! ext/Thread/Thread.xs thread.h
30863 ____________________________________________________________________________
30864 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
30865         Log: DG-UX threading patches, including a README.dgux,
30866              from Takis Psarogiannakopoulos.
30867      Branch: perl
30868            + README.dgux
30869            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
30870 ____________________________________________________________________________
30871 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
30872         Log: Subject: [PATCH B::Deparse] More on /x regexes
30873              From: Robin Houston <robin@kitsite.com>
30874              Date: Tue, 15 May 2001 19:09:35 +0100
30875              Message-ID: <20010515190935.A27268@penderel>
30876      Branch: perl
30877            ! ext/B/B/Deparse.pm
30878 ____________________________________________________________________________
30879 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
30880         Log: Document that the core time() may be rounding rather
30881              than truncating, would have saved at least my confusion.
30882      Branch: perl
30883            ! ext/Time/HiRes/HiRes.pm
30884 ____________________________________________________________________________
30885 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
30886         Log: Subject: perl-current/t/time-hires.t
30887              From: John Peacock <jpeacock@rowman.com>
30888              Date: Fri, 11 May 2001 14:09:41 -0400
30889              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
30890      Branch: perl
30891            ! t/lib/time-hires.t
30892 ____________________________________________________________________________
30893 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
30894         Log: Subject: [PATCH dump.c] Op private flags
30895              From: Simon Cozens <simon@netthink.co.uk>
30896              Date: Sun, 13 May 2001 20:20:36 +0100
30897              Message-ID: <20010513202036.A21896@netthink.co.uk>
30898      Branch: perl
30899            ! dump.c
30900 ____________________________________________________________________________
30901 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
30902         Log: Upgrade to Switch 2.03.
30903      Branch: perl
30904            ! lib/Switch.pm
30905 ____________________________________________________________________________
30906 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
30907         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
30908              to PERL_CONFIG_SH and use it consistently.
30909      Branch: maint-5.6/perl
30910           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
30911           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
30912           !> myconfig.SH writemain.SH
30913 ____________________________________________________________________________
30914 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
30915         Log: Metaconfig units changes for #10113.
30916      Branch: metaconfig
30917            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
30918 ____________________________________________________________________________
30919 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
30920         Log: The problem described in 20010514.031 still wasn't
30921              fully cured, there were remnants of $CONFIG when
30922              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
30923              to avoid future conflicts.
30924      Branch: perl
30925            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
30926            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
30927            ! myconfig.SH writemain.SH
30928 ____________________________________________________________________________
30929 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
30930         Log: Half of #10107 got lost.
30931      Branch: perl
30932            ! ext/B/B/Deparse.pm
30933 ____________________________________________________________________________
30934 [ 10111] By: nick                                  on 2001/05/15  08:39:14
30935         Log: Integrate mainline.
30936      Branch: perlio
30937           +> ext/POSIX/hints/uts.pl
30938            - Todo Todo-5.6 t/camel-III/vstring.t
30939           !> (integrate 48 files)
30940 ____________________________________________________________________________
30941 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
30942         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
30943              From: Robin Houston <robin@kitsite.com>
30944              Date: Mon, 14 May 2001 22:27:08 +0100
30945              Message-ID: <20010514222708.A22963@penderel>
30946      Branch: perl
30947            ! t/TestInit.pm
30948 ____________________________________________________________________________
30949 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
30950         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
30951              From: Robin Houston <robin@kitsite.com>
30952              Date: Mon, 14 May 2001 22:16:43 +0100
30953              Message-ID: <20010514221643.A22437@penderel>
30954      Branch: perl
30955            ! ext/B/B/Deparse.pm
30956 ____________________________________________________________________________
30957 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
30958         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
30959              From: Robin Houston <robin@kitsite.com>
30960              Date: Mon, 14 May 2001 22:03:44 +0100
30961              Message-ID: <20010514220344.A20643@penderel>
30962      Branch: perl
30963            ! ext/B/B/Deparse.pm
30964 ____________________________________________________________________________
30965 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
30966         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
30967              From: Robin Houston <robin@kitsite.com>
30968              Date: Mon, 14 May 2001 22:10:07 +0100
30969              Message-ID: <20010514221007.A21118@penderel>
30970      Branch: perl
30971            ! ext/B/B/Deparse.pm
30972 ____________________________________________________________________________
30973 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
30974         Log: Fix for 20010514.037; substr() didn't invalidate the locale
30975              collation magic.
30976      Branch: perl
30977            ! pp.c
30978 ____________________________________________________________________________
30979 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
30980         Log: Update Changes.
30981      Branch: perl
30982            ! Changes patchlevel.h
30983 ____________________________________________________________________________
30984 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
30985         Log: Retract #10094.
30986      Branch: perl
30987            ! lib/Pod/Text.pm
30988 ____________________________________________________________________________
30989 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
30990         Log: Integrate change #10100 from maintperl.
30991              
30992              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
30993              bug ID 20010514.027)
30994      Branch: perl
30995           !> mg.c pp_ctl.c
30996 ____________________________________________________________________________
30997 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
30998         Log: Document the deprecatedness of suidperl.
30999      Branch: perl
31000            ! INSTALL pod/perlfaq1.pod
31001 ____________________________________________________________________________
31002 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
31003         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
31004              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31005              Date: Mon, 14 May 2001 09:38:59 -0400
31006              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
31007      Branch: perl
31008            ! lib/ExtUtils/MM_Unix.pm
31009 ____________________________________________________________________________
31010 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
31011         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
31012              bug ID 20010514.027)
31013              
31014              TODO: this needs a testsuite addition
31015      Branch: maint-5.6/perl
31016            ! mg.c pp_ctl.c
31017 ____________________________________________________________________________
31018 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
31019         Log: More DWIMminess for Class::Struct: calling the array or hash
31020              accessors only with one argument, an array or a hash reference,
31021              sets the underlying array or hash.  This mirrors nicely also
31022              the usage in the constructor.
31023              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
31024      Branch: perl
31025            ! lib/Class/Struct.pm t/lib/class-struct.t
31026 ____________________________________________________________________________
31027 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
31028         Log: Reference cmp'ing should go through the whole stringification
31029              process shebang, as pointed out by Sarathy in #10091.
31030      Branch: perl
31031            ! pp.c
31032 ____________________________________________________________________________
31033 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
31034         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
31035              From: Simon Cozens <simon@netthink.co.uk>
31036              Date: Sat, 12 May 2001 16:36:27 +0100
31037              Message-ID: <20010512163627.A5522@netthink.co.uk>
31038              
31039              with some additions salvaged from Todo and Todo-5.6 before
31040              retiring them.
31041      Branch: perl
31042            - Todo Todo-5.6
31043            ! MANIFEST pod/perltodo.pod
31044 ____________________________________________________________________________
31045 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
31046         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
31047              From: "Golubev I. N." <gin@mo.msk.ru>
31048              Date: Mon, 07 May 2001 14:33:34 (GMT)
31049              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
31050      Branch: perl
31051            ! perl.h
31052 ____________________________________________________________________________
31053 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
31054         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
31055              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
31056              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
31057              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
31058      Branch: perl
31059            ! lib/ExtUtils/MM_Unix.pm
31060 ____________________________________________________________________________
31061 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
31062         Log: (Retracted by #10104.)
31063              
31064              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
31065              From: barries <barries@slaysys.com>
31066              Date: Sat, 12 May 2001 01:28:10 -0400
31067              Message-ID: <20010512012810.B26358@jester.slaysys.com>
31068      Branch: perl
31069            ! lib/Pod/Text.pm
31070 ____________________________________________________________________________
31071 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
31072         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
31073              From: Mike Guy <mjtg@cam.ac.uk>
31074              Date: Sat, 12 May 2001 19:24:33 +0100
31075              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
31076      Branch: perl
31077            ! lib/AutoSplit.pm
31078 ____________________________________________________________________________
31079 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
31080         Log: Yet another HP-UX hints tweak from Merijn.
31081      Branch: perl
31082            ! hints/hpux.sh
31083 ____________________________________________________________________________
31084 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
31085         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
31086              isn't defined (changes#9366,9368,9370 from mainline without the
31087              pp_scmp() change)
31088      Branch: maint-5.6/perl
31089            ! pp.c pp.h pp_hot.c
31090 ____________________________________________________________________________
31091 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
31092         Log: The sorting seems to happen now automatically.
31093      Branch: perl
31094            ! t/lib/glob-basic.t
31095 ____________________________________________________________________________
31096 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
31097         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
31098              From: Benjamin Sugars <bsugars@canoe.ca>
31099              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
31100              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
31101      Branch: perl
31102            ! pod/perlfunc.pod
31103 ____________________________________________________________________________
31104 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
31105         Log: Subject: Re: undef(&foo) does not work for XS functions
31106              From: Doug MacEachern <dougm@covalent.net>
31107              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
31108              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
31109      Branch: perl
31110            ! op.c
31111 ____________________________________________________________________________
31112 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
31113         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
31114              From: Peter Prymmer <pvhp@forte.com>
31115              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
31116              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
31117      Branch: perl
31118            ! t/op/append.t
31119 ____________________________________________________________________________
31120 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
31121         Log: Update Changes.
31122      Branch: perl
31123            ! Changes patchlevel.h
31124 ____________________________________________________________________________
31125 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
31126         Log: Remove the 'asciir' re subpragma.  Should instead implement
31127              the 'physical vs logical' range scheme:
31128              
31129              \xAA-\xCC is a native physical range, you want that range of
31130              codepoints in your native encoding.  In EBCDIC the codepoints
31131              in the gaps (between i-j and r-s) should be included.
31132              
31133              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
31134              codepoints in Unicode.
31135              
31136              a-z is a logical range, you want that range of 'logical' codepoints
31137              in your native encoding.  In EBCDIC the codepoints in the gaps
31138              (between i-j and r-s) should not be included.
31139              
31140              Mixed cases (a-\xAA, etc) should either be errors, or maybe
31141              the 'logical' endpoints should be converted to native/Unicode
31142              codepoints, and the range handled as a physical range.
31143              
31144              'Logical endpoints' are to be recognized only in the A-Z, a-z,
31145              and 0-9 ranges.  Probably a warning should be given for mixed
31146              cases like A-z or a-9 (since such expressions are encoding
31147              dependent), with a recommendation to use physical ranges.
31148      Branch: perl
31149            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
31150            ! t/op/regexp.t
31151 ____________________________________________________________________________
31152 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
31153         Log: Make the test to cleanup the test directory tree
31154              both before and after the testing so that we always
31155              have a clean slate to work with.
31156      Branch: perl
31157            ! t/lib/filefind.t
31158 ____________________________________________________________________________
31159 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
31160         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
31161              From: Jon Eveland <jweveland@yahoo.com>
31162              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
31163              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
31164      Branch: perl
31165            ! pod/perlfunc.pod
31166 ____________________________________________________________________________
31167 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
31168         Log: Merge the camel-III/vstring.t with op/ver.t.
31169      Branch: perl
31170            - t/camel-III/vstring.t
31171            ! MANIFEST t/TEST t/harness t/op/ver.t
31172 ____________________________________________________________________________
31173 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
31174         Log: Add test.deparse make target.
31175      Branch: perl
31176            ! Makefile.SH
31177 ____________________________________________________________________________
31178 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
31179         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
31180              From: Robin Houston <robin@kitsite.com>
31181              Date: Fri, 11 May 2001 12:02:22 +0100
31182              Message-ID: <20010511120222.A11529@penderel>
31183      Branch: perl
31184            ! ext/B/B/Deparse.pm t/op/method.t
31185 ____________________________________________________________________________
31186 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
31187         Log: A nicely working combination for UTS from Hal Morris.
31188      Branch: perl
31189            + ext/POSIX/hints/uts.pl
31190            ! MANIFEST hints/uts.sh
31191 ____________________________________________________________________________
31192 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
31193         Log: i_ieeefp=undef for UTS.
31194      Branch: perl
31195            ! hints/uts.sh
31196 ____________________________________________________________________________
31197 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
31198         Log: Subject: RE: rand(0) is rand(1)
31199              From: Larry Shatzer <lshatzer@islanddata.com>
31200              Date: Thu, 10 May 2001 11:09:27 -0700
31201              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
31202      Branch: perl
31203            ! pod/perlfunc.pod
31204 ____________________________________________________________________________
31205 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
31206         Log: Subject: [patch] make op_{clear,null} public
31207              From: Doug MacEachern <dougm@covalent.net>
31208              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
31209              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
31210      Branch: perl
31211            ! embed.h embed.pl op.c proto.h
31212 ____________________________________________________________________________
31213 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
31214         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
31215              From: Robin Houston <robin@kitsite.com>
31216              Date: Thu, 10 May 2001 18:54:59 +0100
31217              Message-ID: <20010510185459.A5995@penderel>
31218      Branch: perl
31219            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
31220 ____________________________________________________________________________
31221 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
31222         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
31223              From: Robin Houston <robin@kitsite.com>
31224              Date: Thu, 10 May 2001 12:56:39 +0100
31225              Message-ID: <20010510125639.A2119@penderel>
31226      Branch: perl
31227            ! ext/B/B/Deparse.pm
31228 ____________________________________________________________________________
31229 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
31230         Log: Retract #10070, not ready yet.
31231      Branch: perl
31232            ! ext/B/B/Deparse.pm
31233 ____________________________________________________________________________
31234 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
31235         Log: The metaconfig unit change for #10071.
31236      Branch: metaconfig
31237            ! U/modified/mallocsrc.U
31238 ____________________________________________________________________________
31239 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
31240         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
31241      Branch: perl
31242            ! Configure
31243 ____________________________________________________________________________
31244 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
31245         Log: (Retracted by #10073)
31246              
31247              Subject: Re: [PATCH t/TEST] B::Deparse tester 
31248              From: Hugo <hv@crypt.compulink.co.uk>
31249              Date: Thu, 10 May 2001 05:48:09 +0100
31250              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
31251      Branch: perl
31252            ! ext/B/B/Deparse.pm
31253 ____________________________________________________________________________
31254 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
31255         Log: Add a for(func()) test.
31256      Branch: perl
31257            ! t/cmd/for.t
31258 ____________________________________________________________________________
31259 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
31260         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
31261              From: Robin Houston <robin@kitsite.com>
31262              Date: Thu, 10 May 2001 13:50:08 +0100
31263              Message-ID: <20010510135008.A2454@penderel>
31264      Branch: perl
31265            ! ext/B/B/Deparse.pm
31266 ____________________________________________________________________________
31267 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
31268         Log: A thinko in #10065.
31269      Branch: perl
31270            ! hv.c
31271 ____________________________________________________________________________
31272 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
31273         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
31274              From: Robin Houston <robin@kitsite.com>
31275              Date: Thu, 10 May 2001 02:10:34 +0100
31276              Message-ID: <20010510021034.A19421@penderel>
31277      Branch: perl
31278            ! ext/B/B.xs ext/B/B/Deparse.pm
31279 ____________________________________________________________________________
31280 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
31281         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
31282              From: Doug MacEachern <dougm@covalent.net>
31283              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
31284              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
31285      Branch: perl
31286            ! hv.c
31287 ____________________________________________________________________________
31288 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
31289         Log: One more workaround for the UTS compiler from Hal Morris.
31290      Branch: perl
31291            ! perl.h
31292 ____________________________________________________________________________
31293 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
31294         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
31295              From: Robin Houston <robin@kitsite.com>
31296              Date: Thu, 10 May 2001 01:02:08 +0100
31297              Message-ID: <20010510010208.A18200@penderel>
31298      Branch: perl
31299            ! ext/B/B/Debug.pm
31300 ____________________________________________________________________________
31301 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
31302         Log: Subject: [PATCH] Simplify deb_curcv() a bit
31303              From: Benjamin Sugars <bsugars@canoe.ca>
31304              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
31305              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
31306      Branch: perl
31307            ! run.c
31308 ____________________________________________________________________________
31309 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
31310         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
31311              From: Benjamin Sugars <bsugars@canoe.ca>
31312              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
31313              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
31314      Branch: perl
31315            ! t/lib/io_scalar.t
31316 ____________________________________________________________________________
31317 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
31318         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
31319              From: Peter Prymmer <pvhp@forte.com>
31320              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
31321              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
31322      Branch: perl
31323            ! t/lib/md5-file.t
31324 ____________________________________________________________________________
31325 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
31326         Log: Subject: [PATCH t/TEST] B::Deparse tester
31327              From: Robin Houston <robin@kitsite.com>
31328              Date: Wed, 9 May 2001 19:17:50 +0100
31329              Message-ID: <20010509191750.A16940@penderel>
31330      Branch: perl
31331            ! ext/B/O.pm t/TEST
31332 ____________________________________________________________________________
31333 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
31334         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
31335              From: Jeff Pinyan <jeffp@crusoe.net>
31336              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
31337              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
31338      Branch: perl
31339            ! lib/Pod/Html.pm
31340 ____________________________________________________________________________
31341 [ 10057] By: nick                                  on 2001/05/09  18:37:56
31342         Log: Integrate mainline.
31343      Branch: perlio
31344           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
31345           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
31346 ____________________________________________________________________________
31347 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
31348         Log: Update Changes.
31349      Branch: perl
31350            ! Changes patchlevel.h
31351 ____________________________________________________________________________
31352 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
31353         Log: Integrate perlio.
31354      Branch: perl
31355           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
31356 ____________________________________________________________________________
31357 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
31358         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
31359              From: Benjamin Sugars <bsugars@canoe.ca>
31360              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
31361              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
31362      Branch: perl
31363            ! perlio.c
31364 ____________________________________________________________________________
31365 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
31366         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
31367              From: Benjamin Sugars <bsugars@canoe.ca>
31368              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
31369              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
31370      Branch: perl
31371            ! ext/PerlIO/Scalar/Scalar.xs
31372 ____________________________________________________________________________
31373 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
31374         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
31375              From: Jeff Pinyan <jeffp@crusoe.net>
31376              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
31377              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
31378      Branch: perl
31379            ! lib/Pod/Html.pm
31380 ____________________________________________________________________________
31381 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
31382         Log: EPOC tweak from Olaf Flebbe.
31383      Branch: perl
31384            ! epoc/epocish.h
31385 ____________________________________________________________________________
31386 [ 10050] By: nick                                  on 2001/05/09  14:37:57
31387         Log: win32, regen_config_h
31388      Branch: perlio
31389            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31390 ____________________________________________________________________________
31391 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
31392         Log: Integrate perlio.
31393      Branch: perl
31394           !> pp_sys.c
31395 ____________________________________________________________________________
31396 [ 10048] By: nick                                  on 2001/05/09  11:59:50
31397         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
31398              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
31399      Branch: perlio
31400            ! pp_sys.c
31401 ____________________________________________________________________________
31402 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
31403         Log: Integrate perlio.
31404      Branch: perl
31405           !> run.c
31406 ____________________________________________________________________________
31407 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
31408         Log: Subject: Re: Less warnings during configure
31409              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31410              Date: Wed, 09 May 2001 13:12:49 +0200
31411              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
31412      Branch: perl
31413            ! hints/hpux.sh
31414 ____________________________________________________________________________
31415 [ 10045] By: nick                                  on 2001/05/09  09:56:59
31416         Log: MULTIPLICITY/DEBUGGING build fix.
31417      Branch: perlio
31418            ! run.c
31419 ____________________________________________________________________________
31420 [ 10044] By: nick                                  on 2001/05/09  09:46:37
31421         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
31422      Branch: perlio
31423           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
31424            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
31425           !> (integrate 65 files)
31426 ____________________________________________________________________________
31427 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
31428         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
31429              From: Robin Houston <robin@kitsite.com>
31430              Date: Tue, 8 May 2001 19:38:00 +0100
31431              Message-ID: <20010508193800.A4389@penderel>
31432              
31433              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
31434              From: Robin Houston <robin@kitsite.com>
31435              Date: Tue, 8 May 2001 20:03:57 +0100
31436              Message-ID: <20010508200357.A4614@penderel>
31437              
31438              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
31439              From: Robin Houston <robin@kitsite.com>
31440              Date: Wed, 9 May 2001 00:12:05 +0100
31441              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
31442      Branch: perl
31443            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
31444 ____________________________________________________________________________
31445 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
31446         Log: Retract #10031.
31447      Branch: perl
31448            ! pod/perlfunc.pod
31449 ____________________________________________________________________________
31450 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
31451         Log: The metaconfig unit changes for #10040.
31452      Branch: metaconfig/U/perl
31453            ! Checkcc.U d_dlsymun.U dlsrc.U
31454 ____________________________________________________________________________
31455 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
31456         Log: The Configure half of
31457              
31458              Subject: Less warnings during configure
31459              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31460              Date: Tue, 08 May 2001 08:44:02 +0200
31461              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
31462      Branch: perl
31463            ! Configure
31464 ____________________________________________________________________________
31465 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
31466         Log: Subject: Less warnings during configure
31467              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31468              Date: Tue, 08 May 2001 08:44:02 +0200
31469              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
31470      Branch: perl
31471            ! hints/hpux.sh
31472 ____________________________________________________________________________
31473 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
31474         Log: Don't forget to whine about \d__\d.
31475      Branch: perl
31476            ! t/pragma/warn/toke toke.c
31477 ____________________________________________________________________________
31478 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
31479         Log: Allow underscores also in the exponent part.
31480      Branch: perl
31481            ! t/pragma/warn/toke toke.c
31482 ____________________________________________________________________________
31483 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
31484         Log: CodeMagicCD doesn't look like an *I*DE.
31485      Branch: perl
31486            ! pod/perlfaq3.pod
31487 ____________________________________________________________________________
31488 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
31489         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
31490              to be consistently down).
31491      Branch: perl
31492            ! pod/perlfaq3.pod
31493 ____________________________________________________________________________
31494 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
31495         Log: Upgrade to Text::Balanced 1.84.
31496      Branch: perl
31497            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
31498 ____________________________________________________________________________
31499 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
31500         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
31501              From: Benjamin Sugars <bsugars@canoe.ca>
31502              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
31503              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
31504      Branch: perl
31505            ! run.c
31506 ____________________________________________________________________________
31507 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
31508         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
31509              From: Peter Prymmer <pvhp@forte.com>
31510              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
31511              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
31512      Branch: perl
31513            ! t/pod/plainer.t
31514 ____________________________________________________________________________
31515 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
31516         Log: (Retracted by #10042)
31517              
31518              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
31519              From: "Philip Newton" <pnewton@gmx.de>
31520              Date: Tue, 8 May 2001 09:18:10 +0200
31521              Message-ID: <3AF7B9D2.28861.603732@localhost>
31522      Branch: perl
31523            ! pod/perlfunc.pod
31524 ____________________________________________________________________________
31525 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
31526         Log: Subject: [PATCH B::Deparse] Document known bugs
31527              From: Robin Houston <robin@kitsite.com>
31528              Date: Tue, 8 May 2001 01:53:34 +0100
31529              Message-ID: <20010508015334.A32394@penderel>
31530      Branch: perl
31531            ! ext/B/B/Deparse.pm
31532 ____________________________________________________________________________
31533 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
31534         Log: Subject: Re: Perl book, magazine and website updates.
31535              From: "Philip Newton" <pnewton@gmx.de>
31536              Date: Mon, 7 May 2001 17:03:58 +0200
31537              Message-ID: <3AF6D57E.5387.1E29930@localhost>
31538      Branch: perl
31539            ! pod/perlfaq2.pod
31540 ____________________________________________________________________________
31541 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
31542         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
31543              From: Peter Prymmer <pvhp@forte.com>
31544              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
31545              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
31546      Branch: perl
31547            ! t/io/fflush.t
31548 ____________________________________________________________________________
31549 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
31550         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
31551              From: Robin Houston <robin@kitsite.com>
31552              Date: Tue, 8 May 2001 01:14:55 +0100
31553              Message-ID: <20010508011455.A32162@penderel>
31554      Branch: perl
31555            ! ext/B/B/Deparse.pm
31556 ____________________________________________________________________________
31557 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
31558         Log: Typo in #10025.
31559      Branch: perl
31560            ! hints/uts.sh
31561 ____________________________________________________________________________
31562 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
31563         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
31564      Branch: perl
31565            ! hints/uts.sh
31566 ____________________________________________________________________________
31567 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
31568         Log: Subject: Re: [ID 20010506.045] question about hash syntax
31569              From: Peter Scott <Peter@PSDT.com>
31570              Date: Sun, 06 May 2001 13:10:40 -0700
31571              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
31572      Branch: perl
31573            ! pod/perl56delta.pod
31574 ____________________________________________________________________________
31575 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
31576         Log: Configure should figure out the list of dynamic extensions
31577              just fine in UTS-- and in fact it does, as reported by Hal Morris.
31578      Branch: perl
31579            ! hints/uts.sh
31580 ____________________________________________________________________________
31581 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
31582         Log: Update Changes.
31583      Branch: perl
31584            ! Changes patchlevel.h
31585 ____________________________________________________________________________
31586 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
31587         Log: Subject: [PATCH regcomp.c] Insecure regexes
31588              From: Robin Houston <robin@kitsite.com>
31589              Date: Mon, 7 May 2001 21:56:12 +0100
31590              Message-ID: <20010507215612.A31114@penderel>
31591      Branch: perl
31592            ! regcomp.c
31593 ____________________________________________________________________________
31594 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
31595         Log: Drop the foobar.perl.com references for now until Simon
31596              gets them sorted out.
31597      Branch: perl
31598            ! pod/perlfaq2.pod
31599 ____________________________________________________________________________
31600 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
31601         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
31602              From: Prymmer/Kahn <pvhp@best.com>
31603              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
31604              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
31605      Branch: perl
31606            ! lib/Devel/SelfStubber.pm
31607 ____________________________________________________________________________
31608 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
31609         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
31610              From: Prymmer/Kahn <pvhp@best.com>
31611              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
31612              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
31613      Branch: perl
31614            ! win32/Makefile
31615 ____________________________________________________________________________
31616 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
31617         Log: s/WebTechnique's/WebTechniques/
31618      Branch: perl
31619            ! pod/perlfaq2.pod
31620 ____________________________________________________________________________
31621 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
31622         Log: Llama 3 updates from Randal.
31623      Branch: perl
31624            ! pod/perlfaq2.pod
31625 ____________________________________________________________________________
31626 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
31627         Log: Subject: [PATCH] Help -Dt show correct pad variables
31628              From: Benjamin Sugars <ben.sugars@home.com>
31629              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
31630              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
31631      Branch: perl
31632            ! embed.h embed.pl proto.h run.c
31633 ____________________________________________________________________________
31634 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
31635         Log: Subject: [PATCH] Document C<our $foo : shared>
31636              From: Benjamin Sugars <ben.sugars@home.com>
31637              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
31638              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
31639      Branch: perl
31640            ! pod/perlfunc.pod
31641 ____________________________________________________________________________
31642 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
31643         Log: Subject: [PATCH B::Deparse] undefined folded constants
31644              From: Robin Houston <robin@kitsite.com>
31645              Date: Sun, 6 May 2001 17:19:09 +0100
31646              Message-ID: <20010506171909.A7046@penderel>
31647      Branch: perl
31648            ! ext/B/B/Deparse.pm
31649 ____________________________________________________________________________
31650 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
31651         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
31652              From: Robin Houston <robin@kitsite.com>
31653              Message-ID: <20010506164654.A6848@penderel>
31654              Date: Sun, 6 May 2001 16:46:54 +0100
31655      Branch: perl
31656            ! ext/B/B/Deparse.pm
31657 ____________________________________________________________________________
31658 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
31659         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
31660              From: Robin Houston <robin@kitsite.com>
31661              Date: Sun, 6 May 2001 14:47:02 +0100
31662              Message-ID: <20010506144702.A6308@penderel>
31663      Branch: perl
31664            ! t/op/my_stash.t
31665 ____________________________________________________________________________
31666 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
31667         Log: Subject: Perl book, magazine and website updates.
31668              From: Simon Cozens <simon@netthink.co.uk>
31669              Date: Sun, 6 May 2001 16:55:36 +0100
31670              Message-ID: <20010506165536.A1795@netthink.co.uk>
31671      Branch: perl
31672            ! pod/perlbook.pod pod/perlfaq2.pod
31673 ____________________________________________________________________________
31674 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
31675         Log: Tweaks on the Tru64 prof options.
31676      Branch: perl
31677            ! pod/perlhack.pod
31678 ____________________________________________________________________________
31679 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
31680         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
31681              From: Robin Houston <robin@kitsite.com>
31682              Date: Sun, 6 May 2001 14:40:51 +0100
31683              Message-ID: <20010506144051.A6279@penderel>
31684      Branch: perl
31685            ! t/pod/testp2pt.pl
31686 ____________________________________________________________________________
31687 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
31688         Log: Subject: [PATCH B::Deparse] scoping
31689              From: Robin Houston <robin@kitsite.com>
31690              Date: Sun, 6 May 2001 14:36:56 +0100
31691              Message-ID: <20010506143656.A4006@penderel>
31692      Branch: perl
31693            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
31694 ____________________________________________________________________________
31695 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
31696         Log: Document the undefinedness of bitshifting out of range.
31697      Branch: perl
31698            ! pod/perlop.pod
31699 ____________________________________________________________________________
31700 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
31701         Log: Retract #10003 and update the IDE descriptions a bit.
31702      Branch: perl
31703            ! pod/perlfaq3.pod
31704 ____________________________________________________________________________
31705 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
31706         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
31707              From: Prymmer/Kahn <pvhp@best.com>
31708              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
31709              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
31710      Branch: perl
31711            ! win32/Makefile win32/buildext.pl win32/config.bc
31712            ! win32/config.gc win32/config.vc
31713 ____________________________________________________________________________
31714 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
31715         Log: (Retracted by #10005.)
31716      Branch: perl
31717            ! pod/perlfaq3.pod
31718 ____________________________________________________________________________
31719 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
31720         Log: It's "psed", not "sed".
31721      Branch: perl
31722            ! x2p/s2p.PL
31723 ____________________________________________________________________________
31724 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
31725         Log: Update Changes.
31726      Branch: perl
31727            ! Changes patchlevel.h
31728 ____________________________________________________________________________
31729 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
31730         Log: Subject: Re: bleadperl make install fails due to "psed"
31731              From: andreas.koenig@anima.de (Andreas J. Koenig)
31732              Date: 05 May 2001 18:23:28 +0200
31733              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
31734      Branch: perl
31735            ! x2p/Makefile.SH x2p/s2p.PL
31736 ____________________________________________________________________________
31737 [  9999] By: jhi                                   on 2001/05/05  18:28:09
31738         Log: AUTHORS updates.
31739      Branch: perl
31740            ! AUTHORS
31741 ____________________________________________________________________________
31742 [  9998] By: jhi                                   on 2001/05/05  18:16:00
31743         Log: Updates on the pods related to the modules included since 5.6.
31744              
31745              TODO: perltodo really could use major updating.
31746      Branch: perl
31747            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
31748            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
31749            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
31750            ! pod/perlsyn.pod pod/perltodo.pod
31751 ____________________________________________________________________________
31752 [  9997] By: jhi                                   on 2001/05/05  17:35:17
31753         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
31754              from Kurt Skauen.
31755      Branch: perl
31756            + hints/atheos.sh
31757            ! MANIFEST
31758 ____________________________________________________________________________
31759 [  9996] By: jhi                                   on 2001/05/05  17:25:00
31760         Log: Add preemptive #undefs for some of the shorter and more prone
31761              to collision regcomp.h #defines.  (Background: the MASK collided
31762              with a system header #define in Rhapsody.)
31763      Branch: perl
31764            ! regcomp.h
31765 ____________________________________________________________________________
31766 [  9995] By: jhi                                   on 2001/05/05  13:24:21
31767         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
31768              From: Nicholas Clark <nick@ccl4.org>
31769              Date: Sat, 5 May 2001 14:46:39 +0100
31770              Message-ID: <20010505144639.O53513@plum.flirble.org>
31771              
31772              Add a test for the constants (if any) being processed correctly.
31773      Branch: perl
31774            ! utils/h2xs.PL
31775 ____________________________________________________________________________
31776 [  9994] By: jhi                                   on 2001/05/05  02:11:03
31777         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
31778              From: Peter Prymmer <pvhp@forte.com>
31779              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
31780              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
31781      Branch: perl
31782            ! t/lib/b-stash.t
31783 ____________________________________________________________________________
31784 [  9993] By: jhi                                   on 2001/05/05  02:03:49
31785         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
31786              From: Peter Prymmer <pvhp@forte.com>
31787              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
31788              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
31789      Branch: perl
31790            ! perlio.c vms/vmsish.h
31791 ____________________________________________________________________________
31792 [  9992] By: jhi                                   on 2001/05/04  17:21:12
31793         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
31794              From: Robin Barker <rmb1@cise.npl.co.uk>
31795              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
31796              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
31797      Branch: perl
31798            + t/pod/plainer.t
31799            ! MANIFEST
31800 ____________________________________________________________________________
31801 [  9991] By: jhi                                   on 2001/05/04  16:47:45
31802         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
31803              From: Robin Barker <rmb1@cise.npl.co.uk>
31804              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
31805              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
31806      Branch: perl
31807            ! regcomp.c
31808 ____________________________________________________________________________
31809 [  9990] By: jhi                                   on 2001/05/04  14:37:20
31810         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
31811              From: Prymmer/Kahn <pvhp@best.com>
31812              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
31813              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
31814      Branch: perl
31815            ! t/lib/b-stash.t
31816 ____________________________________________________________________________
31817 [  9989] By: jhi                                   on 2001/05/04  14:03:58
31818         Log: Introduce perl572delta, update Todo, add the missing
31819              mention about signal safety since 5.7.1 (though this
31820              requires verification and more details.)
31821      Branch: perl
31822            + pod/perl572delta.pod
31823            ! MANIFEST Todo pod/perl571delta.pod
31824 ____________________________________________________________________________
31825 [  9988] By: jhi                                   on 2001/05/04  12:41:51
31826         Log: Subject: [PATCH perl@9944] long =item
31827              From: Robin Barker <rmb1@cise.npl.co.uk>
31828              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
31829              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
31830      Branch: perl
31831            ! ext/Time/HiRes/HiRes.pm
31832 ____________________________________________________________________________
31833 [  9987] By: jhi                                   on 2001/05/04  12:39:19
31834         Log: The #9901 had removed one line essential for EBCDIC.
31835      Branch: perl
31836            ! regcomp.c
31837 ____________________________________________________________________________
31838 [  9986] By: jhi                                   on 2001/05/04  12:30:23
31839         Log: Subject: cygwin/Makefile.SHs INSTALL patch
31840              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
31841              Date: Mon, 08 Jan 2001 04:59:21 +0200
31842              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
31843      Branch: perl
31844            ! cygwin/Makefile.SHs
31845 ____________________________________________________________________________
31846 [  9985] By: jhi                                   on 2001/05/04  03:51:39
31847         Log: Encode/IO doc tweaks.
31848      Branch: perl
31849            ! ext/Encode/Encode.pm
31850 ____________________________________________________________________________
31851 [  9984] By: jhi                                   on 2001/05/04  03:29:34
31852         Log: Remove GDBM_File from the dynamic extensions for UTS,
31853              GDBM is not a standard feature.
31854      Branch: perl
31855            ! hints/uts.sh
31856 ____________________________________________________________________________
31857 [  9983] By: jhi                                   on 2001/05/04  03:22:59
31858         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
31859      Branch: perl
31860            ! pod/perlretut.pod
31861 ____________________________________________________________________________
31862 [  9982] By: jhi                                   on 2001/05/03  23:21:03
31863         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
31864              From: Benjamin Sugars <bsugars@canoe.ca>
31865              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
31866              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
31867      Branch: perl
31868            ! dump.c
31869 ____________________________________________________________________________
31870 [  9981] By: jhi                                   on 2001/05/03  23:20:05
31871         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
31872              From: Benjamin Sugars <bsugars@canoe.ca>
31873              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
31874              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
31875      Branch: perl
31876            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
31877 ____________________________________________________________________________
31878 [  9980] By: jhi                                   on 2001/05/03  23:15:29
31879         Log: Integrate perlio.
31880      Branch: perl
31881           !> ext/Encode/Encode.pm
31882 ____________________________________________________________________________
31883 [  9979] By: jhi                                   on 2001/05/03  16:54:59
31884         Log: Install psed man page.
31885      Branch: perl
31886            ! installman
31887 ____________________________________________________________________________
31888 [  9978] By: jhi                                   on 2001/05/03  16:45:58
31889         Log: Remove unused files; noted by Sarathy.
31890      Branch: perl
31891            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
31892            ! MANIFEST
31893 ____________________________________________________________________________
31894 [  9977] By: jhi                                   on 2001/05/03  16:42:30
31895         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
31896              From: Andy Dougherty <doughera@lafayette.edu>
31897              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
31898              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
31899      Branch: perl
31900            ! INSTALL
31901 ____________________________________________________________________________
31902 [  9976] By: nick                                  on 2001/05/03  16:40:42
31903         Log: Allow $answer = encode($object,$text); like it says in docs.
31904      Branch: perlio
31905            ! ext/Encode/Encode.pm
31906 ____________________________________________________________________________
31907 [  9975] By: nick                                  on 2001/05/03  16:22:30
31908         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
31909              to be in scope (fair enough), and also a package variable (our) for eval to see it.
31910      Branch: perlio
31911            ! ext/Encode/Encode.pm
31912 ____________________________________________________________________________
31913 [  9974] By: nick                                  on 2001/05/03  15:48:17
31914         Log: Integrate mainline.
31915      Branch: perlio
31916           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
31917           +> t/lib/filter-simple.t t/lib/next.t
31918           !> (integrate 70 files)
31919 ____________________________________________________________________________
31920 [  9973] By: jhi                                   on 2001/05/03  13:09:09
31921         Log: Update Changes.
31922      Branch: perl
31923            ! Changes patchlevel.h
31924 ____________________________________________________________________________
31925 [  9972] By: jhi                                   on 2001/05/03  12:58:33
31926         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
31927              From: Prymmer/Kahn <pvhp@best.com>
31928              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
31929              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
31930      Branch: perl
31931            ! t/io/fflush.t
31932 ____________________________________________________________________________
31933 [  9971] By: jhi                                   on 2001/05/03  12:57:26
31934         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
31935              From: Prymmer/Kahn <pvhp@best.com>
31936              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
31937              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
31938      Branch: perl
31939            ! win32/FindExt.pm
31940 ____________________________________________________________________________
31941 [  9970] By: jhi                                   on 2001/05/03  02:42:46
31942         Log: Can't croak sans thread context, from Doug MacEachern.
31943      Branch: perl
31944            ! toke.c
31945 ____________________________________________________________________________
31946 [  9969] By: jhi                                   on 2001/05/03  01:23:48
31947         Log: Subject: Random input test and Perl
31948              From: Ilya Zakharevich <ilya@math.berkeley.edu>
31949              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
31950              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
31951      Branch: perl
31952            ! toke.c
31953 ____________________________________________________________________________
31954 [  9968] By: jhi                                   on 2001/05/02  22:17:21
31955         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
31956              From: Peter Prymmer <pvhp@forte.com>
31957              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
31958              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
31959      Branch: perl
31960            ! pod/perlfunc.pod pod/perlport.pod
31961 ____________________________________________________________________________
31962 [  9967] By: jhi                                   on 2001/05/02  20:12:45
31963         Log: Workaround for UTS compiler casting bug from Hal Morris.
31964      Branch: perl
31965            ! perl.h
31966 ____________________________________________________________________________
31967 [  9966] By: jhi                                   on 2001/05/02  18:31:37
31968         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
31969              From: Dan Sugalski <dan@sidhe.org>
31970              Date: Wed, 02 May 2001 15:23:22 -0400
31971              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
31972      Branch: perl
31973            ! perl.c vms/vms.c
31974 ____________________________________________________________________________
31975 [  9965] By: jhi                                   on 2001/05/02  18:21:29
31976         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
31977      Branch: perl
31978            ! pod/perlfunc.pod
31979 ____________________________________________________________________________
31980 [  9964] By: jhi                                   on 2001/05/02  18:15:01
31981         Log: Document large files in INSTALL, document also the %x
31982              limitation if not use64bitint, closes bug 20010326.007.
31983      Branch: perl
31984            ! INSTALL
31985 ____________________________________________________________________________
31986 [  9963] By: jhi                                   on 2001/05/02  17:24:47
31987         Log: perlmodlib tweaks; regen pods.
31988      Branch: perl
31989            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
31990            ! pod/perltoc.pod
31991 ____________________________________________________________________________
31992 [  9962] By: jhi                                   on 2001/05/02  17:14:00
31993         Log: Fix for a segfault, from Marc Lehmann.
31994      Branch: perl
31995            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
31996 ____________________________________________________________________________
31997 [  9961] By: jhi                                   on 2001/05/02  15:55:53
31998         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
31999              From: "Philip Newton" <pnewton@gmx.de>
32000              Date: Wed, 2 May 2001 18:39:03 +0200
32001              Message-ID: <3AF05447.15525.173B588@localhost>
32002      Branch: perl
32003            ! pod/perlop.pod
32004 ____________________________________________________________________________
32005 [  9960] By: jhi                                   on 2001/05/02  15:35:37
32006         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
32007              From: Dan Sugalski <dan@sidhe.org>
32008              Date: Wed, 02 May 2001 11:37:27 -0400
32009              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
32010      Branch: perl
32011            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
32012            ! thread.h vms/vms.c vms/vmsish.h
32013 ____________________________________________________________________________
32014 [  9959] By: jhi                                   on 2001/05/02  15:21:08
32015         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
32016              From: Benjamin Sugars <bsugars@canoe.ca>
32017              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
32018              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
32019      Branch: perl
32020            ! ext/PerlIO/Scalar/Scalar.xs
32021 ____________________________________________________________________________
32022 [  9958] By: jhi                                   on 2001/05/02  15:15:53
32023         Log: Bug in #9915, spotted by Mike Guy.
32024      Branch: perl
32025            ! installperl
32026 ____________________________________________________________________________
32027 [  9957] By: jhi                                   on 2001/05/02  13:26:01
32028         Log: Add a test for not griping about references as array
32029              indices if the reference has magic in it (overloaded
32030              methods).
32031      Branch: perl
32032            ! pod/perldiag.pod t/pragma/warn/pp_hot
32033 ____________________________________________________________________________
32034 [  9956] By: jhi                                   on 2001/05/02  13:07:01
32035         Log: Retracted a bit too much in #9952.
32036      Branch: perl
32037            ! t/pragma/sub_lval.t
32038 ____________________________________________________________________________
32039 [  9955] By: jhi                                   on 2001/05/02  13:05:38
32040         Log: Test for #9952.
32041      Branch: perl
32042            ! t/op/tie.t
32043 ____________________________________________________________________________
32044 [  9954] By: jhi                                   on 2001/05/02  11:48:18
32045         Log: Additional note on the encoding example: one cannot
32046              convert string constants in-place.
32047      Branch: perl
32048            ! ext/Encode/Encode.pm
32049 ____________________________________________________________________________
32050 [  9953] By: jhi                                   on 2001/05/02  11:43:51
32051         Log: Note that if you have recent enough Perl you already
32052              have Filter::Util::Call.
32053      Branch: perl
32054            ! lib/Filter/Simple.pm
32055 ____________________________________________________________________________
32056 [  9952] By: jhi                                   on 2001/05/02  11:31:53
32057         Log: Retract changes #8254 and #8255, causes coredump in
32058              'tie FH, "main"', reported by Abigail, culprit found by
32059              Benjamin Sugars.  Mirrors maintperl change #9950.
32060      Branch: perl
32061            ! op.c t/pragma/sub_lval.t
32062 ____________________________________________________________________________
32063 [  9951] By: jhi                                   on 2001/05/02  11:14:29
32064         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
32065      Branch: perl
32066            + t/lib/MyFilter.pm
32067 ____________________________________________________________________________
32068 [  9950] By: gsar                                  on 2001/05/02  03:17:11
32069         Log: revert integration of changes#8254,8255 in change#8620 (causes
32070              a coredump in C<tie FH, 'foo'>; the idea itself may need better
32071              rationalization)
32072      Branch: maint-5.6/perl
32073            ! op.c t/pragma/sub_lval.t
32074 ____________________________________________________________________________
32075 [  9949] By: gsar                                  on 2001/05/02  02:56:32
32076         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
32077              
32078              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
32079              
32080              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
32081      Branch: maint-5.6/perl
32082           !> hints/svr5.sh
32083 ____________________________________________________________________________
32084 [  9948] By: gsar                                  on 2001/05/02  02:49:15
32085         Log: pod/find.t breaks on VMS (from Craig Berry)
32086      Branch: maint-5.6/perl
32087            ! t/pod/find.t
32088 ____________________________________________________________________________
32089 [  9947] By: jhi                                   on 2001/05/02  02:43:09
32090         Log: Add an encoding conversion example.
32091      Branch: perl
32092            ! ext/Encode/Encode.pm
32093 ____________________________________________________________________________
32094 [  9946] By: jhi                                   on 2001/05/02  01:34:22
32095         Log: Another coat of paint but still nowhere finished.
32096              Need to decide on the semantics of strptime(): should
32097              strptime() be a function instead of a method?  To do
32098              the week/monthname-strptiming the i18n/l10n bullet needs
32099              to be bitten with gusto.
32100      Branch: perl
32101            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
32102 ____________________________________________________________________________
32103 [  9945] By: jhi                                   on 2001/05/01  23:40:52
32104         Log: Update Changes.
32105      Branch: perl
32106            ! Changes patchlevel.h
32107 ____________________________________________________________________________
32108 [  9944] By: jhi                                   on 2001/05/01  23:33:37
32109         Log: Add known-to-be-tested modules to the list-to-be-skipped.
32110      Branch: perl
32111            ! t/lib/1_compile.t
32112 ____________________________________________________________________________
32113 [  9943] By: jhi                                   on 2001/05/01  23:24:40
32114         Log: Subject: BorlandC++ fix
32115              From: "Vadim Konovalov" <watman@inbox.ru>
32116              Date: Mon, 30 Apr 2001 20:12:26 -0700
32117              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
32118      Branch: perl
32119            ! win32/makefile.mk
32120 ____________________________________________________________________________
32121 [  9942] By: jhi                                   on 2001/05/01  23:18:02
32122         Log: Update to Filter::Simple 0.60, create a test for it.
32123      Branch: perl
32124            + t/lib/filter-simple.t
32125            ! MANIFEST lib/Filter/Simple.pm
32126 ____________________________________________________________________________
32127 [  9941] By: jhi                                   on 2001/05/01  19:47:24
32128         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
32129              From: Hugo <hv@crypt.compulink.co.uk>
32130              Date: Tue, 01 May 2001 20:12:20 +0100
32131              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
32132      Branch: perl
32133            ! pp_hot.c t/op/re_tests
32134 ____________________________________________________________________________
32135 [  9940] By: jhi                                   on 2001/05/01  19:42:16
32136         Log: Integrate perlio.
32137      Branch: perl
32138           !> lib/base.pm t/lib/fields.t
32139 ____________________________________________________________________________
32140 [  9939] By: jhi                                   on 2001/05/01  19:39:51
32141         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
32142              From: Benjamin Sugars <bsugars@canoe.ca>
32143              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
32144              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
32145      Branch: perl
32146            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
32147 ____________________________________________________________________________
32148 [  9938] By: jhi                                   on 2001/05/01  19:34:09
32149         Log: Add NEXT, a pseudo-class for method redispatching.
32150              <Damian>NEXT.pm probably offers more bang-for-buck
32151              than anything else I've ever written.</Damian>
32152      Branch: perl
32153            + lib/NEXT.pm t/lib/next.t
32154            ! MANIFEST
32155 ____________________________________________________________________________
32156 [  9937] By: jhi                                   on 2001/05/01  19:21:41
32157         Log: Update to Switch 2.02.
32158      Branch: perl
32159            ! lib/Switch.pm t/lib/switch.t
32160 ____________________________________________________________________________
32161 [  9936] By: nick                                  on 2001/05/01  19:09:21
32162         Log: Fix for base.pm clobbering $VERSION
32163      Branch: perlio
32164            ! lib/base.pm
32165 ____________________________________________________________________________
32166 [  9935] By: nick                                  on 2001/05/01  18:54:38
32167         Log: Test for base.pm clobbering $VERSION.
32168      Branch: perlio
32169            ! t/lib/fields.t
32170 ____________________________________________________________________________
32171 [  9934] By: jhi                                   on 2001/05/01  18:39:10
32172         Log: Add information about Scalar::Util::blessed.
32173      Branch: perl
32174            ! pod/perlobj.pod
32175 ____________________________________________________________________________
32176 [  9933] By: jhi                                   on 2001/05/01  18:33:51
32177         Log: Subject: Extra UNIVERSAL documentation
32178              From: Mike Guy <mjtg@cam.ac.uk>
32179              Date: Tue, 01 May 2001 20:12:11 +0100
32180              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
32181      Branch: perl
32182            ! pod/perlobj.pod
32183 ____________________________________________________________________________
32184 [  9932] By: jhi                                   on 2001/05/01  18:26:54
32185         Log: Subject: Autoflush in tests as appropriate
32186              From: Mike Guy <mjtg@cam.ac.uk>
32187              Date: Tue, 01 May 2001 20:05:31 +0100
32188              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
32189      Branch: perl
32190            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
32191            ! t/op/taint.t
32192 ____________________________________________________________________________
32193 [  9931] By: jhi                                   on 2001/05/01  18:02:29
32194         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
32195              From: Benjamin Sugars <bsugars@canoe.ca>
32196              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
32197              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
32198      Branch: perl
32199            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
32200 ____________________________________________________________________________
32201 [  9930] By: jhi                                   on 2001/05/01  15:12:26
32202         Log: Subject: Re: Finally got a round tuit
32203              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32204              Date: Tue, 01 May 2001 14:14:10 +0200
32205              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
32206              
32207              The -DP part, slightly modified.
32208      Branch: perl
32209            ! perl.c
32210 ____________________________________________________________________________
32211 [  9929] By: jhi                                   on 2001/05/01  14:17:15
32212         Log: Subject: Re: Finally got a round tuit
32213              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32214              Date: Tue, 01 May 2001 16:34:06 +0200
32215              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
32216              
32217              cpp and optimization tweaks for HP-UX.
32218      Branch: perl
32219            ! hints/hpux.sh
32220 ____________________________________________________________________________
32221 [  9928] By: jhi                                   on 2001/05/01  13:24:20
32222         Log: Tune the scan_num() comments to reality.
32223      Branch: perl
32224            ! toke.c
32225 ____________________________________________________________________________
32226 [  9927] By: jhi                                   on 2001/05/01  13:14:01
32227         Log: Subject: [PATCH B::Deparse] optimised sort
32228              From: Robin Houston <robin@kitsite.com>
32229              Date: Tue, 1 May 2001 14:07:12 +0100
32230              Message-ID: <20010501140712.A4266@penderel>
32231      Branch: perl
32232            ! ext/B/B/Deparse.pm
32233 ____________________________________________________________________________
32234 [  9926] By: jhi                                   on 2001/05/01  13:10:53
32235         Log: Subject: [PATCH t/lib/b-deparse.t] 
32236              From: Robin Houston <robin@kitsite.com>
32237              Date: Tue, 1 May 2001 13:37:42 +0100
32238              Message-ID: <20010501133742.A4082@penderel>
32239      Branch: perl
32240            ! t/lib/b-deparse.t
32241 ____________________________________________________________________________
32242 [  9925] By: jhi                                   on 2001/05/01  13:10:13
32243         Log: Subject: [PATCH B::Deparse] for(;;), sort
32244              From: Robin Houston <robin@kitsite.com>
32245              Date: Tue, 1 May 2001 13:35:00 +0100
32246              Message-ID: <20010501133500.A4061@penderel>
32247      Branch: perl
32248            ! ext/B/B/Deparse.pm
32249 ____________________________________________________________________________
32250 [  9924] By: jhi                                   on 2001/05/01  13:09:22
32251         Log: Subject: [PATCH B::Deparse] do, warn, use
32252              From: Robin Houston <robin@kitsite.com>
32253              Date: Tue, 1 May 2001 13:31:03 +0100
32254              Message-ID: <20010501133103.A4041@penderel>
32255      Branch: perl
32256            ! ext/B/B/Deparse.pm
32257 ____________________________________________________________________________
32258 [  9923] By: jhi                                   on 2001/05/01  11:45:36
32259         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
32260              From: Benjamin Sugars <ben.sugars@home.com>
32261              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
32262              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
32263      Branch: perl
32264            + t/io/fflush.t
32265            ! MANIFEST
32266 ____________________________________________________________________________
32267 [  9922] By: jhi                                   on 2001/05/01  11:35:42
32268         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
32269              From: Peter Prymmer <pvhp@forte.com>
32270              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
32271              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
32272      Branch: perl
32273            ! t/lib/selfstubber.t
32274 ____________________________________________________________________________
32275 [  9921] By: jhi                                   on 2001/04/30  16:34:33
32276         Log: Subject: [PATCH B::Concise] suppress warning
32277              From: Robin Houston <robin@kitsite.com>
32278              Date: Mon, 30 Apr 2001 16:09:49 +0100
32279              Message-ID: <20010430160949.A25086@penderel>
32280      Branch: perl
32281            ! ext/B/B/Concise.pm
32282 ____________________________________________________________________________
32283 [  9920] By: jhi                                   on 2001/04/30  13:56:04
32284         Log: Strip the *markers* from #9919.
32285      Branch: perl
32286            ! pod/perlfaq.pod pod/perlfaq5.pod
32287 ____________________________________________________________________________
32288 [  9919] By: jhi                                   on 2001/04/30  13:54:04
32289         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
32290              From: Gwyn Judd <b.judd@xtra.co.nz>
32291              Date: Sun, 29 Apr 2001 01:47:49 +1200
32292              Message-ID: <20010429014749.A4418@thislove>
32293      Branch: perl
32294            ! pod/perlfaq.pod pod/perlfaq5.pod
32295 ____________________________________________________________________________
32296 [  9918] By: jhi                                   on 2001/04/30  13:13:54
32297         Log: More_tweakage.
32298      Branch: perl
32299            ! pod/perldata.pod pod/perldiag.pod
32300 ____________________________________________________________________________
32301 [  9917] By: jhi                                   on 2001/04/30  13:01:27
32302         Log: Update Changes.
32303      Branch: perl
32304            ! Changes patchlevel.h
32305 ____________________________________________________________________________
32306 [  9916] By: jhi                                   on 2001/04/30  12:57:03
32307         Log: T_w_e_a_k_a_g_e.
32308      Branch: perl
32309            ! pod/perldata.pod pod/perldiag.pod
32310 ____________________________________________________________________________
32311 [  9915] By: jhi                                   on 2001/04/30  12:39:29
32312         Log: Install s2p also as psed.
32313              
32314              TODO: psed documentation?
32315      Branch: perl
32316            ! installperl
32317 ____________________________________________________________________________
32318 [  9914] By: jhi                                   on 2001/04/30  12:29:21
32319         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
32320              From: Jens Hamisch <jens@Strawberry.COM>
32321              Date: Fri, 27 Apr 2001 17:00:36 +0200
32322              Message-ID: <20010427170036.K1372@Strawberry.COM>
32323              
32324              SOCKS5_VERSION_NAME is the right symbol to detect
32325              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
32326              function called socks5_init() is available, and even that is
32327              not universal, most SOCKS5 installations use SOCKSinit()).
32328      Branch: perl
32329            ! perlio.c
32330 ____________________________________________________________________________
32331 [  9913] By: jhi                                   on 2001/04/30  12:22:15
32332         Log: Allow a zero timeout on IO::Socket accept and connect--
32333              though one really shouldn't do that.  Based on
32334              
32335              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
32336              From: "John Holdsworth" <coldwave@bigfoot.com>
32337              Date: Sun, 4 Feb 2001 12:48:18 +0100
32338              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
32339      Branch: perl
32340            ! ext/IO/lib/IO/Socket.pm
32341 ____________________________________________________________________________
32342 [  9912] By: jhi                                   on 2001/04/30  11:27:27
32343         Log: Save the spot of regprev (see #9911) for binary compatibility;
32344              regen API.
32345      Branch: perl
32346            ! embedvar.h perlapi.h thrdvar.h
32347 ____________________________________________________________________________
32348 [  9911] By: jhi                                   on 2001/04/30  11:22:03
32349         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
32350              From: Hugo <hv@crypt.compulink.co.uk>
32351              Date: Sun, 29 Apr 2001 17:09:30 +0100
32352              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
32353      Branch: perl
32354            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
32355 ____________________________________________________________________________
32356 [  9910] By: jhi                                   on 2001/04/30  11:15:12
32357         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
32358              a dummy for PL_numeric_radix); no pressing reason to break
32359              binary compatibility; regen API.
32360      Branch: perl
32361            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
32362            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
32363 ____________________________________________________________________________
32364 [  9909] By: jhi                                   on 2001/04/30  10:56:08
32365         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
32366              From: Walt Mankowski <waltman@netaxs.com>
32367              Date: Sun, 29 Apr 2001 21:53:48 -0400
32368              Message-ID: <20010429215348.A3971@netaxs.com>
32369      Branch: perl
32370            ! pod/perlfunc.pod
32371 ____________________________________________________________________________
32372 [  9908] By: jhi                                   on 2001/04/30  10:49:40
32373         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
32374      Branch: perl
32375            ! t/lib/selfstubber.t
32376 ____________________________________________________________________________
32377 [  9907] By: nick                                  on 2001/04/30  09:26:50
32378         Log: Integrate mainline.
32379      Branch: perlio
32380           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
32381 ____________________________________________________________________________
32382 [  9906] By: jhi                                   on 2001/04/29  23:24:20
32383         Log: Abigail spotted a thinko in #9905.
32384      Branch: perl
32385            ! pod/perldiag.pod
32386 ____________________________________________________________________________
32387 [  9905] By: jhi                                   on 2001/04/29  15:55:39
32388         Log: Changed the underscore/undebar syntax in numeric constants;
32389              now any grouping will do, as long as the underscores are not
32390              consecutive (so "zero-grouping" is out), and they do not begin
32391              or end the integer or fractional parts.
32392      Branch: perl
32393            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
32394 ____________________________________________________________________________
32395 [  9904] By: nick                                  on 2001/04/29  15:43:22
32396         Log: Integrate mainline.
32397      Branch: perlio
32398           +> (branch 98 files)
32399            - lib/unicode/Block.pl
32400            - lib/unicode/In/AlphabeticPresentationForms.pl
32401            - lib/unicode/In/Arabic.pl
32402            - lib/unicode/In/ArabicPresentationForms-A.pl
32403            - lib/unicode/In/ArabicPresentationForms-B.pl
32404            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
32405            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
32406            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
32407            - lib/unicode/In/BopomofoExtended.pl
32408            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
32409            - lib/unicode/In/CJKCompatibility.pl
32410            - lib/unicode/In/CJKCompatibilityForms.pl
32411            - lib/unicode/In/CJKCompatibilityIdeographs.pl
32412            - lib/unicode/In/CJKRadicalsSupplement.pl
32413            - lib/unicode/In/CJKSymbolsandPunctuation.pl
32414            - lib/unicode/In/CJKUnifiedIdeographs.pl
32415            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
32416            - lib/unicode/In/Cherokee.pl
32417            - lib/unicode/In/CombiningDiacriticalMarks.pl
32418            - lib/unicode/In/CombiningHalfMarks.pl
32419            - lib/unicode/In/CombiningMarksforSymbols.pl
32420            - lib/unicode/In/ControlPictures.pl
32421            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
32422            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
32423            - lib/unicode/In/EnclosedAlphanumerics.pl
32424            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
32425            - lib/unicode/In/Ethiopic.pl
32426            - lib/unicode/In/GeneralPunctuation.pl
32427            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
32428            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
32429            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
32430            - lib/unicode/In/HalfwidthandFullwidthForms.pl
32431            - lib/unicode/In/HangulCompatibilityJamo.pl
32432            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
32433            - lib/unicode/In/Hebrew.pl
32434            - lib/unicode/In/HighPrivateUseSurrogates.pl
32435            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
32436            - lib/unicode/In/IPAExtensions.pl
32437            - lib/unicode/In/IdeographicDescriptionCharacters.pl
32438            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
32439            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
32440            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
32441            - lib/unicode/In/Latin-1Supplement.pl
32442            - lib/unicode/In/LatinExtended-A.pl
32443            - lib/unicode/In/LatinExtended-B.pl
32444            - lib/unicode/In/LatinExtendedAdditional.pl
32445            - lib/unicode/In/LetterlikeSymbols.pl
32446            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
32447            - lib/unicode/In/MathematicalOperators.pl
32448            - lib/unicode/In/MiscellaneousSymbols.pl
32449            - lib/unicode/In/MiscellaneousTechnical.pl
32450            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
32451            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
32452            - lib/unicode/In/OpticalCharacterRecognition.pl
32453            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
32454            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
32455            - lib/unicode/In/SmallFormVariants.pl
32456            - lib/unicode/In/SpacingModifierLetters.pl
32457            - lib/unicode/In/Specials.pl
32458            - lib/unicode/In/SuperscriptsandSubscripts.pl
32459            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
32460            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
32461            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
32462            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
32463            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
32464           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
32465           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
32466           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
32467           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
32468           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
32469           !> utf8.c win32/Makefile
32470 ____________________________________________________________________________
32471 [  9903] By: jhi                                   on 2001/04/29  14:30:53
32472         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
32473              From: Prymmer/Kahn <pvhp@best.com>
32474              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
32475              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
32476      Branch: perl
32477            ! win32/Makefile
32478 ____________________________________________________________________________
32479 [  9902] By: jhi                                   on 2001/04/29  02:52:44
32480         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
32481              From: "Abigail" <abigail@foad.org>
32482              Date: Sun, 29 Apr 2001 03:14:25 +0200
32483              Message-ID: <20010429011425.24503.qmail@foad.org>
32484      Branch: perl
32485            ! ext/IO/lib/IO/Seekable.pm
32486 ____________________________________________________________________________
32487 [  9901] By: jhi                                   on 2001/04/29  02:04:46
32488         Log: In character classes one couldn't have 0x80..0xff characters
32489              at the left hand side if there were 0x100.. characters in the
32490              character class.
32491      Branch: perl
32492            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
32493            ! t/op/pat.t utf8.c
32494 ____________________________________________________________________________
32495 [  9900] By: jhi                                   on 2001/04/28  22:55:04
32496         Log: Forgot the latest mktables.PL from #9899.
32497      Branch: perl
32498            ! lib/unicode/mktables.PL
32499 ____________________________________________________________________________
32500 [  9899] By: jhi                                   on 2001/04/28  22:53:28
32501         Log: Explain the \p{} and \P{} error message better and
32502              have prettier prettyprint in In.pl.
32503      Branch: perl
32504            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
32505            ! pod/perldiag.pod
32506 ____________________________________________________________________________
32507 [  9898] By: jhi                                   on 2001/04/28  21:03:34
32508         Log: Add one possible explanation for the "Invalid [] range" error.
32509      Branch: perl
32510            ! pod/perldiag.pod
32511 ____________________________________________________________________________
32512 [  9897] By: jhi                                   on 2001/04/28  17:18:26
32513         Log: Add a level of indirection to the implementation of \p{InFoo}
32514              so that we don't have to have long filenames.  (Nothing changes
32515              in the user interface.)   The indirection is defined in
32516              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
32517              Also rename some the character classes by removing '-' from
32518              the classnames, and finally renamed Block.pl as Blocks.pl.
32519      Branch: perl
32520            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
32521            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
32522            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
32523            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
32524            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
32525            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
32526            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
32527            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
32528            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
32529            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
32530            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
32531            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
32532            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
32533            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
32534            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
32535            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
32536            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
32537            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
32538            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
32539            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
32540            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
32541            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
32542            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
32543            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
32544            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
32545            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
32546            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
32547            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
32548            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
32549            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
32550            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
32551            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
32552            + lib/unicode/In/94.pl lib/unicode/In/95.pl
32553            - lib/unicode/Block.pl
32554            - lib/unicode/In/AlphabeticPresentationForms.pl
32555            - lib/unicode/In/Arabic.pl
32556            - lib/unicode/In/ArabicPresentationForms-A.pl
32557            - lib/unicode/In/ArabicPresentationForms-B.pl
32558            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
32559            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
32560            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
32561            - lib/unicode/In/BopomofoExtended.pl
32562            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
32563            - lib/unicode/In/CJKCompatibility.pl
32564            - lib/unicode/In/CJKCompatibilityForms.pl
32565            - lib/unicode/In/CJKCompatibilityIdeographs.pl
32566            - lib/unicode/In/CJKRadicalsSupplement.pl
32567            - lib/unicode/In/CJKSymbolsandPunctuation.pl
32568            - lib/unicode/In/CJKUnifiedIdeographs.pl
32569            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
32570            - lib/unicode/In/Cherokee.pl
32571            - lib/unicode/In/CombiningDiacriticalMarks.pl
32572            - lib/unicode/In/CombiningHalfMarks.pl
32573            - lib/unicode/In/CombiningMarksforSymbols.pl
32574            - lib/unicode/In/ControlPictures.pl
32575            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
32576            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
32577            - lib/unicode/In/EnclosedAlphanumerics.pl
32578            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
32579            - lib/unicode/In/Ethiopic.pl
32580            - lib/unicode/In/GeneralPunctuation.pl
32581            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
32582            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
32583            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
32584            - lib/unicode/In/HalfwidthandFullwidthForms.pl
32585            - lib/unicode/In/HangulCompatibilityJamo.pl
32586            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
32587            - lib/unicode/In/Hebrew.pl
32588            - lib/unicode/In/HighPrivateUseSurrogates.pl
32589            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
32590            - lib/unicode/In/IPAExtensions.pl
32591            - lib/unicode/In/IdeographicDescriptionCharacters.pl
32592            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
32593            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
32594            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
32595            - lib/unicode/In/Latin-1Supplement.pl
32596            - lib/unicode/In/LatinExtended-A.pl
32597            - lib/unicode/In/LatinExtended-B.pl
32598            - lib/unicode/In/LatinExtendedAdditional.pl
32599            - lib/unicode/In/LetterlikeSymbols.pl
32600            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
32601            - lib/unicode/In/MathematicalOperators.pl
32602            - lib/unicode/In/MiscellaneousSymbols.pl
32603            - lib/unicode/In/MiscellaneousTechnical.pl
32604            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
32605            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
32606            - lib/unicode/In/OpticalCharacterRecognition.pl
32607            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
32608            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
32609            - lib/unicode/In/SmallFormVariants.pl
32610            - lib/unicode/In/SpacingModifierLetters.pl
32611            - lib/unicode/In/Specials.pl
32612            - lib/unicode/In/SuperscriptsandSubscripts.pl
32613            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
32614            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
32615            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
32616            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
32617            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
32618            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
32619            ! pod/perlunicode.pod
32620 ____________________________________________________________________________
32621 [  9896] By: jhi                                   on 2001/04/28  14:33:17
32622         Log: Update the information on shared library path on HP-UX.
32623      Branch: perl
32624            ! INSTALL
32625 ____________________________________________________________________________
32626 [  9895] By: jhi                                   on 2001/04/28  14:32:30
32627         Log: Because #9894 seems to do the trick, this workaround can be removed.
32628      Branch: perl
32629            ! t/lib/selfstubber.t
32630 ____________________________________________________________________________
32631 [  9894] By: jhi                                   on 2001/04/28  14:26:13
32632         Log: For PerlIO flush the children's file handles (on fork/exec/system).
32633      Branch: perl
32634            ! perl.h
32635 ____________________________________________________________________________
32636 [  9893] By: jhi                                   on 2001/04/28  14:23:15
32637         Log: Test tweak for #9891.
32638      Branch: perl
32639            ! t/lib/b-deparse.t
32640 ____________________________________________________________________________
32641 [  9892] By: jhi                                   on 2001/04/28  14:10:13
32642         Log: New HP-UX hints from Merijn.
32643      Branch: perl
32644            ! hints/hpux.sh
32645 ____________________________________________________________________________
32646 [  9891] By: jhi                                   on 2001/04/28  14:07:27
32647         Log: Subject: [PATCH B::Deparse] non-block scopes
32648              From: Robin Houston <robin@kitsite.com>
32649              Date: Fri, 27 Apr 2001 19:15:14 +0100
32650              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
32651      Branch: perl
32652            ! ext/B/B/Deparse.pm
32653 ____________________________________________________________________________
32654 [  9890] By: nick                                  on 2001/04/27  19:41:25
32655         Log: Integrate mainline
32656      Branch: perlio
32657           +> t/lib/selfstubber.t
32658           !> (integrate 50 files)
32659 ____________________________________________________________________________
32660 [  9889] By: jhi                                   on 2001/04/27  18:23:46
32661         Log: Subject: Re: selfstubber test fail on bleadperl
32662              From: Mike Guy <mjtg@cam.ac.uk>
32663              Date: Fri, 27 Apr 2001 19:31:18 +0100
32664              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
32665      Branch: perl
32666            ! t/lib/selfstubber.t
32667 ____________________________________________________________________________
32668 [  9888] By: jhi                                   on 2001/04/27  16:20:54
32669         Log: Test tweak for #9886.
32670      Branch: perl
32671            ! t/lib/b-deparse.t
32672 ____________________________________________________________________________
32673 [  9887] By: jhi                                   on 2001/04/27  16:16:33
32674         Log: Buffering issue at least in Solaris (even with perlio).
32675      Branch: perl
32676            ! t/lib/selfstubber.t
32677 ____________________________________________________________________________
32678 [  9886] By: jhi                                   on 2001/04/27  14:59:23
32679         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
32680              From: Robin Houston <robin@kitsite.com>
32681              Date: Fri, 27 Apr 2001 16:53:20 +0100
32682              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
32683      Branch: perl
32684            ! ext/B/B/Deparse.pm
32685 ____________________________________________________________________________
32686 [  9885] By: jhi                                   on 2001/04/27  14:23:51
32687         Log: Update Changes.
32688      Branch: perl
32689            ! Changes patchlevel.h
32690 ____________________________________________________________________________
32691 [  9884] By: jhi                                   on 2001/04/27  14:14:12
32692         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
32693              From: "Philip Newton" <pnewton@gmx.de>
32694              Date: Fri, 27 Apr 2001 16:40:13 +0200
32695              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
32696      Branch: perl
32697            ! pod/perldata.pod
32698 ____________________________________________________________________________
32699 [  9883] By: jhi                                   on 2001/04/27  13:28:19
32700         Log: Add LOG_PERROR; prettify the "removed".
32701      Branch: perl
32702            ! ext/Sys/Syslog/Syslog.xs
32703 ____________________________________________________________________________
32704 [  9882] By: jhi                                   on 2001/04/27  13:13:18
32705         Log: h2xs tweaks: use NV instead of double, "quote" the removed
32706              prefixes for clarity (especially when nothing is removed),
32707              slight pod reformats.
32708      Branch: perl
32709            ! utils/h2xs.PL
32710 ____________________________________________________________________________
32711 [  9881] By: jhi                                   on 2001/04/27  12:58:48
32712         Log: Don't bother creating existing directories.
32713      Branch: perl
32714            ! utils/h2xs.PL
32715 ____________________________________________________________________________
32716 [  9880] By: jhi                                   on 2001/04/27  12:45:39
32717         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
32718              From: Mike Schilli <m@perlmeister.com>
32719              Date: Wed, 25 Apr 2001 01:29:21 -0700
32720              Message-id: <3AE68AE1.6A981723@perlmeister.com>
32721      Branch: perl
32722            ! utils/h2xs.PL
32723 ____________________________________________________________________________
32724 [  9879] By: jhi                                   on 2001/04/27  12:40:55
32725         Log: break is not yet Perl.  Added the template license also to README.
32726      Branch: perl
32727            ! utils/h2xs.PL
32728 ____________________________________________________________________________
32729 [  9878] By: jhi                                   on 2001/04/27  03:08:20
32730         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
32731              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32732              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
32733              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
32734      Branch: perl
32735            ! t/lib/xs-typemap.t
32736 ____________________________________________________________________________
32737 [  9877] By: jhi                                   on 2001/04/26  23:54:40
32738         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
32739              From: "Abigail" <abigail@foad.org>
32740              Date: Fri, 27 Apr 2001 01:44:28 +0200
32741              Message-ID: <20010426234428.19786.qmail@foad.org>
32742      Branch: perl
32743            ! utils/h2xs.PL
32744 ____________________________________________________________________________
32745 [  9876] By: jhi                                   on 2001/04/26  23:52:06
32746         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
32747              From: Peter Prymmer <pvhp@forte.com>
32748              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
32749              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
32750      Branch: perl
32751            ! t/lib/selfstubber.t
32752 ____________________________________________________________________________
32753 [  9875] By: jhi                                   on 2001/04/26  23:48:10
32754         Log: Deparse nits.
32755      Branch: perl
32756            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
32757 ____________________________________________________________________________
32758 [  9874] By: jhi                                   on 2001/04/26  22:46:05
32759         Log: Document ANYOF_CLASS.
32760      Branch: perl
32761            ! regcomp.h
32762 ____________________________________________________________________________
32763 [  9873] By: jhi                                   on 2001/04/26  22:35:03
32764         Log: Subject: Re: [PATCH @9846] dumping ANYOF
32765              From: Hugo <hv@crypt.compulink.co.uk>
32766              Date: Thu, 26 Apr 2001 23:33:38 +0100
32767              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
32768      Branch: perl
32769            ! regcomp.c regcomp.h
32770 ____________________________________________________________________________
32771 [  9872] By: jhi                                   on 2001/04/26  22:34:31
32772         Log: Subject: [PATCH] more for Devel::SelfStubber
32773              From: Nicholas Clark <nick@ccl4.org>
32774              Date: Fri, 27 Apr 2001 00:13:52 +0100
32775              Message-ID: <20010427001351.K88186@plum.flirble.org>
32776      Branch: perl
32777            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
32778 ____________________________________________________________________________
32779 [  9871] By: jhi                                   on 2001/04/26  21:59:17
32780         Log: Subject: [PATCH B::Deparse] formats must be flush left
32781              From: Robin Houston <robin@kitsite.com>
32782              Date: Thu, 26 Apr 2001 23:54:29 +0100
32783              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
32784      Branch: perl
32785            ! ext/B/B/Deparse.pm
32786 ____________________________________________________________________________
32787 [  9870] By: jhi                                   on 2001/04/26  21:57:37
32788         Log: If some of the constants are prefixes of others,
32789              the prefixes may never get recognized.  (See 20010426.006.)
32790      Branch: perl
32791            ! utils/h2xs.PL
32792 ____________________________________________________________________________
32793 [  9869] By: jhi                                   on 2001/04/26  21:50:42
32794         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
32795              From: Chris Bongaarts <cab@tc.umn.edu>
32796              Date: Thu, 26 Apr 2001 17:10:31 -0500
32797              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
32798      Branch: perl
32799            ! ext/Sys/Syslog/Syslog.xs
32800 ____________________________________________________________________________
32801 [  9868] By: jhi                                   on 2001/04/26  21:35:12
32802         Log: Further cuts and more docs from Graham Barr.
32803      Branch: perl
32804            ! ext/List/Util/lib/List/Util.pm
32805            ! ext/List/Util/lib/Scalar/Util.pm
32806 ____________________________________________________________________________
32807 [  9867] By: jhi                                   on 2001/04/26  21:18:57
32808         Log: Subject: [PATCH 5.7.1] DB_File-1.77
32809              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
32810              Date: Thu, 26 Apr 2001 22:37:53 +0100
32811              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
32812      Branch: perl
32813            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32814            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
32815 ____________________________________________________________________________
32816 [  9866] By: jhi                                   on 2001/04/26  21:12:31
32817         Log: Subject: [PATCH B::Deparse] fix easy bugs
32818              From: Robin Houston <robin@kitsite.com>
32819              Date: Thu, 26 Apr 2001 23:03:33 +0100
32820              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
32821      Branch: perl
32822            ! ext/B/B/Deparse.pm
32823 ____________________________________________________________________________
32824 [  9865] By: jhi                                   on 2001/04/26  20:26:13
32825         Log: Update Changes.
32826      Branch: perl
32827            ! Changes patchlevel.h
32828 ____________________________________________________________________________
32829 [  9864] By: jhi                                   on 2001/04/26  19:27:48
32830         Log: Dethinko from Robin Houston.
32831      Branch: perl
32832            ! ext/B/B/Deparse.pm
32833 ____________________________________________________________________________
32834 [  9863] By: jhi                                   on 2001/04/26  19:10:35
32835         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
32836              From: Robin Houston <robin@kitsite.com>
32837              Date: Thu, 26 Apr 2001 21:08:32 +0100
32838              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
32839      Branch: perl
32840            ! ext/B/B/Deparse.pm
32841 ____________________________________________________________________________
32842 [  9862] By: jhi                                   on 2001/04/26  19:04:23
32843         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
32844              From: Robin Houston <robin@kitsite.com>
32845              Date: Thu, 26 Apr 2001 20:52:50 +0100
32846              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
32847      Branch: perl
32848            ! ext/B/B/Deparse.pm
32849 ____________________________________________________________________________
32850 [  9861] By: jhi                                   on 2001/04/26  18:56:14
32851         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
32852              From: Mike Guy <mjtg@cam.ac.uk>
32853              Date: Thu, 26 Apr 2001 14:22:40 +0100
32854              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
32855      Branch: perl
32856            ! pod/perlobj.pod
32857 ____________________________________________________________________________
32858 [  9860] By: jhi                                   on 2001/04/26  18:46:42
32859         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
32860              From: Robin Houston <robin@kitsite.com>
32861              Date: Thu, 26 Apr 2001 20:34:29 +0100
32862              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
32863              
32864              Hashes do not interpolate.
32865      Branch: perl
32866            ! ext/B/B/Deparse.pm
32867 ____________________________________________________________________________
32868 [  9859] By: jhi                                   on 2001/04/26  18:43:51
32869         Log: Subject: The Time::Piece conspiracy unmasked!!!
32870              From: Mike Guy <mjtg@cam.ac.uk>
32871              Date: Thu, 26 Apr 2001 19:02:50 +0100
32872              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
32873              
32874              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
32875              From: Mike Guy <mjtg@cam.ac.uk>
32876              Date: Thu, 26 Apr 2001 19:08:21 +0100
32877              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
32878              
32879              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
32880              From: Graham Barr <gbarr@pobox.com>
32881              Date: Thu, 26 Apr 2001 19:12:03 +0100
32882              Message-ID: <20010426191203.A70835@pobox.com>
32883              
32884              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
32885      Branch: perl
32886            ! ext/List/Util/lib/List/Util.pm
32887            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
32888 ____________________________________________________________________________
32889 [  9858] By: jhi                                   on 2001/04/26  18:17:42
32890         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
32891              From: Robin Houston <robin@kitsite.com>
32892              Date: Thu, 26 Apr 2001 16:09:35 +0100
32893              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
32894      Branch: perl
32895            ! t/comp/proto.t
32896 ____________________________________________________________________________
32897 [  9857] By: jhi                                   on 2001/04/26  18:04:59
32898         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
32899              From: barries <barries@slaysys.com>
32900              Date: Thu, 26 Apr 2001 12:01:10 -0400
32901              Message-ID: <20010426120110.E29698@jester.slaysys.com>
32902      Branch: perl
32903            ! pod/perldiag.pod
32904 ____________________________________________________________________________
32905 [  9856] By: jhi                                   on 2001/04/26  18:03:33
32906         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
32907              Date: Thu, 26 Apr 2001 17:13:41 +0100
32908              From: Robin Houston <robin@kitsite.com>
32909              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
32910              
32911              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
32912              From: Robin Houston <robin@kitsite.com>
32913              Date: Thu, 26 Apr 2001 18:44:29 +0100
32914              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
32915      Branch: perl
32916            ! ext/B/B/Deparse.pm
32917 ____________________________________________________________________________
32918 [  9855] By: jhi                                   on 2001/04/26  17:56:04
32919         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
32920              From: Robin Houston <robin@kitsite.com>
32921              Date: Thu, 26 Apr 2001 17:04:08 +0100
32922              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
32923      Branch: perl
32924            ! ext/B/B/Deparse.pm
32925 ____________________________________________________________________________
32926 [  9854] By: jhi                                   on 2001/04/26  17:47:26
32927         Log: Subject: Re: Short test case for undef %stash:: crash
32928              From: Benjamin Sugars <bsugars@canoe.ca> 
32929              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
32930              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
32931              Changed and moved the perldiag entry.
32932      Branch: perl
32933            ! gv.c pod/perldiag.pod
32934 ____________________________________________________________________________
32935 [  9853] By: jhi                                   on 2001/04/26  14:35:16
32936         Log: Beginnings of strptime().  Do not touch the wet paint.
32937      Branch: perl
32938            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
32939 ____________________________________________________________________________
32940 [  9852] By: jhi                                   on 2001/04/26  13:17:21
32941         Log: Retract #9851, core dumps from pod2man.
32942      Branch: perl
32943            ! regcomp.c
32944 ____________________________________________________________________________
32945 [  9851] By: jhi                                   on 2001/04/26  11:54:41
32946         Log: (Retracted by #9852.)
32947              
32948              Subject: [PATCH @9846] dumping ANYOF
32949              From: Hugo <hv@crypt.compulink.co.uk>
32950              Date: Thu, 26 Apr 2001 05:32:38 +0100
32951              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
32952      Branch: perl
32953            ! regcomp.c
32954 ____________________________________________________________________________
32955 [  9850] By: jhi                                   on 2001/04/26  02:34:44
32956         Log: If ccflags was empty the _previous_ $* containing all the
32957              environment variables and Configure variables was used,
32958              which lead, among other bad things, into $ccflags being your
32959              uname -a output, which lead into test compile with cc failing,
32960              which lead into gcc being selected, which didn't work that well
32961              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
32962              with large files, et cetera.
32963      Branch: perl
32964            ! hints/hpux.sh
32965 ____________________________________________________________________________
32966 [  9849] By: jhi                                   on 2001/04/26  01:44:57
32967         Log: Make selfstubber test more portable.
32968      Branch: perl
32969            ! t/lib/selfstubber.t
32970 ____________________________________________________________________________
32971 [  9848] By: jhi                                   on 2001/04/26  00:50:26
32972         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
32973              From: Benjamin Sugars <ben.sugars@home.com>
32974              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
32975              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
32976      Branch: perl
32977            ! ext/Cwd/Cwd.xs
32978 ____________________________________________________________________________
32979 [  9847] By: jhi                                   on 2001/04/26  00:46:58
32980         Log: Subject: [PATCH: perl@9841] VMS updates
32981              From: Peter Prymmer <pvhp@forte.com>
32982              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
32983              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
32984      Branch: perl
32985            ! README.vms configure.com vms/descrip_mms.template
32986            ! vms/ext/filespec.t
32987 ____________________________________________________________________________
32988 [  9846] By: jhi                                   on 2001/04/26  00:11:56
32989         Log: re 'debug' was broken by #9084.
32990      Branch: perl
32991            ! ext/re/re.xs
32992 ____________________________________________________________________________
32993 [  9845] By: jhi                                   on 2001/04/25  22:33:17
32994         Log: Subject: [PATCH] test for Devel::SelfStubber
32995              From: Nicholas Clark <nick@ccl4.org>
32996              Date: Thu, 26 Apr 2001 00:00:54 +0100
32997              Message-ID: <20010426000054.D89026@plum.flirble.org>
32998      Branch: perl
32999            + t/lib/selfstubber.t
33000            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
33001 ____________________________________________________________________________
33002 [  9844] By: jhi                                   on 2001/04/25  22:29:32
33003         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
33004              From: Paul Johnson <paul@pjcj.net>
33005              Date: Thu, 26 Apr 2001 00:46:08 +0200
33006              Message-ID: <20010426004608.H2338@pjcj.net>
33007      Branch: perl
33008            ! ext/B/B/Concise.pm
33009 ____________________________________________________________________________
33010 [  9843] By: jhi                                   on 2001/04/25  22:28:28
33011         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
33012              From: Peter Prymmer <pvhp@forte.com>
33013              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
33014              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
33015      Branch: perl
33016            ! ext/Cwd/Cwd.xs
33017 ____________________________________________________________________________
33018 [  9842] By: jhi                                   on 2001/04/25  20:58:12
33019         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
33020              From: John Peacock <jpeacock@rowman.com>
33021              Date: Wed, 25 Apr 2001 17:30:26 -0400
33022              Message-ID: <3AE741F2.B3217464@rowman.com>
33023      Branch: perl
33024            ! lib/Math/BigInt.pm t/lib/bigintpm.t
33025 ____________________________________________________________________________
33026 [  9841] By: jhi                                   on 2001/04/25  20:07:05
33027         Log: Update Changes.
33028      Branch: perl
33029            ! Changes patchlevel.h
33030 ____________________________________________________________________________
33031 [  9840] By: jhi                                   on 2001/04/25  19:56:51
33032         Log: Yet another HP-UX hints version from Merijn.
33033      Branch: perl
33034            ! hints/hpux.sh
33035 ____________________________________________________________________________
33036 [  9839] By: jhi                                   on 2001/04/25  19:53:04
33037         Log: abs_path() didn't terminate the filename correctly,
33038              in DIRNAMLENless systems like HP-UX this would fail.
33039      Branch: perl
33040            ! ext/Cwd/Cwd.xs
33041 ____________________________________________________________________________
33042 [  9838] By: jhi                                   on 2001/04/25  16:37:26
33043         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
33044              From: Mike Guy <mjtg@cam.ac.uk>
33045              Date: Wed, 25 Apr 2001 18:31:47 +0100
33046              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
33047      Branch: perl
33048            ! op.c
33049 ____________________________________________________________________________
33050 [  9837] By: jhi                                   on 2001/04/25  16:21:53
33051         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
33052              From: Jon Eveland <jweveland@yahoo.com>
33053              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
33054              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
33055      Branch: perl
33056            ! lib/perl5db.pl
33057 ____________________________________________________________________________
33058 [  9836] By: jhi                                   on 2001/04/25  14:17:50
33059         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
33060              From: "Philip Newton" <pnewton@gmx.de>
33061              Date: Wed, 25 Apr 2001 17:05:58 +0200
33062              Message-ID: <3AE703F6.3234.1833C45@localhost>
33063      Branch: perl
33064            ! Porting/patching.pod
33065 ____________________________________________________________________________
33066 [  9835] By: jhi                                   on 2001/04/25  13:58:07
33067         Log: It would seem that both ar and full_ar need to be overridden
33068              for HP-UX to avoid the GNU ar.
33069      Branch: perl
33070            ! hints/hpux.sh
33071 ____________________________________________________________________________
33072 [  9834] By: jhi                                   on 2001/04/25  13:50:40
33073         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
33074              From: "Philip Newton" <pnewton@gmx.de>
33075              Date: Wed, 25 Apr 2001 16:09:23 +0200
33076              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
33077              
33078              Detypo.
33079      Branch: perl
33080            ! t/op/misc.t
33081 ____________________________________________________________________________
33082 [  9833] By: jhi                                   on 2001/04/25  12:36:11
33083         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
33084      Branch: perl
33085            ! hints/hpux.sh
33086 ____________________________________________________________________________
33087 [  9832] By: jhi                                   on 2001/04/25  12:33:36
33088         Log: New version of HP-UX hints from Merijn.
33089      Branch: perl
33090            ! hints/hpux.sh
33091 ____________________________________________________________________________
33092 [  9831] By: jhi                                   on 2001/04/25  03:39:45
33093         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
33094      Branch: perl
33095            ! hints/hpux.sh
33096 ____________________________________________________________________________
33097 [  9830] By: jhi                                   on 2001/04/25  02:53:25
33098         Log: The tzname[] bit is not needed by util.c -- and causes
33099              heartburn in VMS (and it missing was probably the cause of
33100              the Mac OS X trouble).  Ouch.
33101      Branch: perl
33102            ! ext/POSIX/POSIX.xs util.c
33103 ____________________________________________________________________________
33104 [  9829] By: jhi                                   on 2001/04/25  00:10:06
33105         Log: Metaconfig unit change for #9828.
33106      Branch: metaconfig
33107            ! U/compline/ccflags.U
33108 ____________________________________________________________________________
33109 [  9828] By: jhi                                   on 2001/04/25  00:04:18
33110         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
33111              (which is actually the reason for the change, we need to pass
33112              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
33113              EP/IX, OS/2, and TitanOS, based on the hints files.
33114      Branch: perl
33115            ! Configure config_h.SH
33116 ____________________________________________________________________________
33117 [  9827] By: jhi                                   on 2001/04/24  23:49:20
33118         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
33119              the $cat must have an absolute path.
33120      Branch: perl
33121            ! makedepend.SH
33122 ____________________________________________________________________________
33123 [  9826] By: jhi                                   on 2001/04/24  23:40:53
33124         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
33125      Branch: perl
33126            ! README.amiga
33127 ____________________________________________________________________________
33128 [  9825] By: jhi                                   on 2001/04/24  23:35:35
33129         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
33130              From: "Philip Newton" <pnewton@gmx.de>
33131              Date: Tue, 24 Apr 2001 18:52:49 +0200
33132              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
33133      Branch: perl
33134            ! x2p/find2perl.PL
33135 ____________________________________________________________________________
33136 [  9824] By: jhi                                   on 2001/04/24  23:33:07
33137         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
33138              Some gcc specifics dropped out due to extensive rewriting;
33139              will be put back later as needed.
33140      Branch: perl
33141            ! hints/hpux.sh
33142 ____________________________________________________________________________
33143 [  9823] By: jhi                                   on 2001/04/24  23:27:57
33144         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
33145      Branch: perl
33146            ! ext/POSIX/POSIX.xs
33147 ____________________________________________________________________________
33148 [  9822] By: jhi                                   on 2001/04/24  23:25:21
33149         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
33150              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33151              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
33152              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
33153      Branch: perl
33154            ! ext/XS/Typemap/Typemap.xs
33155 ____________________________________________________________________________
33156 [  9821] By: jhi                                   on 2001/04/24  23:24:10
33157         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
33158              From: "Abigail" <abigail@foad.org>
33159              Date: Tue, 24 Apr 2001 23:12:03 +0200
33160              Message-ID: <20010424211203.7901.qmail@foad.org>
33161      Branch: perl
33162            ! pod/perlport.pod
33163 ____________________________________________________________________________
33164 [  9820] By: jhi                                   on 2001/04/24  23:23:15
33165         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
33166              From: Matt Sergeant <matt@sergeant.org>
33167              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
33168              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
33169      Branch: perl
33170            ! pod/perlfaq4.pod
33171 ____________________________________________________________________________
33172 [  9819] By: nick                                  on 2001/04/24  18:49:43
33173         Log: Integrate mainline.
33174      Branch: perlio
33175           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
33176           !> (integrate 37 files)
33177 ____________________________________________________________________________
33178 [  9818] By: jhi                                   on 2001/04/24  14:35:23
33179         Log: Update Changes.
33180      Branch: perl
33181            ! Changes patchlevel.h
33182 ____________________________________________________________________________
33183 [  9817] By: jhi                                   on 2001/04/24  14:09:17
33184         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
33185              From: "Philip Newton" <pnewton@gmx.de>
33186              Date: Tue, 24 Apr 2001 12:58:12 +0200
33187              Message-ID: <3AE57864.8304.B77A0A@localhost> 
33188              
33189              plus add CPAN to the list of modules that have their own tests.
33190      Branch: perl
33191            ! t/lib/1_compile.t
33192 ____________________________________________________________________________
33193 [  9816] By: jhi                                   on 2001/04/24  14:07:03
33194         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
33195              From: Michael G Schwern <schwern@pobox.com>
33196              Date: Sat, 21 Apr 2001 22:35:00 +0100
33197              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
33198      Branch: perl
33199            ! t/lib/1_compile.t
33200 ____________________________________________________________________________
33201 [  9815] By: jhi                                   on 2001/04/24  13:54:32
33202         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
33203              From: Robin Houston <robin@kitsite.com>
33204              Date: Tue, 24 Apr 2001 15:51:18 +0100
33205              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
33206      Branch: perl
33207            ! ext/B/B/Deparse.pm
33208 ____________________________________________________________________________
33209 [  9814] By: jhi                                   on 2001/04/24  13:17:34
33210         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
33211              From: Bill Glicker <billg@burrelles.com>
33212              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
33213              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
33214      Branch: perl
33215            ! hints/svr5.sh
33216 ____________________________________________________________________________
33217 [  9813] By: jhi                                   on 2001/04/24  12:54:23
33218         Log: Prevent path disclosure (probing for existence of filenames)
33219              using suidperl; bug id 20010322.218.
33220      Branch: perl
33221            ! perl.c pod/perldiag.pod
33222 ____________________________________________________________________________
33223 [  9812] By: jhi                                   on 2001/04/24  12:08:36
33224         Log: Retract #9811.
33225      Branch: perl
33226            ! ext/POSIX/POSIX.xs
33227 ____________________________________________________________________________
33228 [  9811] By: jhi                                   on 2001/04/24  11:57:35
33229         Log: (Retracted by #9812.)
33230      Branch: perl
33231            ! ext/POSIX/POSIX.xs
33232 ____________________________________________________________________________
33233 [  9810] By: jhi                                   on 2001/04/24  03:32:35
33234         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
33235      Branch: perl
33236            ! util.c
33237 ____________________________________________________________________________
33238 [  9809] By: jhi                                   on 2001/04/24  03:16:13
33239         Log: The Math::BigFloat::import() was broken.
33240              (Fixes bug id 20010422.002.)
33241      Branch: perl
33242            ! lib/Math/BigFloat.pm
33243 ____________________________________________________________________________
33244 [  9808] By: jhi                                   on 2001/04/24  01:11:40
33245         Log: Additional dependencies; should help for parallel makes
33246              not to fail on missing lib/lib.pm or lib/re.pm.
33247      Branch: perl
33248            ! Makefile.SH
33249 ____________________________________________________________________________
33250 [  9807] By: jhi                                   on 2001/04/24  00:57:01
33251         Log: Update the test failure disclaimer.
33252      Branch: perl
33253            ! t/pragma/warn/pp_hot
33254 ____________________________________________________________________________
33255 [  9806] By: jhi                                   on 2001/04/24  00:54:04
33256         Log: Add make target "install-all" which is alias for "install"
33257              to cater for case-preserving filesystems like HFS+.
33258      Branch: perl
33259            ! INSTALL Makefile.SH
33260 ____________________________________________________________________________
33261 [  9805] By: jhi                                   on 2001/04/24  00:47:28
33262         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
33263              From: Peter Prymmer <pvhp@forte.com>
33264              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
33265              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
33266              
33267              (Ken William's message forwarded from macosx@perl.org)
33268      Branch: perl
33269            ! hints/darwin.sh
33270 ____________________________________________________________________________
33271 [  9804] By: jhi                                   on 2001/04/23  23:57:35
33272         Log: Cut-and-pasto.
33273      Branch: perl
33274            ! perlio.c
33275 ____________________________________________________________________________
33276 [  9803] By: jhi                                   on 2001/04/23  23:52:25
33277         Log: More PerlIO robustness.
33278      Branch: perl
33279            ! perlio.c
33280 ____________________________________________________________________________
33281 [  9802] By: jhi                                   on 2001/04/23  23:43:35
33282         Log: Make the "STD* opened only for ..." errors more consistent.
33283      Branch: perl
33284            ! doio.c
33285 ____________________________________________________________________________
33286 [  9801] By: jhi                                   on 2001/04/23  23:34:26
33287         Log: Test case for #9800.
33288      Branch: perl
33289            ! t/op/misc.t
33290 ____________________________________________________________________________
33291 [  9800] By: jhi                                   on 2001/04/23  23:14:43
33292         Log: Avoid coredump on 'close STDERR; die' by making
33293              the PerlIO calls more robust.  Also use SETERRNO()
33294              instead of errno = to be more VMS-ready.
33295      Branch: perl
33296            ! perlio.c
33297 ____________________________________________________________________________
33298 [  9799] By: jhi                                   on 2001/04/23  21:41:10
33299         Log: Subject: test for ID 20010423.002
33300              From: Robin Houston <robin@kitsite.com>
33301              Date: Mon, 23 Apr 2001 16:52:21 +0100
33302              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
33303      Branch: perl
33304            ! t/op/avhv.t
33305 ____________________________________________________________________________
33306 [  9798] By: jhi                                   on 2001/04/23  21:40:07
33307         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
33308              From: David Dyck <dcd@tc.fluke.com>
33309              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
33310              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
33311      Branch: perl
33312            ! installperl
33313 ____________________________________________________________________________
33314 [  9797] By: jhi                                   on 2001/04/23  21:37:56
33315         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
33316              From: Benjamin Sugars <bsugars@canoe.ca>
33317              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
33318              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
33319      Branch: perl
33320            ! ext/Cwd/Cwd.xs lib/Cwd.pm
33321 ____________________________________________________________________________
33322 [  9796] By: jhi                                   on 2001/04/23  21:29:24
33323         Log: Synchronize h2xs and pod2man some more on the documentation
33324              templates they propose.
33325      Branch: perl
33326            ! pod/pod2man.PL utils/h2xs.PL
33327 ____________________________________________________________________________
33328 [  9795] By: jhi                                   on 2001/04/23  17:30:40
33329         Log: Add one more naughty test for base64; make encoding logic cleaner.
33330      Branch: perl
33331            ! t/lib/mimeb64.t
33332 ____________________________________________________________________________
33333 [  9794] By: jhi                                   on 2001/04/23  13:51:32
33334         Log: Update Changes.
33335      Branch: perl
33336            ! Changes patchlevel.h
33337 ____________________________________________________________________________
33338 [  9793] By: jhi                                   on 2001/04/23  13:44:18
33339         Log: Duplicate lines.
33340      Branch: perl
33341            ! MANIFEST
33342 ____________________________________________________________________________
33343 [  9792] By: jhi                                   on 2001/04/23  13:39:13
33344         Log: Subject: Re: PATCH 5.7.1
33345              From: Mark-Jason Dominus <mjd@plover.com>
33346              Date: Mon, 23 Apr 2001 10:30:21 -0400
33347              Message-ID: <20010423143021.17335.qmail@plover.com>
33348      Branch: perl
33349            ! perl.h sv.c
33350 ____________________________________________________________________________
33351 [  9791] By: jhi                                   on 2001/04/23  13:32:40
33352         Log: Add the CPAN.pm 1.59_54 tests.
33353      Branch: perl
33354            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
33355            ! MANIFEST
33356 ____________________________________________________________________________
33357 [  9790] By: jhi                                   on 2001/04/23  13:21:55
33358         Log: Subject: Deparse nit
33359              From: Robin Houston <robin@kitsite.com>
33360              Date: Mon, 23 Apr 2001 12:38:20 +0100
33361              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
33362      Branch: perl
33363            ! ext/B/B/Deparse.pm
33364 ____________________________________________________________________________
33365 [  9789] By: jhi                                   on 2001/04/23  13:19:07
33366         Log: Subject: [PATCH] bug 20010423.002
33367              From: Robin Houston <robin@kitsite.com>
33368              Date: Mon, 23 Apr 2001 13:12:30 +0100
33369              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
33370      Branch: perl
33371            ! pp.c
33372 ____________________________________________________________________________
33373 [  9788] By: jhi                                   on 2001/04/23  13:02:49
33374         Log: Subject: PATCH [5.7.1] hv.c unused #define
33375              From: Mark-Jason Dominus <mjd@plover.com>
33376              Date: Sun, 22 Apr 2001 14:17:49 -0400
33377              Message-ID: <20010422181749.26976.qmail@plover.com>
33378      Branch: perl
33379            ! hv.c
33380 ____________________________________________________________________________
33381 [  9787] By: jhi                                   on 2001/04/23  13:02:02
33382         Log: Subject: PATCH 5.7.1
33383              From: Mark-Jason Dominus <mjd@plover.com>
33384              Date: Sun, 22 Apr 2001 15:12:57 -0400
33385              Message-ID: <20010422191258.6539.qmail@plover.com>
33386              
33387              plus Sarathy's STMT_START + STMT_END suggestion.
33388      Branch: perl
33389            ! perl.h
33390 ____________________________________________________________________________
33391 [  9786] By: jhi                                   on 2001/04/23  12:53:25
33392         Log: Fix for
33393              
33394              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
33395              From: dLux <dlux@spam.sch.bme.hu>
33396              Date: Mon, 23 Apr 2001 01:25:26 +0200
33397              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
33398              
33399              (SvGROW really does return a char *.)
33400      Branch: perl
33401            ! pod/perlapi.pod sv.h
33402 ____________________________________________________________________________
33403 [  9785] By: jhi                                   on 2001/04/23  04:34:04
33404         Log: Time::Piece work continues.  $t->day removed since
33405              I think it's too confusing.  Now has normal and
33406              abbreviated length weekday names and month names,
33407              the names change with _names(), not _list().
33408              Now has strftime() in Perl, _strftime() is
33409              the libc version (to which strftime() falls back
33410              if it doesn't know the format.  To do: the reverse
33411              of strftime, strptime(), and the localisation of both.
33412      Branch: perl
33413            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
33414            ! t/lib/time-piece.t
33415 ____________________________________________________________________________
33416 [  9784] By: jhi                                   on 2001/04/23  02:41:46
33417         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
33418              From: andreas.koenig@anima.de (Andreas J. Koenig)
33419              Date: 23 Apr 2001 05:20:55 +0200
33420              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
33421      Branch: perl
33422            ! t/pragma/overload.t
33423 ____________________________________________________________________________
33424 [  9783] By: jhi                                   on 2001/04/22  23:32:42
33425         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
33426              From: Robin Houston <robin@kitsite.com>
33427              Date: Mon, 23 Apr 2001 00:38:18 +0100
33428              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
33429      Branch: perl
33430            ! ext/B/B/Deparse.pm
33431 ____________________________________________________________________________
33432 [  9782] By: jhi                                   on 2001/04/22  20:55:43
33433         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
33434              From: Simon Cozens <simon@netthink.co.uk>
33435              Date: Sun, 22 Apr 2001 18:47:25 +0100
33436              Message-ID: <20010422184725.A14411@netthink.co.uk>
33437      Branch: perl
33438            ! sv.c t/pragma/overload.t
33439 ____________________________________________________________________________
33440 [  9781] By: jhi                                   on 2001/04/22  20:52:13
33441         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
33442              From: Robin Houston <robin@kitsite.com>
33443              Date: Sun, 22 Apr 2001 22:14:50 +0100
33444              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
33445      Branch: perl
33446            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
33447 ____________________________________________________________________________
33448 [  9780] By: nick                                  on 2001/04/22  20:40:31
33449         Log: Integrate mainline.
33450      Branch: perlio
33451           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
33452           +> t/lib/b-stash.t
33453           !> (integrate 38 files)
33454 ____________________________________________________________________________
33455 [  9779] By: jhi                                   on 2001/04/22  15:16:03
33456         Log: Subject: IO::Socket::INET patch
33457              From: andrew deryabin <djsf@technarchy.ru>
33458              Date: Sat, 21 Apr 2001 17:46:52 +0400
33459              Message-ID: <20010421174652.B1426@technarchy>
33460      Branch: perl
33461            ! ext/IO/lib/IO/Socket/INET.pm
33462 ____________________________________________________________________________
33463 [  9778] By: jhi                                   on 2001/04/22  15:14:33
33464         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
33465              From: Mark-Jason Dominus <mjd@plover.com>
33466              Date: Sat, 21 Apr 2001 21:27:49 -0400
33467              Message-ID: <20010422012749.27024.qmail@plover.com>
33468      Branch: perl
33469            ! regcomp.c
33470 ____________________________________________________________________________
33471 [  9777] By: jhi                                   on 2001/04/22  15:10:51
33472         Log: Subject: Re: Regex debugger patch 
33473              From: Mark-Jason Dominus <mjd@plover.com>
33474              Date: Sat, 21 Apr 2001 21:48:51 -0400
33475              Message-ID: <20010422014851.27165.qmail@plover.com>
33476      Branch: perl
33477            ! pod/perldebguts.pod
33478 ____________________________________________________________________________
33479 [  9776] By: jhi                                   on 2001/04/22  15:09:48
33480         Log: Subject: Re: Regex debugger patch
33481              From: Mark-Jason Dominus <mjd@plover.com>
33482              Date: Sat, 21 Apr 2001 14:24:39 -0400
33483              Message-ID: <20010421182439.16508.qmail@plover.com>
33484              
33485              Regex debugger backend.
33486      Branch: perl
33487            ! regcomp.c regexp.h
33488 ____________________________________________________________________________
33489 [  9775] By: jhi                                   on 2001/04/21  16:45:40
33490         Log: Subject: [PATCH] Typo in utf8.h
33491              From: Jesús Quiroga <jquiroga@pobox.com>
33492              Date: Sat, 21 Apr 2001 19:25:33 +0200
33493              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
33494      Branch: perl
33495            ! utf8.h
33496 ____________________________________________________________________________
33497 [  9774] By: jhi                                   on 2001/04/21  16:43:52
33498         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
33499              From: Joe Orton <jorton@redhat.com>
33500              Date: Tue, 17 Apr 2001 15:50:43 +0100
33501              Message-Id: <20010417155043.D19132@eu.c2.net>
33502      Branch: perl
33503            ! hints/svr5.sh
33504 ____________________________________________________________________________
33505 [  9773] By: jhi                                   on 2001/04/21  15:30:15
33506         Log: Subject: Patch utils/h2xs.PL
33507              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
33508              Date: Sat, 21 Apr 2001 10:32:16 -0500
33509              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
33510              
33511              Add MAILING list and LICENSE templates.
33512      Branch: perl
33513            ! utils/h2xs.PL
33514 ____________________________________________________________________________
33515 [  9772] By: jhi                                   on 2001/04/21  15:28:36
33516         Log: Subject: perlfaq2.patch for 5.7.1
33517              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
33518              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
33519              Date: Fri, 20 Apr 2001 16:42:19 -0500
33520              
33521              rm an extra tab, a blurb about the xx.cpan to clarify
33522              which countries actually have that and dejanews is history
33523              as well as most of that nonsensical entry.
33524      Branch: perl
33525            ! pod/perlfaq2.pod
33526 ____________________________________________________________________________
33527 [  9771] By: jhi                                   on 2001/04/21  15:27:17
33528         Log: Subject: perlfaq1.patch for 5.7.1
33529              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
33530              Date: Fri, 20 Apr 2001 16:57:36 -0500
33531              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
33532              
33533              Evil URLs must die. Especially when they are broken.
33534      Branch: perl
33535            ! pod/perlfaq1.pod
33536 ____________________________________________________________________________
33537 [  9770] By: jhi                                   on 2001/04/21  15:23:38
33538         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
33539              From: Michael G Schwern <schwern@pobox.com>
33540              Date: Sat, 21 Apr 2001 16:11:12 +0100
33541              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
33542      Branch: perl
33543            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
33544            + t/lib/b-stash.t
33545            ! MANIFEST ext/B/B.pm t/lib/b.t
33546 ____________________________________________________________________________
33547 [  9769] By: jhi                                   on 2001/04/21  15:03:32
33548         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
33549              From: Michael G Schwern <schwern@pobox.com>
33550              Date: Sat, 21 Apr 2001 09:48:00 +0100
33551              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
33552      Branch: perl
33553            ! utils/h2ph.PL
33554 ____________________________________________________________________________
33555 [  9768] By: jhi                                   on 2001/04/21  14:33:49
33556         Log: PerlIO and Encode doc cleanup and tweaks.
33557      Branch: perl
33558            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
33559            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
33560 ____________________________________________________________________________
33561 [  9767] By: jhi                                   on 2001/04/21  12:40:16
33562         Log: Integrate perlio.
33563      Branch: perl
33564           !> doio.c
33565 ____________________________________________________________________________
33566 [  9766] By: nick                                  on 2001/04/20  18:28:35
33567         Log: Avoid core dump on
33568              open(STDOUT,">",\$foo);
33569      Branch: perlio
33570            ! doio.c
33571 ____________________________________________________________________________
33572 [  9765] By: jhi                                   on 2001/04/20  13:23:43
33573         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
33574              From: Robin Houston <robin@kitsite.com>
33575              Date: Fri, 20 Apr 2001 14:29:22 +0100
33576              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
33577      Branch: perl
33578            ! ext/B/B.pm ext/B/B/Deparse.pm
33579 ____________________________________________________________________________
33580 [  9764] By: jhi                                   on 2001/04/20  13:19:33
33581         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
33582              From: Peter Prymmer <pvhp@forte.com>
33583              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
33584              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
33585      Branch: perl
33586            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
33587            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
33588            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
33589            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
33590 ____________________________________________________________________________
33591 [  9763] By: jhi                                   on 2001/04/20  12:36:39
33592         Log: Subject: Re: A new PerlIO coredump
33593              From: Nick Ing-Simmons <nik@tiuk.ti.com>
33594              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
33595              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
33596      Branch: perl
33597            ! doio.c
33598 ____________________________________________________________________________
33599 [  9762] By: jhi                                   on 2001/04/19  23:02:30
33600         Log: Update Changes.
33601      Branch: perl
33602            ! Changes patchlevel.h
33603 ____________________________________________________________________________
33604 [  9761] By: jhi                                   on 2001/04/19  22:59:19
33605         Log: More cleanup cleanup.
33606      Branch: perl
33607            ! Makefile.SH win32/Makefile win32/makefile.mk
33608 ____________________________________________________________________________
33609 [  9760] By: jhi                                   on 2001/04/19  22:50:31
33610         Log: lib/Time is non-empty, let's not rmdir it.
33611      Branch: perl
33612            ! Makefile.SH
33613 ____________________________________________________________________________
33614 [  9759] By: jhi                                   on 2001/04/19  22:36:51
33615         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
33616              From: Robin Houston <robin@kitsite.com>
33617              Date: Fri, 20 Apr 2001 00:18:53 +0100
33618              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
33619      Branch: perl
33620            ! ext/B/B/Deparse.pm
33621 ____________________________________________________________________________
33622 [  9758] By: jhi                                   on 2001/04/19  22:36:00
33623         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
33624              From: Peter Prymmer <pvhp@forte.com>
33625              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
33626              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
33627      Branch: perl
33628            ! ext/Cwd/Cwd.xs
33629 ____________________________________________________________________________
33630 [  9757] By: nick                                  on 2001/04/19  18:53:54
33631         Log: Blind (untested) integrate of mainline.
33632      Branch: perlio
33633           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
33634           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
33635           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
33636           !> (integrate 53 files)
33637 ____________________________________________________________________________
33638 [  9756] By: jhi                                   on 2001/04/19  16:59:23
33639         Log: Document and test Time::Piece.
33640      Branch: perl
33641            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
33642            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
33643 ____________________________________________________________________________
33644 [  9755] By: jhi                                   on 2001/04/19  12:13:29
33645         Log: A better fix for the \x{12345678} trouble from NI-S.
33646      Branch: perl
33647            ! utf8.c
33648 ____________________________________________________________________________
33649 [  9754] By: jhi                                   on 2001/04/19  11:56:07
33650         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
33651              From: Robin Houston <robin@kitsite.com>
33652              Date: Wed, 18 Apr 2001 17:58:33 +0100
33653              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
33654      Branch: perl
33655            ! ext/B/B/Deparse.pm op.c
33656 ____________________________________________________________________________
33657 [  9753] By: jhi                                   on 2001/04/19  04:21:52
33658         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
33659              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
33660              Date: Thu, 19 Apr 2001 01:11:41 -0400
33661              Message-ID: <20010419011141.A5798@cpan.org>
33662      Branch: perl
33663            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
33664 ____________________________________________________________________________
33665 [  9752] By: jhi                                   on 2001/04/19  02:41:10
33666         Log: The new time utils need to be thread-aware, too.
33667      Branch: perl
33668            ! util.c
33669 ____________________________________________________________________________
33670 [  9751] By: jhi                                   on 2001/04/19  02:26:47
33671         Log: Compilation nit noticed by AIX compiler.
33672      Branch: perl
33673            ! perlio.c
33674 ____________________________________________________________________________
33675 [  9750] By: jhi                                   on 2001/04/19  02:20:06
33676         Log: The new time utils need to be public.
33677      Branch: perl
33678            ! embed.pl
33679 ____________________________________________________________________________
33680 [  9749] By: jhi                                   on 2001/04/19  01:42:39
33681         Log: Regen toc.
33682      Branch: perl
33683            ! pod/perltoc.pod
33684 ____________________________________________________________________________
33685 [  9748] By: jhi                                   on 2001/04/19  01:41:10
33686         Log: Add Time::Piece, a slight rewrite of Time::Object,
33687              from Matt Sergeant.
33688      Branch: perl
33689            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
33690            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
33691            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
33692            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
33693            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
33694            ! win32/makefile.mk
33695 ____________________________________________________________________________
33696 [  9747] By: jhi                                   on 2001/04/19  00:55:35
33697         Log: The new metaconfig unit from strftime.
33698      Branch: metaconfig/U/perl
33699            + d_strftime.U
33700 ____________________________________________________________________________
33701 [  9746] By: jhi                                   on 2001/04/19  00:54:54
33702         Log: Move the strftime() wrapper from POSIX.xs to util.c
33703              as my_strftime(), requires HAS_STRFTIME.
33704      Branch: perl
33705            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33706            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
33707            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
33708            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33709            ! vos/config.ga.h win32/config.bc win32/config.gc
33710            ! win32/config.vc
33711 ____________________________________________________________________________
33712 [  9745] By: jhi                                   on 2001/04/18  23:11:03
33713         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
33714              in preparation of Time::Piece.
33715      Branch: perl
33716            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
33717 ____________________________________________________________________________
33718 [  9744] By: jhi                                   on 2001/04/18  22:33:12
33719         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
33720              From: Peter Prymmer <pvhp@forte.com>
33721              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
33722              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
33723      Branch: perl
33724            ! t/lib/exporter.t
33725 ____________________________________________________________________________
33726 [  9743] By: jhi                                   on 2001/04/18  22:32:23
33727         Log: Subject: Fwd: pod2html leaves cache files lying around?
33728              From: Rajesh Vaidheeswarran <rv@gnu.org>
33729              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
33730              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
33731      Branch: perl
33732            ! lib/Pod/Html.pm
33733 ____________________________________________________________________________
33734 [  9742] By: jhi                                   on 2001/04/18  20:31:49
33735         Log: Update Changes.
33736      Branch: perl
33737            ! Changes patchlevel.h
33738 ____________________________________________________________________________
33739 [  9741] By: jhi                                   on 2001/04/18  20:23:02
33740         Log: Declare hints only if needed.
33741      Branch: perl
33742            ! ext/B/B/Deparse.pm
33743 ____________________________________________________________________________
33744 [  9740] By: jhi                                   on 2001/04/18  19:06:05
33745         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
33746              bug noticed by Robin Houston; basically the code of detecting
33747              value wraparound was acting differently under different compilers
33748              and platforms.  The workaround is to remove the overflow check
33749              for now, a real fix would be to do the overflow (portably) right.
33750      Branch: perl
33751            ! t/op/pat.t utf8.c
33752 ____________________________________________________________________________
33753 [  9739] By: jhi                                   on 2001/04/18  19:01:23
33754         Log: Subject: [PATCH B::Deparse] some pragma support
33755              From: Robin Houston <robin@kitsite.com>
33756              Date: Wed, 18 Apr 2001 19:32:12 +0100
33757              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
33758      Branch: perl
33759            ! ext/B/B/Deparse.pm
33760 ____________________________________________________________________________
33761 [  9738] By: jhi                                   on 2001/04/18  15:16:37
33762         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
33763              From: Benjamin Sugars <bsugars@canoe.ca>
33764              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
33765              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
33766      Branch: perl
33767            ! t/op/glob.t
33768 ____________________________________________________________________________
33769 [  9737] By: jhi                                   on 2001/04/18  13:24:50
33770         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
33771              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33772              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
33773              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
33774      Branch: perl
33775            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
33776            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
33777 ____________________________________________________________________________
33778 [  9736] By: jhi                                   on 2001/04/18  04:15:14
33779         Log: The #9735 also changes the subtest 12.
33780      Branch: perl
33781            ! t/lib/b.t
33782 ____________________________________________________________________________
33783 [  9735] By: jhi                                   on 2001/04/18  03:55:17
33784         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
33785              From: David Dyck <dcd@tc.fluke.com>
33786              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
33787              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
33788      Branch: perl
33789            ! ext/B/B/Deparse.pm
33790 ____________________________________________________________________________
33791 [  9734] By: jhi                                   on 2001/04/18  03:54:11
33792         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
33793              From: Gisle Aas <gisle@ActiveState.com>
33794              Date: 17 Apr 2001 19:06:45 -0700
33795              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
33796      Branch: perl
33797            ! pp_hot.c t/op/misc.t
33798 ____________________________________________________________________________
33799 [  9733] By: jhi                                   on 2001/04/17  22:25:22
33800         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
33801              From: "Abigail" <abigail@foad.org>
33802              Date: Wed, 18 Apr 2001 01:17:46 +0200
33803              Message-ID: <20010417231746.21657.qmail@foad.org>
33804      Branch: perl
33805            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
33806 ____________________________________________________________________________
33807 [  9732] By: jhi                                   on 2001/04/17  20:47:56
33808         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
33809              From: Robin Houston <robin@kitsite.com>
33810              Date: Tue, 17 Apr 2001 22:37:42 +0100
33811              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
33812      Branch: perl
33813            ! ext/B/B/Deparse.pm
33814 ____________________________________________________________________________
33815 [  9731] By: nick                                  on 2001/04/17  20:46:35
33816         Log: Re-sync for t/lib/b.t fix
33817      Branch: perlio
33818           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
33819 ____________________________________________________________________________
33820 [  9730] By: jhi                                   on 2001/04/17  20:45:29
33821         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
33822              From: Robin Houston <robin@kitsite.com>
33823              Date: Tue, 17 Apr 2001 22:29:36 +0100
33824              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
33825      Branch: perl
33826            ! ext/B/B.xs ext/B/B/Deparse.pm
33827 ____________________________________________________________________________
33828 [  9729] By: jhi                                   on 2001/04/17  20:43:11
33829         Log: Subject: Deparse - parenthesise args to undeclared subs
33830              From: Robin Houston <robin@kitsite.com>
33831              Date: Tue, 17 Apr 2001 21:31:05 +0100
33832              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
33833      Branch: perl
33834            ! ext/B/B/Deparse.pm
33835 ____________________________________________________________________________
33836 [  9728] By: jhi                                   on 2001/04/17  18:57:30
33837         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
33838              From: Benjamin Sugars <ben.sugars@home.com>
33839              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
33840              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
33841      Branch: perl
33842            ! t/lib/cwd.t
33843 ____________________________________________________________________________
33844 [  9727] By: jhi                                   on 2001/04/17  18:20:20
33845         Log: Subject: [PATCH B::Deparse] ambient pragmas
33846              From: Robin Houston <robin@kitsite.com>
33847              Date: Tue, 17 Apr 2001 20:01:59 +0100
33848              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
33849      Branch: perl
33850            ! ext/B/B/Deparse.pm t/lib/b.t
33851 ____________________________________________________________________________
33852 [  9726] By: nick                                  on 2001/04/17  16:33:51
33853         Log: Integrate mainline (t/lib/b.t fails test 2...)
33854      Branch: perlio
33855           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
33856           +> ext/List/Util/README ext/List/Util/Util.xs
33857           +> ext/List/Util/lib/List/Util.pm
33858           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
33859           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
33860           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
33861           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
33862           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
33863           !> (integrate 31 files)
33864 ____________________________________________________________________________
33865 [  9725] By: jhi                                   on 2001/04/17  12:14:24
33866         Log: Subject: multiple B::* changes
33867              From: Robin Houston <robin@kitsite.com>
33868              Date: Thu, 12 Apr 2001 20:12:27 +0100
33869              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
33870      Branch: perl
33871            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
33872 ____________________________________________________________________________
33873 [  9724] By: jhi                                   on 2001/04/17  11:59:05
33874         Log: Thread-awareness from Doug MacEachern.
33875      Branch: perl
33876            ! ext/List/Util/Util.xs
33877 ____________________________________________________________________________
33878 [  9723] By: jhi                                   on 2001/04/17  11:57:41
33879         Log: Make the test more portable.
33880      Branch: perl
33881            ! t/lib/cwd.t
33882 ____________________________________________________________________________
33883 [  9722] By: jhi                                   on 2001/04/17  11:53:50
33884         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
33885              From: Benjamin Sugars <ben.sugars@home.com>
33886              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
33887              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
33888      Branch: perl
33889            ! t/lib/cwd.t
33890 ____________________________________________________________________________
33891 [  9721] By: jhi                                   on 2001/04/17  11:52:17
33892         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
33893              From: Benjamin Sugars <bsugars@canoe.ca>
33894              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
33895              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
33896      Branch: perl
33897            ! op.c
33898 ____________________________________________________________________________
33899 [  9720] By: jhi                                   on 2001/04/17  11:35:42
33900         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
33901              From: Chris Nandor <pudge@pobox.com>
33902              Date: Tue, 17 Apr 2001 00:30:49 -0400
33903              Message-Id: <p05100207b701768712de@[10.0.1.177]>
33904      Branch: perl
33905            ! ext/File/Glob/bsd_glob.c gv.c
33906 ____________________________________________________________________________
33907 [  9719] By: jhi                                   on 2001/04/17  11:32:13
33908         Log: Subject: [PATCH] Tweten->West
33909              From: Casey West <casey@geeknest.com>
33910              Date: Mon, 16 Apr 2001 12:11:22 -0400
33911              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
33912      Branch: perl
33913            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
33914            ! pod/perltie.pod
33915 ____________________________________________________________________________
33916 [  9718] By: jhi                                   on 2001/04/16  03:22:52
33917         Log: Update Changes.
33918      Branch: perl
33919            ! Changes patchlevel.h
33920 ____________________________________________________________________________
33921 [  9717] By: jhi                                   on 2001/04/16  03:06:28
33922         Log: Regen toc.
33923      Branch: perl
33924            ! pod/perltoc.pod
33925 ____________________________________________________________________________
33926 [  9716] By: jhi                                   on 2001/04/16  02:58:42
33927         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
33928              From: Prymmer/Kahn <pvhp@best.com>
33929              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
33930              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
33931      Branch: perl
33932            ! utf8.c
33933 ____________________________________________________________________________
33934 [  9715] By: jhi                                   on 2001/04/15  23:40:35
33935         Log: Subject: Re: Net::Ping patch, adds stream protocol
33936              From: bronson@rinspin.com (Scott Bronson)
33937              Date: Tue, 10 Apr 2001 23:58:33 -0700
33938              Message-ID: <20010410235833.N29719@rinspin.com>
33939      Branch: perl
33940            ! lib/Net/Ping.pm
33941 ____________________________________________________________________________
33942 [  9714] By: jhi                                   on 2001/04/15  23:31:46
33943         Log: Printing out the ok messages helps successful testing.
33944      Branch: perl
33945            ! t/lib/time-hires.t
33946 ____________________________________________________________________________
33947 [  9713] By: jhi                                   on 2001/04/15  21:43:24
33948         Log: Update Douglas Wegscheid's email.
33949      Branch: perl
33950            ! AUTHORS
33951 ____________________________________________________________________________
33952 [  9712] By: jhi                                   on 2001/04/15  21:40:41
33953         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
33954              From: Michael G Schwern <schwern@pobox.com>
33955              Date: Sat, 14 Apr 2001 22:40:50 +0100
33956              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
33957      Branch: perl
33958            + t/lib/exporter.t
33959            ! MANIFEST lib/Exporter/Heavy.pm
33960 ____________________________________________________________________________
33961 [  9711] By: jhi                                   on 2001/04/15  21:39:21
33962         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
33963              From: Michael G Schwern <schwern@pobox.com>
33964              Date: Sat, 14 Apr 2001 22:13:59 +0100
33965              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
33966      Branch: perl
33967            ! t/op/loopctl.t
33968 ____________________________________________________________________________
33969 [  9710] By: jhi                                   on 2001/04/15  21:30:19
33970         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
33971              From: Michael G Schwern <schwern@pobox.com>
33972              Date: Sat, 14 Apr 2001 22:05:32 +0100
33973              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
33974      Branch: perl
33975            ! t/pragma/warnings.t
33976 ____________________________________________________________________________
33977 [  9709] By: jhi                                   on 2001/04/15  19:34:09
33978         Log: Integrate changes #9706,9707 from maintperl into mainline.
33979              
33980              change#7210 broke .packlist generation
33981              
33982              ExtUtils::Installed doesn't quote regex metacharacters in paths
33983              before using them in match; also make it work for dosish platforms
33984      Branch: perl
33985           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
33986 ____________________________________________________________________________
33987 [  9708] By: jhi                                   on 2001/04/15  19:31:01
33988         Log: Test also the scalar aspect of getitimer().
33989      Branch: perl
33990            ! t/lib/time-hires.t
33991 ____________________________________________________________________________
33992 [  9707] By: gsar                                  on 2001/04/15  17:24:20
33993         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
33994              before using them in match; also make it work for dosish platforms
33995      Branch: maint-5.6/perl
33996            ! lib/ExtUtils/Installed.pm
33997 ____________________________________________________________________________
33998 [  9706] By: gsar                                  on 2001/04/15  17:21:59
33999         Log: change#7210 broke .packlist generation (listed only filename
34000              rather than fully qualified path name)
34001      Branch: maint-5.6/perl
34002            ! lib/ExtUtils/Install.pm
34003 ____________________________________________________________________________
34004 [  9705] By: jhi                                   on 2001/04/15  12:36:33
34005         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
34006      Branch: perl
34007            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
34008            ! t/lib/time-hires.t
34009 ____________________________________________________________________________
34010 [  9704] By: jhi                                   on 2001/04/15  10:49:08
34011         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
34012              From: Prymmer/Kahn <pvhp@best.com>
34013              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
34014              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
34015      Branch: perl
34016            ! lib/utf8.pm pod/perlebcdic.pod
34017 ____________________________________________________________________________
34018 [  9703] By: jhi                                   on 2001/04/15  02:26:26
34019         Log: I keep forgetting to sort MANIFEST.
34020      Branch: perl
34021            ! MANIFEST
34022 ____________________________________________________________________________
34023 [  9702] By: jhi                                   on 2001/04/15  02:07:47
34024         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
34025              Now we have blessed, reftype, tainted, first, reduce, ...
34026      Branch: perl
34027            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
34028            + ext/List/Util/README ext/List/Util/Util.xs
34029            + ext/List/Util/lib/List/Util.pm
34030            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
34031            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
34032            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
34033            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
34034            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
34035            ! MANIFEST
34036 ____________________________________________________________________________
34037 [  9701] By: jhi                                   on 2001/04/14  15:05:25
34038         Log: Subject: RE: dprofpp.pl updates 
34039              From: Carl Eklof <CEklof@endeca.com>
34040              Date: Thu, 12 Apr 2001 18:45:46 -0400
34041              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
34042      Branch: perl
34043            ! utils/dprofpp.PL
34044 ____________________________________________________________________________
34045 [  9700] By: jhi                                   on 2001/04/14  14:44:55
34046         Log: Do not just blindly add CR.
34047      Branch: perl
34048            ! Porting/makerel
34049 ____________________________________________________________________________
34050 [  9699] By: jhi                                   on 2001/04/13  13:17:01
34051         Log: Update Changes.
34052      Branch: perl
34053            ! Changes patchlevel.h
34054 ____________________________________________________________________________
34055 [  9698] By: jhi                                   on 2001/04/13  12:44:48
34056         Log: Integrate perlio.
34057      Branch: perl
34058           !> ext/PerlIO/Scalar/Scalar.xs
34059 ____________________________________________________________________________
34060 [  9697] By: jhi                                   on 2001/04/13  12:29:15
34061         Log: Add more debug output to the test.
34062      Branch: perl
34063            ! t/lib/cwd.t
34064 ____________________________________________________________________________
34065 [  9696] By: nick                                  on 2001/04/13  10:14:29
34066         Log: Fix core dump on binmode($fh,'Scalar')
34067      Branch: perlio
34068            ! ext/PerlIO/Scalar/Scalar.xs
34069 ____________________________________________________________________________
34070 [  9695] By: nick                                  on 2001/04/13  09:05:42
34071         Log: Integrate mainline
34072      Branch: perlio
34073           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
34074           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
34075           +> t/lib/time-hires.t
34076           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
34077           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
34078           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
34079           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
34080           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
34081           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
34082           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
34083 ____________________________________________________________________________
34084 [  9694] By: jhi                                   on 2001/04/12  22:23:35
34085         Log: Integrate change #9693 from maintperl into mainline.
34086              
34087              $VERSION and Version() on the same line provokes a warning from
34088              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
34089      Branch: perl
34090           !> lib/Devel/SelfStubber.pm
34091 ____________________________________________________________________________
34092 [  9693] By: gsar                                  on 2001/04/12  21:55:56
34093         Log: $VERSION and Version() on the same line provokes a warning from
34094              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
34095      Branch: maint-5.6/perl
34096            ! lib/Devel/SelfStubber.pm
34097 ____________________________________________________________________________
34098 [  9692] By: jhi                                   on 2001/04/12  13:54:00
34099         Log: This is at least 5.005.
34100      Branch: perl
34101            ! ext/Time/HiRes/HiRes.xs
34102 ____________________________________________________________________________
34103 [  9691] By: jhi                                   on 2001/04/12  13:37:20
34104         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
34105      Branch: perl
34106            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
34107            ! win32/Makefile win32/makefile.mk
34108 ____________________________________________________________________________
34109 [  9690] By: jhi                                   on 2001/04/12  01:34:46
34110         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
34111      Branch: perl
34112            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
34113            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
34114            + t/lib/time-hires.t
34115            ! MANIFEST
34116 ____________________________________________________________________________
34117 [  9689] By: jhi                                   on 2001/04/12  00:28:39
34118         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
34119              From: Gisle Aas <gisle@ActiveState.com>
34120              Date: 11 Apr 2001 16:36:11 -0700
34121              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
34122      Branch: perl
34123            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
34124 ____________________________________________________________________________
34125 [  9688] By: jhi                                   on 2001/04/12  00:27:39
34126         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
34127              From: Gisle Aas <gisle@ActiveState.com>
34128              Date: 11 Apr 2001 11:13:24 -0700
34129              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
34130      Branch: perl
34131            ! ext/MIME/Base64/Base64.xs
34132 ____________________________________________________________________________
34133 [  9687] By: jhi                                   on 2001/04/11  19:51:47
34134         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
34135      Branch: perl
34136            ! Todo-5.6
34137 ____________________________________________________________________________
34138 [  9686] By: jhi                                   on 2001/04/11  16:54:25
34139         Log: Subject: [PATCH opcode.pl] Documentation of table format
34140              From: Simon Cozens <simon@netthink.co.uk>
34141              Date: Wed, 11 Apr 2001 12:59:31 +0100
34142              Message-ID: <20010411125931.A25681@netthink.co.uk>
34143      Branch: perl
34144            ! opcode.pl
34145 ____________________________________________________________________________
34146 [  9685] By: jhi                                   on 2001/04/11  16:53:15
34147         Log: Subject: [PATCH] prototype("CORE::recv")
34148              From: Simon Cozens <simon@netthink.co.uk>
34149              Date: Wed, 11 Apr 2001 13:24:35 +0100
34150              Message-ID: <20010411132435.A26169@netthink.co.uk>
34151      Branch: perl
34152            ! pp.c t/comp/proto.t
34153 ____________________________________________________________________________
34154 [  9684] By: jhi                                   on 2001/04/11  16:47:13
34155         Log: FAQ (and AUTHORS) update from Dan Carson: the information
34156              was several years obsolete, Term::Readkey has been updated
34157              to have the functionality.
34158      Branch: perl
34159            ! AUTHORS pod/perlfaq5.pod
34160 ____________________________________________________________________________
34161 [  9683] By: jhi                                   on 2001/04/11  12:15:46
34162         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
34163              From: Calle Dybedahl <calle@lysator.liu.se>
34164              Date: 10 Apr 2001 16:44:16 +0200
34165              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
34166      Branch: perl
34167            ! ext/MIME/Base64/Base64.xs
34168 ____________________________________________________________________________
34169 [  9682] By: jhi                                   on 2001/04/11  12:12:26
34170         Log: A more minimal fix for 20010410.006 from Hugo.
34171      Branch: perl
34172            ! regexec.c
34173 ____________________________________________________________________________
34174 [  9681] By: jhi                                   on 2001/04/11  11:34:23
34175         Log: Integrate changes #9678,9679 from maintline into mainperl.
34176              
34177              addendum to change#9676
34178              
34179              up $File::Glob::VERSION; add a note pointing out the version of
34180              the OpenBSD glob bsd_glob.c resembles
34181      Branch: perl
34182           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
34183           !> ext/File/Glob/bsd_glob.h
34184 ____________________________________________________________________________
34185 [  9680] By: jhi                                   on 2001/04/11  11:30:38
34186         Log: Bad test numbering in integrate in #9677.
34187              Fixes ID 20010411.001.
34188      Branch: perl
34189            ! t/op/pat.t
34190 ____________________________________________________________________________
34191 [  9679] By: gsar                                  on 2001/04/11  03:38:40
34192         Log: up $File::Glob::VERSION; add a note pointing out the version of
34193              the OpenBSD glob bsd_glob.c resembles
34194      Branch: maint-5.6/perl
34195            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
34196            ! ext/File/Glob/bsd_glob.h
34197 ____________________________________________________________________________
34198 [  9678] By: gsar                                  on 2001/04/11  03:09:48
34199         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
34200              revision 1.8.10.1 found here:
34201              
34202              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
34203      Branch: maint-5.6/perl
34204            ! ext/File/Glob/bsd_glob.c
34205 ____________________________________________________________________________
34206 [  9677] By: jhi                                   on 2001/04/11  02:54:39
34207         Log: Integrate changes #9675,9676 from maintperl into mainline.
34208              
34209              fix for bug 20010410.006, undo change#7115
34210              
34211              port the OpenBSD glob() security patch
34212      Branch: perl
34213           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
34214           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
34215           !> t/op/pat.t
34216 ____________________________________________________________________________
34217 [  9676] By: gsar                                  on 2001/04/11  02:19:02
34218         Log: port the glob() security patch found at:
34219              
34220              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
34221              
34222              CERT advisory for the issue is here:
34223              
34224              http://www.cert.org/advisories/CA-2001-07.html
34225              
34226              Note that the security scare is only relevant for those who are
34227              foolish enough to build suidperl (which is now officially discouraged)
34228      Branch: maint-5.6/perl
34229            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
34230            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
34231 ____________________________________________________________________________
34232 [  9675] By: gsar                                  on 2001/04/10  23:52:11
34233         Log: fix for bug 20010410.006
34234              
34235              undo change#7115 (came into maint-5.6 as change#8156)
34236              
34237              add tests to keep it from coming back
34238      Branch: maint-5.6/perl
34239            ! regexec.c t/op/pat.t
34240 ____________________________________________________________________________
34241 [  9674] By: nick                                  on 2001/04/10  20:39:31
34242         Log: Integrate mainline
34243      Branch: perlio
34244           +> Porting/testall.atom
34245           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
34246           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
34247           !> t/lib/lc-uk.t t/pod/find.t
34248 ____________________________________________________________________________
34249 [  9673] By: nick                                  on 2001/04/10  18:46:14
34250         Log: Integrate against change 9670 aka perl-5.7.1
34251      Branch: perlio
34252           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
34253           !> (integrate 53 files)
34254 ____________________________________________________________________________
34255 [  9672] By: jhi                                   on 2001/04/10  13:45:01
34256         Log: Add a script for doing cumulative profile of the test suite.
34257              (Requires ATOM, that is, Tru64.)
34258      Branch: perl
34259            + Porting/testall.atom
34260            ! MANIFEST
34261 ____________________________________________________________________________
34262 [  9671] By: jhi                                   on 2001/04/10  12:38:53
34263         Log: Missing std block.
34264      Branch: perl
34265            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
34266            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
34267            ! t/pod/find.t
34268 ____________________________________________________________________________
34269 [  9670] By: jhi                                   on 2001/04/10  01:25:58
34270         Log: This is 5.7.1.
34271      Branch: perl
34272            ! patchlevel.h
34273 ____________________________________________________________________________
34274 [  9669] By: jhi                                   on 2001/04/10  01:09:14
34275         Log: Update Changes.
34276      Branch: perl
34277            ! Changes patchlevel.h
34278 ____________________________________________________________________________
34279 [  9668] By: jhi                                   on 2001/04/10  01:00:38
34280         Log: Regen toc.
34281      Branch: perl
34282            ! pod/perltoc.pod
34283 ____________________________________________________________________________
34284 [  9667] By: jhi                                   on 2001/04/10  00:52:16
34285         Log: Update perlhist.
34286      Branch: perl
34287            ! pod/perlhist.pod
34288 ____________________________________________________________________________
34289 [  9666] By: jhi                                   on 2001/04/09  23:38:59
34290         Log: Slight wording tweaks from Damian to #9658.
34291      Branch: perl
34292            ! pod/perlobj.pod
34293 ____________________________________________________________________________
34294 [  9665] By: jhi                                   on 2001/04/09  19:56:06
34295         Log: Subject: [PATCH perlutil.pod] Nit
34296              From: Simon Cozens <simon@netthink.co.uk>
34297              Date: Mon, 9 Apr 2001 20:29:44 +0100
34298              Message-ID: <20010409202944.A14796@the.earth.li>
34299      Branch: perl
34300            ! pod/perlutil.pod
34301 ____________________________________________________________________________
34302 [  9664] By: jhi                                   on 2001/04/09  19:54:42
34303         Log: Subject: Re: perl571delta.pod@9631
34304              From: Mike Guy <mjtg@cam.ac.uk>
34305              Date: Mon, 09 Apr 2001 18:09:14 +0100
34306              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
34307      Branch: perl
34308            ! pod/perl571delta.pod
34309 ____________________________________________________________________________
34310 [  9663] By: jhi                                   on 2001/04/09  13:43:35
34311         Log: Update Changes.
34312      Branch: perl
34313            ! Changes patchlevel.h
34314 ____________________________________________________________________________
34315 [  9662] By: jhi                                   on 2001/04/09  13:24:46
34316         Log: tweak tweak.
34317      Branch: perl
34318            ! AUTHORS pod/perl571delta.pod
34319 ____________________________________________________________________________
34320 [  9661] By: jhi                                   on 2001/04/09  13:15:13
34321         Log: Thinko in manual patch applying.
34322      Branch: perl
34323            ! sv.c
34324 ____________________________________________________________________________
34325 [  9660] By: jhi                                   on 2001/04/09  13:07:53
34326         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
34327              From: Robin Barker <rmb1@cise.npl.co.uk> 
34328              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
34329              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
34330              
34331              (This corrects the case where the "isn't numeric" string contains \0s
34332              and is longer than the temporary buffer, and contains \0 at the point
34333              the string would be truncated by "...".) 
34334      Branch: perl
34335            ! sv.c
34336 ____________________________________________________________________________
34337 [  9659] By: jhi                                   on 2001/04/09  12:57:41
34338         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
34339      Branch: perl
34340            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
34341            ! t/lib/cgi-function.t t/lib/cgi-html.t
34342 ____________________________________________________________________________
34343 [  9658] By: jhi                                   on 2001/04/09  12:48:47
34344         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
34345              From: Ilmari Karonen <iltzu@sci.fi>
34346              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
34347              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
34348              
34349              Rearrange and rewrite the Method Invocation section
34350              to explain the concepts in nicer order.
34351      Branch: perl
34352            ! pod/perlobj.pod
34353 ____________________________________________________________________________
34354 [  9657] By: jhi                                   on 2001/04/09  12:35:58
34355         Log: Upgrade to podlators 1.09, from Russ Allbery.
34356      Branch: perl
34357            ! lib/Pod/Man.pm lib/Pod/Text.pm
34358 ____________________________________________________________________________
34359 [  9656] By: jhi                                   on 2001/04/09  12:31:53
34360         Log: perl571delta.
34361      Branch: perl
34362            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
34363 ____________________________________________________________________________
34364 [  9655] By: jhi                                   on 2001/04/09  12:20:09
34365         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
34366              From: Prymmer/Kahn <pvhp@best.com>
34367              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
34368              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
34369      Branch: perl
34370            ! lib/utf8.pm pod/perlunicode.pod
34371 ____________________________________________________________________________
34372 [  9654] By: gsar                                  on 2001/04/09  03:38:33
34373         Log: here lies 5.6.1
34374      Branch: maint-5.6/perl
34375            ! Changes
34376 ____________________________________________________________________________
34377 [  9653] By: jhi                                   on 2001/04/09  03:25:24
34378         Log: Update perlhist.
34379      Branch: perl
34380            ! pod/perlhist.pod
34381 ____________________________________________________________________________
34382 [  9652] By: jhi                                   on 2001/04/09  03:18:49
34383         Log: perl571delta tweaking continues.
34384      Branch: perl
34385            ! pod/perl571delta.pod
34386 ____________________________________________________________________________
34387 [  9651] By: gsar                                  on 2001/04/09  03:11:19
34388         Log: update Changes, patchlevel.h &c.
34389      Branch: maint-5.6/perl
34390            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
34391            ! pod/perltoc.pod
34392 ____________________________________________________________________________
34393 [  9650] By: jhi                                   on 2001/04/09  02:40:24
34394         Log: Integrate the perlfork half of #9513 from maintperl into mainline
34395              (the perlunicode half is obsolete)
34396      Branch: perl
34397            ! pod/perlfork.pod
34398 ____________________________________________________________________________
34399 [  9649] By: gsar                                  on 2001/04/09  02:35:43
34400         Log: tweak perldelta as suggested by Jarkko
34401      Branch: maint-5.6/perl
34402            ! pod/perldelta.pod
34403 ____________________________________________________________________________
34404 [  9648] By: jhi                                   on 2001/04/09  02:13:04
34405         Log: Integrate change #9646 from maintperl into mainline.
34406              
34407              add note about ithreads and Thread.pm
34408      Branch: perl
34409           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
34410 ____________________________________________________________________________
34411 [  9647] By: jhi                                   on 2001/04/09  02:10:18
34412         Log: Bad assumption that shortsize == 2.
34413      Branch: perl
34414            ! t/lib/xs-typemap.t
34415 ____________________________________________________________________________
34416 [  9646] By: gsar                                  on 2001/04/09  00:48:04
34417         Log: add note about ithreads and Thread.pm (too many people are
34418              confused by the fact that Thread.pm is built and installed
34419              under non-5005threads but doesn't work)
34420      Branch: maint-5.6/perl
34421            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
34422 ____________________________________________________________________________
34423 [  9645] By: gsar                                  on 2001/04/09  00:19:03
34424         Log: update perldelta.pod for changes in 5.6.1
34425      Branch: maint-5.6/perl
34426            ! Changes pod/perldelta.pod
34427 ____________________________________________________________________________
34428 [  9644] By: jhi                                   on 2001/04/08  20:37:00
34429         Log: Integrate change #9639 from maintperl into mainline:
34430              on windows, many of the README.* pods were being copied to
34431              the wrong location
34432      Branch: perl
34433           !> win32/Makefile win32/makefile.mk
34434 ____________________________________________________________________________
34435 [  9643] By: jhi                                   on 2001/04/08  20:07:11
34436         Log: Integrate change #9624 from maintperl into mainline:
34437              the pod tests were not okay.  (t/pod/find.t changes ignored)
34438      Branch: perl
34439           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
34440           !> t/pod/include.t t/pod/included.t t/pod/lref.t
34441           !> t/pod/multiline_items.t t/pod/nested_items.t
34442           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
34443           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
34444 ____________________________________________________________________________
34445 [  9642] By: jhi                                   on 2001/04/08  19:57:17
34446         Log: Integrate change #9638 from maintperl into mainline:
34447              update to latest JPL from the anoncvs repository
34448      Branch: perl
34449           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
34450           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
34451           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
34452 ____________________________________________________________________________
34453 [  9641] By: jhi                                   on 2001/04/08  19:53:30
34454         Log: perl571delta updates.
34455      Branch: perl
34456            ! lib/Filter/Simple.pm pod/perl571delta.pod
34457 ____________________________________________________________________________
34458 [  9640] By: gsar                                  on 2001/04/08  19:20:46
34459         Log: integrate change#9634 from mainline
34460              
34461              Fix the perlmodlib generation (didn't understand separate .pod
34462              files; didn't understand -- as the name-thing separator).
34463              Update the CPAN mirrors list.
34464      Branch: maint-5.6/perl
34465            ! pod/perlmodlib.pod
34466           !> pod/perlmodlib.PL
34467 ____________________________________________________________________________
34468 [  9639] By: gsar                                  on 2001/04/08  18:57:31
34469         Log: on windows, many of the README.* pods were being copied to the wrong
34470              location
34471      Branch: maint-5.6/perl
34472            ! win32/Makefile win32/makefile.mk
34473 ____________________________________________________________________________
34474 [  9638] By: gsar                                  on 2001/04/08  18:38:25
34475         Log: update to latest JPL from the anoncvs repository
34476      Branch: maint-5.6/perl
34477            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
34478            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
34479            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
34480 ____________________________________________________________________________
34481 [  9637] By: jhi                                   on 2001/04/08  17:53:53
34482         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
34483      Branch: perl
34484            ! pod/perl571delta.pod
34485 ____________________________________________________________________________
34486 [  9636] By: jhi                                   on 2001/04/08  17:18:32
34487         Log: Regen toc.
34488      Branch: perl
34489            ! pod/perltoc.pod
34490 ____________________________________________________________________________
34491 [  9635] By: jhi                                   on 2001/04/08  17:16:33
34492         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
34493              From: "Craig A. Berry" <craigberry@mac.com>
34494              Date: Sun, 08 Apr 2001 12:30:16 -0500
34495              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
34496      Branch: perl
34497            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
34498 ____________________________________________________________________________
34499 [  9634] By: jhi                                   on 2001/04/08  17:09:19
34500         Log: Fix the perlmodlib generation (didn't understand separate .pod
34501              files; didn't understand -- as the name-thing separator).
34502              
34503              Update the CPAN mirrors list.
34504      Branch: perl
34505            ! pod/perlmodlib.PL pod/perlmodlib.pod
34506 ____________________________________________________________________________
34507 [  9633] By: jhi                                   on 2001/04/08  16:49:17
34508         Log: Sort MANIFEST.
34509      Branch: perl
34510            ! MANIFEST
34511 ____________________________________________________________________________
34512 [  9632] By: gsar                                  on 2001/04/08  16:36:06
34513         Log: add $Tie::RefHash::VERSION
34514      Branch: maint-5.6/perl
34515            ! lib/Tie/RefHash.pm
34516 ____________________________________________________________________________
34517 [  9631] By: jhi                                   on 2001/04/08  16:10:15
34518         Log: perl571delta updates based on p5p feedback; still needs
34519              lots of examples.
34520      Branch: perl
34521            ! pod/perl571delta.pod
34522 ____________________________________________________________________________
34523 [  9630] By: jhi                                   on 2001/04/08  15:59:13
34524         Log: Update the list of supported platforms to talk about 5.7.1
34525              (and 5.6.1)
34526      Branch: perl
34527            ! pod/perlport.pod
34528 ____________________________________________________________________________
34529 [  9629] By: jhi                                   on 2001/04/08  15:55:41
34530         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
34531              from maintperl into mainline: perlport updates.
34532      Branch: perl
34533            ! pod/perlport.pod
34534 ____________________________________________________________________________
34535 [  9628] By: jhi                                   on 2001/04/08  15:53:17
34536         Log: perlsolaris.pod copied to wrong directory.
34537      Branch: perl
34538            ! win32/makefile.mk
34539 ____________________________________________________________________________
34540 [  9627] By: jhi                                   on 2001/04/08  14:48:18
34541         Log: Subject: Typos in perl571delta.pod
34542              From: "Stephen P. Potter" <spp@spotter.yi.org>
34543              Date: Sat, 07 Apr 2001 20:37:05 -0400
34544              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
34545      Branch: perl
34546            ! pod/perl571delta.pod
34547 ____________________________________________________________________________
34548 [  9626] By: jhi                                   on 2001/04/08  14:39:04
34549         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
34550      Branch: perl
34551            ! gv.c
34552 ____________________________________________________________________________
34553 [  9625] By: nick                                  on 2001/04/08  10:14:23
34554         Log: Integrate mainline
34555      Branch: perlio
34556           +> pod/perl570delta.pod pod/perl571delta.pod
34557           !> (integrate 27 files)
34558 ____________________________________________________________________________
34559 [  9624] By: gsar                                  on 2001/04/08  06:08:17
34560         Log: test in t/pod/* were busted
34561              
34562              these tests are still not enabled in t/{harness,TEST}
34563      Branch: maint-5.6/perl
34564            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
34565            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
34566            ! t/pod/multiline_items.t t/pod/nested_items.t
34567            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
34568            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
34569 ____________________________________________________________________________
34570 [  9623] By: gsar                                  on 2001/04/08  03:37:01
34571         Log: integrate change#9470 from mainline
34572              
34573              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
34574      Branch: maint-5.6/perl
34575           !> ext/Socket/Socket.xs
34576 ____________________________________________________________________________
34577 [  9622] By: jhi                                   on 2001/04/07  22:40:47
34578         Log: Update Changes.
34579      Branch: perl
34580            ! Changes patchlevel.h
34581 ____________________________________________________________________________
34582 [  9621] By: jhi                                   on 2001/04/07  22:34:16
34583         Log: Update AUTHORS.
34584      Branch: perl
34585            ! AUTHORS
34586 ____________________________________________________________________________
34587 [  9620] By: jhi                                   on 2001/04/07  22:12:47
34588         Log: Forgot to bump the number of tests in #9164.
34589      Branch: perl
34590            ! t/op/array.t
34591 ____________________________________________________________________________
34592 [  9619] By: jhi                                   on 2001/04/07  22:09:50
34593         Log: Bump patchlevel to 5.7.1.
34594      Branch: perl
34595            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34596            ! config_h.SH patchlevel.h
34597 ____________________________________________________________________________
34598 [  9618] By: jhi                                   on 2001/04/07  22:02:41
34599         Log: Populate perl571delta.
34600      Branch: perl
34601            ! pod/perl571delta.pod
34602 ____________________________________________________________________________
34603 [  9617] By: jhi                                   on 2001/04/07  22:01:23
34604         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
34605              to forget it later; do not change patchlevel.h yet or regenerate
34606              Configure yet.
34607      Branch: perl
34608            ! epoc/config.sh win32/Makefile win32/config_H.bc
34609            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
34610 ____________________________________________________________________________
34611 [  9616] By: jhi                                   on 2001/04/07  17:46:33
34612         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
34613      Branch: perl
34614            ! pod/perl571delta.pod
34615 ____________________________________________________________________________
34616 [  9615] By: jhi                                   on 2001/04/07  17:33:21
34617         Log: Change the toc configuration.
34618      Branch: perl
34619            ! pod/buildtoc.PL pod/perl.pod
34620 ____________________________________________________________________________
34621 [  9614] By: jhi                                   on 2001/04/07  17:29:47
34622         Log: Subject: PATCH: $[
34623              From: Robin Houston <robin@kitsite.com>
34624              Date: Fri, 6 Apr 2001 18:10:14 +0100
34625              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
34626      Branch: perl
34627            ! op.c t/op/array.t
34628 ____________________________________________________________________________
34629 [  9613] By: jhi                                   on 2001/04/07  17:28:26
34630         Log: Subject: [PATCH perl@9424] isn't numeric warning
34631              From: Robin Barker <rmb1@cise.npl.co.uk>
34632              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
34633              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
34634      Branch: perl
34635            ! sv.c t/pragma/warn/sv
34636 ____________________________________________________________________________
34637 [  9612] By: jhi                                   on 2001/04/07  17:26:45
34638         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
34639              From: Mike Guy <mjtg@cam.ac.uk>
34640              Date: Fri, 06 Apr 2001 12:47:06 +0100
34641              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
34642      Branch: perl
34643            ! dump.c t/lib/peek.t
34644 ____________________________________________________________________________
34645 [  9611] By: jhi                                   on 2001/04/07  17:21:35
34646         Log: Create perl571delta and seed it off with the perldelta changes
34647              since 5.7.0; remove those changes from perldelta and rename it
34648              as perl570delta; recreate perldelta but leave it almost empty.
34649      Branch: perl
34650            + pod/perl570delta.pod pod/perl571delta.pod
34651            ! MANIFEST pod/perldelta.pod
34652 ____________________________________________________________________________
34653 [  9610] By: jhi                                   on 2001/04/07  16:56:32
34654         Log: Denit.
34655      Branch: perl
34656            ! pod/perldelta.pod
34657 ____________________________________________________________________________
34658 [  9609] By: jhi                                   on 2001/04/07  16:38:32
34659         Log: Retract #9523: needs more thought.
34660      Branch: perl
34661            ! Makefile.SH
34662 ____________________________________________________________________________
34663 [  9608] By: jhi                                   on 2001/04/07  14:59:20
34664         Log: atmark() code cleanaup.
34665      Branch: perl
34666            ! ext/IO/IO.xs
34667 ____________________________________________________________________________
34668 [  9607] By: jhi                                   on 2001/04/07  14:48:14
34669         Log: Integrate change #9605 from maintperl into mainline.
34670              
34671              can't optimize away scope entry if tr/// is present
34672      Branch: perl
34673           !> op.c t/op/tr.t
34674 ____________________________________________________________________________
34675 [  9606] By: jhi                                   on 2001/04/07  14:43:59
34676         Log: Integrate perlio.
34677      Branch: perl
34678           +> win32/FindExt.pm
34679           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
34680           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
34681 ____________________________________________________________________________
34682 [  9605] By: gsar                                  on 2001/04/07  11:52:40
34683         Log: can't optimize away scope entry if tr/// is present
34684      Branch: maint-5.6/perl
34685            ! op.c t/op/tr.t
34686 ____________________________________________________________________________
34687 [  9604] By: nick                                  on 2001/04/07  11:39:45
34688         Log: Split out extension finding code from buildext.pl into FindExt.pm
34689              Use it to get Config.pm's idea of available extensions in line
34690              with what is built.
34691      Branch: perlio
34692            + win32/FindExt.pm
34693            ! MANIFEST win32/buildext.pl win32/config_sh.PL
34694            ! win32/makefile.mk
34695 ____________________________________________________________________________
34696 [  9603] By: nick                                  on 2001/04/07  09:11:38
34697         Log: Cleanup correction for failed :Via() layer, also set an error code.
34698      Branch: perlio
34699            ! ext/PerlIO/Via/Via.xs
34700 ____________________________________________________________________________
34701 [  9602] By: nick                                  on 2001/04/07  08:38:04
34702         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
34703              style. So don't use binmode() on the handles so that Win32 etc. see
34704              same sequence and produce same digests.
34705      Branch: perlio
34706            ! t/lib/md5-file.t
34707 ____________________________________________________________________________
34708 [  9601] By: nick                                  on 2001/04/07  08:36:26
34709         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
34710              Else it complains and so crlf layer (say) does not get pushed.
34711      Branch: perlio
34712            ! perlio.c
34713 ____________________________________________________________________________
34714 [  9600] By: jhi                                   on 2001/04/06  23:00:09
34715         Log: Integrate change #9599 from perlio into mainline.
34716      Branch: perl
34717           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
34718           !> win32/config_H.vc
34719 ____________________________________________________________________________
34720 [  9599] By: nick                                  on 2001/04/06  21:42:43
34721         Log: Quote $VERSION in Encode.pm.
34722              regen_config_h as requested.
34723      Branch: perlio
34724            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
34725            ! win32/config_H.vc
34726 ____________________________________________________________________________
34727 [  9598] By: nick                                  on 2001/04/06  20:34:59
34728         Log: Integrate mainline
34729      Branch: perlio
34730           +> README.macos
34731           !> (integrate 39 files)
34732 ____________________________________________________________________________
34733 [  9597] By: gsar                                  on 2001/04/06  18:06:35
34734         Log: integrate change#9464 from mainline (addendum to change#8313)
34735              
34736              Subject: [PATCH @9452] Better peep()ing for foreach() loops
34737      Branch: maint-5.6/perl
34738           !> op.c
34739 ____________________________________________________________________________
34740 [  9596] By: jhi                                   on 2001/04/06  17:26:03
34741         Log: The d_casti32=undef is good for you even when not use64bitall.
34742      Branch: perl
34743            ! hints/hpux.sh
34744 ____________________________________________________________________________
34745 [  9595] By: gsar                                  on 2001/04/06  14:57:17
34746         Log: add a low-impact fix to accomodate darwin-ism
34747      Branch: maint-5.6/perl
34748            ! ext/Errno/Errno_pm.PL
34749 ____________________________________________________________________________
34750 [  9594] By: jhi                                   on 2001/04/06  14:55:14
34751         Log: Integrate changes #9528,9593 from mainline into maintperl;
34752              tweaking the editor/IDE/shell list.
34753      Branch: maint-5.6/perl
34754           !> pod/perlfaq3.pod
34755 ____________________________________________________________________________
34756 [  9593] By: jhi                                   on 2001/04/06  14:51:39
34757         Log: Make the editor/IDE/shell list a little bit airier.
34758      Branch: perl
34759            ! pod/perlfaq3.pod
34760 ____________________________________________________________________________
34761 [  9592] By: gsar                                  on 2001/04/06  14:45:18
34762         Log: integrate change#9477 from mainline (base.pm doc tweak)
34763              
34764              missing doc entry for fmod()
34765      Branch: maint-5.6/perl
34766            ! lib/Math/BigFloat.pm
34767           !> lib/base.pm
34768 ____________________________________________________________________________
34769 [  9591] By: jhi                                   on 2001/04/06  13:55:48
34770         Log: Regen toc.
34771      Branch: perl
34772            ! pod/perltoc.pod
34773 ____________________________________________________________________________
34774 [  9590] By: jhi                                   on 2001/04/06  13:54:52
34775         Log: Math::BigFloat patches from John Peacock.  The equivalent
34776              of #9586 from maintperl but reworked by John to work with
34777              the bleadperl.
34778      Branch: perl
34779            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
34780 ____________________________________________________________________________
34781 [  9589] By: jhi                                   on 2001/04/06  13:42:23
34782         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
34783      Branch: perl
34784            ! ext/Digest/MD5/Makefile.PL
34785 ____________________________________________________________________________
34786 [  9588] By: jhi                                   on 2001/04/06  13:31:45
34787         Log: Integrate changes #9584,9587 from maintperl into mainline.
34788              
34789              keep eval"" CVs alive until the end of the statement in which
34790              they're called
34791              
34792              add README.macos (from Chris Nandor)
34793              
34794              tyop in change#9555
34795      Branch: perl
34796           +> README.macos
34797           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
34798           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
34799           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
34800           !> win32/makefile.mk
34801 ____________________________________________________________________________
34802 [  9587] By: gsar                                  on 2001/04/06  07:31:30
34803         Log: add README.macos (from Chris Nandor)
34804              
34805              tyop in change#9555
34806      Branch: maint-5.6/perl
34807            + README.macos
34808            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
34809            ! win32/Makefile win32/makefile.mk
34810 ____________________________________________________________________________
34811 [  9586] By: gsar                                  on 2001/04/06  07:08:54
34812         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
34813      Branch: maint-5.6/perl
34814            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
34815 ____________________________________________________________________________
34816 [  9585] By: gsar                                  on 2001/04/06  06:58:44
34817         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
34818              from mainline
34819              
34820              Subject: [PATCH] Base64 update to perlfaq9.pod
34821              
34822              Subject: [PATCH AUTHORS] Housekeeping
34823              
34824              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
34825              Mac OS X (Darwin) has extra pwent fields.
34826              
34827              Subject: [PATCH B::*] print control-character vars readably
34828              Needs EBCDICification.
34829              
34830              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
34831              
34832              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
34833              
34834              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
34835              
34836              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
34837              
34838              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
34839              
34840              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
34841              
34842              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
34843              
34844              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
34845              
34846              FreeBSD hints tweak from Anton Berezin.
34847              
34848              Subject: [PATCH foolperl & bleadperl] README.vms update
34849              
34850              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
34851      Branch: maint-5.6/perl
34852           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
34853           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
34854           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
34855 ____________________________________________________________________________
34856 [  9584] By: gsar                                  on 2001/04/06  04:09:00
34857         Log: keep eval"" CVs alive until the end of the statement in which
34858              they're called; this avoids a coredump ensuing from search for
34859              lexicals in code such as:
34860              
34861              sub bug {
34862              my $s = @_;
34863              eval q[sub { eval 'sub { &$s }' }];
34864              }
34865              bug("x")->()->();
34866              
34867              this code still doesn't work as intended (as it has remained
34868              since time immemorial), but it doesn't provoke a coredump anymore
34869      Branch: maint-5.6/perl
34870            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
34871            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
34872 ____________________________________________________________________________
34873 [  9583] By: jhi                                   on 2001/04/05  23:52:51
34874         Log: Update Changes.
34875      Branch: perl
34876            ! Changes patchlevel.h
34877 ____________________________________________________________________________
34878 [  9582] By: jhi                                   on 2001/04/05  23:11:23
34879         Log: Slight doc tweak.
34880      Branch: perl
34881            ! pod/perlunicode.pod
34882 ____________________________________________________________________________
34883 [  9581] By: jhi                                   on 2001/04/05  23:04:11
34884         Log: Integrate perlio.
34885      Branch: perl
34886           !> pod/perlunicode.pod
34887 ____________________________________________________________________________
34888 [  9580] By: jhi                                   on 2001/04/05  23:03:29
34889         Log: Test for #9579.
34890      Branch: perl
34891            ! t/op/do.t
34892 ____________________________________________________________________________
34893 [  9579] By: jhi                                   on 2001/04/05  22:54:17
34894         Log: Subject: [PATCH] Propagate calling context for do '...'
34895              From: Gisle Aas <gisle@ActiveState.com>
34896              Date: 04 Apr 2001 20:17:29 -0700
34897              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
34898      Branch: perl
34899            ! pod/perlfunc.pod pp_ctl.c
34900 ____________________________________________________________________________
34901 [  9578] By: jhi                                   on 2001/04/05  22:52:51
34902         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
34903              From: Peter Prymmer <pvhp@forte.com>
34904              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
34905              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
34906      Branch: perl
34907            ! README.vms
34908 ____________________________________________________________________________
34909 [  9577] By: jhi                                   on 2001/04/05  22:48:22
34910         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
34911              From: "Craig A. Berry" <craigberry@mac.com>
34912              Date: Thu, 5 Apr 2001 13:43:28 -0500
34913              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
34914      Branch: perl
34915            ! README.vms
34916 ____________________________________________________________________________
34917 [  9576] By: jhi                                   on 2001/04/05  22:31:38
34918         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
34919              From: Michael G Schwern <schwern@pobox.com>
34920              Date: Thu, 5 Apr 2001 21:53:21 +0100
34921              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
34922      Branch: perl
34923            ! lib/base.pm t/lib/fields.t
34924 ____________________________________________________________________________
34925 [  9575] By: jhi                                   on 2001/04/05  22:26:10
34926         Log: FreeBSD hints tweak from Anton Berezin.
34927      Branch: perl
34928            ! hints/freebsd.sh
34929 ____________________________________________________________________________
34930 [  9574] By: jhi                                   on 2001/04/05  22:24:03
34931         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
34932              From: David Dyck <dcd@tc.fluke.com>
34933              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
34934              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
34935      Branch: perl
34936            ! t/op/oct.t
34937 ____________________________________________________________________________
34938 [  9573] By: jhi                                   on 2001/04/05  22:23:06
34939         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
34940              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
34941              From: David Dyck <dcd@tc.fluke.com>
34942              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
34943      Branch: perl
34944            ! pp.c
34945 ____________________________________________________________________________
34946 [  9572] By: jhi                                   on 2001/04/05  22:14:47
34947         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
34948              From: Robin Houston <robin@kitsite.com>
34949              Date: Thu, 5 Apr 2001 20:56:48 +0100
34950              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
34951      Branch: perl
34952            ! ext/B/B/Deparse.pm
34953 ____________________________________________________________________________
34954 [  9571] By: jhi                                   on 2001/04/05  22:12:53
34955         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
34956              From: Robin Houston <robin@kitsite.com>
34957              Date: Thu, 5 Apr 2001 19:55:51 +0100
34958              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
34959      Branch: perl
34960            ! ext/B/B/Deparse.pm
34961 ____________________________________________________________________________
34962 [  9570] By: jhi                                   on 2001/04/05  22:11:06
34963         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
34964              From: Robin Houston <robin@kitsite.com>
34965              Date: Thu, 5 Apr 2001 20:16:29 +0100
34966              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
34967      Branch: perl
34968            ! ext/B/B/Deparse.pm
34969 ____________________________________________________________________________
34970 [  9569] By: nick                                  on 2001/04/05  21:32:26
34971         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
34972      Branch: perlio
34973            ! pod/perlunicode.pod
34974 ____________________________________________________________________________
34975 [  9568] By: nick                                  on 2001/04/05  19:38:09
34976         Log: Integrate mainline
34977      Branch: perlio
34978           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
34979           !> (integrate 35 files)
34980 ____________________________________________________________________________
34981 [  9567] By: jhi                                   on 2001/04/05  18:31:45
34982         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
34983              From: Robin Houston <robin@kitsite.com>
34984              Date: Thu, 5 Apr 2001 18:03:23 +0100
34985              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
34986      Branch: perl
34987            ! ext/B/B/Deparse.pm
34988 ____________________________________________________________________________
34989 [  9566] By: jhi                                   on 2001/04/05  18:29:35
34990         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
34991              From: Robin Houston <robin@kitsite.com>
34992              Date: Thu, 5 Apr 2001 16:45:18 +0100
34993              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
34994      Branch: perl
34995            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
34996 ____________________________________________________________________________
34997 [  9565] By: jhi                                   on 2001/04/05  18:24:23
34998         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
34999              From: Robin Houston <robin@kitsite.com>
35000              Date: Thu, 5 Apr 2001 14:50:09 +0100
35001              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
35002      Branch: perl
35003            ! ext/B/B/Deparse.pm
35004 ____________________________________________________________________________
35005 [  9564] By: jhi                                   on 2001/04/05  18:23:03
35006         Log: Subject: [PATCH B::*] print control-character vars readably
35007              From: Robin Houston <robin@kitsite.com>
35008              Date: Thu, 5 Apr 2001 14:27:38 +0100
35009              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
35010              
35011              Needs EBCDICification.
35012      Branch: perl
35013            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
35014            ! ext/B/B/Terse.pm
35015 ____________________________________________________________________________
35016 [  9563] By: jhi                                   on 2001/04/05  18:20:32
35017         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
35018              Date: Thu, 5 Apr 2001 13:21:42 -0400
35019              From: Paul Schinder <schinder@pobox.com>
35020              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
35021              
35022              Mac OS X (Darwin) has extra pwent fields.
35023      Branch: perl
35024            ! t/op/pwent.t
35025 ____________________________________________________________________________
35026 [  9562] By: jhi                                   on 2001/04/05  17:57:51
35027         Log: Regen toc.
35028      Branch: perl
35029            ! pod/perltoc.pod
35030 ____________________________________________________________________________
35031 [  9561] By: jhi                                   on 2001/04/05  17:47:33
35032         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
35033      Branch: metaconfig
35034            ! U/Glossary.patch
35035      Branch: metaconfig/U/perl
35036            + d_u32align.U
35037            ! d_cmsghdr_s.U d_msghdr_s.U
35038 ____________________________________________________________________________
35039 [  9560] By: jhi                                   on 2001/04/05  17:47:01
35040         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
35041              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
35042              Introduce probes for struct msghdr, struct cmsghdr,
35043              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
35044              ualarm, usleep, for possible later extension work.
35045      Branch: perl
35046            + t/lib/md5-align.t
35047            ! Configure MANIFEST Porting/Glossary Porting/config.sh
35048            ! Porting/config_H config_h.SH configure.com epoc/config.sh
35049            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
35050            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35051            ! vos/config.ga.h win32/config.bc win32/config.gc
35052            ! win32/config.vc
35053 ____________________________________________________________________________
35054 [  9559] By: jhi                                   on 2001/04/05  13:03:04
35055         Log: Be traditional in your cpp (for the Errno extension).
35056      Branch: perl
35057            ! hints/darwin.sh
35058 ____________________________________________________________________________
35059 [  9558] By: jhi                                   on 2001/04/05  13:00:05
35060         Log: Add $Config{cppflags} to the gcc incantation.
35061      Branch: perl
35062            ! ext/Errno/Errno_pm.PL
35063 ____________________________________________________________________________
35064 [  9557] By: jhi                                   on 2001/04/05  04:22:39
35065         Log: Introduce Sean Burke's Class::ISA 0.32.
35066      Branch: perl
35067            + lib/Class/ISA.pm t/lib/class-isa.t
35068            ! MANIFEST
35069 ____________________________________________________________________________
35070 [  9556] By: jhi                                   on 2001/04/05  04:09:50
35071         Log: Subject: [PATCH AUTHORS] Housekeeping
35072              From: Paul Johnson <paul@pjcj.net> 
35073              Date: Wed, 4 Apr 2001 22:45:47 +0200
35074              Message-ID: <20010404224547.D9548@pjcj.net>
35075      Branch: perl
35076            ! AUTHORS
35077 ____________________________________________________________________________
35078 [  9555] By: jhi                                   on 2001/04/05  04:06:33
35079         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
35080              From: Gisle Aas <gisle@ActiveState.com>
35081              Date: 04 Apr 2001 14:23:04 -0700
35082              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
35083      Branch: perl
35084            ! pod/perlfaq9.pod
35085 ____________________________________________________________________________
35086 [  9554] By: jhi                                   on 2001/04/05  04:05:49
35087         Log: Downgrade also the "Wide character" diagnostic.
35088      Branch: perl
35089            ! pod/perldiag.pod
35090 ____________________________________________________________________________
35091 [  9553] By: jhi                                   on 2001/04/05  04:00:33
35092         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
35093              maintperl into mainline.
35094              
35095              "double" should be "NV"; standard typemap is missing entry
35096              for NV
35097              
35098              s/djSP/dSP/
35099              
35100              Downgrade "Wide character in print" to a warning.
35101              
35102              B::Deparse fix for ${^FOO} and documentation for PVX() method
35103              (from Robin Houston)
35104              
35105              tr/// doesn't null-terminate the result in some situations
35106              (from Gisle Aas)
35107      Branch: perl
35108           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
35109           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
35110           !> t/io/utf8.t t/op/tr.t
35111 ____________________________________________________________________________
35112 [  9552] By: jhi                                   on 2001/04/05  03:52:50
35113         Log: Retract changes #9542 and #9538 (from maintperl, integrated
35114              at #9540), shouldn't be needed because of the perlio changes.
35115      Branch: perl
35116            ! util.c
35117 ____________________________________________________________________________
35118 [  9551] By: gsar                                  on 2001/04/05  00:18:34
35119         Log: tr/// doesn't null-terminate the result in some situations
35120              (from Gisle Aas)
35121      Branch: maint-5.6/perl
35122            ! doop.c t/op/tr.t
35123 ____________________________________________________________________________
35124 [  9550] By: gsar                                  on 2001/04/04  20:04:17
35125         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
35126              (from Robin Houston)
35127      Branch: maint-5.6/perl
35128            ! ext/B/B.pm ext/B/B/Deparse.pm
35129 ____________________________________________________________________________
35130 [  9549] By: nick                                  on 2001/04/04  18:56:15
35131         Log: Downgrade "Wide character in print" to a warning.
35132      Branch: perlio
35133            ! doio.c t/io/utf8.t
35134 ____________________________________________________________________________
35135 [  9548] By: gsar                                  on 2001/04/04  18:51:49
35136         Log: integrate changes#9460,9462,9482,9521,9522
35137              
35138              Subject: PATCH: B::Debug should show LOOP-specific fields
35139              
35140              Subject: B::Deparse precedence bug. (Patch included.)
35141              
35142              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
35143              
35144              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
35145              
35146              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
35147      Branch: maint-5.6/perl
35148           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
35149           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
35150 ____________________________________________________________________________
35151 [  9547] By: gsar                                  on 2001/04/04  18:49:16
35152         Log: s/djSP/dSP/
35153      Branch: maint-5.6/perl
35154            ! ext/Thread/Thread.xs
35155 ____________________________________________________________________________
35156 [  9546] By: nick                                  on 2001/04/04  18:44:00
35157         Log: Integrate mainline.
35158      Branch: perlio
35159           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
35160           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
35161 ____________________________________________________________________________
35162 [  9545] By: gsar                                  on 2001/04/04  18:38:52
35163         Log: integrate change#8837 from mainline
35164              
35165              Subject: [patch] -Wall cleanup round 2
35166      Branch: maint-5.6/perl
35167           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
35168           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
35169           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
35170           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
35171           !> ext/SDBM_File/SDBM_File.xs
35172 ____________________________________________________________________________
35173 [  9544] By: gsar                                  on 2001/04/04  17:49:57
35174         Log: "double" should be "NV"; standard typemap is missing entry
35175              for NV
35176      Branch: maint-5.6/perl
35177            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
35178 ____________________________________________________________________________
35179 [  9543] By: jhi                                   on 2001/04/04  14:13:18
35180         Log: Thou shalt not (just) match for English error messages.
35181      Branch: perl
35182            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
35183            ! os2/OS2/Process/Process.pm
35184 ____________________________________________________________________________
35185 [  9542] By: jhi                                   on 2001/04/04  13:20:39
35186         Log: Make the stdio tricks of fflush_all() to exist only if
35187              stdio is being used.
35188      Branch: perl
35189            ! util.c
35190 ____________________________________________________________________________
35191 [  9541] By: jhi                                   on 2001/04/04  04:20:24
35192         Log: Subject: Re: [PATCH] Lighten up glob
35193              From: Benjamin Sugars <bsugars@canoe.ca>
35194              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
35195              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
35196      Branch: perl
35197            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
35198            ! util.c
35199 ____________________________________________________________________________
35200 [  9540] By: jhi                                   on 2001/04/04  04:03:57
35201         Log: Integrate changes #9538,9539 from maintperl into mainline.
35202              
35203              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
35204              for use with _fwalk() (fix for change#7705)
35205              
35206              another tweak needed for SunOS 4.1.x build (from Mike Guy)
35207              (cp -f is not portable)
35208      Branch: perl
35209           !> Makefile.SH util.c
35210 ____________________________________________________________________________
35211 [  9539] By: gsar                                  on 2001/04/04  03:01:14
35212         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
35213      Branch: maint-5.6/perl
35214            ! Makefile.SH
35215 ____________________________________________________________________________
35216 [  9538] By: gsar                                  on 2001/04/04  01:00:38
35217         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
35218              for use with _fwalk() (fix for change#7705)
35219      Branch: maint-5.6/perl
35220            ! util.c
35221 ____________________________________________________________________________
35222 [  9537] By: nick                                  on 2001/04/03  19:24:55
35223         Log: Integrate mainline
35224      Branch: perlio
35225           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
35226           +> lib/unicode/PropList.html
35227            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
35228           !> (integrate 69 files)
35229 ____________________________________________________________________________
35230 [  9536] By: jhi                                   on 2001/04/03  18:02:31
35231         Log: Integrate change #9533 from maintperl into mainline.
35232              
35233              better fix for change#9517 to accomodate UNC paths like
35234              \\server\share\foo, and paths with trailing backslash
35235              like c:\this\
35236      Branch: perl
35237           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
35238 ____________________________________________________________________________
35239 [  9535] By: jhi                                   on 2001/04/03  17:58:07
35240         Log: Change the push/unshift warning to be of class syntax, not misc.
35241      Branch: perl
35242            ! op.c pod/perldiag.pod t/pragma/warn/op
35243 ____________________________________________________________________________
35244 [  9534] By: jhi                                   on 2001/04/03  15:03:46
35245         Log: Change the push/unshift warning (#9532) to talk about "no values"
35246              instead of "no arguments".
35247      Branch: perl
35248            ! op.c pod/perldiag.pod t/pragma/warn/op
35249 ____________________________________________________________________________
35250 [  9533] By: gsar                                  on 2001/04/03  14:30:07
35251         Log: better fix for change#9517 to accomodate UNC paths like
35252              \\server\share\foo, and paths with trailing backslash
35253              like c:\this\
35254      Branch: maint-5.6/perl
35255            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
35256 ____________________________________________________________________________
35257 [  9532] By: jhi                                   on 2001/04/03  13:11:46
35258         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
35259              From: Robin Houston <robin@kitsite.com>
35260              Date: Mon, 2 Apr 2001 15:03:29 +0100
35261              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
35262      Branch: perl
35263            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
35264 ____________________________________________________________________________
35265 [  9531] By: jhi                                   on 2001/04/03  13:06:34
35266         Log: Integrate change #9530 from maintperl into mainline.
35267              
35268              accomodate VMS "mailbox overflow" quirk in testsuite (from
35269              Craig Berry)
35270      Branch: perl
35271           !> t/lib/socket.t
35272 ____________________________________________________________________________
35273 [  9530] By: gsar                                  on 2001/04/03  04:56:41
35274         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
35275              Craig Berry)
35276      Branch: maint-5.6/perl
35277            ! t/lib/socket.t
35278 ____________________________________________________________________________
35279 [  9529] By: jhi                                   on 2001/04/03  02:34:34
35280         Log: Update Changes.
35281      Branch: perl
35282            ! Changes patchlevel.h
35283 ____________________________________________________________________________
35284 [  9528] By: jhi                                   on 2001/04/03  01:27:57
35285         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
35286              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
35287              To: perl5-porters@perl.org
35288              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
35289      Branch: perl
35290            ! pod/perlfaq3.pod
35291 ____________________________________________________________________________
35292 [  9527] By: jhi                                   on 2001/04/03  01:22:09
35293         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
35294              From: Peter Prymmer <pvhp@forte.com>
35295              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
35296              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
35297      Branch: perl
35298            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
35299 ____________________________________________________________________________
35300 [  9526] By: jhi                                   on 2001/04/03  01:18:25
35301         Log: The metaconfig unit changes for #9525.
35302      Branch: metaconfig
35303            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
35304      Branch: metaconfig/U/perl
35305            ! use64bits.U
35306 ____________________________________________________________________________
35307 [  9525] By: jhi                                   on 2001/04/03  01:17:30
35308         Log: Configure sanity checks:
35309              * if use64bitall is attempted but pointers are only 32-bit,
35310              'downgrade' to use64bitint
35311              * if use64bitint is attempted but there's no quad type,
35312              forget about use64bitint (well, the default for it is 'n',
35313              the user can still override this)
35314              * if pointers are 64 bits, do not try to use Perl's malloc
35315      Branch: perl
35316            ! Configure
35317 ____________________________________________________________________________
35318 [  9524] By: gsar                                  on 2001/04/03  01:09:12
35319         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
35320      Branch: maint-5.6/perl
35321            ! pp_sys.c
35322 ____________________________________________________________________________
35323 [  9523] By: jhi                                   on 2001/04/03  00:02:31
35324         Log: (Retracted by #9609)
35325              
35326              Make it harder for parallel makes to enter 'test' before
35327              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
35328              should be unhappy enough, but sometimes parallel makes seem
35329              to sneak past both in Tru64 and AIX.)
35330      Branch: perl
35331            ! Makefile.SH
35332 ____________________________________________________________________________
35333 [  9522] By: jhi                                   on 2001/04/02  22:35:31
35334         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
35335              Date: Mon, 2 Apr 2001 22:54:10 +0100
35336              From: Robin Houston <robin@kitsite.com>
35337              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
35338      Branch: perl
35339            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
35340 ____________________________________________________________________________
35341 [  9521] By: jhi                                   on 2001/04/02  22:32:23
35342         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
35343              From: Robin Houston <robin@kitsite.com>
35344              Date: Mon, 2 Apr 2001 20:24:03 +0100
35345              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
35346      Branch: perl
35347            ! ext/B/B/Concise.pm
35348 ____________________________________________________________________________
35349 [  9520] By: jhi                                   on 2001/04/02  22:30:43
35350         Log: Subject: [PATCH] REALLY pedantic hv.h nit
35351              From: Simon Cozens <simon@netthink.co.uk>
35352              Date: Mon, 2 Apr 2001 15:43:06 +0100
35353              Message-ID: <20010402154306.A21711@netthink.co.uk>
35354      Branch: perl
35355            ! hv.h
35356 ____________________________________________________________________________
35357 [  9519] By: jhi                                   on 2001/04/02  22:28:04
35358         Log: Based on
35359              
35360              Subject: [foolperl] EPOC fix
35361              From: Olaf Flebbe <O.Flebbe@science-computing.de>
35362              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
35363              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
35364      Branch: perl
35365            ! pp_sys.c
35366 ____________________________________________________________________________
35367 [  9518] By: jhi                                   on 2001/04/02  22:22:34
35368         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
35369              
35370              README.win32 tweaks; add a note about alternative location for
35371              getting a gcc-2.95.2 that will build perl properly on windows
35372              
35373              add some notes about gutsy threading matters
35374              
35375              many of the utilities interpolate literal paths within doublequotes
35376              (fails on dosish platforms where path contains backslashes)
35377      Branch: perl
35378           !> README.win32 pod/perlguts.pod utils/perldoc.PL
35379           !> x2p/find2perl.PL x2p/s2p.PL
35380 ____________________________________________________________________________
35381 [  9517] By: gsar                                  on 2001/04/02  19:52:21
35382         Log: many of the utilities interpolate literal paths within doublequotes
35383              (fails on dosish platforms where path contains backslashes)
35384      Branch: maint-5.6/perl
35385            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
35386 ____________________________________________________________________________
35387 [  9516] By: gsar                                  on 2001/04/02  05:49:37
35388         Log: a foolish release
35389      Branch: maint-5.6/perl
35390            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
35391            ! pod/perltoc.pod
35392 ____________________________________________________________________________
35393 [  9515] By: gsar                                  on 2001/04/02  05:04:29
35394         Log: add missing changelog summaries
35395      Branch: maint-5.6/perl
35396            ! Changes
35397 ____________________________________________________________________________
35398 [  9514] By: gsar                                  on 2001/04/02  04:07:13
35399         Log: add some notes about gutsy threading matters
35400      Branch: maint-5.6/perl
35401            ! pod/perlguts.pod
35402 ____________________________________________________________________________
35403 [  9513] By: gsar                                  on 2001/04/02  03:25:21
35404         Log: add more prominent caveat notices about experimental features
35405      Branch: maint-5.6/perl
35406            ! pod/perlfork.pod pod/perlunicode.pod
35407 ____________________________________________________________________________
35408 [  9512] By: gsar                                  on 2001/04/02  02:54:33
35409         Log: integrate changes#9479,9509 from mainline
35410              
35411              [PATCH] File::Glob stuff for Mac OS
35412              
35413              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
35414      Branch: maint-5.6/perl
35415           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
35416           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
35417           !> t/lib/glob-taint.t
35418 ____________________________________________________________________________
35419 [  9511] By: gsar                                  on 2001/04/02  02:38:24
35420         Log: README.win32 tweaks; add a note about alternative location for
35421              getting a gcc-2.95.2 that will build perl properly on windows
35422      Branch: maint-5.6/perl
35423            ! README.win32
35424 ____________________________________________________________________________
35425 [  9510] By: jhi                                   on 2001/04/01  20:45:10
35426         Log: An ambiguosity warning.
35427      Branch: perl
35428            ! t/lib/trig.t
35429 ____________________________________________________________________________
35430 [  9509] By: jhi                                   on 2001/04/01  19:53:47
35431         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
35432              From: Jonathan Stowe <gellyfish@gellyfish.com>
35433              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
35434              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
35435      Branch: perl
35436            ! ext/File/Glob/bsd_glob.c
35437 ____________________________________________________________________________
35438 [  9508] By: jhi                                   on 2001/04/01  19:35:03
35439         Log: Update Changes.
35440      Branch: perl
35441            ! Changes patchlevel.h
35442 ____________________________________________________________________________
35443 [  9507] By: jhi                                   on 2001/04/01  19:24:01
35444         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
35445              from mainline to maintperl: pod tweaks.
35446      Branch: maint-5.6/perl
35447           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
35448           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
35449           !> pod/perlvar.pod
35450 ____________________________________________________________________________
35451 [  9506] By: jhi                                   on 2001/04/01  19:11:53
35452         Log: Commit Sarathy to April release of 5.6.1 :-)
35453      Branch: perl
35454            ! pod/perlfaq1.pod
35455 ____________________________________________________________________________
35456 [  9505] By: jhi                                   on 2001/04/01  19:03:15
35457         Log: Subject: PATCH 5.6.0 (perldebug.pod)
35458              From: Mark-Jason Dominus <mjd@plover.com>
35459              Date: Sun, 01 Apr 2001 14:25:11 -0400
35460              Message-ID: <20010401182511.9247.qmail@plover.com>
35461      Branch: perl
35462            ! pod/perldebug.pod
35463 ____________________________________________________________________________
35464 [  9504] By: jhi                                   on 2001/04/01  18:43:09
35465         Log: Add great_circle_direction().
35466      Branch: perl
35467            ! lib/Math/Trig.pm t/lib/trig.t
35468 ____________________________________________________________________________
35469 [  9503] By: jhi                                   on 2001/04/01  17:29:12
35470         Log: Unicode ReadMe update for Unicode 3.1.
35471      Branch: perl
35472            ! lib/unicode/ReadMe.txt
35473 ____________________________________________________________________________
35474 [  9502] By: jhi                                   on 2001/04/01  17:18:40
35475         Log: Integrate change #9501 from maintperl into mainline.
35476              
35477              fix the perlembed notes on multiple interpreters
35478              
35479              fix ExtUtils::Embed to work passably on Windows
35480      Branch: perl
35481           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
35482 ____________________________________________________________________________
35483 [  9501] By: gsar                                  on 2001/04/01  07:21:57
35484         Log: fix the perlembed notes on multiple interpreters
35485              
35486              fix ExtUtils::Embed to work passably on Windows
35487      Branch: maint-5.6/perl
35488            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
35489 ____________________________________________________________________________
35490 [  9500] By: jhi                                   on 2001/04/01  05:58:23
35491         Log: Test for #9499.
35492      Branch: perl
35493            ! t/op/tr.t
35494 ____________________________________________________________________________
35495 [  9499] By: jhi                                   on 2001/04/01  05:55:46
35496         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
35497      Branch: perl
35498            ! embed.h embed.pl op.c proto.h
35499 ____________________________________________________________________________
35500 [  9498] By: jhi                                   on 2001/04/01  05:44:34
35501         Log: Protect the workaround hunk more.
35502      Branch: perl
35503            ! toke.c
35504 ____________________________________________________________________________
35505 [  9497] By: jhi                                   on 2001/04/01  00:24:25
35506         Log: Integrate changes #9493,9494,9495,9496 from maintperl
35507              into mainline.
35508              
35509              fix a broken workaround for Borland compiler in change#4739
35510              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
35511              
35512              nits spotted by Borland compiler
35513              
35514              avoid redefinition warnings under Borland 5.02
35515              
35516              various nits identified by the Borland 5.5 compiler; remove suppression
35517              of a few warnings
35518      Branch: perl
35519           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
35520           !> win32/win32.h
35521 ____________________________________________________________________________
35522 [  9496] By: gsar                                  on 2001/03/31  23:22:28
35523         Log: various nits identified by the Borland 5.5 compiler; remove suppression
35524              of a few warnings
35525      Branch: maint-5.6/perl
35526            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
35527 ____________________________________________________________________________
35528 [  9495] By: gsar                                  on 2001/03/31  21:03:08
35529         Log: avoid redefinition warnings under Borland 5.02
35530      Branch: maint-5.6/perl
35531            ! win32/makefile.mk
35532 ____________________________________________________________________________
35533 [  9494] By: gsar                                  on 2001/03/31  20:18:59
35534         Log: nits spotted by Borland compiler
35535      Branch: maint-5.6/perl
35536            ! utf8.h win32/win32.h
35537 ____________________________________________________________________________
35538 [  9493] By: gsar                                  on 2001/03/31  20:18:05
35539         Log: fix a broken workaround for Borland compiler in change#4739
35540              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
35541      Branch: maint-5.6/perl
35542            ! toke.c
35543 ____________________________________________________________________________
35544 [  9492] By: jhi                                   on 2001/03/31  18:36:24
35545         Log: Integrate change #9491 from maintperl into mainline.
35546              
35547              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
35548              directory is relative (need to fetch the full path name *before*
35549              the chdir!)
35550      Branch: perl
35551           !> lib/Cwd.pm
35552 ____________________________________________________________________________
35553 [  9491] By: gsar                                  on 2001/03/31  17:01:56
35554         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
35555              directory is relative (need to fetch the full path name *before*
35556              the chdir!)
35557              
35558              this is a followup patch for change#6749
35559      Branch: maint-5.6/perl
35560            ! lib/Cwd.pm
35561 ____________________________________________________________________________
35562 [  9490] By: jhi                                   on 2001/03/31  15:50:18
35563         Log: Subject: Re: [PATCH] av.h cosmetics
35564              From: Simon Cozens <simon@netthink.co.uk>
35565              Date: Sat, 31 Mar 2001 13:09:59 +0100
35566              Message-ID: <20010331130959.A22000@netthink.co.uk>
35567              
35568              Document AvALLOC.
35569      Branch: perl
35570            ! pod/perlguts.pod
35571 ____________________________________________________________________________
35572 [  9489] By: jhi                                   on 2001/03/31  15:48:44
35573         Log: Subject: [PATCH] Re: Math::Big* v1.21
35574              From: Tels <perl_dummy@bloodgate.com>
35575              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
35576              Message-Id: <200103311125.GAA377738@www08.hway.net>
35577      Branch: perl
35578            ! pod/perlop.pod
35579 ____________________________________________________________________________
35580 [  9488] By: jhi                                   on 2001/03/31  03:39:51
35581         Log: Debug output tweak.
35582      Branch: perl
35583            ! t/lib/cwd.t
35584 ____________________________________________________________________________
35585 [  9487] By: jhi                                   on 2001/03/31  03:33:02
35586         Log: OverVMSification.
35587      Branch: perl
35588            ! t/lib/cwd.t
35589 ____________________________________________________________________________
35590 [  9486] By: jhi                                   on 2001/03/31  03:01:40
35591         Log: Missed MANIFESTations in #9483.
35592      Branch: perl
35593            ! MANIFEST
35594 ____________________________________________________________________________
35595 [  9485] By: jhi                                   on 2001/03/31  02:58:17
35596         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
35597              From: Peter Prymmer <pvhp@forte.com>
35598              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
35599              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
35600      Branch: perl
35601            ! regexec.c t/lib/cwd.t
35602 ____________________________________________________________________________
35603 [  9484] By: jhi                                   on 2001/03/31  01:04:41
35604         Log: Obsolete file (see #3938)
35605      Branch: perl
35606            - lib/unicode/README.Ethiopic
35607            ! MANIFEST
35608 ____________________________________________________________________________
35609 [  9483] By: jhi                                   on 2001/03/31  00:52:42
35610         Log: Update to Unicode 3.1.
35611              (Rename Names.txt to NamesList.txt.)
35612      Branch: perl
35613            + lib/unicode/NamesList.txt lib/unicode/PropList.html
35614            - lib/unicode/Names.txt
35615            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
35616            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
35617            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
35618            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
35619            ! lib/unicode/UCD.html lib/unicode/Unicode.html
35620            ! lib/unicode/rename lib/unicode/version
35621 ____________________________________________________________________________
35622 [  9482] By: jhi                                   on 2001/03/30  23:33:44
35623         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
35624              From: Robin Houston <robin@kitsite.com>
35625              Date: Fri, 30 Mar 2001 20:07:22 +0100
35626              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
35627      Branch: perl
35628            ! ext/B/B/Deparse.pm
35629 ____________________________________________________________________________
35630 [  9481] By: jhi                                   on 2001/03/30  23:20:25
35631         Log: Subject: Re: [PATCH] CwdXS, Take 2
35632              From: Benjamin Sugars <bsugars@canoe.ca>
35633              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
35634              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
35635      Branch: perl
35636            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
35637            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
35638 ____________________________________________________________________________
35639 [  9480] By: jhi                                   on 2001/03/30  22:52:38
35640         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
35641              From: David Dyck <dcd@tc.fluke.com>
35642              Date: Fri, 30 Mar 2001 14:44:13 -0800
35643              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
35644              
35645              The t/rantests flags file creation was accidentally
35646              removed by #9217.
35647      Branch: perl
35648            ! Makefile.SH
35649 ____________________________________________________________________________
35650 [  9479] By: jhi                                   on 2001/03/30  22:45:45
35651         Log: Subject: [PATCH] File::Glob stuff for Mac OS
35652              From: Chris Nandor <pudge@pobox.com>
35653              Date: Fri, 30 Mar 2001 16:51:00 -0500
35654              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
35655      Branch: perl
35656            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
35657            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
35658            ! t/lib/glob-taint.t
35659 ____________________________________________________________________________
35660 [  9478] By: jhi                                   on 2001/03/30  22:43:12
35661         Log: Subject: fix for win32/buildext.pl
35662              From: "Vadim Konovalov" <watman@inbox.ru>
35663              Date: Sat, 31 Mar 2001 00:50:36 +0400
35664              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
35665      Branch: perl
35666            ! win32/buildext.pl
35667 ____________________________________________________________________________
35668 [  9477] By: jhi                                   on 2001/03/30  22:41:16
35669         Log: Subject: small base.pm doc patch
35670              From: Leon Brocard <acme@astray.com>
35671              Date: Fri, 30 Mar 2001 21:49:57 +0100
35672              Message-ID: <20010330214957.B8733@ns0.astray.com>
35673      Branch: perl
35674            ! lib/base.pm
35675 ____________________________________________________________________________
35676 [  9476] By: jhi                                   on 2001/03/30  18:16:57
35677         Log: Subject: [PATCH] av.h cosmetics
35678              From: Simon Cozens <simon@netthink.co.uk>
35679              Date: Fri, 30 Mar 2001 18:12:28 +0100
35680              Message-ID: <20010330181228.A9319@netthink.co.uk>
35681      Branch: perl
35682            ! av.h
35683 ____________________________________________________________________________
35684 [  9475] By: jhi                                   on 2001/03/30  18:15:50
35685         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
35686              From: "Philip Newton" <pnewton@gmx.de>
35687              Date: Fri, 30 Mar 2001 19:06:57 +0200
35688              Message-ID: <3AC4D951.14815.1AC7068@localhost>
35689      Branch: perl
35690            ! pod/perlhack.pod
35691 ____________________________________________________________________________
35692 [  9474] By: jhi                                   on 2001/03/30  18:14:02
35693         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
35694              From: Benjamin Sugars <bsugars@canoe.ca>
35695              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
35696              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
35697      Branch: perl
35698            ! t/lib/glob-basic.t
35699 ____________________________________________________________________________
35700 [  9473] By: jhi                                   on 2001/03/30  16:09:24
35701         Log: Update Changes.
35702      Branch: perl
35703            ! Changes patchlevel.h
35704 ____________________________________________________________________________
35705 [  9472] By: jhi                                   on 2001/03/30  15:16:08
35706         Log: Integrate perlio.
35707      Branch: perl
35708           !> t/lib/cwd.t t/lib/glob-basic.t
35709 ____________________________________________________________________________
35710 [  9471] By: nick                                  on 2001/03/30  14:47:10
35711         Log: Should be (^O eq 'MSWin32') not 'Win32'
35712              Fail #12 seems real - chdir is in wrong dir.
35713      Branch: perlio
35714            ! t/lib/cwd.t
35715 ____________________________________________________________________________
35716 [  9470] By: jhi                                   on 2001/03/30  14:41:11
35717         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
35718              From: Radu Greab <radu@netsoft.ro>
35719              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
35720              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
35721              
35722              Replace #9352.
35723      Branch: perl
35724            ! ext/Socket/Socket.xs pp_sys.c
35725 ____________________________________________________________________________
35726 [  9469] By: jhi                                   on 2001/03/30  14:37:51
35727         Log: Subject: PATCH pod/perldiag.pod
35728              From: Robin Houston <robin@kitsite.com>
35729              Date: Fri, 30 Mar 2001 14:10:36 +0100
35730              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
35731      Branch: perl
35732            ! pod/perldiag.pod t/lib/glob-basic.t
35733 ____________________________________________________________________________
35734 [  9468] By: jhi                                   on 2001/03/30  14:36:36
35735         Log: Subject: Better diagnostic in io/fs.t
35736              From: andreas.koenig@anima.de (Andreas J. Koenig)
35737              Date: 30 Mar 2001 10:11:43 +0200
35738              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
35739      Branch: perl
35740            ! t/io/fs.t
35741 ____________________________________________________________________________
35742 [  9467] By: nick                                  on 2001/03/30  14:25:43
35743         Log: Skip order test of glob if case-ignoring system cannot 
35744              create a.test and A.test
35745      Branch: perlio
35746            ! t/lib/glob-basic.t
35747 ____________________________________________________________________________
35748 [  9466] By: nick                                  on 2001/03/30  13:03:12
35749         Log: Integrate mainline.
35750      Branch: perlio
35751            - ext/re/hints/aix.pl
35752           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
35753           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
35754           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
35755           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
35756 ____________________________________________________________________________
35757 [  9465] By: jhi                                   on 2001/03/30  03:53:37
35758         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
35759              the tests sometimes hang, sometimes not.)
35760      Branch: perl
35761            ! t/lib/io_multihomed.t t/lib/io_sock.t
35762 ____________________________________________________________________________
35763 [  9464] By: jhi                                   on 2001/03/30  02:56:04
35764         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
35765              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35766              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
35767              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
35768      Branch: perl
35769            ! op.c
35770 ____________________________________________________________________________
35771 [  9463] By: jhi                                   on 2001/03/30  02:34:48
35772         Log: Test for #9462.
35773      Branch: perl
35774            ! t/lib/b.t
35775 ____________________________________________________________________________
35776 [  9462] By: jhi                                   on 2001/03/30  02:29:37
35777         Log: Subject: B::Deparse precedence bug. (Patch included.)
35778              From: Jeremy Madea <jmadea@inktomi.com>
35779              Date: Thu, 29 Mar 2001 12:05:02 -0800
35780              Message-ID: <20010329120502.A24881@dr.inktomi.com>
35781      Branch: perl
35782            ! ext/B/B/Deparse.pm
35783 ____________________________________________________________________________
35784 [  9461] By: jhi                                   on 2001/03/30  02:18:41
35785         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
35786              From: Peter Prymmer <pvhp@forte.com>
35787              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
35788              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
35789      Branch: perl
35790            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
35791            ! t/lib/md5-file.t
35792 ____________________________________________________________________________
35793 [  9460] By: jhi                                   on 2001/03/30  02:17:07
35794         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
35795              From: Robin Houston <robin@kitsite.com>
35796              Date: Thu, 29 Mar 2001 20:47:56 +0100
35797              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
35798      Branch: perl
35799            ! ext/B/B/Debug.pm
35800 ____________________________________________________________________________
35801 [  9459] By: jhi                                   on 2001/03/30  02:16:05
35802         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
35803              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
35804              Date: Wed, 28 Mar 2001 18:02:20 -0600
35805              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
35806      Branch: perl
35807            ! lib/ExtUtils/MM_VMS.pm
35808 ____________________________________________________________________________
35809 [  9458] By: jhi                                   on 2001/03/30  02:07:58
35810         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
35811              From: "Joshua E. Rodd" <jrodd@pbs.org>
35812              Date: Wed, 28 Mar 2001 17:29:12 -0500
35813              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
35814      Branch: perl
35815            ! pod/perlop.pod
35816 ____________________________________________________________________________
35817 [  9457] By: jhi                                   on 2001/03/30  02:04:33
35818         Log: Subject: ext/re/aix.pl can go
35819              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35820              Date: Thu, 29 Mar 2001 12:03:28 +0200
35821              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
35822      Branch: perl
35823            - ext/re/hints/aix.pl
35824            ! MANIFEST
35825 ____________________________________________________________________________
35826 [  9456] By: jhi                                   on 2001/03/30  02:03:32
35827         Log: Integrate perlio.
35828      Branch: perl
35829           !> ext/Encode/Encode.xs installperl
35830 ____________________________________________________________________________
35831 [  9455] By: nick                                  on 2001/03/29  21:11:46
35832         Log: DLL name has changed so installperl needs to know
35833              (Why isn't it working it out or passed it?)
35834      Branch: perlio
35835            ! installperl
35836 ____________________________________________________________________________
35837 [  9454] By: nick                                  on 2001/03/29  20:56:12
35838         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
35839              and we don't get undef warnings.
35840      Branch: perlio
35841            ! ext/Encode/Encode.xs
35842 ____________________________________________________________________________
35843 [  9453] By: nick                                  on 2001/03/29  17:58:48
35844         Log: Integrate mainline
35845      Branch: perlio
35846           !> Changes patchlevel.h
35847 ____________________________________________________________________________
35848 [  9452] By: jhi                                   on 2001/03/29  16:44:55
35849         Log: Update Changes.
35850      Branch: perl
35851            ! Changes patchlevel.h
35852 ____________________________________________________________________________
35853 [  9451] By: nick                                  on 2001/03/29  16:31:38
35854         Log: Integrate mainline
35855      Branch: perlio
35856           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
35857           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
35858           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
35859           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
35860           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
35861 ____________________________________________________________________________
35862 [  9450] By: jhi                                   on 2001/03/29  16:29:17
35863         Log: Integrate perlio.
35864      Branch: perl
35865           !> win32/buildext.pl
35866 ____________________________________________________________________________
35867 [  9449] By: jhi                                   on 2001/03/29  15:50:01
35868         Log: Update Changes.
35869      Branch: perl
35870            ! Changes patchlevel.h
35871 ____________________________________________________________________________
35872 [  9448] By: nick                                  on 2001/03/29  15:47:15
35873         Log: Make sure buildext.pl finds Errno.pm
35874      Branch: perlio
35875            ! win32/buildext.pl
35876 ____________________________________________________________________________
35877 [  9447] By: jhi                                   on 2001/03/29  15:39:34
35878         Log: Integrate perlio.
35879      Branch: perl
35880           !> win32/makefile.mk
35881 ____________________________________________________________________________
35882 [  9446] By: nick                                  on 2001/03/29  15:30:03
35883         Log: Integrate win32/makefile.mk with mainline.
35884      Branch: perlio
35885           !> win32/makefile.mk
35886 ____________________________________________________________________________
35887 [  9445] By: nick                                  on 2001/03/29  15:27:32
35888         Log: Fix breakage ... 
35889      Branch: perlio
35890            ! win32/makefile.mk
35891 ____________________________________________________________________________
35892 [  9444] By: jhi                                   on 2001/03/29  15:03:08
35893         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
35894              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
35895              Date: Thu, 29 Mar 2001 10:32:59 +0400
35896              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
35897      Branch: perl
35898            ! win32/makefile.mk
35899 ____________________________________________________________________________
35900 [  9443] By: jhi                                   on 2001/03/29  15:02:12
35901         Log: Integrate perlio.
35902      Branch: perl
35903           +> win32/buildext.pl
35904           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
35905           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
35906 ____________________________________________________________________________
35907 [  9442] By: nick                                  on 2001/03/29  14:59:11
35908         Log: Work in progress - determine win32 extensions to build via script.
35909      Branch: perlio
35910            + win32/buildext.pl
35911            ! MANIFEST win32/makefile.mk
35912 ____________________________________________________________________________
35913 [  9441] By: jhi                                   on 2001/03/29  14:51:47
35914         Log: Reintroduce the use of external pwd.
35915      Branch: perl
35916            ! t/lib/cwd.t
35917 ____________________________________________________________________________
35918 [  9440] By: jhi                                   on 2001/03/29  14:42:58
35919         Log: use warnings instead of -w.
35920      Branch: perl
35921            ! utils/h2xs.PL
35922 ____________________________________________________________________________
35923 [  9439] By: jhi                                   on 2001/03/29  14:41:52
35924         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
35925              From: Jonathan Stowe <gellyfish@gellyfish.com>
35926              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
35927              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
35928      Branch: perl
35929            ! utils/h2xs.PL
35930 ____________________________________________________________________________
35931 [  9438] By: jhi                                   on 2001/03/29  14:39:38
35932         Log: Subject: [PATCH perl@9424] minor pod nits
35933              From: Robin Barker <rmb1@cise.npl.co.uk>
35934              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
35935              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
35936      Branch: perl
35937            ! pod/perlhack.pod pod/perliol.pod
35938 ____________________________________________________________________________
35939 [  9437] By: jhi                                   on 2001/03/29  14:29:16
35940         Log: Subject: [PATCH perl@9424] typemap cast warning
35941              From: Robin Barker <rmb1@cise.npl.co.uk>
35942              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
35943              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
35944      Branch: perl
35945            ! lib/ExtUtils/typemap
35946 ____________________________________________________________________________
35947 [  9436] By: jhi                                   on 2001/03/29  14:26:03
35948         Log: Subject: [PATCH perl@9424] printf warning
35949              From: Robin Barker <rmb1@cise.npl.co.uk>
35950              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
35951              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
35952      Branch: perl
35953            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
35954            ! ext/Storable/Storable.xs toke.c
35955 ____________________________________________________________________________
35956 [  9435] By: nick                                  on 2001/03/29  14:23:31
35957         Log: Win32 has name conflict with ERROR
35958      Branch: perlio
35959            ! ext/PerlIO/Via/Via.xs
35960 ____________________________________________________________________________
35961 [  9434] By: jhi                                   on 2001/03/29  14:17:48
35962         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
35963              From: Peter Prymmer <pvhp@forte.com>
35964              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
35965              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
35966      Branch: perl
35967            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
35968 ____________________________________________________________________________
35969 [  9433] By: jhi                                   on 2001/03/29  13:52:44
35970         Log: test-prep target was missing.
35971      Branch: perl
35972            ! Makefile.SH
35973 ____________________________________________________________________________
35974 [  9432] By: nick                                  on 2001/03/29  12:40:03
35975         Log: Make as-shipped compiler default to MSVC6 
35976      Branch: perlio
35977            ! win32/makefile.mk
35978 ____________________________________________________________________________
35979 [  9431] By: nick                                  on 2001/03/29  12:12:16
35980         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
35981              akin to PerlIO::Scalar.
35982      Branch: perlio
35983            ! perlio.c perlio.h
35984 ____________________________________________________________________________
35985 [  9430] By: nick                                  on 2001/03/29  10:56:35
35986         Log: Integrate mainline.
35987      Branch: perlio
35988           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
35989           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
35990           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
35991           !> win32/makefile.mk win32/win32sck.c
35992 ____________________________________________________________________________
35993 [  9429] By: nick                                  on 2001/03/29  09:03:43
35994         Log: Noticed that two tests were skipped as perlio:: package
35995              isn't there any more. Changed the skip condition.
35996              Avoid core-dump if sv_utf8_upgrade() called on something
35997              that does not become SvPOK after SvPV() (e.g. a ref).
35998      Branch: perlio
35999            ! sv.c t/io/utf8.t t/lib/io_scalar.t
36000 ____________________________________________________________________________
36001 [  9428] By: jhi                                   on 2001/03/29  01:31:47
36002         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
36003              From: Benjamin Sugars <bsugars@canoe.ca> 
36004              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
36005              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
36006      Branch: perl
36007            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
36008            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
36009            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
36010 ____________________________________________________________________________
36011 [  9427] By: jhi                                   on 2001/03/29  00:49:30
36012         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
36013              From: "Vadim Konovalov" <watman@inbox.ru>
36014              Date: Thu, 29 Mar 2001 01:50:12 +0400
36015              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
36016      Branch: perl
36017            ! win32/makefile.mk win32/win32sck.c
36018 ____________________________________________________________________________
36019 [  9426] By: gsar                                  on 2001/03/29  00:28:04
36020         Log: dmake can only handle == and != in comparisons; support building
36021              with Borland's VCL libraries (from Vadim Konovalov)
36022      Branch: maint-5.6/perl
36023            ! win32/makefile.mk
36024 ____________________________________________________________________________
36025 [  9425] By: nick                                  on 2001/03/28  19:29:56
36026         Log: Integrate (@snapshot)
36027      Branch: perlio
36028           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
36029 ____________________________________________________________________________
36030 [  9424] By: jhi                                   on 2001/03/28  19:03:16
36031         Log: Update Changes.
36032      Branch: perl
36033            ! Changes patchlevel.h
36034 ____________________________________________________________________________
36035 [  9423] By: jhi                                   on 2001/03/28  18:52:09
36036         Log: Rmdir lib/XS on cleanup.
36037      Branch: perl
36038            ! Makefile.SH
36039 ____________________________________________________________________________
36040 [  9422] By: jhi                                   on 2001/03/28  18:49:34
36041         Log: Integrate perlio.
36042      Branch: perl
36043           !> t/op/utf8decode.t
36044 ____________________________________________________________________________
36045 [  9421] By: nick                                  on 2001/03/28  18:46:44
36046         Log: Loose duplicate chunk.
36047      Branch: perlio
36048            ! t/op/utf8decode.t
36049 ____________________________________________________________________________
36050 [  9420] By: nick                                  on 2001/03/28  18:44:11
36051         Log: Integrate mainline.
36052      Branch: perlio
36053           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
36054           !> vms/vmsish.h
36055 ____________________________________________________________________________
36056 [  9419] By: jhi                                   on 2001/03/28  18:42:05
36057         Log: Can't trust external pwds
36058              (either shell builtins or external programs)
36059      Branch: perl
36060            ! t/lib/cwd.t
36061 ____________________________________________________________________________
36062 [  9418] By: jhi                                   on 2001/03/28  18:34:05
36063         Log: Integrate perlio.
36064      Branch: perl
36065            - lib/perlio.pm
36066           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
36067           !> t/op/utf8decode.t
36068 ____________________________________________________________________________
36069 [  9417] By: nick                                  on 2001/03/28  18:24:02
36070         Log: PerlIO.pm / perlio.pm conflict.
36071              Update some pods.
36072              Make t/op/utf8decode.t a text file.
36073      Branch: perlio
36074            - lib/perlio.pm
36075            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
36076            ! t/op/utf8decode.t
36077 ____________________________________________________________________________
36078 [  9416] By: jhi                                   on 2001/03/28  18:06:07
36079         Log: Integrate change #9409 from mainline to maintperl.
36080              
36081              Yet another tweak on AIX dynaloading.
36082      Branch: maint-5.6/perl
36083           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
36084 ____________________________________________________________________________
36085 [  9415] By: gsar                                  on 2001/03/28  17:13:01
36086         Log: integrate changes#9377,9385,9401 from mainline
36087              
36088              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
36089              
36090              If directory entries compare equal case-insensitively,
36091              retry case-sensitively.
36092              
36093              Subject: [PATCH] B::Terse and warnings
36094      Branch: maint-5.6/perl
36095           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
36096           !> t/pragma/warn/perl
36097 ____________________________________________________________________________
36098 [  9414] By: jhi                                   on 2001/03/28  17:11:12
36099         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
36100              From: "Craig A. Berry" <craigberry@mac.com>
36101              Date: Wed, 28 Mar 2001 10:55:20 -0600
36102              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
36103      Branch: perl
36104            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
36105 ____________________________________________________________________________
36106 [  9413] By: jhi                                   on 2001/03/28  17:03:12
36107         Log: Dup hunk.
36108      Branch: perl
36109            ! t/op/utf8decode.t
36110 ____________________________________________________________________________
36111 [  9412] By: jhi                                   on 2001/03/28  17:02:36
36112         Log: Forced integrate from perlio.
36113      Branch: perl
36114           !> t/op/utf8decode.t
36115 ____________________________________________________________________________
36116 [  9411] By: nick                                  on 2001/03/28  16:50:03
36117         Log: Integrate mainline.
36118      Branch: perlio
36119           +> t/lib/cwd.t
36120           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
36121           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
36122           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
36123           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
36124           !> t/pragma/warn/perl
36125 ____________________________________________________________________________
36126 [  9410] By: jhi                                   on 2001/03/28  16:44:23
36127         Log: Subject: Re: [PATCH] 9403 cannot be tested
36128              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36129              Date: Wed, 28 Mar 2001 18:33:56 +0200
36130              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
36131      Branch: perl
36132            ! makedef.pl
36133 ____________________________________________________________________________
36134 [  9409] By: jhi                                   on 2001/03/28  16:12:45
36135         Log: Yet another tweak on AIX dynaloading.
36136      Branch: perl
36137            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
36138 ____________________________________________________________________________
36139 [  9408] By: jhi                                   on 2001/03/28  15:52:55
36140         Log: Subject: [PATCH] 9403 cannot be tested
36141              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
36142              Date: Wed, 28 Mar 2001 17:23:00 +0200
36143              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
36144              
36145              A missing symbol.
36146      Branch: perl
36147            ! makedef.pl
36148 ____________________________________________________________________________
36149 [  9407] By: jhi                                   on 2001/03/28  15:47:43
36150         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
36151      Branch: perl
36152            ! t/op/utf8decode.t
36153           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
36154           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
36155 ____________________________________________________________________________
36156 [  9406] By: jhi                                   on 2001/03/28  15:37:08
36157         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
36158              From: Benjamin Sugars <bsugars@canoe.ca> 
36159              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
36160              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
36161      Branch: perl
36162            + t/lib/cwd.t
36163            ! MANIFEST
36164 ____________________________________________________________________________
36165 [  9405] By: jhi                                   on 2001/03/28  15:13:18
36166         Log: pp_ne() needs a CORRECT boolean.
36167      Branch: perl
36168            ! pp.c
36169 ____________________________________________________________________________
36170 [  9404] By: jhi                                   on 2001/03/28  15:09:23
36171         Log: pp_ne() needs a boolean, not an integer.
36172      Branch: perl
36173            ! pp.c
36174 ____________________________________________________________________________
36175 [  9403] By: jhi                                   on 2001/03/28  14:47:43
36176         Log: (Retracted by #9404.)
36177      Branch: perl
36178            ! pp.c
36179 ____________________________________________________________________________
36180 [  9402] By: jhi                                   on 2001/03/28  14:43:59
36181         Log: Subject: Re: [PATCH] Typemap testing
36182              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
36183              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
36184              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
36185      Branch: perl
36186            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
36187            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
36188 ____________________________________________________________________________
36189 [  9401] By: jhi                                   on 2001/03/28  14:42:14
36190         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
36191              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
36192              Date: Sun, 25 Mar 2001 21:59:15 +0100
36193              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
36194              
36195              A variable will be checked for the "use once" warnings if:
36196              
36197              1. It is in the scope of a use warnings 'once'
36198              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
36199              
36200              Otherwise it won't be checked at all.
36201              
36202              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
36203              
36204              The enclosed patch partially fixes this issue. What I didn't
36205              get to work was the case where the "used once" warning is enabled
36206              in any file other than the main file.
36207      Branch: perl
36208            ! gv.c t/pragma/warn/perl
36209 ____________________________________________________________________________
36210 [  9400] By: nick                                  on 2001/03/28  14:38:24
36211         Log: More EBCDIC tweaks:
36212              - one more swash issue &~(0xA0-1) did not do the right thing,
36213              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
36214              - add "use re 'asciirange'" to make [!-~] etc. work
36215              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
36216              - Choose a key for t/op/each.t test which gets encoded.
36217              - Skip utf8decode if this is UTF-EBCDIC.
36218      Branch: perlio
36219            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
36220            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
36221 ____________________________________________________________________________
36222 [  9399] By: jhi                                   on 2001/03/28  14:21:00
36223         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
36224              Andreas Schwab.
36225      Branch: perl
36226            ! pp.c
36227 ____________________________________________________________________________
36228 [  9398] By: jhi                                   on 2001/03/28  00:55:56
36229         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
36230              From: David Dyck <dcd@tc.fluke.com>
36231              Date: Tue, 27 Mar 2001 15:16:24 -0800
36232              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
36233      Branch: perl
36234            ! ext/IO/lib/IO/Socket.pm
36235 ____________________________________________________________________________
36236 [  9397] By: jhi                                   on 2001/03/27  21:52:49
36237         Log: Integrate perlio.
36238      Branch: perl
36239           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
36240           +> ext/PerlIO/Via/Via.xs
36241           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
36242 ____________________________________________________________________________
36243 [  9396] By: nick                                  on 2001/03/27  21:45:13
36244         Log: Integrate mainline.
36245      Branch: perlio
36246           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
36247           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
36248 ____________________________________________________________________________
36249 [  9395] By: nick                                  on 2001/03/27  21:18:58
36250         Log: Outline docs for PerlIO and PerlIO::Scalar
36251      Branch: perlio
36252            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
36253 ____________________________________________________________________________
36254 [  9394] By: nick                                  on 2001/03/27  20:50:13
36255         Log: PerlIO::Via layer (alpha-ish).
36256      Branch: perlio
36257            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
36258            + ext/PerlIO/Via/Via.xs
36259            ! MANIFEST
36260 ____________________________________________________________________________
36261 [  9393] By: jhi                                   on 2001/03/27  20:49:55
36262         Log: Retract #9329 now that 9390 should take care of the matter.
36263      Branch: perl
36264            ! utils/h2xs.PL
36265 ____________________________________________________________________________
36266 [  9390] By: jhi                                   on 2001/03/27  20:47:50
36267         Log: Subject: Autoloading Errno.pm when %! is encountered
36268              From: Robin Houston <robin@kitsite.com>
36269              Date: Tue, 27 Mar 2001 20:57:11 +0100
36270              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
36271      Branch: perl
36272            ! embed.h embed.pl gv.c proto.h t/op/magic.t
36273 ____________________________________________________________________________
36274 [  9389] By: jhi                                   on 2001/03/27  20:24:31
36275         Log: Integrate perlio.
36276      Branch: perl
36277           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
36278           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
36279           !> utf8.c
36280 ____________________________________________________________________________
36281 [  9388] By: jhi                                   on 2001/03/27  20:21:38
36282         Log: Better have a three-element array if one is going to assign
36283              to the third element of that array. (from Tim Jenness)
36284      Branch: perl
36285            ! ext/XS/Typemap/Typemap.xs
36286 ____________________________________________________________________________
36287 [  9387] By: nick                                  on 2001/03/27  20:15:43
36288         Log: Integrate mainline.
36289      Branch: perlio
36290           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
36291           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
36292           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
36293           +> t/lib/xs-typemap.t
36294           !> (integrate 34 files)
36295 ____________________________________________________________________________
36296 [  9386] By: jhi                                   on 2001/03/27  20:04:18
36297         Log: Subject: Re: perl@9359 breaks HTML::Parser
36298              From: Gisle Aas <gisle@ActiveState.com>
36299              Date: 27 Mar 2001 11:30:24 -0800
36300              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
36301              
36302              Clarify the UTF-8 issues of the API docs.
36303              (Slightly reworded and expanded.)
36304      Branch: perl
36305            ! pod/perlapi.pod sv.c sv.h
36306 ____________________________________________________________________________
36307 [  9385] By: jhi                                   on 2001/03/27  19:44:25
36308         Log: If directory entries compare equal case-insensitively,
36309              retry case-sensitively.
36310      Branch: perl
36311            ! ext/File/Glob/bsd_glob.c
36312 ____________________________________________________________________________
36313 [  9384] By: nick                                  on 2001/03/27  19:38:50
36314         Log: Various EBCDIC fixes:
36315              - major revelation that swash code is encoding aware,
36316              (or thought it was) - now it is ;-)
36317              - With that out of the way fix a slab of tr/// cases.
36318              - Fix Encode 'Unicode' to be true Unicode so tests pass.
36319              - As anticipated Base64.xs needed tweaks.
36320              - Until tr/// works right avoid old_encode64 in MIME tests.
36321      Branch: perlio
36322            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
36323            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
36324 ____________________________________________________________________________
36325 [  9383] By: jhi                                   on 2001/03/27  18:34:41
36326         Log: Add the std test suite BEGIN block.
36327      Branch: perl
36328            ! t/lib/xs-typemap.t
36329 ____________________________________________________________________________
36330 [  9382] By: jhi                                   on 2001/03/27  15:16:07
36331         Log: Add debugging output to the test.
36332      Branch: perl
36333            ! t/lib/glob-basic.t
36334 ____________________________________________________________________________
36335 [  9381] By: jhi                                   on 2001/03/27  15:08:10
36336         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
36337      Branch: perl
36338            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
36339            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
36340            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
36341            + t/lib/xs-typemap.t
36342            ! MANIFEST
36343 ____________________________________________________________________________
36344 [  9380] By: jhi                                   on 2001/03/27  14:48:34
36345         Log: Subject: [PATCH] Typemap testing
36346              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
36347              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
36348              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
36349              
36350              (The first part of the patch.)
36351      Branch: perl
36352            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
36353 ____________________________________________________________________________
36354 [  9379] By: jhi                                   on 2001/03/27  14:44:56
36355         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
36356              From: Benjamin Sugars <bsugars@canoe.ca> 
36357              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
36358              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
36359      Branch: perl
36360            ! t/lib/glob-basic.t
36361 ____________________________________________________________________________
36362 [  9378] By: jhi                                   on 2001/03/27  14:42:30
36363         Log: Subject: [PATCH] perlvar nit
36364              From: Simon Cozens <simon@netthink.co.uk>
36365              Date: Tue, 27 Mar 2001 01:12:01 +0100
36366              Message-ID: <20010327011201.A19179@netthink.co.uk>
36367      Branch: perl
36368            ! pod/perlvar.pod
36369 ____________________________________________________________________________
36370 [  9377] By: jhi                                   on 2001/03/27  14:36:26
36371         Log: Subject: [PATCH] B::Terse and warnings
36372              From: Benjamin Sugars <ben.sugars@home.com>
36373              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
36374              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
36375      Branch: perl
36376            ! ext/B/B.pm ext/B/B/Terse.pm
36377 ____________________________________________________________________________
36378 [  9376] By: jhi                                   on 2001/03/27  14:31:31
36379         Log: Document sockatmark() some.
36380      Branch: perl
36381            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
36382            ! pod/perltoc.pod
36383 ____________________________________________________________________________
36384 [  9375] By: jhi                                   on 2001/03/27  14:00:24
36385         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
36386              noted by Gisle and fixed by NI-S.
36387      Branch: perl
36388            ! sv.c
36389 ____________________________________________________________________________
36390 [  9374] By: jhi                                   on 2001/03/27  05:50:01
36391         Log: Regen toc.
36392      Branch: perl
36393            ! pod/perltoc.pod
36394 ____________________________________________________________________________
36395 [  9373] By: jhi                                   on 2001/03/27  05:43:51
36396         Log: Pixie documenting.
36397      Branch: perl
36398            ! Makefile.SH pod/perlhack.pod
36399 ____________________________________________________________________________
36400 [  9372] By: jhi                                   on 2001/03/27  05:29:34
36401         Log: Metaconfig unit changes for #9371.
36402      Branch: metaconfig
36403            ! U/modified/myhostname.U
36404      Branch: metaconfig/U/perl
36405            + d_sockatmark.U
36406            ! gccvers.U
36407 ____________________________________________________________________________
36408 [  9371] By: jhi                                   on 2001/03/27  05:29:07
36409         Log: Add sockatmark() probing.
36410      Branch: perl
36411            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36412            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
36413            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36414            ! vos/config.ga.h win32/config.bc win32/config.gc
36415            ! win32/config.vc
36416 ____________________________________________________________________________
36417 [  9370] By: jhi                                   on 2001/03/26  22:01:18
36418         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
36419              Really need to benchmark this.
36420      Branch: perl
36421            ! pp.c
36422 ____________________________________________________________________________
36423 [  9369] By: nick                                  on 2001/03/26  21:59:30
36424         Log: Integrate mainline.
36425      Branch: perlio
36426            ! ext/MIME/Base64/QuotedPrint.pm
36427           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
36428           !> patchlevel.h pod/perlhack.pod pp_sys.c
36429 ____________________________________________________________________________
36430 [  9368] By: jhi                                   on 2001/03/26  21:47:03
36431         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
36432              
36433              TODO1: perlbench.
36434              TODO2: le, lt, ge, gt?  Yech.
36435      Branch: perl
36436            ! pp.c
36437 ____________________________________________________________________________
36438 [  9367] By: jhi                                   on 2001/03/26  21:34:57
36439         Log: Too much cut-and-paste in #9363.
36440      Branch: perl
36441            ! pp_sys.c
36442 ____________________________________________________________________________
36443 [  9366] By: jhi                                   on 2001/03/26  21:20:53
36444         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
36445              From: Andreas Schwab <schwab@suse.de>
36446              Date: 26 Mar 2001 17:29:04 +0200
36447              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
36448              
36449              (The patch for 5.6.0 or so, this is a guess for bleadperl)
36450      Branch: perl
36451            ! pp_hot.c
36452 ____________________________________________________________________________
36453 [  9365] By: jhi                                   on 2001/03/26  21:07:54
36454         Log: Integrate perlio.
36455      Branch: perl
36456           !> perlio.c
36457 ____________________________________________________________________________
36458 [  9364] By: nick                                  on 2001/03/26  20:30:48
36459         Log: REFCNT botch in layer name cache hash.
36460      Branch: perlio
36461            ! perlio.c
36462 ____________________________________________________________________________
36463 [  9363] By: jhi                                   on 2001/03/26  18:44:32
36464         Log: Subject: [PATCH] socket() leaks file descriptors
36465              From: Benjamin Sugars <bsugars@canoe.ca>
36466              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
36467              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
36468              
36469              Also sockpair() fixed similarly.
36470      Branch: perl
36471            ! pp_sys.c
36472 ____________________________________________________________________________
36473 [  9362] By: jhi                                   on 2001/03/26  18:37:52
36474         Log: Integrate perlio.
36475      Branch: perl
36476           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
36477 ____________________________________________________________________________
36478 [  9361] By: nick                                  on 2001/03/26  17:32:06
36479         Log: Implement flush of linebuffered streams on read of a tty.
36480      Branch: perlio
36481            ! perlio.c perliol.h
36482 ____________________________________________________________________________
36483 [  9360] By: nick                                  on 2001/03/26  17:12:32
36484         Log: Memory tweaks and notes for OEMVS.
36485      Branch: perlio
36486            ! README.os390 miniperlmain.c t/op/pat.t
36487 ____________________________________________________________________________
36488 [  9359] By: jhi                                   on 2001/03/26  02:12:54
36489         Log: Update Changes.
36490      Branch: perl
36491            ! Changes patchlevel.h
36492 ____________________________________________________________________________
36493 [  9358] By: jhi                                   on 2001/03/26  02:05:32
36494         Log: Document the most common pixie options.
36495      Branch: perl
36496            ! pod/perlhack.pod
36497 ____________________________________________________________________________
36498 [  9357] By: jhi                                   on 2001/03/26  01:25:28
36499         Log: For perl.pixie check *before* compiling that optimize is -g,
36500              as for perl.third.
36501      Branch: perl
36502            ! Makefile.SH
36503 ____________________________________________________________________________
36504 [  9356] By: jhi                                   on 2001/03/26  01:13:41
36505         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
36506      Branch: perl
36507            ! Makefile.SH
36508 ____________________________________________________________________________
36509 [  9355] By: jhi                                   on 2001/03/26  01:11:19
36510         Log: Remove t/perl.third.
36511      Branch: perl
36512            ! Makefile.SH
36513 ____________________________________________________________________________
36514 [  9354] By: jhi                                   on 2001/03/26  00:23:38
36515         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
36516              IO::Sockatmark().
36517      Branch: perl
36518            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
36519 ____________________________________________________________________________
36520 [  9353] By: jhi                                   on 2001/03/25  22:25:04
36521         Log: Integrate perlio.
36522      Branch: perl
36523           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
36524           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
36525           !> pp_hot.c win32/makefile.mk
36526 ____________________________________________________________________________
36527 [  9352] By: jhi                                   on 2001/03/25  22:21:41
36528         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
36529              From: Radu Greab <radu@netsoft.ro>
36530              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
36531              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
36532      Branch: perl
36533            ! pp_sys.c
36534 ____________________________________________________________________________
36535 [  9351] By: nick                                  on 2001/03/25  22:15:02
36536         Log: Fix readline in list mode to tell rest of world that it has
36537              things on the stack. Otherwise if perl code gets invoked
36538              underneath it it scribbles over results-so-far.
36539              (Why TIEHANDLE has not tripped on this is a mystery.)
36540      Branch: perlio
36541            ! pp_hot.c
36542 ____________________________________________________________________________
36543 [  9350] By: nick                                  on 2001/03/25  22:10:13
36544         Log: win32/makefile.mk typos
36545      Branch: perlio
36546            ! win32/makefile.mk
36547 ____________________________________________________________________________
36548 [  9349] By: nick                                  on 2001/03/25  21:31:14
36549         Log: Integrate now-non-binary file.
36550      Branch: perlio
36551           !> t/lib/mimeqp.t
36552 ____________________________________________________________________________
36553 [  9348] By: nick                                  on 2001/03/25  21:27:24
36554         Log: Make it text
36555      Branch: perlio
36556            ! t/lib/mimeqp.t
36557 ____________________________________________________________________________
36558 [  9347] By: nick                                  on 2001/03/25  21:25:37
36559         Log: Integrate mainline.
36560      Branch: perlio
36561           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
36562           !> lib/Term/ReadLine.pm t/lib/md5-file.t
36563 ____________________________________________________________________________
36564 [  9346] By: nick                                  on 2001/03/25  20:58:15
36565         Log: Add destruct time hook to PerlIO (for work-in-process implementing
36566              layers in perl code. In such cases layers need to be popped before
36567              we loose the ability to run perl code.)
36568              Also back-out "PerlIO::object" hook - it isn't going to work like that...
36569      Branch: perlio
36570            ! perl.c perlio.c perlio.h perliol.h
36571 ____________________________________________________________________________
36572 [  9345] By: nick                                  on 2001/03/25  20:49:11
36573         Log: Avoid at leasy one of undefined warnings in Encode.
36574      Branch: perlio
36575            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
36576 ____________________________________________________________________________
36577 [  9344] By: jhi                                   on 2001/03/25  20:37:43
36578         Log: A workaround for using Term::ReadLine in emacs minibuffer
36579              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
36580              additional tweaks from Ilya Zakharevich.
36581      Branch: perl
36582            ! lib/Term/ReadLine.pm
36583 ____________________________________________________________________________
36584 [  9343] By: nick                                  on 2001/03/25  20:21:14
36585         Log: Missing return value.
36586      Branch: perlio
36587            ! ext/PerlIO/Scalar/Scalar.xs
36588 ____________________________________________________________________________
36589 [  9342] By: jhi                                   on 2001/03/25  16:21:00
36590         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
36591              to equal the CPAN versions since no code changes have been made.
36592      Branch: perl
36593            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
36594            ! t/lib/md5-file.t
36595 ____________________________________________________________________________
36596 [  9341] By: jhi                                   on 2001/03/25  16:01:48
36597         Log: Escape 8-bit characters.
36598      Branch: perl
36599            ! t/lib/mimeqp.t
36600 ____________________________________________________________________________
36601 [  9340] By: gsar                                  on 2001/03/25  15:50:53
36602         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
36603              chars)
36604      Branch: perl
36605            + t/lib/mimeqp.t
36606 ____________________________________________________________________________
36607 [  9339] By: gsar                                  on 2001/03/25  15:48:50
36608         Log: delete mimeqp.t for later add with text mode set
36609      Branch: perl
36610            - t/lib/mimeqp.t
36611 ____________________________________________________________________________
36612 [  9338] By: nick                                  on 2001/03/25  09:01:57
36613         Log: Integrate mainline.
36614      Branch: perlio
36615           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
36616           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
36617           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
36618           +> t/lib/mimeb64u.t t/lib/mimeqp.t
36619           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
36620           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
36621           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
36622 ____________________________________________________________________________
36623 [  9337] By: jhi                                   on 2001/03/25  04:23:24
36624         Log: Add MIME::Base64 here and there.  Again, a lot of
36625              optimism is in the air.
36626      Branch: perl
36627            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
36628            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
36629 ____________________________________________________________________________
36630 [  9336] By: jhi                                   on 2001/03/25  04:12:43
36631         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
36632              this by ear as I do not do Win32 programming.)
36633      Branch: perl
36634            ! win32/Makefile win32/makefile.mk
36635 ____________________________________________________________________________
36636 [  9335] By: jhi                                   on 2001/03/25  04:03:50
36637         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
36638      Branch: perl
36639            ! t/lib/md5-file.t
36640 ____________________________________________________________________________
36641 [  9334] By: jhi                                   on 2001/03/25  03:58:53
36642         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
36643      Branch: perl
36644            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
36645            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
36646            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
36647            + t/lib/mimeb64u.t t/lib/mimeqp.t
36648            ! MANIFEST
36649 ____________________________________________________________________________
36650 [  9333] By: jhi                                   on 2001/03/24  20:14:37
36651         Log: Integrate perlio.
36652      Branch: perl
36653           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
36654 ____________________________________________________________________________
36655 [  9332] By: nick                                  on 2001/03/24  19:40:34
36656         Log: Fix un-init variable leading to spurious "Out of Memory!"
36657      Branch: perlio
36658            ! doio.c
36659 ____________________________________________________________________________
36660 [  9331] By: nick                                  on 2001/03/24  19:09:59
36661         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
36662              and update layers internals doc.
36663      Branch: perlio
36664            ! pod/perlfunc.pod pod/perliol.pod
36665 ____________________________________________________________________________
36666 [  9330] By: jhi                                   on 2001/03/24  18:42:11
36667         Log: The length might be uninitialized garbage if the *svp is the undef.
36668      Branch: perl
36669            ! doio.c
36670 ____________________________________________________________________________
36671 [  9329] By: jhi                                   on 2001/03/24  18:26:57
36672         Log: (Retracted by #9393)
36673              
36674              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
36675              From: Simon Cozens <simon@netthink.co.uk>
36676              Date: Sat, 24 Mar 2001 17:13:17 +0000
36677              Message-ID: <20010324171317.A13406@netthink.co.uk>
36678      Branch: perl
36679            ! utils/h2xs.PL
36680 ____________________________________________________________________________
36681 [  9328] By: nick                                  on 2001/03/24  17:22:02
36682         Log: Integrate mainline.
36683      Branch: perlio
36684           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
36685           !> lib/unicode/version
36686 ____________________________________________________________________________
36687 [  9327] By: nick                                  on 2001/03/24  17:16:02
36688         Log: Integrate mainline.
36689      Branch: perlio
36690           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
36691           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
36692           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
36693           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
36694           +> t/lib/md5-file.t
36695           !> MANIFEST Makefile.SH configure.com djgpp/config.over
36696           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
36697           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
36698           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
36699           !> win32/makefile.mk
36700 ____________________________________________________________________________
36701 [  9326] By: jhi                                   on 2001/03/24  17:00:42
36702         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
36703      Branch: perl
36704            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
36705            ! lib/unicode/version
36706 ____________________________________________________________________________
36707 [  9325] By: jhi                                   on 2001/03/24  16:22:33
36708         Log: Subject: Re: B::Deparse bug (5.6.0)
36709              From: Robin Houston <robin@kitsite.com>
36710              Date: Sat, 24 Mar 2001 14:33:09 +0000
36711              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
36712      Branch: perl
36713            ! op.c pp.c t/lib/b.t t/op/repeat.t
36714 ____________________________________________________________________________
36715 [  9324] By: jhi                                   on 2001/03/24  16:21:56
36716         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
36717              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
36718              these additions may be too optimistic.
36719      Branch: perl
36720            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
36721            ! hints/uwin.sh hints/vmesa.sh
36722 ____________________________________________________________________________
36723 [  9323] By: jhi                                   on 2001/03/24  16:06:01
36724         Log: Integrate perlio.
36725      Branch: perl
36726           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
36727           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
36728            ! Makefile.SH
36729           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
36730           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
36731           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
36732           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
36733           !> win32/makefile.mk win32/perlhost.h win32/win32.c
36734           !> win32/win32iop.h
36735 ____________________________________________________________________________
36736 [  9322] By: nick                                  on 2001/03/24  14:39:12
36737         Log: Routine Win32 regen_config_h - no real changes.
36738      Branch: perlio
36739            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36740 ____________________________________________________________________________
36741 [  9321] By: nick                                  on 2001/03/24  14:31:49
36742         Log: PerlIO fixups for Win32:
36743              - provide win33_popenlist() - non-functional as yet.
36744              - avoid need for aTHX in PerlIO_debug calls - even if not 
36745              enabled args are still evaluated so Win32 has trouble during fork().
36746              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
36747              - Fixup makedef.pl for latest set of symbols.
36748      Branch: perlio
36749            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
36750            ! win32/perlhost.h win32/win32.c win32/win32iop.h
36751 ____________________________________________________________________________
36752 [  9320] By: nick                                  on 2001/03/24  14:26:58
36753         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
36754              was gibberish - broke it on WIn32 at least.
36755      Branch: perlio
36756            ! ext/POSIX/POSIX.xs
36757 ____________________________________________________________________________
36758 [  9319] By: nick                                  on 2001/03/24  11:29:41
36759         Log: Generated files.
36760      Branch: perlio
36761            ! embed.h global.sym objXSUB.h perlapi.c proto.h
36762 ____________________________________________________________________________
36763 [  9318] By: nick                                  on 2001/03/24  10:29:37
36764         Log: Implement:
36765              1.  open($fh,"+<",undef);  # add test to t/io/open.t
36766              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
36767      Branch: perlio
36768            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
36769            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
36770            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
36771            ! t/io/open.t t/io/utf8.t
36772 ____________________________________________________________________________
36773 [  9317] By: jhi                                   on 2001/03/23  23:41:25
36774         Log: AIX does seems to have optimization problems with its C compilers.
36775      Branch: perl
36776            ! hints/aix.sh
36777 ____________________________________________________________________________
36778 [  9316] By: jhi                                   on 2001/03/23  23:40:46
36779         Log: Integrate perlio.
36780      Branch: perl
36781           +> lib/PerlIO.pm
36782           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
36783           !> perliol.h
36784 ____________________________________________________________________________
36785 [  9315] By: jhi                                   on 2001/03/23  22:16:30
36786         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
36787      Branch: perl
36788            ! t/lib/md5-file.t
36789 ____________________________________________________________________________
36790 [  9314] By: nick                                  on 2001/03/23  20:49:02
36791         Log: Perlio internals re-organized.
36792              - open process creates AV of layer/arg pairs
36793              (appends layers from open() or open.pm to default list).
36794              - push arg is now an SV.
36795              - layer ->Open get passed the AV
36796              - open is no longer mandatory method.
36797              - topmost layer that has ->Open method does the open
36798              - any layers above are pushed once that returns.
36799              - vtable re-ordered so dummy layers need only provide push/pop methods.
36800      Branch: perlio
36801            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
36802 ____________________________________________________________________________
36803 [  9313] By: nick                                  on 2001/03/23  16:27:41
36804         Log: Check in a stable (working) version before next round of tweaks.
36805              Changes include:
36806              - Move default layers code out of doio.c and into perlio.c
36807              - Single routine for parsing layer specification strings.
36808              - Skeleton support for demand loading of layers
36809              - Core-dump avoidance if PERLIO environment specifies loadable layer
36810              (does not _work_ as need IO to load and need load to do IO ...)
36811      Branch: perlio
36812            + lib/PerlIO.pm
36813            ! MANIFEST doio.c perlio.c
36814 ____________________________________________________________________________
36815 [  9312] By: gsar                                  on 2001/03/23  16:25:25
36816         Log: add execute bit to files with shebang lines in the repository;
36817              avoid clobbering execute bit in Porting/makerel 
36818      Branch: maint-5.6/perl
36819            ! (edit 144 files)
36820 ____________________________________________________________________________
36821 [  9311] By: jhi                                   on 2001/03/23  14:25:35
36822         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
36823      Branch: perl
36824            ! MANIFEST
36825 ____________________________________________________________________________
36826 [  9310] By: jhi                                   on 2001/03/23  13:45:04
36827         Log: Subject: [PATCH] Net::Ping
36828              From: Colin McMillen <mcmi0037@tc.umn.edu>
36829              Date: Thu, 22 Mar 2001 19:30:31 -0600
36830              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
36831      Branch: perl
36832            ! lib/Net/Ping.pm
36833 ____________________________________________________________________________
36834 [  9309] By: jhi                                   on 2001/03/23  13:39:13
36835         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
36836      Branch: perl
36837            ! t/lib/md5-aaa.t t/lib/md5-file.t
36838 ____________________________________________________________________________
36839 [  9308] By: jhi                                   on 2001/03/23  13:20:34
36840         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
36841              - bump the version to 2.14
36842              - drop the base64 tests since they require MIME::Base64
36843              - drop the rfc1321.txt
36844              - drop the hints/dec_osf.pl since it's only needed for
36845              pre-5.005_03 Perls
36846              Todo:
36847              - the U32 alignment testing is now removed; it needs to
36848              be reintroduced as as a Config variable (meaning also
36849              as a Configure test)
36850              - get the new EBCDIC md5sum for MD5.pm
36851              - test in Win32 to see how badly I botched the makefiles
36852      Branch: perl
36853            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
36854            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
36855            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
36856            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
36857            + t/lib/md5-file.t
36858            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
36859            ! win32/Makefile win32/makefile.mk
36860 ____________________________________________________________________________
36861 [  9307] By: jhi                                   on 2001/03/23  12:56:14
36862         Log: Integrate change #9306 from maintperl into mainline,
36863              AIX dynaloader for AIXes without <load.h>.
36864      Branch: perl
36865           !> ext/DynaLoader/hints/aix.pl
36866 ____________________________________________________________________________
36867 [  9306] By: jhi                                   on 2001/03/23  12:51:36
36868         Log: There are AIXes without /usr/include/load.h,
36869              patch from H.Merijn Brand.
36870      Branch: maint-5.6/perl
36871            ! ext/DynaLoader/hints/aix.pl
36872 ____________________________________________________________________________
36873 [  9305] By: nick                                  on 2001/03/23  11:00:42
36874         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
36875      Branch: perlio
36876            ! ext/Encode/Encode.xs perlio.c perlio.h
36877 ____________________________________________________________________________
36878 [  9304] By: nick                                  on 2001/03/23  10:20:46
36879         Log: Render -Duseperlio functional again.
36880              - this is "quick fix" which calls PerlIO_apply_layers after opening,
36881              which is what old scheme did. New scheme needs to change that
36882              to make open(...,\$scalar) etc. work but this will do for now.
36883      Branch: perlio
36884            ! perlio.c
36885 ____________________________________________________________________________
36886 [  9303] By: nick                                  on 2001/03/23  09:53:20
36887         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
36888              -Uuseperlio now works again.
36889              -Duseperlio is still poorly. Don't merge yet...
36890      Branch: perlio
36891            ! doio.c perlio.h
36892 ____________________________________________________________________________
36893 [  9302] By: nick                                  on 2001/03/22  22:26:51
36894         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
36895              type code.
36896              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
36897              is its main caller. In particular now has access to "extra" args, and
36898              can tell when an open handle is "reopened" (or duped?).
36899              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
36900              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
36901              PerlIO_open() et. al. (i.e. other way round).
36902              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
36903              with args close to PerlIO_openn().
36904      Branch: perlio
36905            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
36906 ____________________________________________________________________________
36907 [  9301] By: jhi                                   on 2001/03/22  20:58:04
36908         Log: Integrate perlio.
36909      Branch: perl
36910           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
36911           !> t/io/open.t util.c
36912 ____________________________________________________________________________
36913 [  9300] By: nick                                  on 2001/03/22  17:36:32
36914         Log: Don't include $@ in not ok message.
36915      Branch: perlio
36916            ! t/io/open.t
36917 ____________________________________________________________________________
36918 [  9299] By: gsar                                  on 2001/03/22  16:53:45
36919         Log: back out changes#7532,7521 for now (appears to have problems
36920              on IRIX)
36921      Branch: maint-5.6/perl
36922            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
36923            ! ext/POSIX/typemap pod/perlvar.pod
36924 ____________________________________________________________________________
36925 [  9298] By: nick                                  on 2001/03/22  14:35:46
36926         Log: Give a meaning to '&' in n-arg open case:
36927              open($fh,"<&",$scalar);
36928              $scalar can be:
36929              - an integer which does "fdopen"
36930              open($fh,"<&",2); # like open($fh,"<&2")
36931              - something that will yield a file handle via sv_2io()
36932              useful for dup'ing anonymous handles.
36933              e.g.:
36934              open(my $fh,"<&",\*STDIN);
36935              open(my $dup,"<&",$fh);
36936      Branch: perlio
36937            ! doio.c t/io/open.t
36938 ____________________________________________________________________________
36939 [  9297] By: nick                                  on 2001/03/22  13:34:35
36940         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
36941      Branch: perlio
36942            ! util.c
36943 ____________________________________________________________________________
36944 [  9296] By: nick                                  on 2001/03/22  12:51:20
36945         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
36946      Branch: perlio
36947            ! perl.c
36948 ____________________________________________________________________________
36949 [  9295] By: nick                                  on 2001/03/22  11:59:44
36950         Log: If stdin, stdout or stderr get opened in unexpected read/write state
36951              then warn at time of open not at time of use.
36952      Branch: perlio
36953            ! doio.c pp_hot.c pp_sys.c
36954 ____________________________________________________________________________
36955 [  9294] By: nick                                  on 2001/03/22  10:54:35
36956         Log: Die on n-arg open(...,"",xxx,yyy,...)
36957              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
36958              - die on read/write cases so we can decide what it means later.
36959      Branch: perlio
36960            ! doio.c embed.pl iperlsys.h util.c
36961 ____________________________________________________________________________
36962 [  9293] By: nick                                  on 2001/03/22  09:02:45
36963         Log: perlio tweaks (reported by Nick Clark)
36964              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
36965              error check in Pendinf_read().
36966      Branch: perlio
36967            ! perlio.c
36968 ____________________________________________________________________________
36969 [  9292] By: gsar                                  on 2001/03/22  07:12:00
36970         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
36971              fixes)
36972      Branch: maint-5.6/perl
36973           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
36974 ____________________________________________________________________________
36975 [  9291] By: jhi                                   on 2001/03/22  06:06:44
36976         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
36977      Branch: perl
36978            ! t/op/re_tests
36979 ____________________________________________________________________________
36980 [  9290] By: jhi                                   on 2001/03/22  05:57:01
36981         Log: Move MacOS Classic higher in the list of supported platforms.
36982      Branch: maint-5.6/perl
36983            ! pod/perlport.pod
36984 ____________________________________________________________________________
36985 [  9289] By: gsar                                  on 2001/03/22  05:35:04
36986         Log: revert part of change#6438 for compatibility (av_reify()
36987              appears to be needed to implement av_splice()ish things
36988              in XS)
36989      Branch: maint-5.6/perl
36990            ! embed.pl global.sym objXSUB.h perlapi.c
36991 ____________________________________________________________________________
36992 [  9288] By: gsar                                  on 2001/03/22  03:09:19
36993         Log: update copyright year
36994      Branch: maint-5.6/perl
36995            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
36996            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
36997            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
36998            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
36999            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
37000            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
37001            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
37002            ! x2p/walk.c
37003 ____________________________________________________________________________
37004 [  9287] By: jhi                                   on 2001/03/21  20:30:54
37005         Log: Integrate perlio.
37006      Branch: perl
37007           !> ext/Data/Dumper/Dumper.xs
37008 ____________________________________________________________________________
37009 [  9286] By: gsar                                  on 2001/03/21  19:49:54
37010         Log: makefile.mk tweak
37011      Branch: maint-5.6/perl
37012            ! win32/Makefile win32/makefile.mk
37013 ____________________________________________________________________________
37014 [  9285] By: nick                                  on 2001/03/21  19:07:13
37015         Log: Multiplicity fix for Dumper.
37016      Branch: perlio
37017            ! ext/Data/Dumper/Dumper.xs
37018 ____________________________________________________________________________
37019 [  9284] By: nick                                  on 2001/03/21  19:01:07
37020         Log: Integrate mainline - (does not build xTHX issue in Dumper).
37021      Branch: perlio
37022           !> (integrate 27 files)
37023 ____________________________________________________________________________
37024 [  9283] By: jhi                                   on 2001/03/21  17:17:35
37025         Log: Integrate change #9282 from mainline into maintperl,
37026              4-arg UTF-8 substr().
37027      Branch: maint-5.6/perl
37028           !> pp.c
37029 ____________________________________________________________________________
37030 [  9282] By: jhi                                   on 2001/03/21  17:15:43
37031         Log: The #9270 would have leaked a scalar if pp_substr()
37032              returned early.
37033      Branch: perl
37034            ! pp.c
37035 ____________________________________________________________________________
37036 [  9281] By: gsar                                  on 2001/03/21  17:03:14
37037         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
37038      Branch: maint-5.6/perl
37039            ! win32/makefile.mk
37040 ____________________________________________________________________________
37041 [  9280] By: gsar                                  on 2001/03/21  17:01:20
37042         Log: some tweaks to change#9278 (fork() emulation should be enabled
37043              by setting BUILD_FLAVOR instead of changing the defaults)
37044      Branch: maint-5.6/perl
37045            ! win32/makefile.mk
37046 ____________________________________________________________________________
37047 [  9279] By: gsar                                  on 2001/03/21  16:47:19
37048         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
37049      Branch: maint-5.6/perl
37050            ! ext/File/Glob/Glob.pm
37051           !> lib/Cwd.pm
37052 ____________________________________________________________________________
37053 [  9278] By: jhi                                   on 2001/03/21  14:35:10
37054         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
37055              From: "Vadim Konovalov" <watman@inbox.ru>
37056              Date: Wed, 21 Mar 2001 01:53:51 +0300
37057              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
37058      Branch: maint-5.6/perl
37059            ! win32/makefile.mk win32/win32sck.c
37060 ____________________________________________________________________________
37061 [  9277] By: jhi                                   on 2001/03/21  13:58:28
37062         Log: Integrate change #9270 from mainline to maintperl:
37063              continued 4-arg UTF-8 substr() fixing.
37064      Branch: maint-5.6/perl
37065           !> pp.c t/op/substr.t
37066 ____________________________________________________________________________
37067 [  9276] By: jhi                                   on 2001/03/21  13:33:00
37068         Log: More pixie cleaning.
37069      Branch: perl
37070            ! Makefile.SH
37071 ____________________________________________________________________________
37072 [  9275] By: jhi                                   on 2001/03/21  03:54:17
37073         Log: Update Changes.
37074      Branch: perl
37075            ! Changes patchlevel.h
37076 ____________________________________________________________________________
37077 [  9274] By: jhi                                   on 2001/03/21  03:48:24
37078         Log: First stab at making Data::Dumper to grok Unicode.
37079              
37080              TODO: tests, EBCDICify.
37081      Branch: perl
37082            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
37083 ____________________________________________________________________________
37084 [  9273] By: jhi                                   on 2001/03/21  02:23:00
37085         Log: Fix for
37086              
37087              Subject: Memory leak in unquoted print   
37088              From: Benjamin Sugars <bsugars@canoe.ca> 
37089              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
37090              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
37091      Branch: perl
37092            ! perlio.c
37093 ____________________________________________________________________________
37094 [  9272] By: jhi                                   on 2001/03/21  01:33:17
37095         Log: Subject: Re: [PATCH] POSIX::getcwd()
37096              From: Benjamin Sugars <bsugars@canoe.ca> 
37097              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
37098              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
37099      Branch: perl
37100            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
37101 ____________________________________________________________________________
37102 [  9271] By: jhi                                   on 2001/03/21  01:22:52
37103         Log: Subject: [PATCH] Cwd.pm docs
37104              From: Benjamin Sugars <bsugars@canoe.ca>
37105              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
37106              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
37107      Branch: perl
37108            ! lib/Cwd.pm
37109 ____________________________________________________________________________
37110 [  9270] By: jhi                                   on 2001/03/21  01:16:29
37111         Log: Continue 4-arg substr() UTF-8 fixage.
37112      Branch: perl
37113            ! pp.c t/op/substr.t
37114 ____________________________________________________________________________
37115 [  9269] By: jhi                                   on 2001/03/21  00:46:14
37116         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
37117              
37118              revert the leak fix in change#9142 (problem needs a more experimental
37119              fix unsuitable for 5.6.1)
37120              
37121              do alphabetical sorting by default (for csh compatibility)
37122              
37123              cut-n-paste goof in change#9264
37124              
37125              VMS piping fixes (from Charles Lane)
37126      Branch: perl
37127           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
37128           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
37129           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
37130 ____________________________________________________________________________
37131 [  9268] By: jhi                                   on 2001/03/21  00:37:04
37132         Log: Integrate perlio.
37133      Branch: perl
37134           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
37135           !> utf8.c utf8.h utfebcdic.h
37136 ____________________________________________________________________________
37137 [  9267] By: nick                                  on 2001/03/20  20:04:39
37138         Log: More EBCDIC stuff:
37139              - Loose the extra level of function on ASCII.
37140              - spotted a chr(0) issue in sv.c
37141              - re-work of UTF-X tr/// ranges to work in Unicode
37142              space. Still issues with the "0xff is illegal UTF-8" hack.
37143              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
37144              (why do it once when you can do it all over the place :-(
37145              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
37146              need utf8.pm for swashes.
37147              - Simplified and commented scan_const() in toke.c
37148              Still something wrong regexp and tr (swashes?).
37149      Branch: perlio
37150            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
37151            ! utf8.c utf8.h utfebcdic.h
37152 ____________________________________________________________________________
37153 [  9266] By: gsar                                  on 2001/03/20  19:16:43
37154         Log: VMS piping fixes (from Charles Lane)
37155      Branch: maint-5.6/perl
37156            ! vms/vms.c vms/vmspipe.com
37157 ____________________________________________________________________________
37158 [  9265] By: gsar                                  on 2001/03/20  17:53:52
37159         Log: cut-n-paste goof in change#9264
37160      Branch: maint-5.6/perl
37161            ! ext/File/Glob/Glob.xs
37162 ____________________________________________________________________________
37163 [  9264] By: gsar                                  on 2001/03/20  17:43:47
37164         Log: do alphabetical sorting by default (for csh compatibility);
37165              bsd_glob() does ASCII sort by default as usual, unless
37166              GLOB_ALPHASORT was specified
37167      Branch: maint-5.6/perl
37168            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
37169            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
37170            ! ext/File/Glob/bsd_glob.h
37171 ____________________________________________________________________________
37172 [  9263] By: gsar                                  on 2001/03/20  16:40:08
37173         Log: integrate change#9255 from mainline (unicode fix)
37174              
37175              substr($bytestr, i, n, $charstr)
37176      Branch: maint-5.6/perl
37177           !> Todo-5.6 pp.c t/op/substr.t
37178 ____________________________________________________________________________
37179 [  9262] By: gsar                                  on 2001/03/20  15:57:41
37180         Log: revert the leak fix in change#9142 (problem needs a more experimental
37181              fix unsuitable for 5.6.1)
37182      Branch: maint-5.6/perl
37183            ! scope.c
37184 ____________________________________________________________________________
37185 [  9261] By: jhi                                   on 2001/03/20  14:26:25
37186         Log: Integrate changes #9259,9260 from maintperl into mainline.
37187              
37188              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
37189              
37190              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
37191      Branch: perl
37192           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
37193 ____________________________________________________________________________
37194 [  9260] By: jhi                                   on 2001/03/20  14:05:46
37195         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
37196              From: Robin Barker <rmb1@cise.npl.co.uk>
37197              Date: Tue, 20 Mar 2001 10:12:04 GMT
37198              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
37199      Branch: maint-5.6/perl
37200            ! run.c
37201 ____________________________________________________________________________
37202 [  9259] By: jhi                                   on 2001/03/20  14:04:39
37203         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
37204              From: Chris Nandor <pudge@pobox.com>
37205              Date: Tue, 20 Mar 2001 00:40:56 -0500
37206              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
37207      Branch: maint-5.6/perl
37208            ! ext/POSIX/POSIX.xs lib/File/Path.pm
37209 ____________________________________________________________________________
37210 [  9258] By: jhi                                   on 2001/03/20  05:09:34
37211         Log: Update Changes.
37212      Branch: perl
37213            ! Changes patchlevel.h
37214 ____________________________________________________________________________
37215 [  9257] By: jhi                                   on 2001/03/20  05:04:25
37216         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
37217      Branch: perl
37218            ! t/op/tr.t
37219 ____________________________________________________________________________
37220 [  9256] By: jhi                                   on 2001/03/20  04:43:12
37221         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
37222              From: Peter Prymmer <pvhp@forte.com>
37223              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
37224              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
37225      Branch: maint-5.6/perl
37226            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
37227 ____________________________________________________________________________
37228 [  9255] By: jhi                                   on 2001/03/19  23:17:17
37229         Log: substr($bytestr, i, n, $charstr)
37230              
37231              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
37232      Branch: perl
37233            ! Todo-5.6 pp.c t/op/substr.t
37234 ____________________________________________________________________________
37235 [  9254] By: jhi                                   on 2001/03/19  22:25:09
37236         Log: Rearrange the make test target prerequisites so that
37237              in a parallel make 'all' is finished before 'test'.
37238      Branch: perl
37239            ! Makefile.SH
37240 ____________________________________________________________________________
37241 [  9253] By: jhi                                   on 2001/03/19  21:48:07
37242         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
37243              From: Robin Houston <robin@kitsite.com>
37244              Date: Mon, 19 Mar 2001 15:48:41 +0000
37245              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
37246      Branch: perl
37247            ! pp_ctl.c
37248 ____________________________________________________________________________
37249 [  9252] By: jhi                                   on 2001/03/19  21:42:27
37250         Log: Integrate perlio.
37251      Branch: perl
37252           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
37253           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
37254           !> utfebcdic.h vms/perly_c.vms
37255 ____________________________________________________________________________
37256 [  9251] By: jhi                                   on 2001/03/19  21:31:28
37257         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
37258              
37259              Dynaloading in 64-bit AIX with vac.
37260      Branch: perl
37261           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
37262           !> hints/aix.sh
37263 ____________________________________________________________________________
37264 [  9250] By: jhi                                   on 2001/03/19  21:18:00
37265         Log: A more robust solution for the 64bitall AIX dynaloading
37266              problem, from Jens-Uwe Mager.
37267      Branch: maint-5.6/perl
37268            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
37269 ____________________________________________________________________________
37270 [  9249] By: nick                                  on 2001/03/19  20:59:37
37271         Log: Integrate mainline.
37272      Branch: perlio
37273           !> (integrate 42 files)
37274 ____________________________________________________________________________
37275 [  9248] By: nick                                  on 2001/03/19  20:22:07
37276         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
37277              (Building on OS390 uses native YACC and YYDEBUG has other
37278              side effects.)
37279      Branch: perlio
37280            ! perly.c perly.y vms/perly_c.vms
37281 ____________________________________________________________________________
37282 [  9247] By: jhi                                   on 2001/03/19  19:59:53
37283         Log: 64-bit AIX dynaloading problem (see #9244) idea
37284              from Jens-Uwe Mager.
37285      Branch: maint-5.6/perl
37286            ! ext/DynaLoader/dl_aix.xs
37287 ____________________________________________________________________________
37288 [  9246] By: nick                                  on 2001/03/19  19:27:57
37289         Log: More EBCDIC fixes.
37290      Branch: perlio
37291            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
37292            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
37293 ____________________________________________________________________________
37294 [  9245] By: jhi                                   on 2001/03/19  19:05:19
37295         Log: Integrate change #9243 from mainline into maintperl.
37296              
37297              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
37298      Branch: maint-5.6/perl
37299           !> README.vmesa
37300 ____________________________________________________________________________
37301 [  9244] By: jhi                                   on 2001/03/19  19:03:15
37302         Log: Get 64bitall AIX building, but still does not test okay:
37303              dynaloading anything fails, for example for op/defins:
37304              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
37305              (update: fixed by #9247,9250)
37306      Branch: maint-5.6/perl
37307            ! hints/aix.sh
37308 ____________________________________________________________________________
37309 [  9243] By: jhi                                   on 2001/03/19  19:00:16
37310         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
37311              From: Robin Barker <rmb1@cise.npl.co.uk>
37312              Date: Mon, 19 Mar 2001 18:01:57 GMT
37313              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
37314      Branch: perl
37315            ! README.vmesa
37316 ____________________________________________________________________________
37317 [  9242] By: jhi                                   on 2001/03/19  18:58:43
37318         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
37319              
37320              TODO: tests.
37321      Branch: perl
37322            ! doop.c op.c
37323 ____________________________________________________________________________
37324 [  9241] By: gsar                                  on 2001/03/19  17:34:46
37325         Log: VMSify tests (from Charles Lane)
37326      Branch: maint-5.6/perl
37327            ! t/lib/filehand.t t/lib/texttabs.t
37328 ____________________________________________________________________________
37329 [  9240] By: jhi                                   on 2001/03/19  14:24:26
37330         Log: Integrate change #9233 from maintperl into mainline.
37331              
37332              some refcounts were incorrect in perl_clone()
37333      Branch: perl
37334           !> sv.c
37335 ____________________________________________________________________________
37336 [  9239] By: gsar                                  on 2001/03/19  09:23:17
37337         Log: this is 5.6.1-trial3
37338      Branch: maint-5.6/perl
37339            ! Changes
37340 ____________________________________________________________________________
37341 [  9238] By: gsar                                  on 2001/03/19  08:47:04
37342         Log: some new symbols are only available under ithreads
37343      Branch: maint-5.6/perl
37344            ! makedef.pl
37345 ____________________________________________________________________________
37346 [  9237] By: gsar                                  on 2001/03/19  08:42:28
37347         Log: update patchlevel.h, Changes, &c.
37348      Branch: maint-5.6/perl
37349            ! Changes patchlevel.h pod/perlhist.pod
37350           !> AUTHORS
37351 ____________________________________________________________________________
37352 [  9236] By: gsar                                  on 2001/03/19  08:17:49
37353         Log: integrate changes#8068,8717 from mainline
37354              
37355              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
37356              
37357              [PATCH CPAN 1.59_51] warning message (not!)
37358      Branch: maint-5.6/perl
37359           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
37360           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
37361           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
37362           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
37363           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
37364 ____________________________________________________________________________
37365 [  9235] By: gsar                                  on 2001/03/19  08:07:09
37366         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
37367              
37368              [PATCH] Add missing CV flags to dump.c
37369              
37370              Re: [patch] Re: PL_ptr_table
37371              
37372              Fixup non-ithread build after 8713
37373              
37374              Generated files form 8713 etc.
37375              
37376              Correct the correction :-(
37377              
37378              Documenting coderef @INC (Re: CPAN "make this script work" feature)
37379              
37380              Subject: Re: sync sync sync: have I missed any patches?
37381              Replace djSP with dSP.
37382      Branch: maint-5.6/perl
37383           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
37384           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
37385           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
37386           !> sv.c sv.h win32/perlhost.h
37387 ____________________________________________________________________________
37388 [  9234] By: gsar                                  on 2001/03/19  07:22:05
37389         Log: revert the change#9090 integrate for now (change looks somewhat
37390              incomplete in that [ha]v_exists() need something similar; lacks
37391              tests; &c.)
37392      Branch: maint-5.6/perl
37393            ! hv.c
37394 ____________________________________________________________________________
37395 [  9233] By: gsar                                  on 2001/03/19  07:10:01
37396         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
37397              destruction when there are unreferenced scalars (SvREFCNT==0)
37398      Branch: maint-5.6/perl
37399            ! sv.c
37400 ____________________________________________________________________________
37401 [  9232] By: jhi                                   on 2001/03/19  05:11:02
37402         Log: Regen api and toc.
37403      Branch: maint-5.6/perl
37404            ! pod/perlapi.pod pod/perltoc.pod
37405 ____________________________________________________________________________
37406 [  9231] By: jhi                                   on 2001/03/19  04:06:03
37407         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
37408              add a lost line in pp.c:pp_chop(), update to new op/chop.
37409              
37410              Clarify the description differentiating for and while; inspired by
37411              
37412              Subject: [ID 20010306.004] || != named unary operator
37413              
37414              The $Is_MacOS needs to be declared.
37415      Branch: maint-5.6/perl
37416            ! pp.c t/op/chop.t
37417           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
37418 ____________________________________________________________________________
37419 [  9230] By: jhi                                   on 2001/03/19  03:48:16
37420         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
37421              9079,9083,9089,9090,9091 from mainline to maintperl.
37422              
37423              Quieten some noise in Win32 builds
37424              
37425              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
37426              
37427              The perlretut was still talking about the old \p and \P
37428              definitions.
37429              
37430              More tweakage on the Unicode character class descriptions.
37431              
37432              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
37433              
37434              Subject: 'no *POSIX' Patch speeding up make on BS2000 
37435              
37436              Subject: [PATCH] perldata.pod here-doc docs
37437              
37438              Add /sbin and /usr/sbin to the list of directories scanned
37439              for setuid programs.  Takes care of bug id 20010309.003.
37440              
37441              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
37442              
37443              In op/stat #35 better to scan all the potential directories
37444              for setuids, not just the first one.
37445      Branch: maint-5.6/perl
37446            ! Makefile.SH
37447           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
37448           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
37449           !> t/op/stat.t toke.c win32/win32.h
37450 ____________________________________________________________________________
37451 [  9229] By: jhi                                   on 2001/03/19  02:31:50
37452         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
37453              From: Chris Nandor <pudge@pobox.com>
37454              Date: Sat, 10 Mar 2001 14:22:19 -0500
37455              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
37456      Branch: maint-5.6/perl
37457            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
37458            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
37459            ! t/lib/b.t t/lib/errno.t
37460 ____________________________________________________________________________
37461 [  9228] By: jhi                                   on 2001/03/19  02:29:59
37462         Log: Integrate changes #9113,9122 from mainline into maintperl.
37463              
37464              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?)
37465      Branch: maint-5.6/perl
37466           !> Configure README.os390 hints/os390.sh
37467 ____________________________________________________________________________
37468 [  9227] By: jhi                                   on 2001/03/19  02:22:35
37469         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
37470              into maintperl.
37471              
37472              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
37473              
37474              Forgot to check-in the larger part of #9120, duh.
37475              
37476              Subject: Another patch for integer.pm POD 
37477              
37478              h2ph strictness and cleanliness from Kurt Starsinic.
37479              
37480              Borland filename case problem.
37481              
37482              h2ph strictness and cleanliness from Kurt Starsinic.
37483              
37484              Subject: [PATCH] the uncontroversial doc patches
37485      Branch: maint-5.6/perl
37486           +> win32/sncfnmcs.pl
37487           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
37488           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
37489           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
37490           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
37491           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
37492           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
37493           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
37494 ____________________________________________________________________________
37495 [  9226] By: jhi                                   on 2001/03/19  02:10:21
37496         Log: Integrate changes #9207,9214 from mainline into maintperl.
37497              
37498              podchecker relaxations: =over has an *optional* number after it,
37499              and whitespace in L<> is okay.
37500      Branch: maint-5.6/perl
37501           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
37502           !> t/pod/poderrs.xr
37503 ____________________________________________________________________________
37504 [  9225] By: jhi                                   on 2001/03/19  02:07:38
37505         Log: Integrate change #9219 from maintperl into mainline.
37506              
37507              remove duplicated tests
37508      Branch: perl
37509           !> t/op/re_tests
37510 ____________________________________________________________________________
37511 [  9224] By: jhi                                   on 2001/03/19  02:06:11
37512         Log: Integrate change #9223 from mainline to maintperl.
37513              
37514              Document -Dmksymlinks.
37515      Branch: maint-5.6/perl
37516           !> INSTALL
37517 ____________________________________________________________________________
37518 [  9223] By: jhi                                   on 2001/03/19  02:01:25
37519         Log: Document -Dmksymlinks.
37520      Branch: perl
37521            ! INSTALL
37522 ____________________________________________________________________________
37523 [  9222] By: jhi                                   on 2001/03/19  01:15:35
37524         Log: The -Dmksymlinks wasn't working for maintperl.
37525      Branch: maint-5.6/perl
37526            ! Configure
37527 ____________________________________________________________________________
37528 [  9221] By: jhi                                   on 2001/03/19  00:49:43
37529         Log: Cleanup pixie residue.
37530      Branch: perl
37531            ! Makefile.SH
37532 ____________________________________________________________________________
37533 [  9220] By: jhi                                   on 2001/03/19  00:44:47
37534         Log: Document the use of pixie/prof; create make targets for it.
37535              
37536              TODO: make t/TEST pixie-aware.
37537      Branch: perl
37538            ! Makefile.SH pod/perlhack.pod
37539 ____________________________________________________________________________
37540 [  9219] By: gsar                                  on 2001/03/19  00:16:55
37541         Log: remove duplicated tests
37542      Branch: maint-5.6/perl
37543            ! t/op/re_tests
37544 ____________________________________________________________________________
37545 [  9218] By: jhi                                   on 2001/03/18  23:59:31
37546         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
37547      Branch: perl
37548            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
37549 ____________________________________________________________________________
37550 [  9217] By: jhi                                   on 2001/03/18  23:25:20
37551         Log: Rewrite the tests section of Makefile to be less redundant
37552              and to allow for more flexible test targets, many recursive
37553              make calls introduced.
37554      Branch: perl
37555            ! Makefile.SH
37556 ____________________________________________________________________________
37557 [  9216] By: jhi                                   on 2001/03/18  22:30:04
37558         Log: Document the use of Third Degree (sparsely).
37559      Branch: perl
37560            ! pod/perlhack.pod t/TEST
37561 ____________________________________________________________________________
37562 [  9215] By: jhi                                   on 2001/03/18  22:10:30
37563         Log: Make targets for testing with Third Degree.
37564      Branch: perl
37565            ! Makefile.SH
37566 ____________________________________________________________________________
37567 [  9214] By: jhi                                   on 2001/03/18  21:08:53
37568         Log: The podchecker relaxations need to mirrored also at the tests.
37569      Branch: perl
37570            ! t/pod/poderrs.xr
37571 ____________________________________________________________________________
37572 [  9213] By: jhi                                   on 2001/03/18  20:56:21
37573         Log: Update Changes.
37574      Branch: perl
37575            ! Changes patchlevel.h
37576 ____________________________________________________________________________
37577 [  9212] By: jhi                                   on 2001/03/18  20:36:59
37578         Log: Looking for config.sh in parent directories isn't
37579              very useful for the toplevel Makefile.
37580      Branch: perl
37581            ! Makefile.SH
37582 ____________________________________________________________________________
37583 [  9211] By: jhi                                   on 2001/03/18  20:33:37
37584         Log: On "make clean" take care of Third Degree droppings.
37585      Branch: perl
37586            ! Makefile.SH
37587 ____________________________________________________________________________
37588 [  9210] By: jhi                                   on 2001/03/18  20:21:34
37589         Log: Add a hook for running the tests under the Third Degree
37590              debugging tool (set $ENV{PERL_3LOG} to non-zero)
37591              
37592              TODO: Document the use of Third Degree.
37593      Branch: perl
37594            ! t/TEST
37595 ____________________________________________________________________________
37596 [  9209] By: jhi                                   on 2001/03/18  20:19:07
37597         Log: Regen toc and api pods.
37598      Branch: perl
37599            ! pod/perlapi.pod pod/perltoc.pod
37600 ____________________________________________________________________________
37601 [  9208] By: jhi                                   on 2001/03/18  20:12:12
37602         Log: Integrate changes #8128,9132 from mainline into maintperl,
37603              Tie::SubstrHash fixes.
37604      Branch: maint-5.6/perl
37605           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
37606 ____________________________________________________________________________
37607 [  9207] By: jhi                                   on 2001/03/18  20:07:43
37608         Log: podchecker relaxations from Michael Stevens.
37609      Branch: perl
37610            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
37611 ____________________________________________________________________________
37612 [  9206] By: jhi                                   on 2001/03/18  20:04:24
37613         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
37614      Branch: perl
37615            ! lib/Locale/Constants.pm lib/Locale/Country.pm
37616            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
37617            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
37618 ____________________________________________________________________________
37619 [  9205] By: jhi                                   on 2001/03/18  19:54:45
37620         Log: Integrate changes #9161,9162 from maintperl to mainline.
37621              
37622              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
37623              results
37624      Branch: perl
37625           !> t/op/magic.t
37626 ____________________________________________________________________________
37627 [  9204] By: jhi                                   on 2001/03/18  19:37:46
37628         Log: Make perl.third checks more understandable to the builder.
37629      Branch: perl
37630            ! Makefile.SH
37631 ____________________________________________________________________________
37632 [  9203] By: jhi                                   on 2001/03/18  19:20:54
37633         Log: Re-integrate #9138 from maintperl to mainline,
37634              the squelching of the unneeded "Scalars leaked" messages.
37635      Branch: perl
37636           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
37637           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
37638           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
37639 ____________________________________________________________________________
37640 [  9202] By: jhi                                   on 2001/03/18  18:48:36
37641         Log: More robust and more paranoid perl.third target.
37642      Branch: perl
37643            ! Makefile.SH
37644 ____________________________________________________________________________
37645 [  9201] By: jhi                                   on 2001/03/18  18:39:21
37646         Log: Integrate change #9197 from maintperl to mainline.
37647              
37648              more thorough cleaning of arenas.
37649      Branch: perl
37650           !> embed.pl perl.c proto.h sv.c t/op/sort.t
37651 ____________________________________________________________________________
37652 [  9200] By: jhi                                   on 2001/03/18  18:25:17
37653         Log: Integrate perlio.
37654      Branch: perl
37655           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
37656           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
37657           !> t/lib/encode.t toke.c universal.c utf8.c
37658 ____________________________________________________________________________
37659 [  9199] By: nick                                  on 2001/03/18  15:23:51
37660         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
37661              is the sense of the test being done. Avoid some magical 127 and 128 values
37662              by using macros.
37663      Branch: perlio
37664            ! doop.c pp_ctl.c sv.c toke.c
37665 ____________________________________________________________________________
37666 [  9198] By: nick                                  on 2001/03/18  14:18:12
37667         Log: UTF-X encoding invariance for Encode:
37668              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
37669              - move the XS code for those to universal.c (so in miniperl)
37670              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
37671              - change ext/Encode/compile to use above.
37672              - Fix t/lib/encode.t for above
37673              - Teach t/lib/b.t to expect -uutf8
37674              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
37675              utf8.pm is needed.
37676      Branch: perlio
37677            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
37678            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
37679 ____________________________________________________________________________
37680 [  9197] By: gsar                                  on 2001/03/18  12:15:57
37681         Log: more thorough cleaning of arenas--keep going until no more
37682              SvREFCNT_dec()s occur (this fixes the problem that causes the
37683              pesky "Scalars leaked" warnings)
37684      Branch: maint-5.6/perl
37685            ! embed.pl perl.c proto.h sv.c t/op/sort.t
37686 ____________________________________________________________________________
37687 [  9196] By: nick                                  on 2001/03/18  10:57:29
37688         Log: Fix pragma/utf8.t # 15
37689              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
37690              are SvUTF8 as well.
37691      Branch: perlio
37692            ! toke.c
37693 ____________________________________________________________________________
37694 [  9195] By: nick                                  on 2001/03/18  09:27:06
37695         Log: Integrate mainline
37696      Branch: perlio
37697           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
37698           !> t/op/pat.t
37699 ____________________________________________________________________________
37700 [  9194] By: jhi                                   on 2001/03/18  05:29:59
37701         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
37702              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
37703      Branch: perl
37704            ! op.c op.h t/op/misc.t t/op/pat.t
37705 ____________________________________________________________________________
37706 [  9193] By: jhi                                   on 2001/03/18  05:15:06
37707         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
37708      Branch: perl
37709            ! mg.c t/op/pat.t
37710 ____________________________________________________________________________
37711 [  9192] By: jhi                                   on 2001/03/18  04:22:43
37712         Log: tr/// UTF-8 patches from Inaba Hiroto.
37713      Branch: perl
37714            ! doop.c op.c
37715 ____________________________________________________________________________
37716 [  9191] By: jhi                                   on 2001/03/18  04:21:17
37717         Log: Integrate perlio.
37718      Branch: perl
37719           !> utf8.c utfebcdic.h
37720 ____________________________________________________________________________
37721 [  9190] By: nick                                  on 2001/03/17  20:32:01
37722         Log: Correct #if EBCDIC side typos.
37723              Builds and passes many tests on OS390.
37724      Branch: perlio
37725            ! utf8.c utfebcdic.h
37726 ____________________________________________________________________________
37727 [  9189] By: jhi                                   on 2001/03/17  18:55:49
37728         Log: Add prerequisites for the perl.third target.
37729      Branch: perl
37730            ! Makefile.SH
37731 ____________________________________________________________________________
37732 [  9188] By: jhi                                   on 2001/03/17  18:46:00
37733         Log: Integrate perlio.
37734      Branch: perl
37735           +> utfebcdic.h
37736           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
37737 ____________________________________________________________________________
37738 [  9187] By: jhi                                   on 2001/03/17  18:38:47
37739         Log: Add a make rule for perl.third (the Third Degree memory debugging
37740              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
37741      Branch: perl
37742            ! Makefile.SH
37743 ____________________________________________________________________________
37744 [  9186] By: nick                                  on 2001/03/17  18:34:48
37745         Log: MANIFEST addition :-(
37746      Branch: perlio
37747            ! MANIFEST
37748 ____________________________________________________________________________
37749 [  9185] By: nick                                  on 2001/03/17  18:29:50
37750         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
37751              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
37752              a superset of ASCII are invariant under the encoding. This is EBCDIC
37753              friendly as an encoded string can be looked at as being EBCDIC by lexer
37754              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
37755              ASCII on ASCII machines.
37756              
37757              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
37758              seperate.
37759              - Add some more macros to comprehend different shift amounts and
37760              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
37761              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
37762              and conditionaly #include it.
37763              
37764              EBCDIC build as yet untested.  ASCII still fails the one test.
37765      Branch: perlio
37766            + utfebcdic.h
37767            ! utf8.c utf8.h
37768 ____________________________________________________________________________
37769 [  9184] By: nick                                  on 2001/03/17  17:44:16
37770         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
37771      Branch: perlio
37772            ! doop.c perl.h pp.c utf8.h
37773 ____________________________________________________________________________
37774 [  9183] By: jhi                                   on 2001/03/17  15:55:42
37775         Log: Integrate perlio.
37776      Branch: perl
37777            ! MANIFEST
37778           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
37779 ____________________________________________________________________________
37780 [  9182] By: nick                                  on 2001/03/17  09:16:06
37781         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
37782      Branch: perlio
37783            ! t/op/pat.t
37784 ____________________________________________________________________________
37785 [  9181] By: nick                                  on 2001/03/17  09:15:11
37786         Log: Integrate mainline.
37787      Branch: perlio
37788           +> lib/Locale/Constants.pm lib/Locale/Country.pm
37789           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
37790           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
37791           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
37792           !> (integrate 83 files)
37793 ____________________________________________________________________________
37794 [  9180] By: nick                                  on 2001/03/16  17:23:21
37795         Log: EBCDIC Fixes.
37796      Branch: perlio
37797            ! perl.h sv.c toke.c utf8.c utf8.h
37798 ____________________________________________________________________________
37799 [  9179] By: jhi                                   on 2001/03/16  14:10:12
37800         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
37801              a change needed to work around an AIX compiler bug.
37802      Branch: perl
37803            ! ext/Storable/Storable.xs
37804 ____________________________________________________________________________
37805 [  9178] By: jhi                                   on 2001/03/16  03:19:59
37806         Log: With Damian's approval synchronize damian's modules'
37807              licensing with Perl's standard module licensing.
37808      Branch: perl
37809            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
37810 ____________________________________________________________________________
37811 [  9177] By: jhi                                   on 2001/03/16  03:15:34
37812         Log: Make the Filter::Util:Call files have their own copies
37813              of the Perl standard module licensing, from Paul Marquess.
37814      Branch: perl
37815            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
37816 ____________________________________________________________________________
37817 [  9176] By: jhi                                   on 2001/03/16  02:56:04
37818         Log: Subject: [PATCH] more pod patches
37819              From: Michael Stevens <michael@etla.org>
37820              Date: Thu, 15 Mar 2001 21:25:18 +0000
37821              Message-ID: <20010315212518.A18870@firedrake.org>
37822      Branch: perl
37823            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
37824            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
37825            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
37826            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
37827            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
37828            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
37829            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
37830            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
37831            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
37832            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
37833            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
37834            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
37835            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
37836            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
37837            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
37838            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
37839            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
37840            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
37841            ! lib/Locale/Country.pm lib/Locale/Language.pm
37842            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
37843            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
37844            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
37845            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
37846            ! os2/OS2/Process/Process.pm
37847 ____________________________________________________________________________
37848 [  9175] By: jhi                                   on 2001/03/16  02:53:32
37849         Log: Subject: [PATCH] the uncontroversial doc patches
37850              From: Michael Stevens <michael@etla.org>
37851              Date: Thu, 15 Mar 2001 20:01:12 +0000
37852              Message-ID: <20010315200112.A7636@firedrake.org>
37853      Branch: perl
37854            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
37855            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
37856            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
37857            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
37858            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
37859 ____________________________________________________________________________
37860 [  9174] By: jhi                                   on 2001/03/16  02:50:49
37861         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
37862              From: Paul Lindner <lindner@inuus.com>
37863              Date: Fri, 16 Mar 2001 11:28:03 -0800
37864              Message-ID: <20010316112803.A7577@inuus.com>
37865      Branch: perl
37866            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
37867 ____________________________________________________________________________
37868 [  9173] By: nick                                  on 2001/03/15  20:21:03
37869         Log: 1st day's EBCDIC fixes:
37870              - toke.c's parsing of strings needed attention
37871              needed to conditionally e2a if string was already UTF-8
37872              - e2a/a2e tables where wrong way round.
37873              - new macros in utf8.h
37874      Branch: perlio
37875            ! perl.h toke.c utf8.h
37876 ____________________________________________________________________________
37877 [  9172] By: jhi                                   on 2001/03/15  15:17:17
37878         Log: Update Changes.
37879      Branch: perl
37880            ! Changes patchlevel.h
37881 ____________________________________________________________________________
37882 [  9171] By: jhi                                   on 2001/03/15  15:09:32
37883         Log: Subject: Re: Another Borland C++ problem.
37884              From: "Vadim Konovalov" <watman@inbox.ru>
37885              Date: Sat, 10 Mar 2001 19:26:07 +0300
37886              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
37887              
37888              Borland filename case problem.
37889      Branch: perl
37890            + win32/sncfnmcs.pl
37891            ! MANIFEST README.win32
37892 ____________________________________________________________________________
37893 [  9170] By: jhi                                   on 2001/03/15  14:54:23
37894         Log: Add Locale::Codes 1.06, from Neil Bowers.
37895      Branch: perl
37896            + lib/Locale/Constants.pm lib/Locale/Country.pm
37897            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
37898            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
37899            + t/lib/lc-language.t t/lib/lc-uk.t
37900            ! MANIFEST
37901 ____________________________________________________________________________
37902 [  9169] By: jhi                                   on 2001/03/15  14:19:01
37903         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
37904      Branch: perl
37905            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
37906            ! ext/Storable/Storable.xs
37907 ____________________________________________________________________________
37908 [  9168] By: jhi                                   on 2001/03/15  14:13:22
37909         Log: Integrate changes #9120,9167 from mainline to maintperl.
37910              
37911              Subject: [PATCH 5.6.1] OS/2 docs
37912              
37913              Subject: [PATCH 5.6.1] perldoc
37914      Branch: maint-5.6/perl
37915           !> os2/Changes utils/perldoc.PL
37916 ____________________________________________________________________________
37917 [  9167] By: jhi                                   on 2001/03/15  14:07:42
37918         Log: Subject: [PATCH 5.6.1] perldoc
37919              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37920              Date: Wed, 14 Mar 2001 23:46:52 -0500
37921              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
37922      Branch: perl
37923            ! utils/perldoc.PL
37924 ____________________________________________________________________________
37925 [  9166] By: jhi                                   on 2001/03/15  13:53:15
37926         Log: sigaction test condition tweakage.
37927      Branch: perl
37928            ! t/lib/sigaction.t
37929 ____________________________________________________________________________
37930 [  9165] By: alanbur                               on 2001/03/15  03:49:17
37931         Log: Resynchronised with parent
37932      Branch: maint-5.6/pureperl
37933           +> os2/os2add.sym t/op/anonsub.t
37934           !> (integrate 72 files)
37935 ____________________________________________________________________________
37936 [  9164] By: jhi                                   on 2001/03/15  01:05:01
37937         Log: Avoid stomping off the beginning of an array in tr///.
37938      Branch: perl
37939            ! op.c
37940 ____________________________________________________________________________
37941 [  9163] By: jhi                                   on 2001/03/15  00:58:57
37942         Log: h2ph strictness and cleanliness from Kurt Starsinic.
37943      Branch: perl
37944            ! utils/h2ph.PL
37945 ____________________________________________________________________________
37946 [  9162] By: gsar                                  on 2001/03/15  00:56:53
37947         Log: avoid warnings
37948      Branch: maint-5.6/perl
37949            ! t/op/magic.t
37950 ____________________________________________________________________________
37951 [  9161] By: gsar                                  on 2001/03/15  00:52:09
37952         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
37953              results
37954      Branch: maint-5.6/perl
37955            ! t/op/magic.t
37956 ____________________________________________________________________________
37957 [  9160] By: jhi                                   on 2001/03/14  22:02:10
37958         Log: Do not use the Perl malloc in IRIX, suggested by
37959              Helmus Jarausch.
37960      Branch: perl
37961            ! hints/irix_6.sh
37962 ____________________________________________________________________________
37963 [  9159] By: nick                                  on 2001/03/14  21:45:59
37964         Log: Integrate mainline
37965      Branch: perlio
37966           +> t/op/loopctl.t
37967           !> (integrate 41 files)
37968 ____________________________________________________________________________
37969 [  9158] By: jhi                                   on 2001/03/14  21:10:09
37970         Log: The Day of the Retractions continues: the #9138
37971              (integrated in #9144) doesn't work well in mainline.
37972      Branch: perl
37973            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
37974            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
37975            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
37976 ____________________________________________________________________________
37977 [  9157] By: jhi                                   on 2001/03/14  20:58:12
37978         Log: The #9145 CANNOT be enabled: the clear_pmop code still
37979              dumps core all over in Tru64.
37980      Branch: perl
37981            ! op.c op.h t/op/pat.t
37982 ____________________________________________________________________________
37983 [  9156] By: jhi                                   on 2001/03/14  20:48:06
37984         Log: Integrate change #9154 from maintperl to mainline.
37985              
37986              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
37987              (caused Storable 1.0.10 to break on windows)
37988      Branch: perl
37989           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
37990           !> perlapi.c proto.h
37991 ____________________________________________________________________________
37992 [  9155] By: jhi                                   on 2001/03/14  20:23:53
37993         Log: Retract #9136: breaks threading (and binary compatibility).
37994      Branch: perl
37995            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
37996 ____________________________________________________________________________
37997 [  9154] By: gsar                                  on 2001/03/14  17:48:18
37998         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
37999              (caused Storable 1.0.10 to break on windows)
38000      Branch: maint-5.6/perl
38001            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
38002            ! perlapi.c proto.h
38003 ____________________________________________________________________________
38004 [  9153] By: jhi                                   on 2001/03/14  13:35:21
38005         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
38006      Branch: perl
38007            ! t/lib/sigaction.t
38008 ____________________________________________________________________________
38009 [  9152] By: gsar                                  on 2001/03/14  07:29:40
38010         Log: back out changes#9012,9010,9009 and parts of change#9016
38011              (causes ABRs under purify, and some prerequisites don't
38012              seem to be there in 5.6.x)
38013      Branch: maint-5.6/perl
38014            ! doop.c op.c t/op/tr.t toke.c
38015 ____________________________________________________________________________
38016 [  9151] By: gsar                                  on 2001/03/14  07:01:29
38017         Log: reenable change#9145 (the test was busted due to a missing
38018              C<print "ok 27\n">)
38019      Branch: perl
38020            ! op.c op.h t/op/pat.t
38021 ____________________________________________________________________________
38022 [  9150] By: jhi                                   on 2001/03/14  06:38:36
38023         Log: Retract #9145.
38024      Branch: perl
38025            ! op.c op.h t/op/pat.t
38026 ____________________________________________________________________________
38027 [  9149] By: jhi                                   on 2001/03/14  06:14:56
38028         Log: Retract #9143.
38029      Branch: perl
38030            ! op.c
38031 ____________________________________________________________________________
38032 [  9148] By: gsar                                  on 2001/03/14  06:13:02
38033         Log: Uninitialized Memory Read in regexec.c
38034      Branch: perl
38035            ! regexec.c
38036 ____________________________________________________________________________
38037 [  9147] By: jhi                                   on 2001/03/14  04:59:54
38038         Log: Subject: PATCH: make goto work in nested eval ""
38039              From: Robin Houston <robin@kitsite.com>
38040              Date: Wed, 14 Mar 2001 04:16:10 +0000
38041              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
38042      Branch: perl
38043            ! pp_ctl.c t/op/goto.t
38044 ____________________________________________________________________________
38045 [  9146] By: jhi                                   on 2001/03/14  04:42:54
38046         Log: Preserve the #ifdef PERL_CORE in perly.h.
38047      Branch: perl
38048            ! perly.fixer
38049 ____________________________________________________________________________
38050 [  9145] By: jhi                                   on 2001/03/14  03:57:41
38051         Log: (Retracted by #9150.)
38052      Branch: perl
38053            ! op.c op.h t/op/pat.t
38054 ____________________________________________________________________________
38055 [  9144] By: jhi                                   on 2001/03/14  03:50:38
38056         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
38057              
38058              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
38059              
38060              remove squelch controls for "Scalars leaked" messages in most places
38061              (these are now cured)
38062              
38063              fix another memory leak reported by purify (tie callbacks that
38064              croak can leak when wiping out magic)
38065      Branch: perl
38066           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
38067           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
38068           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
38069           !> t/pragma/warnings.t
38070 ____________________________________________________________________________
38071 [  9143] By: jhi                                   on 2001/03/14  03:37:53
38072         Log: (Retracted by #9149.)
38073      Branch: perl
38074            ! op.c
38075 ____________________________________________________________________________
38076 [  9142] By: gsar                                  on 2001/03/14  03:20:48
38077         Log: fix another memory leak reported by purify (tie callbacks that
38078              croak can leak when wiping out magic)
38079      Branch: maint-5.6/perl
38080            ! scope.c
38081 ____________________________________________________________________________
38082 [  9141] By: jhi                                   on 2001/03/14  02:55:00
38083         Log: Subject: PATCH for [ID 20010305.003]
38084              From: Robin Houston <robin@kitsite.com>
38085              Date: Wed, 14 Mar 2001 02:45:51 +0000
38086              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
38087      Branch: perl
38088            ! pp_ctl.c t/op/eval.t
38089 ____________________________________________________________________________
38090 [  9140] By: jhi                                   on 2001/03/14  02:41:54
38091         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
38092              Date: Wed, 14 Mar 2001 01:52:51 +0000
38093              From: Robin Houston <robin@kitsite.com>
38094              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
38095              
38096              Fix for 2000313.004.
38097      Branch: perl
38098            ! pp_ctl.c t/op/goto.t
38099 ____________________________________________________________________________
38100 [  9139] By: jhi                                   on 2001/03/14  02:40:50
38101         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
38102              From: Robin Houston <robin@kitsite.com>
38103              Date: Wed, 14 Mar 2001 00:43:45 +0000
38104              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
38105      Branch: perl
38106            + t/op/loopctl.t
38107            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
38108            ! vms/perly_c.vms
38109 ____________________________________________________________________________
38110 [  9138] By: gsar                                  on 2001/03/14  01:18:00
38111         Log: remove squelch controls for "Scalars leaked" messages in most places
38112              (these are now cured)
38113      Branch: maint-5.6/perl
38114            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
38115            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
38116            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
38117 ____________________________________________________________________________
38118 [  9137] By: gsar                                  on 2001/03/14  00:57:04
38119         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
38120      Branch: maint-5.6/perl
38121            ! regcomp.c
38122 ____________________________________________________________________________
38123 [  9136] By: jhi                                   on 2001/03/13  23:12:24
38124         Log: (Retracted by #9155)
38125              
38126              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
38127              From: Jens-Uwe Mager <jum@helios.de>
38128              Date: Wed, 21 Feb 2001 21:32:04 +0100
38129              Message-ID: <20010221213203.A18340@ans.helios.de>
38130      Branch: perl
38131            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
38132 ____________________________________________________________________________
38133 [  9135] By: jhi                                   on 2001/03/13  22:50:05
38134         Log: Integrate perlio.
38135      Branch: perl
38136           !> pp.c
38137 ____________________________________________________________________________
38138 [  9134] By: jhi                                   on 2001/03/13  22:49:05
38139         Log: Integrate change #9131 from maintperl into mainline.
38140              
38141              make the error text look more consistent in hints/hpux.sh
38142      Branch: perl
38143           !> hints/hpux.sh
38144 ____________________________________________________________________________
38145 [  9133] By: gsar                                  on 2001/03/13  22:46:20
38146         Log: integrate change#9067 from mainline
38147              
38148              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
38149      Branch: maint-5.6/perl
38150           !> lib/ExtUtils/MM_Unix.pm
38151 ____________________________________________________________________________
38152 [  9132] By: jhi                                   on 2001/03/13  22:41:21
38153         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
38154              From: "John P. Linderman" <jpl@research.att.com>
38155              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
38156              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
38157              
38158              A more correct prime finder.
38159      Branch: perl
38160            ! lib/Tie/SubstrHash.pm
38161 ____________________________________________________________________________
38162 [  9131] By: gsar                                  on 2001/03/13  22:30:42
38163         Log: make the error text look more consistent in hints/hpux.sh
38164      Branch: maint-5.6/perl
38165            ! hints/hpux.sh
38166 ____________________________________________________________________________
38167 [  9130] By: jhi                                   on 2001/03/13  22:23:44
38168         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
38169              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38170              Date: Tue, 13 Mar 2001 18:41:26 +0100
38171              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
38172              
38173              If the test is run non-interactively the default handler
38174              is different.
38175      Branch: perl
38176            ! t/lib/sigaction.t
38177 ____________________________________________________________________________
38178 [  9129] By: jhi                                   on 2001/03/13  22:20:21
38179         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
38180              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38181              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
38182              Date:     Tue, 13 Mar 2001 16:44:32 EST
38183      Branch: perl
38184            ! t/lib/1_compile.t
38185 ____________________________________________________________________________
38186 [  9128] By: jhi                                   on 2001/03/13  22:18:34
38187         Log: Subject: Another patch for integer.pm POD 
38188              From: "John L. Allen" <allen@grumman.com>
38189              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
38190              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
38191      Branch: perl
38192            ! lib/integer.pm
38193 ____________________________________________________________________________
38194 [  9127] By: nick                                  on 2001/03/13  21:26:30
38195         Log: Integrate mainline.
38196      Branch: perlio
38197           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
38198           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
38199           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
38200           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
38201           !> Changes Configure MANIFEST README.os2 README.os390
38202           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
38203           !> os2/Changes patchlevel.h win32/perlhost.h
38204 ____________________________________________________________________________
38205 [  9126] By: nick                                  on 2001/03/13  20:39:51
38206         Log: #ifdef'ed out code to make packed side of pack/unpack
38207              octets. (i.e. pack('U') => encode_utf8).
38208      Branch: perlio
38209            ! pp.c
38210 ____________________________________________________________________________
38211 [  9125] By: jhi                                   on 2001/03/13  15:07:16
38212         Log: Update Changes.
38213      Branch: perl
38214            ! Changes patchlevel.h
38215 ____________________________________________________________________________
38216 [  9124] By: jhi                                   on 2001/03/13  14:22:45
38217         Log: Workaround for the buggy ("internal compiler error")
38218              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
38219              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
38220              of Andreas König.
38221      Branch: perl
38222            ! ext/re/Makefile.PL hints/aix.sh
38223 ____________________________________________________________________________
38224 [  9123] By: jhi                                   on 2001/03/13  03:24:34
38225         Log: Typo in #9114.
38226      Branch: metaconfig
38227            ! U/modified/myhostname.U
38228 ____________________________________________________________________________
38229 [  9122] By: jhi                                   on 2001/03/13  03:24:06
38230         Log: Typo in #9113.
38231      Branch: perl
38232            ! Configure
38233 ____________________________________________________________________________
38234 [  9121] By: jhi                                   on 2001/03/13  01:53:05
38235         Log: Forgot to check-in the larger part of #9120, duh.
38236      Branch: perl
38237            ! README.os2
38238 ____________________________________________________________________________
38239 [  9120] By: jhi                                   on 2001/03/13  01:51:31
38240         Log: Subject: [PATCH 5.6.1] OS/2 docs
38241              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38242              Date: Mon, 12 Mar 2001 03:27:32 -0500
38243              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
38244      Branch: perl
38245            ! os2/Changes
38246 ____________________________________________________________________________
38247 [  9119] By: jhi                                   on 2001/03/13  01:49:41
38248         Log: Integrate change #9116 from maintperl into mainline.
38249              
38250              Win32::GetCwd() returns C: instead of C:\ in the root directory
38251              under ithreads
38252      Branch: perl
38253           !> win32/perlhost.h
38254 ____________________________________________________________________________
38255 [  9118] By: jhi                                   on 2001/03/13  01:13:39
38256         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
38257      Branch: perl
38258            + lib/Switch.pm t/lib/switch.t
38259            ! MANIFEST
38260 ____________________________________________________________________________
38261 [  9117] By: jhi                                   on 2001/03/13  01:03:17
38262         Log: Add Text::Balanced 1.83.
38263      Branch: perl
38264            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
38265            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
38266            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
38267            + t/lib/tb-xvari.t
38268            ! MANIFEST
38269 ____________________________________________________________________________
38270 [  9116] By: gsar                                  on 2001/03/13  00:55:53
38271         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
38272              under ithreads
38273      Branch: maint-5.6/perl
38274            ! win32/perlhost.h
38275 ____________________________________________________________________________
38276 [  9115] By: jhi                                   on 2001/03/13  00:54:09
38277         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
38278              From: "John L. Allen" <allen@grumman.com>
38279              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
38280              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
38281              
38282              use integer document clarification.
38283      Branch: perl
38284            ! lib/integer.pm
38285 ____________________________________________________________________________
38286 [  9114] By: jhi                                   on 2001/03/13  00:38:54
38287         Log: Metaconfig unit change for #9113.
38288      Branch: metaconfig
38289            ! U/modified/myhostname.U
38290 ____________________________________________________________________________
38291 [  9113] By: jhi                                   on 2001/03/13  00:38:35
38292         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?)
38293              From: Peter Prymmer <pvhp@forte.com>
38294              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
38295              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
38296      Branch: perl
38297            ! Configure README.os390 hints/os390.sh
38298 ____________________________________________________________________________
38299 [  9112] By: jhi                                   on 2001/03/13  00:29:00
38300         Log: Integrate perlio.
38301      Branch: perl
38302           !> sv.c utf8.h
38303 ____________________________________________________________________________
38304 [  9111] By: nick                                  on 2001/03/12  21:16:33
38305         Log: Integrate mainline.
38306      Branch: perlio
38307           +> t/op/anonsub.t
38308           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
38309           !> proto.h sv.c
38310 ____________________________________________________________________________
38311 [  9110] By: nick                                  on 2001/03/12  21:00:13
38312         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
38313      Branch: perlio
38314            ! sv.c utf8.h
38315 ____________________________________________________________________________
38316 [  9109] By: jhi                                   on 2001/03/12  16:04:47
38317         Log: Integrate change #9108 from maintperl to mainline.
38318              
38319              fix memory leak in C<sub X { sub {} }> arising from a refcount
38320              loop between the outer sub and the inner prototype anonsub
38321              
38322              this also enables closures returned by subroutines that
38323              subsequently get redefined to work without generating coredumps :)
38324              
38325              completely removed the free_closures() hack--it shouldn't be
38326              needed anymore
38327      Branch: perl
38328           +> t/op/anonsub.t
38329           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
38330           !> proto.h sv.c
38331 ____________________________________________________________________________
38332 [  9108] By: gsar                                  on 2001/03/12  10:21:31
38333         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
38334              loop between the outer sub and the inner prototype anonsub
38335              
38336              this also enables closures returned by subroutines that
38337              subsequently get redefined to work without generating coredumps :)
38338              
38339              completely removed the free_closures() hack--it shouldn't be
38340              needed anymore
38341      Branch: maint-5.6/perl
38342            + t/op/anonsub.t
38343            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
38344            ! proto.h sv.c
38345 ____________________________________________________________________________
38346 [  9107] By: jhi                                   on 2001/03/12  05:15:31
38347         Log: Integrate perlio.
38348      Branch: perl
38349           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
38350 ____________________________________________________________________________
38351 [  9106] By: nick                                  on 2001/03/11  20:10:12
38352         Log: regcomp.c is working in native space, not Unicode space (if different)
38353              as it is doing compare against 'W' in \W etc.
38354      Branch: perlio
38355            ! regcomp.c
38356 ____________________________________________________________________________
38357 [  9105] By: nick                                  on 2001/03/11  19:39:34
38358         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
38359              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
38360      Branch: perlio
38361            ! regcomp.c toke.c utf8.c
38362 ____________________________________________________________________________
38363 [  9104] By: nick                                  on 2001/03/11  18:15:44
38364         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
38365      Branch: perlio
38366            ! sv.c
38367 ____________________________________________________________________________
38368 [  9103] By: nick                                  on 2001/03/11  18:03:28
38369         Log: Integrate mainline (for regexp stuff).
38370      Branch: perlio
38371           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
38372           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
38373           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
38374           !> t/lib/errno.t t/op/pat.t
38375 ____________________________________________________________________________
38376 [  9102] By: nick                                  on 2001/03/11  17:44:20
38377         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
38378              - exclude layer syms in makedef.pl for sfio
38379              - also inhibit Encode from trying to build ":encode()" layer.
38380      Branch: perlio
38381            ! ext/Encode/Encode.xs makedef.pl
38382 ____________________________________________________________________________
38383 [  9101] By: jhi                                   on 2001/03/10  22:38:13
38384         Log: The $Is_MacOS needs to be declared.
38385      Branch: perl
38386            ! lib/ExtUtils/Manifest.pm
38387 ____________________________________________________________________________
38388 [  9100] By: jhi                                   on 2001/03/10  22:14:29
38389         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
38390              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
38391              pollute the symbolspace if using sfio.
38392      Branch: perl
38393            ! ext/Encode/Encode.xs
38394 ____________________________________________________________________________
38395 [  9099] By: jhi                                   on 2001/03/10  21:58:48
38396         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
38397              Date: Sat, 10 Mar 2001 14:23:55 -0500
38398              From: Chris Nandor <pudge@pobox.com>
38399              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
38400      Branch: perl
38401            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
38402            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
38403            ! t/lib/errno.t
38404 ____________________________________________________________________________
38405 [  9098] By: jhi                                   on 2001/03/10  21:38:30
38406         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
38407      Branch: perl
38408            ! regcomp.c regexec.c t/op/pat.t
38409 ____________________________________________________________________________
38410 [  9097] By: jhi                                   on 2001/03/10  14:38:07
38411         Log: Integrate perlio.
38412      Branch: perl
38413           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
38414           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
38415           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
38416 ____________________________________________________________________________
38417 [  9096] By: nick                                  on 2001/03/10  11:55:43
38418         Log: EBCDIC sanity - phase I
38419              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
38420              - use utf8n_xxxx (c.f. pvn) for forms which take length.
38421              - back out vN.N and $^V exceptions to e2a/a2e
38422              - make "locale" isxxx macros be uvchr (may be redundant?)
38423              
38424              Not clear yet that toUPPER_uni et. al. return being handled correctly.
38425              The tr// and rexexp stuff still needs an audit, assumption is they are working
38426              in Unicode space.
38427              
38428              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
38429      Branch: perlio
38430            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
38431            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
38432            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
38433 ____________________________________________________________________________
38434 [  9095] By: jhi                                   on 2001/03/09  22:10:01
38435         Log: Integrate perlio.
38436      Branch: perl
38437           !> dump.c
38438 ____________________________________________________________________________
38439 [  9094] By: nick                                  on 2001/03/09  17:36:38
38440         Log: Builds an passes all tests after integrate and this tweak.
38441      Branch: perlio
38442            ! dump.c
38443 ____________________________________________________________________________
38444 [  9093] By: nick                                  on 2001/03/09  17:16:03
38445         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
38446      Branch: perlio
38447           +> lib/unicode/Scripts.txt t/lib/sigaction.t
38448           !> (integrate 79 files)
38449 ____________________________________________________________________________
38450 [  9092] By: jhi                                   on 2001/03/09  15:28:26
38451         Log: Update Changes.
38452      Branch: perl
38453            ! Changes patchlevel.h
38454 ____________________________________________________________________________
38455 [  9091] By: jhi                                   on 2001/03/09  15:25:05
38456         Log: In op/stat #35 better to scan all the potential directories
38457              for setuids, not just the first one.
38458      Branch: perl
38459            ! t/op/stat.t
38460 ____________________________________________________________________________
38461 [  9090] By: jhi                                   on 2001/03/09  15:01:27
38462         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
38463              From: rspier@pobox.com (Robert Spier)
38464              Date: Fri, 9 Mar 2001 03:30:20 -0500
38465              Message-ID: <15016.38044.381174.160189@rls.cx>
38466              
38467              EXISTS() returning undef mistakenly triggered a FETCH().
38468      Branch: perl
38469            ! hv.c
38470 ____________________________________________________________________________
38471 [  9089] By: jhi                                   on 2001/03/09  14:59:02
38472         Log: Add /sbin and /usr/sbin to the list of directories scanned
38473              for setuid programs.  Takes care of bug id 20010309.003.
38474      Branch: perl
38475            ! t/op/stat.t
38476 ____________________________________________________________________________
38477 [  9088] By: jhi                                   on 2001/03/09  14:48:32
38478         Log: Regen perlapi, perltoc.
38479      Branch: perl
38480            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
38481 ____________________________________________________________________________
38482 [  9087] By: jhi                                   on 2001/03/09  14:38:56
38483         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
38484              From: David Mitchell <davem@fdgroup.co.uk>
38485              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
38486              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
38487      Branch: perl
38488            ! dump.c perl.c perl.h pod/perlrun.pod
38489 ____________________________________________________________________________
38490 [  9086] By: jhi                                   on 2001/03/09  01:47:16
38491         Log: A modified version of
38492              
38493              Subject: [ID 20010307.005] POSIX::sigaction has various problems
38494              From: anders@broadcom.com
38495              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
38496              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
38497              
38498              Currently the sigaction.t test #6 fails (and is fudged to look
38499              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
38500              This may well be a genuine bug in Linux sigaction() (since at
38501              least Tru64, Solaris, and HP-UX disagree with Linux).
38502              Anyone with POSIX / SUSv2 tome handy?  The problem is that
38503              the flags of the oldaction don't match with the flags in
38504              the previously installed disposition.
38505      Branch: perl
38506            + t/lib/sigaction.t
38507            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
38508 ____________________________________________________________________________
38509 [  9085] By: jhi                                   on 2001/03/09  01:30:13
38510         Log: Subject: Re: mission impossible for the day
38511              From: Alex Gough <alex@rcon.org>
38512              Date: Thu, 08 Mar 2001 17:18:19 +0000
38513              Message-ID: <3AA7BEDB.8070409@rcon.org>
38514              
38515              If references (are overloaded) and can be directly stringified,
38516              show that instead of "stringified".
38517              
38518              (The problem, infinite mutual recursion caused by overloaded bool
38519              in Switch.pm, tracked by David Mitchell)
38520      Branch: perl
38521            ! lib/Carp/Heavy.pm
38522 ____________________________________________________________________________
38523 [  9084] By: jhi                                   on 2001/03/09  01:20:39
38524         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
38525              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
38526              From: David Mitchell <davem@fdgroup.co.uk>
38527              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
38528      Branch: perl
38529            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
38530            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
38531 ____________________________________________________________________________
38532 [  9083] By: jhi                                   on 2001/03/09  01:16:51
38533         Log: Subject: [PATCH] perldata.pod here-doc docs
38534              From: Jeff Pinyan <jeffp@crusoe.net>
38535              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
38536              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
38537      Branch: perl
38538            ! pod/perldata.pod
38539 ____________________________________________________________________________
38540 [  9082] By: jhi                                   on 2001/03/09  01:01:27
38541         Log: Subject: Re: Unicode/EBCDIC
38542              From: Peter Prymmer <pvhp@forte.com>
38543              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
38544              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
38545      Branch: perl
38546            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
38547 ____________________________________________________________________________
38548 [  9081] By: jhi                                   on 2001/03/08  13:41:30
38549         Log: Subject: Ooops, wrong 'no *POSIX' Patch
38550              From: Dorner Thomas <Thomas.Dorner@start.de>
38551              Date: Thu, 8 Mar 2001 08:43:28 +0100
38552              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
38553      Branch: perl
38554            ! hints/posix-bc.sh
38555 ____________________________________________________________________________
38556 [  9080] By: jhi                                   on 2001/03/08  13:11:42
38557         Log: It's Scripts.txt, not Script.txt.
38558      Branch: perl
38559            ! MANIFEST
38560 ____________________________________________________________________________
38561 [  9079] By: jhi                                   on 2001/03/08  12:59:05
38562         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
38563              From: Dorner Thomas <Thomas.Dorner@start.de>
38564              Date: Wed, 7 Mar 2001 14:13:31 +0100
38565              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
38566      Branch: perl
38567            ! makedepend.SH
38568 ____________________________________________________________________________
38569 [  9078] By: jhi                                   on 2001/03/08  12:57:43
38570         Log: Retract #9069, wrong patch.
38571      Branch: perl
38572            ! Makefile.SH
38573 ____________________________________________________________________________
38574 [  9077] By: jhi                                   on 2001/03/08  01:06:13
38575         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
38576      Branch: perl
38577            + lib/unicode/Scripts.txt
38578            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
38579            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
38580            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
38581            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
38582            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
38583            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
38584            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
38585            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
38586            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
38587            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
38588            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
38589            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
38590            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
38591            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
38592            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
38593            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
38594            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
38595            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
38596            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
38597            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
38598            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
38599            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
38600            ! lib/unicode/version
38601 ____________________________________________________________________________
38602 [  9076] By: jhi                                   on 2001/03/07  22:59:39
38603         Log: Integrate change #7784 from mainline into maintperl.
38604              
38605              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
38606      Branch: maint-5.6/perl
38607           !> pp_ctl.c t/op/pat.t
38608 ____________________________________________________________________________
38609 [  9075] By: jhi                                   on 2001/03/07  22:05:11
38610         Log: More UTF-8 test tweaks.
38611      Branch: perl
38612            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
38613 ____________________________________________________________________________
38614 [  9074] By: nick                                  on 2001/03/07  21:39:29
38615         Log: Integrate mainline.
38616      Branch: perlio
38617           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
38618           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
38619           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
38620           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
38621           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
38622 ____________________________________________________________________________
38623 [  9073] By: jhi                                   on 2001/03/07  16:37:09
38624         Log: Update Changes.
38625      Branch: perl
38626            ! Changes patchlevel.h
38627 ____________________________________________________________________________
38628 [  9072] By: jhi                                   on 2001/03/07  16:32:30
38629         Log: Subject: [ID 20010306.004] || != named unary operator
38630              From: abela@geneanet.org
38631              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
38632              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
38633      Branch: perl
38634            ! pod/perlop.pod
38635 ____________________________________________________________________________
38636 [  9071] By: jhi                                   on 2001/03/07  15:14:11
38637         Log: Subject: downgrading to bytes for common functions
38638              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
38639              Date: Wed, 7 Mar 2001 02:36:55 -0500
38640              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
38641      Branch: perl
38642            ! pp_sys.c
38643 ____________________________________________________________________________
38644 [  9070] By: jhi                                   on 2001/03/07  15:04:58
38645         Log: Clarify the description differentiating for and while; inspired by
38646              
38647              Subject: [ID 20010306.002] for/while difference in for definition
38648              From: abela@geneanet.org
38649              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
38650              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
38651      Branch: perl
38652            ! pod/perlsyn.pod
38653 ____________________________________________________________________________
38654 [  9069] By: jhi                                   on 2001/03/07  14:55:30
38655         Log: (Retracted by #9078.)
38656      Branch: perl
38657            ! Makefile.SH
38658 ____________________________________________________________________________
38659 [  9068] By: jhi                                   on 2001/03/07  14:51:17
38660         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
38661              From: Radu Greab <radu@netsoft.ro>
38662              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
38663              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
38664      Branch: perl
38665            ! pp.c t/op/chop.t
38666 ____________________________________________________________________________
38667 [  9067] By: jhi                                   on 2001/03/07  14:48:57
38668         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
38669              From: Simon Cozens <simon@netthink.co.uk>
38670              Date: Wed, 7 Mar 2001 13:59:28 +0000
38671              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
38672              
38673              In order to allow MakeMaker to build correct Makefiles,
38674              you need to change the order of the arguments in MM_Unix.pm
38675              as well. (Unless you have C89_CCMODE set, but we're trying
38676              to be POSIXly correct)
38677              
38678              Thanks to Merijn Broeren for tracking this down.
38679      Branch: perl
38680            ! lib/ExtUtils/MM_Unix.pm
38681 ____________________________________________________________________________
38682 [  9066] By: jhi                                   on 2001/03/07  14:30:02
38683         Log: Floating point too messy.
38684      Branch: perl
38685            ! t/camel-III/vstring.t
38686 ____________________________________________________________________________
38687 [  9065] By: jhi                                   on 2001/03/07  14:17:44
38688         Log: Integrate change #9064 from maintperl into mainline.
38689              
38690              fix memory leak in pack("Bb",...)
38691      Branch: perl
38692           !> perl.c
38693 ____________________________________________________________________________
38694 [  9064] By: gsar                                  on 2001/03/07  06:29:24
38695         Log: fix memory leak in pack("Bb",...)
38696      Branch: maint-5.6/perl
38697            ! perl.c
38698 ____________________________________________________________________________
38699 [  9063] By: jhi                                   on 2001/03/07  00:55:04
38700         Log: Major utf8 test reorganisation and rewrite.
38701              Hopefully no tests were lost in the shuffle.
38702              (The beginning of pragma/utf8 was lost intentionally,
38703              the tests were rather bogus and incomplete.)
38704      Branch: perl
38705            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
38706            ! t/pragma/utf8.t
38707 ____________________________________________________________________________
38708 [  9062] By: jhi                                   on 2001/03/07  00:41:16
38709         Log: More tweakage on the Unicode character class descriptions.
38710      Branch: perl
38711            ! lib/unicode/mktables.PL pod/perlretut.pod
38712 ____________________________________________________________________________
38713 [  9061] By: jhi                                   on 2001/03/06  23:12:38
38714         Log: The perlretut was still talking about the old \p and \P
38715              definitions.
38716      Branch: perl
38717            ! pod/perlretut.pod
38718 ____________________________________________________________________________
38719 [  9060] By: nick                                  on 2001/03/06  20:52:37
38720         Log: Integrate mainline (make test works again now).
38721      Branch: perlio
38722           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
38723 ____________________________________________________________________________
38724 [  9059] By: jhi                                   on 2001/03/06  15:36:14
38725         Log: 0.999... does equal 1.0, doesn't it?
38726      Branch: perl
38727            ! t/camel-III/vstring.t
38728 ____________________________________________________________________________
38729 [  9058] By: jhi                                   on 2001/03/06  15:34:00
38730         Log: Make /x{abcd}/ to work without use utf8.
38731      Branch: perl
38732            ! regcomp.c
38733 ____________________________________________________________________________
38734 [  9057] By: jhi                                   on 2001/03/06  03:02:36
38735         Log: Easier to outcomment all the three reset() tests for now.
38736      Branch: perl
38737            ! t/op/pat.t
38738 ____________________________________________________________________________
38739 [  9056] By: jhi                                   on 2001/03/06  02:30:02
38740         Log: Comment out the deadly reset; until the 20010301.005
38741              is finally fixed.
38742      Branch: perl
38743            ! t/op/pat.t
38744 ____________________________________________________________________________
38745 [  9055] By: jhi                                   on 2001/03/06  02:21:26
38746         Log: Integrate the change #9054 from mainline:
38747              retract the PMOP cleanup patch pending further investigation.
38748      Branch: maint-5.6/perl
38749           !> op.c op.h
38750 ____________________________________________________________________________
38751 [  9054] By: jhi                                   on 2001/03/06  02:19:57
38752         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
38753              with oddly familiar stack traces.
38754      Branch: perl
38755            ! op.c op.h
38756 ____________________________________________________________________________
38757 [  9053] By: jhi                                   on 2001/03/05  23:20:28
38758         Log: Integrate perlio.
38759      Branch: perl
38760           +> ext/Encode/Encode/koi8-r.ucm
38761           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
38762           !> makedef.pl
38763 ____________________________________________________________________________
38764 [  9052] By: nick                                  on 2001/03/05  23:08:17
38765         Log: skipping USE_PERLIO symbols correction.
38766      Branch: perlio
38767            ! makedef.pl
38768 ____________________________________________________________________________
38769 [  9051] By: nick                                  on 2001/03/05  22:35:07
38770         Log: More Encode alias tidying.
38771      Branch: perlio
38772            + ext/Encode/Encode/koi8-r.ucm
38773            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
38774 ____________________________________________________________________________
38775 [  9050] By: jhi                                   on 2001/03/05  21:44:29
38776         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
38777              Sarathy's fix for ID 20010301.005.
38778      Branch: maint-5.6/perl
38779           !> op.c op.h
38780 ____________________________________________________________________________
38781 [  9049] By: nick                                  on 2001/03/05  19:54:04
38782         Log: Integrate Jarkko's Encode.pm tweak.
38783      Branch: perlio
38784           !> ext/Encode/Encode.pm
38785 ____________________________________________________________________________
38786 [  9048] By: nick                                  on 2001/03/05  19:47:57
38787         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
38788      Branch: perlio
38789           +> os2/os2add.sym
38790           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
38791           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
38792           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
38793           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
38794           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
38795 ____________________________________________________________________________
38796 [  9047] By: jhi                                   on 2001/03/05  19:25:26
38797         Log: Regen perlapi.
38798      Branch: perl
38799            ! pod/perlapi.pod
38800 ____________________________________________________________________________
38801 [  9046] By: jhi                                   on 2001/03/05  19:12:14
38802         Log: Integrate perlio.
38803      Branch: perl
38804           +> t/camel-III/vstring.t
38805           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
38806 ____________________________________________________________________________
38807 [  9045] By: jhi                                   on 2001/03/05  19:10:36
38808         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
38809      Branch: perl
38810            ! ext/Encode/Encode.pm
38811 ____________________________________________________________________________
38812 [  9044] By: jhi                                   on 2001/03/05  18:49:12
38813         Log: Forgot the other half of the PMOP patch (#9033).
38814      Branch: perl
38815            ! op.h
38816 ____________________________________________________________________________
38817 [  9043] By: nick                                  on 2001/03/05  18:14:47
38818         Log: Update MANIFEST for new test.
38819      Branch: perlio
38820            ! MANIFEST
38821 ____________________________________________________________________________
38822 [  9042] By: nick                                  on 2001/03/05  18:12:41
38823         Log: Some tests for Camel 3rd edition features.
38824              Make gethostbyaddr() test in above work.
38825      Branch: perlio
38826            + t/camel-III/vstring.t
38827            ! pp.h pp_sys.c t/TEST t/harness
38828 ____________________________________________________________________________
38829 [  9041] By: jhi                                   on 2001/03/05  17:41:48
38830         Log: Add more ISO 8859 encoding aliases.
38831      Branch: perl
38832            ! ext/Encode/Encode.pm
38833 ____________________________________________________________________________
38834 [  9040] By: jhi                                   on 2001/03/05  17:30:43
38835         Log: Integrate perlio.
38836      Branch: perl
38837           !> MANIFEST sv.c
38838 ____________________________________________________________________________
38839 [  9039] By: nick                                  on 2001/03/05  17:11:36
38840         Log: Missed added file.
38841      Branch: perlio
38842            ! MANIFEST
38843 ____________________________________________________________________________
38844 [  9038] By: jhi                                   on 2001/03/05  15:58:01
38845         Log: Add tr tests for EBCDIC, from Karsten Sperling.
38846      Branch: perl
38847            ! t/op/tr.t
38848 ____________________________________________________________________________
38849 [  9037] By: nick                                  on 2001/03/05  15:56:35
38850         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
38851              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
38852              
38853              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
38854              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
38855              - uses SvPV() rather than sv_2pv() in case it isn't a string.
38856      Branch: perlio
38857            ! sv.c
38858 ____________________________________________________________________________
38859 [  9036] By: jhi                                   on 2001/03/05  15:49:15
38860         Log: Add matching tests currently failing in EBCDIC,
38861              suggested by Karsten Sperling.
38862      Branch: perl
38863            ! t/op/pat.t
38864 ____________________________________________________________________________
38865 [  9035] By: jhi                                   on 2001/03/05  15:36:55
38866         Log: The #9034 needs a MANIFESTation.
38867      Branch: perl
38868            ! MANIFEST
38869 ____________________________________________________________________________
38870 [  9034] By: jhi                                   on 2001/03/05  15:35:14
38871         Log: Integrate perlio.
38872      Branch: perl
38873           +> ext/Encode/Encode/Tcl.pm
38874           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
38875           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
38876           !> ext/Encode/Encode/iso8859-1.ucm
38877           !> ext/Encode/Encode/iso8859-10.ucm
38878           !> ext/Encode/Encode/iso8859-13.ucm
38879           !> ext/Encode/Encode/iso8859-14.ucm
38880           !> ext/Encode/Encode/iso8859-15.ucm
38881           !> ext/Encode/Encode/iso8859-16.ucm
38882           !> ext/Encode/Encode/iso8859-2.ucm
38883           !> ext/Encode/Encode/iso8859-3.ucm
38884           !> ext/Encode/Encode/iso8859-4.ucm
38885           !> ext/Encode/Encode/iso8859-5.ucm
38886           !> ext/Encode/Encode/iso8859-6.ucm
38887           !> ext/Encode/Encode/iso8859-7.ucm
38888           !> ext/Encode/Encode/iso8859-8.ucm
38889           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
38890           !> t/lib/encode.t
38891 ____________________________________________________________________________
38892 [  9033] By: jhi                                   on 2001/03/05  15:33:18
38893         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
38894              From: Gurusamy Sarathy <gsar@ActiveState.com>
38895              Date: Sun, 04 Mar 2001 22:33:15 -0800
38896              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
38897              
38898              PMOPs need to remember their own stash so that they can
38899              gracefully remove themselves from their linked list.
38900      Branch: perl
38901            ! op.c
38902 ____________________________________________________________________________
38903 [  9032] By: nick                                  on 2001/03/05  14:51:50
38904         Log: Encode implementation "completion"
38905              Implement and document define_encoding()
38906              Implement and document encoding aliases including define_alias()
38907              Make Encode::XS use define_encoding() rather than back-door.
38908              Move run-time *.enc to separate Encode::Tcl module.
38909              Make 'compile' honour <codeset_name>
38910              Change canonical names of to iso-8859-* and US-ascii.
38911      Branch: perlio
38912            + ext/Encode/Encode/Tcl.pm
38913            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
38914            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
38915            ! ext/Encode/Encode/iso8859-1.ucm
38916            ! ext/Encode/Encode/iso8859-10.ucm
38917            ! ext/Encode/Encode/iso8859-13.ucm
38918            ! ext/Encode/Encode/iso8859-14.ucm
38919            ! ext/Encode/Encode/iso8859-15.ucm
38920            ! ext/Encode/Encode/iso8859-16.ucm
38921            ! ext/Encode/Encode/iso8859-2.ucm
38922            ! ext/Encode/Encode/iso8859-3.ucm
38923            ! ext/Encode/Encode/iso8859-4.ucm
38924            ! ext/Encode/Encode/iso8859-5.ucm
38925            ! ext/Encode/Encode/iso8859-6.ucm
38926            ! ext/Encode/Encode/iso8859-7.ucm
38927            ! ext/Encode/Encode/iso8859-8.ucm
38928            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
38929            ! t/lib/encode.t
38930 ____________________________________________________________________________
38931 [  9031] By: jhi                                   on 2001/03/05  13:51:17
38932         Log: Integrate change #9030 from maintperl into mainline.
38933              
38934              Subject: [PATCH 5.6.1] OS/2 cleanup
38935      Branch: perl
38936           +> os2/os2add.sym
38937           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
38938           !> makedef.pl os2/Changes os2/Makefile.SHs
38939           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
38940           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
38941           !> os2/os2.sym os2/os2ish.h
38942 ____________________________________________________________________________
38943 [  9030] By: jhi                                   on 2001/03/05  13:46:49
38944         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
38945              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38946              Date: Mon, 5 Mar 2001 02:29:44 -0500
38947              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
38948      Branch: maint-5.6/perl
38949            + os2/os2add.sym
38950            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
38951            ! makedef.pl os2/Changes os2/Makefile.SHs
38952            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
38953            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
38954            ! os2/os2.sym os2/os2ish.h
38955 ____________________________________________________________________________
38956 [  9029] By: jhi                                   on 2001/03/05  13:40:35
38957         Log: Integrate change #9028 from maintperl into mainline.
38958              
38959              various nits in MM_Unix.pm found by disabling SelfLoader
38960      Branch: perl
38961           !> lib/ExtUtils/MM_Unix.pm
38962 ____________________________________________________________________________
38963 [  9028] By: gsar                                  on 2001/03/05  09:58:38
38964         Log: various nits in MM_Unix.pm found by disabling SelfLoader
38965      Branch: maint-5.6/perl
38966            ! lib/ExtUtils/MM_Unix.pm
38967 ____________________________________________________________________________
38968 [  9027] By: nick                                  on 2001/03/05  08:35:22
38969         Log: Integrate mainline
38970      Branch: perlio
38971           !> (integrate 28 files)
38972 ____________________________________________________________________________
38973 [  9026] By: jhi                                   on 2001/03/05  02:14:59
38974         Log: Integrate change #9025 from mainline to maintperl,
38975              retract \N{U+HHHH}.
38976      Branch: maint-5.6/perl
38977           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
38978           !> t/lib/charnames.t toke.c
38979 ____________________________________________________________________________
38980 [  9025] By: jhi                                   on 2001/03/05  02:13:09
38981         Log: Retracting \N{U+HHHH}.
38982      Branch: perl
38983            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
38984            ! t/lib/charnames.t toke.c
38985 ____________________________________________________________________________
38986 [  9024] By: jhi                                   on 2001/03/04  20:51:07
38987         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
38988              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
38989              Date: Fri, 02 Mar 2001 18:25:26 +0100
38990              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
38991              
38992              Casting problem.
38993      Branch: perl
38994            ! ext/Storable/Storable.xs
38995 ____________________________________________________________________________
38996 [  9023] By: jhi                                   on 2001/03/04  19:46:45
38997         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
38998              From: nick@talking.bollo.cx
38999              Date: Sat, 03 Mar 2001 21:41:33 +0000
39000              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
39001              
39002              Revert the workaround.
39003      Branch: perl
39004            ! perlio.c
39005 ____________________________________________________________________________
39006 [  9022] By: jhi                                   on 2001/03/04  19:36:28
39007         Log: Update Changes.
39008      Branch: perl
39009            ! Changes patchlevel.h
39010 ____________________________________________________________________________
39011 [  9021] By: jhi                                   on 2001/03/04  18:41:00
39012         Log: makedef.pl updates suggested by Chris Nandor; double-checking
39013              the changes in AIX, OS/2 Win32 would be nice.
39014      Branch: perl
39015            ! makedef.pl
39016 ____________________________________________________________________________
39017 [  9020] By: jhi                                   on 2001/03/04  18:23:58
39018         Log: Integrate change #9012 from maintperl into mainline,
39019              quench a compiler warning.
39020      Branch: perl
39021           !> toke.c
39022 ____________________________________________________________________________
39023 [  9019] By: jhi                                   on 2001/03/04  18:18:43
39024         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
39025              
39026              \N{U+HHHH} fix.
39027              
39028              pattern in G_ARRAY context
39029      Branch: maint-5.6/perl
39030           !> pp_hot.c t/op/pat.t toke.c
39031 ____________________________________________________________________________
39032 [  9018] By: jhi                                   on 2001/03/04  18:07:48
39033         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
39034              From: Jeff Pinyan <jeffp@crusoe.net>
39035              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
39036              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
39037      Branch: perl
39038            ! pp_hot.c t/op/pat.t
39039 ____________________________________________________________________________
39040 [  9017] By: jhi                                   on 2001/03/04  18:06:21
39041         Log: I thought I tested the #9014.
39042      Branch: perl
39043            ! toke.c
39044 ____________________________________________________________________________
39045 [  9016] By: jhi                                   on 2001/03/04  17:41:22
39046         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
39047              
39048              Tweak the get*ent() OS/2 prototypes.
39049              
39050              Add the \N{U+HHHH} syntax.
39051              
39052              More tr/// UTF-8 fixes from Inaba Hiroto.
39053      Branch: maint-5.6/perl
39054           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
39055           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
39056 ____________________________________________________________________________
39057 [  9015] By: jhi                                   on 2001/03/04  17:36:04
39058         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
39059      Branch: perl
39060            ! doop.c t/op/tr.t
39061 ____________________________________________________________________________
39062 [  9014] By: jhi                                   on 2001/03/04  17:24:49
39063         Log: Add the \N{U+HHHH} syntax.
39064      Branch: perl
39065            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
39066            ! t/lib/charnames.t toke.c
39067 ____________________________________________________________________________
39068 [  9013] By: jhi                                   on 2001/03/04  17:20:45
39069         Log: Tweak the get*ent() OS/2 prototypes.
39070      Branch: perl
39071            ! os2/os2.c
39072 ____________________________________________________________________________
39073 [  9012] By: gsar                                  on 2001/03/04  06:26:14
39074         Log: avoid warning (nit in change#9009)
39075      Branch: maint-5.6/perl
39076            ! toke.c
39077 ____________________________________________________________________________
39078 [  9011] By: gsar                                  on 2001/03/04  06:15:24
39079         Log: lib/charnames.t fails in 5.6.x because of older Unicode
39080              data
39081              
39082              TODO: need to revisit this after updating lib/unicode/...
39083      Branch: maint-5.6/perl
39084            ! t/lib/charnames.t
39085 ____________________________________________________________________________
39086 [  9010] By: gsar                                  on 2001/03/04  06:08:36
39087         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
39088      Branch: maint-5.6/perl
39089            ! toke.c
39090 ____________________________________________________________________________
39091 [  9009] By: jhi                                   on 2001/03/03  19:27:20
39092         Log: Integrate change #9008 from mainline to maintperl,
39093              UTF-8 tr/// fixes from Inaba Hiroto.
39094      Branch: maint-5.6/perl
39095           !> doop.c op.c t/op/tr.t toke.c
39096 ____________________________________________________________________________
39097 [  9008] By: jhi                                   on 2001/03/03  19:19:42
39098         Log: UTF8 tr/// fixes from Inaba Hiroto.
39099      Branch: perl
39100            ! doop.c op.c t/op/tr.t toke.c
39101 ____________________________________________________________________________
39102 [  9007] By: jhi                                   on 2001/03/03  19:00:30
39103         Log: Integrate change #9006 from maintperl to mainline,
39104              more robust quest for the infinite.
39105      Branch: perl
39106           !> lib/Math/Complex.pm
39107 ____________________________________________________________________________
39108 [  9006] By: jhi                                   on 2001/03/03  18:58:06
39109         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
39110              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39111              Date: Sat, 3 Mar 2001 12:51:50 -0500
39112              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
39113              
39114              Be more robust in our quest for the infinite.
39115      Branch: maint-5.6/perl
39116            ! lib/Math/Complex.pm
39117 ____________________________________________________________________________
39118 [  9005] By: jhi                                   on 2001/03/03  17:55:50
39119         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
39120      Branch: maint-5.6/perl
39121            ! doio.c
39122 ____________________________________________________________________________
39123 [  9004] By: jhi                                   on 2001/03/03  17:40:14
39124         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
39125              so that picky compilers like IRIX won't get huffy about
39126              "statements without effect" (like 1;).
39127      Branch: perl
39128            ! toke.c
39129 ____________________________________________________________________________
39130 [  9003] By: jhi                                   on 2001/03/03  17:15:52
39131         Log: Integrate change #9002 from mainline to maintperl.
39132              
39133              Subject: [perl-5.6.x, perl-current] accept for EPOC
39134      Branch: maint-5.6/perl
39135           !> pp_sys.c
39136 ____________________________________________________________________________
39137 [  9002] By: jhi                                   on 2001/03/03  17:14:30
39138         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
39139              From: Olaf Flebbe <O.Flebbe@science-computing.de>
39140              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
39141              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
39142      Branch: perl
39143            ! pp_sys.c
39144 ____________________________________________________________________________
39145 [  9001] By: jhi                                   on 2001/03/03  17:13:13
39146         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
39147              From: "Craig A. Berry" <craigberry@mac.com>
39148              Date: Fri, 02 Mar 2001 17:44:40 -0600
39149              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
39150      Branch: perl
39151            ! t/pod/find.t
39152 ____________________________________________________________________________
39153 [  9000] By: jhi                                   on 2001/03/03  17:11:55
39154         Log: Integrate changes #8997,8999 from maintperl.
39155              
39156              Subject: [PATCH 5.6.1] compiling on OS/2
39157              (Better error message from hints/os2.sh)
39158              
39159              Subject: [PATCH 5.6.1] syslog.t
39160      Branch: perl
39161           !> hints/os2.sh t/lib/syslog.t
39162 ____________________________________________________________________________
39163 [  8999] By: jhi                                   on 2001/03/03  17:09:28
39164         Log: Subject: [PATCH 5.6.1] syslog.t
39165              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39166              Date: Sat, 3 Mar 2001 02:11:17 -0500
39167              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
39168      Branch: maint-5.6/perl
39169            ! t/lib/syslog.t
39170 ____________________________________________________________________________
39171 [  8998] By: jhi                                   on 2001/03/03  17:07:50
39172         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
39173              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39174              Date: Sat, 3 Mar 2001 01:53:52 -0500
39175              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
39176      Branch: maint-5.6/perl
39177            ! opcode.pl os2/os2.c
39178 ____________________________________________________________________________
39179 [  8997] By: jhi                                   on 2001/03/03  17:03:30
39180         Log: Subject: [PATCH 5.6.1] compiling on OS/2
39181              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39182              Date: Sat, 3 Mar 2001 01:59:59 -0500
39183              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
39184      Branch: maint-5.6/perl
39185            ! hints/os2.sh
39186 ____________________________________________________________________________
39187 [  8996] By: jhi                                   on 2001/03/03  00:55:58
39188         Log: Regen files for mainline.
39189      Branch: perl
39190            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39191            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
39192 ____________________________________________________________________________
39193 [  8995] By: jhi                                   on 2001/03/03  00:35:22
39194         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
39195              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
39196              to maintperl.
39197              
39198              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
39199              
39200              Add Configure option -Dmksymlinks which will create a symlink
39201              forest if the current/build differs from the source directory.
39202              (8218,8220,8221,8317,8318,8971)
39203              
39204              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
39205              (Document APPLLIB_EXP in INSTALL.)
39206              
39207              If running byacc write-enable also perly.h.
39208              
39209              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
39210              
39211              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
39212              
39213              Sanity check for conflicting thread flavours.
39214              
39215              Fix the sys/fcntl.h problem reported by Peter Prymmer.
39216              
39217              Add few CPUs/architectures to the Cppsym scan,
39218              add -perlio to archname if so selected (modified 8890)
39219              
39220              Be more helpful for devel builders, suggested by John L. Allen.
39221              (admittedly pointless change for maintperl, but the usedevel
39222              code is there already)
39223      Branch: maint-5.6/perl
39224           !> Configure INSTALL Makefile.SH Porting/Glossary
39225           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
39226           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
39227           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
39228           !> win32/config.bc win32/config.gc win32/config.vc
39229 ____________________________________________________________________________
39230 [  8994] By: jhi                                   on 2001/03/02  23:31:41
39231         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
39232      Branch: metaconfig/U/perl
39233            ! gccvers.U
39234 ____________________________________________________________________________
39235 [  8993] By: jhi                                   on 2001/03/02  23:22:12
39236         Log: Regenerate various files for maint.
39237      Branch: maint-5.6/perl
39238            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
39239            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
39240 ____________________________________________________________________________
39241 [  8992] By: alanbur                               on 2001/03/02  22:48:34
39242         Log: Resync wuth parent
39243      Branch: maint-5.6/pureperl
39244           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
39245           !> (integrate 60 files)
39246 ____________________________________________________________________________
39247 [  8991] By: jhi                                   on 2001/03/02  21:00:08
39248         Log: Retract the #8742 part of #8986, backward compat.
39249      Branch: maint-5.6/perl
39250            ! embed.pl
39251 ____________________________________________________________________________
39252 [  8990] By: jhi                                   on 2001/03/02  20:40:07
39253         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
39254      Branch: maint-5.6/perl
39255            ! hv.c
39256 ____________________________________________________________________________
39257 [  8989] By: jhi                                   on 2001/03/02  19:59:56
39258         Log: Update Changes.
39259      Branch: perl
39260            ! Changes patchlevel.h
39261 ____________________________________________________________________________
39262 [  8988] By: jhi                                   on 2001/03/02  19:57:08
39263         Log: Integrate perlio.
39264      Branch: perl
39265           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
39266           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
39267           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
39268           !> ext/Encode/Encode/iso8859-10.ucm
39269           !> ext/Encode/Encode/iso8859-13.ucm
39270           !> ext/Encode/Encode/iso8859-14.ucm
39271           !> ext/Encode/Encode/iso8859-15.ucm
39272           !> ext/Encode/Encode/iso8859-16.ucm
39273           !> ext/Encode/Encode/iso8859-2.ucm
39274           !> ext/Encode/Encode/iso8859-3.ucm
39275           !> ext/Encode/Encode/iso8859-4.ucm
39276           !> ext/Encode/Encode/iso8859-5.ucm
39277           !> ext/Encode/Encode/iso8859-6.ucm
39278           !> ext/Encode/Encode/iso8859-7.ucm
39279           !> ext/Encode/Encode/iso8859-8.ucm
39280           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
39281           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
39282 ____________________________________________________________________________
39283 [  8987] By: jhi                                   on 2001/03/02  19:43:40
39284         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
39285              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
39286              8950,8952,8955 from mainline to maintperl.
39287              
39288              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
39289              
39290              Put to rest the 20010205.001, the email address checking (not) regex.
39291              
39292              fork() not everywhere, cleanup temp files.
39293              
39294              The #8843 wasn't quite right: %Config needs to imported.
39295              
39296              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
39297              (#8849: the glob-basic hunk needed massaging as it depended
39298              on Schwern's large-scale (unintegrated) patches)
39299              
39300              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
39301              
39302              Upgrade to CGI.pm 2.752, from Lincoln Stein.
39303              (Note: there were some conflicts due to EBCDIC and EPOC
39304              patches, in general I preferred the repository code.)
39305              (When 2.753 comes out, we need to synchronize.)
39306              
39307              Subject: [PATCH] fix for charnames above FFFF
39308              
39309              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
39310              
39311              If no sfio, no -lsfio.
39312              
39313              Run run/*.t also in minitest.
39314              
39315              Subject:  [PATCH perl 5.7.0] malloc message address offset
39316              
39317              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
39318              
39319              Subject: fix for parameter -Dm (for perl@8867)
39320              
39321              Subject: [PATCH: perl@8892] was Re: hashing order difference?
39322              (make the test more portable)
39323              
39324              Subject: Re: [PATCH] fix for charnames above FFFF
39325              
39326              Subject: Re: I'm losing the war...
39327              (hv_store() not working correctly in ENV_IS_CASELESS case.)
39328              
39329              Subject: Modified README.bs2000 
39330              
39331              Subject: [PATCH: perl@8935] -Dt padsv($var)
39332              
39333              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
39334              
39335              Subject: PATCH: extra tests to check on negative float to unsigned cast
39336              
39337              Subject: [PATCH] XPUSH[insp] was Re: progress
39338              
39339              Subject: Re: Compile with perlcc..
39340      Branch: maint-5.6/perl
39341           !> (integrate 36 files)
39342 ____________________________________________________________________________
39343 [  8986] By: jhi                                   on 2001/03/02  18:51:25
39344         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
39345              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
39346              to maintperl.
39347              
39348              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
39349              
39350              Subject: [DOC PATCH] overload.pm nits
39351              
39352              Add header for LIB$ prototypes (C. Berry)
39353              
39354              Convert fwrite()s to sockets to write()s, since some socket stacks
39355              don't take kindly to stdio.
39356              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
39357              (for often optional LNMs)
39358              Correct a few typos
39359              (C. Bailey)
39360              
39361              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
39362              
39363              De-cut-and-pasto.
39364              
39365              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
39366              
39367              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
39368              
39369              Upgrade to CPAN 1.59_54, from Andreas König.
39370              
39371              Bogus shebang.
39372              
39373              Subject: [PATCH] Document makepatch in Porting/patching
39374              
39375              UTF-8 documentation.
39376              
39377              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
39378              
39379              Sort the MANIFEST.
39380              
39381              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
39382              
39383              Subject: [PATCH @8807] toke.c cleanup: scan_str()
39384              
39385              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
39386              
39387              Add run/*.t to testables.
39388              
39389              TODO: integrate #8784.
39390      Branch: maint-5.6/perl
39391           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
39392           !> (integrate 28 files)
39393 ____________________________________________________________________________
39394 [  8985] By: nick                                  on 2001/03/02  18:15:45
39395         Log: Integrate mainline
39396      Branch: perlio
39397           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
39398           !> vms/vms.c
39399 ____________________________________________________________________________
39400 [  8984] By: jhi                                   on 2001/03/02  16:00:17
39401         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
39402              
39403              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
39404              5.004_05, and mention the suidperl August 2000 security problem.
39405              (#8978,#8981)
39406              
39407              Subject: [ID 20010301.004] Technically speaking in perldata
39408              
39409              Subject: [PATCH] File::Copy for bleadperl, maintperl
39410              
39411              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
39412              
39413              (The #8982, fix for 20010221.005 and 20010221.008,
39414              would be nice too but it didn't integrate cleanly.)
39415      Branch: maint-5.6/perl
39416           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
39417 ____________________________________________________________________________
39418 [  8983] By: jhi                                   on 2001/03/02  15:51:16
39419         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
39420              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39421              Date:     Thu, 1 Mar 2001 15:54:09 EST
39422              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
39423      Branch: perl
39424            ! vms/vms.c
39425 ____________________________________________________________________________
39426 [  8982] By: jhi                                   on 2001/03/02  15:43:31
39427         Log: Subject: Re: sync sync sync: have I missed any patches?
39428              From: Radu Greab <radu@netsoft.ro> 
39429              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
39430              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
39431              
39432              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
39433              was checking argv[0] regardless of whether a different pathname
39434              will actually be executed."  Test case not supplied because 
39435              drafting that, ironically enough, revealed another bug
39436              (or a feature).
39437      Branch: perl
39438            ! doio.c
39439 ____________________________________________________________________________
39440 [  8981] By: jhi                                   on 2001/03/02  15:28:03
39441         Log: Misdate in #8978.
39442      Branch: perl
39443            ! pod/perlfaq1.pod
39444 ____________________________________________________________________________
39445 [  8980] By: jhi                                   on 2001/03/02  15:24:20
39446         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
39447              From: Chris Nandor <pudge@pobox.com>
39448              Date: Wed, 28 Feb 2001 22:10:15 -0500
39449              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
39450      Branch: perl
39451            ! lib/File/Copy.pm
39452 ____________________________________________________________________________
39453 [  8979] By: jhi                                   on 2001/03/02  15:17:16
39454         Log: Subject: [ID 20010301.004] Technically speaking in perldata
39455              From: abela@geneanet.org
39456              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
39457              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
39458      Branch: perl
39459            ! pod/perldata.pod
39460 ____________________________________________________________________________
39461 [  8978] By: jhi                                   on 2001/03/02  15:15:27
39462         Log: Subject: [ID 20010301.003] ref to 5.004
39463              From: abela@geneanet.org
39464              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
39465              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
39466              
39467              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
39468              and mention the suidperl August 2000 security problem.
39469      Branch: perl
39470            ! pod/perlfaq1.pod
39471 ____________________________________________________________________________
39472 [  8977] By: alanbur                               on 2001/03/02  14:17:45
39473         Log: Resynchronised with parent
39474      Branch: maint-5.6/pureperl
39475           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
39476           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
39477           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
39478           !> vms/descrip_mms.template win32/win32.c win32/win32.h
39479           !> win32/win32iop.h
39480 ____________________________________________________________________________
39481 [  8976] By: nick                                  on 2001/03/01  23:25:30
39482         Log: Integrate mainline.
39483      Branch: perlio
39484            - t/op/qu.t
39485           !> (integrate 55 files)
39486 ____________________________________________________________________________
39487 [  8975] By: jhi                                   on 2001/03/01  16:51:34
39488         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
39489      Branch: perl
39490           !> toke.c
39491 ____________________________________________________________________________
39492 [  8974] By: gsar                                  on 2001/03/01  16:28:21
39493         Log: fix for bugid 20010226.008
39494              
39495              the problem was that some of the pointers (PL_last_lop and
39496              PL_last_uni specifically) into the lex buffers weren't correctly
39497              being invalidated when the buffer changed; this would leave the
39498              pointers pointing at an arbitrary location in the buffer if
39499              the buffer didn't need to be reallocated, or point into freed
39500              memory if the buffer had to be realloced
39501              
39502              TODO item for bugdb maintainers: check other seemingly random
39503              parser-related bugs--they might be cured by this
39504      Branch: maint-5.6/perl
39505            ! toke.c
39506 ____________________________________________________________________________
39507 [  8973] By: jhi                                   on 2001/03/01  02:23:25
39508         Log: Retract #8970 because of a completely mysterious core dump:
39509              adding the tests 241..244 causes op/pat dump core at test #25.
39510              The test needs a lot of whittling down before the bug can be solved.
39511      Branch: perl
39512            ! t/op/pat.t
39513 ____________________________________________________________________________
39514 [  8972] By: jhi                                   on 2001/03/01  01:58:38
39515         Log: Regen perlapi.
39516      Branch: perl
39517            ! pod/perlapi.pod
39518 ____________________________________________________________________________
39519 [  8971] By: jhi                                   on 2001/03/01  01:34:09
39520         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))
39521              From: Nicholas Clark <nick@ccl4.org>
39522              Date: Wed, 28 Feb 2001 23:28:49 +0000
39523              Message-ID: <20010228232849.A55187@plum.flirble.org>
39524              
39525              Allow a completely write protected source code tree
39526              when using the Configure -Dmksymlinks.
39527      Branch: perl
39528            ! embed.pl warnings.pl
39529 ____________________________________________________________________________
39530 [  8970] By: jhi                                   on 2001/03/01  01:32:04
39531         Log: Add back the EBCDIC character range tests (for matching).
39532      Branch: perl
39533            ! t/op/pat.t
39534 ____________________________________________________________________________
39535 [  8969] By: nick                                  on 2001/02/28  18:18:01
39536         Log: Add charname comments to .ucm files writen by 'compile',
39537              also order charmaps in those files by source encoding.
39538              regenerate distrubuted .ucm files
39539      Branch: perlio
39540            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
39541            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
39542            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
39543            ! ext/Encode/Encode/iso8859-10.ucm
39544            ! ext/Encode/Encode/iso8859-13.ucm
39545            ! ext/Encode/Encode/iso8859-14.ucm
39546            ! ext/Encode/Encode/iso8859-15.ucm
39547            ! ext/Encode/Encode/iso8859-16.ucm
39548            ! ext/Encode/Encode/iso8859-2.ucm
39549            ! ext/Encode/Encode/iso8859-3.ucm
39550            ! ext/Encode/Encode/iso8859-4.ucm
39551            ! ext/Encode/Encode/iso8859-5.ucm
39552            ! ext/Encode/Encode/iso8859-6.ucm
39553            ! ext/Encode/Encode/iso8859-7.ucm
39554            ! ext/Encode/Encode/iso8859-8.ucm
39555            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
39556            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
39557 ____________________________________________________________________________
39558 [  8968] By: jhi                                   on 2001/02/28  16:26:37
39559         Log: Expand usemorebits early if d_casti32 needs to be undefined.
39560      Branch: perl
39561            ! hints/hpux.sh hints/irix_6.sh
39562 ____________________________________________________________________________
39563 [  8967] By: jhi                                   on 2001/02/28  16:22:26
39564         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
39565              retract toke.c/qu parts of #8583, retract #8485, retract
39566              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
39567              op/length.t, and MANIFEST, and delete t/op/qu.t.
39568      Branch: perl
39569            - t/op/qu.t
39570            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
39571            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
39572            ! t/op/length.t toke.c
39573 ____________________________________________________________________________
39574 [  8966] By: jhi                                   on 2001/02/28  15:00:27
39575         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
39576              by not changing from pre-Unicode days into being Unicode-aware.
39577              Sniff.
39578      Branch: perl
39579            ! pp.c t/op/pack.t t/op/qu.t
39580 ____________________________________________________________________________
39581 [  8965] By: jhi                                   on 2001/02/28  14:37:55
39582         Log: Subject: Re: Errors in core PODs
39583              From: Michael Stevens <michael@etla.org> 
39584              Date: Fri, 23 Feb 2001 15:47:56 +0000
39585              Message-ID: <20010223154756.A7723@firedrake.org> 
39586      Branch: perl
39587            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
39588            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
39589            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
39590            ! x2p/a2p.pod
39591 ____________________________________________________________________________
39592 [  8964] By: jhi                                   on 2001/02/28  14:35:35
39593         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
39594              (The #8961 was too bold.)
39595      Branch: perl
39596            ! hints/hpux.sh hints/irix_6.sh
39597 ____________________________________________________________________________
39598 [  8963] By: jhi                                   on 2001/02/28  14:33:39
39599         Log: Subject: Re: sync sync sync: have I missed any patches?
39600              From: Tim Jenness <t.jenness@jach.hawaii.edu>
39601              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
39602              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
39603              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
39604              
39605              Replace djSP with dSP.
39606      Branch: perl
39607            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
39608            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
39609            ! win32/perlhost.h
39610 ____________________________________________________________________________
39611 [  8962] By: jhi                                   on 2001/02/27  23:21:14
39612         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
39613      Branch: perl
39614            ! lib/Filter/Simple.pm
39615 ____________________________________________________________________________
39616 [  8961] By: jhi                                   on 2001/02/27  22:55:26
39617         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
39618              and this would be it.
39619      Branch: perl
39620            ! hints/hpux.sh hints/irix_6.sh
39621 ____________________________________________________________________________
39622 [  8960] By: jhi                                   on 2001/02/27  22:51:33
39623         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
39624              From: "Craig A. Berry" <craigberry@mac.com>
39625              Date: Tue, 27 Feb 2001 16:11:44 -0600
39626              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
39627      Branch: maint-5.6/perl
39628            ! configure.com vms/descrip_mms.template
39629 ____________________________________________________________________________
39630 [  8959] By: jhi                                   on 2001/02/27  22:47:23
39631         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
39632              From: "Craig A. Berry" <craigberry@mac.com>
39633              Date: Tue, 27 Feb 2001 16:11:44 -0600
39634              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
39635      Branch: perl
39636            ! configure.com vms/descrip_mms.template
39637 ____________________________________________________________________________
39638 [  8958] By: jhi                                   on 2001/02/27  15:16:42
39639         Log: Update Changes.
39640      Branch: perl
39641            ! Changes patchlevel.h
39642 ____________________________________________________________________________
39643 [  8957] By: jhi                                   on 2001/02/27  06:15:07
39644         Log: Subject: [5.6.x] EPOC additions
39645              From: Olaf Flebbe <O.Flebbe@science-computing.de>
39646              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
39647              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
39648      Branch: maint-5.6/perl
39649            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
39650 ____________________________________________________________________________
39651 [  8956] By: jhi                                   on 2001/02/27  06:12:11
39652         Log: Subject: [perl-current] EPOC 
39653              From: Olaf Flebbe <O.Flebbe@science-computing.de>
39654              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
39655              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
39656      Branch: perl
39657            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
39658            ! epoc/epocish.c epoc/epocish.h pp_sys.c
39659 ____________________________________________________________________________
39660 [  8955] By: jhi                                   on 2001/02/27  05:59:50
39661         Log: Subject: Re: Compile with perlcc..
39662              From: Edward Peschko <edwardp@excitehome.net>
39663              Date: Mon, 26 Feb 2001 18:51:58 -0800
39664              Message-ID: <20010226185158.A9871@excitehome.net>
39665              
39666              plus add a simple usage message if no arguments given.
39667      Branch: perl
39668            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
39669            ! utils/Makefile utils/perlcc.PL win32/pod.mak
39670 ____________________________________________________________________________
39671 [  8954] By: nick                                  on 2001/02/26  21:02:59
39672         Log: Integrate mainline
39673      Branch: perlio
39674           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
39675           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
39676           !> t/op/sprintf.t
39677 ____________________________________________________________________________
39678 [  8953] By: jhi                                   on 2001/02/26  14:43:54
39679         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
39680              From: Nicholas Clark <nick@ccl4.org>
39681              Date: Mon, 26 Feb 2001 00:42:07 +0000
39682              Message-ID: <20010226004207.F23333@plum.flirble.org>
39683      Branch: perl
39684            ! pp_ctl.c
39685 ____________________________________________________________________________
39686 [  8952] By: jhi                                   on 2001/02/26  14:42:13
39687         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
39688              From: Simon Cozens <simon@netthink.co.uk>
39689              Date: Mon, 26 Feb 2001 12:23:48 +0000
39690              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
39691      Branch: perl
39692            ! pod/perlguts.pod
39693 ____________________________________________________________________________
39694 [  8951] By: jhi                                   on 2001/02/26  14:39:15
39695         Log: Subject: [PATCH] perlio - unknown layer
39696              From: Nicholas Clark <nick@ccl4.org>
39697              Date: Mon, 26 Feb 2001 00:27:19 +0000
39698              Message-ID: <20010226002719.E23333@plum.flirble.org>
39699      Branch: perl
39700            ! perlio.c
39701 ____________________________________________________________________________
39702 [  8950] By: jhi                                   on 2001/02/26  14:38:04
39703         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
39704              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
39705              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
39706              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
39707      Branch: perl
39708            ! t/op/bop.t
39709 ____________________________________________________________________________
39710 [  8949] By: jhi                                   on 2001/02/26  14:37:07
39711         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
39712              From: Peter Prymmer <pvhp@forte.com>
39713              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
39714              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
39715      Branch: perl
39716            ! lib/Test.pm
39717 ____________________________________________________________________________
39718 [  8948] By: jhi                                   on 2001/02/26  14:35:53
39719         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
39720              From: Radu Greab <radu@netsoft.ro>
39721              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
39722              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
39723      Branch: perl
39724            ! pod/perlop.pod
39725 ____________________________________________________________________________
39726 [  8947] By: jhi                                   on 2001/02/26  14:34:46
39727         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
39728              From: David Mitchell <davem@fdgroup.co.uk>
39729              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
39730              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
39731      Branch: perl
39732            ! run.c
39733 ____________________________________________________________________________
39734 [  8946] By: jhi                                   on 2001/02/26  14:32:37
39735         Log: Subject: Modified README.bs2000 
39736              From: Dorner Thomas <Thomas.Dorner@start.de>
39737              Date: Mon, 26 Feb 2001 09:22:17 +0100
39738              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
39739      Branch: perl
39740            ! README.bs2000
39741 ____________________________________________________________________________
39742 [  8945] By: jhi                                   on 2001/02/26  14:19:53
39743         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
39744              to maintperl, listing the known failures on the tests 129 and 130.
39745      Branch: maint-5.6/perl
39746           !> t/op/sprintf.t
39747 ____________________________________________________________________________
39748 [  8944] By: jhi                                   on 2001/02/26  14:14:15
39749         Log: Add more known sprintf failures.
39750      Branch: perl
39751            ! t/op/sprintf.t
39752 ____________________________________________________________________________
39753 [  8943] By: jhi                                   on 2001/02/26  13:56:22
39754         Log: perlglob.exe needs to be found in Win32, patch from
39755              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
39756              which needs external glob at mini-perl time."
39757      Branch: perl
39758            ! ext/Encode/compile
39759 ____________________________________________________________________________
39760 [  8942] By: jhi                                   on 2001/02/26  13:52:19
39761         Log: A missing dTHX from Vadim Konovalov.
39762      Branch: perl
39763            ! perlio.c
39764 ____________________________________________________________________________
39765 [  8941] By: jhi                                   on 2001/02/26  13:37:05
39766         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
39767      Branch: perl
39768            ! op.c
39769 ____________________________________________________________________________
39770 [  8940] By: jhi                                   on 2001/02/26  13:35:40
39771         Log: Integrate perlio.
39772      Branch: perl
39773           !> ext/Encode/Encode.pm
39774 ____________________________________________________________________________
39775 [  8939] By: nick                                  on 2001/02/25  23:47:09
39776         Log: Integrate mainline.
39777      Branch: perlio
39778           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
39779           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
39780 ____________________________________________________________________________
39781 [  8938] By: nick                                  on 2001/02/25  19:36:28
39782         Log: Encode implementations docs.
39783      Branch: perlio
39784            ! ext/Encode/Encode.pm
39785 ____________________________________________________________________________
39786 [  8937] By: jhi                                   on 2001/02/25  19:26:16
39787         Log: Script wasn't aligned with reality.
39788      Branch: perl
39789            ! t/pod/find.t
39790 ____________________________________________________________________________
39791 [  8936] By: jhi                                   on 2001/02/25  18:54:55
39792         Log: Update Changes.
39793      Branch: perl
39794            ! Changes patchlevel.h
39795 ____________________________________________________________________________
39796 [  8935] By: jhi                                   on 2001/02/25  18:46:36
39797         Log: Retract #8929,8930,8932,8933 for now.
39798      Branch: perl
39799            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
39800 ____________________________________________________________________________
39801 [  8934] By: jhi                                   on 2001/02/25  17:34:35
39802         Log: Integrate perlio.
39803      Branch: perl
39804           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
39805           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
39806           !> t/lib/encode.t
39807 ____________________________________________________________________________
39808 [  8933] By: jhi                                   on 2001/02/25  17:33:12
39809         Log: (Retracted by #8395.)
39810              
39811              Slight tweaks in scan_const(), not fixes yet, it seems like
39812              lots of work remains to be done...
39813      Branch: perl
39814            ! toke.c
39815 ____________________________________________________________________________
39816 [  8932] By: jhi                                   on 2001/02/25  17:27:11
39817         Log: (Retracted by #8395.)
39818              
39819              Missing from #8930.
39820      Branch: perl
39821            ! perl.h
39822 ____________________________________________________________________________
39823 [  8931] By: jhi                                   on 2001/02/25  17:26:19
39824         Log: A comment tweak.
39825      Branch: perl
39826            ! utf8.c
39827 ____________________________________________________________________________
39828 [  8930] By: jhi                                   on 2001/02/25  17:25:47
39829         Log: (Retracted by #8395.)
39830              
39831              Attempt to fix the EBCDIC character range problwm with //.
39832      Branch: perl
39833            ! regcomp.c
39834 ____________________________________________________________________________
39835 [  8929] By: jhi                                   on 2001/02/25  17:23:45
39836         Log: (Retracted by #8395.)
39837              
39838              Expand the EBCDIC character range tests, and add few nasty
39839              tr tests from Karsten Sperling.
39840      Branch: perl
39841            ! t/op/pat.t t/op/tr.t
39842 ____________________________________________________________________________
39843 [  8928] By: jhi                                   on 2001/02/25  17:18:49
39844         Log: Missing check-in.
39845      Branch: perl
39846            ! lib/Pod/Find.pm
39847 ____________________________________________________________________________
39848 [  8927] By: nick                                  on 2001/02/25  11:30:22
39849         Log: Change method names in Encode implementation classes to something
39850              less confusing (preparing to "go public").
39851      Branch: perlio
39852            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
39853 ____________________________________________________________________________
39854 [  8926] By: nick                                  on 2001/02/25  10:53:24
39855         Log: GCC __atribute__ / printf fix
39856      Branch: perlio
39857            ! perl.h
39858 ____________________________________________________________________________
39859 [  8925] By: nick                                  on 2001/02/25  10:52:25
39860         Log: Checked in the wrong one ...
39861      Branch: perlio
39862            ! ext/Encode/Encode.pm
39863 ____________________________________________________________________________
39864 [  8924] By: nick                                  on 2001/02/24  18:46:51
39865         Log: Integrate mainline - to see what Jarkko has in ...
39866      Branch: perlio
39867           +> t/pod/testpods/lib/Pod/Stuff.pm
39868           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
39869 ____________________________________________________________________________
39870 [  8923] By: nick                                  on 2001/02/24  17:05:23
39871         Log: Encode API documentation nd tidy up.
39872              Minor additions to test.
39873              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
39874              Adds STRLEN to standard typemap.
39875      Branch: perlio
39876            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
39877            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
39878 ____________________________________________________________________________
39879 [  8922] By: jhi                                   on 2001/02/24  16:38:12
39880         Log: Add a test for the "character range should match in EBCDIC
39881              if specified using explicit numerics" bug found by Karsten
39882              Sperling.
39883      Branch: perl
39884            ! t/op/pat.t
39885 ____________________________________________________________________________
39886 [  8921] By: jhi                                   on 2001/02/24  16:30:16
39887         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
39888              From: schwern@pobox.com
39889              Date: Fri, 23 Feb 2001 03:21:37 -0500
39890              Message-ID: <20010223032137.A26022@magnonel.guild.net>
39891              
39892              plus Charles Lane's fixes, plus tweaks.
39893      Branch: perl
39894            + t/pod/testpods/lib/Pod/Stuff.pm
39895            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
39896 ____________________________________________________________________________
39897 [  8920] By: nick                                  on 2001/02/24  10:30:11
39898         Log: Integrate mainline
39899      Branch: perlio
39900           !> (integrate 33 files)
39901 ____________________________________________________________________________
39902 [  8919] By: jhi                                   on 2001/02/24  00:23:35
39903         Log: Subject: Re: I'm losing the war...
39904              From: "Vadim Konovalov" <watman@inbox.ru>
39905              Date: Sat, 24 Feb 2001 00:10:14 +0300
39906              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
39907              
39908              hv_store() not working correctly in ENV_IS_CASELESS case.
39909      Branch: perl
39910            ! hv.c
39911 ____________________________________________________________________________
39912 [  8918] By: jhi                                   on 2001/02/24  00:20:09
39913         Log: Subject: Re: [PATCH] fix for charnames above FFFF
39914              From: andreas.koenig@anima.de (Andreas J. Koenig)
39915              Date: 23 Feb 2001 02:39:03 +0100
39916              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
39917              
39918              A further efficiency tweak.
39919      Branch: perl
39920            ! lib/charnames.pm
39921 ____________________________________________________________________________
39922 [  8917] By: jhi                                   on 2001/02/23  20:27:51
39923         Log: Integrate change #8916 from mainline,
39924              do away with USE_WIN32_RTL_ENV.
39925      Branch: maint-5.6/perl
39926           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
39927 ____________________________________________________________________________
39928 [  8916] By: jhi                                   on 2001/02/23  20:02:25
39929         Log: Abolish USE_WIN32_RTL_ENV.
39930      Branch: perl
39931            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
39932 ____________________________________________________________________________
39933 [  8915] By: jhi                                   on 2001/02/23  19:36:00
39934         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
39935              later protected by some #define.
39936      Branch: perl
39937            ! gv.c
39938 ____________________________________________________________________________
39939 [  8914] By: jhi                                   on 2001/02/23  19:31:38
39940         Log: Retract #8902 for now, requested by Charles Lane, the correct
39941              fix will be something else.
39942      Branch: perl
39943            ! op.c
39944 ____________________________________________________________________________
39945 [  8913] By: jhi                                   on 2001/02/23  19:11:36
39946         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
39947              From: Peter Prymmer <pvhp@forte.com>
39948              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
39949              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
39950      Branch: perl
39951            ! t/op/lex_assign.t
39952 ____________________________________________________________________________
39953 [  8912] By: jhi                                   on 2001/02/23  18:38:20
39954         Log: Subject: [patch] perlio + useithreads
39955              From: Doug MacEachern <dougm@covalent.net>
39956              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
39957              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
39958              
39959              Gets things running but not complete.
39960      Branch: perl
39961            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
39962 ____________________________________________________________________________
39963 [  8911] By: jhi                                   on 2001/02/23  04:20:02
39964         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
39965              
39966              Duplicated environment freeing, File::Temp 0.12,
39967              op/append portability (EBCDIC) tweak.
39968      Branch: maint-5.6/perl
39969           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
39970           !> t/op/append.t
39971 ____________________________________________________________________________
39972 [  8910] By: jhi                                   on 2001/02/23  02:07:33
39973         Log: Integrate change #8909 from mainline, a better Borland
39974              putenv() workaround.
39975      Branch: maint-5.6/perl
39976           !> perl.c
39977 ____________________________________________________________________________
39978 [  8909] By: jhi                                   on 2001/02/23  02:05:46
39979         Log: A better workaround for Borland putenv() brokenness from Sarathy.
39980      Branch: perl
39981            ! perl.c
39982 ____________________________________________________________________________
39983 [  8908] By: jhi                                   on 2001/02/23  02:04:14
39984         Log: Subject: fix for parameter -Dm (for perl@8867)
39985              From: "Vadim Konovalov" <watman@inbox.ru>
39986              Date: Thu, 22 Feb 2001 17:30:12 +0300
39987              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
39988      Branch: perl
39989            ! perl.h
39990 ____________________________________________________________________________
39991 [  8907] By: jhi                                   on 2001/02/23  01:58:20
39992         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
39993              From: Peter Prymmer <pvhp@forte.com>
39994              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
39995              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
39996      Branch: perl
39997            ! t/op/append.t
39998 ____________________________________________________________________________
39999 [  8906] By: jhi                                   on 2001/02/23  01:48:34
40000         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
40001      Branch: perl
40002            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
40003 ____________________________________________________________________________
40004 [  8905] By: jhi                                   on 2001/02/23  01:43:30
40005         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
40006              From: Peter Prymmer <pvhp@forte.com>
40007              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
40008              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
40009      Branch: perl
40010            ! t/lib/st-06compat.t
40011 ____________________________________________________________________________
40012 [  8904] By: jhi                                   on 2001/02/23  01:42:39
40013         Log: Metaconfig unit change for #8903.
40014      Branch: metaconfig/U/perl
40015            ! Devel.U
40016 ____________________________________________________________________________
40017 [  8903] By: jhi                                   on 2001/02/23  01:42:12
40018         Log: Be more helpful for devel builders, suggested by John L. Allen.
40019      Branch: perl
40020            ! Configure
40021 ____________________________________________________________________________
40022 [  8902] By: jhi                                   on 2001/02/23  01:37:41
40023         Log: (Retracted by #8914)
40024              (Wrongly, reinstated by #8941)
40025              
40026              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
40027              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40028              Date:     Thu, 22 Feb 2001 09:43:57 EST
40029              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
40030      Branch: perl
40031            ! op.c
40032 ____________________________________________________________________________
40033 [  8901] By: jhi                                   on 2001/02/23  01:20:32
40034         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
40035              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40036              Date:     Thu, 22 Feb 2001 08:01:35 EST
40037              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
40038      Branch: perl
40039            ! malloc.c
40040 ____________________________________________________________________________
40041 [  8900] By: jhi                                   on 2001/02/23  01:18:02
40042         Log: Integrate changes #8898,8899 from mainline, environ handling.
40043      Branch: maint-5.6/perl
40044           !> perl.c
40045 ____________________________________________________________________________
40046 [  8899] By: jhi                                   on 2001/02/23  01:16:25
40047         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
40048              putenv() is not to be relied on, they are either broken or leaky
40049              or both.)
40050      Branch: perl
40051            ! perl.c
40052 ____________________________________________________________________________
40053 [  8898] By: jhi                                   on 2001/02/22  23:36:59
40054         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
40055              and safesysfree() must be used.
40056      Branch: perl
40057            ! perl.c
40058 ____________________________________________________________________________
40059 [  8897] By: jhi                                   on 2001/02/22  23:25:45
40060         Log: With environ one must use safesysmalloc()/safesysfree().
40061      Branch: perl
40062            ! perl.c
40063 ____________________________________________________________________________
40064 [  8896] By: jhi                                   on 2001/02/22  22:13:18
40065         Log: If we have a duplicated environment free it
40066              if PERL_DESTRUCT_LEVEL.
40067      Branch: perl
40068            ! perl.c
40069 ____________________________________________________________________________
40070 [  8895] By: alanbur                               on 2001/02/22  19:31:57
40071         Log: Synchronised with parent
40072      Branch: maint-5.6/pureperl
40073           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
40074 ____________________________________________________________________________
40075 [  8894] By: gsar                                  on 2001/02/22  19:06:18
40076         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
40077              
40078              fix memory leak in method call optimization (change#3768);
40079              made C<eval "$x->foo()"> leak
40080              
40081              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
40082      Branch: maint-5.6/perl
40083           !> op.c
40084 ____________________________________________________________________________
40085 [  8893] By: jhi                                   on 2001/02/22  18:35:27
40086         Log: (Retracted by #8915.)
40087              
40088              Third Degree finding:
40089              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
40090      Branch: perl
40091            ! gv.c
40092 ____________________________________________________________________________
40093 [  8892] By: jhi                                   on 2001/02/22  14:28:32
40094         Log: Update Changes.
40095      Branch: perl
40096            ! Changes patchlevel.h
40097 ____________________________________________________________________________
40098 [  8891] By: jhi                                   on 2001/02/22  13:22:45
40099         Log: Metaconfig unit changes for #8890.
40100      Branch: metaconfig
40101            ! U/modified/Cppsym.U U/threads/archname.U
40102 ____________________________________________________________________________
40103 [  8890] By: jhi                                   on 2001/02/22  13:22:12
40104         Log: Add -stdio to the archname if no perlio selected,
40105              no -perlio added since that is now the default.
40106              
40107              Add few CPUs/architectures to the Cppsym scan.
40108      Branch: perl
40109            ! Configure config_h.SH
40110 ____________________________________________________________________________
40111 [  8889] By: jhi                                   on 2001/02/22  13:05:59
40112         Log: Metaconfig unit change for #8888.
40113      Branch: metaconfig/U/perl
40114            ! useperlio.U
40115 ____________________________________________________________________________
40116 [  8888] By: jhi                                   on 2001/02/22  13:05:28
40117         Log: *drum roll*  Make perlio the default.
40118      Branch: perl
40119            ! Configure config_h.SH
40120 ____________________________________________________________________________
40121 [  8887] By: jhi                                   on 2001/02/22  12:50:52
40122         Log: Integrate change #8665 from maintperl to mainline,
40123              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
40124      Branch: perl
40125           !> ext/POSIX/POSIX.xs
40126 ____________________________________________________________________________
40127 [  8886] By: jhi                                   on 2001/02/22  12:49:24
40128         Log: Integrate changes #8883,8884 from mainline to maintperl.
40129              
40130              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
40131              Subject: Re: File::Temp::_gettemp warning
40132      Branch: maint-5.6/perl
40133           !> embed.h embed.pl lib/File/Temp.pm
40134 ____________________________________________________________________________
40135 [  8885] By: jhi                                   on 2001/02/22  12:43:59
40136         Log: Based on
40137              
40138              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
40139              From: schwab@suse.de
40140              Date: Thu, 22 Feb 2001 13:08:09 +0100
40141              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
40142              
40143              but the fix done slightly differently because the other
40144              half was already done in #8664.
40145      Branch: maint-5.6/perl
40146            ! ext/POSIX/POSIX.xs
40147 ____________________________________________________________________________
40148 [  8884] By: jhi                                   on 2001/02/22  12:37:15
40149         Log: Subject: Re: File::Temp::_gettemp warning
40150              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40151              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
40152              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
40153              
40154              This patch to File::Temp does two things:
40155              
40156              1. Fixes the problem with CGI::Carp when determining
40157              the Fcntl constants
40158              
40159              2. Removes most of the carps and consolidates them so that all the
40160              reasons are included in a single die that is caught by the test. This
40161              means that the correct skipping behaviour is displayed by the test.
40162      Branch: perl
40163            ! lib/File/Temp.pm
40164 ____________________________________________________________________________
40165 [  8883] By: jhi                                   on 2001/02/22  12:29:19
40166         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
40167              From: Peter Prymmer <pvhp@forte.com>
40168              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
40169              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
40170      Branch: perl
40171            ! embed.h embed.pl
40172 ____________________________________________________________________________
40173 [  8882] By: jhi                                   on 2001/02/21  19:41:33
40174         Log: Integrate change #8881 from mainlin to maintperl.
40175              
40176              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
40177      Branch: maint-5.6/perl
40178           !> op.c
40179 ____________________________________________________________________________
40180 [  8881] By: jhi                                   on 2001/02/21  19:38:57
40181         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
40182              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40183              Date:     Wed, 21 Feb 2001 13:08:03 EST
40184              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
40185      Branch: perl
40186            ! op.c
40187 ____________________________________________________________________________
40188 [  8880] By: jhi                                   on 2001/02/21  19:34:34
40189         Log: Retract #8875, cannot let go of the old semantics of unpack U
40190              without rethinking utf8decode.t.
40191      Branch: perl
40192            ! pp.c t/op/pack.t
40193 ____________________________________________________________________________
40194 [  8879] By: jhi                                   on 2001/02/21  19:08:02
40195         Log: Run run/*.t also in minitest.
40196      Branch: perl
40197            ! Makefile.SH
40198 ____________________________________________________________________________
40199 [  8878] By: nick                                  on 2001/02/21  18:55:37
40200         Log: Integrate mainline
40201      Branch: perlio
40202           !> (integrate 76 files)
40203 ____________________________________________________________________________
40204 [  8877] By: jhi                                   on 2001/02/21  15:09:33
40205         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
40206      Branch: metaconfig
40207            ! U/compline/nblock_io.U
40208      Branch: perl
40209            ! Configure config_h.SH
40210 ____________________________________________________________________________
40211 [  8876] By: jhi                                   on 2001/02/21  14:54:45
40212         Log: If no sfio, no -lsfio.
40213      Branch: metaconfig/U/perl
40214            ! d_sfio.U
40215      Branch: perl
40216            ! Configure config_h.SH
40217 ____________________________________________________________________________
40218 [  8875] By: jhi                                   on 2001/02/21  14:54:00
40219         Log: Make unpack C and unpack U truly equivalent.
40220      Branch: perl
40221            ! pp.c t/op/pack.t
40222 ____________________________________________________________________________
40223 [  8874] By: jhi                                   on 2001/02/21  14:26:02
40224         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
40225              From: Peter Prymmer <pvhp@forte.com>
40226              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
40227              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
40228      Branch: perl
40229            ! pod/perlport.pod
40230 ____________________________________________________________________________
40231 [  8873] By: jhi                                   on 2001/02/21  14:24:31
40232         Log: Subject: [PATCH] fix for charnames above FFFF
40233              From: andreas.koenig@anima.de (Andreas J. Koenig)
40234              Date: 21 Feb 2001 07:05:45 +0100
40235              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
40236      Branch: perl
40237            ! lib/charnames.pm t/lib/charnames.t
40238 ____________________________________________________________________________
40239 [  8872] By: jhi                                   on 2001/02/21  14:15:25
40240         Log: Integrate change #8868 from pureperl to mainline.
40241              
40242              Fixed reference count loop caused by sv_magic.
40243      Branch: perl
40244           !> sv.c
40245 ____________________________________________________________________________
40246 [  8871] By: jhi                                   on 2001/02/21  14:07:29
40247         Log: Integrate change #8868 from pureperl to maintperl.
40248              
40249              Fixed reference count loop caused by sv_magic.
40250      Branch: maint-5.6/perl
40251           !> sv.c
40252 ____________________________________________________________________________
40253 [  8870] By: jhi                                   on 2001/02/21  14:04:41
40254         Log: Put back the #8840, it was innocent.
40255      Branch: perl
40256            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
40257            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
40258 ____________________________________________________________________________
40259 [  8869] By: jhi                                   on 2001/02/21  14:00:03
40260         Log: unpack("C", ...) was left slightly unfinished by #8865.
40261      Branch: perl
40262            ! pp.c t/op/pack.t
40263 ____________________________________________________________________________
40264 [  8868] By: alanbur                               on 2001/02/21  01:33:45
40265         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
40266              from gv_fetchpv to create single-character magic variables (e.g. $!),
40267              and it is passed a sv and the gv that contains the sv as the mg_obj
40268              value.  When sv_magic stores the mg_obj pointer it increments the gv
40269              refcount, thus causing a sv-gv pair that can't be freed.  There is
40270              already a check for sv == obj which is used to prevent such reference
40271              loops.  This change extends the check to cover the case described above.
40272      Branch: maint-5.6/pureperl
40273            ! sv.c
40274 ____________________________________________________________________________
40275 [  8867] By: jhi                                   on 2001/02/21  00:52:39
40276         Log: Update Changes.
40277      Branch: perl
40278            ! Changes patchlevel.h
40279 ____________________________________________________________________________
40280 [  8866] By: jhi                                   on 2001/02/21  00:34:20
40281         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
40282              (Note: there were some conflicts due to EBCDIC and EPOC
40283              patches, in general I preferred the repository code.)
40284              (When 2.753 comes out, we need to synchronize.)
40285      Branch: perl
40286            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
40287            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
40288            ! t/lib/cgi-html.t
40289 ____________________________________________________________________________
40290 [  8865] By: jhi                                   on 2001/02/21  00:24:22
40291         Log: Make pack("C", 0x100) to create Unicode, unless under the
40292              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
40293              will understand Unicode, unless you under know what.
40294      Branch: perl
40295            ! pp.c t/op/pack.t t/op/qu.t
40296 ____________________________________________________________________________
40297 [  8864] By: alanbur                               on 2001/02/20  22:35:34
40298         Log: Resynchronised with parent
40299      Branch: maint-5.6/pureperl
40300           !> README.win32 ext/GDBM_File/GDBM_File.pm
40301           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
40302           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
40303           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
40304           !> t/lib/sdbm.t util.c
40305 ____________________________________________________________________________
40306 [  8863] By: jhi                                   on 2001/02/20  20:55:11
40307         Log: Integrate change #8860,8861 from mainline into maintperl.
40308              
40309              "pseudo-literal j"
40310              
40311              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
40312      Branch: maint-5.6/perl
40313           !> lib/Test.pm pod/perlop.pod
40314 ____________________________________________________________________________
40315 [  8862] By: jhi                                   on 2001/02/20  20:30:07
40316         Log: Don't do casting between pointers pointing to differently sized
40317              integers.
40318      Branch: perl
40319            ! hv.c sv.c
40320 ____________________________________________________________________________
40321 [  8861] By: jhi                                   on 2001/02/20  19:53:44
40322         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
40323              From: Peter Prymmer <pvhp@forte.com>
40324              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
40325              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
40326      Branch: perl
40327            ! lib/Test.pm
40328 ____________________________________________________________________________
40329 [  8860] By: jhi                                   on 2001/02/20  19:48:02
40330         Log: "pseudo-literal j", a documentation glitch reported to Debian.
40331              The text recovered from Perl 5.005_03, and pseudo-literal replaced
40332              by "backtick string".
40333      Branch: perl
40334            ! pod/perlop.pod
40335 ____________________________________________________________________________
40336 [  8859] By: jhi                                   on 2001/02/20  19:15:46
40337         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
40338              from Chris Nandor.
40339      Branch: perl
40340            ! makedef.pl
40341 ____________________________________________________________________________
40342 [  8858] By: jhi                                   on 2001/02/20  17:36:53
40343         Log: Integrate pureperl changes #8844,8845,8850 to mainline
40344              (via maintperl #8855).
40345              
40346              Fixed %^H scoping bug
40347              
40348              Removed GV <-> CV refcount loop
40349              
40350              Removed %ENV refcount loop
40351      Branch: perl
40352           !> gv.c op.c perl.c pp.c scope.c
40353 ____________________________________________________________________________
40354 [  8857] By: jhi                                   on 2001/02/20  17:34:32
40355         Log: Integrate changes #8853,8854 from maintperl to mainline.
40356              
40357              EBDIC fixes, README.win32 Borland update.
40358      Branch: perl
40359           !> README.win32 handy.h util.c
40360 ____________________________________________________________________________
40361 [  8856] By: jhi                                   on 2001/02/20  17:33:16
40362         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
40363      Branch: maint-5.6/perl
40364           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
40365           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
40366           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
40367 ____________________________________________________________________________
40368 [  8855] By: jhi                                   on 2001/02/20  17:32:13
40369         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
40370              
40371              Fixed %^H scoping bug
40372              
40373              Removed GV <-> CV refcount loop
40374              
40375              Removed %ENV refcount loop
40376      Branch: maint-5.6/perl
40377           !> gv.c op.c perl.c pp.c scope.c
40378 ____________________________________________________________________________
40379 [  8854] By: jhi                                   on 2001/02/20  17:25:06
40380         Log: Subject: Addition to readme.win32 for Borland C++ compilers
40381              Date: Tue, 20 Feb 2001 02:15:25 +0300
40382              From: "Vadim Konovalov" <watman@inbox.ru>
40383              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
40384              
40385              Document Borland compiler misbehaviour.
40386      Branch: maint-5.6/perl
40387            ! README.win32
40388 ____________________________________________________________________________
40389 [  8853] By: jhi                                   on 2001/02/20  17:22:25
40390         Log: The assimilation of ebcdic.c didn't quite work at the first try,
40391              patches from Thomas Dorner.
40392      Branch: maint-5.6/perl
40393            ! handy.h util.c
40394 ____________________________________________________________________________
40395 [  8852] By: jhi                                   on 2001/02/20  17:20:15
40396         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
40397              From: Chris Nandor <pudge@pobox.com>
40398              Date: Tue, 20 Feb 2001 08:32:45 -0500
40399              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
40400      Branch: maint-5.6/perl
40401            ! makedef.pl mg.c
40402 ____________________________________________________________________________
40403 [  8851] By: jhi                                   on 2001/02/20  17:15:52
40404         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
40405      Branch: perl
40406            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
40407            ! t/lib/filter-util.t
40408 ____________________________________________________________________________
40409 [  8850] By: alanbur                               on 2001/02/20  17:12:40
40410         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
40411              and the magic pointer points back to the GV that contains the
40412              %ENV hash.  This creates a refcount loop that prevents members
40413              of %ENV from being freed correctly.  This change removes the
40414              refcount loop - the magic pointer was never used anyway, the
40415              only use of the magic was to check the type ('E') so that the
40416              appropriate environment manipulation code is called when %ENV
40417              is modified.
40418      Branch: maint-5.6/pureperl
40419            ! perl.c
40420 ____________________________________________________________________________
40421 [  8849] By: jhi                                   on 2001/02/20  17:12:20
40422         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
40423              From: "Craig A. Berry" <craigberry@mac.com>
40424              Date: Mon, 19 Feb 2001 23:36:12 -0600
40425              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
40426              
40427              Case-forgiving systems match TestInit.pm with TES*.
40428      Branch: perl
40429            ! t/lib/glob-basic.t
40430 ____________________________________________________________________________
40431 [  8848] By: jhi                                   on 2001/02/20  17:10:02
40432         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
40433      Branch: perl
40434            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
40435            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
40436            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
40437 ____________________________________________________________________________
40438 [  8847] By: jhi                                   on 2001/02/20  15:34:41
40439         Log: The #8843 wasn't quite right: %Config needs to imported.
40440      Branch: perl
40441            ! t/run/runenv.t
40442 ____________________________________________________________________________
40443 [  8846] By: jhi                                   on 2001/02/20  15:31:50
40444         Log: Retract the #8838 and #8840 for now because of
40445              the DB_File tie problem.
40446      Branch: perl
40447            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
40448            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
40449            ! proto.h sv.c
40450 ____________________________________________________________________________
40451 [  8845] By: alanbur                               on 2001/02/20  14:25:41
40452         Log: Removed GV <-> CV refcount loop
40453              CvGV(mycv) points to the parent GV of the CV, and was previously
40454              refcounted.  The pointer remains, but the refcounting has been removed
40455              as it causes a refcount loop between the CV and GV that means the CV
40456              can't ever be deleted.
40457      Branch: maint-5.6/pureperl
40458            ! gv.c op.c pp.c
40459 ____________________________________________________________________________
40460 [  8844] By: alanbur                               on 2001/02/20  14:23:13
40461         Log: Fixed %^H scoping bug
40462      Branch: maint-5.6/pureperl
40463            ! scope.c
40464 ____________________________________________________________________________
40465 [  8843] By: jhi                                   on 2001/02/19  13:38:08
40466         Log: fork() not everywhere, cleanup temp files.
40467      Branch: perl
40468            ! t/run/runenv.t
40469 ____________________________________________________________________________
40470 [  8842] By: alanbur                               on 2001/02/19  12:42:07
40471         Log: Resynchronised with parent
40472      Branch: maint-5.6/pureperl
40473           !> pod/perlfaq4.pod sv.c utf8.c
40474 ____________________________________________________________________________
40475 [  8841] By: jhi                                   on 2001/02/19  03:35:51
40476         Log: Update Changes.
40477      Branch: perl
40478            ! Changes patchlevel.h
40479 ____________________________________________________________________________
40480 [  8840] By: jhi                                   on 2001/02/19  00:23:41
40481         Log: Subject: [patch] add sv_setref_uv
40482              From: Doug MacEachern <dougm@covalent.net>
40483              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
40484              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
40485      Branch: perl
40486            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
40487            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
40488 ____________________________________________________________________________
40489 [  8839] By: jhi                                   on 2001/02/19  00:01:38
40490         Log: Put to rest the 20010205.001, the email address checking (not) regex.
40491      Branch: perl
40492            ! pod/perlfaq9.pod
40493 ____________________________________________________________________________
40494 [  8838] By: jhi                                   on 2001/02/18  22:17:54
40495         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
40496              From: Doug MacEachern <dougm@covalent.net>
40497              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
40498              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
40499      Branch: perl
40500            ! lib/ExtUtils/xsubpp
40501 ____________________________________________________________________________
40502 [  8837] By: jhi                                   on 2001/02/18  22:16:50
40503         Log: Subject: [patch] -Wall cleanup round 2
40504              From: Doug MacEachern <dougm@covalent.net>
40505              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
40506              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
40507      Branch: perl
40508            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
40509            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
40510            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
40511            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
40512            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
40513            ! ext/SDBM_File/SDBM_File.xs
40514 ____________________________________________________________________________
40515 [  8836] By: jhi                                   on 2001/02/18  22:11:20
40516         Log: Misapplied regex optimizations when \C is present.
40517              Fixes 20001230.002.
40518              
40519              What still remains broken is that the submatches that
40520              have \C in them get their UTF8 flag on because their
40521              parent SV has it on.  This will result in malformed
40522              UTF8 if a \C happened to match a non-ASCII byte.
40523      Branch: perl
40524            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
40525            ! t/pragma/utf8.t
40526 ____________________________________________________________________________
40527 [  8835] By: jhi                                   on 2001/02/18  20:12:02
40528         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
40529              
40530              The hash key got wrongly UTF8fied.
40531      Branch: perl
40532            ! pod/perlapi.pod toke.c utf8.c
40533 ____________________________________________________________________________
40534 [  8834] By: jhi                                   on 2001/02/18  19:44:25
40535         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
40536              don't warn on magical or overloaded things.
40537      Branch: perl
40538            ! pp_hot.c
40539 ____________________________________________________________________________
40540 [  8833] By: nick                                  on 2001/02/18  19:31:22
40541         Log: Integrate mainline
40542      Branch: perlio
40543           +> t/TestInit.pm t/run/runenv.t
40544            - t/UTEST
40545           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
40546           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
40547           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
40548           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
40549           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
40550           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
40551           !> utf8.c
40552 ____________________________________________________________________________
40553 [  8832] By: jhi                                   on 2001/02/18  19:21:18
40554         Log: Integrate perlio.
40555      Branch: perl
40556           !> perlio.c pod/perldiag.pod
40557 ____________________________________________________________________________
40558 [  8831] By: jhi                                   on 2001/02/18  19:14:20
40559         Log: Integrate change #8827 from mainline.
40560              
40561              UTF8 tweaks.
40562      Branch: maint-5.6/perl
40563           !> sv.c utf8.c
40564 ____________________________________________________________________________
40565 [  8830] By: nick                                  on 2001/02/18  19:10:34
40566         Log: Apply the spirit of patch from Nick Clark:
40567              Subject: [PATCH] Re: extensions that provide layers
40568              From: Nicholas Clark <nick@ccl4.org>
40569              Date: Mon, 12 Feb 2001 16:43:51 +0000
40570              Message-Id: <20010212164350.Q3652@plum.flirble.org>
40571      Branch: perlio
40572            ! perlio.c pod/perldiag.pod
40573 ____________________________________________________________________________
40574 [  8829] By: jhi                                   on 2001/02/18  19:03:25
40575         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
40576              From: schwern@pobox.com 
40577              Date: Sun, 18 Feb 2001 13:44:35 -0500
40578              Message-ID: <20010218134435.A17544@magnonel.guild.net>
40579              
40580              Applied, but as t/TestInit.pm.
40581      Branch: perl
40582            + t/TestInit.pm
40583            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
40584            ! t/op/subst_wamp.t
40585 ____________________________________________________________________________
40586 [  8828] By: jhi                                   on 2001/02/18  18:43:52
40587         Log: Integrate perlio.
40588      Branch: perl
40589           !> perlio.c
40590 ____________________________________________________________________________
40591 [  8827] By: jhi                                   on 2001/02/18  18:41:33
40592         Log: UTF-8 tweaks.
40593      Branch: perl
40594            ! sv.c utf8.c
40595 ____________________________________________________________________________
40596 [  8826] By: nick                                  on 2001/02/18  17:40:59
40597         Log: Fix [ID 20010217.002]
40598              open FOO, "<:raw:perlio", ...
40599              :raw now inserts default base layer below itself.
40600              Also
40601              open FOO, "<:unix", ...
40602              works as well - but leaves buffer layer on stack under the unix layer.
40603      Branch: perlio
40604            ! perlio.c
40605 ____________________________________________________________________________
40606 [  8825] By: jhi                                   on 2001/02/18  17:15:39
40607         Log: Integrate perlio.
40608      Branch: perl
40609           !> perlio.c perliol.h
40610 ____________________________________________________________________________
40611 [  8824] By: jhi                                   on 2001/02/18  17:10:53
40612         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
40613              From: schwern@pobox.com
40614              Date: Sun, 18 Feb 2001 01:48:50 -0500
40615              Message-ID: <20010218014850.C19957@magnonel.guild.net>
40616      Branch: perl
40617            ! lib/Test/Harness.pm t/TEST t/op/chop.t
40618 ____________________________________________________________________________
40619 [  8823] By: jhi                                   on 2001/02/18  17:01:06
40620         Log: Add run/*.t to testables.
40621      Branch: perl
40622            ! t/TEST
40623 ____________________________________________________________________________
40624 [  8822] By: jhi                                   on 2001/02/18  16:58:58
40625         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
40626              From: schwern@pobox.com
40627              Date: Sun, 18 Feb 2001 01:11:35 -0500
40628              Message-ID: <20010218011135.A19957@magnonel.guild.net>
40629              
40630              Revive mjd's and Simon's PERL5OPT fix.
40631      Branch: perl
40632            + t/run/runenv.t
40633            ! MANIFEST perl.c
40634 ____________________________________________________________________________
40635 [  8821] By: jhi                                   on 2001/02/18  16:53:46
40636         Log: Subject: Re: Why t/TEST and not Test::Harness?
40637              From: schwern@pobox.com
40638              Date: Sat, 17 Feb 2001 22:44:44 -0500
40639              Message-ID: <20010217224444.A6679@magnonel.guild.net>
40640              
40641              Replace UTEST with TEST -utf8.
40642      Branch: perl
40643            - t/UTEST
40644            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
40645            ! t/lib/glob-basic.t
40646 ____________________________________________________________________________
40647 [  8820] By: nick                                  on 2001/02/18  13:06:16
40648         Log: Clean up a few core dumps when layers are used in unexpected ways.
40649              (Still not "right"...)
40650      Branch: perlio
40651            ! perlio.c perliol.h
40652 ____________________________________________________________________________
40653 [  8819] By: jhi                                   on 2001/02/18  02:25:55
40654         Log: Integrate change #8818 from maintperl, a FAQ nit.
40655      Branch: perl
40656           !> pod/perlfaq4.pod
40657 ____________________________________________________________________________
40658 [  8818] By: jhi                                   on 2001/02/18  02:24:50
40659         Log: FAQ nit from Chris Fedde.
40660      Branch: maint-5.6/perl
40661            ! pod/perlfaq4.pod
40662 ____________________________________________________________________________
40663 [  8817] By: nick                                  on 2001/02/17  18:20:14
40664         Log: Integrate mainline
40665      Branch: perlio
40666           +> lib/unicode/UCD.html lib/unicode/Unicode.html
40667           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
40668           +> pod/perlclib.pod
40669            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
40670            - lib/unicode/Unicode.301
40671           !> (integrate 324 files)
40672 ____________________________________________________________________________
40673 [  8816] By: jhi                                   on 2001/02/17  16:56:58
40674         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
40675      Branch: perl
40676            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
40677            ! ext/Storable/Storable.xs t/lib/st-06compat.t
40678            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
40679 ____________________________________________________________________________
40680 [  8815] By: jhi                                   on 2001/02/17  16:40:07
40681         Log: Subject: [patch] -Wall
40682              From: Doug MacEachern <dougm@covalent.net>
40683              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
40684              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
40685      Branch: perl
40686            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
40687            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
40688 ____________________________________________________________________________
40689 [  8814] By: jhi                                   on 2001/02/16  19:27:18
40690         Log: Document qu better.
40691      Branch: perl
40692            ! pod/perlop.pod
40693 ____________________________________________________________________________
40694 [  8813] By: jhi                                   on 2001/02/15  13:54:37
40695         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
40696              From: Hugo <hv@crypt.compulink.co.uk>
40697              Date: Thu, 15 Feb 2001 13:39:49 +0000
40698              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
40699      Branch: perl
40700            ! toke.c
40701 ____________________________________________________________________________
40702 [  8812] By: alanbur                               on 2001/02/15  13:52:16
40703         Log: Resynchronised with parent
40704      Branch: maint-5.6/pureperl
40705            - ebcdic.c
40706           !> (integrate 36 files)
40707 ____________________________________________________________________________
40708 [  8811] By: jhi                                   on 2001/02/15  13:51:16
40709         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
40710              
40711              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
40712              From: Jan Dubois <JanD@ActiveState.com>
40713              Date: Wed, 31 Jan 2001 21:17:03 -0800
40714              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
40715              
40716              tweak change#8659 to keep it simple
40717              
40718              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
40719              From: Russ Allbery <rra@stanford.edu>
40720              Date: 14 Feb 2001 10:15:41 -0800
40721              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
40722              
40723              (8809 empty)
40724              
40725              Upgrade to podlators 1.08, from Russ Allbery.
40726      Branch: perl
40727           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
40728           !> utils/perldoc.PL
40729 ____________________________________________________________________________
40730 [  8810] By: jhi                                   on 2001/02/15  13:35:08
40731         Log: Upgrade to podlators 1.08, from Russ Allbery.
40732      Branch: maint-5.6/perl
40733            ! lib/Pod/Man.pm lib/Pod/Text.pm
40734 ____________________________________________________________________________
40735 [  8809] By: jhi                                   on 2001/02/15  13:26:38
40736         Log: (accidentally empty check-in)
40737      Branch: maint-5.6/perl
40738            ! lib/Test/Harness.pm
40739 ____________________________________________________________________________
40740 [  8808] By: jhi                                   on 2001/02/15  13:23:47
40741         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
40742              From: Russ Allbery <rra@stanford.edu>
40743              Date: 14 Feb 2001 10:15:41 -0800
40744              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
40745              
40746              perldoc was hardcoding $Config{installscript}, which breaks
40747              when install* isn't where Perl ends up (such as with AFS).
40748              
40749              Use $Config{scriptdir} instead.
40750      Branch: maint-5.6/perl
40751            ! utils/perldoc.PL
40752 ____________________________________________________________________________
40753 [  8807] By: jhi                                   on 2001/02/14  14:37:27
40754         Log: Update Changes.
40755      Branch: perl
40756            ! Changes patchlevel.h
40757 ____________________________________________________________________________
40758 [  8806] By: jhi                                   on 2001/02/14  14:25:31
40759         Log: Integrate changes #8803,8804,8805 from mainline.
40760              
40761              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
40762              
40763              Don't skip too much of the locale error message if no environ array,
40764              from Chris Nandor.
40765              
40766              More MacOS Classic fixes from Chris Nandor.
40767      Branch: maint-5.6/perl
40768           !> doop.c lib/Cwd.pm perl.c perl.h util.c
40769 ____________________________________________________________________________
40770 [  8805] By: jhi                                   on 2001/02/14  03:29:01
40771         Log: More MacOS Classic fixes from Chris Nandor.
40772      Branch: perl
40773            ! doop.c lib/Cwd.pm
40774 ____________________________________________________________________________
40775 [  8804] By: jhi                                   on 2001/02/14  03:18:35
40776         Log: Don't skip too much of the locale error message if no environ array,
40777              from Chris Nandor.
40778      Branch: perl
40779            ! util.c
40780 ____________________________________________________________________________
40781 [  8803] By: jhi                                   on 2001/02/14  03:14:14
40782         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
40783      Branch: perl
40784            ! perl.c perl.h
40785 ____________________________________________________________________________
40786 [  8802] By: jhi                                   on 2001/02/13  18:31:33
40787         Log: AUTHORS update.
40788      Branch: perl
40789            ! AUTHORS
40790 ____________________________________________________________________________
40791 [  8801] By: jhi                                   on 2001/02/13  17:55:19
40792         Log: Integrate change #8792 from mainline.
40793              
40794              Subject: buncha MacPerl patches for bleadperl
40795              From: Chris Nandor <pudge@pobox.com>
40796              Date: Tue, 13 Feb 2001 00:02:43 -0500
40797              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
40798      Branch: maint-5.6/perl
40799           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
40800           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
40801           !> t/lib/basename.t toke.c util.h
40802 ____________________________________________________________________________
40803 [  8800] By: jhi                                   on 2001/02/13  17:46:43
40804         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
40805              to be forced to Off_t.
40806              
40807              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
40808              From: nick@ccl4.org
40809              Date: Thu, 1 Feb 2001 12:01:04 +0000
40810              Message-Id: <20010201120103.E11401@plum.flirble.org>
40811      Branch: maint-5.6/perl
40812            ! iperlsys.h perlio.c
40813 ____________________________________________________________________________
40814 [  8799] By: jhi                                   on 2001/02/13  16:52:51
40815         Log: Duplex duplex hunk hunk.
40816      Branch: maint-5.6/perl
40817            ! Makefile.SH
40818 ____________________________________________________________________________
40819 [  8797] By: jhi                                   on 2001/02/13  14:52:04
40820         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
40821              From: "Craig A. Berry" <craigberry@mac.com>
40822              Date: Mon, 12 Feb 2001 11:05:25 -0600
40823              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
40824      Branch: perl
40825            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
40826 ____________________________________________________________________________
40827 [  8796] By: jhi                                   on 2001/02/13  14:36:47
40828         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
40829              From: simon.cozens@pembroke.oxford.ac.uk 
40830              Date: Sat, 10 Feb 2001 17:57:02 +0000
40831              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
40832              
40833              Now it does include.
40834      Branch: perl
40835            ! pod/perldiag.pod
40836 ____________________________________________________________________________
40837 [  8795] By: jhi                                   on 2001/02/13  14:30:11
40838         Log: Sort the MANIFEST.
40839      Branch: perl
40840            ! MANIFEST
40841 ____________________________________________________________________________
40842 [  8794] By: jhi                                   on 2001/02/13  14:26:51
40843         Log: Integrate change #8793 from mainline, FAQ updates.
40844      Branch: maint-5.6/perl
40845           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
40846 ____________________________________________________________________________
40847 [  8793] By: jhi                                   on 2001/02/13  14:25:13
40848         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
40849      Branch: perl
40850            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
40851 ____________________________________________________________________________
40852 [  8792] By: jhi                                   on 2001/02/13  14:22:50
40853         Log: Subject: buncha MacPerl patches for bleadperl
40854              From: Chris Nandor <pudge@pobox.com>
40855              Date: Tue, 13 Feb 2001 00:02:43 -0500
40856              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
40857      Branch: perl
40858            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
40859            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
40860            ! t/lib/basename.t toke.c util.h
40861 ____________________________________________________________________________
40862 [  8791] By: jhi                                   on 2001/02/13  14:10:39
40863         Log: Integrate change #8790 from mainline.
40864              
40865              environ array wrongly assumed in Perl_init_i18nl10n(),
40866      Branch: maint-5.6/perl
40867           !> util.c
40868 ____________________________________________________________________________
40869 [  8790] By: jhi                                   on 2001/02/13  14:06:15
40870         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
40871              noticed by Chris Nandor in MacOS Classic.
40872      Branch: perl
40873            ! util.c
40874 ____________________________________________________________________________
40875 [  8789] By: jhi                                   on 2001/02/13  13:58:07
40876         Log: Integrate changes #8373,8487,8544,8783 from mainline.
40877              
40878              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
40879              hints files, the dynaloading, assimilate ebcdic into util.c.
40880      Branch: maint-5.6/perl
40881            - ebcdic.c
40882            ! MANIFEST hints/posix-bc.sh
40883           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
40884           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
40885           !> perlapi.c proto.h util.c
40886 ____________________________________________________________________________
40887 [  8788] By: alanbur                               on 2001/02/13  10:33:13
40888         Log: Integrated changes from maint-5.6
40889      Branch: maint-5.6/pureperl
40890           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
40891           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
40892           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40893           !> vos/config.ga.h vos/configure_perl.cm
40894 ____________________________________________________________________________
40895 [  8787] By: jhi                                   on 2001/02/13  05:56:36
40896         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
40897      Branch: perl
40898           !> Makefile.SH
40899 ____________________________________________________________________________
40900 [  8786] By: jhi                                   on 2001/02/13  05:54:34
40901         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
40902              From: Dorner Thomas <Thomas.Dorner@start.de>
40903              Date: Mon, 12 Feb 2001 15:06:26 +0100
40904              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
40905      Branch: maint-5.6/perl
40906            ! Makefile.SH
40907 ____________________________________________________________________________
40908 [  8785] By: jhi                                   on 2001/02/13  05:29:04
40909         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
40910      Branch: perl
40911           !> hints/openbsd.sh
40912 ____________________________________________________________________________
40913 [  8784] By: jhi                                   on 2001/02/13  02:25:24
40914         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
40915              From: Peter Prymmer <pvhp@forte.com>
40916              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
40917              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
40918      Branch: perl
40919            ! pod/perlclib.pod
40920 ____________________________________________________________________________
40921 [  8783] By: jhi                                   on 2001/02/13  02:22:36
40922         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
40923      Branch: perl
40924            - ebcdic.c
40925            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
40926            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
40927            ! util.c
40928 ____________________________________________________________________________
40929 [  8782] By: jhi                                   on 2001/02/13  02:00:07
40930         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
40931      Branch: maint-5.6/perl
40932            ! pod/perlport.pod
40933 ____________________________________________________________________________
40934 [  8781] By: jhi                                   on 2001/02/13  01:58:44
40935         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
40936      Branch: maint-5.6/perl
40937            ! hints/openbsd.sh
40938 ____________________________________________________________________________
40939 [  8780] By: jhi                                   on 2001/02/13  01:57:33
40940         Log: Synchronize the regexp tests between maintperl and mainline.
40941      Branch: maint-5.6/perl
40942           !> t/op/re_tests
40943 ____________________________________________________________________________
40944 [  8779] By: jhi                                   on 2001/02/13  01:49:35
40945         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
40946              From: Hugo <hv@crypt.compulink.co.uk>
40947              Date: Tue, 13 Feb 2001 00:11:11 +0000
40948              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
40949      Branch: perl
40950            ! regcomp.c t/op/re_tests
40951 ____________________________________________________________________________
40952 [  8778] By: jhi                                   on 2001/02/13  00:23:10
40953         Log: Comments do not nest.
40954      Branch: perl
40955            ! perl.h
40956 ____________________________________________________________________________
40957 [  8777] By: jhi                                   on 2001/02/13  00:17:54
40958         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
40959              From: Hugo <hv@crypt.compulink.co.uk>
40960              Date: Tue, 13 Feb 2001 00:11:11 +0000
40961              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
40962      Branch: maint-5.6/perl
40963            ! regcomp.c t/op/re_tests
40964 ____________________________________________________________________________
40965 [  8776] By: jhi                                   on 2001/02/12  23:25:52
40966         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
40967      Branch: maint-5.6/perl
40968            ! pod/perlport.pod
40969 ____________________________________________________________________________
40970 [  8775] By: jhi                                   on 2001/02/12  23:04:28
40971         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
40972      Branch: maint-5.6/perl
40973            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
40974            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40975            ! vos/configure_perl.cm
40976 ____________________________________________________________________________
40977 [  8774] By: jhi                                   on 2001/02/12  22:59:11
40978         Log: Subject: Re: [patch] context for 'U' magic functions
40979              From: Doug MacEachern <dougm@covalent.net>
40980              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
40981              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
40982              
40983              plus the suggestion by Nick Ing-Simmons to name the macro
40984              as PERL_MG_UFUNC to avoid namespace pollution, plus add
40985              the advice by Doug for XS writers to perl.h
40986      Branch: perl
40987            ! mg.c perl.h
40988 ____________________________________________________________________________
40989 [  8773] By: jhi                                   on 2001/02/11  20:14:12
40990         Log: Update Changes.
40991      Branch: perl
40992            ! Changes patchlevel.h
40993 ____________________________________________________________________________
40994 [  8772] By: jhi                                   on 2001/02/11  18:47:52
40995         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
40996              From: Simon Cozens <simon@cozens.net>
40997              Date: Wed, 31 Jan 2001 16:31:43 +0000
40998              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
40999      Branch: perl
41000            + pod/perlclib.pod
41001            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
41002            ! pod/perltoc.pod
41003 ____________________________________________________________________________
41004 [  8771] By: jhi                                   on 2001/02/11  18:36:48
41005         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
41006              
41007              Blocks-4d3.beta.txt
41008              CaseFolding-3d4.beta.txt
41009              CompositionExclusions-3d6.beta.txt
41010              EastAsianWidth-4d4.beta.txt
41011              LineBreak-6d3.beta.txt
41012              NamesList-3.1.0d1.beta.txt
41013              PropList-3.1.0d4.beta.txt
41014              SpecialCasing-4d1.beta.txt
41015              UnicodeData-3.1.0d6.beta.txt
41016      Branch: perl
41017            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
41018           +> lib/unicode/UCD.html lib/unicode/Unicode.html
41019            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
41020            - lib/unicode/Unicode.301
41021            ! (edit 257 files)
41022 ____________________________________________________________________________
41023 [  8770] By: jhi                                   on 2001/02/11  17:26:22
41024         Log: UTF-8 documentation.
41025      Branch: perl
41026            ! utf8.h
41027 ____________________________________________________________________________
41028 [  8769] By: jhi                                   on 2001/02/11  17:12:49
41029         Log: Retract #8762.
41030      Branch: perl
41031            ! regexec.c
41032 ____________________________________________________________________________
41033 [  8768] By: jhi                                   on 2001/02/11  16:54:45
41034         Log: Subject: [PATCH] Test::Harness
41035              From: andreas.koenig@anima.de (Andreas J. Koenig)
41036              Date: 11 Feb 2001 14:37:00 +0100
41037              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
41038      Branch: perl
41039            ! lib/Test/Harness.pm
41040 ____________________________________________________________________________
41041 [  8767] By: jhi                                   on 2001/02/11  16:53:52
41042         Log: Subject: [PATCH] Document makepatch in Porting/patching
41043              From: andreas.koenig@anima.de (Andreas J. Koenig)
41044              Date: 11 Feb 2001 16:46:28 +0100
41045              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
41046      Branch: perl
41047            ! Porting/patching.pod
41048 ____________________________________________________________________________
41049 [  8766] By: jhi                                   on 2001/02/11  06:30:23
41050         Log: Subject: Re: [patch] GvSHARED
41051              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
41052              From: Doug MacEachern <dougm@covalent.net>
41053              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
41054              
41055              Subject: Re: [patch] GvSHARED
41056              From: Doug MacEachern <dougm@covalent.net>
41057              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
41058              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
41059              
41060              Subject: [patch] attributes.pm support for `shared'
41061              From: Doug MacEachern <dougm@covalent.net>
41062              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
41063              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
41064              
41065              our() attributes were ignored, our :shared pieces missing,
41066              allow attributes.pm to turn on shared.
41067      Branch: perl
41068            ! op.c t/op/attrs.t toke.c xsutils.c
41069 ____________________________________________________________________________
41070 [  8765] By: alanbur                               on 2001/02/10  23:11:19
41071         Log: Resync with parent (hopefully sucessfully this time)
41072      Branch: maint-5.6/pureperl
41073           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
41074           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
41075           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
41076           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
41077           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
41078           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
41079           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
41080 ____________________________________________________________________________
41081 [  8764] By: jhi                                   on 2001/02/10  22:54:38
41082         Log: Make TEST and UTEST more verbose in case something goes
41083              wrong in running/compiling a script, suggested by Doug
41084              MacEachern.
41085      Branch: perl
41086            ! t/TEST t/UTEST
41087 ____________________________________________________________________________
41088 [  8763] By: jhi                                   on 2001/02/10  22:11:34
41089         Log: Bogus shebang.
41090      Branch: perl
41091            ! t/lib/texttabs.t
41092 ____________________________________________________________________________
41093 [  8762] By: jhi                                   on 2001/02/10  21:56:02
41094         Log: (Retracted by #8769)
41095      Branch: perl
41096            ! regexec.c
41097 ____________________________________________________________________________
41098 [  8761] By: jhi                                   on 2001/02/10  21:26:15
41099         Log: Subject: Re: [patch] GvSHARED 
41100              From: Doug MacEachern <dougm@covalent.net>
41101              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
41102              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
41103              
41104              our @EXPORT : shared = (...);
41105      Branch: perl
41106            ! toke.c
41107 ____________________________________________________________________________
41108 [  8760] By: jhi                                   on 2001/02/10  21:25:07
41109         Log: Subject: [patch] GvSHARED
41110              From: Doug MacEachern <dougm@covalent.net>
41111              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
41112              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
41113      Branch: perl
41114            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
41115 ____________________________________________________________________________
41116 [  8759] By: alanbur                               on 2001/02/10  21:24:27
41117         Log: Backed out mismerge.
41118      Branch: maint-5.6/pureperl
41119            ! MANIFEST README.hpux README.vmesa gv.c installhtml
41120            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
41121            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
41122            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
41123            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
41124            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
41125            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
41126 ____________________________________________________________________________
41127 [  8758] By: jhi                                   on 2001/02/10  18:01:17
41128         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
41129              
41130              Fixed UMRs and leak in Perl_pmtrans()
41131              
41132              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
41133              associated UTFied tr/// code.  Also fixed scoping leak of
41134              PL_reg_start_tmp.
41135              
41136              newATTRSUB leaks when an attempt to redefine the active sort sub is
41137              made.
41138      Branch: maint-5.6/perl
41139           !> op.c regcomp.c
41140 ____________________________________________________________________________
41141 [  8757] By: alanbur                               on 2001/02/10  17:56:46
41142         Log: Resynchronised with parent
41143      Branch: maint-5.6/pureperl
41144           +> README.bs2000
41145            - README.posix-bc
41146            ! gv.c perl.c sv.c
41147           !> MANIFEST README.hpux README.vmesa installhtml
41148           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
41149           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
41150           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
41151           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
41152           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
41153           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
41154 ____________________________________________________________________________
41155 [  8756] By: alanbur                               on 2001/02/10  17:51:15
41156         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
41157              made.
41158      Branch: maint-5.6/pureperl
41159            ! op.c
41160 ____________________________________________________________________________
41161 [  8755] By: jhi                                   on 2001/02/09  22:41:35
41162         Log: Upgrade to CPAN 1.59_54, from Andreas König.
41163      Branch: perl
41164            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41165 ____________________________________________________________________________
41166 [  8754] By: jhi                                   on 2001/02/09  22:29:20
41167         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
41168              
41169              Didn't upgrade the fill.t since it has a dependency to File::Slurp
41170              purely for debugging purposes, the actual test hasn't changed.
41171      Branch: perl
41172            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
41173            ! t/lib/textwrap.t
41174 ____________________________________________________________________________
41175 [  8753] By: jhi                                   on 2001/02/09  20:17:50
41176         Log: Integrate change #8682 from maintperl.
41177              
41178              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
41179              to work correctly.
41180      Branch: perl
41181           !> hints/irix_6.sh
41182 ____________________________________________________________________________
41183 [  8752] By: jhi                                   on 2001/02/09  20:00:46
41184         Log: Update Changes.
41185      Branch: perl
41186            ! Changes patchlevel.h
41187 ____________________________________________________________________________
41188 [  8751] By: nick                                  on 2001/02/09  19:48:37
41189         Log: Integrate mainline
41190      Branch: perlio
41191           +> README.bs2000 t/lib/cgi-esc.t
41192            - README.posix-bc
41193           !> (integrate 53 files)
41194 ____________________________________________________________________________
41195 [  8750] By: nick                                  on 2001/02/09  19:25:16
41196         Log: Subject: RE: Biannual Competition to Improve Hashing Function
41197              From: Fisher Mark <fisherm@tce.com>
41198              Date: Thu, 8 Feb 2001 10:44:00 -0500
41199              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
41200              Date: Thu, 8 Feb 2001 15:02:47 -0500
41201              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
41202      Branch: perl
41203            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
41204 ____________________________________________________________________________
41205 [  8749] By: jhi                                   on 2001/02/09  19:02:35
41206         Log: Forgotten fragment.
41207      Branch: perl
41208            ! pod/perlapi.pod
41209 ____________________________________________________________________________
41210 [  8748] By: jhi                                   on 2001/02/09  18:31:34
41211         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
41212              plus manual tweakage.
41213              
41214              Sync the perlfaq2 between mainline and maintperl.
41215      Branch: maint-5.6/perl
41216            ! pod/perlfaq2.pod
41217      Branch: perl
41218           !> pod/perlfaq2.pod
41219 ____________________________________________________________________________
41220 [  8747] By: jhi                                   on 2001/02/09  18:12:04
41221         Log: Subject: versiononly and installperl
41222              From: abigail@foad.org
41223              Date: Wed, 7 Feb 2001 22:43:12 +0100
41224              Message-ID: <20010207214312.7045.qmail@foad.org>    
41225              
41226              Add +v flag to force a normal install of the perl binary
41227              and the utilities.
41228              
41229              Subject: [PATCH] installperl
41230              From: Nicholas Clark <nick@ccl4.org>
41231              Date: Fri, 9 Feb 2001 16:28:57 +0000
41232              Message-ID: <20010209162857.B10931@plum.flirble.org>
41233              
41234              Add -A flag which also hardlinks the binary with
41235              the full architecture name.
41236      Branch: perl
41237            ! installperl
41238 ____________________________________________________________________________
41239 [  8746] By: jhi                                   on 2001/02/09  18:03:43
41240         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
41241              
41242              Subject: perlfaq2, re: perlmongers
41243              
41244              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
41245              
41246              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
41247              
41248              Subject: [ID 20010205.001] typo in perlfaq9
41249              
41250              Subject: [ID 20010208.002] unordered explanation in perlcall
41251      Branch: maint-5.6/perl
41252           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
41253           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
41254           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
41255 ____________________________________________________________________________
41256 [  8745] By: jhi                                   on 2001/02/09  17:59:09
41257         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
41258              From: abela@geneanet.org
41259              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
41260              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
41261      Branch: perl
41262            ! pod/perlcall.pod
41263 ____________________________________________________________________________
41264 [  8744] By: jhi                                   on 2001/02/09  17:48:16
41265         Log: Subject: [ID 20010205.001] typo in perlfaq9
41266              From: eserte@vran.herceg.de
41267              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
41268              Message-Id: <200102042244.XAA21926@vran.herceg.de>
41269      Branch: perl
41270            ! pod/perlfaq9.pod
41271 ____________________________________________________________________________
41272 [  8743] By: jhi                                   on 2001/02/09  17:25:12
41273         Log: Integrate change #8695 from maintperl.
41274              
41275              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
41276      Branch: perl
41277           !> thread.h
41278 ____________________________________________________________________________
41279 [  8742] By: jhi                                   on 2001/02/09  17:21:22
41280         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
41281              From: Andy Dougherty <doughera@lafayette.edu>
41282              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
41283              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
41284      Branch: perl
41285            ! embed.pl
41286 ____________________________________________________________________________
41287 [  8741] By: jhi                                   on 2001/02/09  17:05:19
41288         Log: Integrate changes #8738,8739,8740 from maintperl.
41289              
41290              Html files will be installed in a more logical and easier to
41291              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
41292              
41293              Html files will be generated with a header to make them look
41294              a little less bare.
41295              
41296              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
41297      Branch: perl
41298           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
41299 ____________________________________________________________________________
41300 [  8740] By: jhi                                   on 2001/02/09  17:03:46
41301         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
41302              From: "Brendan O'Dea" <bod@compusol.com.au>
41303              Date: Sun, 4 Feb 2001 11:17:56 +1100
41304              Message-ID: <20010204111756.A16301@compusol.com.au>
41305      Branch: maint-5.6/perl
41306            ! pod/perlfaq3.pod
41307 ____________________________________________________________________________
41308 [  8739] By: jhi                                   on 2001/02/09  17:01:59
41309         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
41310              From: "Indy Singh" <indy@nusphere.com>
41311              Date: Fri, 2 Feb 2001 15:09:59 -0500
41312              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
41313              
41314              Html files will be generated with a header to make them look
41315              a little less bare.
41316      Branch: maint-5.6/perl
41317            ! installhtml
41318 ____________________________________________________________________________
41319 [  8738] By: jhi                                   on 2001/02/09  16:58:48
41320         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
41321              From: "Indy Singh" <indy@nusphere.com>
41322              Date: Fri, 2 Feb 2001 15:08:23 -0500
41323              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
41324              
41325              Html files will be installed in a more logical and easier to
41326              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
41327      Branch: maint-5.6/perl
41328            ! win32/Makefile win32/makefile.mk
41329 ____________________________________________________________________________
41330 [  8737] By: jhi                                   on 2001/02/09  16:46:54
41331         Log: Integrate changes #8687,8736 from maintperl.
41332              
41333              HP-UX thread patches from Merijn H. Brand.
41334              
41335              Latin nit from Philip Newton.
41336      Branch: perl
41337           !> README.hpux hints/hpux.sh
41338 ____________________________________________________________________________
41339 [  8736] By: jhi                                   on 2001/02/09  16:42:31
41340         Log: Latin nit from Philip Newton.
41341      Branch: maint-5.6/perl
41342            ! README.hpux
41343 ____________________________________________________________________________
41344 [  8735] By: jhi                                   on 2001/02/09  16:24:03
41345         Log: Integrate changes #8704,8710 from pureperl.
41346              
41347              Fixed UMRs and leak in Perl_pmtrans()
41348              
41349              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
41350              associated UTFied tr/// code.  Also fixed scoping leak of
41351              PL_reg_start_tmp.
41352      Branch: perl
41353           !> op.c regcomp.c
41354 ____________________________________________________________________________
41355 [  8734] By: jhi                                   on 2001/02/09  15:40:21
41356         Log: Integrate change #8733 from maintperl.
41357              
41358              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
41359      Branch: perl
41360           !> pod/perlre.pod
41361 ____________________________________________________________________________
41362 [  8733] By: jhi                                   on 2001/02/09  15:35:47
41363         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
41364              From: Prymmer/Kahn <pvhp@best.com>
41365              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
41366              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
41367      Branch: maint-5.6/perl
41368            ! pod/perlre.pod
41369 ____________________________________________________________________________
41370 [  8732] By: jhi                                   on 2001/02/09  15:26:17
41371         Log: Rename README.posix-bc to README.bs2000 (to avoid the
41372              confusion of a "perlposix-bc.pod"), add a few missing
41373              arch pods, regen toc.
41374      Branch: maint-5.6/perl
41375           +> README.bs2000
41376            - README.posix-bc
41377            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
41378            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
41379 ____________________________________________________________________________
41380 [  8731] By: jhi                                   on 2001/02/09  15:23:39
41381         Log: De-cut-and-pasto.
41382      Branch: perl
41383            ! pod/perl.pod
41384 ____________________________________________________________________________
41385 [  8730] By: jhi                                   on 2001/02/09  15:11:13
41386         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
41387              when people think that perlposix-bc.pod tells anything about
41388              Perl and POSIX.  Regen toc.
41389      Branch: perl
41390           +> README.bs2000
41391            - README.posix-bc
41392            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
41393            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
41394 ____________________________________________________________________________
41395 [  8729] By: jhi                                   on 2001/02/09  14:52:28
41396         Log: The README.vmesa part of #8712 from maintperl.
41397      Branch: perl
41398            ! README.vmesa
41399 ____________________________________________________________________________
41400 [  8728] By: jhi                                   on 2001/02/09  14:46:06
41401         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
41402              From: Peter Prymmer <pvhp@forte.com>
41403              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
41404              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
41405      Branch: maint-5.6/perl
41406            ! README.vmesa win32/Makefile win32/makefile.mk
41407 ____________________________________________________________________________
41408 [  8727] By: jhi                                   on 2001/02/09  14:33:25
41409         Log: Integrate change #8712 from mainline.
41410              
41411              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
41412      Branch: maint-5.6/perl
41413           !> lib/Pod/Find.pm
41414 ____________________________________________________________________________
41415 [  8726] By: jhi                                   on 2001/02/09  14:30:28
41416         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
41417              From: Peter Prymmer <pvhp@forte.com>
41418              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
41419              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
41420      Branch: perl
41421            + t/lib/cgi-esc.t
41422            ! MANIFEST lib/CGI/Util.pm
41423 ____________________________________________________________________________
41424 [  8725] By: jhi                                   on 2001/02/09  04:56:47
41425         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
41426      Branch: maint-5.6/perl
41427            ! pod/perlport.pod
41428 ____________________________________________________________________________
41429 [  8724] By: jhi                                   on 2001/02/09  04:40:59
41430         Log: Integrate changes 7819,7820 from vmsperl into mainline.
41431              
41432              Add header for LIB$ prototypes (C. Berry)
41433              
41434              Convert fwrite()s to sockets to write()s, since some socket stacks
41435              don't take kindly to stdio.
41436              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
41437              (for often optional LNMs)
41438              Correct a few typos
41439              (C. Bailey)
41440      Branch: perl
41441           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
41442 ____________________________________________________________________________
41443 [  8723] By: jhi                                   on 2001/02/09  03:29:29
41444         Log: Integrate change #8722 from mainline.
41445              
41446              The Im() function wasn't returning zero for non-Math::Complex
41447              arguments.  The bug reported by John Gamble.
41448      Branch: maint-5.6/perl
41449           !> lib/Math/Complex.pm
41450 ____________________________________________________________________________
41451 [  8722] By: jhi                                   on 2001/02/09  03:28:33
41452         Log: The Im() function wasn't returning zero for non-Math::Complex
41453              arguments.  The bug reported by John Gamble.
41454      Branch: perl
41455            ! lib/Math/Complex.pm
41456 ____________________________________________________________________________
41457 [  8721] By: nick                                  on 2001/02/08  22:11:35
41458         Log: Correct the correction :-(
41459      Branch: perl
41460            ! perl.c
41461 ____________________________________________________________________________
41462 [  8720] By: bailey                                on 2001/02/08  20:59:22
41463         Log: Convert frwite()s to sockets to write()s, since some socket stacks
41464              don't take kindly to stdio.
41465              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
41466              (for often optional LNMs)
41467              Correct a few typos
41468              (C. Bailey)
41469      Branch: vmsperl
41470            ! vms/vms.c vms/vmsish.h
41471 ____________________________________________________________________________
41472 [  8719] By: bailey                                on 2001/02/08  20:51:02
41473         Log: Add header for LIB$ prototypes (C. Berry)
41474      Branch: vmsperl
41475            ! ext/Devel/DProf/DProf.xs
41476 ____________________________________________________________________________
41477 [  8718] By: bailey                                on 2001/02/08  20:49:00
41478         Log: SYN SYN
41479      Branch: vmsperl
41480           +> pod/perliol.pod t/lib/sample-tests/bailout
41481           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
41482           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
41483           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
41484           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
41485           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
41486           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
41487            - lib/unicode/Is/DCinital.pl
41488           !> (integrate 101 files)
41489 ____________________________________________________________________________
41490 [  8717] By: nick                                  on 2001/02/08  19:38:48
41491         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
41492              From: Robin Barker <rmb1@cise.npl.co.uk>
41493              Date: Thu, 8 Feb 2001 14:38:07 GMT
41494              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
41495      Branch: perl
41496            ! lib/CPAN.pm
41497 ____________________________________________________________________________
41498 [  8716] By: nick                                  on 2001/02/08  19:29:07
41499         Log: Generated files form 8713 etc.
41500      Branch: perl
41501            ! embed.h global.sym objXSUB.h perlapi.c proto.h
41502 ____________________________________________________________________________
41503 [  8715] By: nick                                  on 2001/02/08  19:26:08
41504         Log: Fixup non-ithread build after 8713
41505      Branch: perl
41506            ! perl.c
41507 ____________________________________________________________________________
41508 [  8714] By: nick                                  on 2001/02/08  19:17:45
41509         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
41510              From: nick@ccl4.org
41511              Date: Wed, 7 Feb 2001 00:27:47 +0000
41512              Message-Id: <20010207002747.B63724@plum.flirble.org>
41513      Branch: perl
41514            ! sv.c toke.c
41515 ____________________________________________________________________________
41516 [  8713] By: nick                                  on 2001/02/08  19:15:58
41517         Log: Subject: Re: [patch] Re: PL_ptr_table
41518              From: Doug Maceachern <dougm@covalent.net>
41519              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
41520              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
41521      Branch: perl
41522            ! embed.pl perl.c sv.c sv.h
41523 ____________________________________________________________________________
41524 [  8712] By: nick                                  on 2001/02/08  19:12:47
41525         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
41526              From: Peter Prymmer <pvhp@forte.com>
41527              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
41528              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
41529      Branch: perl
41530            ! lib/Pod/Find.pm
41531 ____________________________________________________________________________
41532 [  8711] By: nick                                  on 2001/02/07  21:06:11
41533         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
41534              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
41535              From: Alan Burlison <Alan.Burlison@uk.sun.com>
41536              Date: Tue, 06 Feb 2001 23:37:01 +0000
41537              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
41538      Branch: perl
41539            ! regcomp.c
41540 ____________________________________________________________________________
41541 [  8710] By: alanbur                               on 2001/02/07  00:22:04
41542         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
41543              associated UTFied tr/// code.  Also fixed scoping leak of
41544              PL_reg_start_tmp.
41545      Branch: maint-5.6/pureperl
41546            ! op.c regcomp.c
41547 ____________________________________________________________________________
41548 [  8709] By: nick                                  on 2001/02/06  21:16:49
41549         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
41550              From: Michael G Schwern <schwern@pobox.com>
41551              Date: Sun, 4 Feb 2001 19:47:14 -0500
41552              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
41553      Branch: perl
41554            ! pod/perlapi.pod pod/perlmodlib.PL
41555 ____________________________________________________________________________
41556 [  8708] By: nick                                  on 2001/02/06  20:41:20
41557         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
41558              From: Michael G Schwern <schwern@pobox.com>
41559              Date: Sun, 4 Feb 2001 21:17:49 -0500
41560              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
41561      Branch: perl
41562            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
41563            ! pod/perltootc.pod
41564 ____________________________________________________________________________
41565 [  8707] By: nick                                  on 2001/02/06  20:29:11
41566         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
41567              From: Michael G Schwern <schwern@pobox.com>
41568              Date: Tue, 6 Feb 2001 05:54:30 -0500
41569              Message-Id: <20010206055430.A951@blackrider.aocn.com>
41570      Branch: perl
41571            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
41572 ____________________________________________________________________________
41573 [  8706] By: nick                                  on 2001/02/06  20:21:40
41574         Log: Subject: RE: some win32 fixes
41575              Date: Tue, 6 Feb 2001 09:23:20 +0300
41576              From: Vadim Konovalov <vkonovalov@lucent.com>
41577              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
41578      Branch: perl
41579            ! toke.c win32/Makefile win32/config.bc win32/config.gc
41580            ! win32/config.vc win32/config_H.bc win32/makefile.mk
41581 ____________________________________________________________________________
41582 [  8705] By: alanbur                               on 2001/02/06  15:00:03
41583         Log: Synchronised with parent
41584      Branch: maint-5.6/pureperl
41585            ! regexec.c
41586           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
41587           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
41588 ____________________________________________________________________________
41589 [  8704] By: alanbur                               on 2001/02/06  14:55:24
41590         Log: Fixed UMRs and leak in Perl_pmtrans()
41591      Branch: maint-5.6/pureperl
41592            ! op.c
41593 ____________________________________________________________________________
41594 [  8703] By: gsar                                  on 2001/02/06  02:29:37
41595         Log: $(MAKE) distclean doesn't clean up properly on windows
41596      Branch: maint-5.6/perl
41597            ! win32/Makefile win32/makefile.mk
41598 ____________________________________________________________________________
41599 [  8702] By: gsar                                  on 2001/02/06  01:00:46
41600         Log: tweak change#8659 to keep it simple
41601      Branch: maint-5.6/perl
41602            ! utils/perldoc.PL
41603 ____________________________________________________________________________
41604 [  8701] By: gsar                                  on 2001/02/05  22:45:41
41605         Log: change#8693 was missing testsuite changes
41606      Branch: maint-5.6/perl
41607           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
41608 ____________________________________________________________________________
41609 [  8700] By: nick                                  on 2001/02/05  20:32:52
41610         Log: Integrate mainline
41611      Branch: perlio
41612           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
41613           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
41614           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
41615           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
41616           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
41617           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
41618           +> t/lib/test-harness.t
41619           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
41620           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
41621           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
41622           !> pod/perlutil.pod t/TEST utils/h2xs.PL
41623 ____________________________________________________________________________
41624 [  8699] By: nick                                  on 2001/02/05  19:41:07
41625         Log: Subject: perlfaq2, re: perlmongers
41626              From: David H. Adler <dha@panix.com>
41627              Date: Sun, 4 Feb 2001 23:48:23 -0500
41628              Message-Id: <20010204234823.A13429@panix.com>
41629      Branch: perl
41630            ! pod/perlfaq2.pod
41631 ____________________________________________________________________________
41632 [  8698] By: nick                                  on 2001/02/05  19:39:31
41633         Log: Missed file f#rom the testharness mess.
41634      Branch: perl
41635            + t/lib/test-harness.t
41636 ____________________________________________________________________________
41637 [  8697] By: nick                                  on 2001/02/05  19:37:21
41638         Log: Subject: [DOC PATCH] overload.pm nits
41639              From: John Tobey <jtobey@john-edwin-tobey.org>
41640              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
41641              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
41642      Branch: perl
41643            ! lib/overload.pm
41644 ____________________________________________________________________________
41645 [  8696] By: alanbur                               on 2001/02/05  11:56:00
41646         Log: Sync with parent
41647      Branch: maint-5.6/pureperl
41648           !> thread.h
41649 ____________________________________________________________________________
41650 [  8695] By: gsar                                  on 2001/02/05  03:27:34
41651         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
41652      Branch: maint-5.6/perl
41653            ! thread.h
41654 ____________________________________________________________________________
41655 [  8694] By: alanbur                               on 2001/02/05  00:07:47
41656         Log: Initial branch creation from //depot/maint-5.6/perl
41657      Branch: maint-5.6/pureperl
41658           +> (branch 1719 files)
41659 ____________________________________________________________________________
41660 [  8693] By: gsar                                  on 2001/02/04  22:38:49
41661         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
41662              changes)
41663      Branch: maint-5.6/perl
41664           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
41665           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
41666           !> ext/DB_File/version.c
41667 ____________________________________________________________________________
41668 [  8692] By: nick                                  on 2001/02/04  18:15:57
41669         Log: The missed t/TEST part of the grand testharness upgrade.
41670      Branch: perl
41671            ! t/TEST
41672 ____________________________________________________________________________
41673 [  8691] By: nick                                  on 2001/02/04  18:05:17
41674         Log: New improved test harness
41675              Subject: Re: [PATCH Test::Harness] Third time's a charm?
41676              From: Michael G Schwern <schwern@pobox.com>
41677              Date: Sun, 4 Feb 2001 08:01:20 -0500
41678              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
41679      Branch: perl
41680            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
41681            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
41682            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
41683            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
41684            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
41685            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
41686            ! MANIFEST lib/Test/Harness.pm
41687 ____________________________________________________________________________
41688 [  8690] By: nick                                  on 2001/02/04  17:57:51
41689         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
41690              From: Jonathan Stowe <gellyfish@gellyfish.com>
41691              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
41692              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
41693      Branch: perl
41694            ! utils/h2xs.PL
41695 ____________________________________________________________________________
41696 [  8689] By: nick                                  on 2001/02/04  17:55:24
41697         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
41698              From: Michael G Schwern <schwern@pobox.com>
41699              Date: Sat, 3 Feb 2001 22:46:38 -0500
41700              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
41701      Branch: perl
41702            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
41703            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
41704 ____________________________________________________________________________
41705 [  8688] By: nick                                  on 2001/02/04  17:43:55
41706         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
41707              length byfailing to spot lack of closing )
41708              From: nick@talking.bollo.cx
41709              Date: Sat, 03 Feb 2001 23:53:16 +0000
41710              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
41711      Branch: perl
41712            ! perlio.c pod/perldiag.pod
41713 ____________________________________________________________________________
41714 [  8687] By: jhi                                   on 2001/02/03  17:11:42
41715         Log: HP-UX thread patches from Merijn H. Brand.
41716      Branch: maint-5.6/perl
41717            ! README.hpux hints/hpux.sh
41718 ____________________________________________________________________________
41719 [  8686] By: jhi                                   on 2001/02/03  16:40:12
41720         Log: Metaconfig changes for #8685.
41721      Branch: metaconfig
41722            ! U/installdirs/instubperl.U
41723      Branch: metaconfig/U/perl
41724            ! Devel.U versiononly.U
41725 ____________________________________________________________________________
41726 [  8685] By: jhi                                   on 2001/02/03  16:39:49
41727         Log: For -Dusedevel builds turn off installusrbinperl and turn on
41728              versiononly, a combined idea of Richard Soderberg and Merijn
41729              H. Brand.  You can still override both of these from the command
41730              line if you need to, -Dinstallusrbinperl and -Uversiononly.
41731      Branch: perl
41732            ! Configure
41733 ____________________________________________________________________________
41734 [  8684] By: jhi                                   on 2001/02/03  16:16:34
41735         Log: Metaconfig unit fix for #8683.
41736      Branch: metaconfig
41737            ! U/compline/nblock_io.U
41738 ____________________________________________________________________________
41739 [  8683] By: jhi                                   on 2001/02/03  16:16:12
41740         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
41741              reported by Peter Prymmer for 5.6-TRIAL1.
41742      Branch: perl
41743            ! Configure
41744 ____________________________________________________________________________
41745 [  8682] By: jhi                                   on 2001/02/03  05:52:11
41746         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
41747              to work correctly.
41748      Branch: maint-5.6/perl
41749            ! hints/irix_6.sh
41750 ____________________________________________________________________________
41751 [  8681] By: jhi                                   on 2001/02/03  05:47:33
41752         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
41753      Branch: maint-5.6/perl
41754            ! pod/perlport.pod
41755 ____________________________________________________________________________
41756 [  8680] By: jhi                                   on 2001/02/02  21:39:49
41757         Log: perlport update from Peter Prymmer.
41758      Branch: maint-5.6/perl
41759            ! pod/perlport.pod
41760 ____________________________________________________________________________
41761 [  8679] By: nick                                  on 2001/02/02  20:50:48
41762         Log: Integrate mainline
41763      Branch: perlio
41764           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
41765           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
41766           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
41767 ____________________________________________________________________________
41768 [  8678] By: gsar                                  on 2001/02/02  16:02:12
41769         Log: note about bincompat, slightly modified (from Lupe Christoph)
41770      Branch: maint-5.6/perl
41771            ! README.solaris
41772 ____________________________________________________________________________
41773 [  8677] By: jhi                                   on 2001/02/02  15:46:20
41774         Log: Supported platforms updates.
41775      Branch: maint-5.6/perl
41776            ! pod/perlport.pod
41777 ____________________________________________________________________________
41778 [  8676] By: jhi                                   on 2001/02/02  03:41:26
41779         Log: A couple more perlfaq2 tweaks.
41780      Branch: maint-5.6/perl
41781            ! pod/perlfaq2.pod
41782 ____________________________________________________________________________
41783 [  8675] By: jhi                                   on 2001/02/02  03:17:44
41784         Log: Misedit in #8661.
41785      Branch: maint-5.6/perl
41786            ! Configure
41787 ____________________________________________________________________________
41788 [  8674] By: jhi                                   on 2001/02/02  03:14:38
41789         Log: Damien again.
41790      Branch: maint-5.6/perl
41791            ! pod/perlfaq2.pod
41792 ____________________________________________________________________________
41793 [  8673] By: jhi                                   on 2001/02/02  03:12:40
41794         Log: perlfaq update from Elaine Ashton.
41795      Branch: maint-5.6/perl
41796            ! pod/perlfaq2.pod
41797 ____________________________________________________________________________
41798 [  8672] By: jhi                                   on 2001/02/02  03:07:08
41799         Log: UTF-8 s/// patch from Inaba Hiroto.
41800      Branch: maint-5.6/perl
41801            ! pp_ctl.c pp_hot.c
41802 ____________________________________________________________________________
41803 [  8671] By: jhi                                   on 2001/02/01  22:34:31
41804         Log: Update Changes.
41805      Branch: perl
41806            ! Changes patchlevel.h
41807 ____________________________________________________________________________
41808 [  8670] By: jhi                                   on 2001/02/01  22:15:29
41809         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
41810              from maintperl.
41811              
41812              Upgrade to Getopt::Long 2.25, from Johan Vromans.
41813              
41814              more files need to be writable in the source distribution
41815              
41816              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
41817              
41818              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
41819              
41820              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
41821              
41822              Allow the float to be fuzzier.
41823              
41824              need to use INT2PTR instead of a straight cast or ia64 fails
41825              
41826              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
41827              
41828              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
41829      Branch: perl
41830           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
41831           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
41832           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
41833 ____________________________________________________________________________
41834 [  8669] By: jhi                                   on 2001/02/01  21:57:02
41835         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
41836              From: Robin Barker <rmb1@cise.npl.co.uk>
41837              Date: Thu, 1 Feb 2001 16:59:05 GMT
41838              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
41839      Branch: maint-5.6/perl
41840            ! pod/perlmodlib.PL
41841 ____________________________________________________________________________
41842 [  8668] By: nick                                  on 2001/02/01  19:41:40
41843         Log: Integrate mainline
41844      Branch: perlio
41845           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
41846           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
41847           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
41848 ____________________________________________________________________________
41849 [  8667] By: gsar                                  on 2001/02/01  16:59:11
41850         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
41851      Branch: maint-5.6/perl
41852            ! embed.pl embedvar.h
41853 ____________________________________________________________________________
41854 [  8666] By: gsar                                  on 2001/02/01  16:34:51
41855         Log: add missing entries to win32/config.?c
41856      Branch: maint-5.6/perl
41857            ! win32/config.bc win32/config.gc win32/config.vc
41858            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41859 ____________________________________________________________________________
41860 [  8665] By: jhi                                   on 2001/02/01  14:58:51
41861         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
41862              From: "Stephen P. Potter" <spp@spotter.yi.org>
41863              Date: Thu, 01 Feb 2001 10:45:46 -0500
41864              Message-Id: <200102011545.KAA31479@spotter.yi.org>
41865      Branch: maint-5.6/perl
41866            ! pod/perlfunc.pod
41867 ____________________________________________________________________________
41868 [  8664] By: gsar                                  on 2001/02/01  14:52:37
41869         Log: need to use INT2PTR instead of a straight cast or ia64 fails
41870              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
41871      Branch: maint-5.6/perl
41872            ! ext/POSIX/POSIX.xs
41873 ____________________________________________________________________________
41874 [  8663] By: jhi                                   on 2001/02/01  14:09:13
41875         Log: Allow the float to be fuzzier.
41876      Branch: maint-5.6/perl
41877            ! t/lib/peek.t
41878 ____________________________________________________________________________
41879 [  8662] By: jhi                                   on 2001/02/01  13:59:00
41880         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
41881              From: Robin Barker <rmb1@cise.npl.co.uk>
41882              Date: Thu, 1 Feb 2001 13:05:39 GMT
41883              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
41884      Branch: maint-5.6/perl
41885            ! pod/perlmodlib.pod
41886 ____________________________________________________________________________
41887 [  8661] By: jhi                                   on 2001/02/01  13:57:38
41888         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
41889              Date: Thu, 01 Feb 2001 14:15:41 +0100
41890              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41891              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
41892              
41893              Have the $ccflags in the gcc version test (strange, this change
41894              is claimed to be have been integrated already)
41895      Branch: maint-5.6/perl
41896            ! Configure
41897 ____________________________________________________________________________
41898 [  8660] By: jhi                                   on 2001/02/01  13:44:10
41899         Log: Integrate changes #7950,7964,7962 from mainline.
41900              
41901              Find the stdchar signedness using cpp, should fix some of
41902              the Solaris compiler warnings reported by Alan Burlison.
41903      Branch: maint-5.6/perl
41904           !> Configure config_h.SH
41905 ____________________________________________________________________________
41906 [  8659] By: jhi                                   on 2001/02/01  05:35:32
41907         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
41908              From: Jan Dubois <JanD@ActiveState.com>
41909              Date: Wed, 31 Jan 2001 21:17:03 -0800
41910              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
41911      Branch: maint-5.6/perl
41912            ! utils/perldoc.PL
41913 ____________________________________________________________________________
41914 [  8658] By: jhi                                   on 2001/02/01  04:33:17
41915         Log: Integrate the README.os390 and README.posix-bc parts of mainline
41916              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
41917              installperl parts were taken care of by #8657.)
41918      Branch: maint-5.6/perl
41919           !> README.os390 README.posix-bc
41920 ____________________________________________________________________________
41921 [  8657] By: jhi                                   on 2001/02/01  04:29:21
41922         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
41923              From: Peter Prymmer <pvhp@forte.com>
41924              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
41925              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
41926      Branch: maint-5.6/perl
41927            + ext/DynaLoader/dl_dllload.xs
41928            ! MANIFEST Makefile.SH hints/os390.sh installperl
41929 ____________________________________________________________________________
41930 [  8656] By: jhi                                   on 2001/02/01  04:25:45
41931         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
41932              From: Peter Prymmer <pvhp@forte.com>
41933              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
41934              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
41935      Branch: maint-5.6/perl
41936            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
41937 ____________________________________________________________________________
41938 [  8655] By: jhi                                   on 2001/02/01  04:14:47
41939         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
41940              From: troc@netrus.net
41941              Date: Wed, 31 Jan 2001 22:31:26 -0500
41942              Message-Id: <200102010331.WAA117.85@rocco.homenet>
41943      Branch: maint-5.6/perl
41944            ! os2/os2.c
41945 ____________________________________________________________________________
41946 [  8654] By: jhi                                   on 2001/02/01  04:12:52
41947         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
41948              as reported by Alan Burlison.
41949      Branch: maint-5.6/perl
41950            ! pp.h
41951 ____________________________________________________________________________
41952 [  8653] By: jhi                                   on 2001/02/01  04:05:12
41953         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
41954              From: dsugalski@northernlight.com
41955              Date: Wed, 31 Jan 2001 18:54:11 -0500
41956              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
41957      Branch: maint-5.6/perl
41958            ! configure.com
41959 ____________________________________________________________________________
41960 [  8652] By: jhi                                   on 2001/02/01  04:03:11
41961         Log: Misplaced #endif.
41962              
41963              Subject: [perl-5-6-1-trial2] patches for EPOC
41964              From: Olaf Flebbe <O.Flebbe@science-computing.de>
41965              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
41966              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
41967      Branch: maint-5.6/perl
41968            ! epoc/epocish.c
41969 ____________________________________________________________________________
41970 [  8651] By: jhi                                   on 2001/02/01  04:00:25
41971         Log: Integrate changes #8647,8648,8650 from mainline.
41972              
41973              Macrofy a magic UTF-8 test.
41974              
41975              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
41976              
41977              Watch out for cross compiling for EPOC (usually done on linux).
41978      Branch: maint-5.6/perl
41979           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
41980 ____________________________________________________________________________
41981 [  8650] By: jhi                                   on 2001/02/01  03:56:20
41982         Log: Watch out for cross compiling for EPOC (usually done on linux)
41983              
41984              Subject: [perl-5-6-1-trial2] patches for EPOC
41985              From: Olaf Flebbe <O.Flebbe@science-computing.de>
41986              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
41987              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
41988      Branch: perl
41989            ! ext/Errno/Errno_pm.PL
41990 ____________________________________________________________________________
41991 [  8649] By: gsar                                  on 2001/02/01  00:46:00
41992         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
41993      Branch: maint-5.6/perl
41994            ! sv.c
41995 ____________________________________________________________________________
41996 [  8648] By: jhi                                   on 2001/01/31  23:35:36
41997         Log: All the uses of PL_numeric_radix must be protected by
41998              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
41999              
42000              Subject: [perl-5-6-1-trial2] patches for EPOC
42001              From: Olaf Flebbe <O.Flebbe@science-computing.de>
42002              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
42003              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
42004      Branch: perl
42005            ! sv.c
42006 ____________________________________________________________________________
42007 [  8647] By: jhi                                   on 2001/01/31  22:56:16
42008         Log: Macrofy a magic UTF-8 test.
42009      Branch: perl
42010            ! utf8.c utf8.h
42011 ____________________________________________________________________________
42012 [  8646] By: gsar                                  on 2001/01/31  15:55:12
42013         Log: update Changes
42014      Branch: maint-5.6/perl
42015            ! Changes
42016 ____________________________________________________________________________
42017 [  8645] By: gsar                                  on 2001/01/31  15:10:14
42018         Log: Configure tweak suggested by Peter Prymmer
42019      Branch: maint-5.6/perl
42020            ! Configure
42021 ____________________________________________________________________________
42022 [  8644] By: gsar                                  on 2001/01/31  15:06:32
42023         Log: more files need to be writable in the source distribution
42024      Branch: maint-5.6/perl
42025            ! Porting/makerel
42026 ____________________________________________________________________________
42027 [  8643] By: jhi                                   on 2001/01/31  14:59:46
42028         Log: Integrate changes #8258,8278,8279 from mainline.
42029              
42030              Make the large file tests more robust/talkative.
42031      Branch: maint-5.6/perl
42032           !> t/lib/syslfs.t t/op/lfs.t
42033 ____________________________________________________________________________
42034 [  8642] By: gsar                                  on 2001/01/31  14:53:48
42035         Log: integrate changes#8311,8334 from mainline
42036              
42037              Add a new MakeMaker variable PM_FILTER that defines a Unix
42038              filter to be run on each .pm during the pm_to_blib() phase,
42039              a fixed version of
42040              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
42041              
42042              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
42043              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
42044              accurate reading of the "atime".  
42045      Branch: maint-5.6/perl
42046           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
42047           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
42048           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
42049 ____________________________________________________________________________
42050 [  8641] By: jhi                                   on 2001/01/31  14:46:37
42051         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
42052      Branch: maint-5.6/perl
42053            ! lib/Getopt/Long.pm
42054 ____________________________________________________________________________
42055 [  8640] By: gsar                                  on 2001/01/31  14:40:24
42056         Log: make regen_all
42057      Branch: maint-5.6/perl
42058            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
42059 ____________________________________________________________________________
42060 [  8639] By: gsar                                  on 2001/01/31  14:37:25
42061         Log: refresh windows config files
42062      Branch: maint-5.6/perl
42063            ! win32/Makefile win32/config_H.bc win32/config_H.gc
42064            ! win32/config_H.vc win32/makefile.mk
42065 ____________________________________________________________________________
42066 [  8638] By: gsar                                  on 2001/01/31  14:28:10
42067         Log: makefile tweaks for windows: introduce a bulk-switch to enable
42068              same options as ActivePerl; sync changes with makefile.mk
42069      Branch: maint-5.6/perl
42070            ! win32/Makefile win32/makefile.mk
42071 ____________________________________________________________________________
42072 [  8637] By: jhi                                   on 2001/01/31  04:41:30
42073         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
42074              From: Nicholas Clark <nick@ccl4.org>
42075              Date: Tue, 30 Jan 2001 19:51:05 +0000
42076              Message-ID: <20010130195105.R76607@plum.flirble.org> 
42077              
42078              op/inc cure.
42079      Branch: perl
42080            ! pp.c pp.h pp_hot.c t/op/arith.t
42081 ____________________________________________________________________________
42082 [  8636] By: jhi                                   on 2001/01/31  02:38:32
42083         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
42084              no perlio],8257,8380,8479,8515 from mainline.
42085              
42086              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
42087              
42088              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
42089              Subject: [PATCH perl@8133] fix-up for VMS extensions
42090              
42091              In VMS embedded perls couldn't access the statically built Socket.
42092              
42093              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
42094              
42095              Further VMS piping fixes from Charles Lane.
42096              
42097              Subject:  [PATCH] make t/op/misc.t work on VMS
42098              
42099              Add tracing for debugging extensions builds in VMS.
42100              
42101              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
42102      Branch: maint-5.6/perl
42103           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
42104           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
42105           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
42106 ____________________________________________________________________________
42107 [  8635] By: jhi                                   on 2001/01/31  01:46:41
42108         Log: Integrate change #7732 from mainline.
42109              
42110              Sparc 64-bit pack() fix from Jens Hamisch.
42111      Branch: maint-5.6/perl
42112           !> pp.c
42113 ____________________________________________________________________________
42114 [  8634] By: jhi                                   on 2001/01/31  01:41:16
42115         Log: One spot missing from #8626.
42116      Branch: maint-5.6/perl
42117            ! sv.c
42118 ____________________________________________________________________________
42119 [  8633] By: jhi                                   on 2001/01/31  00:49:17
42120         Log: Integrate change #7495 from mainline.
42121              
42122              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
42123      Branch: maint-5.6/perl
42124           !> MANIFEST ext/re/Makefile.PL
42125 ____________________________________________________________________________
42126 [  8632] By: jhi                                   on 2001/01/30  23:38:49
42127         Log: Integrate change #8396 from mainline.
42128              
42129              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
42130              better multicast support (resend)
42131      Branch: maint-5.6/perl
42132           !> ext/Socket/Socket.pm
42133 ____________________________________________________________________________
42134 [  8631] By: jhi                                   on 2001/01/30  23:28:03
42135         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
42136              
42137              More AIX lore. (7514, ext/re/hints/aix.pl)
42138              
42139              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
42140              
42141              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)
42142              
42143              Subject: [ID 20001214.002] Net::Ping patch
42144              
42145              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
42146              
42147              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
42148              
42149              Add ReuseAddr as a (preferred) alias for Reuse as we now
42150              also have ReusePort.
42151              
42152              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
42153      Branch: maint-5.6/perl
42154           +> ext/re/hints/aix.pl
42155           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
42156           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
42157 ____________________________________________________________________________
42158 [  8630] By: jhi                                   on 2001/01/30  23:03:59
42159         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
42160              
42161              read() documentation tweak for 20001121.004.
42162              
42163              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
42164      Branch: maint-5.6/perl
42165           !> pod/perlfunc.pod pod/perlre.pod
42166 ____________________________________________________________________________
42167 [  8629] By: jhi                                   on 2001/01/30  22:41:57
42168         Log: Integrate change #8098 from mainline.
42169              
42170              fastgetcwd is defined using a glob alias on a $^O dependent basis
42171              and there was no default assignment or perl subroutine.
42172      Branch: maint-5.6/perl
42173           !> lib/Cwd.pm
42174 ____________________________________________________________________________
42175 [  8628] By: jhi                                   on 2001/01/30  21:58:52
42176         Log: Integrate change #7866 from mainline.
42177              
42178              File::Temp 0.11.
42179      Branch: maint-5.6/perl
42180           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
42181 ____________________________________________________________________________
42182 [  8627] By: jhi                                   on 2001/01/30  21:39:44
42183         Log: Integrate changes #8075,8086,8228 from mainline.  
42184              
42185              Darwin is not Windows. (8075,8086)
42186              
42187              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
42188      Branch: maint-5.6/perl
42189           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
42190           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
42191           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
42192           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
42193 ____________________________________________________________________________
42194 [  8626] By: jhi                                   on 2001/01/30  21:22:11
42195         Log: Integrate with tweakery the change #8625 from mainline,
42196              the multibyte decimal separator fix ("fa_IR locale failure").
42197      Branch: maint-5.6/perl
42198            ! embedvar.h perlapi.h
42199           !> intrpvar.h perl.c perl.h sv.c util.c
42200 ____________________________________________________________________________
42201 [  8625] By: jhi                                   on 2001/01/30  20:26:33
42202         Log: Fix for the fa_IR locale failure.  The reason for the failure
42203              was that Perl was assuming the decimal separator aka the radix
42204              separator is one character.  The Farsi-Iranian locale crushed
42205              that bad assumption since there the separator is 'Momayyez',
42206              glyphwise looking somewhat like a slash, and in Unicode UTF-8
42207              encoded in two bytes, 0xd9 0xab.
42208      Branch: perl
42209            ! intrpvar.h perl.c perl.h sv.c util.c
42210 ____________________________________________________________________________
42211 [  8624] By: gsar                                  on 2001/01/30  20:17:03
42212         Log: regen_headers
42213      Branch: maint-5.6/perl
42214            ! Makefile.SH pod/perlintern.pod
42215 ____________________________________________________________________________
42216 [  8623] By: gsar                                  on 2001/01/30  19:42:34
42217         Log: backout change#7431 and its dependents (causes spurious rebuilds
42218              of autogenerated files)
42219              
42220              fix benign b.t failure
42221      Branch: maint-5.6/perl
42222            ! Makefile.SH t/lib/b.t
42223 ____________________________________________________________________________
42224 [  8622] By: jhi                                   on 2001/01/30  19:41:41
42225         Log: Microperl sync.
42226      Branch: perl
42227            ! mg.c perl.h
42228 ____________________________________________________________________________
42229 [  8621] By: gsar                                  on 2001/01/30  19:24:47
42230         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
42231              from mainline
42232              
42233              Subject: podlators 1.06 released
42234              
42235              Subject: [PATCH @8436] Eliminate op_children
42236              
42237              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
42238              
42239              (Replaced by #8448)  More op_children traces (cleanup of #8442).
42240              
42241              Subject: [PATCH #3 @8436] Re: Eliminate op_children
42242              Replace #8444 and #8445.
42243              
42244              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
42245              at the setting of the ofs_sv in new_struct_thread() as the
42246              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
42247              uninitialized fields are, uh, initialized with),
42248              SvREFCNT_inc()ing that invited a core dump.
42249              
42250              podlators 1.07, from Russ Allbery.
42251              
42252              Subject: [PATCH] regcomp.c old feature removal
42253              From: mjd@plover.com
42254              Date: 16 Jan 2001 14:43:18 -0000 
42255              Message-ID: <20010116144318.7140.qmail@plover.com> 
42256      Branch: maint-5.6/perl
42257           +> lib/Pod/Text/Overstrike.pm
42258           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
42259           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
42260           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
42261           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
42262           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
42263           !> util.c
42264 ____________________________________________________________________________
42265 [  8620] By: gsar                                  on 2001/01/30  18:48:32
42266         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
42267              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
42268              now fails one test)
42269              
42270              Subject: [PATCH] lvalue AUTOLOAD. No, really.
42271              
42272              Subject: [PATCH] Interesting syntax idea
42273              Make opens + bareword assigns do typeglob assigns.
42274              
42275              Tests for #8254.
42276              
42277              Subject: [PATCH @8269] Continue blocks and B::Deparse
42278              Make the peephole optimizer to bypass more null ops and
42279              and rewrite the deparse handling of continue blocks.
42280              
42281              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
42282              Doc tweak on #8313.
42283              
42284              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
42285              
42286              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
42287              
42288              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
42289              
42290              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
42291              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
42292              according to the platform.
42293              
42294              Subject: [PATCH @8404] Consolidated lvalue sub changes
42295              
42296              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
42297              
42298              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
42299              
42300              Subject: B::Concise -- an improved replacement for B::Terse 
42301              
42302              The B::Terse drop-in replacement wasn't quite drop-in.
42303              
42304              The LVRET macro needed an aTHX.
42305              
42306              Use the /^Perl_/-less form of is_lvalue_sub().
42307              
42308              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
42309      Branch: maint-5.6/perl
42310           +> ext/B/B/Concise.pm
42311           !> (integrate 27 files)
42312 ____________________________________________________________________________
42313 [  8619] By: nick                                  on 2001/01/30  18:40:28
42314         Log: Integrate mainline
42315      Branch: perlio
42316           !> (integrate 40 files)
42317 ____________________________________________________________________________
42318 [  8618] By: jhi                                   on 2001/01/30  18:37:18
42319         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
42320              Date: Mon, 29 Jan 2001 22:51:29 -0600
42321              From: "Craig A. Berry" <craigberry@mac.com>
42322              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
42323      Branch: perl
42324            ! vms/test.com
42325 ____________________________________________________________________________
42326 [  8617] By: jhi                                   on 2001/01/30  18:34:53
42327         Log: Subject: [PATCH] Add missing CV flags to dump.c
42328              From: Tim Jenness <t.jenness@jach.hawaii.edu>
42329              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
42330              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
42331      Branch: perl
42332            ! dump.c
42333 ____________________________________________________________________________
42334 [  8616] By: jhi                                   on 2001/01/30  18:20:58
42335         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
42336              part isn't applicable to maintperl.
42337              
42338              UTF-8 nit from Inaba Hiroto.
42339      Branch: maint-5.6/perl
42340           !> pod/perlapi.pod utf8.c
42341 ____________________________________________________________________________
42342 [  8615] By: jhi                                   on 2001/01/30  18:18:51
42343         Log: UTF-8 nit from Inaba Hiroto.
42344      Branch: perl
42345            ! pod/perlapi.pod t/op/each.t utf8.c
42346 ____________________________________________________________________________
42347 [  8614] By: jhi                                   on 2001/01/30  18:13:38
42348         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
42349              
42350              perl's internal variables are not for public consumption,
42351              move their docs from perlapi.pod to perlintern.pod
42352              
42353              support for -Dusethreads build under HP-UX 10.20 and DCE threads
42354              library (11.0 and later have pthreads but 10.x don't)
42355              
42356              avoid uninitialized value warnings
42357              
42358              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
42359              gets weird results)
42360              
42361              perldoc nit on windows
42362              
42363              make it possible to run the tests outside the source tree
42364              (there's still a dependency on ../lib being the library
42365              location)
42366      Branch: perl
42367           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
42368           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
42369           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
42370           !> win32/bin/search.pl win32/vdir.h
42371 ____________________________________________________________________________
42372 [  8613] By: gsar                                  on 2001/01/30  16:39:59
42373         Log: make it possible to run the tests outside the source tree
42374              (there's still a dependency on ../lib being the library
42375              location)
42376      Branch: maint-5.6/perl
42377            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
42378 ____________________________________________________________________________
42379 [  8612] By: gsar                                  on 2001/01/30  16:31:12
42380         Log: perldoc nit on windows
42381      Branch: maint-5.6/perl
42382            ! utils/perldoc.PL
42383 ____________________________________________________________________________
42384 [  8611] By: gsar                                  on 2001/01/30  16:22:54
42385         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
42386              gets weird results)
42387      Branch: maint-5.6/perl
42388            ! win32/vdir.h
42389 ____________________________________________________________________________
42390 [  8610] By: gsar                                  on 2001/01/30  16:12:45
42391         Log: avoid uninitialized value warnings
42392      Branch: maint-5.6/perl
42393            ! win32/bin/search.pl
42394 ____________________________________________________________________________
42395 [  8609] By: gsar                                  on 2001/01/30  16:08:01
42396         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
42397              library (11.0 and later have pthreads but 10.x don't)
42398      Branch: maint-5.6/perl
42399            ! hints/hpux.sh thread.h
42400 ____________________________________________________________________________
42401 [  8608] By: gsar                                  on 2001/01/30  15:48:55
42402         Log: perl's internal variables are not for public consumption,
42403              move their docs from perlapi.pod to perlintern.pod
42404      Branch: maint-5.6/perl
42405            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
42406            ! thrdvar.h
42407 ____________________________________________________________________________
42408 [  8607] By: gsar                                  on 2001/01/30  15:44:27
42409         Log: mistakenly branched perl56delta.pod, revert
42410      Branch: maint-5.6/perl
42411            - pod/perl56delta.pod
42412           !> pod/perldelta.pod
42413 ____________________________________________________________________________
42414 [  8606] By: gsar                                  on 2001/01/30  14:20:24
42415         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
42416              dTHR which has been a noop for a while now, except for the
42417              compatibility definition in thread.h)
42418      Branch: maint-5.6/perl
42419           !> (integrate 45 files)
42420 ____________________________________________________________________________
42421 [  8605] By: jhi                                   on 2001/01/30  05:43:58
42422         Log: Mark the UTF-8 APIs as experimental.
42423      Branch: maint-5.6/perl
42424            ! embed.pl pod/perlapi.pod
42425 ____________________________________________________________________________
42426 [  8604] By: jhi                                   on 2001/01/30  05:38:40
42427         Log: Nits from earlier integrates.
42428      Branch: maint-5.6/perl
42429            ! lib/Carp/Heavy.pm
42430           !> sv.c
42431 ____________________________________________________________________________
42432 [  8603] By: jhi                                   on 2001/01/30  05:27:26
42433         Log: Regenerate Porting files.
42434      Branch: maint-5.6/perl
42435            ! Porting/Glossary Porting/config.sh Porting/config_H
42436 ____________________________________________________________________________
42437 [  8602] By: jhi                                   on 2001/01/30  05:14:59
42438         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
42439              8310,8339,8447,8492,8493,8505,8525: documentation changes.
42440              
42441              Subject: Re: perlfaq style changes
42442              
42443              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
42444              
42445              Subject: [PATCH] docs on NaN
42446              
42447              Subject: [patch] perlfaq7
42448              
42449              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
42450              
42451              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
42452              
42453              Subject: [PATCH] open() example in perlfunc.pod
42454              
42455              Podify README.mpeix (a new version from the web)
42456              
42457              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
42458              
42459              Subject: [PATCH] format and rewording in perlfaq.pod
42460              
42461              Subject: [PATCH] API Variable documentation   
42462              
42463              Memory management calls documentation.
42464              
42465              Subject: [PATCH: perl@8482] README.vms URL updates
42466              
42467              Subject: Minor typos in perlfaq2.pod
42468              
42469              Subject: [PATCH] pod/perlvar.pod
42470      Branch: maint-5.6/perl
42471           +> pod/perl56delta.pod
42472            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
42473           !> README.amiga README.epoc README.mpeix README.vms
42474           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
42475           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
42476           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
42477           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
42478           !> pod/perlvar.pod thrdvar.h
42479 ____________________________________________________________________________
42480 [  8601] By: jhi                                   on 2001/01/30  04:38:35
42481         Log: Integrate changes #8036,8096,8253 from mainline:
42482              hints changes.
42483              
42484              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
42485              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
42486              
42487              Output the (apparent) version of gcc in Tru64.
42488      Branch: maint-5.6/perl
42489           +> ext/POSIX/hints/svr4.pl
42490           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
42491           !> hints/svr4.sh t/lib/bigfltpm.t
42492 ____________________________________________________________________________
42493 [  8600] By: jhi                                   on 2001/01/30  04:04:01
42494         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
42495              locale fixes.
42496              
42497              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
42498              
42499              Debian allows /usr/bin/locale to exist without any locales. (7868)
42500              
42501              Allow the locale test needing POSIX and the taint test
42502              needing IPC::SysV to run under 'minitest' (basically,
42503              bail out if loading the extension fails). (8384)
42504              
42505              Cleanup the locale.t output  (8480)
42506      Branch: maint-5.6/perl
42507           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
42508           !> t/pragma/locale.t
42509 ____________________________________________________________________________
42510 [  8599] By: jhi                                   on 2001/01/30  03:51:04
42511         Log: Missing generated files from #8598.
42512      Branch: maint-5.6/perl
42513            ! embed.h global.sym objXSUB.h perlapi.c proto.h
42514 ____________________________________________________________________________
42515 [  8598] By: jhi                                   on 2001/01/30  03:41:54
42516         Log: Integrate change #8555 from mainline, manually integrate parts
42517              of changes 8452 and 8583.
42518              
42519              Subject: [PATCH] utf8.c documentation (8452)
42520              
42521              No point in checking the length if the pointer is bogus. (8555)
42522              
42523              Introduce bytes_from_utf8() and implement sv_eq() using it,
42524              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
42525              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
42526              was malformed. (8583)
42527      Branch: maint-5.6/perl
42528            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
42529           !> pod/perlapi.pod sv.c utf8.c
42530 ____________________________________________________________________________
42531 [  8597] By: gsar                                  on 2001/01/30  02:37:26
42532         Log: get PERL_OBJECT build going again on windows
42533      Branch: maint-5.6/perl
42534            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
42535            ! pod/perlapi.pod proto.h sv.c
42536 ____________________________________________________________________________
42537 [  8596] By: jhi                                   on 2001/01/30  02:16:17
42538         Log: Signedness nit.
42539      Branch: perl
42540            ! sv.c
42541 ____________________________________________________________________________
42542 [  8595] By: jhi                                   on 2001/01/30  02:11:07
42543         Log: EBCDIC patch for Storable, from Peter Prymmer.
42544      Branch: perl
42545            ! t/lib/st-06compat.t
42546 ____________________________________________________________________________
42547 [  8594] By: jhi                                   on 2001/01/30  01:04:48
42548         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
42549              From: Peter Prymmer <pvhp@forte.com>
42550              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
42551              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
42552      Branch: perl
42553            ! t/lib/b.t
42554 ____________________________________________________________________________
42555 [  8593] By: jhi                                   on 2001/01/30  00:56:47
42556         Log: Subject: [PATCH: perl@8585] pod problems in io
42557              From: Peter Prymmer <pvhp@forte.com>
42558              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
42559              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
42560      Branch: perl
42561            ! pod/perlapio.pod pod/perliol.pod
42562 ____________________________________________________________________________
42563 [  8592] By: jhi                                   on 2001/01/30  00:48:20
42564         Log: Integrate perlio.
42565      Branch: perl
42566           !> pod/perlapio.pod pod/perliol.pod
42567 ____________________________________________________________________________
42568 [  8591] By: nick                                  on 2001/01/29  22:02:28
42569         Log: GNU 'merge' Simon's copy of perliol.pod with version
42570              patched by Craig's patch.
42571      Branch: perlio
42572            ! pod/perliol.pod
42573 ____________________________________________________________________________
42574 [  8590] By: nick                                  on 2001/01/29  21:55:10
42575         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
42576      Branch: perlio
42577            ! pod/perlapio.pod pod/perliol.pod
42578 ____________________________________________________________________________
42579 [  8589] By: jhi                                   on 2001/01/29  15:35:33
42580         Log: Integrate change #8586 from maint-5.6/perl.
42581              
42582              make the BOM detection code not call tell() until it has to
42583              (meant to fix esoteric compatibility issues where PL_rsfp
42584              is overridden)
42585      Branch: perl
42586           !> toke.c
42587 ____________________________________________________________________________
42588 [  8588] By: jhi                                   on 2001/01/29  15:29:11
42589         Log: Subject: MAking Solaris malloc() the default
42590              From: Lupe Christoph <lupe@lupe-christoph.de>
42591              Date: Mon, 29 Jan 2001 12:59:36 +0100
42592              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
42593              
42594              The README.solaris part slightly tweaked.
42595      Branch: perl
42596            ! README.solaris hints/solaris_2.sh
42597 ____________________________________________________________________________
42598 [  8587] By: jhi                                   on 2001/01/29  15:17:34
42599         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
42600              From: root@ak-75.mind.de
42601              Date: Sun, 28 Jan 2001 20:32:29 +0100
42602              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
42603      Branch: perl
42604            ! pod/perlre.pod
42605 ____________________________________________________________________________
42606 [  8586] By: gsar                                  on 2001/01/29  13:43:44
42607         Log: make the BOM detection code not call tell() until it has to
42608              (meant to fix esoteric compatibility issues where PL_rsfp
42609              is overridden)
42610      Branch: maint-5.6/perl
42611            ! toke.c
42612 ____________________________________________________________________________
42613 [  8585] By: jhi                                   on 2001/01/28  20:05:45
42614         Log: Update Changes.
42615      Branch: perl
42616            ! Changes patchlevel.h
42617 ____________________________________________________________________________
42618 [  8584] By: jhi                                   on 2001/01/28  19:30:02
42619         Log: Integrate perlio.
42620      Branch: perl
42621           +> pod/perliol.pod
42622           !> MANIFEST pod/perlapio.pod
42623 ____________________________________________________________________________
42624 [  8583] By: jhi                                   on 2001/01/28  19:28:40
42625         Log: Patch from Inaba Hiroto:
42626              - canonical UTF-8 hash keys: if a key string for a hash is
42627              UTF8-on, try downgrade the string and use it if
42628              unicode::distinct is not in effect.
42629              For the task, I added a function bytes_from_utf8() to utf8.c.
42630              It might resemble utf8_to_bytes() but it is not convenient
42631              to the task.
42632              Made a test for it and added to t/op/each.t
42633              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
42634              the mortal copy of the argument SV.
42635              And changed t/io/utf8.t test 18 which expects print() to
42636              upgrade its argument.
42637              - re-implement sv_eq with bytes_from_utf8()
42638              - some bug fixes
42639              - tr/// does not handle UTF8 range (\x{}-\x{})
42640              - \ before raw UTF8 character produced
42641              "Malformed UTF-8 character" warning.
42642              - "\x{100}\N{CENT SIGN}" is Malformed.
42643              Added tests for these 3.
42644              - and one silly bug (by me) with qu operator.
42645      Branch: perl
42646            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
42647            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
42648            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
42649 ____________________________________________________________________________
42650 [  8582] By: nick                                  on 2001/01/28  19:25:04
42651         Log: Add pod/perliol.pod to MANIFEST :-(
42652      Branch: perlio
42653            ! MANIFEST
42654 ____________________________________________________________________________
42655 [  8581] By: nick                                  on 2001/01/28  19:22:40
42656         Log: PerlIO documentation. Proofing and sub-editing requested.
42657      Branch: perlio
42658            + pod/perliol.pod
42659            ! pod/perlapio.pod
42660 ____________________________________________________________________________
42661 [  8580] By: jhi                                   on 2001/01/28  05:16:25
42662         Log: Revert the change to sv_2pv() done by #8054: Someone who
42663              did SvNV_set() on a scalar that also happened to be POK,
42664              followed by sv_2pv() won't get the right coercion anymore.
42665              [Sarathy]
42666      Branch: maint-5.6/perl
42667            ! sv.c
42668 ____________________________________________________________________________
42669 [  8579] By: jhi                                   on 2001/01/28  05:15:04
42670         Log: Remove the #8084 effect: do not allow -Q to be interpreted
42671              as -&Q(), this is too much wiggle room.
42672      Branch: maint-5.6/perl
42673            ! toke.c
42674 ____________________________________________________________________________
42675 [  8578] By: jhi                                   on 2001/01/28  05:12:45
42676         Log: Needed bits of #8439 (should have been in #8576),
42677              mainly for lval substr().
42678      Branch: maint-5.6/perl
42679            ! mg.c pp.c pp_hot.c
42680 ____________________________________________________________________________
42681 [  8577] By: jhi                                   on 2001/01/28  05:02:46
42682         Log: A missing check-in.
42683      Branch: maint-5.6/perl
42684            ! utf8.c
42685 ____________________________________________________________________________
42686 [  8576] By: jhi                                   on 2001/01/28  04:26:18
42687         Log: Integrate changes #8425,8436,8439,8517 from mainline.
42688              The 8439 was not truly integrated because it had too many
42689              dependencies on the development branch and because it introduced
42690              concepts too bold for a maintenance branch (such as the qu operator).
42691              
42692              Subject: [PATCH perl@8342] -Wformat
42693              
42694              Tighten some of the UTF-8 tests a bit.
42695              
42696              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
42697              - The substr lval was still not okay.
42698              - Now pp_stringify and sv_setsv copies source's UTF8 flag
42699              even if IN_BYTE.  pp_stringify is called from fold_constants
42700              at optimization phase and "\x{100}" was made SvUTF8_off under
42701              use bytes (the bytes pragma is for "byte semantics" and not
42702              for "do not produce UTF8 data")
42703      Branch: maint-5.6/perl
42704            ! t/lib/charnames.t t/op/substr.t toke.c
42705           !> sv.c t/pragma/utf8.t
42706 ____________________________________________________________________________
42707 [  8575] By: jhi                                   on 2001/01/28  04:01:51
42708         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
42709              
42710              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
42711              
42712              Subject: [ID 20001230.003] UTF-8 tr still hurts
42713              
42714              Test cases for #8385 (from Simon's "torture.pl")
42715              
42716              Start fixing UTF-8 lval substr() (8405)
42717      Branch: maint-5.6/perl
42718           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
42719           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
42720 ____________________________________________________________________________
42721 [  8574] By: jhi                                   on 2001/01/28  03:09:06
42722         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
42723              from mainline.
42724              
42725              UTF-8 cleanup.
42726              
42727              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
42728              
42729              "\x{FF}\xFF" was broken.
42730              
42731              Tests for #8329 and #8330.
42732              
42733              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
42734              
42735              IRIX compiler noticed that the bof initialization might be
42736              bypassed by control flow.
42737              
42738              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
42739      Branch: maint-5.6/perl
42740           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
42741           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
42742 ____________________________________________________________________________
42743 [  8573] By: jhi                                   on 2001/01/28  02:06:12
42744         Log: Retract #8552.
42745      Branch: perl
42746            ! lib/Text/Wrap.pm t/lib/textwrap.t
42747 ____________________________________________________________________________
42748 [  8572] By: jhi                                   on 2001/01/28  02:04:49
42749         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
42750              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
42751              not really integrated but instead salvaged by hand
42752              (they had too many dependencies on the development release
42753              to be cleanly integratable).
42754              
42755              Subject: more UTF8 test suites and an UTF8 patch
42756              
42757              Tweak for MULTIPLICITY/USE_PERLIO
42758              
42759              Signedness nit.
42760              
42761              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
42762              
42763              Use the UTF8_XXX macros in is_utf8_char().
42764              
42765              Rewrite pp_concat() in terms of sv_catsv().  The . operator
42766              should now be UTF-8-proof.
42767              
42768              Subject: [PATCH perl@8269] scanning two hex-constants
42769              fails on EBCDIC environment (script length.t)
42770              
42771              Add some Unicode chop() tests.
42772      Branch: maint-5.6/perl
42773            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
42774           !> sv.c t/op/chop.t utf8.h
42775 ____________________________________________________________________________
42776 [  8571] By: jhi                                   on 2001/01/28  00:35:59
42777         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
42778              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
42779              
42780              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
42781              
42782              The maxiters upper limit sanity check (guarding against
42783              non-progress) assumed bytes instead of characters in s///
42784              and split().
42785              
42786              Signedness nit.
42787              
42788              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
42789              join() should now be UTF-8-proof.
42790              
42791              More split // UTF-8 tests. (8250)
42792      Branch: maint-5.6/perl
42793           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
42794           !> util.c
42795 ____________________________________________________________________________
42796 [  8570] By: jhi                                   on 2001/01/27  22:15:46
42797         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
42798              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
42799              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
42800              8084,8204,8244,8333 from mainline.
42801              
42802              For -Q where Q might be a one-letter sub name one does no more
42803              get a warning about an unknown filetest (7941,7943,7944,8084).
42804              
42805              Subject: Re: [ID 20001130.011] expression parsing bug ?
42806              
42807              Make uv_to_utf8() to zero-terminate its output buffer.
42808              
42809              Split off t/op/length.t (7995)
42810              
42811              Split off t/op/utf8decode.t (7996)
42812              
42813              Remove an unnecessary 'use utf8' from the utf8.t (7998)
42814              
42815              Split off t/op/concat.t (8004)
42816              
42817              Split off t/op/ver.t (8005)
42818              
42819              Document utf8_length(), utf8_distance(), and utf8_hop().
42820              
42821              Document utf8_to_uv() better.
42822              
42823              Introduce macros for UTF8 decoding (8028,8033).
42824              
42825              Add test for reverse() (8030,8031).
42826              
42827              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
42828              
42829              Do not return the Unicode replacement character    on UTF-8
42830              decoding failure.
42831              
42832              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
42833              not this_utf8 i.e. the output string has one, but don't mess
42834              with source assumption. (8052,8053)
42835              
42836              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
42837              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
42838              was not expecting to be called with something that was already
42839              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
42840              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
42841              (8054)
42842              
42843              Recode the naughty binary bytes in utf8decode.t using the \xHH.
42844              
42845              Make some panic messages a bit more logical.
42846      Branch: maint-5.6/perl
42847           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
42848           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
42849           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
42850           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
42851           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
42852           !> utf8.c utf8.h
42853 ____________________________________________________________________________
42854 [  8569] By: jhi                                   on 2001/01/27  19:16:43
42855         Log: Integrate changes #7750 from perlio and #8566 from mainline.
42856      Branch: maint-5.6/perl
42857           !> regexec.c sv.c
42858 ____________________________________________________________________________
42859 [  8568] By: jhi                                   on 2001/01/27  18:06:51
42860         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
42861              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
42862              7935[-perlio.c],7936,7959,7965 from mainline.
42863              
42864              Change the "big byte" error message to "Wide character".
42865              (7355, the croak-if-wide-chars-in-print part ignored)
42866              
42867              Use UINT64_C().
42868              
42869              Introduce Perl_utf8_length().
42870              
42871              diff -se shows these as different (7753, forgotten check-ins)
42872              
42873              Subject: [PATCH] doop.c - UTF8 tr///
42874              
42875              If we use (aTHX_ ...) then put Perl_ on the front.
42876              
42877              Make utf8_length() and utf8_distance() to be less forgiving
42878              about bad UTF-8.
42879              
42880              Test line numbers are different with utf8.
42881              
42882              No need to scan till infinity, 13 is enough. (7872,7911)
42883              
42884              Subject: [PATCH] Tokeniser debugging
42885              
42886              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
42887              
42888              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
42889              
42890              Be more careful in Perl_sv_utf8_downgrade().
42891              
42892              Use DO_UTF8().
42893              
42894              Raw zero bytes in text files confuse at least GNU patch 2.1.
42895      Branch: maint-5.6/perl
42896           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
42897           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
42898           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
42899           !> t/pragma/utf8.t toke.c utf8.c utf8.h
42900 ____________________________________________________________________________
42901 [  8567] By: nick                                  on 2001/01/27  11:10:38
42902         Log: Integrate mainline
42903      Branch: perlio
42904           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
42905           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
42906           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
42907           !> toke.c
42908 ____________________________________________________________________________
42909 [  8566] By: jhi                                   on 2001/01/27  06:22:48
42910         Log: More documentation for the regexp context stack.
42911      Branch: perl
42912            ! regexec.c
42913 ____________________________________________________________________________
42914 [  8565] By: jhi                                   on 2001/01/27  05:21:57
42915         Log: Update Changes.
42916      Branch: perl
42917            ! Changes patchlevel.h
42918 ____________________________________________________________________________
42919 [  8564] By: jhi                                   on 2001/01/27  04:44:04
42920         Log: Threadedness patch for #8562 from Doug MacEachern.
42921      Branch: perl
42922            ! toke.c
42923 ____________________________________________________________________________
42924 [  8563] By: jhi                                   on 2001/01/27  04:26:24
42925         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
42926              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42927              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
42928              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
42929      Branch: perl
42930            ! op.c
42931 ____________________________________________________________________________
42932 [  8562] By: jhi                                   on 2001/01/27  04:20:30
42933         Log: Subject: Re: Announce : Tokener reporting patch
42934              From: Simon Cozens <simon@cozens.net>
42935              Date: Mon, 22 Jan 2001 02:17:22 +0000
42936              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
42937      Branch: perl
42938            ! embed.h embed.pl proto.h toke.c
42939 ____________________________________________________________________________
42940 [  8561] By: jhi                                   on 2001/01/27  04:17:24
42941         Log: Forgot from #8545.  Oops.
42942      Branch: perl
42943            ! pp.c t/pragma/overload.t
42944 ____________________________________________________________________________
42945 [  8560] By: jhi                                   on 2001/01/27  03:01:47
42946         Log: A better module compilation test, use MANIFEST as suggested
42947              by Spider.
42948      Branch: perl
42949            ! t/lib/1_compile.t
42950 ____________________________________________________________________________
42951 [  8559] By: jhi                                   on 2001/01/27  02:50:48
42952         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
42953              From: Peter Prymmer <pvhp@forte.com>
42954              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
42955              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
42956      Branch: perl
42957            ! t/lib/b.t
42958 ____________________________________________________________________________
42959 [  8558] By: jhi                                   on 2001/01/27  02:27:05
42960         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
42961              From: Peter Prymmer <pvhp@forte.com>
42962              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
42963              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
42964      Branch: perl
42965            ! t/pragma/sub_lval.t
42966 ____________________________________________________________________________
42967 [  8557] By: jhi                                   on 2001/01/27  02:26:03
42968         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
42969              From: Peter Prymmer <pvhp@forte.com>
42970              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
42971              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
42972      Branch: perl
42973            ! t/lib/st-06compat.t
42974 ____________________________________________________________________________
42975 [  8556] By: jhi                                   on 2001/01/27  02:24:33
42976         Log: Subject: [PATCH: perl@8531] minor update to README.os390
42977              From: Peter Prymmer <pvhp@forte.com>
42978              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
42979              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
42980      Branch: perl
42981            ! README.os390
42982 ____________________________________________________________________________
42983 [  8555] By: jhi                                   on 2001/01/27  00:35:47
42984         Log: No point in checking the length before we know whether the pointer
42985              is bogus or not, fixes Abigail's odbm failures in Linux.
42986      Branch: perl
42987            ! sv.c
42988 ____________________________________________________________________________
42989 [  8554] By: nick                                  on 2001/01/26  19:01:31
42990         Log: Integrate mainline
42991      Branch: perlio
42992           !> lib/Text/Wrap.pm t/lib/textwrap.t
42993 ____________________________________________________________________________
42994 [  8553] By: jhi                                   on 2001/01/26  15:19:39
42995         Log: Integrate change #7792 from perlio (multiplicity fix),
42996              fix the AV leak in regex DEBUGGING (tiny part of the
42997              polymorphic regexp patch #8143).
42998      Branch: maint-5.6/perl
42999            ! regcomp.c
43000           !> scope.h
43001 ____________________________________________________________________________
43002 [  8552] By: jhi                                   on 2001/01/26  15:03:23
43003         Log: (Retracted by #8573)
43004              
43005              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
43006              From: Michael G Schwern <schwern@pobox.com>
43007              Date: Fri, 26 Jan 2001 09:28:31 -0500
43008              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
43009      Branch: perl
43010            ! lib/Text/Wrap.pm t/lib/textwrap.t
43011 ____________________________________________________________________________
43012 [  8551] By: jhi                                   on 2001/01/26  02:33:19
43013         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
43014              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
43015              
43016              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
43017              
43018              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
43019              
43020              Message nit.
43021              
43022              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
43023              
43024              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
43025              
43026              (the cleanup of unused submatches in regtry() and regcppop())
43027              
43028              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
43029              stored and restored, and thusly was trounced by the utf8 swash
43030              routines.
43031              
43032              use utf8 not required to use \x{}.
43033              
43034              Removed two more tests that make no sense in UTF-8 since the test
43035              data is not in UTF-8.
43036              
43037              Get the three different space character classes right under utf8.
43038              
43039              Implement ANYOFUTF8 regprop() dumping.
43040              
43041              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
43042              
43043              Document the regex context pushing/popping a bit better.
43044      Branch: maint-5.6/perl
43045           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
43046           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
43047           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
43048           !> t/op/regmesg.t utf8.c
43049 ____________________________________________________________________________
43050 [  8550] By: nick                                  on 2001/01/25  19:42:30
43051         Log: Integrate mainline
43052      Branch: perlio
43053           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
43054           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
43055           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
43056           !> t/lib/bigint.t t/lib/bigintpm.t
43057 ____________________________________________________________________________
43058 [  8549] By: jhi                                   on 2001/01/25  15:22:28
43059         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
43060      Branch: maint-5.6/perl
43061            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
43062 ____________________________________________________________________________
43063 [  8548] By: jhi                                   on 2001/01/25  15:02:55
43064         Log: Integrate changes #7997,8063,8492,8547 from mainline.
43065              
43066              Subject: Re: STRLEN - what?
43067              
43068              Subject: [PATCH] perlguts.pod
43069              
43070              Memory management calls documentation.
43071              
43072              Layout using tabulator is not a good idea in a pod.
43073      Branch: maint-5.6/perl
43074           !> pod/perlguts.pod
43075 ____________________________________________________________________________
43076 [  8547] By: jhi                                   on 2001/01/25  14:49:05
43077         Log: Layout using tabulator is not a good idea in a pod.
43078      Branch: perl
43079            ! pod/perlguts.pod
43080 ____________________________________________________________________________
43081 [  8546] By: jhi                                   on 2001/01/25  14:31:12
43082         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
43083              from mainline.
43084              
43085              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
43086              
43087              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
43088              
43089              More Win32 editor/IDE/shell hints.
43090              
43091              More Win32 Perling.
43092              
43093              Yet another editor edit.
43094              
43095              Edit edit edit.
43096              
43097              IDE/editor section tweaking.
43098              
43099              Few more IDE/editor nits from p5p.
43100      Branch: maint-5.6/perl
43101           !> pod/perlfaq3.pod
43102 ____________________________________________________________________________
43103 [  8545] By: jhi                                   on 2001/01/25  04:16:32
43104         Log: Subject: [PATCH 5.7.0] overload int()
43105              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43106              Date: Wed, 24 Jan 2001 19:06:57 -0500
43107              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
43108      Branch: perl
43109            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
43110            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
43111            ! t/lib/bigintpm.t
43112 ____________________________________________________________________________
43113 [  8544] By: jhi                                   on 2001/01/25  04:15:11
43114         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
43115              From: Peter Prymmer <pvhp@forte.com>
43116              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
43117              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
43118      Branch: perl
43119            ! Makefile.SH README.os390 hints/os390.sh installperl
43120 ____________________________________________________________________________
43121 [  8543] By: jhi                                   on 2001/01/25  03:52:08
43122         Log: Integrate change #8462,8469 from mainline.
43123              
43124              In VMS Perl subversion (perl -V) is undef.
43125      Branch: maint-5.6/perl
43126           !> configure.com
43127 ____________________________________________________________________________
43128 [  8542] By: jhi                                   on 2001/01/25  03:44:55
43129         Log: Integrate changes #7835,7850,8315,8316 from mainline.
43130              
43131              Solaris hints.
43132      Branch: maint-5.6/perl
43133           !> hints/solaris_2.sh
43134 ____________________________________________________________________________
43135 [  8541] By: jhi                                   on 2001/01/25  03:39:28
43136         Log: Integrate #8336 from mainline.
43137      Branch: maint-5.6/perl
43138           !> hv.c
43139 ____________________________________________________________________________
43140 [  8540] By: jhi                                   on 2001/01/25  03:23:50
43141         Log: Retract #8539.
43142      Branch: maint-5.6/perl
43143            ! pod/perlfaq3.pod
43144 ____________________________________________________________________________
43145 [  8539] By: jhi                                   on 2001/01/25  03:21:55
43146         Log: (Retracted by #8540.)
43147      Branch: maint-5.6/perl
43148            ! pod/perlfaq3.pod
43149 ____________________________________________________________________________
43150 [  8538] By: jhi                                   on 2001/01/25  03:14:07
43151         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
43152              From: Peter Prymmer <pvhp@forte.com>
43153              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
43154              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
43155              
43156              The VMS bits.
43157      Branch: maint-5.6/perl
43158            ! configure.com vms/descrip_mms.template
43159 ____________________________________________________________________________
43160 [  8537] By: jhi                                   on 2001/01/25  03:06:09
43161         Log: Integrate #7710,7824,7973 from mainline.
43162      Branch: maint-5.6/perl
43163           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43164           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
43165           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
43166           !> vos/config.ga.def vos/config.ga.h win32/config.bc
43167           !> win32/config.gc win32/config.vc
43168 ____________________________________________________________________________
43169 [  8536] By: jhi                                   on 2001/01/24  13:50:20
43170         Log: Revert the edits made by me so far to the 5.6 branch since
43171              the TRIAL1 since I did edits when I should have been using
43172              integrates.  Bad programmer.   (Will integrate them properly later.)
43173              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
43174              The #8353 will not be reapplied at least for now since
43175              the UTF-8 hash keys need more thinking.
43176              (The patches #8347, #8354, #8454, #8473 were okay since they
43177              were original edits made specifically for the 5.6.1-TRIAL1.)
43178      Branch: maint-5.6/perl
43179            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43180            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
43181            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
43182            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
43183            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
43184            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
43185            ! win32/config.bc win32/config.gc win32/config.vc
43186 ____________________________________________________________________________
43187 [  8535] By: bailey                                on 2001/01/24  06:37:02
43188         Log: SYN SYN
43189      Branch: vmsperl
43190           +> (branch 26 files)
43191           !> (integrate 130 files)
43192 ____________________________________________________________________________
43193 [  8534] By: nick                                  on 2001/01/23  19:30:57
43194         Log: Integrate mainline.
43195      Branch: perlio
43196           !> Changes Configure Porting/Glossary Porting/config.sh
43197           !> Porting/config_H embed.h embed.pl ext/Encode/compile
43198           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
43199           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
43200           !> pod/perlvar.pod proto.h t/lib/1_compile.t
43201 ____________________________________________________________________________
43202 [  8533] By: jhi                                   on 2001/01/23  16:15:46
43203         Log: Forgotten from #8501.
43204      Branch: perl
43205            ! Porting/Glossary Porting/config.sh Porting/config_H
43206 ____________________________________________________________________________
43207 [  8532] By: jhi                                   on 2001/01/23  16:13:27
43208         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
43209              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43210              Date: Mon, 22 Jan 2001 17:51:58 +0100
43211              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
43212      Branch: perl
43213            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
43214 ____________________________________________________________________________
43215 [  8531] By: jhi                                   on 2001/01/23  15:46:01
43216         Log: Update Changes.
43217      Branch: perl
43218            ! Changes patchlevel.h
43219 ____________________________________________________________________________
43220 [  8530] By: jhi                                   on 2001/01/23  15:38:39
43221         Log: De-cut-and-pasto.
43222      Branch: perl
43223            ! t/lib/1_compile.t
43224 ____________________________________________________________________________
43225 [  8529] By: jhi                                   on 2001/01/23  15:11:04
43226         Log: Document the mkdir trailing slashes case.
43227      Branch: perl
43228            ! pod/perlfunc.pod
43229 ____________________________________________________________________________
43230 [  8528] By: jhi                                   on 2001/01/23  15:08:28
43231         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
43232              get installed:
43233              
43234              Subject: lib/lib.pm
43235              From: <abigail@foad.org>
43236              Date: Mon, 28 Aug 2000 20:35:08 -0400
43237              Message-ID: <20000829003508.21281.qmail@foad.org>
43238      Branch: perl
43239            ! installperl
43240 ____________________________________________________________________________
43241 [  8527] By: jhi                                   on 2001/01/23  14:44:04
43242         Log: Metaconfig unit change for #8526.
43243      Branch: metaconfig
43244            ! U/threads/archname.U
43245 ____________________________________________________________________________
43246 [  8526] By: jhi                                   on 2001/01/23  14:43:19
43247         Log: Attach -perlio to the archname if so selected.
43248      Branch: perl
43249            ! Configure
43250 ____________________________________________________________________________
43251 [  8525] By: jhi                                   on 2001/01/23  14:24:01
43252         Log: Subject: [PATCH] pod/perlvar.pod
43253              From: abigail@foad.org
43254              Date: Tue, 23 Jan 2001 01:41:10 +0100
43255              Message-ID: <20010123004110.22259.qmail@foad.org>
43256      Branch: perl
43257            ! pod/perlvar.pod
43258 ____________________________________________________________________________
43259 [  8524] By: jhi                                   on 2001/01/23  14:22:32
43260         Log: A bug introduced in #8217 (the undefined variable in the
43261              lib/safe1_t #3) fixed, by Charles Lane:
43262              
43263              The earlier patch made it so that stuff running in Safe
43264              compartments could do a "caller" and see "main".  That
43265              little change in name is done right before the code in
43266              the compartment is run, and apparantly the parser
43267              was picking up the stash name before it got changed.
43268              
43269              (why it was threaded vs. unthreaded Perl that was sensitive to this
43270              I still don't know...and it probably doesn't matter).
43271              
43272              I tryed removing the stash name-change and saw that threaded Perl
43273              did indeed pass the lib/safe1.t tests.
43274              
43275              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
43276              do the name change (and to connect _ in the compartment to the global
43277              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
43278              to call _safe_pkg_prep when creating a new compartment.
43279              
43280              Passes all tests with threaded perl on linux; passes all tests
43281              with unthreaded perl on VMS.
43282              
43283              At some point I'll probably want to revisit Safe and Opcode to
43284              provide more sensible handling of global variables...and to get
43285              formats working in Safe compartments, which they don't do currently.
43286      Branch: perl
43287            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
43288 ____________________________________________________________________________
43289 [  8523] By: jhi                                   on 2001/01/23  14:11:58
43290         Log: Also the lib/Thread.pm itself needs to be ignored if
43291              the Thread extension hasn't been built.
43292      Branch: perl
43293            ! t/lib/1_compile.t
43294 ____________________________________________________________________________
43295 [  8522] By: jhi                                   on 2001/01/23  13:51:28
43296         Log: print() instead of warn() so that stderr doesn't get
43297              unncessarily polluted.
43298      Branch: perl
43299            ! ext/Encode/compile
43300 ____________________________________________________________________________
43301 [  8521] By: jhi                                   on 2001/01/23  13:49:48
43302         Log: Integrate perlio.
43303      Branch: perl
43304           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
43305           !> ext/Encode/encode.h
43306 ____________________________________________________________________________
43307 [  8520] By: nick                                  on 2001/01/22  21:44:00
43308         Log: More messing with Encode:
43309              Extra fields in header to allow multiple names and to record
43310              other things "compile" knows.
43311              Re-organise compile to factor out common output routines.
43312      Branch: perlio
43313            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
43314 ____________________________________________________________________________
43315 [  8519] By: nick                                  on 2001/01/22  20:33:50
43316         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
43317      Branch: perlio
43318            ! ext/Encode/Makefile.PL ext/Encode/compile
43319 ____________________________________________________________________________
43320 [  8518] By: nick                                  on 2001/01/22  20:28:13
43321         Log: Integrate mainline
43322      Branch: perlio
43323           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
43324           !> vos/config.alpha.def vos/config.alpha.h
43325 ____________________________________________________________________________
43326 [  8517] By: jhi                                   on 2001/01/22  15:37:17
43327         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
43328              by Inaba Hiroto.
43329      Branch: perl
43330            ! sv.c
43331 ____________________________________________________________________________
43332 [  8516] By: jhi                                   on 2001/01/22  14:55:15
43333         Log: More SIG_SIZE fixes.
43334      Branch: perl
43335            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
43336 ____________________________________________________________________________
43337 [  8515] By: jhi                                   on 2001/01/22  14:50:27
43338         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
43339              From: "Craig A. Berry" <craigberry@mac.com>
43340              Date: Mon, 22 Jan 2001 00:42:24 -0600
43341              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
43342      Branch: perl
43343            ! configure.com
43344 ____________________________________________________________________________
43345 [  8514] By: jhi                                   on 2001/01/22  14:31:17
43346         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
43347              From: "Craig A. Berry" <craigberry@mac.com>
43348              Date: Sun, 21 Jan 2001 23:03:25 -0600
43349              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
43350      Branch: perl
43351            ! configure.com
43352 ____________________________________________________________________________
43353 [  8513] By: jhi                                   on 2001/01/22  14:14:00
43354         Log: Add the .ucm encoding tables to the MANIFEST.
43355      Branch: perl
43356            ! MANIFEST
43357 ____________________________________________________________________________
43358 [  8512] By: jhi                                   on 2001/01/22  13:43:33
43359         Log: Integrate perlio.
43360      Branch: perl
43361           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
43362           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
43363           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
43364           +> ext/Encode/Encode/iso8859-10.ucm
43365           +> ext/Encode/Encode/iso8859-13.ucm
43366           +> ext/Encode/Encode/iso8859-14.ucm
43367           +> ext/Encode/Encode/iso8859-15.ucm
43368           +> ext/Encode/Encode/iso8859-16.ucm
43369           +> ext/Encode/Encode/iso8859-2.ucm
43370           +> ext/Encode/Encode/iso8859-3.ucm
43371           +> ext/Encode/Encode/iso8859-4.ucm
43372           +> ext/Encode/Encode/iso8859-5.ucm
43373           +> ext/Encode/Encode/iso8859-6.ucm
43374           +> ext/Encode/Encode/iso8859-7.ucm
43375           +> ext/Encode/Encode/iso8859-8.ucm
43376           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
43377           +> ext/Encode/Encode/symbol.ucm
43378           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
43379           !> perliol.h
43380 ____________________________________________________________________________
43381 [  8511] By: nick                                  on 2001/01/21  23:44:47
43382         Log: Make "real" layers of ":utf8" and ":raw".
43383              So now PERLIO=utf8 perl ...
43384              does what Andreas wanted.
43385              Fix arg passing in open.pm (still have a Carp issue).
43386      Branch: perlio
43387            ! lib/open.pm perlio.c perliol.h
43388 ____________________________________________________________________________
43389 [  8510] By: jhi                                   on 2001/01/21  22:56:53
43390         Log: Document the regex content pushing/popping a bit better.
43391      Branch: perl
43392            ! regexec.c
43393 ____________________________________________________________________________
43394 [  8509] By: jhi                                   on 2001/01/21  22:55:44
43395         Log: Tweak the mkdir trailing slash code some more.
43396              
43397              TO DO: the same handling should probably be done for
43398              all the other filesystem functions that can have directories
43399              as their arguments.
43400      Branch: perl
43401            ! pp_sys.c
43402 ____________________________________________________________________________
43403 [  8508] By: nick                                  on 2001/01/21  21:37:43
43404         Log: Switch "compiled in" encodings to .ucm format.
43405              (Leave others as .enc till we can run-time load .ucm,
43406              or find some other way to load them.)
43407      Branch: perlio
43408            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
43409            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
43410            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
43411            + ext/Encode/Encode/iso8859-10.ucm
43412            + ext/Encode/Encode/iso8859-13.ucm
43413            + ext/Encode/Encode/iso8859-14.ucm
43414            + ext/Encode/Encode/iso8859-15.ucm
43415            + ext/Encode/Encode/iso8859-16.ucm
43416            + ext/Encode/Encode/iso8859-2.ucm
43417            + ext/Encode/Encode/iso8859-3.ucm
43418            + ext/Encode/Encode/iso8859-4.ucm
43419            + ext/Encode/Encode/iso8859-5.ucm
43420            + ext/Encode/Encode/iso8859-6.ucm
43421            + ext/Encode/Encode/iso8859-7.ucm
43422            + ext/Encode/Encode/iso8859-8.ucm
43423            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
43424            + ext/Encode/Encode/symbol.ucm
43425            ! ext/Encode/Makefile.PL ext/Encode/compile
43426 ____________________________________________________________________________
43427 [  8507] By: nick                                  on 2001/01/21  21:02:03
43428         Log: Integrate (partial) mainline.
43429      Branch: perlio
43430           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
43431           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
43432           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
43433 ____________________________________________________________________________
43434 [  8506] By: jhi                                   on 2001/01/21  20:09:30
43435         Log: Update Changes.
43436      Branch: perl
43437            ! Changes patchlevel.h
43438 ____________________________________________________________________________
43439 [  8505] By: jhi                                   on 2001/01/21  19:39:59
43440         Log: Subject: Minor typos in perlfaq2.pod
43441              From: "Stephen P. Potter" <spp@spotter.yi.org>
43442              Message-Id: <200101192101.QAA11911@spotter.yi.org>
43443              Date: Fri, 19 Jan 2001 16:01:13 -0500
43444              
43445              with a nit from Philip Netwon.
43446      Branch: perl
43447            ! pod/perlfaq2.pod
43448 ____________________________________________________________________________
43449 [  8504] By: jhi                                   on 2001/01/21  19:33:05
43450         Log: Metaconfig change for #8503.
43451      Branch: metaconfig
43452            ! U/threads/usethreads.U
43453 ____________________________________________________________________________
43454 [  8503] By: jhi                                   on 2001/01/21  19:32:21
43455         Log: Sanity check for conflicting thread flavours.
43456      Branch: perl
43457            ! Configure config_h.SH
43458 ____________________________________________________________________________
43459 [  8502] By: jhi                                   on 2001/01/21  19:23:00
43460         Log: Metaconfig change for #8501.
43461      Branch: metaconfig
43462            ! U/modified/sig_name.U
43463 ____________________________________________________________________________
43464 [  8501] By: jhi                                   on 2001/01/21  19:22:26
43465         Log: The SIG_SIZE is the number of the elements *excluding*
43466              the terminating NULL.
43467      Branch: perl
43468            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
43469            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
43470            ! win32/config_H.vc
43471 ____________________________________________________________________________
43472 [  8500] By: jhi                                   on 2001/01/21  18:31:31
43473         Log: Integrate perlio.
43474      Branch: perl
43475           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
43476           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
43477           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
43478           !> pp_sys.c proto.h sv.c
43479 ____________________________________________________________________________
43480 [  8499] By: jhi                                   on 2001/01/21  17:43:57
43481         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
43482              From: Hugo <hv@crypt.compulink.co.uk>
43483              Date: Sun, 21 Jan 2001 13:34:05 +0000
43484              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
43485              
43486              In sprintf UTF8ize only if necessary.
43487      Branch: perl
43488            ! sv.c
43489 ____________________________________________________________________________
43490 [  8498] By: nick                                  on 2001/01/21  16:25:32
43491         Log: Encode cleanup.
43492              Add command line control over "compile" so that Makefile.PL
43493              needs can be combined with other uses.
43494              Use command line options in Makefile.PL.
43495              Fix multi-byte parsing in .ucm files.
43496      Branch: perlio
43497            ! ext/Encode/Makefile.PL ext/Encode/compile
43498 ____________________________________________________________________________
43499 [  8497] By: nick                                  on 2001/01/21  12:56:27
43500         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
43501      Branch: perlio
43502            ! ext/Encode/Encode.xs
43503 ____________________________________________________________________________
43504 [  8496] By: nick                                  on 2001/01/21  12:18:45
43505         Log: Fixup after integrate:
43506              missed the .sym files that are changed by regen_headers
43507              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
43508      Branch: perlio
43509            ! global.sym pp.sym sv.c
43510 ____________________________________________________________________________
43511 [  8495] By: nick                                  on 2001/01/21  11:51:07
43512         Log: Integrate mainline.
43513      Branch: perlio
43514           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
43515           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
43516           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
43517           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
43518           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
43519           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
43520           !> win32/Makefile win32/makefile.mk
43521 ____________________________________________________________________________
43522 [  8494] By: jhi                                   on 2001/01/20  23:12:11
43523         Log: Forgot the expect_number() prototype.
43524      Branch: perl
43525            ! embed.h embed.pl proto.h
43526 ____________________________________________________________________________
43527 [  8493] By: jhi                                   on 2001/01/20  22:56:39
43528         Log: Subject: [PATCH: perl@8482] README.vms URL updates
43529              From: Peter Prymmer <pvhp@forte.com>
43530              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
43531              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
43532              
43533              Plus Craig A. Berry's suggestion to use compaq.com instead
43534              of digital.com.
43535      Branch: perl
43536            ! README.vms
43537 ____________________________________________________________________________
43538 [  8492] By: jhi                                   on 2001/01/20  22:50:05
43539         Log: Memory management calls documentation.
43540      Branch: perl
43541            ! pod/perlguts.pod
43542 ____________________________________________________________________________
43543 [  8491] By: jhi                                   on 2001/01/20  22:38:33
43544         Log: Signedness nit plus few memcpy/Copy nits.
43545      Branch: perl
43546            ! sv.c
43547 ____________________________________________________________________________
43548 [  8490] By: jhi                                   on 2001/01/20  22:25:53
43549         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
43550              From: Peter Prymmer <pvhp@forte.com>
43551              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
43552              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
43553      Branch: perl
43554            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
43555 ____________________________________________________________________________
43556 [  8489] By: jhi                                   on 2001/01/20  22:24:41
43557         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
43558              From: Peter Prymmer <pvhp@forte.com>
43559              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
43560              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
43561      Branch: perl
43562            ! win32/Makefile win32/makefile.mk
43563 ____________________________________________________________________________
43564 [  8488] By: jhi                                   on 2001/01/20  22:22:27
43565         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
43566              From: Peter Prymmer <pvhp@forte.com>
43567              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
43568              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
43569      Branch: perl
43570            ! Makefile.SH
43571 ____________________________________________________________________________
43572 [  8487] By: jhi                                   on 2001/01/20  22:21:18
43573         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
43574              From: Peter Prymmer <pvhp@forte.com>
43575              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
43576              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
43577      Branch: perl
43578            + ext/DynaLoader/dl_dllload.xs
43579            ! MANIFEST Makefile.SH hints/os390.sh
43580 ____________________________________________________________________________
43581 [  8486] By: jhi                                   on 2001/01/20  22:17:53
43582         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
43583              From: Peter Prymmer <pvhp@forte.com>
43584              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
43585              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
43586      Branch: perl
43587            ! README.os390 README.posix-bc
43588 ____________________________________________________________________________
43589 [  8485] By: jhi                                   on 2001/01/20  20:15:30
43590         Log: Document and test the new qu operator.
43591      Branch: perl
43592            + t/op/qu.t
43593            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
43594            ! pod/perlretut.pod pod/perlunicode.pod
43595 ____________________________________________________________________________
43596 [  8484] By: nick                                  on 2001/01/20  19:42:30
43597         Log: Infrastructure to allow:
43598              open($fh,"|-",@array);
43599              to be implemented
43600              i.e. mark pp_open as needing a stack mark, and make pp_open
43601              process its args in that style (and pass them _all_ to tied handles OPEN).
43602              Invent do_openn() which takes SV ** at allow it to see multiple args.
43603              Note this does not _do_ anything yet.
43604      Branch: perlio
43605            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
43606            ! perlapi.c pp_proto.h pp_sys.c proto.h
43607 ____________________________________________________________________________
43608 [  8483] By: nick                                  on 2001/01/20  17:23:14
43609         Log: Integrate mainline.
43610      Branch: perlio
43611           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
43612           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
43613 ____________________________________________________________________________
43614 [  8482] By: jhi                                   on 2001/01/19  15:37:49
43615         Log: Update Changes.
43616      Branch: perl
43617            ! Changes patchlevel.h
43618 ____________________________________________________________________________
43619 [  8481] By: jhi                                   on 2001/01/19  14:41:24
43620         Log: Subject: Re: new feature: s?printf parameter reordering 
43621              From: Hugo <hv@crypt.compulink.co.uk>
43622              Date: Thu, 11 Jan 2001 17:09:03 +0000
43623              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
43624              
43625              - support reordering for all parameters: %, *v, *, .*
43626              - lay down that the reordering specification must immediately
43627              follow that parameter: %3$, *v3$, *3$, .*3$
43628              - fix vectorisation of a zero-length string
43629              - factor out the code choosing the argument to format
43630              
43631              Possibly unwanted side-effects:
43632              - the special format specifiers ' +-0' must now precede any
43633              vectorisation specifier. Tests in op/sprintf and op/ver
43634              have been changed to reflect this.
43635              - sprintf.t test #214 changed its expectations because in many
43636              cases, the next parameter has already been consumed when an
43637              invalid type letter is detected.
43638              
43639              Probably wanted side-effects:
43640              - attempts to format a non-existent parameter will warn as if C<undef>
43641              - attempt to write to non-existent parameter with '%n' will complain
43642              of "attempt to modify read-only value" instead of being silent
43643      Branch: perl
43644            ! sv.c t/op/sprintf.t t/op/ver.t
43645 ____________________________________________________________________________
43646 [  8480] By: jhi                                   on 2001/01/19  14:08:37
43647         Log: Subject: PATCH pragma/locale.t
43648              From: andreas.koenig@anima.de (Andreas J. Koenig)
43649              Date: 18 Jan 2001 09:45:37 +0100
43650              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
43651      Branch: perl
43652            ! t/pragma/locale.t
43653 ____________________________________________________________________________
43654 [  8479] By: jhi                                   on 2001/01/19  13:19:58
43655         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
43656      Branch: perl
43657            ! configure.com
43658 ____________________________________________________________________________
43659 [  8478] By: jhi                                   on 2001/01/19  02:12:35
43660         Log: Automate 1_compile.t.
43661      Branch: perl
43662            ! t/lib/1_compile.t
43663 ____________________________________________________________________________
43664 [  8477] By: jhi                                   on 2001/01/19  01:49:56
43665         Log: Integrate perlio.
43666      Branch: perl
43667           !> sv.c win32/config.bc win32/config.gc win32/config.vc
43668           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
43669 ____________________________________________________________________________
43670 [  8476] By: nick                                  on 2001/01/18  21:51:52
43671         Log: Integrate mainline
43672      Branch: perlio
43673           +> t/lib/1_compile.t t/lib/compmod.pl
43674           !> MANIFEST configure.com lib/unicode/distinct.pm
43675 ____________________________________________________________________________
43676 [  8475] By: nick                                  on 2001/01/18  21:48:02
43677         Log: Win32 "safe signals" co-existance fix.
43678              Fix SIG_SIZE value.
43679              Clear PL_sig_pending when cloning (fork).
43680      Branch: perlio
43681            ! sv.c win32/config.bc win32/config.gc win32/config.vc
43682            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
43683 ____________________________________________________________________________
43684 [  8474] By: jhi                                   on 2001/01/18  14:40:57
43685         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
43686      Branch: perl
43687            ! t/lib/1_compile.t
43688 ____________________________________________________________________________
43689 [  8473] By: gsar                                  on 2001/01/18  11:42:31
43690         Log: unsubmitted trial1 change
43691      Branch: maint-5.6/perl
43692            ! Changes
43693 ____________________________________________________________________________
43694 [  8472] By: jhi                                   on 2001/01/18  04:30:24
43695         Log: The first bug found by 1_compile.t.
43696      Branch: perl
43697            ! lib/unicode/distinct.pm
43698 ____________________________________________________________________________
43699 [  8471] By: jhi                                   on 2001/01/18  04:29:42
43700         Log: Add Schwern's 1_compile test.  The compile_module script renamed
43701              to be a bit shorter for the 8.3 people.
43702      Branch: perl
43703            + t/lib/1_compile.t t/lib/compmod.pl
43704            ! MANIFEST
43705 ____________________________________________________________________________
43706 [  8470] By: jhi                                   on 2001/01/18  04:16:00
43707         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)
43708              From: Peter Prymmer <pvhp@forte.com>
43709              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
43710              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
43711              Replace #8463.
43712      Branch: maint-5.6/perl
43713            ! configure.com
43714 ____________________________________________________________________________
43715 [  8469] By: jhi                                   on 2001/01/18  04:13:02
43716         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)
43717              From: Peter Prymmer <pvhp@forte.com>
43718              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
43719              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
43720              Replace #8462.
43721      Branch: perl
43722            ! configure.com
43723 ____________________________________________________________________________
43724 [  8468] By: jhi                                   on 2001/01/18  03:42:08
43725         Log: Integrate perlio.
43726      Branch: perl
43727           !> gv.c mg.c perlio.c util.c
43728 ____________________________________________________________________________
43729 [  8467] By: nick                                  on 2001/01/17  22:41:10
43730         Log: "Safe" signals - trial implementation.
43731              gv.c tweaked to zero PL_sig_pend array
43732              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
43733              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
43734              Odd thing is that it "works" with PERLIO=stdio as well (linux).
43735      Branch: perlio
43736            ! gv.c mg.c perlio.c util.c
43737 ____________________________________________________________________________
43738 [  8466] By: nick                                  on 2001/01/17  20:40:20
43739         Log: Integrate mainline.
43740      Branch: perlio
43741           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43742           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
43743           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
43744           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43745           !> vos/config.ga.h win32/config.bc win32/config.gc
43746           !> win32/config.vc
43747 ____________________________________________________________________________
43748 [  8465] By: jhi                                   on 2001/01/17  18:37:13
43749         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
43750              From: Nicholas Clark <nick@ccl4.org>
43751              Date: Wed, 17 Jan 2001 17:31:33 +0000
43752              Message-ID: <20010117173133.I2633@plum.flirble.org>
43753      Branch: perl
43754            ! t/op/int.t
43755 ____________________________________________________________________________
43756 [  8464] By: jhi                                   on 2001/01/17  14:43:17
43757         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
43758              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43759              Date: Wed, 17 Jan 2001 15:16:43 +0100
43760              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
43761              
43762              pp_int() was dropping an NV to the floor,
43763              int(279964589018079/59) either returned not an integer
43764              4745162525730.15, or one got "Attempt to free unreferenced scalar."
43765      Branch: perl
43766            ! pp.c
43767 ____________________________________________________________________________
43768 [  8463] By: jhi                                   on 2001/01/17  06:12:42
43769         Log: (Replaced by #8470)
43770              
43771              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)
43772              From: "Craig A. Berry" <craigberry@mac.com>
43773              Date: Tue, 16 Jan 2001 23:38:46 -0600
43774              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
43775      Branch: maint-5.6/perl
43776            ! configure.com
43777 ____________________________________________________________________________
43778 [  8462] By: jhi                                   on 2001/01/17  06:11:31
43779         Log: (Replaced by #8469)
43780              
43781              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)
43782              From: "Craig A. Berry" <craigberry@mac.com>
43783              Date: Tue, 16 Jan 2001 23:38:46 -0600
43784              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
43785      Branch: perl
43786            ! configure.com
43787 ____________________________________________________________________________
43788 [  8461] By: jhi                                   on 2001/01/17  05:56:12
43789         Log: Allow for one trailing slash in the directory of mkdir().
43790      Branch: perl
43791            ! pp_sys.c
43792 ____________________________________________________________________________
43793 [  8460] By: jhi                                   on 2001/01/17  03:26:01
43794         Log: Metaconfig unit changes for #8459.
43795      Branch: metaconfig
43796            ! U/modified/Loc.U U/modified/sig_name.U
43797 ____________________________________________________________________________
43798 [  8459] By: jhi                                   on 2001/01/17  03:24:48
43799         Log: Define SIG_SIZE, the number of elements in the sig_name and
43800              sig_num arrays, including the final NULL entry.
43801      Branch: perl
43802            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43803            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
43804            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
43805            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
43806            ! win32/config.bc win32/config.gc win32/config.vc
43807 ____________________________________________________________________________
43808 [  8458] By: jhi                                   on 2001/01/17  01:41:33
43809         Log: Integrate perlio.
43810      Branch: perl
43811           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
43812           !> perlapi.h proto.h sv.c
43813 ____________________________________________________________________________
43814 [  8457] By: nick                                  on 2001/01/16  22:07:26
43815         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
43816              Provides all the "cost" but no benefit yet - it is to allow cost
43817              to be measured, and implementation experiments (just in mg.c?).
43818      Branch: perlio
43819            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
43820            ! perlapi.h proto.h sv.c
43821 ____________________________________________________________________________
43822 [  8456] By: nick                                  on 2001/01/16  21:07:07
43823         Log: Integrate mainline.
43824      Branch: perlio
43825           !> (integrate 51 files)
43826 ____________________________________________________________________________
43827 [  8455] By: jhi                                   on 2001/01/16  18:13:43
43828         Log: Subject: [PATCH] regcomp.c old feature removal
43829              From: mjd@plover.com
43830              Date: 16 Jan 2001 14:43:18 -0000 
43831              Message-ID: <20010116144318.7140.qmail@plover.com> 
43832      Branch: perl
43833            ! regcomp.c
43834 ____________________________________________________________________________
43835 [  8454] By: jhi                                   on 2001/01/16  16:12:39
43836         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
43837              From: "Indy Singh" <indy@nusphere.com>
43838              Date: Wed, 10 Jan 2001 20:17:49 -0500
43839              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
43840      Branch: maint-5.6/perl
43841            ! win32/Makefile
43842 ____________________________________________________________________________
43843 [  8453] By: jhi                                   on 2001/01/16  16:09:33
43844         Log: Update Changes.
43845      Branch: perl
43846            ! Changes patchlevel.h
43847 ____________________________________________________________________________
43848 [  8452] By: jhi                                   on 2001/01/16  15:42:04
43849         Log: Subject: Re: API Cleanup
43850              To: perl5-porters@perl.org
43851              Date: Tue, 16 Jan 2001 13:42:30 +0000
43852              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
43853              
43854              Subject: [PATCH] utf8.c documentation
43855              From: Simon Cozens <simon@cozens.net>
43856              Date: Tue, 16 Jan 2001 13:52:48 +0000
43857              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
43858              
43859              Subject: Re: API Cleanup
43860              From: Simon Cozens <simon@cozens.net>
43861              Date: Tue, 16 Jan 2001 14:58:55 +0000
43862              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
43863              
43864              UTF-8 doc patches.
43865      Branch: perl
43866            ! embed.pl pod/perlapi.pod utf8.c
43867 ____________________________________________________________________________
43868 [  8451] By: jhi                                   on 2001/01/16  14:41:39
43869         Log: podlators 1.07, from Russ Allbery.
43870      Branch: perl
43871            ! lib/Pod/Man.pm
43872 ____________________________________________________________________________
43873 [  8450] By: jhi                                   on 2001/01/16  14:24:19
43874         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
43875              From: "Indy Singh" <indy@nusphere.com>
43876              Date: Mon, 15 Jan 2001 20:59:40 -0500
43877              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
43878      Branch: perl
43879            ! win32/Makefile
43880 ____________________________________________________________________________
43881 [  8449] By: jhi                                   on 2001/01/16  03:42:55
43882         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
43883              at the setting of the ofs_sv in new_struct_thread() as the
43884              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
43885              uninitialized fields are, uh, initialized with),
43886              SvREFCNT_inc()ing that invited a core dump.
43887      Branch: perl
43888            ! util.c
43889 ____________________________________________________________________________
43890 [  8448] By: jhi                                   on 2001/01/16  01:49:07
43891         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
43892              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43893              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
43894              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
43895              
43896              Replace #8444 and #8445.
43897      Branch: perl
43898            ! ext/B/B.xs ext/B/B/Debug.pm
43899 ____________________________________________________________________________
43900 [  8447] By: jhi                                   on 2001/01/15  21:05:35
43901         Log: Subject: [PATCH] API Variable documentation   
43902              From: Simon Cozens <simon@cozens.net>
43903              Date: Mon, 15 Jan 2001 19:35:54 +0000
43904              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
43905      Branch: perl
43906            ! pod/perlapi.pod thrdvar.h
43907 ____________________________________________________________________________
43908 [  8446] By: jhi                                   on 2001/01/15  20:49:20
43909         Log: Signedness nit.
43910      Branch: perl
43911            ! pp_ctl.c
43912 ____________________________________________________________________________
43913 [  8445] By: jhi                                   on 2001/01/15  20:28:48
43914         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
43915      Branch: perl
43916            ! ext/B/B/Debug.pm
43917 ____________________________________________________________________________
43918 [  8444] By: jhi                                   on 2001/01/15  13:09:10
43919         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
43920      Branch: perl
43921            ! ext/B/B.xs
43922 ____________________________________________________________________________
43923 [  8443] By: jhi                                   on 2001/01/15  13:06:26
43924         Log: Missing from #8439.
43925      Branch: perl
43926            ! keywords.h mg.c
43927 ____________________________________________________________________________
43928 [  8442] By: jhi                                   on 2001/01/15  13:02:38
43929         Log: Subject: [PATCH @8436] Eliminate op_children
43930              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43931              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
43932              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
43933              
43934              Subject: [PATCH @8436] Re: Eliminate op_children
43935              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43936              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
43937              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
43938      Branch: perl
43939            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
43940            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
43941            ! op.c op.h
43942 ____________________________________________________________________________
43943 [  8441] By: jhi                                   on 2001/01/15  12:57:08
43944         Log: Use the /^Perl_/-less form of is_lvalue_sub().
43945      Branch: perl
43946            ! pp.h
43947 ____________________________________________________________________________
43948 [  8440] By: jhi                                   on 2001/01/15  05:13:09
43949         Log: Revert #8437 and #8438, the Linux large files story is more complex.
43950      Branch: metaconfig/U/perl
43951            ! d_fpos64_t.U d_off64_t.U
43952      Branch: perl
43953            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43954            ! config_h.SH configure.com epoc/config.sh perl.h
43955            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
43956            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
43957            ! win32/config.bc win32/config.gc win32/config.vc
43958 ____________________________________________________________________________
43959 [  8439] By: jhi                                   on 2001/01/15  05:02:24
43960         Log: More UTF-8 patches from Inaba Hiroto.
43961              - The substr lval was still not okay.
43962              - Now pp_stringify and sv_setsv copies source's UTF8 flag
43963              even if IN_BYTE.  pp_stringify is called from fold_constants
43964              at optimization phase and "\x{100}" was made SvUTF8_off under
43965              use bytes (the bytes pragma is for "byte semantics" and not
43966              for "do not produce UTF8 data")
43967              - New `qu' operator to generate UTF8 string explicitly.
43968              Though I agree with the policy "0x00-0xff always produce bytes",
43969              sometimes want to such a string to be coded in UTF8.
43970              I can use pack"U0a*" but it requires more typing and has
43971              runtime overhead.
43972              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
43973              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
43974              string is not UTF8_on and has char 0x80-0xff.
43975              
43976              TODO: document and test qu.
43977      Branch: perl
43978            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
43979            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
43980            ! toke.c
43981 ____________________________________________________________________________
43982 [  8438] By: jhi                                   on 2001/01/14  05:10:23
43983         Log: (Reverted by #8440)
43984              
43985              Metaconfig unit changes for #8437.
43986      Branch: metaconfig/U/perl
43987            ! d_fpos64_t.U d_off64_t.U
43988 ____________________________________________________________________________
43989 [  8437] By: jhi                                   on 2001/01/14  04:55:34
43990         Log: (Reverted by #8440)
43991              
43992              Add <features.h> probing, seems to be needed for (some?)
43993              Linux largefileness.
43994      Branch: perl
43995            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43996            ! config_h.SH configure.com epoc/config.sh perl.h
43997            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
43998            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
43999            ! win32/config.bc win32/config.gc win32/config.vc
44000 ____________________________________________________________________________
44001 [  8436] By: jhi                                   on 2001/01/13  17:47:21
44002         Log: Tighten some of the tests a bit.
44003      Branch: perl
44004            ! t/pragma/utf8.t
44005 ____________________________________________________________________________
44006 [  8435] By: jhi                                   on 2001/01/13  17:31:54
44007         Log: Integrate perlio.
44008      Branch: perl
44009           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
44010           !> win32/config_H.gc win32/config_H.vc
44011 ____________________________________________________________________________
44012 [  8434] By: nick                                  on 2001/01/13  11:36:53
44013         Log: Run dmake regen_config_h for Win32
44014      Branch: perlio
44015            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44016 ____________________________________________________________________________
44017 [  8433] By: nick                                  on 2001/01/13  11:31:55
44018         Log: VMS friendly patch to Encode compile process
44019      Branch: perlio
44020            ! ext/Encode/Makefile.PL ext/Encode/compile
44021 ____________________________________________________________________________
44022 [  8432] By: nick                                  on 2001/01/13  11:06:44
44023         Log: Integrate mainline
44024      Branch: perlio
44025           +> ext/B/B/Concise.pm
44026           !> (integrate 52 files)
44027 ____________________________________________________________________________
44028 [  8431] By: jhi                                   on 2001/01/13  05:55:55
44029         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
44030              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44031              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
44032              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
44033      Branch: perl
44034            ! ext/B/B/Concise.pm
44035 ____________________________________________________________________________
44036 [  8430] By: jhi                                   on 2001/01/13  04:24:18
44037         Log: The LVRET macro needed an aTHX.
44038      Branch: perl
44039            ! pp.h
44040 ____________________________________________________________________________
44041 [  8429] By: jhi                                   on 2001/01/13  02:12:42
44042         Log: Update Changes.
44043      Branch: perl
44044            ! Changes patchlevel.h
44045 ____________________________________________________________________________
44046 [  8428] By: jhi                                   on 2001/01/13  02:08:50
44047         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
44048              From: Peter Prymmer <pvhp@forte.com>
44049              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
44050              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
44051              
44052              Add a BEGIN guard for sloppy floating point division.
44053      Branch: perl
44054            ! lib/Math/BigInt.pm lib/bigint.pl
44055 ____________________________________________________________________________
44056 [  8427] By: jhi                                   on 2001/01/13  01:47:16
44057         Log: The B::Terse drop-in replacement wasn't quite drop-in.
44058      Branch: perl
44059            ! ext/B/B/Terse.pm
44060 ____________________________________________________________________________
44061 [  8426] By: jhi                                   on 2001/01/12  21:20:43
44062         Log: Use UVXf.
44063      Branch: perl
44064            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44065            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
44066            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
44067            ! vos/config.ga.def vos/config.ga.h win32/config.bc
44068            ! win32/config.gc win32/config.vc
44069 ____________________________________________________________________________
44070 [  8425] By: jhi                                   on 2001/01/12  20:20:14
44071         Log: Subject: [PATCH perl@8342] -Wformat
44072              From: Robin Barker <rmb1@cise.npl.co.uk>
44073              Date: Fri, 12 Jan 2001 20:03:14 GMT
44074              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
44075      Branch: perl
44076            ! ext/Encode/Encode.xs mg.c sv.c toke.c
44077 ____________________________________________________________________________
44078 [  8424] By: jhi                                   on 2001/01/12  20:01:48
44079         Log: Subject: B::Concise -- an improved replacement for B::Terse 
44080              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44081              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
44082              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
44083      Branch: perl
44084            + ext/B/B/Concise.pm
44085            ! MANIFEST ext/B/B/Terse.pm
44086 ____________________________________________________________________________
44087 [  8423] By: jhi                                   on 2001/01/12  19:24:02
44088         Log: The new metaconfig unit from the #8421.
44089      Branch: metaconfig/U/perl
44090            + d_sigprocmask.U
44091 ____________________________________________________________________________
44092 [  8422] By: jhi                                   on 2001/01/12  19:23:43
44093         Log: Forgot the microperl config from the #8421.
44094      Branch: perl
44095            ! uconfig.h uconfig.sh
44096 ____________________________________________________________________________
44097 [  8421] By: jhi                                   on 2001/01/12  19:05:27
44098         Log: Add sigprocmask() probe, regen Configure, regen toc.
44099      Branch: perl
44100            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44101            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
44102            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44103            ! vos/config.ga.h win32/config.bc win32/config.gc
44104            ! win32/config.vc
44105 ____________________________________________________________________________
44106 [  8420] By: jhi                                   on 2001/01/12  18:34:31
44107         Log: Add sockatmark() to the todo list.
44108      Branch: perl
44109            ! Todo-5.6
44110 ____________________________________________________________________________
44111 [  8419] By: jhi                                   on 2001/01/12  18:09:46
44112         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
44113      Branch: perl
44114            ! op.c
44115 ____________________________________________________________________________
44116 [  8418] By: jhi                                   on 2001/01/12  18:05:30
44117         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
44118              From: Radu Greab <radu@netsoft.ro>
44119              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
44120              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
44121      Branch: perl
44122            ! op.c t/pragma/sub_lval.t
44123 ____________________________________________________________________________
44124 [  8417] By: jhi                                   on 2001/01/12  16:09:09
44125         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
44126              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
44127              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
44128              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
44129      Branch: perl
44130            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
44131            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
44132            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
44133            ! t/pragma/sub_lval.t toke.c
44134 ____________________________________________________________________________
44135 [  8416] By: jhi                                   on 2001/01/12  15:42:06
44136         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
44137              From: "Richard Soderberg" <rs@crystalflame.net>
44138              Date: Fri, 12 Jan 2001 04:49:35 -0800
44139              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
44140              
44141              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
44142              according to the platform.
44143      Branch: perl
44144            ! op.c
44145 ____________________________________________________________________________
44146 [  8415] By: jhi                                   on 2001/01/12  15:33:41
44147         Log: One more UTF-8 fix from Inaba Hiroto.
44148      Branch: perl
44149            ! pp.c regexec.c t/pragma/utf8.t
44150 ____________________________________________________________________________
44151 [  8414] By: jhi                                   on 2001/01/12  15:30:18
44152         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
44153      Branch: perl
44154            ! regexec.c
44155 ____________________________________________________________________________
44156 [  8413] By: jhi                                   on 2001/01/12  15:22:10
44157         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
44158              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44159              Date: Thu, 11 Jan 2001 12:53:36 +0100
44160              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
44161      Branch: perl
44162            ! toke.c
44163 ____________________________________________________________________________
44164 [  8412] By: jhi                                   on 2001/01/12  15:20:25
44165         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
44166              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44167              Date: Fri, 12 Jan 2001 14:37:55 +0100
44168              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
44169      Branch: perl
44170            ! hints/posix-bc.sh
44171 ____________________________________________________________________________
44172 [  8411] By: jhi                                   on 2001/01/12  15:14:14
44173         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
44174              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44175              Date: Fri, 12 Jan 2001 10:42:21 +0100
44176              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
44177      Branch: perl
44178            ! t/op/regmesg.t
44179 ____________________________________________________________________________
44180 [  8410] By: jhi                                   on 2001/01/12  05:48:55
44181         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
44182              From: Nicholas Clark <nick@ccl4.org> 
44183              Date: Sun, 7 Jan 2001 19:47:14 +0000
44184              Message-ID: <20010107194714.B1048@plum.flirble.org>
44185      Branch: perl
44186            ! t/op/numconvert.t
44187 ____________________________________________________________________________
44188 [  8409] By: jhi                                   on 2001/01/12  05:41:28
44189         Log: Integrate perlio.
44190      Branch: perl
44191           !> mg.c scope.h
44192 ____________________________________________________________________________
44193 [  8408] By: nick                                  on 2001/01/11  22:43:28
44194         Log: Remove variables that were used in experiments.
44195      Branch: perlio
44196            ! mg.c
44197 ____________________________________________________________________________
44198 [  8407] By: nick                                  on 2001/01/11  20:57:44
44199         Log: Catch die in %SIG handler and unblock the signal before re-dying.
44200              This make Linux work _without_ sigsetjmp().
44201              Turn off sigsetjmp() to see what else it does.
44202              May need Configure probe for sigprocmask() if anything has sigaction()
44203              but not sigprocmask().
44204      Branch: perlio
44205            ! mg.c scope.h
44206 ____________________________________________________________________________
44207 [  8406] By: nick                                  on 2001/01/11  19:32:07
44208         Log: Integrate mainline
44209      Branch: perlio
44210           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
44211           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
44212           !> t/op/substr.t
44213 ____________________________________________________________________________
44214 [  8405] By: jhi                                   on 2001/01/11  17:11:01
44215         Log: Fix UTF-8 lval substr().
44216      Branch: perl
44217            ! mg.c t/op/substr.t
44218 ____________________________________________________________________________
44219 [  8404] By: jhi                                   on 2001/01/11  05:13:58
44220         Log: Update Changes.
44221      Branch: perl
44222            ! Changes patchlevel.h
44223 ____________________________________________________________________________
44224 [  8403] By: jhi                                   on 2001/01/11  04:38:24
44225         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
44226              From: Hugo <hv@crypt.compulink.co.uk>
44227              Date: Mon, 30 Oct 2000 01:33:26 +0000
44228              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
44229      Branch: perl
44230            ! regexec.c t/op/re_tests
44231 ____________________________________________________________________________
44232 [  8402] By: jhi                                   on 2001/01/11  04:26:12
44233         Log: Integrate perlio.
44234      Branch: perl
44235           !> scope.h util.c
44236 ____________________________________________________________________________
44237 [  8401] By: nick                                  on 2001/01/10  22:52:55
44238         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
44239              (So Alan and Ilya can try setting via hints.)
44240              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
44241              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
44242              doing the save everywhere seems to restart read() correctly, but just
44243              doing it once "round" the handler does not.
44244      Branch: perlio
44245            ! scope.h
44246 ____________________________________________________________________________
44247 [  8400] By: jhi                                   on 2001/01/10  21:57:54
44248         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
44249              of IRIX, HP-UX is unaffected.
44250      Branch: perl
44251            ! perl.h
44252 ____________________________________________________________________________
44253 [  8399] By: nick                                  on 2001/01/10  21:29:19
44254         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
44255      Branch: perlio
44256            ! util.c
44257 ____________________________________________________________________________
44258 [  8398] By: jhi                                   on 2001/01/10  20:55:31
44259         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
44260              also have ReusePort.
44261      Branch: perl
44262            ! ext/IO/lib/IO/Socket/INET.pm
44263 ____________________________________________________________________________
44264 [  8397] By: jhi                                   on 2001/01/10  20:50:57
44265         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
44266              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
44267              Date: Wed, 10 Jan 2001 01:38:13 -0800
44268              Message-ID: <20010110013813.B41744@yahoo-inc.com>
44269      Branch: perl
44270            ! ext/IO/lib/IO/Socket/INET.pm
44271 ____________________________________________________________________________
44272 [  8396] By: jhi                                   on 2001/01/10  20:49:30
44273         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
44274              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
44275              Date: Wed, 10 Jan 2001 01:37:32 -0800
44276              Message-ID: <20010110013732.A41744@yahoo-inc.com>
44277      Branch: perl
44278            ! ext/Socket/Socket.pm
44279 ____________________________________________________________________________
44280 [  8395] By: jhi                                   on 2001/01/10  20:41:37
44281         Log: Test for bug id 20010105.016 (fixed by #8378).
44282      Branch: perl
44283            ! t/op/split.t
44284 ____________________________________________________________________________
44285 [  8394] By: jhi                                   on 2001/01/10  20:26:32
44286         Log: Integrate perlio.
44287      Branch: perl
44288            ! util.c
44289 ____________________________________________________________________________
44290 [  8393] By: nick                                  on 2001/01/10  19:34:30
44291         Log: Back out Simon's pid hackery for now.
44292      Branch: perlio
44293            ! util.c
44294 ____________________________________________________________________________
44295 [  8392] By: nick                                  on 2001/01/10  19:23:13
44296         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
44297      Branch: perlio
44298           !> (integrate 29 files)
44299 ____________________________________________________________________________
44300 [  8391] By: jhi                                   on 2001/01/10  18:43:15
44301         Log: Subject: [PATCH] Fix my_pclose segfault
44302              From: Simon Cozens <simon@cozens.net>
44303              Date: Wed, 10 Jan 2001 18:39:35 +0000
44304              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
44305      Branch: perl
44306            ! util.c
44307 ____________________________________________________________________________
44308 [  8390] By: jhi                                   on 2001/01/10  18:42:08
44309         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
44310              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44311              Date:     Wed, 10 Jan 2001 13:23:02 EST
44312              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
44313      Branch: perl
44314            ! ext/Opcode/Opcode.xs
44315 ____________________________________________________________________________
44316 [  8389] By: jhi                                   on 2001/01/10  15:16:07
44317         Log: Turn off the integer preservation for now.
44318      Branch: perl
44319            ! perl.h
44320 ____________________________________________________________________________
44321 [  8388] By: jhi                                   on 2001/01/10  15:01:25
44322         Log: Few more IDE/editor nits from p5p.
44323      Branch: perl
44324            ! pod/perlfaq3.pod
44325 ____________________________________________________________________________
44326 [  8387] By: jhi                                   on 2001/01/10  06:53:16
44327         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
44328              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
44329              Date: Tue, 9 Jan 2001 23:16:02 +0000
44330              Message-ID: <20010109231602.A81101@plum.flirble.org>
44331      Branch: perl
44332            ! sv.c
44333 ____________________________________________________________________________
44334 [  8386] By: jhi                                   on 2001/01/10  03:17:54
44335         Log: Test cases for #8385 (from Simon's "torture.pl")
44336      Branch: perl
44337            ! t/op/tr.t
44338 ____________________________________________________________________________
44339 [  8385] By: jhi                                   on 2001/01/10  03:17:11
44340         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
44341              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
44342              Date: Wed, 10 Jan 2001 11:39:39 +0900
44343              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
44344              
44345              Some more UTF-8 tr cases fixed.
44346      Branch: perl
44347            ! doop.c
44348 ____________________________________________________________________________
44349 [  8384] By: jhi                                   on 2001/01/09  22:45:40
44350         Log: Allow the locale test needing POSIX and the taint test
44351              needing IPC::SysV to run under 'minitest' (basically,
44352              bail out if loading the extension fails)
44353      Branch: perl
44354            ! t/op/misc.t t/op/taint.t
44355 ____________________________________________________________________________
44356 [  8383] By: jhi                                   on 2001/01/09  21:36:04
44357         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
44358              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44359              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
44360              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
44361      Branch: perl
44362            ! t/io/openpid.t
44363 ____________________________________________________________________________
44364 [  8382] By: jhi                                   on 2001/01/09  21:06:08
44365         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
44366              Should finish up the bug id 20001205.022.
44367      Branch: perl
44368            ! pp.c pp_hot.c scope.c
44369 ____________________________________________________________________________
44370 [  8381] By: jhi                                   on 2001/01/09  18:27:43
44371         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
44372              From: Andy Dougherty <doughera@lafayette.edu>
44373              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
44374              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
44375              
44376              More robust yacc/bison error detection.
44377      Branch: perl
44378            ! t/comp/proto.t
44379 ____________________________________________________________________________
44380 [  8380] By: jhi                                   on 2001/01/09  15:21:38
44381         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
44382              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44383              Date:     Tue, 9 Jan 2001 07:53:55 EST
44384              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
44385      Branch: perl
44386            ! t/op/misc.t vms/test.com
44387 ____________________________________________________________________________
44388 [  8379] By: jhi                                   on 2001/01/09  15:20:38
44389         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
44390              From: jhi@cc.hut.fi
44391              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
44392              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
44393              
44394              The #8378 fixed this.
44395      Branch: perl
44396            ! t/op/tr.t
44397 ____________________________________________________________________________
44398 [  8378] By: jhi                                   on 2001/01/09  15:05:32
44399         Log: Subject: One more patch for UTF8 
44400              From: Inaba Hiroto <inaba@st.rim.or.jp>
44401              Date: Tue, 09 Jan 2001 01:04:32 +0900
44402              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
44403              
44404              UTF-8 fixes for 'x' and tr///.
44405      Branch: perl
44406            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
44407            ! regcomp.c regexec.c toke.c utf8.c
44408 ____________________________________________________________________________
44409 [  8377] By: jhi                                   on 2001/01/09  14:32:17
44410         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
44411      Branch: perl
44412            ! t/op/length.t
44413 ____________________________________________________________________________
44414 [  8376] By: jhi                                   on 2001/01/09  04:32:32
44415         Log: integrate changes #7775, #8316, #8316 from mainline
44416      Branch: maint-5.6/perl
44417            ! hints/solaris_2.sh
44418 ____________________________________________________________________________
44419 [  8375] By: jhi                                   on 2001/01/09  04:26:43
44420         Log: Update Changes.
44421      Branch: perl
44422            ! Changes patchlevel.h
44423 ____________________________________________________________________________
44424 [  8374] By: jhi                                   on 2001/01/09  04:14:32
44425         Log: IDE/editor section tweaking.
44426      Branch: perl
44427            ! pod/perlfaq3.pod
44428 ____________________________________________________________________________
44429 [  8373] By: jhi                                   on 2001/01/09  02:38:26
44430         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
44431              From: Peter Prymmer <pvhp@forte.com>
44432              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
44433              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
44434              
44435              In preparation os OS/390 dynamic loading.
44436      Branch: perl
44437            ! README.os390 hints/os390.sh
44438 ____________________________________________________________________________
44439 [  8372] By: jhi                                   on 2001/01/09  00:24:30
44440         Log: Integrate with perlio.
44441      Branch: perl
44442           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
44443 ____________________________________________________________________________
44444 [  8371] By: nick                                  on 2001/01/08  23:54:33
44445         Log: Fix "scalars leaked" bugs caused by overload magic
44446              (Highlighted by Ilya's DESTROY optimization.)
44447      Branch: perlio
44448            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
44449 ____________________________________________________________________________
44450 [  8370] By: nick                                  on 2001/01/08  20:19:41
44451         Log: Integrate mainline
44452      Branch: perlio
44453           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
44454           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
44455           !> t/op/64bitint.t
44456 ____________________________________________________________________________
44457 [  8369] By: jhi                                   on 2001/01/08  17:30:52
44458         Log: save_delete() Safefree() doesn't (anymore?) work with shared
44459              strings, one test failure in op/misc and almost all of lib/b.
44460              (Outcomments #8369.)
44461      Branch: perl
44462            ! scope.c
44463 ____________________________________________________________________________
44464 [  8368] By: jhi                                   on 2001/01/08  14:47:10
44465         Log: (Outcommented by #8369.)
44466              
44467              Subject: Re: Perl BugID 20001205.022 ---- save_delete
44468              From: Simon Cozens <simon@cozens.net>
44469              Date: Sat, 6 Jan 2001 11:48:40 +0000
44470              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
44471              
44472              The save_delete() does need the Safefree.
44473      Branch: perl
44474            ! scope.c
44475 ____________________________________________________________________________
44476 [  8367] By: bailey                                on 2001/01/08  08:53:52
44477         Log: Once again syncing after too long an absence
44478      Branch: vmsperl
44479           +> (branch 55 files)
44480            - MAINTAIN fix_pl vos/config.def vos/config.h
44481            - vos/config_h.SH_orig
44482           !> (integrate 498 files)
44483 ____________________________________________________________________________
44484 [  8366] By: jhi                                   on 2001/01/08  02:42:59
44485         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
44486              From: nick@ccl4.org
44487              Date: Sun, 7 Jan 2001 21:07:18 +0000
44488              Message-Id: <20010107210717.D1048@plum.flirble.org>
44489      Branch: perl
44490            ! sv.c t/op/64bitint.t
44491 ____________________________________________________________________________
44492 [  8365] By: jhi                                   on 2001/01/08  02:35:16
44493         Log: Subject: [PATCH] environ nit
44494              From: Simon Cozens <simon@cozens.net>
44495              Date: Sun, 7 Jan 2001 17:57:07 +0000
44496              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
44497              
44498              Use environ only if we have it.
44499      Branch: perl
44500            ! mg.c
44501 ____________________________________________________________________________
44502 [  8364] By: jhi                                   on 2001/01/08  02:24:51
44503         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
44504      Branch: perl
44505            ! ext/GDBM_File/GDBM_File.xs
44506 ____________________________________________________________________________
44507 [  8363] By: jhi                                   on 2001/01/08  02:19:24
44508         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
44509              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44510              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
44511              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
44512      Branch: perl
44513            ! dump.c op.c
44514 ____________________________________________________________________________
44515 [  8362] By: jhi                                   on 2001/01/08  02:17:43
44516         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
44517              From: Doug MacEachern <dougm@covalent.net>
44518              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
44519              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
44520              
44521              Allow AUTOLOAD to be an xsub and allow such xsubs
44522              to avoid use of $AUTOLOAD.
44523      Branch: perl
44524            ! gv.c
44525 ____________________________________________________________________________
44526 [  8361] By: jhi                                   on 2001/01/08  02:16:07
44527         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
44528              From: Radu Greab <radu@netsoft.ro>
44529              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
44530              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
44531              
44532              No need for the potentially unportable $SIG{CHLD}.
44533      Branch: perl
44534            ! t/io/pipe.t
44535 ____________________________________________________________________________
44536 [  8360] By: jhi                                   on 2001/01/08  01:58:23
44537         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
44538      Branch: perl
44539            ! lib/Getopt/Long.pm
44540 ____________________________________________________________________________
44541 [  8359] By: jhi                                   on 2001/01/08  01:55:44
44542         Log: Integrate perlio.
44543      Branch: perl
44544           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
44545           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
44546           !> utf8.c win32/Makefile
44547 ____________________________________________________________________________
44548 [  8358] By: jhi                                   on 2001/01/07  21:16:50
44549         Log: Update the EPOC cross SDK URL.
44550      Branch: perl
44551            ! README.epoc
44552 ____________________________________________________________________________
44553 [  8357] By: jhi                                   on 2001/01/07  21:16:09
44554         Log: Update the EPOC cross SDK URL.
44555      Branch: maint-5.6/perl
44556            ! README.epoc
44557 ____________________________________________________________________________
44558 [  8356] By: nick                                  on 2001/01/06  21:47:52
44559         Log: FILE * in XS code for PerlIO world:
44560              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
44561              - Add FILE * T_STDIO typemap.
44562              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
44563      Branch: perlio
44564            ! lib/ExtUtils/typemap perlio.c perlio.h
44565 ____________________________________________________________________________
44566 [  8355] By: jhi                                   on 2001/01/06  20:27:15
44567         Log: integrate change #8336 from mainline
44568              
44569              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
44570      Branch: maint-5.6/perl
44571            ! hv.c
44572 ____________________________________________________________________________
44573 [  8354] By: jhi                                   on 2001/01/06  20:24:29
44574         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
44575              From: Robin Barker <rmb1@cise.npl.co.uk>
44576              Date: Fri, 22 Dec 2000 12:17:38 GMT
44577              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
44578              
44579              The patch reformats some long =item lines so they give
44580              correct output via pod2man | nroff -man
44581              
44582              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
44583              From: Robin Barker <rmb1@cise.npl.co.uk>
44584              Date: Tue, 2 Jan 2001 15:35:03 GMT
44585              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
44586              
44587              Here is a _further_ patch which corrects a few more errors:
44588              * an empty C<=item> in CPAN.pm
44589              * patching the wrong file (pod/perlamiga.pod not README.amiga)
44590              * leaving empty C<=item>s which formatted incorrectly
44591              * over long C<=item>s revealed by latest patch to Pod::Man
44592      Branch: maint-5.6/perl
44593            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
44594            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
44595            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
44596            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
44597            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
44598            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
44599 ____________________________________________________________________________
44600 [  8353] By: jhi                                   on 2001/01/06  20:21:10
44601         Log: integrate changes #7980, 8056, 8057 from mainline
44602              
44603              UTF-8 hash keys.
44604      Branch: maint-5.6/perl
44605            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
44606 ____________________________________________________________________________
44607 [  8352] By: jhi                                   on 2001/01/06  20:18:44
44608         Log: Forgotten from #8438.
44609      Branch: maint-5.6/perl
44610            ! epoc/epocish.h
44611 ____________________________________________________________________________
44612 [  8351] By: jhi                                   on 2001/01/06  20:18:12
44613         Log: Forgotten from #8347.
44614      Branch: maint-5.6/perl
44615            ! config_h.SH
44616 ____________________________________________________________________________
44617 [  8350] By: jhi                                   on 2001/01/06  20:00:19
44618         Log: Thinko in #8347.
44619      Branch: maint-5.6/perl
44620            ! regcomp.c
44621 ____________________________________________________________________________
44622 [  8349] By: jhi                                   on 2001/01/06  18:05:30
44623         Log: Copy the FAQ3 IDE section from the development branch,
44624              changes originally by Peter Prymmer.
44625      Branch: maint-5.6/perl
44626            ! pod/perlfaq3.pod
44627 ____________________________________________________________________________
44628 [  8348] By: jhi                                   on 2001/01/06  18:03:02
44629         Log: EPOC updates for TRIAL1.
44630              
44631              Subject: [5.6.1 trial1] EPOC update
44632              From: Olaf Flebbe <O.Flebbe@science-computing.de>
44633              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
44634              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
44635              
44636              Subject: epoc patch2 for perl-5.6.1-trial1
44637              From: Olaf Flebbe <O.Flebbe@science-computing.de>
44638              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
44639              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
44640      Branch: maint-5.6/perl
44641            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
44642            ! epoc/epocish.c
44643 ____________________________________________________________________________
44644 [  8347] By: jhi                                   on 2001/01/06  17:29:10
44645         Log: integrate changes #7710,7824,7973 from mainline,
44646              plus VMS nits from Peter Prymmer and Dan Sugalski.
44647              
44648              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
44649              library (getprotobyname and getprotobynumber are outversioned by
44650              the same calls in libc, at least for xlc version 3.
44651              
44652              Add HAS_SBRK_PROTO.
44653              
44654              Fixes for signedness warnings noticed by VMSperlers.
44655      Branch: maint-5.6/perl
44656            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44657            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
44658            ! sv.c vms/descrip_mms.template vos/config.alpha.def
44659            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
44660            ! win32/config.bc win32/config.gc win32/config.vc
44661 ____________________________________________________________________________
44662 [  8346] By: nick                                  on 2001/01/06  14:36:01
44663         Log: Fixup accumulated integrate muddles (perlio == devperl again)
44664      Branch: perlio
44665            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
44666 ____________________________________________________________________________
44667 [  8345] By: nick                                  on 2001/01/06  14:24:58
44668         Log: Integrate mainline
44669      Branch: perlio
44670           !> (integrate 55 files)
44671 ____________________________________________________________________________
44672 [  8344] By: jhi                                   on 2001/01/06  02:24:02
44673         Log: Subject: [patch] PerlIO_cleanup() prototype
44674              From: Doug MacEachern <dougm@covalent.net>
44675              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
44676              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
44677      Branch: perl
44678            ! perlio.h
44679 ____________________________________________________________________________
44680 [  8343] By: jhi                                   on 2001/01/06  01:04:09
44681         Log: IRIX compiler noticed that the bof initialization might be
44682              bypassed by control flow.
44683      Branch: perl
44684            ! toke.c
44685 ____________________________________________________________________________
44686 [  8342] By: jhi                                   on 2001/01/06  00:10:48
44687         Log: Update Changes.
44688      Branch: perl
44689            ! Changes patchlevel.h
44690 ____________________________________________________________________________
44691 [  8341] By: jhi                                   on 2001/01/05  23:52:33
44692         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
44693      Branch: perl
44694            ! toke.c
44695 ____________________________________________________________________________
44696 [  8340] By: jhi                                   on 2001/01/05  22:44:08
44697         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
44698              From: Radu Greab <radu@netsoft.ro>
44699              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
44700              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
44701      Branch: perl
44702            ! t/io/pipe.t util.c
44703 ____________________________________________________________________________
44704 [  8339] By: jhi                                   on 2001/01/05  22:35:17
44705         Log: Subject: [PATCH] format and rewording in perlfaq.pod
44706              From: Robin Barker <rmb1@cise.npl.co.uk>
44707              Date: Fri, 5 Jan 2001 18:51:20 GMT
44708              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
44709      Branch: perl
44710            ! pod/perlfaq.pod
44711 ____________________________________________________________________________
44712 [  8338] By: jhi                                   on 2001/01/05  22:31:17
44713         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
44714              From: Peter Prymmer <pvhp@forte.com>
44715              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
44716              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
44717      Branch: perl
44718            ! utils/perlbug.PL
44719 ____________________________________________________________________________
44720 [  8337] By: jhi                                   on 2001/01/05  18:15:11
44721         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
44722              From: Robin Barker <rmb1@cise.npl.co.uk>
44723              Date: Tue, 2 Jan 2001 15:24:07 GMT
44724              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
44725              
44726              If you call configure as C<./Configure> or C<sh ./Configure>,
44727              $src is set to the absolute path name, not '.'.
44728              
44729              This, in turn, means -Dmksymlink tries to do its stuff because
44730              it does not think it is in the src directory.
44731              
44732              (plus a metaconfig nitfix)
44733      Branch: metaconfig
44734            ! U/compline/ccflags.U U/modified/src.U
44735      Branch: perl
44736            ! Configure config_h.SH
44737 ____________________________________________________________________________
44738 [  8336] By: jhi                                   on 2001/01/05  17:48:32
44739         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
44740              From: Alan Burlison <Alan.Burlison@uk.sun.com>
44741              Message-ID: <3A5606C4.473D2226@uk.sun.com>
44742              Date: Fri, 05 Jan 2001 17:39:16 +0000
44743      Branch: perl
44744            ! hv.c
44745 ____________________________________________________________________________
44746 [  8335] By: jhi                                   on 2001/01/05  16:05:44
44747         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
44748      Branch: perl
44749            ! lib/Getopt/Long.pm
44750 ____________________________________________________________________________
44751 [  8334] By: jhi                                   on 2001/01/05  16:00:51
44752         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
44753              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
44754              Date: Fri, 05 Jan 2001 13:46:51 +0100
44755              Message-ID: <13693.978698811@nice.ram.loc>
44756              
44757              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
44758              accurate reading of the "atime".  
44759      Branch: perl
44760            ! t/io/fs.t
44761 ____________________________________________________________________________
44762 [  8333] By: jhi                                   on 2001/01/05  15:57:37
44763         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
44764              From: Simon Cozens <simon@cozens.net>
44765              Date: Fri, 8 Dec 2000 13:33:31 +0000
44766              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
44767              
44768              A lost patch fragment.
44769      Branch: perl
44770            ! doop.c
44771 ____________________________________________________________________________
44772 [  8332] By: jhi                                   on 2001/01/05  15:40:42
44773         Log: Do away with strncpy() and a fixed length buffer.
44774      Branch: perl
44775            ! utf8.c
44776 ____________________________________________________________________________
44777 [  8331] By: jhi                                   on 2001/01/05  15:03:07
44778         Log: Tests for #8329 and #8330.
44779      Branch: perl
44780            ! t/op/bop.t
44781 ____________________________________________________________________________
44782 [  8330] By: jhi                                   on 2001/01/05  15:02:38
44783         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
44784              raw 8-bit form to the UTF-8 string.
44785      Branch: perl
44786            ! toke.c
44787 ____________________________________________________________________________
44788 [  8329] By: jhi                                   on 2001/01/05  14:55:13
44789         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
44790              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44791              Date: Fri, 5 Jan 2001 12:28:52 +0100
44792              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
44793              
44794              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
44795              no effect.  (changed the strncpy() to Copy())
44796      Branch: perl
44797            ! toke.c
44798 ____________________________________________________________________________
44799 [  8328] By: jhi                                   on 2001/01/05  06:44:27
44800         Log: UTF-8 cleanup.
44801      Branch: perl
44802            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
44803            ! regexec.c sv.c toke.c
44804 ____________________________________________________________________________
44805 [  8327] By: jhi                                   on 2001/01/05  01:11:29
44806         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')
44807              From: Radu Greab <radu@netsoft.ro>
44808              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
44809              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
44810              
44811              Cleans up Harness to not use FileHandle, which uses IO.
44812      Branch: perl
44813            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
44814 ____________________________________________________________________________
44815 [  8326] By: jhi                                   on 2001/01/05  00:56:37
44816         Log: Update Changes.
44817      Branch: perl
44818            ! Changes patchlevel.h
44819 ____________________________________________________________________________
44820 [  8325] By: jhi                                   on 2001/01/05  00:53:18
44821         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
44822              From: Peter Prymmer <pvhp@forte.com>
44823              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
44824              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
44825              
44826              plus a couple more tailing whitespace removals.
44827      Branch: perl
44828            ! win32/Makefile
44829 ____________________________________________________________________________
44830 [  8324] By: jhi                                   on 2001/01/05  00:47:39
44831         Log: Add some Unicode chop() tests.
44832      Branch: perl
44833            ! t/op/chop.t
44834 ____________________________________________________________________________
44835 [  8323] By: jhi                                   on 2001/01/05  00:47:23
44836         Log: Unify UTF-8 malformedness handling.
44837      Branch: perl
44838            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
44839 ____________________________________________________________________________
44840 [  8322] By: jhi                                   on 2001/01/04  22:21:54
44841         Log: The new $issymlink was unknown to Mksymlinks.
44842      Branch: metaconfig/U/perl
44843            ! Mksymlinks.U issymlink.U
44844      Branch: perl
44845            ! Configure config_h.SH
44846 ____________________________________________________________________________
44847 [  8321] By: jhi                                   on 2001/01/04  21:51:05
44848         Log: The test didn't work under the core test framework.
44849      Branch: perl
44850            ! t/lib/st-lock.t
44851 ____________________________________________________________________________
44852 [  8320] By: jhi                                   on 2001/01/04  21:14:22
44853         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
44854      Branch: perl
44855            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
44856 ____________________________________________________________________________
44857 [  8319] By: jhi                                   on 2001/01/04  20:46:17
44858         Log: Typo in #8312 when manually appying a problematic patch fragment.
44859      Branch: perl
44860            ! ext/Storable/Storable.xs
44861 ____________________________________________________________________________
44862 [  8318] By: jhi                                   on 2001/01/04  20:43:01
44863         Log: The $sh_c didn't fly.
44864      Branch: metaconfig
44865            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
44866            ! U/modified/Loc.U U/modified/myhostname.U
44867            ! U/modified/spitshell.U
44868      Branch: metaconfig/U/perl
44869            ! issymlink.U
44870      Branch: perl
44871            ! Configure config_h.SH
44872 ____________________________________________________________________________
44873 [  8317] By: jhi                                   on 2001/01/04  19:58:01
44874         Log: AIX builtin test -h is broken, changes based on
44875              
44876              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
44877              Date: Tue, 02 Jan 2001 11:24:39 +0100
44878              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44879              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
44880      Branch: metaconfig
44881            + U/modified/spitshell.U
44882            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
44883            ! U/modified/Loc.U U/modified/myhostname.U
44884      Branch: metaconfig/U/perl
44885            ! Mksymlinks.U issymlink.U
44886      Branch: perl
44887            ! Configure
44888 ____________________________________________________________________________
44889 [  8316] By: jhi                                   on 2001/01/04  19:02:22
44890         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
44891              From: Andy Dougherty <doughera@lafayette.edu>
44892              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
44893              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
44894              
44895              Beware of GNU ld.
44896      Branch: perl
44897            ! hints/solaris_2.sh
44898 ____________________________________________________________________________
44899 [  8315] By: jhi                                   on 2001/01/04  18:56:48
44900         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
44901              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
44902              Date: Wed, 3 Jan 2001 07:58:51 +0100
44903              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
44904      Branch: perl
44905            ! hints/solaris_2.sh
44906 ____________________________________________________________________________
44907 [  8314] By: jhi                                   on 2001/01/04  18:54:07
44908         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
44909              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44910              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
44911              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
44912              
44913              Doc tweak on #8313.
44914      Branch: perl
44915            ! ext/B/B/Deparse.pm
44916 ____________________________________________________________________________
44917 [  8313] By: jhi                                   on 2001/01/04  18:52:27
44918         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
44919              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
44920              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44921              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
44922              
44923              Make the peephole optimizer to bypass more null ops and
44924              and rewrite the deparse handling of continue blocks.
44925      Branch: perl
44926            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
44927 ____________________________________________________________________________
44928 [  8312] By: jhi                                   on 2001/01/04  18:47:39
44929         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
44930      Branch: perl
44931            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
44932            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
44933            ! t/lib/st-lock.t
44934 ____________________________________________________________________________
44935 [  8311] By: jhi                                   on 2001/01/04  18:36:08
44936         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
44937              filter to be run on each .pm during the pm_to_blib() phase,
44938              a fixed version of
44939              
44940              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
44941              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
44942              Date: Wed, 03 Jan 2001 22:01:30 +0100
44943              Message-ID: <5296.978555690@nice.ram.loc>
44944      Branch: perl
44945            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
44946            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
44947            ! lib/ExtUtils/MakeMaker.pm
44948 ____________________________________________________________________________
44949 [  8310] By: jhi                                   on 2001/01/04  18:32:54
44950         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
44951              From: Robin Barker <rmb1@cise.npl.co.uk>
44952              Date: Tue, 2 Jan 2001 15:35:03 GMT
44953              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
44954      Branch: perl
44955            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
44956            ! pod/perlrequick.pod
44957 ____________________________________________________________________________
44958 [  8309] By: jhi                                   on 2001/01/04  18:29:07
44959         Log: Subject: Re: [patch] static-ize XS()
44960              From: Doug MacEachern <dougm@covalent.net>
44961              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
44962              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
44963              
44964              Provide prototypes for the XS functions.
44965      Branch: perl
44966            ! lib/ExtUtils/xsubpp
44967 ____________________________________________________________________________
44968 [  8308] By: jhi                                   on 2001/01/04  18:27:44
44969         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
44970              From: Doug MacEachern <dougm@covalent.net>
44971              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
44972              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
44973      Branch: perl
44974            ! lib/ExtUtils/typemap
44975 ____________________________________________________________________________
44976 [  8307] By: jhi                                   on 2001/01/04  18:25:25
44977         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
44978              From: Doug MacEachern <dougm@covalent.net>
44979              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
44980              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
44981              
44982              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
44983      Branch: perl
44984            ! lib/ExtUtils/MM_Unix.pm
44985 ____________________________________________________________________________
44986 [  8306] By: jhi                                   on 2001/01/04  18:23:00
44987         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
44988              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44989              Date: Thu, 4 Jan 2001 12:47:10 +0100 
44990              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
44991              
44992              The toke.c part only, patching embed.h and proto.h is futile.
44993      Branch: perl
44994            ! toke.c
44995 ____________________________________________________________________________
44996 [  8305] By: jhi                                   on 2001/01/04  18:05:51
44997         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
44998              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44999              Date: Thu, 4 Jan 2001 17:50:12 +0100 
45000              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
45001      Branch: perl
45002            ! toke.c
45003 ____________________________________________________________________________
45004 [  8304] By: jhi                                   on 2001/01/04  18:03:26
45005         Log: Subject: [PATCH perl@8269]
45006              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
45007              Date: Thu, 4 Jan 2001 12:53:39 +0100 
45008              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
45009              
45010              If running byacc write-enable also perly.h.
45011      Branch: perl
45012            ! Makefile.SH
45013 ____________________________________________________________________________
45014 [  8303] By: jhi                                   on 2001/01/04  15:40:49
45015         Log: Rewrite pp_concat() in terms of sv_catsv().
45016      Branch: perl
45017            ! pp_hot.c
45018 ____________________________________________________________________________
45019 [  8302] By: nick                                  on 2001/01/03  22:43:22
45020         Log: Integrate mainline.
45021      Branch: perlio
45022           !> ext/Encode/Encode.xs sv.c utf8.c
45023 ____________________________________________________________________________
45024 [  8301] By: jhi                                   on 2001/01/02  23:40:26
45025         Log: Variable naming tweak.
45026      Branch: perl
45027            ! sv.c
45028 ____________________________________________________________________________
45029 [  8300] By: jhi                                   on 2001/01/02  23:40:02
45030         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
45031              in is_utf8_string().
45032      Branch: perl
45033            ! utf8.c
45034 ____________________________________________________________________________
45035 [  8299] By: jhi                                   on 2001/01/02  22:14:40
45036         Log: Integrate perlio.
45037      Branch: perl
45038           !> pp.c pp_hot.c win32/Makefile
45039 ____________________________________________________________________________
45040 [  8298] By: nick                                  on 2001/01/02  22:03:06
45041         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
45042      Branch: perlio
45043            ! pp.c pp_hot.c
45044 ____________________________________________________________________________
45045 [  8297] By: jhi                                   on 2001/01/02  04:26:28
45046         Log: Signedness nit.
45047      Branch: perl
45048            ! ext/Encode/Encode.xs
45049 ____________________________________________________________________________
45050 [  8296] By: nick                                  on 2001/01/01  23:49:36
45051         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
45052      Branch: perlio
45053            ! win32/Makefile
45054 ____________________________________________________________________________
45055 [  8295] By: jhi                                   on 2001/01/01  23:05:48
45056         Log: Integrate perlio.
45057      Branch: perl
45058           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
45059           !> t/lib/encode.t
45060 ____________________________________________________________________________
45061 [  8294] By: nick                                  on 2001/01/01  22:48:34
45062         Log: Integrate mainline
45063      Branch: perlio
45064            ! pp_hot.c t/lib/encode.t
45065           !> (integrate 65 files)
45066 ____________________________________________________________________________
45067 [  8293] By: nick                                  on 2001/01/01  21:58:50
45068         Log: More rigor in UTF-8-ness of Encode's toUnicode
45069              XS export some of the utf8 internal functions.
45070              Test some of the functions.
45071              Fix pp_concat() bug shown by said tests.
45072      Branch: perlio
45073            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
45074            ! t/lib/encode.t
45075 ____________________________________________________________________________
45076 [  8292] By: jhi                                   on 2001/01/01  18:11:44
45077         Log: Integrate perlio.
45078      Branch: perl
45079           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
45080           !> ext/Encode/encengine.c ext/Encode/encode.h
45081 ____________________________________________________________________________
45082 [  8291] By: jhi                                   on 2001/01/01  18:10:58
45083         Log: Podify README.mpeix (a new version from the web),
45084              add a dummy NAME to Carp::Heavy, regen toc.
45085      Branch: perl
45086            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
45087            ! pod/perltoc.pod
45088 ____________________________________________________________________________
45089 [  8290] By: nick                                  on 2001/01/01  17:43:47
45090         Log: Loose the "Loading..." warning.
45091              Another bug in fallback support
45092      Branch: perlio
45093            ! ext/Encode/Encode.pm ext/Encode/encengine.c
45094 ____________________________________________________________________________
45095 [  8289] By: jhi                                   on 2001/01/01  00:01:57
45096         Log: Bump up Larry's copyright.
45097      Branch: perl
45098            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
45099            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
45100            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
45101            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
45102            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
45103            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
45104            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
45105            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
45106 ____________________________________________________________________________
45107 [  8288] By: nick                                  on 2000/12/31  21:27:53
45108         Log: Fix .ucm reading - forgot a chr()
45109              Start of .ucm write (for .enc to .ucm)
45110      Branch: perlio
45111            ! ext/Encode/compile
45112 ____________________________________________________________________________
45113 [  8287] By: jhi                                   on 2000/12/31  18:15:56
45114         Log: Comment away a diagnostic message as noted by Craig A. Berry
45115              (the unexpected message was confusing testing)
45116      Branch: perl
45117            ! ext/Encode/Encode.pm
45118 ____________________________________________________________________________
45119 [  8286] By: jhi                                   on 2000/12/31  18:14:51
45120         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
45121              Date: Sun, 31 Dec 2000 11:17:37 -0600
45122              From: "Craig A. Berry" <craigberry@mac.com>
45123              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
45124      Branch: perl
45125            ! ext/Encode/Makefile.PL
45126 ____________________________________________________________________________
45127 [  8285] By: nick                                  on 2000/12/31  18:11:54
45128         Log: Start of support of ICU-style .ucm files:
45129              - teach compile how to read a .ucm file
45130              - first guess at how to represent fallbacks in "tries".
45131              - use fallbacks if check == 0
45132              - new return code to indicate we used one.
45133      Branch: perlio
45134            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
45135            ! ext/Encode/encengine.c ext/Encode/encode.h
45136 ____________________________________________________________________________
45137 [  8284] By: jhi                                   on 2000/12/31  18:04:41
45138         Log: Pacify picky VMS compiler.
45139              
45140              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
45141              From: "Craig A. Berry" <craig.berry@psinetcs.com>
45142              Date: Sat, 30 Dec 2000 18:10:02 -0600
45143              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
45144      Branch: perl
45145            ! sv.c
45146 ____________________________________________________________________________
45147 [  8283] By: jhi                                   on 2000/12/31  16:11:47
45148         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
45149      Branch: perl
45150            ! t/lib/glob-basic.t
45151 ____________________________________________________________________________
45152 [  8282] By: jhi                                   on 2000/12/31  15:26:11
45153         Log: Integrate perlio.
45154      Branch: perl
45155           !> makedef.pl opcode.pl os2/os2.c perlio.c
45156 ____________________________________________________________________________
45157 [  8281] By: nick                                  on 2000/12/31  10:06:15
45158         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
45159              is available to be exported
45160      Branch: perlio
45161            ! makedef.pl perlio.c
45162 ____________________________________________________________________________
45163 [  8280] By: nick                                  on 2000/12/31  09:41:26
45164         Log: Ilya's OS2 patch (testing for damage on Win32)
45165      Branch: perlio
45166            ! makedef.pl opcode.pl os2/os2.c
45167 ____________________________________________________________________________
45168 [  8279] By: jhi                                   on 2000/12/30  21:52:07
45169         Log: Test nits.
45170      Branch: perl
45171            ! t/lib/syslfs.t t/op/lfs.t
45172 ____________________________________________________________________________
45173 [  8278] By: jhi                                   on 2000/12/30  21:47:49
45174         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
45175              From: andreas.koenig@anima.de (Andreas J. Koenig)
45176              Date: 30 Dec 2000 22:35:37 +0100
45177              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
45178              
45179              The 32-bit wraparound test wasn't quite right.
45180      Branch: perl
45181            ! t/lib/syslfs.t t/op/lfs.t
45182 ____________________________________________________________________________
45183 [  8277] By: jhi                                   on 2000/12/30  21:33:44
45184         Log: Subject: [PATCH] open() example in perlfunc.pod 
45185              From: Karsten Sperling <s_sperli@ira.uka.de>
45186              Date: Sat, 30 Dec 2000 22:27:09 +0100
45187              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
45188      Branch: perl
45189            ! pod/perlfunc.pod
45190 ____________________________________________________________________________
45191 [  8276] By: jhi                                   on 2000/12/30  20:32:40
45192         Log: Not quite that many tests yet.
45193      Branch: perl
45194            ! t/op/pat.t
45195 ____________________________________________________________________________
45196 [  8275] By: jhi                                   on 2000/12/30  20:26:58
45197         Log: Integrate perlio.
45198      Branch: perl
45199           !> toke.c
45200 ____________________________________________________________________________
45201 [  8274] By: jhi                                   on 2000/12/30  20:24:56
45202         Log: Signedness nit.
45203      Branch: perl
45204            ! utf8.c
45205 ____________________________________________________________________________
45206 [  8273] By: jhi                                   on 2000/12/30  20:15:46
45207         Log: Add a test case for 20000731.001 which was fixed by the #8267.
45208      Branch: perl
45209            ! t/op/pat.t
45210 ____________________________________________________________________________
45211 [  8272] By: nick                                  on 2000/12/30  19:47:51
45212         Log: Tweak for MULTIPLICITY/USE_PERLIO
45213      Branch: perlio
45214            ! toke.c
45215 ____________________________________________________________________________
45216 [  8271] By: nick                                  on 2000/12/30  19:46:45
45217         Log: Integrate mainline
45218      Branch: perlio
45219           +> lib/unicode/distinct.pm
45220           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
45221           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
45222           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
45223 ____________________________________________________________________________
45224 [  8270] By: jhi                                   on 2000/12/30  19:39:50
45225         Log: Subject: RE: perl@8269
45226              From: "Richard Soderberg" <rs@crystalflame.net>
45227              Date: Sat, 30 Dec 2000 11:36:27 -0800
45228              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
45229              
45230              A missing aTHX_.
45231      Branch: perl
45232            ! toke.c
45233 ____________________________________________________________________________
45234 [  8269] By: jhi                                   on 2000/12/30  18:55:48
45235         Log: Update Changes.
45236      Branch: perl
45237            ! Changes patchlevel.h
45238 ____________________________________________________________________________
45239 [  8268] By: jhi                                   on 2000/12/30  17:18:40
45240         Log: Add a test for Unicode split //.  The #8267 was the cure.
45241      Branch: perl
45242            ! t/op/split.t
45243 ____________________________________________________________________________
45244 [  8267] By: jhi                                   on 2000/12/30  17:14:19
45245         Log: Subject: more UTF8 test suites and an UTF8 patch
45246              From: Inaba Hiroto <inaba@st.rim.or.jp>
45247              Date: Sat, 30 Dec 2000 14:27:10 +0900
45248              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
45249              
45250              Just the patch part for now, and the pragma renamed
45251              as unicode::distinct.
45252      Branch: perl
45253            + lib/unicode/distinct.pm
45254            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
45255            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
45256            ! regcomp.h regexec.c sv.c toke.c utf8.c
45257 ____________________________________________________________________________
45258 [  8266] By: nick                                  on 2000/12/30  16:40:49
45259         Log: Integrate mainline
45260      Branch: perlio
45261           +> lib/Pod/Text/Overstrike.pm
45262           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
45263           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
45264           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
45265           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
45266           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
45267 ____________________________________________________________________________
45268 [  8265] By: jhi                                   on 2000/12/30  07:28:55
45269         Log: The sv_catsv() fix, take two.
45270      Branch: perl
45271            ! sv.c t/op/join.t
45272 ____________________________________________________________________________
45273 [  8264] By: jhi                                   on 2000/12/30  06:19:18
45274         Log: Undo all the join-related changes since #8248: relevant
45275              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
45276              The new sv_catsv() doesn't fly so it must go back to
45277              the drawing board.
45278      Branch: perl
45279            ! sv.c t/op/join.t t/pragma/utf8.t
45280 ____________________________________________________________________________
45281 [  8263] By: jhi                                   on 2000/12/30  01:08:32
45282         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
45283      Branch: perl
45284            ! sv.c
45285 ____________________________________________________________________________
45286 [  8262] By: jhi                                   on 2000/12/30  00:45:14
45287         Log: Retract #8261.
45288      Branch: perl
45289            ! hv.c util.c
45290 ____________________________________________________________________________
45291 [  8261] By: jhi                                   on 2000/12/30  00:38:32
45292         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
45293      Branch: perl
45294            ! hv.c util.c
45295 ____________________________________________________________________________
45296 [  8260] By: jhi                                   on 2000/12/29  22:51:33
45297         Log: (Retracted by #8264)  More fixing for #8251.
45298      Branch: perl
45299            ! sv.c
45300 ____________________________________________________________________________
45301 [  8259] By: jhi                                   on 2000/12/29  18:27:30
45302         Log: Subject: podlators 1.06 released
45303              From: Russ Allbery <rra@stanford.edu>
45304              Date: 25 Dec 2000 05:09:30 -0800
45305              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
45306      Branch: perl
45307            + lib/Pod/Text/Overstrike.pm
45308            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
45309            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
45310 ____________________________________________________________________________
45311 [  8258] By: jhi                                   on 2000/12/29  18:20:45
45312         Log: Make the large file tests more robust/talkative as suggested by
45313              
45314              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
45315              From: andreas.koenig@anima.de (Andreas J. Koenig)
45316              Date: 29 Dec 2000 14:23:01 +0100
45317              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
45318      Branch: perl
45319            ! t/lib/syslfs.t t/op/lfs.t
45320 ____________________________________________________________________________
45321 [  8257] By: jhi                                   on 2000/12/29  17:48:04
45322         Log: Further VMS piping fixes from Charles Lane:
45323              
45324              In summary, error messages produced when a subprocess terminated
45325              abnormally were being sent not just to the parent process, but to
45326              grandparents, because of default values for error output that were
45327              not completely overridden when the subprocess was started.
45328              
45329              This patch fixes this behavior by defining user-mode (i.e., temporary
45330              for the duration of the program) logical names for SYS$OUTPUT and
45331              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
45332              changes to make it so that the user-mode logicals are the ones that
45333              control where Perl's error messages go if it terminates abnormally.
45334              
45335              I also added some gratuitous fixes to the indentation of braces in
45336              the piping code.  It just looked ugly, before.
45337      Branch: perl
45338            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
45339 ____________________________________________________________________________
45340 [  8256] By: jhi                                   on 2000/12/29  17:45:12
45341         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
45342              From: "Casey R. Tweten" <crt@kiski.net>
45343              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
45344              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
45345              
45346              Tests for for #8240.
45347      Branch: perl
45348            ! t/pragma/constant.t
45349 ____________________________________________________________________________
45350 [  8255] By: jhi                                   on 2000/12/29  17:43:07
45351         Log: Subject: Re: [PATCH] Interesting syntax idea
45352              From: Simon Cozens <simon@cozens.net>
45353              Date: Fri, 29 Dec 2000 14:34:04 +0000
45354              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
45355              
45356              Tests for #8254.
45357      Branch: perl
45358            ! t/pragma/sub_lval.t
45359 ____________________________________________________________________________
45360 [  8254] By: jhi                                   on 2000/12/29  17:42:11
45361         Log: Subject: [PATCH] Interesting syntax idea
45362              From: Simon Cozens <simon@cozens.net>
45363              Date: Wed, 27 Dec 2000 05:08:57 +0000
45364              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
45365              
45366              Make opens + bareword assigns do typeglob assigns.
45367      Branch: perl
45368            ! op.c
45369 ____________________________________________________________________________
45370 [  8253] By: jhi                                   on 2000/12/29  17:36:45
45371         Log: Output the (apparent) version of gcc, as suggested by
45372              
45373              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
45374              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
45375              Date: 26 Dec 2000 04:29:17 -0500
45376              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
45377              
45378              (The patch as such didn't any more apply as the misparsing had
45379              already been addressed in #6474.)  Also change the wording about
45380              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
45381      Branch: perl
45382            ! hints/dec_osf.sh
45383 ____________________________________________________________________________
45384 [  8252] By: nick                                  on 2000/12/29  12:14:31
45385         Log: Integrate mainline
45386      Branch: perlio
45387           !> (integrate 27 files)
45388 ____________________________________________________________________________
45389 [  8251] By: jhi                                   on 2000/12/29  08:45:46
45390         Log: (Retracted by #8264)
45391              
45392              (Fixed by #8260.)
45393              
45394              sv_catsv() needs one more byte space than seems reasonable.
45395              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
45396              Curiouser and curiouser.
45397      Branch: perl
45398            ! sv.c
45399 ____________________________________________________________________________
45400 [  8250] By: jhi                                   on 2000/12/29  07:57:52
45401         Log: More split // UTF-8 tests.
45402      Branch: perl
45403            ! t/pragma/utf8.t
45404 ____________________________________________________________________________
45405 [  8249] By: jhi                                   on 2000/12/29  07:54:51
45406         Log: (Retracted by #8264)  More join() testing which was good because
45407              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
45408      Branch: perl
45409            ! pp.c t/op/join.t utf8.c utf8.h
45410 ____________________________________________________________________________
45411 [  8248] By: jhi                                   on 2000/12/29  07:08:32
45412         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
45413              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
45414              that the only cases to care about are byte+byte and byte+character.
45415              
45416              TODO: See how well pp_concat() could be implemented in terms
45417              of sv_catsv().
45418      Branch: perl
45419            ! doop.c sv.c t/op/join.t utf8.h
45420 ____________________________________________________________________________
45421 [  8247] By: jhi                                   on 2000/12/29  06:35:23
45422         Log: Signedness nit.
45423      Branch: perl
45424            ! pp_hot.c
45425 ____________________________________________________________________________
45426 [  8246] By: jhi                                   on 2000/12/29  01:23:31
45427         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
45428              From: Lupe Christoph <lupe@lupe-christoph.de>
45429              Date: Thu, 28 Dec 2000 23:00:00 +0100
45430              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
45431              
45432              Suggest rsync --delete --dry-run.
45433      Branch: perl
45434            ! pod/perlhack.pod
45435 ____________________________________________________________________________
45436 [  8245] By: jhi                                   on 2000/12/28  23:57:05
45437         Log: The maxiters upper limit sanity check (guarding against
45438              non-progress) assumed bytes instead of characters in s///
45439              and split().
45440      Branch: perl
45441            ! pp.c pp_hot.c
45442 ____________________________________________________________________________
45443 [  8244] By: jhi                                   on 2000/12/28  23:34:08
45444         Log: Make some panic messages a bit more logical.
45445      Branch: perl
45446            ! doop.c pod/perldiag.pod pp.c pp_hot.c
45447 ____________________________________________________________________________
45448 [  8243] By: jhi                                   on 2000/12/28  22:59:16
45449         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
45450              From: Simon Cozens <simon@cozens.net>
45451              Date: Wed, 27 Dec 2000 02:30:03 +0000
45452              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
45453      Branch: perl
45454            ! pp.c t/pragma/sub_lval.t
45455 ____________________________________________________________________________
45456 [  8242] By: jhi                                   on 2000/12/28  22:56:53
45457         Log: Subject: [PATCH blead] Fix B::Terse indentation
45458              From: Daniel Chetlin <daniel@chetlin.com>
45459              Date: Wed, 27 Dec 2000 06:43:30 -0800
45460              Message-ID: <20001227064329.B9573@darkstar>
45461      Branch: perl
45462            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
45463 ____________________________________________________________________________
45464 [  8241] By: jhi                                   on 2000/12/28  22:48:59
45465         Log: The latter patch from the
45466              
45467              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
45468              From: Peter Prymmer <pvhp@forte.com> 
45469              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
45470              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
45471              
45472              (the former patch from the above should have been
45473              taken care of by Nick I-S)
45474      Branch: perl
45475            ! win32/Makefile
45476 ____________________________________________________________________________
45477 [  8240] By: jhi                                   on 2000/12/28  22:45:22
45478         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
45479              From: "Casey R. Tweten" <crt@kiski.net>
45480              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
45481              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
45482      Branch: perl
45483            ! lib/constant.pm
45484 ____________________________________________________________________________
45485 [  8239] By: jhi                                   on 2000/12/28  22:37:45
45486         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
45487              From: Simon Cozens <simon@cozens.net>
45488              Date: Wed, 27 Dec 2000 14:12:44 +0000
45489              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
45490      Branch: perl
45491            ! t/op/method.t t/op/sort.t toke.c
45492 ____________________________________________________________________________
45493 [  8238] By: jhi                                   on 2000/12/28  22:30:32
45494         Log: Subject: [PATCH perl@8229] Call.pm
45495              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
45496              Date: Mon, 25 Dec 2000 10:47:15 -0000
45497              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
45498      Branch: perl
45499            ! ext/Filter/Util/Call/Call.pm
45500 ____________________________________________________________________________
45501 [  8237] By: jhi                                   on 2000/12/28  22:19:21
45502         Log: Subject: [PATCH blead] Fix problem with `&' prototype
45503              From: Daniel Chetlin <daniel@chetlin.com>
45504              Date: Wed, 27 Dec 2000 15:55:32 -0800
45505              Message-ID: <20001227155532.D9573@darkstar>
45506      Branch: perl
45507            ! op.c t/comp/proto.t
45508 ____________________________________________________________________________
45509 [  8236] By: jhi                                   on 2000/12/28  22:09:25
45510         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
45511              From: Daniel Chetlin <daniel@chetlin.com>
45512              Date: Sun, 24 Dec 2000 04:09:49 -0800
45513              Message-ID: <20001224040949.B3090@darkstar>
45514      Branch: perl
45515            ! gv.c mg.c t/op/attrs.t
45516 ____________________________________________________________________________
45517 [  8235] By: jhi                                   on 2000/12/28  22:07:11
45518         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
45519              From: Jan Dubois <jand@ActiveState.com>
45520              Date: Tue, 26 Dec 2000 20:57:31 -0800
45521              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
45522      Branch: perl
45523            ! win32/win32.c
45524 ____________________________________________________________________________
45525 [  8234] By: jhi                                   on 2000/12/28  21:52:42
45526         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
45527              From: Simon Cozens <simon@cozens.net>
45528              Date: Thu, 28 Dec 2000 20:33:13 +0000
45529              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
45530      Branch: perl
45531            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
45532 ____________________________________________________________________________
45533 [  8233] By: jhi                                   on 2000/12/28  19:40:49
45534         Log: Integrate perlio.
45535      Branch: perl
45536           !> ext/Encode/Makefile.PL ext/Encode/compile
45537 ____________________________________________________________________________
45538 [  8232] By: nick                                  on 2000/12/23  16:06:00
45539         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
45540              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
45541      Branch: perlio
45542            ! ext/Encode/Makefile.PL
45543 ____________________________________________________________________________
45544 [  8231] By: nick                                  on 2000/12/23  14:30:34
45545         Log: "Compiled" encode build cleanup
45546              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
45547              - .c files do not export sub-tables
45548      Branch: perlio
45549            ! ext/Encode/Makefile.PL ext/Encode/compile
45550 ____________________________________________________________________________
45551 [  8230] By: nick                                  on 2000/12/23  12:50:37
45552         Log: Integrate mainline
45553      Branch: perlio
45554           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
45555           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
45556           !> pod/perl5004delta.pod pod/perl5005delta.pod
45557           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
45558           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
45559           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
45560           !> pod/perlsub.pod
45561 ____________________________________________________________________________
45562 [  8229] By: jhi                                   on 2000/12/22  15:32:12
45563         Log: Integrate perlio.
45564      Branch: perl
45565           +> win32/distclean.bat
45566           !> MANIFEST t/io/utf8.t
45567 ____________________________________________________________________________
45568 [  8228] By: jhi                                   on 2000/12/22  15:29:40
45569         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
45570              From: Robin Barker <rmb1@cise.npl.co.uk>
45571              Date: Fri, 22 Dec 2000 12:17:38 GMT
45572              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
45573      Branch: perl
45574            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
45575            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
45576            ! pod/perl5004delta.pod pod/perl5005delta.pod
45577            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
45578            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
45579            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
45580            ! pod/perlsub.pod
45581 ____________________________________________________________________________
45582 [  8227] By: jhi                                   on 2000/12/22  15:24:28
45583         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
45584              From: "John L. Allen" <allen@grumman.com>
45585              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
45586              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
45587              
45588              Document APPLLIB_EXP.
45589      Branch: perl
45590            ! INSTALL
45591 ____________________________________________________________________________
45592 [  8226] By: nick                                  on 2000/12/21  22:11:50
45593         Log: Handy script for when one forgets to "dmake clean" 
45594      Branch: perlio
45595            + win32/distclean.bat
45596            ! MANIFEST
45597 ____________________________________________________________________________
45598 [  8225] By: nick                                  on 2000/12/21  21:54:04
45599         Log: CRLF platform issue with io/utf8 fix.
45600      Branch: perlio
45601            ! t/io/utf8.t
45602 ____________________________________________________________________________
45603 [  8224] By: nick                                  on 2000/12/21  21:02:20
45604         Log: Integrate mainline
45605      Branch: perlio
45606           !> Changes Configure Makefile.SH Porting/Glossary
45607           !> Porting/config.sh Porting/config_H configure.com
45608           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
45609           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
45610           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
45611           !> win32/config.bc win32/config.gc win32/config.vc
45612 ____________________________________________________________________________
45613 [  8223] By: jhi                                   on 2000/12/21  17:09:16
45614         Log: Update Changes.
45615      Branch: perl
45616            ! Changes patchlevel.h
45617 ____________________________________________________________________________
45618 [  8222] By: jhi                                   on 2000/12/21  16:24:01
45619         Log: Metaconfig unit changes for #8221.
45620      Branch: metaconfig/U/perl
45621           +> issymlink.U
45622            - testsyml.U
45623            ! Mksymlinks.U
45624 ____________________________________________________________________________
45625 [  8221] By: jhi                                   on 2000/12/21  16:23:48
45626         Log: Rename testsyml to issymlink.
45627      Branch: perl
45628            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45629            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
45630            ! win32/config.vc
45631 ____________________________________________________________________________
45632 [  8220] By: jhi                                   on 2000/12/21  15:47:26
45633         Log: Robustness support for #8218 (symlink forest) since the GNU
45634              tools seem to be overly picky about symlinkage depths.
45635      Branch: perl
45636            ! Makefile.SH t/io/fs.t
45637 ____________________________________________________________________________
45638 [  8219] By: jhi                                   on 2000/12/21  15:38:27
45639         Log: Metaconfig changes for #8218.
45640      Branch: metaconfig
45641            ! U/modified/Oldconfig.U
45642      Branch: metaconfig/U/perl
45643            + Mksymlinks.U
45644            ! testsyml.U
45645 ____________________________________________________________________________
45646 [  8218] By: jhi                                   on 2000/12/21  15:37:57
45647         Log: Add Configure option -Dmksymlinks which will create a symlink
45648              forest if the current/build differs from the source directory.
45649              TODO: mkdir -p is not portable.
45650      Branch: perl
45651            ! Configure
45652 ____________________________________________________________________________
45653 [  8217] By: jhi                                   on 2000/12/21  14:39:12
45654         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
45655              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
45656              Date: Thu, 21 Dec 2000 09:38:18 GMT
45657              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
45658              
45659              The ofs became an SV.
45660      Branch: perl
45661            ! ext/Thread/Thread.xs
45662 ____________________________________________________________________________
45663 [  8216] By: jhi                                   on 2000/12/21  05:40:21
45664         Log: The polymorphism seems to have fixed 20000517.001.
45665      Branch: perl
45666            ! t/pragma/utf8.t
45667 ____________________________________________________________________________
45668 [  8215] By: jhi                                   on 2000/12/21  04:44:52
45669         Log: read() documentation tweak for 20001121.004.
45670      Branch: perl
45671            ! pod/perlfunc.pod
45672 ____________________________________________________________________________
45673 [  8214] By: jhi                                   on 2000/12/21  03:54:11
45674         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
45675      Branch: perl
45676            ! pp_sys.c t/op/misc.t
45677 ____________________________________________________________________________
45678 [  8213] By: jhi                                   on 2000/12/21  00:28:10
45679         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
45680              From: Peter Prymmer <pvhp@forte.com>
45681              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
45682              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
45683      Branch: perl
45684            ! configure.com
45685 ____________________________________________________________________________
45686 [  8212] By: jhi                                   on 2000/12/21  00:26:21
45687         Log: Edit edit edit.
45688      Branch: perl
45689            ! pod/perlfaq3.pod
45690 ____________________________________________________________________________
45691 [  8211] By: jhi                                   on 2000/12/20  18:52:46
45692         Log: Update Changes.
45693      Branch: perl
45694            ! Changes patchlevel.h
45695 ____________________________________________________________________________
45696 [  8210] By: jhi                                   on 2000/12/20  18:34:47
45697         Log: Yet another editor edit.
45698      Branch: perl
45699            ! pod/perlfaq3.pod
45700 ____________________________________________________________________________
45701 [  8209] By: jhi                                   on 2000/12/20  15:33:28
45702         Log: More Win32 Perling.
45703      Branch: perl
45704            ! pod/perlfaq3.pod
45705 ____________________________________________________________________________
45706 [  8208] By: jhi                                   on 2000/12/20  15:07:46
45707         Log: More Win32 editor/IDE/shell hints.
45708      Branch: perl
45709            ! pod/perlfaq3.pod
45710 ____________________________________________________________________________
45711 [  8207] By: jhi                                   on 2000/12/20  03:54:08
45712         Log: Subject: [PATCH] obscure timing knowledge
45713              From: Nicholas Clark <nick@ccl4.org>
45714              Date: Tue, 19 Dec 2000 19:22:31 +0000
45715              Message-ID: <20001219192231.F2827@plum.flirble.org>
45716      Branch: perl
45717            ! sv.c
45718 ____________________________________________________________________________
45719 [  8206] By: jhi                                   on 2000/12/20  03:45:57
45720         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
45721              From: Spider Boardman <spider@leggy.zk3.dec.com>
45722              Date: Tue, 19 Dec 2000 21:30:16 -0500
45723              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
45724      Branch: perl
45725            ! sv.c
45726 ____________________________________________________________________________
45727 [  8205] By: jhi                                   on 2000/12/19  23:02:01
45728         Log: Update Changes.
45729      Branch: perl
45730            ! Changes patchlevel.h
45731 ____________________________________________________________________________
45732 [  8204] By: jhi                                   on 2000/12/19  22:58:18
45733         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
45734              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
45735              on editors and diffing/patching.
45736      Branch: perl
45737            ! t/op/utf8decode.t
45738 ____________________________________________________________________________
45739 [  8203] By: nick                                  on 2000/12/19  21:36:16
45740         Log: Integrate mainline (forgot my own change...)
45741      Branch: perlio
45742           !> ext/Encode/compile
45743 ____________________________________________________________________________
45744 [  8202] By: nick                                  on 2000/12/19  21:34:42
45745         Log: Integrate mainline.
45746      Branch: perlio
45747           !> (integrate 61 files)
45748 ____________________________________________________________________________
45749 [  8201] By: nick                                  on 2000/12/19  21:34:06
45750         Log: Avoid looking for File::Glob when we don't need it.
45751      Branch: perl
45752            ! ext/Encode/compile
45753 ____________________________________________________________________________
45754 [  8200] By: jhi                                   on 2000/12/19  18:35:49
45755         Log: Update Changes.
45756      Branch: perl
45757            ! Changes patchlevel.h
45758 ____________________________________________________________________________
45759 [  8199] By: jhi                                   on 2000/12/19  18:35:07
45760         Log: Microperl tweaks.
45761      Branch: perl
45762            ! sv.c uconfig.h uconfig.sh
45763 ____________________________________________________________________________
45764 [  8198] By: jhi                                   on 2000/12/19  18:29:59
45765         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
45766      Branch: perl
45767            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45768            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
45769 ____________________________________________________________________________
45770 [  8197] By: jhi                                   on 2000/12/19  17:55:29
45771         Log: In VMS embedded perls couldn't access the statically built Socket,
45772              from Charles Lane.
45773      Branch: perl
45774            ! configure.com
45775 ____________________________________________________________________________
45776 [  8196] By: jhi                                   on 2000/12/19  17:49:50
45777         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
45778              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
45779              Date: Sun, 17 Dec 2000 19:11:44 -0000
45780              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
45781      Branch: perl
45782            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
45783            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
45784 ____________________________________________________________________________
45785 [  8195] By: jhi                                   on 2000/12/19  17:47:53
45786         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
45787              From: Jonathan Stowe <gellyfish@gellyfish.com>
45788              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
45789              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
45790      Branch: perl
45791            ! utils/h2xs.PL
45792 ____________________________________________________________________________
45793 [  8194] By: jhi                                   on 2000/12/19  17:46:28
45794         Log: Subject: Re: useless use of void context work-around
45795              From: andreas.koenig@anima.de (Andreas J. Koenig)
45796              Date: 16 Dec 2000 15:13:36 +0100
45797              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
45798              
45799              Document (comment) the q(di ds ig) trick in the code.
45800      Branch: perl
45801            ! op.c
45802 ____________________________________________________________________________
45803 [  8193] By: jhi                                   on 2000/12/19  17:10:57
45804         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
45805              From: "Mark J. Reed" <mreed@strange.turner.com>
45806              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
45807              Message-Id: <200012160222.VAA13986@strange.turner.com>
45808      Branch: perl
45809            ! ext/Sys/Syslog/Syslog.pm
45810 ____________________________________________________________________________
45811 [  8192] By: jhi                                   on 2000/12/19  17:07:45
45812         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
45813              From: Nicholas Clark <nick@ccl4.org>
45814              Date: Sat, 16 Dec 2000 19:03:13 +0000
45815              Message-ID: <20001216190313.D68304@plum.flirble.org>
45816      Branch: perl
45817            ! t/op/64bitint.t
45818 ____________________________________________________________________________
45819 [  8191] By: jhi                                   on 2000/12/19  17:06:13
45820         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
45821              From: Dominic Dunlop <domo@computer.org>
45822              Date: Mon, 18 Dec 2000 12:00:15 +0100
45823              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
45824              
45825              This patchlet is needed in order that perl can be statically linked.  
45826      Branch: perl
45827            ! regexec.c
45828 ____________________________________________________________________________
45829 [  8190] By: jhi                                   on 2000/12/19  17:03:08
45830         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
45831              From: "Craig A. Berry" <craig.berry@psinetcs.com>
45832              Date: Sun, 17 Dec 2000 00:18:35 -0600
45833              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
45834      Branch: perl
45835            ! perlio.h vms/gen_shrfls.pl
45836 ____________________________________________________________________________
45837 [  8189] By: jhi                                   on 2000/12/19  16:20:28
45838         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
45839              From: Prymmer/Kahn <pvhp@best.com>
45840              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
45841              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
45842              
45843              A better version of #8188.
45844      Branch: perl
45845            ! pod/perlfaq3.pod
45846 ____________________________________________________________________________
45847 [  8188] By: jhi                                   on 2000/12/19  15:57:06
45848         Log: (Replaced by #8189)
45849              
45850              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
45851              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
45852              From: Prymmer/Kahn <pvhp@best.com>
45853              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
45854              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
45855              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
45856              Date: Mon, 18 Dec 2000 11:10:45 -0500
45857              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
45858      Branch: perl
45859            ! pod/perlfaq3.pod
45860 ____________________________________________________________________________
45861 [  8187] By: jhi                                   on 2000/12/19  15:54:19
45862         Log: Email address fix for Anton Berezin.
45863      Branch: perl
45864            ! AUTHORS
45865 ____________________________________________________________________________
45866 [  8186] By: jhi                                   on 2000/12/19  15:38:54
45867         Log: Subject: [PATCH perl@8102] cygwin port
45868              From: "Eric Fifer" <efifer@dircon.co.uk> 
45869              Date: Thu, 14 Dec 2000 13:41:29 -0000
45870              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
45871              
45872              When compiling modules the data item that is being imported
45873              from libperl.dll needs to be tagged as imported/shared data:
45874              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
45875      Branch: perl
45876            ! perliol.h
45877 ____________________________________________________________________________
45878 [  8185] By: jhi                                   on 2000/12/19  14:53:24
45879         Log: Regen uconfig.h and uconfig.sh.
45880      Branch: perl
45881            ! uconfig.h uconfig.sh
45882 ____________________________________________________________________________
45883 [  8184] By: jhi                                   on 2000/12/18  20:43:49
45884         Log: Comments work so much better when they are closed.
45885      Branch: perl
45886            ! regcomp.c
45887 ____________________________________________________________________________
45888 [  8183] By: jhi                                   on 2000/12/18  18:04:02
45889         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
45890              Fixes the bug 20001218.016.
45891      Branch: perl
45892            ! regcomp.c
45893 ____________________________________________________________________________
45894 [  8182] By: gsar                                  on 2000/12/18  09:53:47
45895         Log: delete spurious files
45896      Branch: maint-5.6/perl
45897            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
45898            - vos/config.h vos/config_h.SH_orig
45899 ____________________________________________________________________________
45900 [  8181] By: gsar                                  on 2000/12/18  09:46:08
45901         Log: regen perltoc
45902      Branch: maint-5.6/perl
45903            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
45904 ____________________________________________________________________________
45905 [  8180] By: gsar                                  on 2000/12/18  09:20:27
45906         Log: integrate changes#7924..7926,7946,7952 from mainline
45907              
45908              A test works better if it has the right 1..$n output.
45909              
45910              All the core library users of Class::Struct seem to be
45911              using "use Class::Struct 'struct';" instead of the bare
45912              "use Class::Struct;", which isn't documented in Class::Struct.
45913              This can't be right.
45914              
45915              Make the Class::Struct import() wiser.
45916              
45917              Upgrade to CPAN 1.59_51, from Andreas König.
45918              
45919              Subject: Re: long shell lines
45920              Split overly long shell command lines.
45921      Branch: maint-5.6/perl
45922           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
45923           !> lib/File/stat.pm t/lib/class-struct.t
45924 ____________________________________________________________________________
45925 [  8179] By: gsar                                  on 2000/12/18  08:55:54
45926         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
45927              7918,7919,7988,8907 from mainline (various)
45928              
45929              Subject: [ID 20001127.004] White space problem in perlamiga.pod
45930              
45931              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
45932              
45933              Subject: [PATCH] perlcc.PL cleanups
45934              
45935              Subject: [PATCH] Updating perltie.pod for arrays
45936              
45937              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
45938              Subject: Re: [PATCH] Updating perltie.pod for arrays
45939              Subject: Re: [PATCH] Updating perltie.pod for arrays
45940              
45941              One more perltie.pod nit from Casey R. Tweten.
45942              
45943              Subject: [PATCH] $^O  win32 -> MSWin32
45944              plus similar nits for vms, err, VMS, and UNICOS.
45945              
45946              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
45947              More checking in case someone has broken their services or
45948              protocol databases.
45949              
45950              Make "use Class::Struct 'struct';" work again (broken by #7617);
45951              add a test for Class::Struct.
45952              
45953              Integrate the "skip" messages to explain().
45954              
45955              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
45956      Branch: maint-5.6/perl
45957           +> t/lib/class-struct.t
45958           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
45959           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
45960           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
45961 ____________________________________________________________________________
45962 [  8178] By: gsar                                  on 2000/12/18  08:16:30
45963         Log: avoid redefinition warnings on windows due to sys/socket.h getting
45964              #included before win32.h
45965      Branch: maint-5.6/perl
45966            ! win32/include/sys/socket.h
45967 ____________________________________________________________________________
45968 [  8177] By: gsar                                  on 2000/12/18  05:24:04
45969         Log: make regen_headers; fix POSIX.xs problems; remove outdated
45970              code from sys/socket.h that makes build fail now
45971      Branch: maint-5.6/perl
45972            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
45973            ! pod/perlapi.pod
45974           !> win32/include/sys/socket.h
45975 ____________________________________________________________________________
45976 [  8176] By: gsar                                  on 2000/12/18  05:20:17
45977         Log: update Changes
45978      Branch: maint-5.6/perl
45979            ! Changes patchlevel.h
45980 ____________________________________________________________________________
45981 [  8175] By: gsar                                  on 2000/12/18  04:57:48
45982         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
45983              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
45984              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
45985              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
45986              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
45987              7823,7825,7838
45988              
45989              Subject: Re: [PATCH] README.solaris
45990              
45991              Add getpagesize() probing, on non-UNIX guess 'undef'.
45992              
45993              Simplify the getpagesize() unit by dropping the
45994              pagesize probe since it's nowadays slightly more
45995              complicated because of sysconf(). (Note: if some
45996              platform really needs the -lPW for getpagesize,
45997              I just broke it.)
45998              TODO: a new pagesize unit.
45999              
46000              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
46001              
46002              MachTen doesn't really do mmap() and munmap().
46003              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
46004              
46005              More README.solaris updates from Andy Dougherty.
46006              
46007              Copy the s// information of README.hpux also to the perlrun.
46008              
46009              Add HAS_FSYNC, lack noticed by Nicholas Clark.
46010              
46011              Add a metaconfig unit for fsync.
46012              
46013              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
46014              
46015              Many subdocumented return values of the IO extension now documented.
46016              ungetc and write still left subdocumented.
46017              Subject: [PATCH] (was Re: IO::Handle::ungetc)
46018              
46019              Document tell() on special streams.
46020              
46021              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
46022              
46023              Subject: [ID 20001112.007] sfio's sftell isn't ftell
46024              
46025              Couple of tests from #7660 salvaged.
46026              
46027              Tweak the definition of the bit complement on UTF-8 data:
46028              if none of the characters in the string are > 0xff,
46029              the result is a complemented byte string, not a (UTF-8)
46030              char string.  Based on the summary in
46031              Subject: Re: [ID 20000918.005] ~ on wide chars
46032              This should give us the maximum backward (pre-char string)
46033              compatibility and utf8 compatibility.  The other alternative
46034              would be to limit the bit complement to be always byte only,
46035              taking the least significant byte of the chars.
46036              
46037              Cleanup messy #ifdef.
46038              
46039              Typos in #7667.
46040              
46041              Declare reg_data like reg_substr_data.
46042              
46043              Placate nervous compilers that see longer than ints switch()ing.
46044              
46045              Remove the new two tests of lib/io_xs for now, they seem to
46046              fail under perlio on some platforms.
46047              
46048              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
46049              
46050              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
46051              
46052              Subject: tiny typo in perl5db.pl
46053              
46054              Subject: some additions for makefiles for win32 (for perl@7674)
46055              
46056              Hoist the duplicated socket/netdb include logic to perl.h;
46057              undef SETERRNO in case SOCKS has defined it.  Based on:
46058              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
46059              
46060              Regen Configure.
46061              
46062              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
46063              (a macro to define signed and unsigned integer constants).
46064              
46065              Use UINT64_C().
46066              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
46067              
46068              Use u_int32_t for the size of hash_cb(), not size_t.
46069              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
46070              
46071              Quit utf8_to_uv() instantly if curlen == 0.
46072              
46073              Subject: [PATCH: perl@7674] updates to README.os390
46074              
46075              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
46076              
46077              EBCDIC tweaks.
46078              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
46079              
46080              Linenumber fix.
46081              
46082              SOCKS has its own USE_THREADS, based on
46083              Subject: [ID 20001114.002] et. al. bugfix followup
46084              
46085              UINT64_C() work continues.
46086              
46087              Detypo.
46088              
46089              The type of the hash_cb() size argument is tricky.
46090              
46091              Add fwalk() probe to the configuration files and regen perltoc.
46092              
46093              Subject: perllocale.pod changes
46094              
46095              Avoid an infinite loop in VMS when utils scripts are run
46096              with no arguments, from Charles Lane.
46097              
46098              Subject: Re: Bug in Carp::Heavy/5.6.0?
46099              
46100              For Solaris use64bitall the stdchar needs a little bit of help.
46101              
46102              The long double hints can be here or there.
46103              
46104              Test tweak for the open pragma.
46105              
46106              Also the 64bitall hints can be either here or there.
46107              
46108              As surmised the #7719 wasn't a good move.
46109              
46110              Subject: Fix for 20000409.001
46111              
46112              Subject: Fix for 20000815.006
46113              It's really 20000518.006.
46114              
46115              Subject: [PATCH 5.6.0 README.win32] very minor typos
46116              
46117              Subject: Fix for README.amiga (20000323.033)
46118              
46119              Explain in more detail the {} syntax ambiguousity.
46120              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
46121              
46122              Sparc 64-bit pack() fix from Jens Hamisch.
46123              
46124              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
46125              
46126              Subject: podlators 1.05 available        
46127              
46128              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
46129              
46130              Subject: [perl 7711: EPOC] updates
46131              
46132              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
46133              
46134              Miraculous typo.
46135              
46136              sysseek() instead of seek().
46137              
46138              Solaris hints tweaks.
46139              
46140              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
46141              This may be overly harsh but until proven otherwise, we think this
46142              way, or until we have a simple test for Configure (having to start
46143              up servers is does not count as simple) to check for the problems.
46144              
46145              Remove the shared object before attempting to create
46146              (by linking) a new one.  E.g. in AIX not removing
46147              becomes quite painful if one tries to do more than one
46148              build in the same tree (an interrupted build, for example),
46149              since the AIX' shared dynaloader seemingly keeps the shared
46150              objects open and therefore 'busy' for quite a while, even when
46151              nobody is using the objects, leading into link failures.
46152              
46153              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
46154              
46155              Subject: DOC PATCH 5.6.0 perlreftut
46156              
46157              Subject: [PATCH: perl@7777] add system locale testing for VMS
46158              
46159              Subject: [PATCH] Test.pm POD peculiarity
46160              
46161              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
46162              
46163              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
46164              
46165              Subject: Re: perl@7777 
46166              Detypoing.
46167              
46168              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
46169              
46170              Go ahead and #include <unistd.h> in perl.h.
46171              
46172              Subject: [PATCH perl@7795] small cleanup task for test suite
46173              
46174              Subject: Re: av.c patch (having slight problems)
46175              unshift() speedup.
46176              
46177              Reach back one higher up when searching for PERL_SRC.
46178      Branch: maint-5.6/perl
46179           +> lib/File/Spec/Epoc.pm
46180           !> (integrate 88 files)
46181 ____________________________________________________________________________
46182 [  8174] By: gsar                                  on 2000/12/18  03:53:09
46183         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
46184              7625..7629,7631..7634,7637,7639,7642 from mainline
46185              
46186              Fix for the tie-refhash string table leaks.
46187              
46188              Subject: [patch perl@7595] VMS configure.com tweak
46189              
46190              More careful detection of how well NVs and UVs mix.
46191              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))
46192              Added some SIGFPE paranoia.
46193              
46194              Forgot to bump the line numbers in #7601.
46195              
46196              Subject: PATCH std stdio for (Free)BSD
46197              
46198              Deleting $ENV{PATH} in VMS is not recommendable.
46199              
46200              Locale buglets.
46201              Subject: RE: Locales support (setlocale) fixes
46202              
46203              Do not test UTF-8 locales since that the tests would require
46204              polymorphic regexen.
46205              
46206              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
46207              
46208              A missing aTHX_.
46209              
46210              Subject: [ID 20001108.013] spelling
46211              
46212              Subject: [PATCH] Class::Struct at compile time
46213              
46214              Make deleting for %ENV work for (newer versions of) VMS,
46215              from Craig A. Berry.
46216              
46217              Forgot from #7618.
46218              
46219              More VMS moves on environment handling, from Charles Lane.
46220              
46221              Remove unused extra arguments.
46222              
46223              Typo in an ifndef.
46224              Subject: Re: [PATCH 5.7.0] better messages from malloc()
46225              
46226              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
46227              All except the "cow orker" change.
46228              
46229              The generated boot_* headers are wrong.  Pickier compiler,
46230              such as KAI C++ will refuse to compile the resulting perlmain.
46231              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
46232              
46233              There's no =head3.
46234              
46235              Disable only the tests 99 and 166 for UTF-8 locales.
46236              
46237              Missing dTHXs.
46238              Subject: RE: perl@7595 builds not on cygwin
46239              
46240              Subject: Re: bash -c exit and linux hints 
46241              
46242              Various doc oddball characters.
46243              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
46244              
46245              Subject: [PATCH] IO::Seekable pod
46246              
46247              Amdahl UTS hints updates.
46248              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
46249              
46250              Explain better why certain regex tests are skipped.
46251              Subject: Re: tests skipped: unknown reason
46252              
46253              Subject: [PATCH] README.solaris
46254              
46255              Subject: [PATCH perl@7638] cygwin port
46256      Branch: maint-5.6/perl
46257           +> README.solaris
46258           !> (integrate 26 files)
46259 ____________________________________________________________________________
46260 [  8173] By: gsar                                  on 2000/12/18  03:37:02
46261         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
46262              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
46263              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
46264              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
46265              
46266              Better create a true mailing list for the repository keepers.
46267              
46268              Subject: [ID 20001027.007] uniq array in perlfaq
46269              
46270              De-quoted-unreadable to ISO Latin 1.
46271              (There's one ISO-2022-JP name in Changes5.004.)
46272              
46273              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
46274              
46275              The #7476 needs a MANIFEST change, too.
46276              
46277              Add also emailless people.
46278              
46279              UTF-8 decoder tweak.
46280              
46281              Make \x{...} consistently produce UTF-8.
46282              Subject: Re: \x{...} is confused 
46283              
46284              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
46285              
46286              Add a perlbug flag, -A, to avoid acknowledgement messages.
46287              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
46288              
46289              Use Errno magic.
46290              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
46291              
46292              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
46293              
46294              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
46295              
46296              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
46297              
46298              Be more lenient on bad UTF-8 when doing bit arithmetics.
46299              Subject: Re: [ID 20000918.005] ~ on wide chars
46300              (The ord() part of the patch skipped.)
46301              
46302              Subject: perlfaq style changes
46303              
46304              AUTHORS tweaks.
46305              
46306              Whitespace style tweak.  Was originally going to see to
46307              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
46308              but that had already been taken care of.
46309              
46310              The compiler is either gcc or cc, from Tom Bates.
46311              
46312              The osname has been lowercased by now, from Tom Bates.
46313              
46314              The NonStop-UX libraries have a novel way to say NaN.
46315              
46316              printf UVs the correct way, noticed by Robin Barker.
46317              
46318              Subject: [PATCH] startperl to respect versiononly
46319              
46320              AUTHORS updates.
46321              
46322              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
46323              
46324              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
46325              
46326              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
46327              
46328              Generalize the Camel wording.
46329              Subject: Re: perlfaq style changes
46330              
46331              Subject: [ID 20001005.006] Documentation -- description of qr//
46332              
46333              C.pm part of
46334              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
46335              
46336              Locale warning explanation tweak.
46337              
46338              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
46339              
46340              Make the POSIX::setuid and POSIX::setgid to really call setuid()
46341              and setgid() because they were just changing $< and $( which means
46342              only changing the real uid/gid, as opposed to changing both
46343              real and effective ids.  (The alternative way could have been
46344              in POSIX.pm to change $> and $), too, but making a direct call
46345              to the C API feels cleaner.)  Fixes the bug
46346              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
46347              
46348              Expand %Config variables and %ENV variables only if
46349              so requested during build time using the
46350              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
46351              Not expanding makes relocating distributions easier.
46352              
46353              More tweaking on the #7522 theme.
46354              
46355              Test::Harness revealed buglets in the new DynaLoader.
46356              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
46357              
46358              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
46359              fix a autovivification bug in Tie::RefHash, add tests for both.
46360              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
46361              
46362              Detpyo.
46363              
46364              recv() can fail and return undef.
46365              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
46366              
46367              Fix the problem discussed in
46368              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
46369              originally from Linc Madison.  Also Andreas König's comments
46370              taken into account.  Some other problems with Tie::SubstrHash
46371              fixed: didn't croak when the table exceeded the requested number
46372              of entries (as documented) but instead when the number of entries
46373              exceeded the size of the table, a croak() had an unnecessary \n,
46374              didn't have a CLEAR method, documented that there is no exists().
46375              Didn't fix to be strict-proof because the module uses &foo; and
46376              dynamic scope.  Added a test script exercizing both first tamely 
46377              the basic functionality, and then the failure cases reported by
46378              Linc Madison.
46379              
46380              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
46381              
46382              The #7521 touched things it shouldn't have.
46383              
46384              Subject: [PATCH 5.7.0] better messages from malloc()
46385              
46386              Subject: Re: README.aix
46387              
46388              Add FCNTL_CAN_LOCK.
46389              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
46390              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
46391              
46392              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
46393              create a "fast path" for locale name probing using "locale -a"
46394              if available, squash finally hopefully the s?printf resetting
46395              the numeric locale (since, IIUC perllocale, it never shouldn't). 
46396              
46397              More Changes tweakery.
46398              
46399              Dying is too strict here, better just skip.
46400              
46401              Subject: Locales support (setlocale) fixes
46402              Modified quite a bit to be more portable.
46403              
46404              Configure would use a bad $myuname from an old config.sh.
46405              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
46406              
46407              Fix for
46408              Subject: [ID 20001004.006] undef is never tainted
46409              An undef read from a slurped file was not tainted.
46410              
46411              Fix for
46412              Subject: [ID 20001004.007] taint propogation is inconsistent
46413              The culprit was sv_setsv() which was rather blindly
46414              propagating taint, which lead to behaviour where if
46415              a tainted anon hash value was seen all the hash values
46416              from then on at that level became tainted, or at any
46417              upper levels in the case of nested anon hashes.
46418              
46419              Test tweak: show also the failed locales.
46420              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
46421              
46422              A fix of sorts for 20000329.026, a better error message
46423              for a missing "use charnames" when using the \N{...}. 
46424              
46425              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
46426              
46427              Add =pod to be tidy.
46428              
46429              Fix for bug id 19990615.008, pos() unset during s///ge.
46430              
46431              Add a note for future generations about bug id 20000229.006.
46432              
46433              Use -dM for gcc (the suggested patch did it only for Linux,
46434              but I think it can be generalized).
46435              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
46436              
46437              opmini.o can linger from Configures past.
46438              
46439              Document that the evaled syntax errors cause scalar leaks.
46440              
46441              Fix for
46442              Subject: [ID 20000728.005] perl -P broken
46443              (hopefully).  The fix is also not complete, it seems to break
46444              BOM swallowing for libc5 systems, but until someone figures
46445              out a way to do this without ftell(), this will do.
46446              
46447              AUTHORS updates.
46448              
46449              Subject: Re: rsync'ed patches vs. rsync'ed source
46450              
46451              Admit that the test leaks scalars.
46452              
46453              Sanitize the environment further.
46454              
46455              VOS updates from Paul Green.
46456              
46457              Document %ENV = () portability issues.
46458              
46459              Make the stdio test program of 7427 less noisy while being 
46460              compiled so that Digital UNIX wouldn't get both
46461              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
46462              undefined.  This makes perlio happy.
46463              
46464              glibc5 detection by __GNU_LIBRARY__.
46465              
46466              %ENV note tweaks from Dan Sugalski.
46467              
46468              Varargs don't always work too well if one puts an unsigned
46469              char on the stack and pop an unsigned quad off the stack.
46470              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
46471              
46472              Subject: Pod updates
46473              
46474              Fake support of holey files in win/dosish platforms.
46475              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
46476              
46477              A doc addition for bug id 20001105.019, beware \p.
46478              
46479              Tweak #7587.
46480              
46481              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
46482              
46483              perlhack updates from H.Merijn Brand.
46484              
46485              Subject: [PATCH perl@7573] cygwin port
46486              Synchronize with Cygwin 1.1.5.
46487              
46488              Bad thinko in #7581 (I used the test program with the expanded
46489              values as-is).
46490              
46491              Make perlbug not insist on dumping to a file when stdout isn't a tty.
46492              Subject: [PATCH] perlbug.PL
46493              
46494              Overrideable keys, each, pop, push, shift, splice, unshift.
46495              Subject: [PATCH] prototyped functions that should be overrideable
46496              
46497              Try to avoid flockless and emulationless places.
46498      Branch: maint-5.6/perl
46499           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
46500            - MAINTAIN
46501           !> (integrate 111 files)
46502 ____________________________________________________________________________
46503 [  8172] By: jhi                                   on 2000/12/18  02:49:27
46504         Log: Regen pods.
46505      Branch: perl
46506            ! pod/perlmodlib.pod pod/perltoc.pod
46507 ____________________________________________________________________________
46508 [  8171] By: gsar                                  on 2000/12/18  02:49:24
46509         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
46510              7465..7471 from mainline
46511              
46512              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
46513              in platforms that strictly require all the symbols being present
46514              at link time.
46515              
46516              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
46517              
46518              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
46519              
46520              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
46521              
46522              Subject: [PATCH] todo
46523              
46524              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
46525              
46526              Use $sort, $uniq (and $tr) consistently as wondered
46527              by Nicholas Clark.
46528              
46529              Too enthusiastic editing in #7460.
46530              
46531              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
46532              
46533              Upgrade to CPAN 1.58_55.
46534              Subject: CPAN.pm status
46535              
46536              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
46537              
46538              Make target reordering to avoid pointless re-makes.
46539              Subject: Re: Total re-make of 'make okfile' after 7451 ?
46540              
46541              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
46542              
46543              Subject: DOC PATCH 5.6.0
46544              
46545              Add the repository doc by Malcolm, Sarathy, and by Simon,
46546              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
46547      Branch: maint-5.6/perl
46548           +> Porting/repository.pod
46549           !> Configure MANIFEST Makefile.SH README.dos README.os2
46550           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
46551           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
46552           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
46553 ____________________________________________________________________________
46554 [  8169] By: gsar                                  on 2000/12/18  02:33:34
46555         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
46556              7435..7441,7445 from mainline
46557              
46558              Make the UTF-8 decoding stricter and more verbose when
46559              malformation happens.  This involved adding an argument
46560              to utf8_to_uv_chk(), which involved changing its prototype,
46561              and prefer STRLEN over I32 for the UTF-8 length, which as
46562              a domino effect necessitated changing the prototypes of
46563              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
46564              The stricter UTF-8 decoding checking uses Markus Kuhn's
46565              UTF-8 Decode Stress Tester from
46566              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
46567              
46568              Run vms/vms_yfix.pl, should have done that after changing
46569              perly.c in #7382.
46570              
46571              Subject: [PATCH 5.7.0] static linking with uninstalled perl
46572              
46573              (Replaced by #7440.)
46574              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
46575              
46576              Fix the bug ID 20001024.005, the bug introduced by #7416.
46577              
46578              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
46579              
46580              Fix the bug reported in
46581              From: andreas.koenig@anima.de (Andreas J. Koenig)
46582              Also make is_utf8_char() stricter.
46583              
46584              Missed the header file changes from #7425.
46585              
46586              Check if stdio supports tweaking lval and cnt simultaneously.
46587              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
46588              
46589              Stratus VOS updates from Paul Green.
46590              
46591              Podify README.epoc and README.vos.
46592              
46593              Add targets to Makefile.SH, most importantly
46594              'regen_all' which also remembers to update vms/perly*.
46595              
46596              Subject: Minor update to find2perl, for portability
46597              
46598              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
46599              
46600              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
46601              
46602              Rename UTF8LEN() to be UNISKIP(), too confusing to have
46603              UTF8LEN() and UTF8SKIP(). 
46604              
46605              Allow poking holes at the UTF-8 decoding strictness.
46606              
46607              Continue the internal UTF-8 API tweaking.
46608              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
46609              used much more than the simpler API, now called utf8_to_uv_simple().
46610              Still not quite happy with API, too much partial duplication
46611              of functionality.
46612              
46613              A new version of making the syslog test more robust.
46614              (Replaces #7421.)
46615              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
46616              
46617              buildtoc target tweaks.
46618              
46619              Integrate with vmsperl #7430 by Charles Bailey:
46620              
46621              Cleanup from prior patch (Charles Lane?):
46622              - improve handling of MFDs in Basename and Path
46623              - default to no xsubpp line # munging when building debug images
46624      Branch: maint-5.6/perl
46625           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
46626           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
46627           !> (integrate 67 files)
46628 ____________________________________________________________________________
46629 [  8168] By: gsar                                  on 2000/12/18  02:05:49
46630         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
46631              
46632              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
46633              From: Martin Husemann <martin@duskware.de>
46634              
46635              Subject: [PATCH 5.7.0] restore match data on backtracing
46636              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46637      Branch: maint-5.6/perl
46638           !> regcomp.c regexec.c t/op/re_tests
46639 ____________________________________________________________________________
46640 [  8167] By: gsar                                  on 2000/12/18  01:55:22
46641         Log: integrate changes#7858,7986 from mainline
46642              
46643              C<foreach my $x ...> in pseudo-fork()ed process may diddle
46644              parent's memory; fix it by keeping track of the actual pad
46645              offset rather than a raw pointer (this change is probably also
46646              relevant to non-ithreads case to avoid fallout from reallocs of
46647              the pad array, but is currently only enabled for the ithreads
46648              case in the interests of minimal disruption to existing "well
46649              tested" code)
46650              
46651              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
46652              due to the notorious GetFileType() bug in Windows 9x, which fstat()
46653              tickles)
46654      Branch: maint-5.6/perl
46655           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
46656           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
46657           !> win32/win32.c win32/win32.h win32/win32sck.c
46658 ____________________________________________________________________________
46659 [  8166] By: gsar                                  on 2000/12/18  01:52:59
46660         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
46661              from mainline (xsubpp and ExtUtils::LibList fixups, various
46662              other small items)
46663              
46664              The generated boot_* headers are wrong.  Pickier compiler,
46665              such as KAI C++ will refuse to compile the resulting perlmain.
46666              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
46667              
46668              Various doc oddball characters.
46669              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
46670              
46671              Subject: [PATCH] Re: 20001101.003 PDL
46672              
46673              Subject: [PATCH 5.7.0] etags broken again
46674              
46675              Subject: [PATCH 5.7.0] Liblist finally works
46676              
46677              Subject: [PATCH 5.7.0] Liblist returns found libraries
46678              
46679              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
46680              
46681              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
46682              
46683              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
46684              OUT keyword nits.
46685              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
46686              OUT and IN_OUT documentation.
46687      Branch: maint-5.6/perl
46688           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
46689           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
46690           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
46691           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
46692           !> win32/bin/search.pl
46693 ____________________________________________________________________________
46694 [  8165] By: gsar                                  on 2000/12/18  01:28:45
46695         Log: integrate changes#7533,7563,7611,7623 from mainline (various
46696              malloc.c embellishments)
46697      Branch: maint-5.6/perl
46698           !> malloc.c pod/perldiag.pod
46699 ____________________________________________________________________________
46700 [  8164] By: gsar                                  on 2000/12/18  01:23:33
46701         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
46702              fixups)
46703      Branch: maint-5.6/perl
46704           !> utils/h2xs.PL
46705 ____________________________________________________________________________
46706 [  8163] By: gsar                                  on 2000/12/18  01:17:50
46707         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
46708              fixups)
46709      Branch: maint-5.6/perl
46710           !> Makefile.SH utils/perlbug.PL
46711 ____________________________________________________________________________
46712 [  8162] By: gsar                                  on 2000/12/18  00:25:43
46713         Log: always export Perl_deb() (it is required by re.xs whether
46714              Perl is built with or without -DDEBUGGING)
46715      Branch: maint-5.6/perl
46716            ! makedef.pl
46717 ____________________________________________________________________________
46718 [  8161] By: gsar                                  on 2000/12/18  00:23:38
46719         Log: integrate change#7414 from mainline
46720              
46721              Undo the basename() part of #7412 since the lib/basename
46722              tests would need upgrading too.
46723              
46724              squelch two tests in tr.t that rely on tr/// paranoia change
46725              that's not in 5.6.x
46726      Branch: maint-5.6/perl
46727            ! t/op/tr.t
46728           !> lib/File/Basename.pm
46729 ____________________________________________________________________________
46730 [  8160] By: gsar                                  on 2000/12/18  00:05:30
46731         Log: missing change in previous integrate
46732      Branch: maint-5.6/perl
46733           !> README.aix
46734 ____________________________________________________________________________
46735 [  8159] By: gsar                                  on 2000/12/18  00:03:38
46736         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
46737              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
46738              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
46739              7410..7413 from mainline
46740              
46741              Introduce the man[24-8] variables, from Andy Dougherty.
46742              
46743              Upgrade to CPAN 1.58, from Andreas König.
46744              
46745              An updated EBCDIC tr patch.
46746              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
46747              
46748              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
46749              
46750              Two thirds of
46751              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
46752              The Install.pm changes will be submitted separately because
46753              they need some work and discussion still.
46754              
46755              The Install.pm third of
46756              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
46757              
46758              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
46759              
46760              Subject: [PATCH 5.7.0] IVs in mtats
46761              
46762              Subject: [PATCH 5.7.0] Perl API for mstats
46763              
46764              Ilya implemented the memory profiling API.
46765              
46766              In Amdahl UTS "struct sv" is defined by a system header,
46767              <ksync.h>.
46768              
46769              Slight tweak of the code to appease Amdahl UTS cc.
46770              
46771              Amdahl UTS doesn't seem to do dynaloading.
46772              
46773              Use UTF8SKIP(), from Simon Cozens.
46774              
46775              Thinko in #7222.
46776              
46777              op/sprintf.t patch for OS/390 (and any other host with limited
46778              floating-point exponent length)
46779              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
46780              
46781              Tweak #7225.
46782              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
46783              
46784              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
46785              
46786              Needs to be conditional on SunOS 4.
46787              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
46788              
46789              Test cases for bug id 20000323.056 (the bug seems to be fixed).
46790              
46791              Add test for bug id 20000427.003 (which seems to have
46792              been fixed) (also duplicate as 20000427.004, though
46793              with a higher severity).  Move one utf8 from op/append
46794              to pragma/utf8, tag the tests with bug ids.
46795              
46796              Document FNCASE=y as discussed in the bug 20000902.009.
46797              
46798              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
46799              The problem was that rx->minlen was in chars while pp_split()
46800              thought it would be in bytes. 
46801              
46802              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
46803              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
46804              
46805              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
46806              
46807              Fix a couple of compiler-noted nits in #7235.
46808              
46809              Tweak the test of #7235.
46810              
46811              One more ~utf8 tweak.
46812              
46813              -w cleanup.
46814              Subject: Re: Problems with bleadperl 
46815              
46816              Subject: small pod patch
46817              
46818              Subject: [PATCH perlguts.pod] Document offset hack
46819              
46820              Add Charles Lane.
46821              
46822              Add the capability to include/exclude branches.
46823              
46824              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
46825              
46826              Detect early whether the std streams have gone bad.
46827              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
46828              
46829              More IoTYPE sprinkling.
46830              
46831              Workaround for a sfio bug where the stream error indicator
46832              is not cleared as documented.
46833              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
46834              
46835              Clarify documentation on 'use bytes'.
46836              Subject: Re: What does 'use bytes' "mean" ?
46837              
46838              Show the failed remote port, instead of the failing line number.
46839              Subject: [PATCH 5.6.1 Debugger] More diagnostics
46840              
46841              Make Cwd more bulletproof in chrooted environments.
46842              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
46843              
46844              Subject: Pod patch for Devel::Peek
46845              
46846              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
46847              
46848              Borland C fstat() never saw the fd as writable.
46849              Subject: fix for Borland's weak "stat" (perl@7211)
46850              
46851              Missing change from #7362.
46852              
46853              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
46854              
46855              Add the test case for the bug id 20000730.004 which seems
46856              to have been fixed by now.
46857              
46858              Fix of sorts for bug id 20000901.092.  There seems to be no trace
46859              of a 'pmshort' anywhere in the B, so the offending line was simply
46860              removed.
46861              
46862              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
46863              
46864              Subject: PATCH do_print has 2 PerlIO_error()s
46865              
46866              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
46867              
46868              Typo noted by Mark Lutz.
46869              
46870              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
46871              
46872              In the latest compiler builds cccdlflags must not become -fpic,
46873              from Wilfredo Sánchez.
46874              
46875              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
46876              
46877              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
46878              
46879              SOCKS function redefinitions need prototypes, too, otherwise
46880              for example 32 bit versus 64 bit differences cause a lot of
46881              problems.  Part of
46882              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
46883              
46884              Portability tweak on #7377.
46885              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
46886              
46887              Don't write double values through long double pointers,
46888              based on a part of
46889              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
46890              
46891              Reëntrancy fix.
46892              Subject: [PATCH perl@7229] Rentrant parser and yylex()
46893              
46894              Make scan_num() reëntrant, as suggested in
46895              Subject: [PATCH perl@7229] Rentrant parser and yylex()
46896              
46897              Fix for ID 20001020.006, concatenating an unset submatch
46898              with utf8 resulted in "Modification of a read-only value".
46899              
46900              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
46901              
46902              The #7383 was right only in the context of the original bug report,
46903              not in more general case.
46904              
46905              Update Changes.
46906              
46907              Testcases for a #7383,#7385 related bug.
46908              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
46909              
46910              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
46911              
46912              Tweak the Is* definitions of Unicode character classes
46913              to better match the official categorizations; embrace
46914              the official categorizations; add the combining marks
46915              as alpha (and -numeric); fix DCinital (a typo and edito)
46916              to be DCmedial.
46917              
46918              Hints tweak from Anton Berezin.
46919              
46920              Subject: installman go-faster stripes
46921              Subject: Re: installman go-faster stripes
46922              
46923              Subject: [ID 20001021.003] updated hints/openbsd.sh
46924              
46925              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
46926              
46927              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
46928              
46929              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
46930              
46931              Doc patch.
46932              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
46933              
46934              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
46935              
46936              Subject: Re: [ID 20001021.005] SEGV with regex match 
46937              
46938              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
46939              
46940              The change #7187 was not so good on VMS.
46941              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
46942              
46943              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
46944              
46945              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
46946              
46947              Document PERL_INSTALL_ROOT of #7210.
46948      Branch: maint-5.6/perl
46949           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
46950           +> t/lib/tie-splice.t
46951            - lib/unicode/Is/DCinital.pl
46952           !> (integrate 112 files)
46953 ____________________________________________________________________________
46954 [  8158] By: jhi                                   on 2000/12/17  23:04:24
46955         Log: Subject: [PATCHES] RE: perl@8150 
46956              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
46957              Date: Sun, 17 Dec 2000 21:46:39 +0100
46958              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
46959              
46960              Neither cygwin has a getpwuid() one can trust on.
46961      Branch: perl
46962            ! t/lib/glob-basic.t
46963 ____________________________________________________________________________
46964 [  8157] By: jhi                                   on 2000/12/17  23:01:54
46965         Log: More MAN.PODS => {} fixes.
46966      Branch: perl
46967            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
46968            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
46969            ! os2/OS2/REXX/Makefile.PL
46970 ____________________________________________________________________________
46971 [  8156] By: gsar                                  on 2000/12/17  22:49:13
46972         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
46973              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
46974              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
46975              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
46976              7201,7204 from mainline
46977              
46978              Remove vestiges of tr//CU.
46979              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
46980              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
46981              
46982              The return value of setlocale must be copied away.
46983              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
46984              
46985              Allow chop() and chomp() to be overridden.
46986              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
46987              
46988              Hints optimization.
46989              Subject: Minor nit
46990              
46991              Subject: [PATCH] de-wall t/README
46992              
46993              Subject: Re: Two advertising clauses need to be removed
46994              
46995              Batch of UTF-8 patches from Simon Cozens.
46996              
46997              Fix for a parsing bug, not for the original bug.
46998              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
46999              
47000              Compilation warnings and an error.
47001              
47002              Subject: File::Find 5.7.0 POD nits
47003              
47004              Subject: [PATCH perl-5.7.0] continued -Wformat support
47005              
47006              The one that got away.
47007              
47008              Subject: Re: perl@7078
47009              
47010              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
47011              convertable to bytes by checking it doesn't go above 0xc3
47012              Subject: Re: perl@7078
47013              
47014              Replace #7084 with
47015              Subject: Re: perl@7078 
47016              
47017              We don't need to count the high bit bytes, a boolean is enough. 
47018              
47019              Subject: [PATCH] utf8.c apidoc
47020              
47021              Subject: Re: perl@7078 
47022              
47023              Botched the #7090 check-in.
47024              
47025              Fix for the charnames.t failures from Spider Boardman.
47026              
47027              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
47028              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
47029              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
47030              0 to checking to get the warning.
47031              
47032              Subject: [PATCH] Nits in perlmod.pod
47033              
47034              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
47035              
47036              Subject: Re: unicode support and perl [ID 20000901.097]
47037              
47038              Subject: Re: unicode support and perl [ID 20000901.097]
47039              
47040              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
47041              
47042              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
47043              
47044              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
47045              
47046              Subject: [PATCH@blead] Fix some recursion in overload.pm
47047              
47048              s/Robin Parker/Robin Barker/
47049              
47050              Subject: [PATCH] Fix aliasing of tied filehandles
47051              
47052              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
47053              
47054              Subject: Re: [PATCH 5.005_64 missed]
47055              
47056              SOCK_DGRAM and listen() do not mix as reported in
47057              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
47058              The patch for 5.7.0+ had to be reengineered, though.
47059              
47060              Subject: DOC PATCH 5.6.0
47061              
47062              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
47063              
47064              Document the issue (is not a syntax error, kind of)
47065              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
47066              
47067              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
47068              Did not apply cleanly, manual intervention was needed.
47069              
47070              Subject: [PATCH] DLL not restartabke with threaded perl
47071              
47072              Inside require() $^S was always left undefined.
47073              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
47074              
47075              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
47076              
47077              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
47078              
47079              Regen headers.
47080              
47081              Subject: [PATCH 5.7.0] Epoc update
47082              
47083              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
47084              as suggested by Olaf Flebbe and Nick Clark.
47085              
47086              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
47087              
47088              Misplaced else.
47089              
47090              Scale down the VMS message boxes, by Charles Lane.
47091              Fix for ID 20000903.009, workaround at
47092              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
47093              
47094              Subject: [ID 20001003.006] B::Debug not -w clean
47095              
47096              Test harness update to sync with the new perlcc,
47097              from Simon Cozens.
47098              
47099              One remaining nit less at the VMS mailbox sizing.
47100              
47101              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
47102              
47103              It is possible to have no hosts database at all.  Pointed out in
47104              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
47105              
47106              Subject: [PATCH 5.7.0] h2xs not working
47107              Subject: [PATCH 5.7.0] h2xs not documenting the created module
47108              
47109              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
47110              
47111              Subject: perlhack.pod Patch for Externals Tools
47112              
47113              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
47114              
47115              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
47116              
47117              Enable disabling scripts installation by Configure -Uinstallscripts,
47118              suggested by H. Merijn Brand.
47119              
47120              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
47121              reported several times by Dominic Dunlop, for example in
47122              ID 20000315.008.  Patch from Dominic.  Patch affects at
47123              least MachTen, and possibly other oldish BSDs. Should not
47124              break non-broken platforms (tested on LinuxPPC). 
47125              
47126              Regen toc.
47127              
47128              Subject: Re: Questions about Tie::Array and perl modules
47129              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
47130              
47131              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
47132              
47133              Tweak #7153.
47134              
47135              IO::Handle->syswrite() did not handle length omission
47136              like CORE::syswrite() does.
47137              Subject: [Fwd] IO::Handle, syswrite and arguments
47138              The original patch from andrew@ugh.net.au.
47139              
47140              Also the $ccflags is needed for the C compiler check.
47141              Subject: Configure (check for C-compiler)
47142              
47143              Eliminate $Is_VMS code from the test.
47144              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
47145              
47146              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
47147              as the first option of cc/ld because of ultrapicky compilers
47148              (e.g. OS/390 R2.5)
47149              
47150              Change the version number of Tie::Handle in the core to 4.0,
47151              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
47152              Subject: Note on Tie::Handle
47153              
47154              UTF8ize split() so that the cloned substrings get the UTF8
47155              flag of the original scalar.  Problem reported by Simon Cozens.
47156              
47157              save_re_context() could reset PL_curcop to freed memory, causing core
47158              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
47159              
47160              Subject: PATCH 5.6 perldebguts grammar cleanup
47161              
47162              Add a todo note about overloadable assertions.
47163              
47164              on Windows, LoadLibrary() could load an extension DLL multiple
47165              times if forward slashes are used in the path
47166              
47167              on Windows, cwd strings in the environment should be of the
47168              form =X:=X:\foo instead of =X=X:\foo\
47169              
47170              on Windows, avoid potential exception (could happen if MSVCRT isn't
47171              being used) when closing a socket handle
47172              
47173              avoid nonportable example code
47174              
47175              Windows9x doesn't support link(), despite what Config.pm
47176              might think
47177              
47178              pod nit
47179              
47180              Change #7160 had a nasty typo.
47181              
47182              Warn about unknown scripts.
47183              Subject: Re: ideas? patches? [PATCH bleadperl]
47184              
47185              on Windows, clean targets might not work under some flavors of the shell
47186              
47187              tweak for change#7173
47188              
47189              Make eq work again with utf8 (disabling the upgrading
47190              should no more be necessary since the copies of the
47191              scalars are upgraded, not the scalars themselves).
47192              Takes care of ID 20001009.001.  (The claimed length()
47193              bug in 20001009.001 seems bogus to me.)
47194              
47195              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
47196              
47197              Upgrade to CGI.pm 2.74, from Lincoln Stein.
47198              
47199              Upgrade to podlators 1.04, from Russ Allbery.
47200              
47201              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
47202              
47203              Quote the temp file name, needed in Win32 because the
47204              default name unfortunately contains spaces, shouldn't
47205              hurt elsewhere.
47206              Subject: FW: perldoc fails if $TEMP contains spaces
47207              
47208              Subject: RE: [ID 19990803.001] README.win32 suggestions 
47209              
47210              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
47211              
47212              Subject: Re: utf8 concat, mg_get
47213              
47214              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
47215              
47216              Subject: [PATCH: perl@7181] op/tr tests on OS/390
47217              
47218              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
47219              
47220              Use the versiononly instead of the installscripts,
47221              retract the changes 7146 and 7147.
47222              
47223              Reapply Andy's patch and regen Configure.
47224              
47225              Add the test case for #7190, from the original bug report
47226              by Andreas König.
47227              
47228              Remove duplicated code.
47229              
47230              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
47231              
47232              restore change#7202
47233      Branch: maint-5.6/perl
47234           !> (integrate 121 files)
47235 ____________________________________________________________________________
47236 [  8155] By: jhi                                   on 2000/12/17  22:30:58
47237         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
47238              From: "Craig A. Berry" <craigberry@mac.com>
47239              Date: Sun, 17 Dec 2000 13:09:28 -0600
47240              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
47241              
47242              MAN.PODS => ' ' is naughty.
47243      Branch: perl
47244            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
47245 ____________________________________________________________________________
47246 [  8154] By: nick                                  on 2000/12/17  22:07:13
47247         Log: MULTIPLICITY nit.
47248      Branch: perl
47249            ! mg.c
47250 ____________________________________________________________________________
47251 [  8153] By: gsar                                  on 2000/12/17  21:23:05
47252         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
47253              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
47254              from mainline
47255              
47256              Document the SvIOK_.*UV().
47257              
47258              Update Unicode todo list.
47259              
47260              Guard against bad string->int conversion for quads.
47261              
47262              Subject: small apidoc fix
47263              
47264              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
47265              
47266              Subject: [PATCH] Tied filehandle documentation
47267              
47268              Subject: [PATCH] Modernize Opcode.pm documentation
47269              
47270              Make Data::Dumper (non-XS) to work with changed semantics of ref().
47271              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
47272              [applied even though said semantics didn't change in 5.6.x]
47273              
47274              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
47275              
47276              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
47277              
47278              Fix the URL, but the server is still missing in action.
47279              Subject: [ID 20000905.002] perlfaq1.pod URL error
47280              
47281              Subject: [ID 20000903.001] \w in utf8-strings
47282              
47283              Fix the ccversion detection for 5.1 and beyond.
47284              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
47285              
47286              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
47287              
47288              Subject: [ID 20000904.008] Tiny fix for perldiag
47289              
47290              Subject: Re: [ID 20000906.004] segfault with bad perl statement
47291              
47292              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
47293              
47294              Subject: [ID 20000908.002] perlipc documentation bug.
47295              
47296              Subject: [PATCH lib/Benchmark.pm]
47297              
47298              Re-allow vec() for characters > 255.
47299              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
47300              
47301              Do away with memory models cruft.  Sorry, PDP users.
47302              
47303              Continue #7041.
47304              
47305              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
47306              
47307              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
47308              
47309              Upgrade to CPAN 1.57_65, from Andreas König.
47310              
47311              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
47312              by Russ Allbery.
47313              
47314              Silence t/pod/*.t about alternate quote-mappings now implemented
47315              by Pod::Text, from Brad Appleton.
47316              
47317              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
47318              Subject: borland C++ win32.c tweak
47319              
47320              C<@a = @b = split(...)> optimization coredumps under ithreads
47321              (missed a spot when fixing up op_pmreplroot hack for ithreads)
47322              
47323              Document the SvUTF8*().
47324              
47325              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
47326              
47327              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
47328              
47329              Do in VMS as the #7054 does.
47330              
47331              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
47332              
47333              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
47334              
47335              Subject: [patch: perl@7045] vms updates
47336              
47337              Test for the #7049.
47338              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
47339              
47340              Break up the myconfig lines a bit.
47341              Subject: perlbug/perl -V output format
47342              
47343              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
47344              
47345              The #7054 truncated Configure badly.
47346              
47347              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
47348              initialization in all the threads on Windows
47349              
47350              Allow for whitespace between "#" and "line" in cpp output.
47351              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
47352              
47353              Remove vestiges of tr//CU.
47354              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
47355              
47356              The return value of setlocale must be copied away.
47357              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
47358              
47359              Allow chop() and chomp() to be overridden.
47360              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
47361              
47362              Hints optimization.
47363              Subject: Minor nit
47364              
47365              Subject: [PATCH] de-wall t/README
47366              
47367              Subject: Re: Two advertising clauses need to be removed
47368      Branch: maint-5.6/perl
47369           !> (integrate 75 files)
47370 ____________________________________________________________________________
47371 [  8152] By: gsar                                  on 2000/12/17  20:30:11
47372         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
47373              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
47374              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
47375              
47376              Don't attach -ld to the archname if pointless.
47377              
47378              Document UNTIE in a very minimalistic way.
47379              
47380              POSIX doesn't report long double values under -Duselongdouble
47381              when the long doubles are "real" (bigger than doubles).
47382              
47383              More author updates.
47384              
47385              Try to deduce NV_MAX.  Really should be Configure fodder.
47386              
47387              :: not allowed in pathnames, change to .
47388              Subject: [PATCH perl@6938] cygwin port
47389              
47390              Forget about NV_MAX (#6951).  Various floating point tweaks,
47391              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
47392              
47393              Move the Solaris 7 scan to use64bitall, make the
47394              failure to find 64-bot sparc libc to mention the
47395              possibility of being in an intel, from Lupe and Alan.
47396              
47397              Regen perltoc.
47398              
47399              AUTHORS tweaks, from Peter Prymmer.
47400              
47401              More address tweaking.
47402              
47403              Small tweaks all over.
47404              
47405              File::Temp patches from Andreas König,
47406              
47407              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
47408              
47409              Subject: CPAN.pm beta 1.57_57 for the core
47410              
47411              Part of the solution.
47412              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
47413              
47414              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
47415              
47416              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
47417              
47418              Add the overload warnings to perldiag.
47419              
47420              Drop unused argument.
47421              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
47422              
47423              Subject: Nit in Configure (bleadperl@6961)
47424              
47425              Update to PodParser 1.18, from Brad Appleton.
47426              
47427              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
47428              
47429              Subject: [PATCH: 6948] add SCNfldbl to configure.com
47430              
47431              Document UNTIE. Also tweak implementation to suppress the 'inner references'
47432              warning when UNTIE exists and instead pass the cound of extra references to
47433              the UNTIE method.
47434              
47435              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
47436              so that case-ignoring systems like DCL can tell them from
47437              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
47438              
47439              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
47440              
47441              Feature ordering tweak.
47442              
47443              Regen perltoc.
47444              
47445              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
47446              
47447              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
47448              
47449              Subject: http:// in L<>
47450              
47451              Detypo.
47452              
47453              change#6791 accidentally clobbered change#6710, put it back
47454              
47455              Only the first line, thank you very much.
47456              
47457              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
47458              plus rework the http: spots as suggested by Tom Christiansen,
47459              plus regen perltoc.
47460              
47461              Undo part of change 6489 which looks like a bulk edit which
47462              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
47463              The supressing of main:: on return from select() is undesirable.
47464              
47465              Apparently avoiding the swapping is too costly.
47466              
47467              Various Configure nits by Philip Newton,
47468              plus the ebcdic one by me.
47469              
47470              Make certain cc is set before trying to run it.
47471              
47472              If overloaded %{} etc. return the object do not loop.
47473              Thus  sub deref { $_[0] } functions if object is wanted type.
47474              
47475              Update perlhist.
47476              
47477              More %{} and other deref special casing - do not pass to 'nomethod'.
47478      Branch: maint-5.6/perl
47479           !> (integrate 59 files)
47480 ____________________________________________________________________________
47481 [  8151] By: gsar                                  on 2000/12/17  19:14:38
47482         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
47483              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
47484              
47485              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
47486              
47487              Make the epsilon to be relative, not absolute.
47488              
47489              Put back the flags dump as reasoned in
47490              Subject: Re: [PATCH] Glob dumping
47491              
47492              Introduce ccname to keep track of what compiler kind of we have.
47493              
47494              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
47495              
47496              Put back the slice accidentally removed by #6907.
47497              
47498              Reset archname and archname64 always, forcing them be
47499              recomputed at each Configure run, make Configure and
47500              the hints files agree on the naming of largefiles variables.
47501              
47502              Don't say "Perl 5.0 source kit".
47503              
47504              Subject: [PATCH] fix misc cast warnings
47505              
47506              Subject: typos in pods
47507              
47508              NVs not necessarily doubles, as pointed out by Yitzchak.
47509              
47510              Subject: [PATCH 6889] add a few ldbl formats to configure.com
47511              
47512              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
47513              
47514              Better options for rsync.
47515              
47516              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
47517              
47518              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
47519              
47520              Subject: [PATCH] Re: UNTIE method 
47521              
47522              A better fix for the Socket building problem from Craig Berry.
47523              
47524              Retract the dummy test, skip the security tests (instead of failing),
47525              explain what the warnings mean.
47526              
47527              Heap decorruption.
47528              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
47529              
47530              Update to Unicode 3.0.1.
47531              
47532              Missed one Unicode file.
47533              
47534              Subject: Re: typos in pods
47535              
47536              The #6929 was too skimpy.
47537              
47538              sscanf() may be the only way to read long doubles from strings.
47539              
47540              Reveal Borland's isnan.
47541              Subject: build with BC++ tweak
47542              
47543              Issue useful diagnostic on unknown pod commands.
47544              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
47545              
47546              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
47547              
47548              Clarify the third case of ftmp-security warnings.
47549              
47550              Make -Dusemorebits find long doubles in Solaris.
47551              
47552              Wrap the test in eval.
47553      Branch: maint-5.6/perl
47554           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
47555           +> lib/unicode/PropList.txt lib/unicode/README.perl
47556           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
47557           +> lib/unicode/Unicode.301 vms/vmspipe.com
47558            - lib/unicode/Props.txt lib/unicode/UCD300.html
47559            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
47560           !> (integrate 305 files)
47561 ____________________________________________________________________________
47562 [  8150] By: jhi                                   on 2000/12/17  18:47:57
47563         Log: Uncheckedin generated files.
47564      Branch: perl
47565            ! global.sym perlapi.c pod/perlapi.pod
47566 ____________________________________________________________________________
47567 [  8149] By: jhi                                   on 2000/12/17  18:41:22
47568         Log: Update Changes.
47569      Branch: perl
47570            ! Changes patchlevel.h
47571 ____________________________________________________________________________
47572 [  8148] By: jhi                                   on 2000/12/17  18:39:16
47573         Log: Subject: [PATCH] Fcntl constants speedup
47574              From: Nicholas Clark <nick@ccl4.org>
47575              Date: Sun, 17 Dec 2000 16:29:24 +0000
47576              Message-ID: <20001217162924.E97668@plum.flirble.org>
47577              
47578              Use IVs for the Fcntl constants instead of NVs.
47579      Branch: perl
47580            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
47581 ____________________________________________________________________________
47582 [  8147] By: jhi                                   on 2000/12/17  18:33:41
47583         Log: Add test for #8145 (binmode() warning), add warning for
47584              ioctl() and sockpair(), document them. (fileno() cannot
47585              be tripwired with the same kind of warning because
47586              'defined fileno($foo)' seems to be an idiom.)
47587      Branch: perl
47588            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
47589 ____________________________________________________________________________
47590 [  8146] By: gsar                                  on 2000/12/17  18:09:08
47591         Log: update Changes
47592      Branch: maint-5.6/perl
47593            ! Changes
47594 ____________________________________________________________________________
47595 [  8145] By: jhi                                   on 2000/12/17  17:39:35
47596         Log: Subject: [PATCH] Re: The long awaited feature ...
47597              From: Simon Cozens <simon@cozens.net>
47598              Date: Sun, 17 Dec 2000 12:31:56 +0000
47599              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
47600              
47601              Add a warning to binmode() about using bad filehandles
47602              (can happen e.g. if someone forgets the filehandle argument)
47603      Branch: perl
47604            ! pp_sys.c
47605 ____________________________________________________________________________
47606 [  8144] By: jhi                                   on 2000/12/17  17:33:48
47607         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
47608              From: Jonathan Stowe <gellyfish@gellyfish.com>
47609              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
47610              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
47611      Branch: perl
47612            ! lib/Net/Ping.pm
47613 ____________________________________________________________________________
47614 [  8143] By: jhi                                   on 2000/12/17  05:31:37
47615         Log: Polymorphic regexps.
47616              
47617              Fixes at least the bugs 20001028.003 (both of them...) and
47618              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
47619              also to be fixed by now, probably already before this patch.
47620      Branch: perl
47621            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
47622            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
47623            ! t/op/utf8decode.t t/pragma/utf8.t
47624 ____________________________________________________________________________
47625 [  8142] By: jhi                                   on 2000/12/16  17:16:05
47626         Log: Subject: [patch perl@8102] dos/djgpp update
47627              From: Laszlo Molnar <ml1050@freemail.hu>
47628              Date: Sat, 16 Dec 2000 01:40:52 +0100
47629              Message-ID: <20001216014052.A335@freemail.hu>
47630      Branch: perl
47631            ! djgpp/config.over t/base/commonsense.t
47632 ____________________________________________________________________________
47633 [  8141] By: jhi                                   on 2000/12/16  17:09:27
47634         Log: Few uncheckedin files.
47635      Branch: perl
47636            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
47637 ____________________________________________________________________________
47638 [  8140] By: nick                                  on 2000/12/15  22:14:31
47639         Log: Integrate mainline
47640      Branch: perlio
47641           !> (integrate 53 files)
47642 ____________________________________________________________________________
47643 [  8139] By: jhi                                   on 2000/12/15  19:49:49
47644         Log: One more IVUV tweak from Nicholas Clark.
47645      Branch: perl
47646            ! sv.c
47647 ____________________________________________________________________________
47648 [  8138] By: jhi                                   on 2000/12/15  19:17:06
47649         Log: Return of the IVUV-preservation, now seems to be happy even
47650              in Digital UNIX (the broken strtoul brokenness detection
47651              seems to have been the fly in the ointment).
47652      Branch: perl
47653            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47654            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
47655            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
47656            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
47657            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
47658            ! vos/config.ga.h win32/config.bc win32/config.gc
47659            ! win32/config.vc
47660 ____________________________________________________________________________
47661 [  8137] By: jhi                                   on 2000/12/15  18:12:14
47662         Log: Metaconfig unit change for #8136.
47663      Branch: metaconfig
47664            ! U/modified/d_strtoul.U
47665      Branch: metaconfig/U/perl
47666            ! d_strtoull.U d_strtouq.U
47667 ____________________________________________________________________________
47668 [  8136] By: jhi                                   on 2000/12/15  18:11:35
47669         Log: I don't think it's sensible or portable to test the strtou*
47670              on /^-/ strings.
47671      Branch: perl
47672            ! Configure
47673 ____________________________________________________________________________
47674 [  8135] By: jhi                                   on 2000/12/15  17:18:49
47675         Log: Metaconfig unit change for #8134.
47676      Branch: metaconfig
47677            ! U/modified/d_strtoul.U
47678 ____________________________________________________________________________
47679 [  8134] By: jhi                                   on 2000/12/15  17:14:13
47680         Log: If longsize is 8 we don't need a LL suffix for integer constants.
47681      Branch: perl
47682            ! Configure config_h.SH
47683 ____________________________________________________________________________
47684 [  8133] By: jhi                                   on 2000/12/15  16:00:23
47685         Log: Update Changes.
47686      Branch: perl
47687            ! Changes patchlevel.h
47688 ____________________________________________________________________________
47689 [  8132] By: jhi                                   on 2000/12/15  15:44:16
47690         Log: Some compilers get huffy if you do not cast a const pointer
47691              to a non-const when assigning.
47692      Branch: perl
47693            ! gv.c
47694 ____________________________________________________________________________
47695 [  8131] By: jhi                                   on 2000/12/15  15:38:30
47696         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
47697              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47698              Date: Fri, 15 Dec 2000 05:26:57 -0500
47699              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
47700      Branch: perl
47701            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
47702            ! t/pragma/overload.t
47703 ____________________________________________________________________________
47704 [  8130] By: jhi                                   on 2000/12/15  15:36:08
47705         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
47706              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47707              Date: Thu, 14 Dec 2000 22:02:43 -0500
47708              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
47709      Branch: perl
47710            ! gv.c perl.h
47711 ____________________________________________________________________________
47712 [  8129] By: jhi                                   on 2000/12/15  15:34:16
47713         Log: Subject: PATCH: h2xs nit
47714              From: Tim Jenness <t.jenness@jach.hawaii.edu>
47715              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
47716              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
47717              
47718              Add a template README.
47719      Branch: perl
47720            ! utils/h2xs.PL
47721 ____________________________________________________________________________
47722 [  8128] By: jhi                                   on 2000/12/15  15:32:22
47723         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
47724      Branch: perl
47725            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
47726 ____________________________________________________________________________
47727 [  8127] By: jhi                                   on 2000/12/15  15:19:34
47728         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
47729              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47730              Date:     Thu, 14 Dec 2000 20:04:42 EST
47731              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
47732      Branch: perl
47733            ! ext/Opcode/Opcode.xs
47734 ____________________________________________________________________________
47735 [  8126] By: jhi                                   on 2000/12/15  15:17:49
47736         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
47737              From: Peter Prymmer <pvhp@forte.com>
47738              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
47739              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
47740      Branch: perl
47741            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
47742            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
47743            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
47744 ____________________________________________________________________________
47745 [  8125] By: jhi                                   on 2000/12/15  15:11:05
47746         Log: This seems to be a stage sane and stable enough to checkin.
47747              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
47748      Branch: perl
47749            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
47750            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
47751            ! t/op/cmp.t t/op/numconvert.t
47752 ____________________________________________________________________________
47753 [  8124] By: jhi                                   on 2000/12/15  04:20:26
47754         Log: Something is really wonky.
47755      Branch: perl
47756            ! sv.c
47757 ____________________________________________________________________________
47758 [  8123] By: jhi                                   on 2000/12/15  04:00:50
47759         Log: Fixes for the IV UV patches to compile in Digital UNIX.
47760      Branch: perl
47761            ! sv.c
47762 ____________________________________________________________________________
47763 [  8122] By: jhi                                   on 2000/12/15  02:53:40
47764         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
47765              From: "Craig A. Berry" <craigberry@mac.com>
47766              Date: Thu, 14 Dec 2000 19:10:49 -0600
47767              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
47768      Branch: perl
47769            ! vms/vms.c
47770 ____________________________________________________________________________
47771 [  8121] By: jhi                                   on 2000/12/15  02:50:00
47772         Log: Metaconfig changes for #8120.
47773      Branch: metaconfig
47774            + U/modified/d_strtoul.U
47775      Branch: metaconfig/U/perl
47776            ! d_strtoull.U d_strtouq.U
47777 ____________________________________________________________________________
47778 [  8120] By: jhi                                   on 2000/12/15  02:49:42
47779         Log: From: Nicholas Clark <nick@ccl4.org> 
47780              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
47781              Date: Thu, 14 Dec 2000 18:38:57 +0000
47782              Message-ID: <20001214183857.B97909@plum.flirble.org>
47783      Branch: perl
47784            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47785            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
47786            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
47787            ! vos/config.ga.def vos/config.ga.h win32/config.bc
47788            ! win32/config.gc win32/config.vc
47789 ____________________________________________________________________________
47790 [  8119] By: jhi                                   on 2000/12/14  23:40:58
47791         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
47792              From: Nicholas Clark <nick@ccl4.org>
47793              Date: Wed, 13 Dec 2000 20:08:50 +0000
47794              Message-ID: <20001213200849.B71166@plum.flirble.org>
47795      Branch: perl
47796            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
47797            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
47798 ____________________________________________________________________________
47799 [  8118] By: jhi                                   on 2000/12/14  22:46:26
47800         Log: Integrate perlio.
47801      Branch: perl
47802           !> MANIFEST ext/Encode/compile makedef.pl
47803 ____________________________________________________________________________
47804 [  8117] By: nick                                  on 2000/12/14  22:38:53
47805         Log: Win32 tweaks to get Encode to build
47806              - temp hack to makedef.pl till PerlIO is properly "exported".
47807              - MSVC dislikes  
47808              static encpage_t foo[];
47809              so make 'em extern for now.
47810      Branch: perlio
47811            ! ext/Encode/compile makedef.pl
47812 ____________________________________________________________________________
47813 [  8116] By: nick                                  on 2000/12/14  22:00:53
47814         Log: Document the new files
47815      Branch: perlio
47816            ! MANIFEST
47817 ____________________________________________________________________________
47818 [  8115] By: jhi                                   on 2000/12/14  21:58:01
47819         Log: MANIFEST new files of #8114.
47820      Branch: perl
47821            ! MANIFEST
47822 ____________________________________________________________________________
47823 [  8114] By: jhi                                   on 2000/12/14  21:50:49
47824         Log: Integrate perlio.
47825      Branch: perl
47826           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
47827           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
47828           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
47829           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
47830           !> ext/Encode/Makefile.PL
47831 ____________________________________________________________________________
47832 [  8113] By: jhi                                   on 2000/12/14  21:48:49
47833         Log: The documentation part of the
47834              
47835              Subject: [ID 20001214.002] Net::Ping patch
47836              From: Jonathan Stowe <gellyfish@gellyfish.com>
47837              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
47838              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
47839              since the #7529 had already addressed the same problem.
47840      Branch: perl
47841            ! lib/Net/Ping.pm
47842 ____________________________________________________________________________
47843 [  8112] By: jhi                                   on 2000/12/14  21:42:57
47844         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
47845              From: Dominic Dunlop <domo@computer.org>
47846              Date: Tue, 12 Dec 2000 10:47:10 +0100
47847              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
47848              
47849              Document how elusive subroutines can be.
47850      Branch: perl
47851            ! pod/perlfunc.pod
47852 ____________________________________________________________________________
47853 [  8111] By: jhi                                   on 2000/12/14  21:38:05
47854         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
47855              From: Dominic Dunlop <domo@computer.org>
47856              Date: Thu, 14 Dec 2000 10:13:51 +0100
47857              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
47858      Branch: perl
47859            ! ext/POSIX/POSIX.pod
47860 ____________________________________________________________________________
47861 [  8110] By: jhi                                   on 2000/12/14  21:36:32
47862         Log: Subject: [patch] perlfaq7
47863              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
47864              Date: Thu, 14 Dec 2000 15:31:07 +0100
47865              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
47866      Branch: perl
47867            ! pod/perlfaq7.pod
47868 ____________________________________________________________________________
47869 [  8109] By: jhi                                   on 2000/12/14  21:29:20
47870         Log: Subject: [8104] Encode
47871              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47872              Date: Thu, 14 Dec 2000 14:49:34 +0100
47873              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
47874              
47875              Type casting for nervous compilers.
47876      Branch: perl
47877            ! ext/Encode/Encode.xs
47878 ____________________________________________________________________________
47879 [  8108] By: jhi                                   on 2000/12/14  21:26:17
47880         Log: Subject: [8104] DB_File
47881              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47882              Date: Thu, 14 Dec 2000 14:49:35 +0100
47883              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
47884              
47885              Type definition incorrect for DB 2.7.7.  Not known when it
47886              changed, so only changed it for a known revision.
47887      Branch: perl
47888            ! ext/DB_File/DB_File.xs
47889 ____________________________________________________________________________
47890 [  8107] By: jhi                                   on 2000/12/14  21:23:41
47891         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
47892              From: Peter Prymmer <pvhp@forte.com>
47893              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
47894              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
47895              
47896              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
47897      Branch: perl
47898            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
47899            ! ext/Encode/Encode/posix-bc.enc
47900 ____________________________________________________________________________
47901 [  8106] By: nick                                  on 2000/12/14  20:36:13
47902         Log: "Cold" build correction to Encode's Makefile.PL
47903      Branch: perlio
47904            ! ext/Encode/Makefile.PL
47905 ____________________________________________________________________________
47906 [  8105] By: nick                                  on 2000/12/14  20:09:37
47907         Log: "Compiled" encodings.
47908              Correct replacement character in EBCDIC .enc files
47909              Add 0x7F to ASCII repertoire.
47910      Branch: perlio
47911            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
47912            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
47913            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
47914            ! ext/Encode/Makefile.PL ext/Encode/compile
47915            ! ext/Encode/encengine.c ext/Encode/encode.h
47916 ____________________________________________________________________________
47917 [  8104] By: nick                                  on 2000/12/14  00:38:20
47918         Log: Integrate mainline
47919      Branch: perlio
47920           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
47921           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
47922           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
47923           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
47924           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
47925           !> t/lib/db-hash.t t/lib/db-recno.t
47926 ____________________________________________________________________________
47927 [  8103] By: nick                                  on 2000/12/13  23:16:13
47928         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
47929              so far and so it does not get lost.
47930      Branch: perlio
47931            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
47932 ____________________________________________________________________________
47933 [  8102] By: jhi                                   on 2000/12/13  17:14:22
47934         Log: Update Changes.
47935      Branch: perl
47936            ! Changes patchlevel.h
47937 ____________________________________________________________________________
47938 [  8101] By: jhi                                   on 2000/12/13  16:53:41
47939         Log: Move the proto of start_glob() to a better place; regen api files.
47940      Branch: perl
47941            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
47942 ____________________________________________________________________________
47943 [  8100] By: jhi                                   on 2000/12/13  16:47:11
47944         Log: Metaconfig change for #8099.
47945      Branch: metaconfig
47946            ! U/modified/Head.U
47947 ____________________________________________________________________________
47948 [  8099] By: jhi                                   on 2000/12/13  16:46:48
47949         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
47950              From: Andy Dougherty <doughera@lafayette.edu>
47951              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
47952              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
47953      Branch: perl
47954            ! Configure
47955 ____________________________________________________________________________
47956 [  8098] By: jhi                                   on 2000/12/13  16:39:02
47957         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
47958              From: rspier@pobox.com (Robert Spier)
47959              Date: Tue, 12 Dec 2000 21:12:39 -0500
47960              Message-ID: <14902.56087.678086.725773@rls.cx>
47961              
47962              fastgetcwd is defined using a glob alias on a $^O dependent basis -
47963              and there was no default assignment or perl subroutine.
47964      Branch: perl
47965            ! lib/Cwd.pm
47966 ____________________________________________________________________________
47967 [  8097] By: jhi                                   on 2000/12/13  16:16:01
47968         Log: Subject: [PATCH] move startglob out of pp_hot.c
47969              From: Nicholas Clark <nick@ccl4.org>
47970              Date: Mon, 11 Dec 2000 23:16:39 +0000
47971              Message-ID: <20001211231638.A55550@plum.flirble.org>
47972      Branch: perl
47973            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
47974 ____________________________________________________________________________
47975 [  8096] By: jhi                                   on 2000/12/13  15:26:23
47976         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
47977              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
47978              Date: Wed, 13 Dec 2000 14:01:37 +0100
47979              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
47980              
47981              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
47982              in turn requires libpthread in libswanted.
47983      Branch: perl
47984            ! hints/hpux.sh
47985 ____________________________________________________________________________
47986 [  8095] By: jhi                                   on 2000/12/12  19:51:05
47987         Log: The integration wars continue.
47988      Branch: perl
47989           !> sv.c
47990 ____________________________________________________________________________
47991 [  8094] By: jhi                                   on 2000/12/12  19:48:26
47992         Log: Subject: [PATCH perl@8070] DB_File-1.74  
47993              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
47994              Date: Mon, 11 Dec 2000 23:07:17 -0000
47995              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
47996      Branch: perl
47997            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
47998            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
47999            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
48000            ! t/lib/db-recno.t
48001 ____________________________________________________________________________
48002 [  8093] By: nick                                  on 2000/12/12  19:42:13
48003         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
48004      Branch: perlio
48005            ! sv.c
48006           !> lib/File/DosGlob.pm
48007 ____________________________________________________________________________
48008 [  8092] By: jhi                                   on 2000/12/12  19:28:11
48009         Log: Integrate perlio.
48010      Branch: perl
48011           !> sv.c
48012 ____________________________________________________________________________
48013 [  8091] By: nick                                  on 2000/12/12  18:49:45
48014         Log: Fix for Tk, and upgrading shared SVs.
48015      Branch: perlio
48016            ! sv.c
48017 ____________________________________________________________________________
48018 [  8090] By: jhi                                   on 2000/12/12  16:48:59
48019         Log: Subject: [PATCH] Re: Breadperl & Tk
48020              From: Nick Ing-Simmons <nik@tiuk.ti.com>
48021              Date: Tue, 12 Dec 2000 14:48:27 GMT
48022              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
48023      Branch: perl
48024            ! sv.c
48025 ____________________________________________________________________________
48026 [  8089] By: jhi                                   on 2000/12/12  03:37:19
48027         Log: Subject: DosGlob.pm diff for bash style brace expansion.
48028              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
48029              Date: Fri, 8 Dec 2000 10:45:30 -0600
48030              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
48031      Branch: perl
48032            ! lib/File/DosGlob.pm
48033 ____________________________________________________________________________
48034 [  8088] By: nick                                  on 2000/12/11  23:59:59
48035         Log: Integrate mainline
48036      Branch: perlio
48037           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
48038           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
48039           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
48040           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
48041           !> t/op/local.t t/pragma/warn/toke toke.c
48042 ____________________________________________________________________________
48043 [  8087] By: jhi                                   on 2000/12/11  23:20:23
48044         Log: Integrate perlio.
48045      Branch: perl
48046           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
48047 ____________________________________________________________________________
48048 [  8086] By: jhi                                   on 2000/12/11  22:50:59
48049         Log: Tune further the OS detection of CGI.
48050      Branch: perl
48051            ! lib/CGI.pm
48052 ____________________________________________________________________________
48053 [  8085] By: nick                                  on 2000/12/11  22:50:46
48054         Log: Finish 1st pass of "encoding" layer e.g. :
48055              open($fh,"<encoding(iso8859-7)",$greek) || die;
48056      Branch: perlio
48057            ! ext/Encode/Encode.xs perlio.c perliol.h
48058 ____________________________________________________________________________
48059 [  8084] By: jhi                                   on 2000/12/11  22:32:06
48060         Log: Revert the -f ambiguousity patch, seems to cause
48061              too much hassle (the interpret -Q as a function
48062              where Q is not a known filetest part is left in).
48063      Branch: perl
48064            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
48065            ! toke.c
48066 ____________________________________________________________________________
48067 [  8083] By: jhi                                   on 2000/12/11  22:27:23
48068         Log: (accidentally empty check-in)
48069      Branch: perl
48070            ! lib/File/DosGlob.pm
48071 ____________________________________________________________________________
48072 [  8082] By: nick                                  on 2000/12/11  19:09:51
48073         Log: Restore mmap function (broken by tweaks to shared buffer
48074              layer for encode(xxxx)).
48075      Branch: perlio
48076            ! perlio.c
48077 ____________________________________________________________________________
48078 [  8081] By: jhi                                   on 2000/12/11  18:29:13
48079         Log: Subject: Re: The long awaited feature ...
48080              From: Simon Cozens <simon@cozens.net>
48081              Date: Mon, 11 Dec 2000 15:54:24 +0000
48082              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
48083              
48084              More io/utf8 tests.
48085      Branch: perl
48086            ! t/io/utf8.t
48087 ____________________________________________________________________________
48088 [  8080] By: jhi                                   on 2000/12/11  18:19:36
48089         Log: Subject: PATCH MakeMaker manpage clarification
48090              From: andreas.koenig@anima.de (Andreas J. Koenig)
48091              Date: 10 Dec 2000 20:46:13 +0100
48092              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
48093      Branch: perl
48094            ! lib/ExtUtils/MakeMaker.pm
48095 ____________________________________________________________________________
48096 [  8079] By: jhi                                   on 2000/12/11  15:35:07
48097         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
48098              From: Simon Cozens <simon@cozens.net>
48099              Date: Sun, 10 Dec 2000 19:06:19 +0000
48100              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
48101      Branch: perl
48102            ! ext/B/B/Deparse.pm t/lib/b.t
48103 ____________________________________________________________________________
48104 [  8078] By: jhi                                   on 2000/12/11  15:09:11
48105         Log: Subject: [PATCH] docs on NaN
48106              From: Nicholas Clark <nick@ccl4.org>
48107              Date: Mon, 11 Dec 2000 01:48:38 +0000
48108              Message-ID: <20001211014838.B99205@plum.flirble.org>
48109      Branch: perl
48110            ! pod/perlop.pod
48111 ____________________________________________________________________________
48112 [  8077] By: jhi                                   on 2000/12/11  15:02:21
48113         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
48114              From: Simon Cozens <simon@cozens.net>
48115              Date: Mon, 11 Dec 2000 01:21:45 +0000
48116              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
48117      Branch: perl
48118            ! pp.c pp_hot.c scope.c t/op/local.t
48119 ____________________________________________________________________________
48120 [  8076] By: nick                                  on 2000/12/10  20:43:32
48121         Log: Not merge worthy...
48122              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
48123              syntax is modelled on attributes.
48124              Untested fix for io/utf8 on Win32 etc.
48125              Very clumsy start to the encode layer.
48126      Branch: perlio
48127            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
48128 ____________________________________________________________________________
48129 [  8075] By: jhi                                   on 2000/12/10  18:39:33
48130         Log: Darwin is not Windows.
48131      Branch: perl
48132            ! lib/CGI.pm
48133 ____________________________________________________________________________
48134 [  8074] By: jhi                                   on 2000/12/10  18:31:27
48135         Log: Subject: Ambiguous -%c() resolved as a file test
48136              From: "Paul Marquess" <Paul.Marquess@openwave.com>
48137              Date: Sun, 10 Dec 2000 15:35:07 -0000
48138              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
48139      Branch: perl
48140            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
48141 ____________________________________________________________________________
48142 [  8073] By: jhi                                   on 2000/12/10  18:16:29
48143         Log: Subject: PATCH installperl misinformed 
48144              From: andreas.koenig@anima.de (Andreas J. Koenig)
48145              Date: 10 Dec 2000 13:01:32 +0100 
48146              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
48147      Branch: perl
48148            ! installperl
48149 ____________________________________________________________________________
48150 [  8072] By: jhi                                   on 2000/12/10  18:07:55
48151         Log: The walkoptree confusion rages; walkoptree() seems to be coming
48152              from B.xs, while walkoptree_slow() comes from B.pm.
48153      Branch: perl
48154            ! ext/B/B.pm
48155 ____________________________________________________________________________
48156 [  8071] By: nick                                  on 2000/12/10  11:45:47
48157         Log: Integrate mainline
48158      Branch: perlio
48159           +> t/base/commonsense.t
48160           !> (integrate 37 files)
48161 ____________________________________________________________________________
48162 [  8070] By: jhi                                   on 2000/12/10  04:46:21
48163         Log: Update Changes.
48164      Branch: perl
48165            ! Changes patchlevel.h
48166 ____________________________________________________________________________
48167 [  8069] By: jhi                                   on 2000/12/10  04:39:19
48168         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
48169              From: andreas.koenig@anima.de (Andreas J. Koenig)
48170              Date: 09 Dec 2000 17:14:25 +0100
48171              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
48172      Branch: perl
48173            + t/base/commonsense.t
48174            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
48175 ____________________________________________________________________________
48176 [  8068] By: jhi                                   on 2000/12/10  04:17:36
48177         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
48178              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
48179              Date: Sat, 9 Dec 2000 16:47:22 -0000
48180              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
48181      Branch: perl
48182            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
48183            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
48184            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
48185            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
48186            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
48187            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
48188            ! t/lib/sdbm.t
48189 ____________________________________________________________________________
48190 [  8067] By: jhi                                   on 2000/12/10  03:52:02
48191         Log: Test case for #8066.
48192      Branch: perl
48193            ! t/op/misc.t
48194 ____________________________________________________________________________
48195 [  8066] By: jhi                                   on 2000/12/10  03:50:30
48196         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
48197              From: Simon Cozens <simon@cozens.net>
48198              Date: Sun, 10 Dec 2000 00:55:37 +0000
48199              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
48200      Branch: perl
48201            ! pp_sys.c
48202 ____________________________________________________________________________
48203 [  8065] By: jhi                                   on 2000/12/10  03:44:52
48204         Log: Test case for #8064.
48205      Branch: perl
48206            ! t/comp/proto.t
48207 ____________________________________________________________________________
48208 [  8064] By: jhi                                   on 2000/12/10  03:42:32
48209         Log: Subject: Re: prototype of substr
48210              From: Simon Cozens <simon@cozens.net>
48211              Date: Sun, 10 Dec 2000 00:13:33 +0000
48212              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
48213              
48214              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
48215              In other words, make the returned prototypes for any function
48216              stop prepending the ';' optionality marker after the first one.
48217              If they start getting optional, all the rest are optional.
48218      Branch: perl
48219            ! pp.c
48220 ____________________________________________________________________________
48221 [  8063] By: jhi                                   on 2000/12/10  03:39:42
48222         Log: Subject: [PATCH] perlguts.pod
48223              From: Simon Cozens <simon@cozens.net>
48224              Date: Sun, 10 Dec 2000 00:06:47 +0000
48225              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
48226              
48227              Documentation of the different types of ops,
48228              plus the functions in dump.c
48229      Branch: perl
48230            ! pod/perlguts.pod
48231 ____________________________________________________________________________
48232 [  8062] By: jhi                                   on 2000/12/10  03:30:04
48233         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
48234              From: Nicholas Clark <nick@talking.bollo.cx>
48235              Date: Sat, 09 Dec 2000 18:57:25 +0000
48236              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
48237              
48238              Be more robust in weird hostname setups.
48239      Branch: perl
48240            ! t/lib/net-hostent.t
48241 ____________________________________________________________________________
48242 [  8061] By: jhi                                   on 2000/12/10  03:28:21
48243         Log: Pacify fussy compiler. 
48244      Branch: perl
48245            ! pp_sys.c
48246 ____________________________________________________________________________
48247 [  8060] By: jhi                                   on 2000/12/10  02:52:46
48248         Log: Integrate perlio.
48249      Branch: perl
48250           !> pp_sys.c t/io/utf8.t
48251 ____________________________________________________________________________
48252 [  8059] By: nick                                  on 2000/12/09  23:40:14
48253         Log: read/sysread/recv should now be utf8 aware.
48254              Basic test for utf8 read.
48255      Branch: perlio
48256            ! pp_sys.c t/io/utf8.t
48257 ____________________________________________________________________________
48258 [  8058] By: jhi                                   on 2000/12/09  21:56:02
48259         Log: Integrate perlio.
48260      Branch: perl
48261           +> t/io/utf8.t
48262           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
48263 ____________________________________________________________________________
48264 [  8057] By: jhi                                   on 2000/12/09  21:53:35
48265         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
48266              From: Inaba Hiroto <inaba@st.rim.or.jp>
48267              Date: Sun, 10 Dec 2000 05:53:21 +0900
48268              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
48269              
48270              Tests for #8056.
48271      Branch: perl
48272            ! t/op/each.t
48273 ____________________________________________________________________________
48274 [  8056] By: jhi                                   on 2000/12/09  21:51:16
48275         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
48276              From: Inaba Hiroto <inaba@st.rim.or.jp>
48277              Date: Sat, 09 Dec 2000 18:02:00 +0900
48278              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
48279              
48280              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
48281      Branch: perl
48282            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
48283 ____________________________________________________________________________
48284 [  8055] By: nick                                  on 2000/12/09  20:11:48
48285         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
48286              than raw PerlIO_write() - does not seem to break any tests.
48287      Branch: perlio
48288            ! pp_sys.c
48289 ____________________________________________________________________________
48290 [  8054] By: nick                                  on 2000/12/09  19:47:30
48291         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
48292              (sysread, recv and write i.e. formats still to do...)
48293              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
48294              open($fh,">:utf8","name")
48295              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
48296              so no extra overhead is involved.
48297              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
48298              to a non-utf8 stream.
48299              Add initial io/utf8.t
48300              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
48301              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
48302              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
48303      Branch: perlio
48304            + t/io/utf8.t
48305            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
48306 ____________________________________________________________________________
48307 [  8053] By: nick                                  on 2000/12/09  19:26:37
48308         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
48309              was only testing this_utf8.
48310      Branch: perlio
48311            ! toke.c
48312 ____________________________________________________________________________
48313 [  8052] By: nick                                  on 2000/12/09  19:09:41
48314         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
48315              i.e. the output string has one, but don't mess with source assumption.
48316      Branch: perlio
48317            ! toke.c
48318 ____________________________________________________________________________
48319 [  8051] By: jhi                                   on 2000/12/09  16:55:17
48320         Log: Integrate perlio.
48321      Branch: perl
48322           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
48323           !> sv.c thrdvar.h util.c
48324 ____________________________________________________________________________
48325 [  8050] By: jhi                                   on 2000/12/09  16:48:07
48326         Log: Nits noticed by Peter Prymmer.
48327      Branch: perl
48328            ! lib/ExtUtils/MM_VMS.pm
48329 ____________________________________________________________________________
48330 [  8049] By: nick                                  on 2000/12/09  13:49:40
48331         Log: UTF8 output prework.
48332              - Store $\ and $, as SVs so they can have SvUTF8 flag
48333              - use do_print() rather than raw PerlIO_write() to print them.
48334      Branch: perlio
48335            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
48336            ! thrdvar.h util.c
48337 ____________________________________________________________________________
48338 [  8048] By: nick                                  on 2000/12/09  12:30:43
48339         Log: Integrate mainline.
48340      Branch: perlio
48341           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
48342           +> t/op/reverse.t
48343           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
48344           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
48345           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
48346           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
48347           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
48348           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
48349 ____________________________________________________________________________
48350 [  8047] By: jhi                                   on 2000/12/09  00:23:27
48351         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
48352              From: Michael G Schwern <schwern@pobox.com>
48353              Date: Fri, 8 Dec 2000 14:43:04 -0600
48354      Branch: perl
48355            ! lib/ExtUtils/MM_VMS.pm
48356 ____________________________________________________________________________
48357 [  8046] By: jhi                                   on 2000/12/08  23:10:27
48358         Log: A missed check-in.
48359      Branch: perl
48360            ! lib/ExtUtils/Manifest.pm
48361 ____________________________________________________________________________
48362 [  8045] By: jhi                                   on 2000/12/08  21:57:12
48363         Log: (null check-in)
48364      Branch: perl
48365            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
48366 ____________________________________________________________________________
48367 [  8044] By: jhi                                   on 2000/12/08  21:11:06
48368         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
48369              at the final draft stage.
48370      Branch: perl
48371            + ext/Encode/Encode/iso8859-16.enc
48372            ! MANIFEST
48373 ____________________________________________________________________________
48374 [  8043] By: jhi                                   on 2000/12/08  16:39:04
48375         Log: Update Changes.
48376      Branch: perl
48377            ! Changes patchlevel.h
48378 ____________________________________________________________________________
48379 [  8042] By: jhi                                   on 2000/12/08  16:33:39
48380         Log: Do not return the Unicode replacement character if UTF-8
48381              decoding goes awry, it should be up to the caller to decide.
48382      Branch: perl
48383            ! pod/perlapi.pod utf8.c
48384 ____________________________________________________________________________
48385 [  8041] By: jhi                                   on 2000/12/08  16:22:28
48386         Log: metaconfig maintenance.
48387      Branch: metaconfig
48388            ! U/modified/stdchar.U
48389      Branch: metaconfig/U/perl
48390            + testsyml.U
48391 ____________________________________________________________________________
48392 [  8040] By: jhi                                   on 2000/12/08  16:03:08
48393         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
48394              From: sthoenna@efn.org
48395              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
48396              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
48397      Branch: perl
48398            ! Changes lib/ExtUtils/MM_OS2.pm
48399 ____________________________________________________________________________
48400 [  8039] By: jhi                                   on 2000/12/08  15:57:11
48401         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
48402              From: Simon Cozens <simon@cozens.net>
48403              Date: Fri, 8 Dec 2000 13:33:31 +0000
48404              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
48405              
48406              (The pp_hot part needed a rewrite.)
48407      Branch: perl
48408            ! doop.c pp_hot.c utf8.c
48409 ____________________________________________________________________________
48410 [  8038] By: jhi                                   on 2000/12/08  15:25:08
48411         Log: Subject: djSP
48412              From: Michael Stevens <michael@etla.org>
48413              Date: Wed, 6 Dec 2000 23:24:01 +0000
48414              Message-ID: <20001206232400.A21381@firedrake.org>
48415              
48416              Plus a note from Nick Ing-Simmons.
48417      Branch: perl
48418            ! pp.h
48419 ____________________________________________________________________________
48420 [  8037] By: jhi                                   on 2000/12/08  15:18:35
48421         Log: Filetype is text.
48422      Branch: perl
48423            ! t/op/utf8decode.t
48424 ____________________________________________________________________________
48425 [  8036] By: jhi                                   on 2000/12/08  03:31:27
48426         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
48427              From: Andy Dougherty <doughera@lafayette.edu>
48428              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
48429              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
48430              
48431              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
48432              From: Andy Dougherty <doughera@lafayette.edu>
48433              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
48434              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
48435      Branch: perl
48436            + ext/POSIX/hints/svr4.pl
48437            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
48438 ____________________________________________________________________________
48439 [  8035] By: jhi                                   on 2000/12/08  03:26:01
48440         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
48441              From: Andy Dougherty <doughera@lafayette.edu>
48442              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
48443              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
48444      Branch: perl
48445            ! t/README t/base/term.t
48446 ____________________________________________________________________________
48447 [  8034] By: jhi                                   on 2000/12/08  03:21:59
48448         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
48449              From: mjd@plover.com  
48450              Date: 7 Dec 2000 21:04:20 -0000
48451              Message-ID: <20001207210420.22282.qmail@plover.com>
48452              
48453              Plus -z doc.
48454      Branch: perl
48455            ! pod/perlfunc.pod
48456 ____________________________________________________________________________
48457 [  8033] By: jhi                                   on 2000/12/08  03:19:03
48458         Log: Use the UTF8 macros a bit.  They can't be used with abandon
48459              everywhere because we do generate illegal UTF-8 in some situations.
48460              This is of course naughty.
48461      Branch: perl
48462            ! pod/perlapi.pod utf8.c utf8.h
48463 ____________________________________________________________________________
48464 [  8032] By: jhi                                   on 2000/12/08  03:00:09
48465         Log: Out of sync?
48466      Branch: perl
48467            ! t/pragma/warn/utf8
48468 ____________________________________________________________________________
48469 [  8031] By: jhi                                   on 2000/12/08  02:22:39
48470         Log: Cnt spl.
48471      Branch: perl
48472            ! MANIFEST
48473 ____________________________________________________________________________
48474 [  8030] By: jhi                                   on 2000/12/08  01:23:54
48475         Log: Add test for reverse().
48476      Branch: perl
48477            + t/op/reverse.t
48478            ! MANIFEST
48479 ____________________________________________________________________________
48480 [  8029] By: jhi                                   on 2000/12/08  01:21:47
48481         Log: Integrate perlio.
48482      Branch: perl
48483           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
48484           !> perlio.c perlio.h perlsdio.h warnings.pl
48485 ____________________________________________________________________________
48486 [  8028] By: jhi                                   on 2000/12/08  01:19:08
48487         Log: Introduce macros for UTF8 decoding.
48488      Branch: perl
48489            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
48490 ____________________________________________________________________________
48491 [  8027] By: nick                                  on 2000/12/07  22:18:19
48492         Log: Integrate mainline
48493      Branch: perlio
48494           !> embed.pl pod/perlapi.pod utf8.c
48495 ____________________________________________________________________________
48496 [  8026] By: nick                                  on 2000/12/07  21:45:08
48497         Log: Various oddities p4 diff -se showed up
48498              Remove 'our' from warnings.pl
48499      Branch: perlio
48500            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
48501 ____________________________________________________________________________
48502 [  8025] By: nick                                  on 2000/12/07  21:43:32
48503         Log: Change PerlIO_(get|set)pos to take SV *
48504              Should fix, OS/2, VMS, (sfio??)
48505      Branch: perlio
48506            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
48507 ____________________________________________________________________________
48508 [  8024] By: jhi                                   on 2000/12/07  19:05:32
48509         Log: Document utf8_to_uv() better.
48510      Branch: perl
48511            ! pod/perlapi.pod utf8.c
48512 ____________________________________________________________________________
48513 [  8023] By: jhi                                   on 2000/12/07  18:23:47
48514         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
48515      Branch: perl
48516            ! embed.pl pod/perlapi.pod utf8.c
48517 ____________________________________________________________________________
48518 [  8022] By: jhi                                   on 2000/12/07  04:13:51
48519         Log: Integrate perlio.
48520      Branch: perl
48521           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
48522           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
48523           !> win32/makefile.mk
48524 ____________________________________________________________________________
48525 [  8021] By: nick                                  on 2000/12/07  00:28:14
48526         Log: Various attempts at MSVC debug - not sure what has
48527              changed but works now. 
48528              Seems atexit() _may_ work for DLLs built with MSVC so don't
48529              call cleanup that way.
48530      Branch: perlio
48531            ! perlio.c win32/makefile.mk
48532 ____________________________________________________________________________
48533 [  8020] By: nick                                  on 2000/12/06  19:57:20
48534         Log: Integrate mainline
48535      Branch: perlio
48536           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
48537           !> (integrate 75 files)
48538 ____________________________________________________________________________
48539 [  8019] By: nick                                  on 2000/12/06  19:28:21
48540         Log: Add useperlio to config.vc
48541              Turn off binmode in config_H.PL
48542              Regen all the config_H.xx
48543              Attempt to get debugging build with MSVC.
48544      Branch: perlio
48545            ! win32/config.vc win32/config_H.bc win32/config_H.gc
48546            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
48547 ____________________________________________________________________________
48548 [  8018] By: nick                                  on 2000/12/06  19:21:57
48549         Log: Test various dup/external program options on all platforms.
48550      Branch: perlio
48551            ! t/io/dup.t
48552 ____________________________________________________________________________
48553 [  8017] By: nick                                  on 2000/12/06  19:20:47
48554         Log: Fix harness to be less picky
48555      Branch: perlio
48556            ! lib/Test/Harness.pm
48557 ____________________________________________________________________________
48558 [  8016] By: jhi                                   on 2000/12/06  16:45:12
48559         Log: Update Changes.
48560      Branch: perl
48561            ! Changes patchlevel.h
48562 ____________________________________________________________________________
48563 [  8015] By: jhi                                   on 2000/12/06  16:41:03
48564         Log: Test \x{...} with ord().
48565      Branch: perl
48566            ! t/op/ord.t
48567 ____________________________________________________________________________
48568 [  8014] By: jhi                                   on 2000/12/06  16:20:33
48569         Log: Test tweak because of #8013.
48570      Branch: perl
48571            ! t/lib/b.t
48572 ____________________________________________________________________________
48573 [  8013] By: jhi                                   on 2000/12/06  16:09:09
48574         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
48575              From: Michael G Schwern <schwern@pobox.com>
48576              Date: Tue, 5 Dec 2000 21:23:28 -0500
48577              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
48578              
48579              Carp::Heavy parts not very applicable because of recent changes.
48580      Branch: perl
48581            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
48582            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
48583            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
48584            ! lib/Exporter.pm lib/Exporter/Heavy.pm
48585            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
48586            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
48587            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
48588            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
48589            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
48590            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
48591            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
48592            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
48593            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
48594            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
48595            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
48596            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
48597            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
48598            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
48599            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
48600            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
48601            ! warnings.pl
48602 ____________________________________________________________________________
48603 [  8012] By: jhi                                   on 2000/12/06  15:22:38
48604         Log: Subject: [PATCH] Re: New harness is failing things
48605              From: Nick Ing-Simmons <nik@tiuk.ti.com>
48606              Date: Wed, 6 Dec 2000 13:00:30 GMT
48607              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
48608      Branch: perl
48609            ! lib/Test/Harness.pm
48610 ____________________________________________________________________________
48611 [  8011] By: jhi                                   on 2000/12/06  15:12:08
48612         Log: Subject: installhtml changes
48613              From: Michael Stevens <michael@etla.org>
48614              Date: Wed, 6 Dec 2000 13:15:53 +0000
48615              Message-ID: <20001206131553.A27317@firedrake.org>
48616      Branch: perl
48617            ! installhtml
48618 ____________________________________________________________________________
48619 [  8010] By: jhi                                   on 2000/12/06  15:06:05
48620         Log: Subject: the dTHR hits
48621              From: Michael Stevens <michael@etla.org>
48622              Date: Wed, 6 Dec 2000 12:06:03 +0000
48623              Message-ID: <20001206120603.A24581@firedrake.org>
48624              
48625              More, errrm, less dTHRs.
48626      Branch: perl
48627            ! bytecode.pl ext/B/B/C.pm
48628 ____________________________________________________________________________
48629 [  8009] By: jhi                                   on 2000/12/06  15:04:25
48630         Log: Subject: MakeMaker mailing list gone?
48631              From: Michael G Schwern <schwern@pobox.com>
48632              Date: Tue, 5 Dec 2000 19:29:59 -0500
48633              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
48634              
48635              The MakeMaker mailing list is dead, perlbug is the right
48636              address to report bugs.
48637      Branch: perl
48638            ! lib/ExtUtils/MakeMaker.pm
48639 ____________________________________________________________________________
48640 [  8008] By: jhi                                   on 2000/12/06  15:00:32
48641         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
48642              From: Michael G Schwern <schwern@pobox.com>
48643              Date: Tue, 5 Dec 2000 19:21:21 -0500
48644              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
48645              
48646              Add a default MANIFEST skip that ignores things like
48647              version control files, editor temporary files, and the Makefile.
48648      Branch: perl
48649            + lib/ExtUtils/MANIFEST.SKIP
48650            ! MANIFEST lib/ExtUtils/Manifest.pm
48651 ____________________________________________________________________________
48652 [  8007] By: jhi                                   on 2000/12/06  14:57:20
48653         Log: In Amiga more manual hackery of the scripts seems to be needed,
48654              from Jan-Erik Karlsson.  Why Configure does not get this right
48655              is unknown, may be shell-induced.
48656      Branch: perl
48657            ! README.amiga
48658 ____________________________________________________________________________
48659 [  8006] By: jhi                                   on 2000/12/05  23:53:12
48660         Log: Add TOPm1s to peek at the second topmost stack item.
48661      Branch: perl
48662            ! pp.h
48663 ____________________________________________________________________________
48664 [  8005] By: jhi                                   on 2000/12/05  23:13:55
48665         Log: Avaunt, you foul UTF-8 tests.
48666      Branch: perl
48667            ! t/op/ver.t t/pragma/utf8.t
48668 ____________________________________________________________________________
48669 [  8004] By: jhi                                   on 2000/12/05  23:09:54
48670         Log: Continue utf8 dispersal. 
48671      Branch: perl
48672            + t/op/concat.t
48673            ! MANIFEST t/pragma/utf8.t
48674 ____________________________________________________________________________
48675 [  8003] By: nick                                  on 2000/12/05  23:02:39
48676         Log: Integrate mainline.
48677      Branch: perlio
48678           +> t/op/length.t t/op/utf8decode.t
48679           !> (integrate 69 files)
48680 ____________________________________________________________________________
48681 [  8002] By: jhi                                   on 2000/12/05  22:59:28
48682         Log: Integrate perlio.
48683      Branch: perl
48684           !> iperlsys.h perl.c perlio.c win32/perllib.c
48685 ____________________________________________________________________________
48686 [  8001] By: nick                                  on 2000/12/05  22:07:52
48687         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
48688              - calloc/free suffer from damage on TerminateThread()
48689              - use PerlMemShared (as originally planned) now fixed
48690              - avoid doing anything important on DLL "detach".
48691      Branch: perlio
48692            ! perl.c perlio.c win32/perllib.c
48693 ____________________________________________________________________________
48694 [  8000] By: nick                                  on 2000/12/05  21:05:09
48695         Log: Fix gross PerlMemShared issue.
48696      Branch: perlio
48697            ! iperlsys.h
48698 ____________________________________________________________________________
48699 [  7999] By: jhi                                   on 2000/12/05  20:46:58
48700         Log: Test for Unicode (UTF-8) hash keys.
48701      Branch: perl
48702            ! t/op/each.t
48703 ____________________________________________________________________________
48704 [  7998] By: jhi                                   on 2000/12/05  20:30:35
48705         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
48706              is now always UTF-8), empty line cosmetics.
48707      Branch: perl
48708            ! t/pragma/utf8.t
48709 ____________________________________________________________________________
48710 [  7997] By: jhi                                   on 2000/12/05  20:15:40
48711         Log: Subject: Re: STRLEN - what?
48712              From: Andy Dougherty <doughera@lafayette.edu>
48713              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
48714              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
48715              
48716              Explain STRLEN.
48717      Branch: perl
48718            ! pod/perlguts.pod
48719 ____________________________________________________________________________
48720 [  7996] By: jhi                                   on 2000/12/05  20:13:34
48721         Log: Split off the UTF-8 decoder tests, make them to check also
48722              the error message.
48723      Branch: perl
48724            + t/op/utf8decode.t
48725            ! MANIFEST t/pragma/utf8.t utf8.c
48726 ____________________________________________________________________________
48727 [  7995] By: jhi                                   on 2000/12/05  16:39:47
48728         Log: Start migrating bits of pragma/utf8 to elsewhere
48729              (since the long term plan is to obsolete 'use utf8').
48730      Branch: perl
48731            + t/op/length.t
48732            ! MANIFEST t/pragma/utf8.t
48733 ____________________________________________________________________________
48734 [  7994] By: jhi                                   on 2000/12/05  16:30:21
48735         Log: Fix a manual edit typo from #7993, fix the message formatting
48736              for Unicode, add few our declarations.
48737      Branch: perl
48738            ! lib/Carp/Heavy.pm
48739 ____________________________________________________________________________
48740 [  7993] By: jhi                                   on 2000/12/05  16:09:15
48741         Log: Subject: Need help with warnings :-(
48742              From: "Ben Tilly" <ben_tilly@hotmail.com>
48743              Date: Tue, 05 Dec 2000 01:35:54 -0500
48744              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
48745              
48746              Subject: UPDATE: Carp/Heavy now passes all tests
48747              From: "Ben Tilly" <ben_tilly@hotmail.com>
48748              Date: Tue, 05 Dec 2000 07:59:41 -0500
48749              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
48750              
48751              The Brave New Carp.
48752      Branch: perl
48753            ! lib/Carp.pm lib/Carp/Heavy.pm
48754 ____________________________________________________________________________
48755 [  7992] By: jhi                                   on 2000/12/05  15:55:08
48756         Log: Subject: [PATCH perl@7979] cygwin port
48757              From: "Eric Fifer" <efifer@dircon.co.uk>
48758              Date: Tue, 5 Dec 2000 14:04:09 -0000
48759              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
48760      Branch: perl
48761            ! t/lib/net-hostent.t
48762 ____________________________________________________________________________
48763 [  7991] By: jhi                                   on 2000/12/05  15:52:34
48764         Log: Subject: Re: [PATCH] The largest hoax of all times?
48765              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48766              Date: Tue, 5 Dec 2000 00:40:25 -0500
48767              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
48768              
48769              Subject: Re: [PATCH] The largest hoax of all times?
48770              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48771              Date: Mon, 4 Dec 2000 23:55:53 -0500
48772              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
48773              
48774              Subject: Re: [PATCH] The largest hoax of all times?
48775              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48776              Date: Tue, 5 Dec 2000 01:28:45 -0500
48777              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
48778              
48779              Fix the unpredictable order of DESTROYs.
48780      Branch: perl
48781            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
48782            ! sv.c sv.h t/op/ref.t
48783 ____________________________________________________________________________
48784 [  7990] By: jhi                                   on 2000/12/05  14:38:53
48785         Log: Subject: [PATCH] shrink pp_hot fractionally
48786              From: Nicholas Clark <nick@ccl4.org>
48787              Date: Tue, 5 Dec 2000 12:44:31 +0000
48788              Message-ID: <20001205124431.E74518@plum.flirble.org>
48789              
48790              Use report_evil_fh().
48791      Branch: perl
48792            ! opcode.pl opnames.h pp_hot.c util.c
48793 ____________________________________________________________________________
48794 [  7989] By: jhi                                   on 2000/12/05  14:21:27
48795         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
48796              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48797              Date: Mon, 04 Dec 2000 22:21:59 -0800
48798              Message-ID: <HmIL6gzkgepS092yn@efn.org>
48799              
48800              Harness shouldn't ignore responses like "ok 3\r\r\n".
48801      Branch: perl
48802            ! lib/Test/Harness.pm
48803 ____________________________________________________________________________
48804 [  7988] By: jhi                                   on 2000/12/05  13:51:28
48805         Log: Integrate the "skip" messages to explain().
48806      Branch: perl
48807            ! t/lib/syslfs.t t/op/lfs.t
48808 ____________________________________________________________________________
48809 [  7987] By: jhi                                   on 2000/12/05  12:34:54
48810         Log: The one that got away in #7984.
48811              
48812              Subject: Re: dTHR - what and why?
48813              From: Michael Stevens <michael@etla.org> 
48814              Date: Tue, 5 Dec 2000 11:15:52 +0000
48815              Message-ID: <20001205111552.A4647@firedrake.org>
48816      Branch: perl
48817            ! sv.h
48818 ____________________________________________________________________________
48819 [  7986] By: gsar                                  on 2000/12/05  09:14:44
48820         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
48821              due to the notorious GetFileType() bug in Windows 9x, which fstat()
48822              tickles)
48823      Branch: perl
48824            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
48825 ____________________________________________________________________________
48826 [  7985] By: jhi                                   on 2000/12/05  05:49:03
48827         Log: Integrate perlio.
48828      Branch: perl
48829           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
48830           !> win32/perlhost.h win32/perllib.c
48831 ____________________________________________________________________________
48832 [  7984] By: jhi                                   on 2000/12/05  05:48:16
48833         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
48834      Branch: perl
48835            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
48836            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
48837            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
48838            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
48839            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
48840            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
48841            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
48842            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
48843            ! win32/win32.c
48844 ____________________________________________________________________________
48845 [  7983] By: nick                                  on 2000/12/04  23:27:43
48846         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
48847      Branch: perlio
48848            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
48849            ! win32/perlhost.h win32/perllib.c
48850 ____________________________________________________________________________
48851 [  7982] By: jhi                                   on 2000/12/04  19:44:09
48852         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
48853              uncovered by #7980.
48854      Branch: perl
48855            ! op.c
48856 ____________________________________________________________________________
48857 [  7981] By: jhi                                   on 2000/12/04  19:42:07
48858         Log: Subject: [PATCH] Trivial dump.c feature
48859              From: Simon Cozens <simon@cozens.net>
48860              Date: Mon, 4 Dec 2000 18:08:38 +0000
48861              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
48862              
48863              Show whether a constant is UTF-8.
48864      Branch: perl
48865            ! dump.c
48866 ____________________________________________________________________________
48867 [  7980] By: jhi                                   on 2000/12/04  19:36:51
48868         Log: UTF-8 hash keys, patch from Inaba Hiroto.
48869      Branch: perl
48870            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
48871 ____________________________________________________________________________
48872 [  7979] By: jhi                                   on 2000/12/04  17:36:28
48873         Log: Update Changes.
48874      Branch: perl
48875            ! Changes patchlevel.h
48876 ____________________________________________________________________________
48877 [  7978] By: jhi                                   on 2000/12/04  16:42:17
48878         Log: Retract #7977, still too volatile (the euphemism of the day
48879              for unfinished and buggy :-)
48880      Branch: perl
48881            ! doop.c hv.c pp.c sv.h
48882 ____________________________________________________________________________
48883 [  7977] By: jhi                                   on 2000/12/04  16:25:15
48884         Log: (Retracted by #7978, too shaky yet.)
48885              
48886              Subject: Re: utf8 in hash keys, implementor missing
48887              From: Simon Cozens <simon@cozens.net>
48888              Date: Sat, 2 Dec 2000 19:49:35 +0000
48889              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
48890              
48891              The first step at UTF-8 hash keys.
48892      Branch: perl
48893            ! doop.c hv.c pp.c sv.h
48894 ____________________________________________________________________________
48895 [  7976] By: jhi                                   on 2000/12/04  16:13:53
48896         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
48897              From: sthoenna@efn.org
48898              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
48899              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
48900      Branch: perl
48901            ! os2/os2.c perlio.c
48902 ____________________________________________________________________________
48903 [  7975] By: jhi                                   on 2000/12/04  16:05:25
48904         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
48905              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48906              Date: Thu, 30 Nov 2000 20:50:37 -0800
48907              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
48908      Branch: perl
48909            ! os2/os2.c
48910 ____________________________________________________________________________
48911 [  7974] By: jhi                                   on 2000/12/04  16:03:57
48912         Log: Subject: [PATCH] ++ 20% faster
48913              From: Nicholas Clark <nick@ccl4.org>
48914              Date: Mon, 4 Dec 2000 12:17:27 +0000
48915              Message-ID: <20001204121726.B52976@plum.flirble.org>
48916              
48917              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
48918      Branch: perl
48919            ! sv.c
48920 ____________________________________________________________________________
48921 [  7973] By: jhi                                   on 2000/12/04  16:00:48
48922         Log: 
48923              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
48924              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48925              Date: Mon, 04 Dec 2000 12:30:45 +0100
48926              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
48927              
48928              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
48929              library (getprotobyname and getprotobynumber are outversioned by
48930              the same calls in libc, at least for xlc version 3.
48931      Branch: perl
48932            ! hints/aix.sh
48933 ____________________________________________________________________________
48934 [  7972] By: jhi                                   on 2000/12/04  02:58:31
48935         Log: Integrate perlio.
48936      Branch: perl
48937           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
48938           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
48939           !> win32/win32.h win32/win32iop.h win32/win32thread.h
48940 ____________________________________________________________________________
48941 [  7971] By: nick                                  on 2000/12/04  00:24:33
48942         Log: Quieten some noise in Win32 builds:
48943              - win32.h is included after <sys/socket.h>, so need to 
48944              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
48945              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
48946      Branch: perlio
48947            ! doio.c perl.h toke.c win32/win32.h
48948 ____________________________________________________________________________
48949 [  7970] By: nick                                  on 2000/12/03  22:57:46
48950         Log: PERL_IMPLICIT_SYS compiles but does not work.
48951      Branch: perlio
48952            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
48953            ! win32/perlhost.h win32/perllib.c win32/win32.h
48954            ! win32/win32iop.h win32/win32thread.h
48955 ____________________________________________________________________________
48956 [  7969] By: jhi                                   on 2000/12/03  22:12:58
48957         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
48958              used to swash_init(), makes regprop() dumps more informative
48959              (+utf8::IsAlpha, -utf8::IsDigit, for example).
48960      Branch: perl
48961            ! regcomp.c regexec.c
48962 ____________________________________________________________________________
48963 [  7968] By: jhi                                   on 2000/12/03  21:39:56
48964         Log: Implement ANYOFUTF8 regprop() dumping.
48965      Branch: perl
48966            ! regcomp.c
48967 ____________________________________________________________________________
48968 [  7967] By: jhi                                   on 2000/12/03  20:57:19
48969         Log: Make uv_to_utf8() to zero-terminate its output buffer,
48970              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
48971      Branch: perl
48972            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
48973 ____________________________________________________________________________
48974 [  7966] By: nick                                  on 2000/12/03  18:41:21
48975         Log: Integrate mainline (STDCHAR)
48976      Branch: perlio
48977           !> Configure t/pragma/utf8.t
48978 ____________________________________________________________________________
48979 [  7965] By: jhi                                   on 2000/12/03  17:58:20
48980         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
48981      Branch: perl
48982            ! t/pragma/utf8.t
48983 ____________________________________________________________________________
48984 [  7964] By: jhi                                   on 2000/12/03  17:35:56
48985         Log: Integrate perlio.
48986      Branch: perl
48987           !> iperlsys.h perlio.c
48988 ____________________________________________________________________________
48989 [  7963] By: jhi                                   on 2000/12/03  17:33:55
48990         Log: Metaconfig unit change for #7962.
48991      Branch: metaconfig
48992            ! U/modified/stdchar.U
48993 ____________________________________________________________________________
48994 [  7962] By: jhi                                   on 2000/12/03  17:33:27
48995         Log: Untangle the <stdio.h> #include nest for the stdchar test,
48996              from Andy Dougherty.
48997      Branch: perl
48998            ! Configure
48999 ____________________________________________________________________________
49000 [  7961] By: nick                                  on 2000/12/03  16:53:00
49001         Log: Make iperlsys.h vector stdio not PerlIO.
49002      Branch: perlio
49003            ! iperlsys.h perlio.c
49004 ____________________________________________________________________________
49005 [  7960] By: nick                                  on 2000/12/03  14:43:01
49006         Log: Integrate mainline
49007      Branch: perlio
49008           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
49009           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
49010 ____________________________________________________________________________
49011 [  7959] By: jhi                                   on 2000/12/03  08:16:36
49012         Log: Use DO_UTF8().
49013      Branch: perl
49014            ! op.c
49015 ____________________________________________________________________________
49016 [  7958] By: jhi                                   on 2000/12/02  18:33:05
49017         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
49018              From: Mike Guy <mjtg@cam.ac.uk>         
49019              Date: Sat, 02 Dec 2000 17:27:13 +0000
49020              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
49021              
49022              An extraneous argument.
49023      Branch: perl
49024            ! toke.c
49025 ____________________________________________________________________________
49026 [  7957] By: jhi                                   on 2000/12/02  18:22:32
49027         Log: A missing hunk.
49028      Branch: perl
49029            ! t/lib/net-hostent.t
49030 ____________________________________________________________________________
49031 [  7956] By: jhi                                   on 2000/12/02  18:06:20
49032         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
49033              From: Nicholas Clark <nick@ccl4.org>
49034              Date: Sat, 2 Dec 2000 14:28:27 +0000
49035              Message-ID: <20001202142827.A12308@plum.flirble.org>
49036              
49037              Test robustness.
49038      Branch: perl
49039            ! t/lib/net-hostent.t
49040 ____________________________________________________________________________
49041 [  7955] By: jhi                                   on 2000/12/02  17:58:06
49042         Log: Metaconfig unit change for #7954.
49043      Branch: metaconfig
49044            ! U/modified/stdchar.U
49045 ____________________________________________________________________________
49046 [  7954] By: jhi                                   on 2000/12/02  17:54:32
49047         Log: An inconvenient hang would happen if the stdio _ptr wasn't
49048              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
49049              would be grepping stdin for all eternity for the _ptr.)
49050      Branch: perl
49051            ! Configure
49052 ____________________________________________________________________________
49053 [  7953] By: jhi                                   on 2000/12/02  00:07:15
49054         Log: Update Changes.
49055      Branch: perl
49056            ! Changes patchlevel.h
49057 ____________________________________________________________________________
49058 [  7952] By: jhi                                   on 2000/12/01  23:54:47
49059         Log: Subject: Re: long shell lines
49060              From: Andy Dougherty <doughera@lafayette.edu>
49061              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
49062              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
49063              
49064              Split overly long shell command lines.
49065      Branch: perl
49066            ! lib/ExtUtils/MM_Unix.pm
49067 ____________________________________________________________________________
49068 [  7951] By: jhi                                   on 2000/12/01  23:48:02
49069         Log: The metaconfig unit change for #7950.
49070      Branch: metaconfig
49071            + U/modified/stdchar.U
49072 ____________________________________________________________________________
49073 [  7950] By: jhi                                   on 2000/12/01  23:47:39
49074         Log: Try to find stdchar also from <stdio_impl.h>.
49075      Branch: perl
49076            ! Configure config_h.SH
49077 ____________________________________________________________________________
49078 [  7949] By: jhi                                   on 2000/12/01  23:46:45
49079         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
49080              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
49081              Date: Fri, 1 Dec 2000 16:26:08 -0500
49082              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
49083              
49084              Reword the diagnostic message.
49085      Branch: perl
49086            ! pod/perldiag.pod
49087 ____________________________________________________________________________
49088 [  7948] By: nick                                  on 2000/12/01  22:49:43
49089         Log: Integrate mainline (for s/y/m as sub names stuff).
49090      Branch: perlio
49091           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
49092           !> t/pragma/warn/toke toke.c
49093 ____________________________________________________________________________
49094 [  7947] By: jhi                                   on 2000/12/01  20:55:41
49095         Log: Integrate perlio.
49096      Branch: perl
49097           !> perlio.c perliol.h t/io/pipe.t
49098 ____________________________________________________________________________
49099 [  7946] By: jhi                                   on 2000/12/01  20:36:51
49100         Log: Upgrade to CPAN 1.59_51, from Andreas König.
49101      Branch: perl
49102            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
49103 ____________________________________________________________________________
49104 [  7945] By: nick                                  on 2000/12/01  20:31:32
49105         Log: Integrate mainline
49106      Branch: perlio
49107           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
49108           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
49109           +> t/lib/net-hostent.t
49110           !> (integrate 35 files)
49111 ____________________________________________________________________________
49112 [  7944] By: jhi                                   on 2000/12/01  20:23:29
49113         Log: Some help for 20001130.011.  Now one gets warnings like
49114              "Ambiguous -f() resolved as a file test ..."
49115      Branch: perl
49116            ! pod/perldiag.pod t/pragma/warn/toke toke.c
49117 ____________________________________________________________________________
49118 [  7943] By: jhi                                   on 2000/12/01  19:44:44
49119         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
49120              that also breaks using them as methods. 
49121      Branch: perl
49122            ! pod/perldiag.pod t/op/misc.t toke.c
49123 ____________________________________________________________________________
49124 [  7942] By: nick                                  on 2000/12/01  17:56:46
49125         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
49126              Make 'unix' pass most tests
49127              - do unread by temporary push of layer ("pending") holding unread chars
49128              - fast_gets is now based on per-handle flag
49129              - relax one of io/pipe.t tests to allow print to fail and close to
49130              succeed so that it passes on unbuffered "unix" layer.
49131              Remaining fail is sporadic and a genuine race condition between
49132              parent/child in fork test.
49133      Branch: perlio
49134            ! perlio.c perliol.h t/io/pipe.t
49135 ____________________________________________________________________________
49136 [  7941] By: jhi                                   on 2000/12/01  15:28:58
49137         Log: (Retracted by #7943.)
49138              
49139              Reserve the short named string operator names.
49140      Branch: perl
49141            ! pod/perldiag.pod t/op/misc.t toke.c
49142 ____________________________________________________________________________
49143 [  7940] By: jhi                                   on 2000/12/01  06:45:53
49144         Log: Get the three different space character classes right under utf8.
49145      Branch: perl
49146            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
49147            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
49148            ! regexec.c t/op/pat.t utf8.c
49149 ____________________________________________________________________________
49150 [  7939] By: jhi                                   on 2000/12/01  03:26:26
49151         Log: Two more tests that make no sense in UTF-8 since the test
49152              data is not in UTF-8.
49153      Branch: perl
49154            ! t/op/regexp.t
49155 ____________________________________________________________________________
49156 [  7938] By: jhi                                   on 2000/12/01  03:20:39
49157         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
49158              should it be required inside regexen?
49159      Branch: perl
49160            ! regcomp.c t/op/regmesg.t
49161 ____________________________________________________________________________
49162 [  7937] By: jhi                                   on 2000/12/01  02:58:53
49163         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
49164              stored and restored, and thusly was trounced by the utf8 swash
49165              routines.
49166      Branch: perl
49167            ! regcomp.c
49168 ____________________________________________________________________________
49169 [  7936] By: jhi                                   on 2000/11/30  20:41:39
49170         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
49171              Why the different platforms behave so differently (core dump vs
49172              no core dump) on this bug is a but of a mystery, but if I had to
49173              guess I would mumble something like 'alignment'.
49174      Branch: perl
49175            ! sv.c
49176 ____________________________________________________________________________
49177 [  7935] By: jhi                                   on 2000/11/30  16:17:02
49178         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
49179              From: Robin Barker <rmb1@cise.npl.co.uk>
49180              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
49181              Date: Thu, 30 Nov 2000 14:27:12 GMT
49182      Branch: perl
49183            ! perlio.c toke.c
49184 ____________________________________________________________________________
49185 [  7934] By: jhi                                   on 2000/11/30  16:04:49
49186         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
49187      Branch: perl
49188            ! t/lib/net-hostent.t
49189 ____________________________________________________________________________
49190 [  7933] By: jhi                                   on 2000/11/30  06:07:26
49191         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
49192              From: Peter Prymmer <pvhp@forte.com>
49193              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
49194              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
49195              
49196              In VMS the localhost may be LOCALHOST.
49197      Branch: perl
49198            ! t/lib/net-hostent.t
49199 ____________________________________________________________________________
49200 [  7932] By: jhi                                   on 2000/11/30  01:11:11
49201         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
49202              From: Peter Prymmer <pvhp@forte.com>
49203              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
49204              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
49205              
49206              plus regen perlapi.pod.
49207      Branch: perl
49208            ! pod/perlapi.pod utf8.c
49209 ____________________________________________________________________________
49210 [  7931] By: jhi                                   on 2000/11/30  01:06:19
49211         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
49212              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49213              Date:     Wed, 29 Nov 2000 17:15:11 EST
49214              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
49215      Branch: perl
49216            ! t/lib/filter-util.pl t/lib/filter-util.t
49217 ____________________________________________________________________________
49218 [  7930] By: jhi                                   on 2000/11/29  18:51:55
49219         Log: Update Changes.
49220      Branch: perl
49221            ! Changes patchlevel.h
49222 ____________________________________________________________________________
49223 [  7929] By: jhi                                   on 2000/11/29  18:50:55
49224         Log: Update the va_copy() metaconfig unit.
49225      Branch: metaconfig/U/perl
49226            ! need_va_copy.U
49227 ____________________________________________________________________________
49228 [  7928] By: jhi                                   on 2000/11/29  17:50:43
49229         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
49230              From: Dominic Dunlop <domo@computer.org>
49231              Date: Tue, 28 Nov 2000 16:41:57 +0100
49232              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
49233              
49234              Patch to catch a core dump in the Configure va_copy test.
49235      Branch: perl
49236            ! Configure config_h.SH
49237 ____________________________________________________________________________
49238 [  7927] By: jhi                                   on 2000/11/29  17:31:59
49239         Log: Retract #7921, the patch shouldn't be needed.
49240      Branch: perl
49241            ! sv.c
49242 ____________________________________________________________________________
49243 [  7926] By: jhi                                   on 2000/11/29  17:01:41
49244         Log: Make the Class::Struct import() wiser.
49245      Branch: perl
49246            ! lib/Class/Struct.pm t/lib/class-struct.t
49247 ____________________________________________________________________________
49248 [  7925] By: jhi                                   on 2000/11/29  16:36:33
49249         Log: All the core library users of Class::Struct seem to be
49250              using "use Class::Struct 'struct';" instead of the bare
49251              "use Class::Struct;", which isn't documented in Class::Struct.
49252              This can't be right.
49253      Branch: perl
49254            ! lib/File/stat.pm
49255 ____________________________________________________________________________
49256 [  7924] By: jhi                                   on 2000/11/29  16:32:15
49257         Log: A test works better if it has the right 1..$n output.
49258      Branch: perl
49259            ! t/lib/class-struct.t
49260 ____________________________________________________________________________
49261 [  7923] By: jhi                                   on 2000/11/29  16:29:11
49262         Log: Forgot to MANIFEST the new Net::hostent test.
49263      Branch: perl
49264            ! MANIFEST
49265 ____________________________________________________________________________
49266 [  7922] By: jhi                                   on 2000/11/29  16:27:49
49267         Log: Integrate perlio.
49268      Branch: perl
49269           !> iperlsys.h perlio.c
49270 ____________________________________________________________________________
49271 [  7921] By: jhi                                   on 2000/11/29  16:27:10
49272         Log: (Retracted by #7927.)
49273              
49274              Subject: [PATCH] Is infinity a number?
49275              From: Simon Cozens <simon@cozens.net>
49276              Date: Wed, 29 Nov 2000 14:48:20 +0000
49277              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
49278      Branch: perl
49279            ! sv.c
49280 ____________________________________________________________________________
49281 [  7920] By: jhi                                   on 2000/11/29  16:23:02
49282         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
49283              From: rspier@pobox.com (Robert Spier)
49284              Date: Wed, 29 Nov 2000 02:17:49 -0500
49285              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
49286              
49287              Add a test for Net::hostent.
49288      Branch: perl
49289            + t/lib/net-hostent.t
49290 ____________________________________________________________________________
49291 [  7919] By: jhi                                   on 2000/11/29  16:21:31
49292         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
49293              add a test for Class::Struct.
49294      Branch: perl
49295            + t/lib/class-struct.t
49296            ! MANIFEST lib/Class/Struct.pm
49297 ____________________________________________________________________________
49298 [  7918] By: jhi                                   on 2000/11/29  15:48:40
49299         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
49300              From: rspier@pobox.com (Robert Spier)
49301              Date: Wed, 29 Nov 2000 02:25:39 -0500
49302              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
49303              
49304              More checking in case someone has broken their services or
49305              protocol databases.
49306      Branch: perl
49307            ! ext/Sys/Syslog/Syslog.pm
49308 ____________________________________________________________________________
49309 [  7917] By: jhi                                   on 2000/11/29  15:46:25
49310         Log: Subject: [PATCH] $^O  win32 -> MSWin32
49311              From: rspier@pobox.com (Robert Spier)
49312              Date: Wed, 29 Nov 2000 02:17:38 -0500
49313              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
49314              
49315              plus similar nits for vms, err, VMS, and UNICOS.
49316      Branch: perl
49317            ! t/lib/syslfs.t t/op/lfs.t
49318 ____________________________________________________________________________
49319 [  7916] By: jhi                                   on 2000/11/29  15:42:51
49320         Log: Subject: [PATCH] Tokeniser debugging
49321              From: Simon Cozens <simon@cozens.net>
49322              Date: Wed, 29 Nov 2000 14:15:45 +0000
49323              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
49324      Branch: perl
49325            ! perl.c perl.h pod/perlrun.pod toke.c
49326 ____________________________________________________________________________
49327 [  7915] By: jhi                                   on 2000/11/29  15:41:36
49328         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
49329              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49330              Date: Wed, 29 Nov 2000 02:13:14 -0500
49331              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
49332              
49333              OUT keyword nits.
49334              
49335              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
49336              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49337              Date: Wed, 29 Nov 2000 03:09:04 -0500
49338              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
49339              
49340              OUT and IN_OUT documentation.
49341      Branch: perl
49342            ! lib/ExtUtils/xsubpp pod/perlxs.pod
49343 ____________________________________________________________________________
49344 [  7914] By: jhi                                   on 2000/11/29  03:35:01
49345         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
49346              From: John Tobey <jtobey@john-edwin-tobey.org>
49347              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
49348              Message-Id: <m140e1N-000FOoC@feynman.localnet>
49349              
49350              plus a performance speedup noticed by Sarathy.
49351      Branch: perl
49352            ! op.c
49353 ____________________________________________________________________________
49354 [  7913] By: jhi                                   on 2000/11/29  03:16:59
49355         Log: Use "1 while unlink" so that VMS gets clean, too.
49356      Branch: perl
49357            ! t/lib/filter-util.t
49358 ____________________________________________________________________________
49359 [  7912] By: jhi                                   on 2000/11/29  03:09:08
49360         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
49361              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49362              Date: Tue, 28 Nov 2000 03:27:09 -0500
49363              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
49364      Branch: perl
49365            ! lib/ExtUtils/xsubpp
49366 ____________________________________________________________________________
49367 [  7911] By: jhi                                   on 2000/11/29  03:06:30
49368         Log: This should have been part of #7872: no need to scan UTF-8
49369              until eternity.
49370      Branch: perl
49371            ! utf8.c
49372 ____________________________________________________________________________
49373 [  7910] By: jhi                                   on 2000/11/29  02:50:04
49374         Log: One more perltie.pod nit from Casey R. Tweten.
49375      Branch: perl
49376            ! pod/perltie.pod
49377 ____________________________________________________________________________
49378 [  7909] By: jhi                                   on 2000/11/29  02:44:23
49379         Log: Document the known sprintf test failures, exact standard
49380              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
49381      Branch: perl
49382            ! pod/perldelta.pod t/op/sprintf.t
49383 ____________________________________________________________________________
49384 [  7908] By: jhi                                   on 2000/11/29  02:36:23
49385         Log: Add the Encoding table format documentation.
49386      Branch: perl
49387            + ext/Encode/Encode/EncodeFormat.pod
49388            ! MANIFEST
49389 ____________________________________________________________________________
49390 [  7907] By: jhi                                   on 2000/11/29  02:07:24
49391         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
49392              From: "Casey R. Tweten" <crt@kiski.net>
49393              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
49394              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
49395              
49396              Subject: Re: [PATCH] Updating perltie.pod for arrays
49397              From: "Casey R. Tweten" <crt@kiski.net>
49398              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
49399              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
49400      Branch: perl
49401            ! pod/perltie.pod
49402 ____________________________________________________________________________
49403 [  7906] By: nick                                  on 2000/11/28  22:40:59
49404         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
49405      Branch: perlio
49406            ! iperlsys.h perlio.c
49407 ____________________________________________________________________________
49408 [  7905] By: nick                                  on 2000/11/28  22:04:34
49409         Log: Integrate mainline
49410      Branch: perlio
49411           !> (integrate 39 files)
49412 ____________________________________________________________________________
49413 [  7904] By: jhi                                   on 2000/11/28  16:44:43
49414         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
49415              From: Nicholas Clark <nick@babyhippo.co.uk>
49416              Date: Tue, 28 Nov 2000 11:16:57 +0000
49417              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
49418      Branch: perl
49419            ! pod/perlipc.pod
49420 ____________________________________________________________________________
49421 [  7903] By: jhi                                   on 2000/11/28  16:40:31
49422         Log: Subject: [PATCH] Updating perltie.pod for arrays
49423              From: "Casey R. Tweten" <crt@kiski.net>
49424              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
49425              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
49426      Branch: perl
49427            ! pod/perltie.pod
49428 ____________________________________________________________________________
49429 [  7902] By: jhi                                   on 2000/11/28  16:39:37
49430         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
49431              From: Robin Barker <rmb1@cise.npl.co.uk>
49432              Date: Mon, 27 Nov 2000 17:56:44 GMT
49433              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
49434      Branch: perl
49435            ! pod/perlfunc.pod t/op/split.t
49436 ____________________________________________________________________________
49437 [  7901] By: jhi                                   on 2000/11/28  16:28:04
49438         Log: setmode() is a DOSish-only thing.
49439      Branch: perl
49440            ! perlio.c
49441 ____________________________________________________________________________
49442 [  7900] By: jhi                                   on 2000/11/28  16:21:46
49443         Log: Subject: [PATCH] perlcc.PL cleanups
49444              From: Simon Cozens <simon@cozens.net>
49445              Date: Tue, 28 Nov 2000 12:44:35 +0000
49446              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
49447      Branch: perl
49448            ! utils/perlcc.PL
49449 ____________________________________________________________________________
49450 [  7899] By: gsar                                  on 2000/11/28  06:32:55
49451         Log: reintegrate files missed by change#7895
49452      Branch: maint-5.6/perl
49453           +> ext/ByteLoader/bytecode.h utils/Makefile
49454            - utils/perlbc.PL
49455 ____________________________________________________________________________
49456 [  7897] By: gsar                                  on 2000/11/27  18:22:47
49457         Log: can't integrate these two files, for some reason
49458      Branch: maint-5.6/perl
49459            - ext/ByteLoader/bytecode.h utils/Makefile
49460 ____________________________________________________________________________
49461 [  7895] By: gsar                                  on 2000/11/27  18:11:21
49462         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
49463              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
49464              6757..6890,6892..6901 from mainline
49465              
49466              Bytecompiler patches from Benjamin Stuhl.
49467              
49468              More bytecompiler.
49469              
49470              Subject: [PATCH blead] B:: missing dependency
49471              
49472              Subject: [PATCH: 6757] configure.com updates and syslog build
49473              
49474              Long double Gconvert fixes from Yitzchak Scott-Thoennes
49475              and Spider Boardman.
49476              
49477              Subject: [PATCH blead] nextchar() abuse misses an optimisation
49478              
49479              Long double fixes from Spider Boardman.
49480              
49481              Make the selection of NVff et al stricter.
49482              
49483              cSVOPo_*v things index into the current PL_curpad
49484              under ithreads, which is different from the curpad
49485              used by the XSUB.  (In other words, the code as-is
49486              before this patch wouldn't work under ithreads.)
49487              
49488              Be portable.
49489              
49490              VMS MMS (make) wants null action.
49491              
49492              Mac and other portability updates from Chris Nandor.
49493              
49494              Storable support, v-version fixes.
49495              Subject: CPAN.pm beta for testing available
49496              
49497              Portability fix from Hugo van der Sanden.
49498              
49499              Bad makefile.
49500              
49501              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
49502              
49503              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
49504              
49505              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
49506              
49507              Replace #6705 with a minimal doc patch.
49508              Subject: [PATCH 5.6.0] replace change #6705
49509              
49510              Drop the separate perlbc, perlcc -b should be enough.
49511              
49512              installperl couldn't tell whether it had run tests or not.
49513              Subject: [PATCH] Re: installperl and t/TEST
49514              
49515              Add silencer flags to installperl.
49516              Subject: [PATCH] Making installperl silent.
49517              
49518              Make "make install" by default silent.  A new "install-verbose"
49519              target is verbose.
49520              
49521              More liberal parsing of version numbers.
49522              Subject: Re: CPAN.pm beta for testing available
49523              
49524              Create directories in silence.
49525              Subject: [PATCH] Another silencer for MakeMaker
49526              
49527              DOS patches and portability/porting notes, from Tim Jenness.
49528              
49529              Make installman to recognize the silence flag -S.
49530              
49531              Actually do something with the silencer option.
49532              
49533              Continue silencing.
49534              
49535              Show the doc file, not the temp file.
49536              
49537              Regen perltoc.
49538              
49539              Subject: [PATCH] More silencing of installman.
49540              
49541              Better wording for the vec lvalue diagnostic.
49542              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
49543              
49544              Subject: [PATCH: 6805] several more tweaks to configure.com
49545              
49546              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
49547              
49548              Missing parts of 
49549              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
49550              
49551              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
49552              (applied slightly modified)
49553              
49554              installperl --verbose and --silent.
49555              Subject: Re: [PATCH] More silencing of installman.
49556              
49557              Add install-silent target.
49558              
49559              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
49560              the problem reported in
49561              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
49562              
49563              Tweak the sfio/useperlio logic, hopefully as wished in
49564              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
49565              
49566              One forgotten file from #6816.
49567              
49568              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
49569              
49570              Remove duplicately applied patch shards.
49571              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
49572              
49573              Support preserving extremely big/small angles.
49574              
49575              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
49576              
49577              Subject: [PATCH] installation not quite silent yet.
49578              
49579              Update the test count.
49580              
49581              Use UVxf, PTR2UV, NVff.
49582              
49583              Document PTR2XX and INT2PTR.
49584              
49585              no-install target a la make -n.
49586              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
49587              
49588              grep -e isn't portable.
49589              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
49590              
49591              Can't get the test to reliably work thanks to the
49592              inaccurateness of floating point.  "Resolves" bug ids
49593              20000826.003, 20000826.009, 20000826.010,
49594              
49595              Subject: installman buglet
49596              
49597              DJGPP update from Laszlo Molnar.
49598              
49599              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
49600              
49601              Passing -R in ldflags makes now it to appear in the default
49602              for lddlflags, just like with -L.
49603              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
49604              
49605              Test nit.
49606              
49607              Use the actual thread type, not the pointer-to-struct.
49608              
49609              Provice virtual $Config{ccflags_nolargefiles} etc. 
49610              
49611              display_format used as a class method without arguments was broken,
49612              reported in
49613              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
49614              
49615              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
49616              
49617              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
49618              
49619              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
49620              
49621              opmini.o may be left around if a build is interrupted.
49622              
49623              Typo in #6858.
49624              
49625              Fix for ID 20000828.001, long doubles were not formatted
49626              correctly (showed up in $], which stopped installing perl).
49627              
49628              An attempt to fix the problem reported in
49629              Subject: Building perl@6856 using gcc/AIX 4.3.3 
49630              I can't test this properly since the gcc installation I have
49631              access to seems to be botched (gcc is calling the AIX cpp,
49632              a losing proposition...)
49633              
49634              Add -ld to archname on long tr...double platforms.
49635              
49636              Subject: hv.h Doc Patch
49637              
49638              Potential cruft.
49639              
49640              Subject: [PATCH bleedperl@6856] warnings fixes
49641              
49642              -S is the silent flag, -s is the strip flag.
49643              Subject: [PATCH] Re: [PATCH] make no-install          
49644              
49645              Take out the SUIDMAIL thing, that will not be
49646              a problem in 5.7.*.
49647              
49648              Subject: [PATCH bleedperl@6866] spellings
49649              
49650              Subject: [PATCH] Re: files not cleaned even by veryclean
49651              
49652              Use minimal @INC in tests, most of the time just '../lib',
49653              so that we simply can't pick up stuff from other Perls than
49654              the one we are testing.  Pointed out by
49655              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
49656              
49657              Update to Getopt::Long 2.24, from Johan Vromans.
49658              
49659              Fix for thinko in #6848.
49660              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
49661              
49662              Patches all over for people and the files they (hopefully) care about.
49663              
49664              Subject: Net::protoent does not export 'getproto'
49665              
49666              Missed a change in #6869.
49667              
49668              Subject: [PATCH] Warnings in B::Deparse
49669              
49670              Subject: [PATCH] Glob dumping
49671              
49672              Disable one of the tests for now.
49673              
49674              Disabling the one test is a bit tricky.
49675              
49676              Don't forget to tidy up.
49677              
49678              The #6881 removed one dump line.
49679              
49680              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
49681              
49682              Under usethreads the dumped variable is IN_PAD.
49683              Subject: Re: [PATCH] Glob dumping
49684              
49685              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
49686              
49687              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
49688              
49689              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
49690              
49691              Regen Configure for #6894.
49692              
49693              Subject: [PATCH: 6889] updates to perlebcdic.pod
49694              
49695              Undo namespace pollution of #6878.
49696              Subject: Re: Net::protoent does not export 'getproto'
49697              
49698              Admit that we are leaking scalars.
49699              
49700              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
49701      Branch: maint-5.6/perl
49702           !> (integrate 271 files)
49703 ____________________________________________________________________________
49704 [  7894] By: gsar                                  on 2000/11/27  16:00:34
49705         Log: a couple of nits
49706      Branch: maint-5.6/perl
49707            ! MANIFEST pp_sys.c
49708 ____________________________________________________________________________
49709 [  7893] By: gsar                                  on 2000/11/27  15:10:56
49710         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
49711              6740..6745,6747..6757,6760
49712              
49713              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
49714              
49715              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
49716              
49717              Doc nits spotted by Richard Soderberg.
49718              
49719              move WNOHANG definition to where other such things are
49720              
49721              Make $Config{byteorder} more magical so that it is
49722              dynamically computed: nice for 'fat binaries'.
49723              Subject: [PATCH]: default byteorder
49724              
49725              Subject: [PATCH] Cwd.pm now uses strict
49726              
49727              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
49728              
49729              Get -DLEAKTEST to compile (not necessarily to work, mind)
49730              Subject: [ID 20000724.006] -DLEAKTEST problem
49731              
49732              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
49733              
49734              Add perlebcdic from Peter Prymmer, regen toc.
49735              
49736              Don't propose using modules built for 5.005 if no binary
49737              compatibility with 5.005 is attempted.
49738              
49739              Do not use prototyping here.
49740              Subject: [ID 20000817.016] [PATCH] Peek.xs
49741              
49742              Document what the backtick returns if the command fails.
49743              
49744              Add byteorder to the myconfig output.
49745              
49746              Introduce NVef, NVff, and NVgf, use the middle one.
49747              (helps for lib/peek + Linux + long doubles)  Reported in
49748              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
49749              Use NVs in POSIX math, not doubles.
49750              Subject: [ID 20000817.014] POSIX & modfl
49751              
49752              Subject: [PATCH 5.6.0+] newSVrv() memory leak
49753              
49754              The byteorder code in #6671 was wrong.
49755              
49756              Fix the lib/complex failure of
49757              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
49758              Linux long double accuracy issue: something that
49759              when printed with %g looks like "2" but int() of it is 1.
49760              
49761              Propagate new Configure vars.
49762              
49763              Unbuffer the output.
49764              
49765              Subject: [PATCH] perltrap.pod spring cleaning
49766              
49767              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
49768              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
49769              
49770              Tiny Getopt::Long patch from Johan Vromans.
49771              
49772              Document code point which makes if (defined %stash::) to work
49773              (noted by Spider Boardman).
49774              
49775              Subject: [PATCH perl@6698] cygwin port
49776              
49777              Document the NDBM_File and ODBM_File as SDBM_File
49778              was documented in #6417.
49779              
49780              The new tests were missing from #6415.
49781              
49782              Add [[:blank:]] as suggested in
49783              Subject: [ID 20000716.024] [=cc=] / [:blank:]
49784              (the [=cc=] has already been taken care of by #6439
49785              so the whole bug report can be closed)
49786              and make [[:space:]] to be equivalent to isspace(3)
49787              (as opposed to \s, which is isSPACE()).  The difference
49788              is that now [[:space:]] matches the mythical vertical tab,
49789              while \s doesn't.
49790              
49791              Don't eat leading os from index entries.
49792              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
49793              
49794              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
49795              
49796              Typo in pp_complement().
49797              Subject: [PATCH perl-current] Deparse
49798              
49799              Add warnif(), check warnings further up the stack,
49800              all the warnings functions now can take an optional object reference.
49801              Subject: [PATCH bleedperl@6691] warnings pragma update
49802              
49803              Fix a core dump in lib/selfloader under -DDEBUGGING.
49804              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
49805              
49806              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
49807              
49808              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
49809              
49810              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
49811              Put back the long double avoidance code to POSIX.xs
49812              because VMS seems to need it still.
49813              
49814              Introduce a 'veryclean' target that is like 'distclean'
49815              but also removes *~ and *.orig.
49816              
49817              Subject: [ID 20000817.023] endianness description in perlfunc.pod
49818              
49819              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
49820              
49821              Let's try #6717 again.
49822              
49823              UTF8 concat fixes.
49824              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
49825              
49826              pp_open() could pass an uninitialized filename down to do_open9().
49827              
49828              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
49829              
49830              Update to CGI 2.72, from Lincoln Stein.
49831              
49832              Subject: [PATCH] Silence MakeMaker (Was: installman)
49833              
49834              Use temporary directory instead of current directory.
49835              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
49836              
49837              Document odd vs even subreleases and -Dusedevel.
49838              
49839              The veryclean target needs to clobber.
49840              
49841              Use File::Spec->tmpdir().
49842              
49843              Document the number of exponent digits.
49844              
49845              Mention perlebcdic and perlposix-bc.
49846              
49847              s/this one/the 5.6.0 release/
49848              
49849              The #6724 is here.
49850              
49851              The correct cleaning order is an art.
49852              
49853              small tweaks for change#6705: avoid C++ style comments in C code;
49854              use Perl's malloc API rather than the low level system one
49855              
49856              Array context keeps slithering in.
49857              
49858              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
49859              
49860              Subject: [PATCH] os2.c fix for use64bitint
49861              
49862              Update to Pod::LaTeX 0.53.
49863              Subject: [PATCH] lib/Pod/LaTeX.pm updates
49864              
49865              Document the endianness of Alpha more precisely.
49866              
49867              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
49868              
49869              Rename the macro argument because some preprocessors
49870              can't tell the difference and expand arguments also inside
49871              double quoted strings.
49872              
49873              free TLS slot properly on Windows
49874              
49875              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
49876              
49877              Unicos/mk requires elaborate paranoia.
49878              
49879              Tweak the floating point output routine preferences.
49880              
49881              Also under djgpp the timestamps are funky.
49882              
49883              Apply some PodParser 1.18 patches; the Pod/Find.pm
49884              patches cannot be applied since #6712 conflicts.
49885              
49886              Use PodParser 1.18 new test.
49887              
49888              A pod nit.
49889              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
49890              
49891              Be verydeepclean.
49892      Branch: maint-5.6/perl
49893           +> pod/perlebcdic.pod
49894           !> (integrate 106 files)
49895 ____________________________________________________________________________
49896 [  7892] By: jhi                                   on 2000/11/27  15:02:32
49897         Log: Update Changes.
49898      Branch: perl
49899            ! Changes patchlevel.h
49900 ____________________________________________________________________________
49901 [  7891] By: jhi                                   on 2000/11/27  14:57:23
49902         Log: Subject: Re: perlfaq style changes
49903              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49904              Date: Sat, 25 Nov 2000 23:32:26 -0800
49905              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
49906              
49907              plus a note from Ronald Kimball.
49908      Branch: perl
49909            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
49910 ____________________________________________________________________________
49911 [  7890] By: jhi                                   on 2000/11/27  14:53:14
49912         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
49913              From: Benjamin Holzman <bah@ecnvantage.com>
49914              Date: Sun, 26 Nov 2000 16:27:33 -0500
49915              Message-ID: <20001126162733.J25040@ecnvantage.com>
49916      Branch: perl
49917            ! gv.c
49918 ____________________________________________________________________________
49919 [  7889] By: jhi                                   on 2000/11/27  14:43:11
49920         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
49921              From: lvirden@cas.org
49922              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
49923              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
49924      Branch: perl
49925            ! README.amiga
49926 ____________________________________________________________________________
49927 [  7888] By: jhi                                   on 2000/11/27  14:32:34
49928         Log: Restore also the locale test to no-sprintf-taint state.
49929              Fixes the bug 20001127.003.
49930      Branch: perl
49931            ! sv.c t/pragma/locale.t
49932 ____________________________________________________________________________
49933 [  7887] By: gsar                                  on 2000/11/27  14:13:05
49934         Log: integrate changes#6613..6616,6620..6665 from mainline
49935              
49936              VMS configure.com update continues.
49937              
49938              Subject: Test fails / warnings with perl-current #6612
49939              
49940              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
49941              
49942              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
49943              
49944              For now remove the mail code.
49945              
49946              Subject: Re: [PATCH] @+, @- readonly
49947              
49948              Subject: warning: storage class after type is obsolescent
49949              
49950              Subject: sfio2000
49951              
49952              Subject: Re: File::Temp problems on VMS in bleedperl
49953              
49954              README.os2 update.
49955              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
49956              
49957              Make the user to give up his firstborn, err, to knowingly
49958              verify installing an unstable developer release.  Also bump
49959              the release to 5.7.0, but leave a patch tag in the local
49960              patches saying that this is not yet the real thing.
49961              
49962              Update (kinda) to Test 1.14, from Joshua Pritikin.
49963              
49964              make ok etc also for win32.
49965              
49966              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
49967              
49968              Don't blow limited stacks, a lower number is enough to
49969              tickle the lookbehind limit.
49970              
49971              Use -Dusedevel; regen Configure and the respective Porting stuff.
49972              
49973              Subject: [PATCH] debugger exit code should reflect user exit code
49974              
49975              Subject: [PATCH perl@6620] cygwin port
49976              
49977              Missed a file from #6638.
49978              
49979              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)
49980              
49981              magic callbacks all need to have same type signature
49982              
49983              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
49984              
49985              Fix a dependency problem.
49986              Subject: [PATCH: 6640] VMS Makefile.SH update
49987              
49988              The numeric locale was reset to "C" by s?printf and never restored.
49989              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
49990              No test since adding the failing example to locale.t
49991              does not fail -- probably because the locale settings are so
49992              thoroughly tweaked by that time.  Running the example standalone
49993              does fail, though.  UPDATE: test case added at change #7540.
49994              
49995              Subject: [ID 20000324.040] minor fix to perlhpux.pod
49996              
49997              Update to CPAN 1.57.
49998              
49999              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
50000              
50001              Change the perlbug address to perl.org since it's more forgiving.
50002              
50003              Change the regx compilation error markers to use = instead of <
50004              since pod makes using the latter quite messy.  Reported in
50005              ID 20000814.006 by Abigail and in
50006              Subject: Unknown escape E<> ?
50007              
50008              Update to perldebtut 1.9, from Richard Foley.
50009              
50010              check that the number pseudo children doesn't exceed
50011              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
50012              the WaitForMultipleObjects() limit that would cause wait()
50013              to crash)
50014              wait() and waitpid() could potentially be rewritten to use
50015              more than one thread to do the waiting to eliminate this
50016              limitation
50017              
50018              change#6328 could make close(SOCKET) return false on windows
50019              when it shouldn't
50020              
50021              pod nit seen in passing
50022              
50023              on windows, the return values from wait() and waitpid() don't
50024              match those of pseudo-pids
50025              
50026              waitpid() now handles externally spawned pids correctly;
50027              fixes for backtick/wait/waitpid failures on Windows 9x
50028              these changes make the pid returned by process functions on
50029              Windows 9x always positive by clearing the high bit (which
50030              is always set on Win9x); pseudo-process PIDs are likewise
50031              always negative now on Win9x (just as on NT/2000)
50032              
50033              trailing new %ENV entries weren't being pushed into the real
50034              environment of subprocesses on Windows
50035              
50036              Tweak the regex compilation errors once more.
50037              
50038              avoid warnings from dense compiler
50039              
50040              add "ok" targets from change#6632 in makefile.mk
50041      Branch: maint-5.6/perl
50042            - lib/Pod/PlainText.pm vms/configure.com
50043           !> (integrate 66 files)
50044 ____________________________________________________________________________
50045 [  7886] By: jhi                                   on 2000/11/27  13:54:18
50046         Log: __FUNCTION__ isn't portable and trying to emulate it leads
50047              into practically spelling out the name of the function.
50048              Takes care of the bug 20001127.001.
50049      Branch: perl
50050            ! perlio.c
50051 ____________________________________________________________________________
50052 [  7885] By: gsar                                  on 2000/11/27  13:53:18
50053         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
50054              6610..6611 from mainline
50055              
50056              Make regular expression parse error messages easier to understand.
50057              Subject: Re: enhanced(?) regex error messages
50058              
50059              Tiny tidying on report_evil_fh().
50060              
50061              Subject: Re: enhanced(?) regex error messages 
50062              plus Capitalize the error messages, plus perldiag them.
50063              
50064              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
50065              
50066              Document here-doc better.
50067              
50068              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
50069              
50070              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
50071              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
50072              (either perlbug or p5p ate the original), plus regen
50073              perlapi and perltoc. 
50074              
50075              Regen global.sym.
50076              
50077              Double check that we have a dirhandle.
50078              
50079              Subject: Re: enhanced(?) regex error messages
50080              (plus two small patches sent privately)
50081              (this still seems to leave few test failures)
50082              
50083              warn is a macro, avoid using at a variable to avoid warnings
50084              in some configurations; readdir.t is too conservative in
50085              estimating number of *.t's
50086              
50087              Get back into sync with Jeffrey on the enhanced regex warnings.
50088              
50089              Subject: [PATCH 5.6.0] cygwin port
50090              
50091              Zero entries were skipped, fix from Adrian Goalby
50092              <argoalby@yahoo.co.uk>
50093              
50094              Subject: Remove dead entry in perldiag
50095              
50096              Amend the description of Perl6.
50097              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
50098              
50099              detypo
50100              
50101              It's the 2ndO'ROSSC.
50102              
50103              Revert the sv.c part of #6559, a better fix is needed.
50104              
50105              Iterating perl6 description.
50106              
50107              Update to Term::ANSIColor 1.03, from Russ Allbery.
50108              
50109              Update to Getopt::Long 2.23_05, from Johan Vromans.
50110              
50111              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
50112              
50113              Update to Pod::Parser 1.17, from Brad Appleton.
50114              
50115              Update to CPAN 1.56, from Andreas König.
50116              
50117              Update to CGI 2.70, from Lincoln Stein.
50118              
50119              Put back the std @INC thing.
50120              
50121              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
50122              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
50123              
50124              Document the IO::Select timeout.
50125              
50126              sleep(1) does not necessarily return 1.
50127              Subject: [PATCH bleadperl] op/lex_assign.t  
50128              
50129              Subject: debugger "d" command doesnt check line number
50130              
50131              B::Deparse didn't do sub attributes.
50132              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
50133              
50134              Preprocessing and postprocessing for File::Find.
50135              Subject: Patch to Find::File.pm to allow alphabetical results
50136              
50137              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
50138              
50139              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
50140              
50141              Subject: Re: [ID 20000730.003] utf8::length() bad
50142              
50143              Subject: Getting perlio and threads to compile
50144              (the Solaris version changes in Configure skipped)
50145              
50146              Tests for #6589.
50147              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
50148              
50149              Add Perl debugging tutorial, regen toc. 
50150              Subject: perldebtut.pod
50151              
50152              Add a few missing files, update MANIFEST.
50153              
50154              Rewrite of vms/subconfigure.com as configure.com,
50155              from Peter Prymmer and the vmsperl crew.
50156              
50157              Should have deleted this in #6603.
50158              
50159              Fix the test for 5005threads.
50160              
50161              Fix-n-skip the tests under 5005threads.
50162              
50163              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
50164              
50165              Upgrade to CGI 2.71, from Lincoln Stein.
50166      Branch: maint-5.6/perl
50167           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
50168           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
50169           +> t/op/regmesg.t t/pod/find.t vms/configure.com
50170            - vms/subconfigure.com
50171            ! lib/lib.pm
50172           !> (integrate 115 files)
50173 ____________________________________________________________________________
50174 [  7884] By: jhi                                   on 2000/11/27  13:44:33
50175         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
50176              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50177              Date:     Mon, 27 Nov 2000 08:23:54 EST
50178              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
50179      Branch: perl
50180            ! vms/descrip_mms.template vms/test.com
50181 ____________________________________________________________________________
50182 [  7883] By: gsar                                  on 2000/11/27  11:50:46
50183         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
50184              6511..6513,6515..6523,6525..6536
50185              
50186              The swallow_bom() saga continues.  The #23 of require.t
50187              (UTF16-LE) still fails (silently, no output) but the #22
50188              (UTF16-BE) seems to be working now.  The root of the
50189              failure may be in sv_gets(): is it UTF-16LE-aware,
50190              especially when it comes to line endings? 
50191              
50192              Document the problem with -P in HP-UX and its workaround.
50193              
50194              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
50195              (aka ID 20000730.002)
50196              
50197              Subject: fix and question re: waitpid() under win32
50198              
50199              Make the safety catch for buggy gccs work with triple version
50200              numbers like 2.95.2.  Reported in
50201              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
50202              
50203              In Digital UNIX warn if gcc explicitly chosen because even
50204              2.95.2 is known to cause problems.
50205              
50206              Make chr() for values >127 to create utf8 when under utf8.
50207              
50208              various syntax errors and such (not fixed: comp/require.t#22 coredump
50209              on Windows)
50210              
50211              Stash away the largefiles flags and libswanted.
50212              
50213              BOM patching from Simon Cozens.
50214              
50215              If gccosandvers is equal to osname, clear gccosandvers.
50216              
50217              Make p4desc to skip non-mainperl branches by default.
50218              
50219              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
50220              
50221              The test from this
50222              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
50223              
50224              In new BSDs changes to argv[] do not show up in ps(1) output,
50225              instead one must use setproctitle().  This was already addressed
50226              by change #6457, but the below has a new variant for FreeBSD 4.0
50227              or later, and the matter is also documented more.
50228              
50229              FreeBSD 3.* updates from
50230              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
50231              
50232              regen_headers, regen perltoc.
50233              
50234              Document in one place the memory abstractions used in Perl core.
50235              
50236              memcpy has n o in it, as pinted ut by Sarathy.
50237              
50238              Remove the extraneous "main::" prefix from all the
50239              "opened only for", "on closed", and "never opened" warnings.
50240              
50241              The name of a filehandle does not have <these>.
50242              
50243              The tr utf8 patching continues.
50244              
50245              The new setproctitle() feature is available only in 
50246              bleeding edge FreeBSD.  From Paul Saab.
50247              
50248              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
50249              
50250              Dump UVs as UVs in Data::Dumper.
50251              
50252              detypo #6494
50253              
50254              Document the IVdf UVuf UVof UVxf.
50255              
50256              require.t needs binmode() to work on windows
50257              
50258              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
50259              that are hopefully soon put into use.
50260              
50261              Allow "no Module;" even if there is no 'unimport'.
50262              
50263              Better skip message for the test; one of the two problems in
50264              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
50265              
50266              The subtest 4 may fail also on VOBS, as pointed out
50267              by Nick Ing-Simmons in November 1999, bug id 19991124.003
50268              (but the failure in that bug report isn't the subtest 4).
50269              
50270              Be more informative on what is skipped and why,
50271              also repeat the list at the end.
50272              
50273              Add a URL for FSF.
50274              
50275              Subject: [PATCH] sv.h documentation - SvLEN
50276              
50277              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
50278              
50279              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
50280              
50281              Subject: [PATCH] bad cppsymbols on os2 + Configure question
50282              
50283              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
50284              
50285              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
50286              mention the idea of @( and @)
50287              
50288              This is 6512.  Really.
50289              
50290              Subject: [ID 19990721.004] Documentation bug in perlfunc
50291              
50292              Subject: Minor tweak to perlvar.pod
50293              
50294              In the warnings call filehandles consistently so;
50295              add "unopened" warning for stat().
50296              
50297              After the #6519 a warning about stat() is just that,
50298              not about a filetest, which now have their own warning.
50299              
50300              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
50301              
50302              Subject: Re: Array vs. List context
50303              
50304              Subject: New perlcc, take 2
50305              
50306              Weed buglets pointed out by
50307              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
50308              
50309              gcc versions might have (parentheses) in them.
50310              
50311              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
50312              
50313              Essential prototype changes were missing from #6527.
50314              Also make report_evil_fh() more bomb-proof.
50315              
50316              Zap lib/Sys directory when cleaning up.
50317              
50318              Change the Policy policy: now -Dprefix= with an existing
50319              Policy.sh and prefix == siteprefix == vendorprefix, then all
50320              of them follow along the new prefix.
50321              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
50322              
50323              Continue fixing the io warnings.  This also
50324              sort of fixes bug ID 20000802.003: the core dump
50325              is no more.  Whether the current behaviour is correct
50326              (giving a warning: "Not a format reference"), is another matter.
50327              
50328              Have symbols for the IoTYPEs.
50329              
50330              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
50331              
50332              Document a bit that UDP is not what you might think.
50333              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
50334              tr memory corruption fix from Simon Cozens.
50335              
50336              Plug the security hole described in the Aug 05 2000 bugtraq message
50337              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
50338              The security hole exists only in suidperls, which isn't
50339              installed or even built by default.
50340      Branch: maint-5.6/perl
50341           !> (integrate 71 files)
50342 ____________________________________________________________________________
50343 [  7882] By: gsar                                  on 2000/11/27  10:25:36
50344         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
50345              from mainline
50346              
50347              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
50348              to be fatal errors (instead of by default ignoring them, and
50349              ignoring with a bug: even though -w gave an error, the opening [
50350              was left in)  Reported in:
50351              
50352              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
50353              
50354              Subject: [PATCH] split /^/
50355              
50356              MacOS nits from Matthias Neeracher.
50357              
50358              More split() doc and test patches from Mike Guy.
50359              
50360              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
50361              from Graham Barr in the module list.
50362              
50363              docfix from Peter Scott <Peter@PSDT.com>.
50364              
50365              File::Temp patches for VMS and OS/2 from Tim Jenness.
50366              
50367              open() wariness in perlbug.
50368              
50369              Subject: [PATCH] minor doc change - perlguts
50370              
50371              Subject: Minor doc patch: handy.h
50372              
50373              Be wary of close()s, too.
50374              
50375              Further File::Temp patches from Yitzchak Scott-Thoennes
50376              and Craig A. Berry.
50377              
50378              Subject: [PATCH] fixes bug 20000508.004
50379              
50380              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
50381              
50382              Allow "no AutoLoader;", based on change #6444,
50383              suggested by Graham Barr.
50384              
50385              Use setproctitle() if available to modify $0.
50386              
50387              Warn if the version of the operating system used to compile gcc
50388              differs from the current version of the operating system.
50389              Also display the gcc compilation os and version in myconfig.
50390              Inspiration from
50391              
50392              Tiny fixes for #6460.
50393              
50394              The problem described in this
50395              Subject: [ID 20000322.018] named chars aren't magical enough
50396              has been fixed in perl 5.6.0 but just in case added a test
50397              to keep it away.  (The report from Joseph Hall.)
50398              
50399              Tune the comments and hopefully stop a memory leak.
50400              
50401              Subject: UTF8 concat
50402              (with a memory leak fixed, plus a few casts added)
50403              This also seems to help for
50404              Subject: [ID 20000716.015] join UTF8 weirdness
50405              
50406              Do not upgrade SVs into utf8 just because they participate
50407              in eq or cmp.  Reported and fix suggested in
50408              Subject: [ID 20000720.009] sv_eq UTF8 bug
50409              
50410              Fix the HALF_UPGRADE() macro introduced in #6263.
50411              
50412              Find green threads before native threads.
50413              Subject: Re: Patch to jpl/JNI/Makefile.PL
50414      Branch: maint-5.6/perl
50415           !> (integrate 30 files)
50416 ____________________________________________________________________________
50417 [  7881] By: jhi                                   on 2000/11/27  05:48:41
50418         Log: It seems that *both* the unused submatch loop cleanup
50419              codes are needed.
50420      Branch: perl
50421            ! regexec.c
50422 ____________________________________________________________________________
50423 [  7880] By: jhi                                   on 2000/11/27  04:50:07
50424         Log: Clean .exists deeper.
50425      Branch: perl
50426            ! Makefile.SH
50427 ____________________________________________________________________________
50428 [  7879] By: jhi                                   on 2000/11/27  02:31:35
50429         Log: The code in regcppop() (see #7878) contains the correct lower
50430              limit for the unused submatch 'cleanup' loop so that under
50431              "use utf8" the following code wouldn't dump core:
50432              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
50433              the cleanup loop in regtry() stomped beyond allocated area
50434              in the startp[] array.  Therefore, copied the correct lower
50435              loop limit (*PL_reglastparen) to regtry().  Note: something
50436              may still not be quite right: why was the _higher_ loop limit
50437              (prog->nparens) different in the utf8 case?
50438              
50439              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
50440              without core dumps, there were about 17 of them before
50441              the patch (with us since Perl 5.7.0).  Two failures, still:
50442              496 and 505 (though these may not be severe).
50443              
50444              Patch #7881 is also needed since both the cleanup loops
50445              seem to be needed.
50446              
50447              Also, the t/op/pat#44 seems to core dump under utf8.
50448              Plus a couple of failures.  UGH-8.
50449      Branch: perl
50450            ! regexec.c
50451 ____________________________________________________________________________
50452 [  7878] By: jhi                                   on 2000/11/27  02:21:17
50453         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
50454              the code in regcppop() seems to be redundant for the test suite --
50455              but it contains a germ of truth, and it needed for the build
50456              process itself: see #7879 and #7881.
50457      Branch: perl
50458            ! regexec.c
50459 ____________________________________________________________________________
50460 [  7877] By: jhi                                   on 2000/11/27  01:53:09
50461         Log: Comment on comment.
50462      Branch: perl
50463            ! regexec.c
50464 ____________________________________________________________________________
50465 [  7876] By: jhi                                   on 2000/11/27  00:49:59
50466         Log: Adjust the docs to agree with #7875.
50467      Branch: perl
50468            ! pod/perllocale.pod
50469 ____________________________________________________________________________
50470 [  7875] By: jhi                                   on 2000/11/27  00:49:27
50471         Log: Retract #7863.  It makes more sense not to taint formatted output,
50472              not even by sprintf().
50473      Branch: perl
50474            ! sv.c
50475 ____________________________________________________________________________
50476 [  7874] By: jhi                                   on 2000/11/26  23:36:02
50477         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
50478              Not really fixed (should really dump the UTF-8 charclass),
50479              but stopped displaying the garbage.
50480              
50481              Also add a note on the (missing) Unicode PSXSPC and BLANK.
50482      Branch: perl
50483            ! regcomp.c
50484 ____________________________________________________________________________
50485 [  7873] By: jhi                                   on 2000/11/26  21:31:13
50486         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
50487      Branch: perl
50488            ! regexec.c
50489 ____________________________________________________________________________
50490 [  7872] By: jhi                                   on 2000/11/26  21:06:04
50491         Log: No need to scan till infinity, 13 is enough.
50492      Branch: perl
50493            ! handy.h utf8.c
50494 ____________________________________________________________________________
50495 [  7871] By: jhi                                   on 2000/11/26  20:20:32
50496         Log: Test line numbers are different with utf8.
50497      Branch: perl
50498            ! t/op/re_tests
50499 ____________________________________________________________________________
50500 [  7870] By: jhi                                   on 2000/11/26  20:10:12
50501         Log: Message nit.
50502      Branch: perl
50503            ! regcomp.c
50504 ____________________________________________________________________________
50505 [  7869] By: jhi                                   on 2000/11/26  19:01:05
50506         Log: Make utf8_length() and utf8_distance() (the latter of which
50507              is unused at the moment) to be less forgiving about bad UTF-8.
50508      Branch: perl
50509            ! embed.h embed.pl objXSUB.h proto.h utf8.c
50510 ____________________________________________________________________________
50511 [  7868] By: jhi                                   on 2000/11/26  18:45:56
50512         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
50513              From: Benjamin Holzman <bah@ecnvantage.com>
50514              Date: Sat, 25 Nov 2000 20:40:20 -0500       
50515              Message-ID: <20001125204020.A25040@ecnvantage.com>              
50516              
50517              Debian allows installing /usr/bin/locale without installing
50518              any locales, an error message will ensue.
50519      Branch: perl
50520            ! t/pragma/locale.t
50521 ____________________________________________________________________________
50522 [  7867] By: jhi                                   on 2000/11/26  18:31:12
50523         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
50524              From: Benjamin Holzman <bah@ecnvantage.com>
50525              Date: Sun, 26 Nov 2000 02:42:34 -0500
50526              Message-ID: <20001126024234.G25040@ecnvantage.com>
50527              
50528              Patch for the bug 20000212.002.
50529      Branch: perl
50530            ! sv.c t/op/array.t
50531 ____________________________________________________________________________
50532 [  7866] By: jhi                                   on 2000/11/26  18:28:09
50533         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
50534              From: Tim Jenness <t.jenness@jach.hawaii.edu>
50535              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
50536              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
50537              
50538              File::Temp 0.11.
50539      Branch: perl
50540            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
50541 ____________________________________________________________________________
50542 [  7865] By: jhi                                   on 2000/11/26  18:24:22
50543         Log: The metaconfig unit change for #7864.
50544      Branch: metaconfig/U/perl
50545            ! need_va_copy.U
50546 ____________________________________________________________________________
50547 [  7864] By: jhi                                   on 2000/11/26  18:23:41
50548         Log: Make the va_copy() test not to be so talkative.
50549      Branch: perl
50550            ! Configure config_h.SH
50551 ____________________________________________________________________________
50552 [  7863] By: jhi                                   on 2000/11/26  18:11:02
50553         Log: Fix locale inconsistencies unearthed by Hugo's work.
50554              Now the floating point sprintf really does taint the result
50555              string as perllocale promises (has promised for a long time)
50556              if "use locale" is in the lexical scope.
50557      Branch: perl
50558            ! sv.c t/pragma/locale.t
50559 ____________________________________________________________________________
50560 [  7862] By: jhi                                   on 2000/11/26  00:35:15
50561         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
50562              From: Nicholas Clark <nick@ccl4.org>
50563              Date: Sun, 26 Nov 2000 00:07:50 +0000
50564              Message-ID: <20001126000750.A22446@plum.flirble.org>
50565              
50566              Infinit.
50567      Branch: perl
50568            ! sv.c
50569 ____________________________________________________________________________
50570 [  7861] By: jhi                                   on 2000/11/26  00:01:26
50571         Log: Integrate perlio.
50572      Branch: perl
50573           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
50574 ____________________________________________________________________________
50575 [  7860] By: nick                                  on 2000/11/25  22:04:17
50576         Log: Correct relative path from new ext\Filter\Util\Call location
50577              back to miniperl.
50578      Branch: perlio
50579            ! win32/makefile.mk
50580 ____________________________________________________________________________
50581 [  7859] By: nick                                  on 2000/11/25  21:26:54
50582         Log: Integrate mainline.
50583      Branch: perlio
50584           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
50585           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
50586           +> t/lib/filter-util.t
50587            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
50588            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
50589            - t/lib/filt-util.t
50590           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
50591           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
50592           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
50593           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
50594           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
50595           !> win32/makefile.mk
50596 ____________________________________________________________________________
50597 [  7858] By: gsar                                  on 2000/11/25  20:52:17
50598         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
50599              parent's memory; fix it by keeping track of the actual pad
50600              offset rather than a raw pointer (this change is probably also
50601              relevant to non-ithreads case to avoid fallout from reallocs of
50602              the pad array, but is currently only enabled for the ithreads
50603              case in the interests of minimal disruption to existing "well
50604              tested" code)
50605      Branch: perl
50606            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
50607            ! proto.h scope.c scope.h sv.c t/op/fork.t
50608 ____________________________________________________________________________
50609 [  7857] By: nick                                  on 2000/11/25  20:01:28
50610         Log: All tests pass on Win32/gcc/USE_PERLIO.
50611              - when crlf layer is pushed make unix-level binary.
50612              - remove :crlf injection in pp_backtick in pp_sys.c
50613              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
50614      Branch: perlio
50615            ! doio.c perlio.c pp_sys.c win32/makefile.mk
50616 ____________________________________________________________________________
50617 [  7856] By: jhi                                   on 2000/11/25  18:38:30
50618         Log: Update the metaconfig units for #7855.
50619      Branch: metaconfig/U/perl
50620            ! useperlio.U usesocks.U
50621 ____________________________________________________________________________
50622 [  7855] By: jhi                                   on 2000/11/25  18:37:54
50623         Log: Undo the SOCKS workarounds, instead start using PerlIO
50624              if SOCKS is selected.
50625              
50626              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
50627              From: Jens Hamisch <jens@Strawberry.COM>
50628              Date: Fri, 24 Nov 2000 18:31:30 +0100
50629              Message-ID: <20001124183130.E28337@Strawberry.COM>
50630              
50631              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
50632              From: Jens Hamisch <jens@Strawberry.COM>
50633              Date: Fri, 24 Nov 2000 19:11:51 +0100
50634              Message-ID: <20001124191151.A28753@Strawberry.COM>
50635      Branch: perl
50636            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
50637            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
50638 ____________________________________________________________________________
50639 [  7854] By: jhi                                   on 2000/11/25  17:39:08
50640         Log: Undo #7848.  Some of the code seems to use walkoptree(),
50641              some walkoptree_slow().  An unfinished renaming?
50642              Now the sub is walkoptree() (which is @EXPORT_OK),
50643              the walkoptree_slow() is a typeglob alias to walkoptree.
50644              This makes the tests to pass, at least.
50645      Branch: perl
50646            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
50647 ____________________________________________________________________________
50648 [  7853] By: nick                                  on 2000/11/24  22:24:33
50649         Log: Re-arrange crlf vs binary for platforms that care.
50650              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
50651              Lip-service to making stdio layer work on such platfroms (untested).
50652              Now fails 3 tests rather than one, checkin to see if I can debug 
50653              the issue under linux. (Do not merge.)
50654      Branch: perlio
50655            ! doio.c perlio.c perliol.h
50656 ____________________________________________________________________________
50657 [  7852] By: jhi                                   on 2000/11/24  18:57:39
50658         Log: AUTHORS edits.
50659      Branch: perl
50660            ! AUTHORS
50661 ____________________________________________________________________________
50662 [  7851] By: jhi                                   on 2000/11/24  17:34:56
50663         Log: Add Jan-Erik Karlsson.
50664      Branch: perl
50665            ! AUTHORS
50666 ____________________________________________________________________________
50667 [  7850] By: jhi                                   on 2000/11/24  17:27:56
50668         Log: Configure should find stdchar on its own.
50669      Branch: perl
50670            ! hints/solaris_2.sh
50671 ____________________________________________________________________________
50672 [  7849] By: jhi                                   on 2000/11/24  17:24:55
50673         Log: Subject: PATCH over 7848: Filter test flawed
50674              From: andreas.koenig@anima.de (Andreas J. Koenig)
50675              Date: 24 Nov 2000 10:28:29 +0100
50676              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
50677      Branch: perl
50678            ! t/lib/filter-util.t
50679 ____________________________________________________________________________
50680 [  7848] By: jhi                                   on 2000/11/24  17:22:15
50681         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
50682              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
50683              Date: Fri, 24 Nov 2000 16:12:58 +0000
50684              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
50685      Branch: perl
50686            ! ext/B/B.pm
50687 ____________________________________________________________________________
50688 [  7847] By: jhi                                   on 2000/11/24  03:07:01
50689         Log: Integrate perlio.
50690      Branch: perl
50691           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
50692           !> win32/makefile.mk
50693 ____________________________________________________________________________
50694 [  7846] By: gsar                                  on 2000/11/24  00:55:57
50695         Log: integrate changes#6415..6418,6420..6438 from mainline
50696              
50697              Fix the bitvector ops for utf8 (tricky since past 7 bits
50698              the utf8 'characters' can be more than one octet).
50699              
50700              MPE/ix updates for perl 5.6.0 from Mark Bixby.
50701              
50702              Subject: SDBM_File documentation
50703              
50704              Detypo.
50705              
50706              Decutandpasto.
50707              
50708              Send all installperl messages to STDERR and be -w clean.
50709              
50710              Out-of-date note removed.
50711              
50712              Protect against "wild next"s, that is, callbacks doing "next"
50713              instead of "return".
50714              
50715              Use STDOUT consistently.
50716              
50717              The output might have been produced in the wrong order.
50718              
50719              A missing 'break' after the [[:space:]] switch case.
50720              
50721              Add tests for
50722              [ID 19991110.003] another matching finding by pcre author
50723              which has already been fixed by some patch, as verified in
50724              
50725              Documentation to explain the behaviour of map().
50726              
50727              Add an optimization for map-maps-a-list-element-to-more-list-elements
50728              case, but add also notes explaining the relationship of this
50729              patch and the earlier notes by Sarathy.
50730              
50731              Subject: [ID 20000716.023] syslog test fails without sockets
50732              
50733              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
50734              Test cases for #6431.
50735              
50736              File::Spec::VMS fixup for tmpdir from Craig Berry.
50737              
50738              Make the "uninit variable" warning to say "concat or string"
50739              or "join or string" when in concat or join .
50740              
50741              Get UTF16 BOMs working.  Patch from
50742              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
50743              
50744              Subject: [PATCH] Make large file tests deal with SIGXFSZ
50745              
50746              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
50747              
50748              Subject: [PATCH] av.c apidoc
50749      Branch: maint-5.6/perl
50750           !> (integrate 43 files)
50751 ____________________________________________________________________________
50752 [  7845] By: gsar                                  on 2000/11/24  00:20:45
50753         Log: integrate changes#6406..6414 from mainline
50754              
50755              Merge perlhacktut into perlhack, update perlguts.
50756              
50757              Fix AutoSplit to use File::Spec the right way in VMS,
50758              from Peter Prymmer.
50759              
50760              The bug report
50761              [ID 19991110.002] minimal matching discrepancy found by pcre author
50762              seems to have been fixed (though differently from what was suggested
50763              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
50764              
50765              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
50766              not in pod, from Peter Prymmer
50767              
50768              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
50769              From: Hugo <hv@crypt.compulink.co.uk>
50770              Date: Fri, 14 Jul 2000 23:05:20 +0100
50771              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
50772              
50773              Didn't anymore apply, but that point still could use another fix.
50774              
50775              lib/b test fixes from Peter Prymmer.
50776              
50777              More docs for sv functions.
50778              
50779              perlvms.pod whitespace cleanup to keep pod utils happy.
50780              
50781              another VMS build tweak from Peter Prymmer
50782      Branch: maint-5.6/perl
50783           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
50784           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
50785           !> vms/descrip_mms.template vms/perlvms.pod
50786 ____________________________________________________________________________
50787 [  7844] By: nick                                  on 2000/11/23  23:42:45
50788         Log: Win32/perlio Now just fails one io/argv.t test - lack 
50789              of default :crlf on standard streams.
50790      Branch: perlio
50791            ! doio.c perlio.c
50792 ____________________________________________________________________________
50793 [  7843] By: nick                                  on 2000/11/23  23:04:05
50794         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
50795              peek fail is showing a real problem (multiple crlf layers
50796              are getting pushed.)
50797      Branch: perlio
50798            ! doio.c perlio.c win32/makefile.mk
50799 ____________________________________________________________________________
50800 [  7842] By: nick                                  on 2000/11/23  19:46:23
50801         Log: Implement PerlIO_binmode()
50802              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
50803              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
50804              make binmode in t/lib/io_tell.t unconditional so that works.
50805              Checkin just so Win32 machine can see these changes.
50806      Branch: perlio
50807            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
50808 ____________________________________________________________________________
50809 [  7841] By: jhi                                   on 2000/11/23  19:30:00
50810         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
50811      Branch: perl
50812            ! README.amiga
50813 ____________________________________________________________________________
50814 [  7840] By: jhi                                   on 2000/11/23  17:18:02
50815         Log: SOCKS wrestling continues, patches from Jens Hamisch.
50816      Branch: perl
50817            ! doio.c embed.h embed.pl perlsdio.h proto.h
50818 ____________________________________________________________________________
50819 [  7839] By: jhi                                   on 2000/11/23  16:54:14
50820         Log: Push Filter::Util::Call one level deeper.
50821      Branch: perl
50822            + t/lib/filter-util.t
50823           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
50824           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
50825            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
50826            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
50827            - t/lib/filt-util.t
50828            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
50829            ! win32/Makefile win32/makefile.mk
50830 ____________________________________________________________________________
50831 [  7838] By: jhi                                   on 2000/11/23  16:52:40
50832         Log: Reach back one higher up when searching for PERL_SRC.
50833      Branch: perl
50834            ! lib/ExtUtils/MM_Unix.pm
50835 ____________________________________________________________________________
50836 [  7837] By: jhi                                   on 2000/11/23  16:05:41
50837         Log: Subject: Re: perl@7826
50838              Date: Thu, 23 Nov 2000 02:20:25 -0600
50839              From: "Craig A. Berry" <craigberry@mac.com>
50840              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
50841              
50842              Make VMS to like Filter::Util::Call. 
50843      Branch: perl
50844            ! configure.com ext/Filter/Util/Makefile.PL
50845 ____________________________________________________________________________
50846 [  7836] By: nick                                  on 2000/11/23  16:04:08
50847         Log: Implement crlf layer - not ready for merge.
50848      Branch: perlio
50849            ! perlio.c win32/makefile.mk
50850 ____________________________________________________________________________
50851 [  7835] By: jhi                                   on 2000/11/23  15:56:52
50852         Log: STDCHAR is different in Sparc v9 vs x86.
50853      Branch: perl
50854            ! hints/solaris_2.sh
50855 ____________________________________________________________________________
50856 [  7834] By: jhi                                   on 2000/11/23  15:50:47
50857         Log: The type needs to be visible to protos.
50858      Branch: perl
50859            ! perl.h
50860 ____________________________________________________________________________
50861 [  7833] By: jhi                                   on 2000/11/23  15:40:46
50862         Log: Finish unfinished SOCKS workaround changes.
50863      Branch: perl
50864            ! doio.c
50865 ____________________________________________________________________________
50866 [  7832] By: jhi                                   on 2000/11/23  15:33:30
50867         Log: Integrate perlio.
50868      Branch: perl
50869           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
50870           !> win32/makefile.mk
50871 ____________________________________________________________________________
50872 [  7831] By: nick                                  on 2000/11/23  10:31:07
50873         Log: Correct makefile.mk dependancies for ext/Filter/Util
50874              Build ext/Encode
50875              Run dmake regen_config_h
50876      Branch: perlio
50877            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50878            ! win32/makefile.mk
50879 ____________________________________________________________________________
50880 [  7830] By: nick                                  on 2000/11/23  08:05:07
50881         Log: Integrate mainline
50882      Branch: perlio
50883           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
50884           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
50885           +> t/lib/filt-util.pl t/lib/filt-util.t
50886           !> (integrate 41 files)
50887 ____________________________________________________________________________
50888 [  7829] By: gsar                                  on 2000/11/23  03:07:11
50889         Log: build the Filter extension on windows
50890      Branch: perl
50891            ! win32/Makefile win32/makefile.mk
50892 ____________________________________________________________________________
50893 [  7828] By: gsar                                  on 2000/11/23  02:46:35
50894         Log: regenerate win32/config* and fix some inconsistencies in the
50895              makefiles; always export Perl_deb() because it is needed
50896              by ext/re/* (whether perl itself is built with -DDEBUGGING
50897              or not)
50898      Branch: perl
50899            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
50900            ! win32/config_H.vc win32/makefile.mk
50901 ____________________________________________________________________________
50902 [  7827] By: gsar                                  on 2000/11/23  02:18:38
50903         Log: get sources building on windows+MSVC again (untested with other
50904              compilers)
50905      Branch: perl
50906            ! win32/include/sys/socket.h win32/perllib.c
50907 ____________________________________________________________________________
50908 [  7826] By: jhi                                   on 2000/11/23  01:18:26
50909         Log: Update Changes.
50910      Branch: perl
50911            ! Changes patchlevel.h
50912 ____________________________________________________________________________
50913 [  7825] By: jhi                                   on 2000/11/23  00:20:41
50914         Log: Subject: Re: av.c patch (having slight problems)
50915              From: "Ben Tilly" <ben_tilly@hotmail.com>
50916              Date: Tue, 21 Nov 2000 23:29:31 -0500
50917              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
50918              
50919              unshift() speedup.
50920      Branch: perl
50921            ! av.c
50922 ____________________________________________________________________________
50923 [  7824] By: jhi                                   on 2000/11/22  23:59:15
50924         Log: Fixes for signedness warnings noticed by VMSperlers.
50925      Branch: perl
50926            ! ext/Storable/Storable.xs regcomp.c sv.c
50927 ____________________________________________________________________________
50928 [  7823] By: jhi                                   on 2000/11/22  23:19:31
50929         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
50930              From: Peter Prymmer <pvhp@forte.com>
50931              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
50932              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
50933      Branch: perl
50934            ! t/pragma/warn/pp_hot
50935 ____________________________________________________________________________
50936 [  7822] By: jhi                                   on 2000/11/22  22:52:20
50937         Log: Be clean.
50938      Branch: perl
50939            ! Makefile.SH
50940 ____________________________________________________________________________
50941 [  7821] By: jhi                                   on 2000/11/22  22:46:39
50942         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
50943              by Damian Conway, as suggested by Paul Marquess.
50944      Branch: perl
50945            + lib/Filter/Simple.pm
50946 ____________________________________________________________________________
50947 [  7820] By: jhi                                   on 2000/11/22  22:45:51
50948         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
50949      Branch: perl
50950            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
50951            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
50952            + t/lib/filt-util.t
50953            ! MANIFEST
50954 ____________________________________________________________________________
50955 [  7819] By: jhi                                   on 2000/11/22  22:03:27
50956         Log: Integrate perlio.
50957      Branch: perl
50958           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
50959           !> win32/makefile.mk
50960 ____________________________________________________________________________
50961 [  7818] By: jhi                                   on 2000/11/22  21:56:02
50962         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
50963      Branch: perl
50964            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
50965            ! t/lib/io_sock.t
50966 ____________________________________________________________________________
50967 [  7817] By: jhi                                   on 2000/11/22  21:39:49
50968         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
50969              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50970              Date: Wed, 22 Nov 2000 16:08:12 -0500
50971              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
50972      Branch: perl
50973            ! lib/ExtUtils/Liblist.pm
50974 ____________________________________________________________________________
50975 [  7816] By: jhi                                   on 2000/11/22  21:38:25
50976         Log: Go ahead and #include <unistd.h> in perl.h.
50977      Branch: perl
50978            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
50979            ! util.c
50980 ____________________________________________________________________________
50981 [  7815] By: jhi                                   on 2000/11/22  21:22:52
50982         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
50983              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50984              Date: Mon, 20 Nov 2000 18:30:52 -0500
50985              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
50986      Branch: perl
50987            ! pod/perlre.pod regcomp.c t/op/re_tests
50988 ____________________________________________________________________________
50989 [  7814] By: jhi                                   on 2000/11/22  21:21:46
50990         Log: Subject: [PATCH 5.7.0] Liblist finally works
50991              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50992              Date: Tue, 21 Nov 2000 22:02:17 -0500
50993              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
50994      Branch: perl
50995            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
50996            ! lib/ExtUtils/MakeMaker.pm
50997 ____________________________________________________________________________
50998 [  7813] By: jhi                                   on 2000/11/22  21:20:23
50999         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
51000              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51001              Date: Wed, 22 Nov 2000 17:53:15 +0100
51002              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
51003              
51004              AIX dynaloader and perlio patch.
51005      Branch: perl
51006            ! ext/DynaLoader/dl_aix.xs
51007 ____________________________________________________________________________
51008 [  7812] By: jhi                                   on 2000/11/22  21:17:52
51009         Log: (Accidentally empty patch.)
51010      Branch: perl
51011            ! av.c
51012 ____________________________________________________________________________
51013 [  7811] By: jhi                                   on 2000/11/22  21:16:31
51014         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
51015              From: Peter Prymmer <pvhp@forte.com>
51016              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
51017              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
51018      Branch: perl
51019            ! vms/test.com
51020 ____________________________________________________________________________
51021 [  7810] By: jhi                                   on 2000/11/22  21:15:36
51022         Log: Subject: Re: perl@7777 
51023              From: "John P. Linderman" <jpl@research.att.com>
51024              Date: Wed, 22 Nov 2000 13:11:11 -0500
51025              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
51026              
51027              Detypoing.
51028      Branch: perl
51029            ! lib/CPAN.pm
51030 ____________________________________________________________________________
51031 [  7809] By: jhi                                   on 2000/11/22  21:14:19
51032         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
51033              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51034              Date:     Wed, 22 Nov 2000 13:51:37 EST
51035              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
51036      Branch: perl
51037            ! perlsdio.h
51038 ____________________________________________________________________________
51039 [  7808] By: jhi                                   on 2000/11/22  21:13:27
51040         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
51041              From: Casey Tweten <crt@kiski.net>
51042              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
51043              Message-Id: <200011201653.LAA10194@home.kiski.net>
51044      Branch: perl
51045            ! t/lib/io_udp.t
51046 ____________________________________________________________________________
51047 [  7807] By: jhi                                   on 2000/11/22  21:12:35
51048         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
51049              From: Casey Tweten <crt@kiski.net>
51050              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
51051              Message-Id: <200011201636.LAA07227@home.kiski.net>
51052      Branch: perl
51053            ! t/lib/io_sock.t
51054 ____________________________________________________________________________
51055 [  7806] By: jhi                                   on 2000/11/22  21:10:59
51056         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
51057              From: "Casey R. Tweten" <crt@kiski.net>
51058              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
51059              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
51060      Branch: perl
51061            ! utils/h2xs.PL
51062 ____________________________________________________________________________
51063 [  7805] By: nick                                  on 2000/11/22  21:05:06
51064         Log: Integrate mainline
51065      Branch: perlio
51066           !> Changes Porting/genlog ext/DB_File/DB_File.xs
51067           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
51068           !> utils/perlbug.PL
51069 ____________________________________________________________________________
51070 [  7804] By: jhi                                   on 2000/11/22  21:01:12
51071         Log: Subject: [PATCH] Test.pm POD peculiarity
51072              From: "Casey R. Tweten" <crt@kiski.net>
51073              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
51074              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
51075      Branch: perl
51076            ! lib/Test.pm
51077 ____________________________________________________________________________
51078 [  7803] By: jhi                                   on 2000/11/22  20:59:59
51079         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
51080              From: "Philip Newton" <pnewton@gmx.de>
51081              Date: Wed, 22 Nov 2000 14:25:53 +0100
51082              Message-Id: <3A1BD771.25462.1939FAD@localhost>
51083              
51084              Be case-understanding also on 's', and use the -oi of sendmail
51085              not to terminate the transmission on a lone '.'.
51086      Branch: perl
51087            ! utils/perlbug.PL
51088 ____________________________________________________________________________
51089 [  7802] By: nick                                  on 2000/11/22  20:51:42
51090         Log: Win32 PerlIO intermediate state now working as expected.
51091              - In current state we are still using C runtime in text/binary
51092              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
51093              - PERLIO=stdio and PERLIO=unix pass all expected tests.
51094              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
51095              and PerlIO_seek() and the dummy crlf layer is not making adjustments
51096              for CRLF translation happening in C runtime. All other tests pass.
51097              
51098              Added note to README.win32 to point out the snags of doing a perl build
51099              with Norton AntiVirus turned on.
51100              
51101              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
51102              which file a fail comes from.
51103              
51104              Updated "canned" config.h to match the one generated.
51105      Branch: perlio
51106            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
51107            ! win32/makefile.mk
51108 ____________________________________________________________________________
51109 [  7801] By: jhi                                   on 2000/11/22  06:50:20
51110         Log: Nickety nits.
51111      Branch: perl
51112            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
51113 ____________________________________________________________________________
51114 [  7800] By: jhi                                   on 2000/11/22  01:29:55
51115         Log: Changes had accidentally gone too silent on non-main branches.
51116      Branch: perl
51117            ! Changes Porting/genlog patchlevel.h
51118 ____________________________________________________________________________
51119 [  7799] By: gsar                                  on 2000/11/22  01:02:56
51120         Log: some lib_pm.PL changes snuck in via change#7772
51121      Branch: maint-5.6/perl
51122            ! Makefile.SH
51123 ____________________________________________________________________________
51124 [  7798] By: nick                                  on 2000/11/21  21:59:40
51125         Log: Integrate mainline
51126      Branch: perlio
51127           !> (integrate 28 files)
51128 ____________________________________________________________________________
51129 [  7797] By: jhi                                   on 2000/11/21  21:01:45
51130         Log: Integrate perlio.
51131      Branch: perl
51132           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
51133 ____________________________________________________________________________
51134 [  7796] By: nick                                  on 2000/11/21  20:36:22
51135         Log: Win32 builds and runs (mostly) with USE_PERLIO.
51136              PERLIO=perlio passes all tests. 
51137              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
51138      Branch: perlio
51139            ! perlio.c win32/perllib.c win32/win32.c
51140 ____________________________________________________________________________
51141 [  7795] By: jhi                                   on 2000/11/21  19:03:44
51142         Log: Update Changes.
51143      Branch: perl
51144            ! Changes patchlevel.h
51145 ____________________________________________________________________________
51146 [  7794] By: jhi                                   on 2000/11/21  18:56:34
51147         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
51148              From: "Craig A. Berry" <craigberry@mac.com>
51149              Date: Mon, 20 Nov 2000 20:27:06 -0600
51150              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
51151              
51152              A cut-and-pasto.
51153      Branch: perl
51154            ! perlio.h
51155 ____________________________________________________________________________
51156 [  7793] By: jhi                                   on 2000/11/21  18:54:41
51157         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
51158              From: Dominic Dunlop <domo@computer.org> 
51159              Date: Mon, 20 Nov 2000 18:55:29 +0100
51160              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
51161              
51162              va_copy() and the need of it.
51163              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
51164      Branch: metaconfig/U/perl
51165            + need_va_copy.U
51166      Branch: perl
51167            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51168            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
51169            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
51170            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
51171            ! win32/config.bc win32/config.gc win32/config.vc
51172 ____________________________________________________________________________
51173 [  7792] By: jhi                                   on 2000/11/21  17:04:10
51174         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
51175      Branch: perl
51176           !> scope.h
51177 ____________________________________________________________________________
51178 [  7791] By: jhi                                   on 2000/11/21  17:01:16
51179         Log: Export the SOCKS workaround symbols only if necessary.
51180      Branch: perl
51181            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
51182 ____________________________________________________________________________
51183 [  7790] By: nick                                  on 2000/11/20  23:57:11
51184         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
51185      Branch: perlio
51186            ! scope.h
51187 ____________________________________________________________________________
51188 [  7789] By: nick                                  on 2000/11/20  23:38:33
51189         Log: Integrate mainline
51190      Branch: perlio
51191           +> lib/File/Spec/Epoc.pm
51192           !> (integrate 34 files)
51193 ____________________________________________________________________________
51194 [  7788] By: nick                                  on 2000/11/20  23:20:18
51195         Log: Make extra buffer layer work (dummy crlf layer)
51196      Branch: perlio
51197            ! doio.c perlio.c perlio.h
51198 ____________________________________________________________________________
51199 [  7787] By: jhi                                   on 2000/11/20  22:44:04
51200         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
51201              From: Peter Prymmer <pvhp@forte.com>
51202              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
51203              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
51204      Branch: perl
51205            ! t/pragma/locale.t
51206 ____________________________________________________________________________
51207 [  7786] By: jhi                                   on 2000/11/20  22:29:10
51208         Log: Subject: DOC PATCH 5.6.0 perlreftut
51209              From: mjd@plover.com
51210              Date: 20 Nov 2000 19:45:06 -0000
51211              Message-ID: <20001120194506.9505.qmail@plover.com>
51212      Branch: perl
51213            ! pod/perlreftut.pod
51214 ____________________________________________________________________________
51215 [  7785] By: jhi                                   on 2000/11/20  22:27:44
51216         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
51217              From: David Dyck <dcd@tc.fluke.com>
51218              Date: Mon, 20 Nov 2000 11:43:40 -0800
51219              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
51220      Branch: perl
51221            ! lib/Cwd.pm
51222 ____________________________________________________________________________
51223 [  7784] By: jhi                                   on 2000/11/20  22:23:21
51224         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
51225              Date: Mon, 20 Nov 2000 17:06:10 -0500
51226              To: Mailing list Perl5 <perl5-porters@perl.org>
51227              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
51228      Branch: perl
51229            ! pp_ctl.c t/op/pat.t
51230 ____________________________________________________________________________
51231 [  7783] By: jhi                                   on 2000/11/20  22:11:18
51232         Log: Subject: [PATCH] doop.c - UTF8 tr///               
51233              From: Simon Cozens <simon@cozens.net>
51234              Date: Sat, 18 Nov 2000 18:49:30 +0000
51235              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
51236              
51237              Subject: Re: [PATCH] doop.c - UTF8 tr///           
51238              From: Simon Cozens <simon@cozens.net>
51239              Date: Mon, 20 Nov 2000 20:45:22 +0000
51240              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
51241              
51242              Make tr on UTF-8 better but still not correct.
51243      Branch: perl
51244            ! doop.c
51245 ____________________________________________________________________________
51246 [  7782] By: jhi                                   on 2000/11/20  22:02:16
51247         Log: Remove the shared object before attempting to create
51248              (by linking) a new one.  E.g. in AIX not removing
51249              becomes quite painful if one tries to do more than one
51250              build in the same tree (an interrupted build, for example),
51251              since the AIX' shared dynaloader seemingly keeps the shared
51252              objects open and therefore 'busy' for quite a while, even when
51253              nobody is using the objects, leading into link failures.
51254      Branch: perl
51255            ! lib/ExtUtils/MM_Unix.pm
51256 ____________________________________________________________________________
51257 [  7781] By: gsar                                  on 2000/11/20  19:02:55
51258         Log: type mismatch due to faulty integration
51259      Branch: maint-5.6/perl
51260            ! toke.c win32/Makefile
51261 ____________________________________________________________________________
51262 [  7780] By: gsar                                  on 2000/11/20  17:31:55
51263         Log: integrate changes#6392,6394..6399,6401..6404
51264              
51265              The {multiplier} of a fixed substring was overlooked which
51266              caused a wrong initial search offset for that substring.
51267              
51268              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
51269              From: Hugo <hv@crypt.compulink.co.uk>
51270              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
51271              Date: Thu, 13 Jul 2000 19:27:13 +0100
51272              
51273              Fix the BOM bug: not a byteorder bug, a signedness bug.
51274              
51275              Replace change #6337 with a better one.
51276              
51277              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
51278              From: Hugo <hv@crypt.compulink.co.uk>
51279              Date: Fri, 14 Jul 2000 04:16:20 +0100
51280              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
51281              
51282              MakeMaker should not remove editor backups (*~) on `make clean`
51283              by default (completes change#6383)
51284              
51285              move new variables to the end of the interpreter structure (for
51286              bincompat in code that doesn't #include XSUB.h)
51287              
51288              rename totally bletcherous SvLOCK() thingy (doesn't do what the
51289              name suggests anyway)
51290              
51291              various cleanups (typos, misformatted code, and small bugs)
51292              
51293              typecasts needed for change#6394
51294              
51295              typos in change#6399, regen headers
51296              
51297              inconsistent types needs casts
51298              
51299              PERL_OBJECT build tweaks
51300      Branch: maint-5.6/perl
51301           !> MANIFEST doop.c embed.h embed.pl embedvar.h
51302           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
51303           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
51304           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
51305           !> toke.c util.c
51306 ____________________________________________________________________________
51307 [  7779] By: gsar                                  on 2000/11/20  17:06:29
51308         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
51309              
51310              Cosmetics and perldelta.
51311              
51312              Fix nits noticed by Boston.pm.
51313              
51314              Do the cc sanity check both before the hints and
51315              after the cc selction.
51316              
51317              get sprintf.t to adjust properly for 3-digit exponents
51318              
51319              don't clobber *.orig files on *clean targets
51320              
51321              fix bugs in processing %v-*d and similar format specs (from
51322              Avi Finkel <avi@finkel.org>)
51323              
51324              sprintf test tweaks (from Dominic Dunlop)
51325              
51326              new selfloader.t in change#6183 doesn't close DATA handles,
51327              and thus fails to clean up tmp files on dosish platforms
51328              
51329              typos (spotted by Peter Prymmer)
51330              
51331              typo fix from Craig Berry
51332      Branch: maint-5.6/perl
51333           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
51334           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
51335           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
51336           !> x2p/Makefile.SH
51337 ____________________________________________________________________________
51338 [  7778] By: gsar                                  on 2000/11/20  16:46:51
51339         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
51340              
51341              Subject: Re: format bug report  [Patch]
51342              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51343              Date: Wed, 05 Jul 2000 13:12:52 +0200
51344              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
51345              
51346              Subject: Re: format bug report  [Patch]
51347              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51348              Date: Wed, 05 Jul 2000 14:10:01 +0200
51349              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
51350              
51351              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
51352              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51353              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
51354              Date: Fri, 07 Jul 2000 17:57:16 +0100
51355              
51356              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
51357              To: perl5-porters@perl.org
51358              From: Karsten Sperling <spiff@phreax.net>
51359              Date: Mon, 10 Jul 2000 15:12:52 +0200
51360              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
51361              
51362              README.posix-bc podified from Thomas Dorner.
51363              
51364              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
51365              From: Dominic Dunlop <domo@computer.org>
51366              Date: Tue, 11 Jul 2000 12:27:33 +0200
51367              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
51368              
51369              Typo in #6341.
51370              
51371              Fix for
51372              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
51373              From: Roderick Schertler <roderick@argon.org>
51374              Date: Tue, 11 Jul 2000 13:55:05 -0400
51375              Message-Id: <200007111755.NAA05077@jones.argon.org>
51376              
51377              Minor cleanups on the booklist.
51378              
51379              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
51380              regen perltoc.
51381              
51382              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
51383      Branch: maint-5.6/perl
51384           +> pod/perlbook.pod
51385           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
51386           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
51387           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
51388 ____________________________________________________________________________
51389 [  7777] By: jhi                                   on 2000/11/20  16:08:49
51390         Log: Update Changes.
51391      Branch: perl
51392            ! Changes patchlevel.h
51393 ____________________________________________________________________________
51394 [  7776] By: jhi                                   on 2000/11/20  15:27:56
51395         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
51396              This may be overly harsh but until proven otherwise, we think this
51397              way, or until we have a simple test for Configure (having to start
51398              up servers is does not count as simple) to check for the problems.
51399      Branch: perl
51400            ! perl.h
51401 ____________________________________________________________________________
51402 [  7775] By: jhi                                   on 2000/11/20  15:22:17
51403         Log: Solaris hints tweaks.
51404      Branch: perl
51405            ! hints/solaris_2.sh
51406 ____________________________________________________________________________
51407 [  7774] By: jhi                                   on 2000/11/20  15:01:20
51408         Log: Add a workaround to SOCKS 64-bit problems.
51409      Branch: perl
51410            ! doio.c embed.h embed.pl perlsdio.h proto.h
51411 ____________________________________________________________________________
51412 [  7773] By: jhi                                   on 2000/11/20  14:51:47
51413         Log: sysseek() instead of seek().
51414      Branch: perl
51415            ! t/lib/syslfs.t
51416 ____________________________________________________________________________
51417 [  7772] By: gsar                                  on 2000/11/20  13:06:23
51418         Log: integrate changes#6315..6319,6321..6331,6333..6338
51419              
51420              Integrate with Sarathy, preliminary fix for unicos
51421              alignment problems in [ID 20000612.002] Perl problem on Cray system.
51422              
51423              some debugger output does not go to the socket when RemotePort is set
51424              
51425              winsock cleanup never done on Windows (leads to handle leaks)
51426              
51427              fix UNC path handling on Windows under ithreads, and chdir()
51428              return value when given a non-existent directory
51429              
51430              Autogenerate pod/Makefile and pod/buildtoc.
51431              buildtoc also checks whether the existin pods are
51432              mentioned in MANIFEST and perl.pod, and vice versa.
51433              (None of the thusly found discrepancies fixed yet.)
51434              roffitall also needs to be autogenerated similarly but it
51435              seems so badly out of date that I didn't touch it yet.
51436              
51437              Config is being used.
51438              
51439              Add =head1 NAMEs so that buildtoc is happy.
51440              (The CGI::Util nit reported to Lincoln.)
51441              
51442              Fix complaints of buildtoc.
51443              
51444              Fix the alignment problem in Crays ([ID 20000612.002]).
51445              
51446              Remove perlbook, update perlfaq book listing,
51447              rearrange perl.pod, regenerate perltoc.
51448              
51449              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
51450              was cast to an unsigned (32-bit) integer with wild abandon.
51451              
51452              winsock options weren't being set in all threads under ithreads
51453              (caused send()s from second and subsequent threads to fail)
51454              
51455              accept() leaks memory on windows due to incorrect ordering of
51456              closesocket() and fclose() calls
51457              
51458              Reorder perl.pod once more.
51459              
51460              More POSIX.pod tweaks.
51461              
51462              Sprinkle ldlibpath.
51463              
51464              Precedence goof, fix based on
51465              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
51466              From: Hugo <hv@crypt.compulink.co.uk>
51467              Date: Tue, 11 Jul 2000 12:52:38 +0100
51468              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
51469              
51470              Subject: PATCH perlguts.pod: Document D and d magic types
51471              From: mjd@plover.com
51472              Date: 5 Jul 2000 18:01:51 -0000
51473              Message-ID: <20000705180151.29413.qmail@plover.com>
51474              
51475              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
51476              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
51477              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
51478              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
51479              
51480              Subject: [PATCH cfgperl] $& segfaults if you trick it
51481              From: simon@brecon.co.uk (Simon Cozens)
51482              Date: 7 Jul 2000 11:26:09 GMT
51483              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
51484              
51485              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
51486              From: Hugo <hv@crypt.compulink.co.uk>
51487              Date: Tue, 11 Jul 2000 12:44:50 +0100
51488              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
51489              
51490              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
51491              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51492              Date: Tue, 11 Jul 2000 13:50:51 +0100
51493              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
51494      Branch: maint-5.6/perl
51495           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
51496           +> pod/buildtoc.PL
51497            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
51498           !> (integrate 26 files)
51499 ____________________________________________________________________________
51500 [  7771] By: gsar                                  on 2000/11/20  12:31:42
51501         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
51502              6310,6311,6314
51503              
51504              Subject: [PATCH bleedperl] File::Spec 0.82 beta
51505              From: Barrie Slaymaker <barries@jester.slaysys.com>
51506              Date: Wed, 28 Jun 2000 11:35:29 -0400
51507              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
51508              
51509              tweak perlembed for multiplicity/usethreads sanity; correct notes
51510              about Windows
51511              
51512              localize %INC in a Safe compartment so that use/require work
51513              (many other magic globals probably need similar treatment)
51514              
51515              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
51516              when @_ is modified, causing coredumps
51517              
51518              slurp mode fix in change#4736 still not quite right
51519              
51520              Point to perlipc for more SysV IPC examples.
51521              
51522              Elaborate POSIX.pod.  Still needs work.
51523              
51524              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
51525              
51526              fix large memory leak that has been around for ever, masked by
51527              -DPURIFY (most of the arenas were never freed!)
51528              
51529              fix memory leak on Windows (PL_sys_intern contents were never
51530              freed)
51531              
51532              PERL_OBJECT build tweak
51533              
51534              adjust change#6299
51535              
51536              remove rel2abs prototypes (from Barrie Slaymaker)
51537              
51538              missing perldiag entry for unpack("w",...) diagnostic (from
51539              Andreas Koenig)
51540              
51541              better diagnostic on Frob->stuff() when Frob:: doesn't exist
51542              (from Richard Soderberg <rs@oregonnet.com>)
51543              
51544              Win32 patches for cfgperl from Sarathy.
51545              
51546              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
51547              
51548              More POSIX.pod embellishment.
51549              
51550              tyop in change#6306
51551      Branch: maint-5.6/perl
51552           !> (integrate 44 files)
51553 ____________________________________________________________________________
51554 [  7770] By: gsar                                  on 2000/11/20  11:51:00
51555         Log: integrate changes#6268..6282 from cfgperl branch
51556              
51557              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
51558              From: Dominic Dunlop <domo@computer.org>
51559              Date: Thu, 29 Jun 2000 12:32:39 +0200
51560              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
51561              
51562              Regen headers for #6261 (and update embed.pl for this) and #6267,
51563              silence few compiler warnings.
51564              
51565              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
51566              From: Nicholas Clark <nick@talking.bollo.cx>
51567              Date: Fri, 23 Jun 2000 16:21:15 +0100
51568              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
51569              
51570              Subject: PATCH pod/perltie.pod
51571              From: Ian Phillipps <Ian.Phillipps@iname.com>
51572              Date: Fri, 16 Jun 2000 00:17:19 +0100
51573              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
51574              (only the first hunk, the second hunk had already been done
51575              by some other patch)
51576              
51577              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
51578              From: Tom Phoenix <rootbeer@redcat.com>
51579              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
51580              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
51581              
51582              Subject: [PATCH] xsub attributes
51583              From: Doug MacEachern <dougm@covalent.net>
51584              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
51585              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
51586              
51587              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
51588              From: Andy Dougherty <doughera@lafayette.edu>
51589              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
51590              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
51591              
51592              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
51593              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
51594              Date: Tue, 13 Jun 2000 02:43:48 -0500
51595              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
51596              
51597              Subject: [PATCH] Re: eval documentation: context
51598              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51599              Date: Mon, 12 Jun 2000 15:07:29 +0100
51600              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
51601              
51602              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
51603              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51604              Date: Mon, 12 Jun 2000 14:55:59 +0100
51605              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
51606              
51607              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
51608              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
51609              Date: Fri, 09 Jun 2000 12:39:27 -0400
51610              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
51611              (plus update the version "number" of Text::Wrap)
51612              
51613              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
51614              From: Tim Ayers <tayers@bridge.com>
51615              Date: Thu, 08 Jun 2000 08:11:06 +0200
51616              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
51617              [resent by Richard Foley, Message-Id probably wrong]
51618              
51619              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
51620              From: rspier@pobox.com (Robert Spier)
51621              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
51622              Message-ID: <14654.31913.845602.610277@rls.cx>
51623              
51624              Subject: [PATCH 5.6.0] utils/h2xs.PL
51625              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
51626              Date: Wed, 7 Jun 2000 04:02:04 -0500
51627              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
51628              
51629              Subject: [PATCH 5.6.0]ITHREADs for VMS
51630              From: Dan Sugalski <dan@sidhe.org>
51631              Date: Tue, 06 Jun 2000 11:59:50 -0400
51632              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
51633      Branch: maint-5.6/perl
51634           !> (integrate 31 files)
51635 ____________________________________________________________________________
51636 [  7769] By: gsar                                  on 2000/11/20  11:29:06
51637         Log: integrate changes#6261..6266 from cfgperl
51638              
51639              Subject: Re: [PATCH cfgperl] BOMs away!
51640              From: simon@brecon.co.uk (Simon Cozens)
51641              Date: 17 Jun 2000 11:49:57 GMT
51642              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
51643              
51644              Subject: 5.6.0 Patch for EPOC
51645              From: Olaf Flebbe <o.flebbe@gmx.de>
51646              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
51647              Message-ID: <23449.960929969@www11.gmx.net>
51648              
51649              tr fixes from Simon Cozens
51650              
51651              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
51652              From: Marty Lucich <marty@netcom.com>
51653              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
51654              Message-Id: <200006282116.OAA11148@netcom.com>
51655              ccdlflags update (the BSD/OS 4.1 part had already been taken
51656              care of by #6141).
51657              
51658              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
51659              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51660              Date: Wed, 28 Jun 2000 17:50:12 -0700
51661              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
51662              
51663              Subject: [PATCH 5.6.0] cygwin port
51664              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
51665              From: "Fifer, Eric" <EFifer@sanwaint.com>
51666              Date: Thu, 29 Jun 2000 12:58:29 +0100
51667      Branch: maint-5.6/perl
51668           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
51669           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
51670           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
51671           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
51672 ____________________________________________________________________________
51673 [  7768] By: gsar                                  on 2000/11/20  11:13:44
51674         Log: integrate changes#6252..6256,6259..6260
51675              
51676              Paranoia tweak on #6249.
51677              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
51678              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
51679              Date: Sun, 25 Jun 2000 23:43:12 -0400
51680              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
51681              
51682              Subject: tr///, help wanted.
51683              From: simon@brecon.co.uk (Simon Cozens)
51684              Date: 28 Jun 2000 11:29:04 GMT
51685              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
51686              
51687              small thinko tweaks
51688              
51689              tweaks from Simon Conzes to further fix tr/// under utf8
51690              
51691              perlnewmod was missing from MANIFEST.
51692              
51693              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
51694              From: simon@brecon.co.uk (Simon Cozens)
51695              Date: 17 Jun 2000 11:56:44 GMT
51696              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
51697              pack U0, pack C0
51698      Branch: maint-5.6/perl
51699           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
51700           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
51701           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
51702           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
51703 ____________________________________________________________________________
51704 [  7767] By: gsar                                  on 2000/11/20  10:51:38
51705         Log: integrate change#6250 from cfgperl
51706              
51707              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
51708              From: Doug MacEachern <dougm@covalent.net>
51709              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
51710              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
51711      Branch: maint-5.6/perl
51712           +> t/op/my_stash.t
51713           !> MANIFEST embed.pl global.sym proto.h toke.c
51714 ____________________________________________________________________________
51715 [  7766] By: gsar                                  on 2000/11/20  10:48:34
51716         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
51717              
51718              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
51719              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
51720              Date: Mon, 26 Jun 2000 18:40:14 +0100
51721              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
51722              
51723              Subject: [PATCH] bytes<->utf8 fixes
51724              From: simon@brecon.co.uk (Simon Cozens)
51725              Date: 26 Jun 2000 04:55:45 GMT
51726              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
51727              
51728              Subject: [PATCH] is_utf8_string
51729              From: simon@brecon.co.uk (Simon Cozens)
51730              Date: 26 Jun 2000 02:25:59 GMT
51731              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
51732              
51733              Subject: [PATCH] avoid mg_ptr in '*' magic
51734              From: Doug MacEachern <dougm@covalent.net>
51735              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
51736              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
51737              
51738              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
51739              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
51740              Date: Sat, 24 Jun 2000 13:06:20 +0100
51741              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
51742              
51743              Allow for standalone testing.
51744              
51745              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
51746              From: Mark-Jason Dominus <mjd@plover.com>
51747              Date: Tue, 27 Jun 2000 22:36:42 -0400
51748              Message-ID: <20000628023642.12166.qmail@plover.com>
51749              
51750              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
51751              From: Frank Tobin <ftobin@uiuc.edu>
51752              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
51753              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
51754      Branch: maint-5.6/perl
51755           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
51756           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
51757           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
51758           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
51759           !> utf8.c utils/h2xs.PL
51760 ____________________________________________________________________________
51761 [  7765] By: gsar                                  on 2000/11/20  10:29:13
51762         Log: integrate change#6239 from cfgperl
51763              
51764              Configure maintenance.  Sever some dependency cycles,
51765              separate gccversion from the cc unit,
51766              address [ID 20000623.006] Configure script patch for using gcc on AIX
51767              (but solve it a little bit differently),
51768              unduplex some accidentally duplicated units,
51769              suggest using gcc if no cc available
51770              (p5p thread: "Solaris configure: counterproposal", 1999-09)
51771      Branch: maint-5.6/perl
51772           !> Configure Todo-5.6 config_h.SH
51773 ____________________________________________________________________________
51774 [  7764] By: gsar                                  on 2000/11/20  10:25:55
51775         Log: integrate changes#6233..6238 from cfgperl
51776              
51777              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
51778              From: Mark-Jason Dominus <mjd@plover.com>
51779              Date: Fri, 16 Jun 2000 20:53:04 -0400
51780              Message-ID: <20000617005304.8008.qmail@plover.com>
51781              
51782              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
51783              because when run as services (Win32ese for daemons)
51784              no environment variables are set and tmpdir ends up as /tmp,
51785              which is ambiguous.
51786              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
51787              From: matt@sergeant.org
51788              Date: 16 Jun 2000 16:30:43 -0000
51789              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
51790              
51791              The thread begun by
51792              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
51793              From: Kevin.Ruscoe@ubsw.com
51794              Date: Fri, 16 Jun 2000 16:38:51 +0100
51795              Message-Id: <H000019b03c300d6@MHS>
51796              
51797              Tweak embed.pl, regen headers.
51798              
51799              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
51800              From: Dan Sugalski <dan@sidhe.org>
51801              Date: Fri, 23 Jun 2000 17:00:00 -0400
51802              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
51803      Branch: maint-5.6/perl
51804           !> (integrate 27 files)
51805 ____________________________________________________________________________
51806 [  7763] By: gsar                                  on 2000/11/20  10:08:08
51807         Log: s/perl56delta/perldelta/g
51808      Branch: maint-5.6/perl
51809            ! pod/Makefile
51810 ____________________________________________________________________________
51811 [  7762] By: gsar                                  on 2000/11/20  10:04:00
51812         Log: integrate changes#6225,6229,6231,6232 from cfgperl
51813              
51814              Add source code filenames to apidoc.
51815              From: simon@brecon.co.uk (Simon Cozens)
51816              Subject: [PATCH embed.pl] Source X-ref
51817              Date: 22 Jun 2000 02:18:49 GMT
51818              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
51819              
51820              Subject: README.hpux version 0.6.1
51821              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
51822              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
51823              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
51824              
51825              Subject: [PATCH 5.6.0] cygwin port
51826              From: "Fifer, Eric" <EFifer@sanwaint.com>
51827              Date: Tue, 20 Jun 2000 14:30:58 +0100
51828              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
51829              
51830              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
51831              From: simon@brecon.co.uk (Simon Cozens)
51832              Date: 19 Jun 2000 15:18:27 GMT
51833              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
51834              
51835              plus update pod/Makefile and regenerate perltoc
51836      Branch: maint-5.6/perl
51837           +> pod/perlutil.pod
51838           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
51839           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
51840 ____________________________________________________________________________
51841 [  7761] By: jhi                                   on 2000/11/20  04:09:55
51842         Log: Miraculous typo.
51843      Branch: perl
51844            ! t/op/pat.t
51845 ____________________________________________________________________________
51846 [  7760] By: jhi                                   on 2000/11/20  04:06:08
51847         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
51848              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51849              Date: Sun, 19 Nov 2000 22:30:26 -0500
51850              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
51851      Branch: perl
51852            ! regexec.c scope.h t/op/pat.t
51853 ____________________________________________________________________________
51854 [  7759] By: jhi                                   on 2000/11/20  02:05:22
51855         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
51856      Branch: perl
51857            ! perl.h
51858 ____________________________________________________________________________
51859 [  7758] By: jhi                                   on 2000/11/20  01:58:11
51860         Log: Subject: [perl 7711: EPOC] updates
51861              From: Olaf Flebbe <o.flebbe@gmx.de>
51862              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
51863              Message-ID: <25575.974658810@www23.gmx.net>               
51864      Branch: perl
51865            + lib/File/Spec/Epoc.pm
51866            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
51867            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
51868            ! lib/File/Spec.pm perl.c sv.c
51869 ____________________________________________________________________________
51870 [  7757] By: jhi                                   on 2000/11/20  01:53:11
51871         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
51872      Branch: perl
51873            ! MANIFEST
51874 ____________________________________________________________________________
51875 [  7756] By: jhi                                   on 2000/11/20  01:47:22
51876         Log: Integrate perlio.
51877      Branch: perl
51878            - ext/re/hints/MSWin32.pl
51879           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
51880           !> win32/config.gc win32/config_H.gc win32/win32sck.c
51881 ____________________________________________________________________________
51882 [  7755] By: nick                                  on 2000/11/19  20:57:17
51883         Log: Add dummy crlf layer (just as buffer)
51884              Correct 1st bug - one layer of indirection.
51885      Branch: perlio
51886            ! perlio.c perlio.h perliol.h
51887 ____________________________________________________________________________
51888 [  7754] By: nick                                  on 2000/11/19  20:56:12
51889         Log: Work-round to Perl_deb_nocontext is no longer required
51890      Branch: perlio
51891            - ext/re/hints/MSWin32.pl
51892 ____________________________________________________________________________
51893 [  7753] By: nick                                  on 2000/11/19  20:01:16
51894         Log: diff -se shows these as different
51895      Branch: perlio
51896            ! global.sym pod/perlapi.pod
51897 ____________________________________________________________________________
51898 [  7752] By: nick                                  on 2000/11/19  18:57:30
51899         Log: Configure GCC/Win32 build -Duseperlio
51900              Fix a couple of gross issues
51901              - double-include of ../deb.o in re.dll
51902              - win32sck.c needs PerlIO and FILE 
51903      Branch: perlio
51904            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
51905            ! win32/win32sck.c
51906 ____________________________________________________________________________
51907 [  7751] By: nick                                  on 2000/11/19  17:05:36
51908         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
51909      Branch: perlio
51910            ! perlio.c
51911 ____________________________________________________________________________
51912 [  7750] By: nick                                  on 2000/11/19  16:57:14
51913         Log: Missing aTHX_
51914      Branch: perlio
51915            ! sv.c
51916 ____________________________________________________________________________
51917 [  7749] By: jhi                                   on 2000/11/19  16:28:40
51918         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
51919              From: "Peter J. Farley III" <pjfarley@banet.net>
51920              Date: Sun, 19 Nov 2000 01:42:58 -0500
51921              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
51922      Branch: perl
51923            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
51924 ____________________________________________________________________________
51925 [  7748] By: jhi                                   on 2000/11/19  16:08:10
51926         Log: Subject: podlators 1.05 available        
51927              From: Russ Allbery <rra@stanford.edu>   
51928              Date: 18 Nov 2000 22:04:28 -0800
51929              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
51930      Branch: perl
51931            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
51932 ____________________________________________________________________________
51933 [  7747] By: nick                                  on 2000/11/19  11:19:39
51934         Log: Integrate mainline
51935      Branch: perlio
51936           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
51937           !> util.c
51938 ____________________________________________________________________________
51939 [  7746] By: jhi                                   on 2000/11/19  06:42:22
51940         Log: Make hex scanning warn on "\x{x}" and "\xx".
51941              "\x" and and hex("x") are still valid.
51942      Branch: perl
51943            ! util.c
51944 ____________________________________________________________________________
51945 [  7745] By: nick                                  on 2000/11/18  22:52:28
51946         Log: Integrate mainline
51947      Branch: perlio
51948           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
51949           !> perl.h perlio.c proto.h regcomp.c regcomp.h
51950 ____________________________________________________________________________
51951 [  7744] By: jhi                                   on 2000/11/18  22:50:28
51952         Log: Introduce Perl_utf8_length().  Use it.
51953      Branch: perl
51954            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
51955 ____________________________________________________________________________
51956 [  7743] By: jhi                                   on 2000/11/18  22:38:51
51957         Log: Compiler denit.
51958      Branch: perl
51959            ! perlio.c
51960 ____________________________________________________________________________
51961 [  7742] By: jhi                                   on 2000/11/18  20:33:05
51962         Log: Integrate perlio.
51963      Branch: perl
51964           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
51965           !> perlio.h pp_ctl.c pp_sys.c sv.c
51966 ____________________________________________________________________________
51967 [  7741] By: jhi                                   on 2000/11/18  20:31:27
51968         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
51969              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51970              Date: Fri, 17 Nov 2000 20:35:11 -0500
51971              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
51972              
51973              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
51974              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51975              Date: Fri, 17 Nov 2000 21:03:47 -0500
51976              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
51977              
51978              Plus a little bit of tweaking in pregcomp().
51979      Branch: perl
51980            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
51981 ____________________________________________________________________________
51982 [  7740] By: nick                                  on 2000/11/18  20:17:22
51983         Log: Lexical use open ... support:
51984              add ->cop_io to COP structure in cop.h.
51985              Make mg.c and gv.c associate it with ${^OPEN}.
51986              Make lib/open.pm set it.
51987              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
51988              manner similar to ->cop_warnings.
51989              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
51990              call new PerlIO_apply_layers().
51991              Declare latter in perlio.h and define in perlio.c
51992      Branch: perlio
51993            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
51994            ! perlio.h pp_ctl.c pp_sys.c sv.c
51995 ____________________________________________________________________________
51996 [  7739] By: jhi                                   on 2000/11/18  19:54:00
51997         Log: Integrate perlio.
51998      Branch: perl
51999           !> doio.c perlio.c pp.c
52000 ____________________________________________________________________________
52001 [  7738] By: jhi                                   on 2000/11/18  17:16:13
52002         Log: Subject: [PATCH 5.7.0] etags broken again
52003              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52004              Date: Sat, 18 Nov 2000 02:41:36 -0500
52005              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
52006      Branch: perl
52007            ! emacs/ptags
52008 ____________________________________________________________________________
52009 [  7737] By: jhi                                   on 2000/11/18  17:12:18
52010         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
52011      Branch: perl
52012            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
52013 ____________________________________________________________________________
52014 [  7736] By: nick                                  on 2000/11/18  14:06:20
52015         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
52016              part to be isolated.
52017      Branch: perlio
52018            ! doio.c perlio.c
52019 ____________________________________________________________________________
52020 [  7735] By: nick                                  on 2000/11/18  11:03:32
52021         Log: Integrate mainline
52022      Branch: perlio
52023           !> Changes README.amiga README.win32 patchlevel.h
52024           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
52025 ____________________________________________________________________________
52026 [  7734] By: jhi                                   on 2000/11/18  01:18:56
52027         Log: Update Changes.
52028      Branch: perl
52029            ! Changes patchlevel.h
52030 ____________________________________________________________________________
52031 [  7733] By: jhi                                   on 2000/11/18  00:32:54
52032         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
52033              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52034              Date: Fri, 17 Nov 2000 17:28:02 -0500
52035              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
52036      Branch: perl
52037            ! regcomp.c regexec.c t/op/re_tests
52038 ____________________________________________________________________________
52039 [  7732] By: jhi                                   on 2000/11/18  00:28:56
52040         Log: Sparc 64-bit pack() fix from Jens Hamisch.
52041      Branch: perl
52042            ! pp.c
52043 ____________________________________________________________________________
52044 [  7731] By: jhi                                   on 2000/11/18  00:18:39
52045         Log: Explain in more detail the {} syntax ambiguousity.
52046              
52047              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
52048              From: Nicholas Clark <nick@ccl4.org>
52049              Date: Fri, 17 Nov 2000 22:10:28 +0000
52050              Message-ID: <20001117221028.A88930@plum.flirble.org>
52051      Branch: perl
52052            ! pod/perlfunc.pod
52053 ____________________________________________________________________________
52054 [  7730] By: jhi                                   on 2000/11/18  00:12:18
52055         Log: Subject: Fix for README.amiga (20000323.033)
52056              From: "Stephen P. Potter" <spp@spotter.yi.org>
52057              Date: Fri, 17 Nov 2000 12:25:51 -0500
52058              Message-Id: <200011171725.MAA05768@spotter.yi.org>
52059      Branch: perl
52060            ! README.amiga
52061 ____________________________________________________________________________
52062 [  7729] By: jhi                                   on 2000/11/18  00:08:34
52063         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
52064              From: "A. C. Yardley" <yardley@tanet.net>
52065              Date: Mon, 3 Apr 2000 11:35:33 -0700
52066              Message-ID: <3483.000403@tanet.net>
52067      Branch: perl
52068            ! README.win32
52069 ____________________________________________________________________________
52070 [  7728] By: nick                                  on 2000/11/17  21:59:47
52071         Log: Integrate mainline
52072      Branch: perlio
52073           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
52074           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
52075           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
52076           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
52077 ____________________________________________________________________________
52078 [  7727] By: nick                                  on 2000/11/17  21:56:31
52079         Log: Experiment on use of attributes.pm interface.
52080              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
52081              SVt_PVRV if not already something better (else vivify of say magic gets
52082              core dump).
52083      Branch: perlio
52084            ! perlio.c pp.c
52085 ____________________________________________________________________________
52086 [  7726] By: jhi                                   on 2000/11/17  14:15:49
52087         Log: Subject: Fix for 20000815.006
52088              From: "Stephen P. Potter" <spp@spotter.yi.org>
52089              Date: Fri, 17 Nov 2000 08:57:45 -0500
52090              Message-Id: <200011171357.IAA05122@spotter.yi.org>
52091              
52092              It's really 20000518.006.
52093      Branch: perl
52094            ! pod/perlmodlib.PL
52095 ____________________________________________________________________________
52096 [  7725] By: jhi                                   on 2000/11/17  14:12:31
52097         Log: Subject: Fix for 20000409.001
52098              From: "Stephen P. Potter" <spp@spotter.yi.org>
52099              Date: Fri, 17 Nov 2000 08:55:45 -0500
52100              Message-Id: <200011171355.IAA05104@spotter.yi.org>
52101      Branch: perl
52102            ! pod/perlfaq9.pod
52103 ____________________________________________________________________________
52104 [  7724] By: jhi                                   on 2000/11/17  14:08:58
52105         Log: Undo #7627 now that we have =head3.
52106      Branch: perl
52107            ! pod/perlhack.pod
52108 ____________________________________________________________________________
52109 [  7723] By: jhi                                   on 2000/11/17  14:04:09
52110         Log: As surmised the #7719 wasn't a good move.
52111      Branch: perl
52112            ! hints/solaris_2.sh
52113 ____________________________________________________________________________
52114 [  7722] By: jhi                                   on 2000/11/17  13:59:04
52115         Log: Also the 64bitall hints can be either here or there.
52116      Branch: perl
52117            ! hints/solaris_2.sh
52118 ____________________________________________________________________________
52119 [  7721] By: jhi                                   on 2000/11/17  02:26:23
52120         Log: Test tweak for the open pragma.
52121      Branch: perl
52122            ! t/lib/b.t
52123 ____________________________________________________________________________
52124 [  7720] By: jhi                                   on 2000/11/17  00:23:22
52125         Log: The long double hints can be here or there.
52126      Branch: perl
52127            ! hints/solaris_2.sh
52128 ____________________________________________________________________________
52129 [  7719] By: jhi                                   on 2000/11/17  00:14:06
52130         Log: For Solaris use64bitall the stdchar needs a little bit of help.
52131      Branch: perl
52132            ! hints/solaris_2.sh
52133 ____________________________________________________________________________
52134 [  7718] By: jhi                                   on 2000/11/16  23:27:34
52135         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
52136              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
52137              Date: Wed, 15 Nov 2000 08:56:32 +0100
52138              Message-ID: <3A1241B0.64477E00@alcatel.at>
52139      Branch: perl
52140            ! lib/Carp/Heavy.pm
52141 ____________________________________________________________________________
52142 [  7717] By: jhi                                   on 2000/11/16  23:23:29
52143         Log: Subject: [PATCH] Re: 20001101.003 PDL
52144              From: Nicholas Clark <nick@ccl4.org>
52145              Date: Thu, 16 Nov 2000 16:48:25 +0000
52146              Message-ID: <20001116164825.B93487@plum.flirble.org>
52147      Branch: perl
52148            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
52149 ____________________________________________________________________________
52150 [  7716] By: jhi                                   on 2000/11/16  23:21:31
52151         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
52152              From: "Casey R. Tweten" <crt@kiski.net>
52153              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
52154              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
52155      Branch: perl
52156            ! lib/Pod/Checker.pm pod/perlpod.pod
52157 ____________________________________________________________________________
52158 [  7715] By: jhi                                   on 2000/11/16  23:19:40
52159         Log: Avoid an infinite loop in VMS when utils scripts are run
52160              with no arguments, from Charles Lane.
52161      Branch: perl
52162            ! configure.com
52163 ____________________________________________________________________________
52164 [  7714] By: jhi                                   on 2000/11/16  23:17:08
52165         Log: Subject: perllocale.pod changes
52166              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
52167              Date: Mon, 13 Nov 2000 10:09:22 +0300
52168              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
52169      Branch: perl
52170            ! pod/perllocale.pod
52171 ____________________________________________________________________________
52172 [  7713] By: jhi                                   on 2000/11/16  23:14:06
52173         Log: Integrate perlio.
52174      Branch: perl
52175           !> doio.c perlio.c perlio.h util.c
52176 ____________________________________________________________________________
52177 [  7712] By: nick                                  on 2000/11/16  21:10:58
52178         Log: Integrate mainline
52179      Branch: perlio
52180           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
52181           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
52182           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
52183           !> vos/config.ga.def vos/config.ga.h win32/config.bc
52184           !> win32/config.gc win32/config.vc
52185 ____________________________________________________________________________
52186 [  7711] By: nick                                  on 2000/11/16  19:56:41
52187         Log: Minor tweaks:
52188              consistent way of getting 'rb', 'wb' etc. for binary opens
52189              move *perlio::layers to *open::layers
52190              a #define to show layers available
52191              DOSISH popen/PerlIO had export/import sense inverted.
52192      Branch: perlio
52193            ! doio.c perlio.c perlio.h util.c
52194 ____________________________________________________________________________
52195 [  7710] By: jhi                                   on 2000/11/16  15:46:05
52196         Log: Add HAS_SBRK_PROTO.
52197      Branch: metaconfig/U/perl
52198            + d_sbrkproto.U
52199      Branch: perl
52200            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52201            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
52202            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
52203            ! vos/config.ga.def vos/config.ga.h win32/config.bc
52204            ! win32/config.gc win32/config.vc
52205 ____________________________________________________________________________
52206 [  7709] By: nick                                  on 2000/11/16  07:31:49
52207         Log: Integrate mainline
52208      Branch: perlio
52209           !> (integrate 35 files)
52210 ____________________________________________________________________________
52211 [  7708] By: jhi                                   on 2000/11/16  05:33:03
52212         Log: These files are text, not binary.
52213      Branch: perl
52214            ! ext/Encode/Encode/iso8859-10.enc
52215            ! ext/Encode/Encode/iso8859-13.enc
52216            ! ext/Encode/Encode/iso8859-14.enc
52217            ! ext/Encode/Encode/iso8859-15.enc
52218 ____________________________________________________________________________
52219 [  7707] By: jhi                                   on 2000/11/16  01:53:37
52220         Log: Update Changes.
52221      Branch: perl
52222            ! Changes patchlevel.h
52223 ____________________________________________________________________________
52224 [  7706] By: jhi                                   on 2000/11/16  01:35:59
52225         Log: More #undefing of stdio.
52226      Branch: perl
52227            ! fakesdio.h nostdio.h
52228 ____________________________________________________________________________
52229 [  7705] By: jhi                                   on 2000/11/16  01:34:18
52230         Log: Add fwalk() probe to the configuration files and regen perltoc.
52231      Branch: perl
52232            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52233            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
52234            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
52235            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
52236            ! win32/config.bc win32/config.gc win32/config.vc
52237 ____________________________________________________________________________
52238 [  7704] By: jhi                                   on 2000/11/16  01:33:07
52239         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
52240              an optional third argument to Inlibc?)
52241      Branch: metaconfig/U/perl
52242            + d__fwalk.U
52243 ____________________________________________________________________________
52244 [  7703] By: jhi                                   on 2000/11/16  01:09:22
52245         Log: The type of the hash_cb() size argument is tricky.
52246      Branch: perl
52247            ! ext/DB_File/DB_File.xs
52248 ____________________________________________________________________________
52249 [  7702] By: jhi                                   on 2000/11/15  23:01:16
52250         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
52251      Branch: perl
52252            ! nostdio.h
52253 ____________________________________________________________________________
52254 [  7701] By: jhi                                   on 2000/11/15  22:52:32
52255         Log: Detypo.
52256      Branch: perl
52257            ! t/lib/bigfltpm.t
52258 ____________________________________________________________________________
52259 [  7700] By: jhi                                   on 2000/11/15  22:51:56
52260         Log: UINT64_C() work continues.
52261      Branch: perl
52262            ! handy.h perl.h utf8.h
52263 ____________________________________________________________________________
52264 [  7699] By: jhi                                   on 2000/11/15  14:13:04
52265         Log: SOCKS has its own USE_THREADS, based on
52266              
52267              Subject: [ID 20001114.002] et. al. bugfix followup
52268              From: Jens Hamisch <jens@Strawberry.COM> 
52269              Date: Wed, 15 Nov 2000 14:23:11 +0100
52270              Message-ID: <20001115142311.A21164@Strawberry.COM>
52271      Branch: perl
52272            ! perl.h
52273 ____________________________________________________________________________
52274 [  7698] By: jhi                                   on 2000/11/15  03:50:56
52275         Log: Add few missing #undefs and sort them.
52276      Branch: perl
52277            ! fakesdio.h
52278 ____________________________________________________________________________
52279 [  7697] By: jhi                                   on 2000/11/15  03:39:14
52280         Log: Linenumber fix.
52281      Branch: perl
52282            ! t/pragma/warn/utf8
52283 ____________________________________________________________________________
52284 [  7696] By: jhi                                   on 2000/11/15  02:55:26
52285         Log: EBCDIC tweaks.
52286              
52287              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
52288              From: Peter Prymmer <pvhp@forte.com>
52289              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
52290              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
52291      Branch: perl
52292            ! t/op/regmesg.t t/pragma/warn/utf8
52293 ____________________________________________________________________________
52294 [  7695] By: jhi                                   on 2000/11/15  02:53:58
52295         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
52296              From: Peter Prymmer <pvhp@forte.com>
52297              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
52298              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
52299      Branch: perl
52300            ! utf8.c
52301 ____________________________________________________________________________
52302 [  7694] By: jhi                                   on 2000/11/15  02:50:55
52303         Log: Subject: [PATCH: perl@7674] updates to README.os390
52304              From: Prymmer/Kahn <pvhp@best.com>
52305              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
52306              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
52307      Branch: perl
52308            ! README.os390
52309 ____________________________________________________________________________
52310 [  7693] By: jhi                                   on 2000/11/15  02:48:37
52311         Log: Quit utf8_to_uv() instantly if curlen == 0.
52312      Branch: perl
52313            ! utf8.c
52314 ____________________________________________________________________________
52315 [  7692] By: jhi                                   on 2000/11/15  02:24:29
52316         Log: Use u_int32_t for the size of hash_cb(), not size_t.
52317              
52318              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
52319              From: Jens Hamisch <jens@Strawberry.COM>     
52320              Date: Tue, 14 Nov 2000 19:03:55 +0100
52321              Message-Id: <20001114190355.A20559@Strawberry.COM>
52322      Branch: perl
52323            ! ext/DB_File/DB_File.xs
52324 ____________________________________________________________________________
52325 [  7691] By: jhi                                   on 2000/11/15  02:20:12
52326         Log: Use UINT64_C().
52327              
52328              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
52329              From: Jens Hamisch <jens@Strawberry.COM>
52330              Date: Tue, 14 Nov 2000 19:16:23 +0100
52331              Message-Id: <20001114191623.G20559@Strawberry.COM>
52332      Branch: perl
52333            ! utf8.c utf8.h
52334 ____________________________________________________________________________
52335 [  7690] By: jhi                                   on 2000/11/15  02:17:06
52336         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
52337              (a macro to define signed and unsigned integer constants).
52338      Branch: perl
52339            ! handy.h
52340 ____________________________________________________________________________
52341 [  7689] By: jhi                                   on 2000/11/15  01:56:51
52342         Log: Regen Configure.
52343      Branch: perl
52344            ! Configure
52345 ____________________________________________________________________________
52346 [  7688] By: jhi                                   on 2000/11/15  01:56:32
52347         Log: Make the unit know about SOCKS.
52348      Branch: metaconfig
52349            ! U/protos/socksizetype.U
52350 ____________________________________________________________________________
52351 [  7687] By: jhi                                   on 2000/11/15  01:54:47
52352         Log: Remove unused dependencies.
52353      Branch: metaconfig
52354            ! U/compline/d_getpagsz.U
52355 ____________________________________________________________________________
52356 [  7686] By: nick                                  on 2000/11/14  21:25:13
52357         Log: Integrate mainline.
52358      Branch: perlio
52359           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
52360           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
52361           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
52362           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
52363           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
52364           !> win32/config.bc win32/config.gc win32/config.vc
52365           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
52366 ____________________________________________________________________________
52367 [  7685] By: jhi                                   on 2000/11/14  17:54:56
52368         Log: Integrate perlio.
52369      Branch: perl
52370           +> fakesdio.h perliol.h
52371           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
52372           !> perlsdio.h perlsfio.h pod/perlfunc.pod
52373 ____________________________________________________________________________
52374 [  7684] By: nick                                  on 2000/11/14  17:43:04
52375         Log: PerlIO #include and #ifdef re-work.
52376      Branch: perlio
52377            + fakesdio.h perliol.h
52378            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
52379            ! perlsdio.h perlsfio.h
52380 ____________________________________________________________________________
52381 [  7683] By: jhi                                   on 2000/11/14  15:42:40
52382         Log: Hoist the duplicated socket/netdb include logic to perl.h;
52383              undef SETERRNO in case SOCKS has defined it.  Based on:
52384              
52385              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
52386              From: Jens Hamisch <jens@Strawberry.COM> 
52387              Date: Tue, 14 Nov 2000 11:34:40 +0100
52388              Message-Id: <20001114113440.A20005@Strawberry.COM>
52389      Branch: perl
52390            ! doio.c perl.h pp_sys.c
52391 ____________________________________________________________________________
52392 [  7682] By: jhi                                   on 2000/11/14  14:07:28
52393         Log: Subject: some additions for makefiles for win32 (for perl@7674)
52394              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
52395              Date: Tue, 14 Nov 2000 09:31:13 +0300
52396              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
52397      Branch: perl
52398            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
52399            ! win32/makefile.mk
52400 ____________________________________________________________________________
52401 [  7681] By: jhi                                   on 2000/11/14  14:01:41
52402         Log: Subject: tiny typo in perl5db.pl
52403              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
52404              Date: Tue, 14 Nov 2000 09:29:28 +0300
52405              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
52406      Branch: perl
52407            ! lib/perl5db.pl
52408 ____________________________________________________________________________
52409 [  7680] By: jhi                                   on 2000/11/14  04:13:50
52410         Log: Redo #7679 with LFs instead of CRLFs.
52411      Branch: perl
52412            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
52413            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
52414            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
52415 ____________________________________________________________________________
52416 [  7679] By: jhi                                   on 2000/11/14  01:21:09
52417         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
52418              From: Benjamin Stuhl <tiriath@yahoo.com> 
52419              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
52420              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
52421      Branch: perl
52422            + win32/bin/mdelete.bat
52423            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
52424            ! makedef.pl perlio.c win32/Makefile win32/config.gc
52425            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
52426 ____________________________________________________________________________
52427 [  7678] By: jhi                                   on 2000/11/14  01:19:20
52428         Log: Fix the re extension building for Win32.
52429              
52430              Subject: [PATCH perl@7638] Get PerlIO building on Win32
52431              From: Benjamin Stuhl <tiriath@yahoo.com> 
52432              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
52433              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
52434      Branch: perl
52435            + ext/re/hints/MSWin32.pl
52436            ! MANIFEST
52437 ____________________________________________________________________________
52438 [  7677] By: jhi                                   on 2000/11/14  01:13:54
52439         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
52440              From: sthoenna@efn.org
52441              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
52442              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
52443      Branch: perl
52444            ! doop.c pp.c toke.c utf8.c utf8.h
52445 ____________________________________________________________________________
52446 [  7676] By: jhi                                   on 2000/11/13  20:23:15
52447         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
52448              From: Nicholas Clark <nick@ccl4.org>
52449              Date: Mon, 13 Nov 2000 18:55:04 +0000
52450              Message-ID: <20001113185504.J29183@plum.flirble.org>
52451      Branch: perl
52452            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
52453 ____________________________________________________________________________
52454 [  7675] By: nick                                  on 2000/11/13  20:21:57
52455         Log: Integrate mainline ...
52456      Branch: perlio
52457           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
52458           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
52459           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
52460           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
52461 ____________________________________________________________________________
52462 [  7674] By: jhi                                   on 2000/11/13  15:07:56
52463         Log: Update Changes.
52464      Branch: perl
52465            ! Changes patchlevel.h
52466 ____________________________________________________________________________
52467 [  7673] By: jhi                                   on 2000/11/13  14:42:42
52468         Log: Remove the new two tests of lib/io_xs for now, they seem to
52469              fail under perlio on some platforms.
52470      Branch: perl
52471            ! t/lib/io_xs.t
52472 ____________________________________________________________________________
52473 [  7672] By: jhi                                   on 2000/11/13  13:57:53
52474         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
52475      Branch: perl
52476            ! perlio.c
52477 ____________________________________________________________________________
52478 [  7671] By: jhi                                   on 2000/11/13  05:30:48
52479         Log: Placate nervous compilers that see longer than ints switch()ing.
52480      Branch: perl
52481            ! utf8.c
52482 ____________________________________________________________________________
52483 [  7670] By: jhi                                   on 2000/11/13  05:14:21
52484         Log: fputs() does return EOF on error but here we don't care.
52485      Branch: perl
52486            ! perlio.c
52487 ____________________________________________________________________________
52488 [  7669] By: jhi                                   on 2000/11/13  05:02:45
52489         Log: Declare reg_data like reg_substr_data.
52490      Branch: perl
52491            ! regexp.h
52492 ____________________________________________________________________________
52493 [  7668] By: jhi                                   on 2000/11/13  04:54:34
52494         Log: Typos in #7667.
52495      Branch: perl
52496            ! perl.h
52497 ____________________________________________________________________________
52498 [  7667] By: jhi                                   on 2000/11/13  04:49:49
52499         Log: Cleanup messy #ifdef.
52500      Branch: perl
52501            ! perl.h
52502 ____________________________________________________________________________
52503 [  7666] By: jhi                                   on 2000/11/13  04:17:34
52504         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
52505              From: Nicholas Clark <nick@talking.bollo.cx>
52506              Date: Sun, 12 Nov 2000 21:14:11 +0000
52507              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
52508              
52509              Note: only one breakage of the two reported is fixed by this patch.
52510      Branch: perl
52511            ! perlio.c
52512 ____________________________________________________________________________
52513 [  7665] By: jhi                                   on 2000/11/13  04:05:07
52514         Log: Tweak the definition of the bit complement on UTF-8 data:
52515              if none of the characters in the string are > 0xff,
52516              the result is a complemented byte string, not a (UTF-8)
52517              char string.  Based on the summary in
52518              
52519              Subject: Re: [ID 20000918.005] ~ on wide chars
52520              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
52521              Date: Fri, 10 Nov 2000 09:47:15 -0800
52522              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
52523              
52524              This should give us the maximum backward (pre-char string)
52525              compatibility and utf8 compatibility.  The other alternative
52526              would be to limit the bit complement to be always byte only,
52527              taking the least significant byte of the chars.
52528      Branch: perl
52529            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
52530 ____________________________________________________________________________
52531 [  7664] By: jhi                                   on 2000/11/13  00:23:44
52532         Log: Couple of tests from #7660 salvaged.
52533      Branch: perl
52534            - t/op/tell.t
52535            ! MANIFEST t/io/tell.t
52536 ____________________________________________________________________________
52537 [  7663] By: jhi                                   on 2000/11/13  00:02:48
52538         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
52539              From: Nicholas Clark <nick@talking.bollo.cx>
52540              Date: Sun, 12 Nov 2000 21:23:43 +0000
52541              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
52542      Branch: perl
52543            ! perlsfio.h
52544 ____________________________________________________________________________
52545 [  7662] By: jhi                                   on 2000/11/13  00:01:39
52546         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
52547              From: Nicholas Clark <nick@talking.bollo.cx>
52548              Date: Sun, 12 Nov 2000 21:30:04 +0000
52549              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
52550      Branch: perl
52551            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
52552 ____________________________________________________________________________
52553 [  7661] By: jhi                                   on 2000/11/12  23:57:29
52554         Log: Document tell() on special streams.
52555      Branch: perl
52556            ! pod/perlfunc.pod
52557 ____________________________________________________________________________
52558 [  7660] By: jhi                                   on 2000/11/12  23:54:22
52559         Log: (Subsumed by #7664)
52560      Branch: perl
52561            + t/op/tell.t
52562            ! MANIFEST
52563 ____________________________________________________________________________
52564 [  7659] By: jhi                                   on 2000/11/12  22:55:25
52565         Log: Many subdocumented return values of the IO extension now documented.
52566              ungetc and write still left subdocumented.
52567              
52568              Subject: [PATCH] (was Re: IO::Handle::ungetc)
52569              From: Nicholas Clark <nick@talking.bollo.cx>
52570              Date: Sun, 12 Nov 2000 21:35:53 +0000
52571              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
52572      Branch: perl
52573            ! ext/IO/lib/IO/Handle.pm
52574 ____________________________________________________________________________
52575 [  7658] By: jhi                                   on 2000/11/12  21:37:06
52576         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
52577              From: Nicholas Clark <nick@talking.bollo.cx>
52578              Date: Sun, 12 Nov 2000 20:03:22 +0000
52579              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
52580      Branch: perl
52581            ! pod/perlfunc.pod
52582 ____________________________________________________________________________
52583 [  7657] By: jhi                                   on 2000/11/12  20:34:55
52584         Log: Integrate perlio.
52585      Branch: perl
52586           !> perlio.c
52587 ____________________________________________________________________________
52588 [  7656] By: nick                                  on 2000/11/12  19:25:06
52589         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
52590      Branch: perlio
52591            ! perlio.c
52592 ____________________________________________________________________________
52593 [  7655] By: nick                                  on 2000/11/12  19:09:41
52594         Log: Integrate mainline
52595      Branch: perlio
52596           +> README.solaris ext/Encode/Encode/cp1006.enc
52597           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
52598           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
52599           +> ext/Encode/Encode/iso8859-13.enc
52600           +> ext/Encode/Encode/iso8859-14.enc
52601           +> ext/Encode/Encode/iso8859-15.enc
52602           !> (integrate 34 files)
52603 ____________________________________________________________________________
52604 [  7654] By: jhi                                   on 2000/11/12  19:00:22
52605         Log: Add a metaconfig unit for fsync.
52606      Branch: metaconfig/U/perl
52607            + d_fsync.U
52608 ____________________________________________________________________________
52609 [  7653] By: jhi                                   on 2000/11/12  19:00:01
52610         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
52611      Branch: perl
52612            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52613            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
52614            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52615            ! vos/config.ga.h win32/config.bc win32/config.gc
52616            ! win32/config.vc
52617 ____________________________________________________________________________
52618 [  7652] By: jhi                                   on 2000/11/11  21:12:01
52619         Log: Copy the s// information of README.hpux also to the perlrun.
52620      Branch: perl
52621            ! README.hpux pod/perlrun.pod
52622 ____________________________________________________________________________
52623 [  7651] By: jhi                                   on 2000/11/11  21:03:13
52624         Log: More README.solaris updates from Andy Dougherty.
52625      Branch: perl
52626            ! README.solaris
52627 ____________________________________________________________________________
52628 [  7650] By: jhi                                   on 2000/11/11  18:38:57
52629         Log: More descriptive error for unknown perlio layers.
52630              
52631              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
52632              From: Dominic Dunlop <domo@computer.org> 
52633              Date: Sat, 11 Nov 2000 18:20:32 +0100             
52634              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
52635      Branch: perl
52636            ! perlio.c pod/perldiag.pod
52637 ____________________________________________________________________________
52638 [  7649] By: jhi                                   on 2000/11/11  18:37:52
52639         Log: MachTen doesn't really do mmap() and munmap().
52640              
52641              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
52642              From: Dominic Dunlop <domo@computer.org> 
52643              Date: Sat, 11 Nov 2000 18:20:32 +0100             
52644              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
52645      Branch: perl
52646            ! hints/machten.sh
52647 ____________________________________________________________________________
52648 [  7648] By: jhi                                   on 2000/11/11  18:36:46
52649         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
52650              From: rspier@pobox.com (Robert Spier)
52651              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
52652              Message-ID: <14861.32839.491271.985797@rls.cx>
52653      Branch: perl
52654            ! Porting/Contract pod/perltoot.pod
52655 ____________________________________________________________________________
52656 [  7647] By: jhi                                   on 2000/11/11  18:35:30
52657         Log: Simplify the getpagesize() unit by dropping the
52658              pagesize probe since it's nowadays slightly more
52659              complicated because of sysconf(). (Note: if some
52660              platform really needs the -lPW for getpagesize,
52661              I just broke it.)
52662              
52663              TODO: a new pagesize unit.
52664      Branch: metaconfig
52665            ! U/compline/d_getpagsz.U
52666 ____________________________________________________________________________
52667 [  7646] By: jhi                                   on 2000/11/11  18:33:23
52668         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
52669      Branch: perl
52670            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52671            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
52672            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52673            ! vos/config.ga.h win32/config.bc win32/config.gc
52674            ! win32/config.vc
52675 ____________________________________________________________________________
52676 [  7645] By: jhi                                   on 2000/11/11  16:45:15
52677         Log: Use sysconf() or getpagesize() to find out the pagesize.
52678      Branch: perl
52679            ! perlio.c
52680 ____________________________________________________________________________
52681 [  7644] By: jhi                                   on 2000/11/11  15:46:08
52682         Log: Integrate perlio.
52683      Branch: perl
52684           !> perlio.c
52685 ____________________________________________________________________________
52686 [  7643] By: jhi                                   on 2000/11/11  15:33:36
52687         Log: Subject: Re: [PATCH] README.solaris
52688              From: Lupe Christoph <lupe@lupe-christoph.de>
52689              Date: Sat, 11 Nov 2000 14:08:10 +0100
52690              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
52691      Branch: perl
52692            ! README.solaris
52693 ____________________________________________________________________________
52694 [  7642] By: jhi                                   on 2000/11/11  15:22:12
52695         Log: Subject: [PATCH perl@7638] cygwin port
52696              From: "Eric Fifer" <egf7@columbia.edu>            
52697              Date: Fri, 10 Nov 2000 19:30:30 -0000
52698              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
52699      Branch: perl
52700            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
52701 ____________________________________________________________________________
52702 [  7641] By: nick                                  on 2000/11/11  14:50:36
52703         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
52704              Also call "Buf" layer directly when unread'ing non-read chars.
52705      Branch: perlio
52706            ! perlio.c
52707 ____________________________________________________________________________
52708 [  7640] By: jhi                                   on 2000/11/11  02:05:02
52709         Log: Add more encoding tables.
52710      Branch: perl
52711            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
52712            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
52713            + ext/Encode/Encode/iso8859-10.enc
52714            + ext/Encode/Encode/iso8859-13.enc
52715            + ext/Encode/Encode/iso8859-14.enc
52716            + ext/Encode/Encode/iso8859-15.enc
52717            ! MANIFEST
52718 ____________________________________________________________________________
52719 [  7639] By: jhi                                   on 2000/11/10  18:49:25
52720         Log: Subject: [PATCH] README.solaris
52721              From: Andy Dougherty <doughera@lafayette.edu>
52722              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
52723              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
52724      Branch: perl
52725            + README.solaris
52726            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
52727            ! pod/perl.pod pod/perltoc.pod
52728 ____________________________________________________________________________
52729 [  7638] By: jhi                                   on 2000/11/10  15:04:15
52730         Log: Update Changes.
52731      Branch: perl
52732            ! Changes patchlevel.h
52733 ____________________________________________________________________________
52734 [  7637] By: jhi                                   on 2000/11/10  14:14:28
52735         Log: Explain better why certain regex tests are skipped.
52736              
52737              Subject: Re: tests skipped: unknown reason
52738              From: Lupe Christoph <lupe@lupe-christoph.de>
52739              Date: Fri, 10 Nov 2000 09:08:56 +0100
52740              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
52741      Branch: perl
52742            ! t/op/regexp.t
52743 ____________________________________________________________________________
52744 [  7636] By: nick                                  on 2000/11/10  13:40:00
52745         Log: Integrate mainline.
52746      Branch: perlio
52747           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
52748           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
52749           !> win32/bin/search.pl
52750 ____________________________________________________________________________
52751 [  7635] By: nick                                  on 2000/11/10  13:25:52
52752         Log: Re-instate stdio large file support via perlio.
52753      Branch: perl
52754            ! perlio.c
52755 ____________________________________________________________________________
52756 [  7634] By: jhi                                   on 2000/11/10  04:49:55
52757         Log: Amdahl UTS hints updates.
52758              
52759              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
52760              From: hom00@utsglobal.com (Harold O Morris)
52761              Date: Thu, 9 Nov 2000 20:02 PST
52762              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
52763      Branch: perl
52764            ! hints/uts.sh
52765 ____________________________________________________________________________
52766 [  7633] By: jhi                                   on 2000/11/09  23:33:28
52767         Log: Subject: [PATCH] IO::Seekable pod
52768              From: Nicholas Clark <nick@talking.bollo.cx>
52769              Date: Thu, 9 Nov 2000 20:29:45 +0000
52770              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
52771      Branch: perl
52772            ! ext/IO/lib/IO/Handle.pm
52773 ____________________________________________________________________________
52774 [  7632] By: jhi                                   on 2000/11/09  21:55:41
52775         Log: Various doc oddball characters.
52776              
52777              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
52778              From: Michael Somos <somos@grail.cba.csuohio.edu>
52779              Date: Mon, 6 Nov 2000 17:44:20 -0500
52780              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
52781      Branch: perl
52782            ! emacs/cperl-mode.el lib/unicode/syllables.txt
52783            ! win32/bin/search.pl
52784 ____________________________________________________________________________
52785 [  7631] By: jhi                                   on 2000/11/09  21:12:29
52786         Log: Subject: Re: bash -c exit and linux hints 
52787              From: "John P. Linderman" <jpl@research.att.com>
52788              Date: Thu, 02 Nov 2000 09:37:25 -0500
52789              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
52790      Branch: perl
52791            ! hints/linux.sh
52792 ____________________________________________________________________________
52793 [  7630] By: nick                                  on 2000/11/09  20:34:11
52794         Log: Integrate mainline.
52795      Branch: perlio
52796           !> (integrate 91 files)
52797 ____________________________________________________________________________
52798 [  7629] By: jhi                                   on 2000/11/09  19:46:31
52799         Log: Missing dTHXs.
52800              
52801              Subject: RE: perl@7595 builds not on cygwin
52802              From: "Eric Fifer" <egf7@columbia.edu>
52803              Date: Thu, 9 Nov 2000 19:26:50 -0000
52804              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
52805      Branch: perl
52806            ! ext/Devel/Peek/Peek.xs
52807 ____________________________________________________________________________
52808 [  7628] By: jhi                                   on 2000/11/09  14:48:27
52809         Log: Disable only the tests 99 and 166 for UTF-8 locales.
52810      Branch: perl
52811            ! t/pragma/locale.t
52812 ____________________________________________________________________________
52813 [  7627] By: jhi                                   on 2000/11/09  14:40:27
52814         Log: There's no =head3.
52815      Branch: perl
52816            ! pod/perlhack.pod
52817 ____________________________________________________________________________
52818 [  7626] By: jhi                                   on 2000/11/09  13:54:26
52819         Log: The generated boot_* headers are wrong.  Pickier compiler,
52820              such as KAI C++ will refuse to compile the resulting perlmain.
52821              
52822              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
52823              From: Harri Pasanen <harri.pasanen@trema.com>
52824              Date: Thu, 09 Nov 2000 14:23:28 +0100
52825              Message-Id: <3A0AA550.26D548A3@trema.com>
52826      Branch: perl
52827            ! minimod.pl
52828 ____________________________________________________________________________
52829 [  7625] By: jhi                                   on 2000/11/09  13:50:44
52830         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
52831              From: Prymmer/Kahn <pvhp@best.com>
52832              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
52833              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
52834              
52835              All except the "cow orker" change.
52836      Branch: perl
52837            ! Porting/pumpkin.pod
52838 ____________________________________________________________________________
52839 [  7624] By: jhi                                   on 2000/11/09  13:45:33
52840         Log: Fix for
52841              
52842              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
52843              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
52844              Date: Thu, 09 Nov 2000 11:05:52 +0100
52845              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
52846      Branch: perl
52847            ! pod/perldiag.pod t/pragma/warn/pp_sys
52848 ____________________________________________________________________________
52849 [  7623] By: jhi                                   on 2000/11/09  13:37:16
52850         Log: Typo in an ifndef.
52851              
52852              Subject: Re: [PATCH 5.7.0] better messages from malloc()
52853              From: Joe Smith <jms@inwap.com>         
52854              Date: Thu, 09 Nov 2000 01:33:14 -0800
52855              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
52856      Branch: perl
52857            ! malloc.c
52858 ____________________________________________________________________________
52859 [  7622] By: jhi                                   on 2000/11/09  13:31:18
52860         Log: Remove unused extra arguments.
52861      Branch: metaconfig/U/perl
52862            ! perlxv.U
52863      Branch: perl
52864            ! Configure config_h.SH
52865 ____________________________________________________________________________
52866 [  7621] By: jhi                                   on 2000/11/09  13:16:36
52867         Log: More VMS moves on environment handling, from Charles Lane.
52868      Branch: perl
52869            ! t/pragma/locale.t
52870 ____________________________________________________________________________
52871 [  7620] By: jhi                                   on 2000/11/09  04:42:38
52872         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
52873              From: David Dyck <dcd@tc.fluke.com>
52874              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
52875              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
52876      Branch: perl
52877            ! pp_sys.c
52878 ____________________________________________________________________________
52879 [  7619] By: jhi                                   on 2000/11/09  04:36:21
52880         Log: Forgot from #7618.
52881      Branch: perl
52882            ! lib/File/stat.pm
52883 ____________________________________________________________________________
52884 [  7618] By: jhi                                   on 2000/11/09  04:28:44
52885         Log: Make deleting for %ENV work for (newer versions of) VMS,
52886              from Craig A. Berry.
52887      Branch: perl
52888            ! vms/vms.c
52889 ____________________________________________________________________________
52890 [  7617] By: jhi                                   on 2000/11/09  04:25:05
52891         Log: Subject: [PATCH] Class::Struct at compile time
52892              From: "Casey R. Tweten" <crt@kiski.net>
52893              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
52894              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
52895      Branch: perl
52896            ! lib/Class/Struct.pm
52897 ____________________________________________________________________________
52898 [  7616] By: jhi                                   on 2000/11/09  04:15:17
52899         Log: Subject: [ID 20001108.013] spelling
52900              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
52901              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
52902              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
52903      Branch: perl
52904            ! lib/ftp.pl
52905 ____________________________________________________________________________
52906 [  7615] By: jhi                                   on 2000/11/09  04:12:42
52907         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
52908              From: Peter Prymmer <pvhp@forte.com>
52909              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
52910              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
52911      Branch: perl
52912            ! configure.com
52913 ____________________________________________________________________________
52914 [  7614] By: jhi                                   on 2000/11/08  22:42:55
52915         Log: A missing aTHX_.
52916      Branch: perl
52917            ! ext/IPC/SysV/SysV.xs
52918 ____________________________________________________________________________
52919 [  7613] By: jhi                                   on 2000/11/08  19:30:21
52920         Log: Update Changes.
52921      Branch: perl
52922            ! Changes patchlevel.h
52923 ____________________________________________________________________________
52924 [  7612] By: jhi                                   on 2000/11/08  18:35:25
52925         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
52926              From: David Dyck <dcd@tc.fluke.com>
52927              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
52928              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
52929      Branch: perl
52930            ! pp_sys.c
52931 ____________________________________________________________________________
52932 [  7611] By: jhi                                   on 2000/11/08  18:30:26
52933         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
52934              From: Dominic Dunlop <domo@computer.org>
52935              Date: Tue, 7 Nov 2000 12:05:25 +0100
52936              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
52937      Branch: perl
52938            ! malloc.c
52939 ____________________________________________________________________________
52940 [  7610] By: jhi                                   on 2000/11/08  18:25:14
52941         Log: Do not test UTF-8 locales since that the tests would require
52942              polymorphic regexen.
52943      Branch: perl
52944            ! t/pragma/locale.t
52945 ____________________________________________________________________________
52946 [  7609] By: jhi                                   on 2000/11/08  17:12:51
52947         Log: Locale buglets.
52948              
52949              Subject: RE: Locales support (setlocale) fixes
52950              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
52951              Date: Wed, 8 Nov 2000 20:01:39 +0300
52952              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
52953      Branch: perl
52954            ! t/pragma/locale.t util.c
52955 ____________________________________________________________________________
52956 [  7608] By: jhi                                   on 2000/11/08  17:00:16
52957         Log: Deleting $ENV{PATH} in VMS is not recommendable.
52958      Branch: perl
52959            ! t/pragma/locale.t
52960 ____________________________________________________________________________
52961 [  7607] By: jhi                                   on 2000/11/08  16:58:26
52962         Log: Subject: PATCH std stdio for (Free)BSD
52963              From: Nicholas Clark <nick@ccl4.org>
52964              Date: Wed, 8 Nov 2000 15:36:29 +0000
52965              Message-ID: <20001108153629.D98736@plum.flirble.org>
52966      Branch: metaconfig
52967            ! U/compline/d_stdstdio.U
52968      Branch: perl
52969            ! Configure config_h.SH
52970 ____________________________________________________________________________
52971 [  7606] By: jhi                                   on 2000/11/08  16:43:31
52972         Log: Forgot to bump the line numbers in #7601.
52973      Branch: perl
52974            ! t/pragma/warn/pp_sys
52975 ____________________________________________________________________________
52976 [  7605] By: jhi                                   on 2000/11/08  16:39:12
52977         Log: More careful detection of how well NVs and UVs mix.
52978              
52979              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))
52980              From: Nicholas Clark <nick@ccl4.org>
52981              Date: Wed, 8 Nov 2000 15:14:12 +0000
52982              Message-ID: <20001108151412.B98736@plum.flirble.org>
52983              
52984              Added some SIGFPE paranoia.
52985      Branch: metaconfig/U/perl
52986            ! perlxv.U
52987      Branch: perl
52988            ! Configure config_h.SH
52989 ____________________________________________________________________________
52990 [  7604] By: jhi                                   on 2000/11/08  14:39:10
52991         Log: Subject: [patch perl@7595] VMS configure.com tweak
52992              From: "Craig A. Berry" <craigberry@mac.com>
52993              Date: Wed, 8 Nov 2000 00:24:12 -0600
52994              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
52995      Branch: perl
52996            ! configure.com
52997 ____________________________________________________________________________
52998 [  7603] By: jhi                                   on 2000/11/08  14:27:11
52999         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
53000              From: Robin Barker <rmb1@cise.npl.co.uk>
53001              Date: Wed, 8 Nov 2000 11:11:39 GMT
53002              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
53003      Branch: perl
53004            ! perlio.c
53005 ____________________________________________________________________________
53006 [  7602] By: jhi                                   on 2000/11/08  14:25:03
53007         Log: Fix for the tie-refhash string table leaks.
53008              
53009              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
53010              Date: Wed, 8 Nov 2000 13:03:04 GMT
53011              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
53012      Branch: perl
53013            ! t/lib/tie-refhash.t
53014 ____________________________________________________________________________
53015 [  7601] By: jhi                                   on 2000/11/08  14:21:08
53016         Log: Try to avoid flockless and emulationless places.
53017      Branch: perl
53018            ! t/pragma/warn/pp_sys
53019 ____________________________________________________________________________
53020 [  7600] By: jhi                                   on 2000/11/08  02:28:54
53021         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
53022              
53023              Subject: [PATCH] prototyped functions that should be overrideable
53024              From: "Casey R. Tweten" <crt@kiski.net>
53025              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
53026              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
53027      Branch: perl
53028            ! toke.c
53029 ____________________________________________________________________________
53030 [  7599] By: jhi                                   on 2000/11/08  01:12:05
53031         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
53032              
53033              Subject: [PATCH] perlbug.PL
53034              From: "Kurt D. Starsinic" <kstar@chapin.edu>
53035              Date: Mon, 6 Nov 2000 21:39:01 -0500
53036              Message-ID: <20001106213901.B20955@O2.chapin.edu>
53037      Branch: perl
53038            ! utils/perlbug.PL
53039 ____________________________________________________________________________
53040 [  7598] By: jhi                                   on 2000/11/07  23:42:00
53041         Log: Bad thinko in #7581 (I used the test program with the expanded
53042              values as-is).
53043      Branch: metaconfig
53044            ! U/compline/d_stdstdio.U
53045      Branch: perl
53046            ! Configure
53047 ____________________________________________________________________________
53048 [  7597] By: jhi                                   on 2000/11/07  21:43:29
53049         Log: Subject: [PATCH perl@7573] cygwin port
53050              From: "Fifer, Eric" <EFifer@sanwaint.com>
53051              Date: Tue, 7 Nov 2000 18:08:51 -0000 
53052              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
53053              
53054              Synchronize with Cygwin 1.1.5.
53055      Branch: perl
53056            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
53057            ! pod/perlport.pod unixish.h util.c
53058 ____________________________________________________________________________
53059 [  7596] By: jhi                                   on 2000/11/07  21:39:25
53060         Log: perlhack updates from H.Merijn Brand.
53061      Branch: perl
53062            ! pod/perlhack.pod
53063 ____________________________________________________________________________
53064 [  7595] By: jhi                                   on 2000/11/07  20:21:41
53065         Log: Update Changes.
53066      Branch: perl
53067            ! Changes patchlevel.h
53068 ____________________________________________________________________________
53069 [  7594] By: jhi                                   on 2000/11/07  19:18:58
53070         Log: Be more robust in Dynaloader.pm.
53071      Branch: perl
53072            ! ext/DynaLoader/DynaLoader_pm.PL
53073 ____________________________________________________________________________
53074 [  7593] By: jhi                                   on 2000/11/07  16:49:31
53075         Log: AUTHORS update.
53076      Branch: perl
53077            ! AUTHORS
53078 ____________________________________________________________________________
53079 [  7592] By: gsar                                  on 2000/11/07  16:39:51
53080         Log: normalize relative paths in virtualized current directory on windows,
53081              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
53082              returns)
53083      Branch: perl
53084            ! win32/vdir.h
53085 ____________________________________________________________________________
53086 [  7591] By: jhi                                   on 2000/11/07  16:04:26
53087         Log: Too profiler-happy: with optimization the #7590 actually makes
53088              the test to run 0.5% _slower_.  Requires much more instrumentation.
53089              Retract #7590.
53090      Branch: perl
53091            ! regcomp.c regcomp.h
53092 ____________________________________________________________________________
53093 [  7590] By: jhi                                   on 2000/11/07  15:51:13
53094         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
53095              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
53096              by using memset() and testing bytewise (as opposed to bitwise).
53097      Branch: perl
53098            ! regcomp.c regcomp.h
53099 ____________________________________________________________________________
53100 [  7589] By: jhi                                   on 2000/11/07  12:56:39
53101         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
53102              From: "Craig A. Berry" <craig.berry@psinetcs.com>
53103              Date: Mon, 06 Nov 2000 23:45:30 -0500
53104              Message-Id: <0011079735.AA973576259@univpress.com>
53105      Branch: perl
53106            ! configure.com t/lib/st-lock.t
53107 ____________________________________________________________________________
53108 [  7588] By: jhi                                   on 2000/11/07  01:03:28
53109         Log: Tweak #7587.
53110      Branch: perl
53111            ! pod/perldiag.pod
53112 ____________________________________________________________________________
53113 [  7587] By: jhi                                   on 2000/11/07  01:00:27
53114         Log: A doc addition for bug id 20001105.019, beware \p.
53115      Branch: perl
53116            ! pod/perldiag.pod
53117 ____________________________________________________________________________
53118 [  7586] By: jhi                                   on 2000/11/07  00:32:22
53119         Log: Fake support of holey files in win/dosish platforms.
53120              
53121              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
53122              From: kipp@shonanblue.ne.jp
53123              Date: Mon, 6 Nov 2000 13:30:55 -0800
53124              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
53125      Branch: perl
53126            ! ext/SDBM_File/sdbm/sdbm.c
53127 ____________________________________________________________________________
53128 [  7585] By: jhi                                   on 2000/11/07  00:12:54
53129         Log: Subject: Pod updates
53130              From: "Stephen P. Potter" <spp@spotter.yi.org>
53131              Date: Mon, 06 Nov 2000 18:56:43 -0500
53132              Message-Id: <200011062357.SAA18173@spotter.yi.org>
53133      Branch: perl
53134            ! README.dos README.os2 README.win32 pod/buildtoc.PL
53135            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
53136            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
53137            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
53138            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
53139            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
53140            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
53141            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
53142            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
53143            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
53144            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
53145            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
53146            ! pod/perltootc.pod pod/perlunicode.pod
53147 ____________________________________________________________________________
53148 [  7584] By: jhi                                   on 2000/11/07  00:04:17
53149         Log: Varargs don't always work too well if one puts an unsigned
53150              char on the stack and pop an unsigned quad off the stack.
53151              
53152              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
53153              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
53154              Date: Mon, 06 Nov 2000 15:19:05 -0800
53155              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
53156      Branch: perl
53157            ! utf8.c
53158 ____________________________________________________________________________
53159 [  7583] By: jhi                                   on 2000/11/06  23:58:48
53160         Log: %ENV note tweaks from Dan Sugalski.
53161      Branch: perl
53162            ! pod/perlport.pod vms/perlvms.pod
53163 ____________________________________________________________________________
53164 [  7582] By: jhi                                   on 2000/11/06  23:05:49
53165         Log: glibc5 detection by __GNU_LIBRARY__.
53166      Branch: perl
53167            ! toke.c
53168 ____________________________________________________________________________
53169 [  7581] By: jhi                                   on 2000/11/06  22:51:29
53170         Log: Make the stdio test program of 7427 less noisy while being 
53171              compiled so that Digital UNIX wouldn't get both
53172              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
53173              undefined.  This makes perlio happy.
53174      Branch: metaconfig
53175            ! U/compline/d_stdstdio.U
53176      Branch: perl
53177            ! Configure config_h.SH
53178 ____________________________________________________________________________
53179 [  7580] By: jhi                                   on 2000/11/06  22:41:41
53180         Log: Document %ENV = () portability issues.
53181      Branch: perl
53182            ! pod/perlport.pod vms/perlvms.pod
53183 ____________________________________________________________________________
53184 [  7579] By: jhi                                   on 2000/11/06  21:29:24
53185         Log: VOS updates from Paul Green.
53186      Branch: perl
53187            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
53188 ____________________________________________________________________________
53189 [  7578] By: jhi                                   on 2000/11/06  21:00:40
53190         Log: Sanitize the environment further.
53191      Branch: perl
53192            ! t/pragma/locale.t
53193 ____________________________________________________________________________
53194 [  7577] By: jhi                                   on 2000/11/06  20:53:51
53195         Log: Re-introduce 7552 lost in integration.
53196      Branch: perl
53197            ! perlio.c
53198 ____________________________________________________________________________
53199 [  7576] By: jhi                                   on 2000/11/06  20:33:46
53200         Log: Admit that the test leaks scalars.
53201      Branch: perl
53202            ! t/comp/proto.t
53203 ____________________________________________________________________________
53204 [  7575] By: jhi                                   on 2000/11/06  20:17:08
53205         Log: Integrate perlio.
53206      Branch: perl
53207           !> perlio.c
53208 ____________________________________________________________________________
53209 [  7574] By: nick                                  on 2000/11/06  20:07:28
53210         Log: Remove debug. Try (Mmap_t) on madvise() call.
53211      Branch: perlio
53212            ! perlio.c
53213 ____________________________________________________________________________
53214 [  7573] By: jhi                                   on 2000/11/06  13:56:05
53215         Log: Update Changes.
53216      Branch: perl
53217            ! Changes patchlevel.h
53218 ____________________________________________________________________________
53219 [  7572] By: jhi                                   on 2000/11/06  13:48:41
53220         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
53221              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53222              Date: Mon, 06 Nov 2000 10:11:42 +0100
53223              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
53224      Branch: perl
53225            ! pod/perlhack.pod
53226 ____________________________________________________________________________
53227 [  7571] By: jhi                                   on 2000/11/06  01:45:51
53228         Log: AUTHORS updates.
53229      Branch: perl
53230            ! AUTHORS
53231 ____________________________________________________________________________
53232 [  7570] By: jhi                                   on 2000/11/06  00:18:00
53233         Log: Fix for
53234              
53235              Subject: [ID 20000728.005] perl -P broken
53236              From: David Dyck <dcd@tc.fluke.com>
53237              Date: Fri, 28 Jul 2000 17:19:16 -0700
53238              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
53239              
53240              (hopefully).  The fix is also not complete, it seems to break
53241              BOM swallowing for libc5 systems, but until someone figures
53242              out a way to do this without ftell(), this will do.
53243      Branch: perl
53244            ! toke.c
53245 ____________________________________________________________________________
53246 [  7569] By: jhi                                   on 2000/11/06  00:05:30
53247         Log: Document that the evaled syntax errors cause scalar leaks.
53248      Branch: perl
53249            ! t/comp/proto.t
53250 ____________________________________________________________________________
53251 [  7568] By: jhi                                   on 2000/11/05  23:14:47
53252         Log: opmini.o can linger from Configures past.
53253      Branch: perl
53254            ! Makefile.SH
53255 ____________________________________________________________________________
53256 [  7567] By: jhi                                   on 2000/11/05  21:28:39
53257         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
53258              first argument correctly.
53259      Branch: perl
53260            ! perlio.c
53261 ____________________________________________________________________________
53262 [  7566] By: jhi                                   on 2000/11/05  21:15:56
53263         Log: Integrate perlio.
53264      Branch: perl
53265           !> perlio.c
53266 ____________________________________________________________________________
53267 [  7565] By: jhi                                   on 2000/11/05  21:15:13
53268         Log: Use -dM for gcc (the suggested patch did it only for Linux,
53269              but I think it can be generalized).
53270              
53271              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
53272              From: Pixel <pixel@mandrakesoft.com>
53273              Date: 05 Nov 2000 21:49:34 +0100 
53274              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
53275      Branch: perl
53276            ! ext/Errno/Errno_pm.PL
53277 ____________________________________________________________________________
53278 [  7564] By: nick                                  on 2000/11/05  21:09:18
53279         Log: Added a mmap layer as a "subclass" of perlio.
53280              PERLIO=mmap ./perl harness passes
53281      Branch: perlio
53282            ! perlio.c
53283 ____________________________________________________________________________
53284 [  7563] By: jhi                                   on 2000/11/05  19:48:55
53285         Log: Add a note for future generations about bug id 20000229.006.
53286      Branch: perl
53287            ! malloc.c
53288 ____________________________________________________________________________
53289 [  7562] By: jhi                                   on 2000/11/05  19:38:24
53290         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
53291      Branch: perl
53292            ! pp_ctl.c t/op/pos.t
53293 ____________________________________________________________________________
53294 [  7561] By: jhi                                   on 2000/11/05  18:21:46
53295         Log: Add =pod to be tidy.
53296      Branch: perl
53297            ! lib/Math/Complex.pm
53298 ____________________________________________________________________________
53299 [  7560] By: jhi                                   on 2000/11/05  17:38:46
53300         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
53301      Branch: perl
53302            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
53303            ! ext/Storable/Storable.xs t/lib/st-recurse.t
53304 ____________________________________________________________________________
53305 [  7559] By: jhi                                   on 2000/11/05  17:32:59
53306         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
53307              From: "Peter J. Farley III" <pjfarley@banet.net>
53308              Date: Sun, 05 Nov 2000 11:55:59 -0500
53309              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
53310      Branch: perl
53311            ! t/lib/syslog.t
53312 ____________________________________________________________________________
53313 [  7558] By: jhi                                   on 2000/11/05  17:29:19
53314         Log: Integrate perlio.
53315      Branch: perl
53316           !> perlio.c
53317 ____________________________________________________________________________
53318 [  7557] By: jhi                                   on 2000/11/05  17:22:01
53319         Log: A fix of sorts for 20000329.026, a better error message
53320              for a missing "use charnames" when using the \N{...}. 
53321      Branch: perl
53322            ! pod/perldiag.pod toke.c
53323 ____________________________________________________________________________
53324 [  7556] By: jhi                                   on 2000/11/05  16:33:50
53325         Log: Test tweak: show also the failed locales.
53326              
53327              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
53328              From: Lupe Christoph <lupe@lupe-christoph.de>         
53329              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
53330              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
53331      Branch: perl
53332            ! t/pragma/locale.t
53333 ____________________________________________________________________________
53334 [  7555] By: nick                                  on 2000/11/05  11:09:34
53335         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
53336              open RDWR so does not fail. (pragma/warnings 303 again...)
53337      Branch: perlio
53338            ! perlio.c
53339 ____________________________________________________________________________
53340 [  7554] By: nick                                  on 2000/11/05  10:10:13
53341         Log: Fix case where ungetc(f,EOF) was allowed.
53342              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
53343              so we can see similarities.
53344              Use types more carefully and a STDCHAR array in hope that this will
53345              fix Jarrko's 64bit machine.
53346      Branch: perlio
53347            ! perlio.c
53348 ____________________________________________________________________________
53349 [  7553] By: jhi                                   on 2000/11/05  01:12:16
53350         Log: Fix for
53351              
53352              Subject: [ID 20001004.007] taint propogation is inconsistent
53353              From: pimlott@idiomtech.com (Andrew Pimlott) 
53354              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
53355              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
53356              
53357              The culprit was sv_setsv() which was rather blindly
53358              propagating taint, which lead to behaviour where if
53359              a tainted anon hash value was seen all the hash values
53360              from then on at that level became tainted, or at any
53361              upper levels in the case of nested anon hashes.
53362      Branch: perl
53363            ! sv.c t/op/taint.t
53364 ____________________________________________________________________________
53365 [  7552] By: jhi                                   on 2000/11/04  23:44:18
53366         Log: Some cpps don't like splitting conditionals across several lines.
53367      Branch: perl
53368            ! perlio.c
53369 ____________________________________________________________________________
53370 [  7551] By: nick                                  on 2000/11/04  23:40:44
53371         Log: Integrate mainline
53372      Branch: perlio
53373           !> pp_hot.c t/op/taint.t
53374 ____________________________________________________________________________
53375 [  7550] By: nick                                  on 2000/11/04  23:39:05
53376         Log: Integrate mainline again
53377      Branch: perlio
53378           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
53379           !> t/lib/b.t t/op/misc.t util.c
53380 ____________________________________________________________________________
53381 [  7549] By: jhi                                   on 2000/11/04  23:14:01
53382         Log: Fix for
53383              
53384              Subject: [ID 20001004.006] undef is never tainted
53385              From: pimlott@idiomtech.com (Andrew Pimlott)
53386              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
53387              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
53388              
53389              An undef read from a slurped file was not tainted.
53390      Branch: perl
53391            ! pp_hot.c t/op/taint.t
53392 ____________________________________________________________________________
53393 [  7548] By: jhi                                   on 2000/11/04  22:56:21
53394         Log: Test tweak ($Config{useperlio} is by default undef) .
53395      Branch: perl
53396            ! t/lib/b.t
53397 ____________________________________________________________________________
53398 [  7547] By: jhi                                   on 2000/11/04  22:43:56
53399         Log: Integrate perlio.
53400      Branch: perl
53401           +> lib/perlio.pm
53402           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
53403           !> pod/perlapi.pod t/lib/b.t
53404 ____________________________________________________________________________
53405 [  7546] By: jhi                                   on 2000/11/04  22:40:59
53406         Log: Configure would use a bad $myuname from an old config.sh.
53407              
53408              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
53409              From: Andy Dougherty <doughera@lafayette.edu>
53410              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
53411              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
53412      Branch: metaconfig
53413            ! U/modified/Oldconfig.U
53414      Branch: perl
53415            ! Configure config_h.SH
53416 ____________________________________________________________________________
53417 [  7545] By: jhi                                   on 2000/11/04  22:36:54
53418         Log: Subject: Locales support (setlocale) fixes
53419              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
53420              Date: Sat, 4 Nov 2000 10:15:48 +0300 
53421              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
53422              
53423              Modified quite a bit to be more portable.
53424      Branch: perl
53425            ! embed.h embed.pl perl.h proto.h util.c
53426 ____________________________________________________________________________
53427 [  7544] By: jhi                                   on 2000/11/04  22:32:47
53428         Log: Dying is too strict here, better just skip.
53429      Branch: perl
53430            ! t/op/misc.t
53431 ____________________________________________________________________________
53432 [  7543] By: nick                                  on 2000/11/04  21:55:13
53433         Log: Merge mainline
53434      Branch: perlio
53435           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
53436           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
53437           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
53438           !> (integrate 64 files)
53439 ____________________________________________________________________________
53440 [  7542] By: jhi                                   on 2000/11/04  21:09:28
53441         Log: More Changes tweakery.
53442      Branch: perl
53443            ! Changes Porting/genlog
53444 ____________________________________________________________________________
53445 [  7541] By: jhi                                   on 2000/11/04  20:58:18
53446         Log: Changes fixups.
53447      Branch: perl
53448            ! Changes
53449 ____________________________________________________________________________
53450 [  7540] By: jhi                                   on 2000/11/04  20:42:38
53451         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
53452              create a "fast path" for locale name probing using "locale -a"
53453              if available, squash finally hopefully the s?printf resetting
53454              the numeric locale (since, IIUC perllocale, it never shouldn't). 
53455      Branch: perl
53456            ! sv.c t/op/misc.t t/pragma/locale.t
53457 ____________________________________________________________________________
53458 [  7539] By: nick                                  on 2000/11/04  19:56:10
53459         Log: PerlIO infrastructure complete.
53460      Branch: perlio
53461            + lib/perlio.pm
53462            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
53463 ____________________________________________________________________________
53464 [  7538] By: nick                                  on 2000/11/04  14:31:32
53465         Log: Type tweaks + less contorted allocation scheme
53466      Branch: perlio
53467            ! perlio.c
53468 ____________________________________________________________________________
53469 [  7537] By: nick                                  on 2000/11/04  12:40:42
53470         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
53471              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
53472              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
53473              sensible) which lead to some interesting fails.
53474      Branch: perlio
53475            ! perlio.c
53476 ____________________________________________________________________________
53477 [  7536] By: jhi                                   on 2000/11/04  00:20:02
53478         Log: Add FCNTL_CAN_LOCK.
53479              
53480              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
53481              From: Andy Dougherty <doughera@lafayette.edu>
53482              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
53483              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
53484              
53485              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
53486              From: Andy Dougherty <doughera@lafayette.edu>
53487              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
53488              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
53489      Branch: metaconfig/U/perl
53490            + d_fcntl_can_lock.U
53491            ! startperl.U
53492      Branch: perl
53493            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53494            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
53495            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
53496            ! vos/config.ga.h win32/config.bc win32/config.gc
53497            ! win32/config.vc
53498 ____________________________________________________________________________
53499 [  7535] By: nick                                  on 2000/11/03  22:19:10
53500         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
53501              - Works on Linux with
53502              perlio + unix
53503              stdio
53504              - Works on Solaris with
53505              perlio + unix
53506              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
53507              - Fails (hangs in openpid) if you try and stack
53508              perlio + stdio - Linux stdio's read() logic is hanging.
53509      Branch: perlio
53510            ! iperlsys.h perlio.c
53511 ____________________________________________________________________________
53512 [  7534] By: jhi                                   on 2000/11/03  15:16:02
53513         Log: Subject: Re: README.aix
53514              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53515              Date: Fri, 03 Nov 2000 16:03:15 +0100
53516              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
53517      Branch: perl
53518            ! README.aix
53519 ____________________________________________________________________________
53520 [  7533] By: jhi                                   on 2000/11/03  03:59:02
53521         Log: Subject: [PATCH 5.7.0] better messages from malloc()
53522              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53523              Date: Wed, 1 Nov 2000 23:39:56 -0500
53524              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
53525      Branch: perl
53526            ! malloc.c pod/perldiag.pod
53527 ____________________________________________________________________________
53528 [  7532] By: jhi                                   on 2000/11/03  00:11:56
53529         Log: The #7521 touched things it shouldn't have.
53530      Branch: perl
53531            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
53532 ____________________________________________________________________________
53533 [  7531] By: jhi                                   on 2000/11/02  22:32:33
53534         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
53535              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53536              Date:     Thu, 2 Nov 2000 16:58:36 EST
53537              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
53538      Branch: perl
53539            ! vms/gen_shrfls.pl
53540 ____________________________________________________________________________
53541 [  7530] By: jhi                                   on 2000/11/02  22:08:49
53542         Log: Fix the problem discussed in
53543              
53544              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
53545              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
53546              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
53547              
53548              originally from Linc Madison.  Also Andreas König's comments
53549              taken into account.  Some other problems with Tie::SubstrHash
53550              fixed: didn't croak when the table exceeded the requested number
53551              of entries (as documented) but instead when the number of entries
53552              exceeded the size of the table, a croak() had an unnecessary \n,
53553              didn't have a CLEAR method, documented that there is no exists().
53554              Didn't fix to be strict-proof because the module uses &foo; and
53555              dynamic scope.  Added a test script exercizing both first tamely 
53556              the basic functionality, and then the failure cases reported by
53557              Linc Madison.
53558      Branch: perl
53559            + t/lib/tie-substrhash.t
53560            ! MANIFEST lib/Tie/SubstrHash.pm
53561 ____________________________________________________________________________
53562 [  7529] By: jhi                                   on 2000/11/02  17:58:08
53563         Log: recv() can fail and return undef.
53564              
53565              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
53566              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
53567              Date: Thu, 2 Nov 2000 20:12:20 +0300
53568              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
53569      Branch: perl
53570            ! lib/Net/Ping.pm
53571 ____________________________________________________________________________
53572 [  7528] By: jhi                                   on 2000/11/02  17:49:09
53573         Log: Detpyo.
53574      Branch: perl
53575            ! pod/perlop.pod
53576 ____________________________________________________________________________
53577 [  7527] By: jhi                                   on 2000/11/02  15:48:37
53578         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
53579              fix a autovivification bug in Tie::RefHash, add tests for both.
53580              
53581              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
53582              From: Edward Avis <epa98@doc.ic.ac.uk>
53583              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
53584              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
53585      Branch: perl
53586            + t/lib/tie-refhash.t
53587            ! MANIFEST lib/Tie/RefHash.pm
53588 ____________________________________________________________________________
53589 [  7526] By: jhi                                   on 2000/11/02  13:56:26
53590         Log: Test::Harness revealed buglets in the new DynaLoader.
53591              
53592              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
53593              From: andreas.koenig@anima.de (Andreas J. Koenig)
53594              Date: 02 Nov 2000 11:26:48 +0100 
53595              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
53596      Branch: perl
53597            ! ext/DynaLoader/DynaLoader_pm.PL
53598 ____________________________________________________________________________
53599 [  7525] By: jhi                                   on 2000/11/01  23:52:08
53600         Log: The entry for #7503 was missing.
53601      Branch: perl
53602            ! Changes
53603 ____________________________________________________________________________
53604 [  7524] By: jhi                                   on 2000/11/01  23:40:52
53605         Log: Update Changes.
53606      Branch: perl
53607            ! Changes patchlevel.h
53608 ____________________________________________________________________________
53609 [  7523] By: jhi                                   on 2000/11/01  22:57:09
53610         Log: More tweaking on the #7522 theme.
53611      Branch: perl
53612            ! ext/DynaLoader/DynaLoader_pm.PL
53613 ____________________________________________________________________________
53614 [  7522] By: jhi                                   on 2000/11/01  22:06:15
53615         Log: Expand %Config variables and %ENV variables only if
53616              so requested during build time using the
53617              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
53618              Not expanding makes relocating distributions easier.
53619      Branch: perl
53620            ! ext/DynaLoader/DynaLoader_pm.PL
53621 ____________________________________________________________________________
53622 [  7521] By: jhi                                   on 2000/11/01  20:56:34
53623         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
53624              and setgid() because they were just changing $< and $( which means
53625              only changing the real uid/gid, as opposed to changing both
53626              real and effective ids.  (The alternative way could have been
53627              in POSIX.pm to change $> and $), too, but making a direct call
53628              to the C API feels cleaner.)  Fixes the bug
53629              
53630              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
53631              From: "Garry T. Williams" <garry@zvolve.com>
53632              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
53633              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
53634      Branch: perl
53635            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
53636            ! ext/POSIX/typemap pod/perlvar.pod
53637 ____________________________________________________________________________
53638 [  7520] By: jhi                                   on 2000/11/01  20:08:33
53639         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
53640              From: "Garry T. Williams" <garry@zvolve.com>
53641              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
53642              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
53643      Branch: perl
53644            ! pod/perlsec.pod
53645 ____________________________________________________________________________
53646 [  7519] By: jhi                                   on 2000/11/01  20:01:22
53647         Log: Locale warning explanation tweak.
53648      Branch: perl
53649            ! pod/perldiag.pod
53650 ____________________________________________________________________________
53651 [  7518] By: jhi                                   on 2000/11/01  18:57:13
53652         Log: C.pm part of
53653              
53654              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
53655              From: Jarkko Hietaniemi <jhi@iki.fi>
53656              Date: Tue, 10 Oct 2000 08:22:28 -0500
53657              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
53658      Branch: perl
53659            ! ext/B/B/C.pm
53660 ____________________________________________________________________________
53661 [  7517] By: jhi                                   on 2000/11/01  18:41:59
53662         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
53663              From: Martien Verbruggen <mgjv@comdyn.com.au>
53664              Date: Fri, 6 Oct 2000 14:09:10 +1100
53665              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
53666      Branch: perl
53667            ! pod/perlop.pod
53668 ____________________________________________________________________________
53669 [  7516] By: jhi                                   on 2000/11/01  18:34:55
53670         Log: Generalize the Camel wording.
53671              
53672              Subject: Re: perlfaq style changes
53673              From: John Borwick <jhborwic@unity.ncsu.edu>
53674              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
53675              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
53676      Branch: perl
53677            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
53678 ____________________________________________________________________________
53679 [  7515] By: jhi                                   on 2000/11/01  16:52:31
53680         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
53681              From: pimlott@idiomtech.com (Andrew Pimlott)
53682              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
53683              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
53684      Branch: perl
53685            ! pod/perlsec.pod
53686 ____________________________________________________________________________
53687 [  7514] By: jhi                                   on 2000/11/01  15:03:40
53688         Log: More AIX lore.
53689      Branch: perl
53690            ! ext/re/hints/aix.pl
53691 ____________________________________________________________________________
53692 [  7513] By: jhi                                   on 2000/11/01  14:48:30
53693         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
53694              From: root <root@chronos.fi.muni.cz>
53695              Date: Wed, 1 Nov 2000 12:31:32 +0100
53696              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
53697      Branch: perl
53698            ! lib/Net/Ping.pm
53699 ____________________________________________________________________________
53700 [  7512] By: jhi                                   on 2000/11/01  14:46:47
53701         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
53702              From: Martin Husemann <martin@duskware.de>
53703              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
53704              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
53705      Branch: perl
53706            ! regcomp.c
53707 ____________________________________________________________________________
53708 [  7511] By: jhi                                   on 2000/11/01  14:39:50
53709         Log: AUTHORS updates.
53710      Branch: perl
53711            ! AUTHORS
53712 ____________________________________________________________________________
53713 [  7510] By: jhi                                   on 2000/11/01  14:29:50
53714         Log: Subject: [PATCH] startperl to respect versiononly
53715              From: Robin Barker <rmb1@cise.npl.co.uk> 
53716              Date: Tue, 31 Oct 2000 16:29:36 GMT
53717              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
53718      Branch: metaconfig/U/perl
53719            ! startperl.U
53720      Branch: perl
53721            ! Configure config_h.SH
53722 ____________________________________________________________________________
53723 [  7509] By: jhi                                   on 2000/11/01  14:19:53
53724         Log: printf UVs the correct way, noticed by Robin Barker.
53725      Branch: perl
53726            ! utf8.c
53727 ____________________________________________________________________________
53728 [  7508] By: jhi                                   on 2000/11/01  14:10:03
53729         Log: Do not cleanup *% because the % has special meanings in some
53730              shell environments.
53731      Branch: perl
53732            ! ext/Storable/Makefile.PL
53733 ____________________________________________________________________________
53734 [  7507] By: jhi                                   on 2000/11/01  14:06:00
53735         Log: The NonStop-UX libraries have a novel way to say NaN.
53736      Branch: perl
53737            ! t/lib/bigfltpm.t
53738 ____________________________________________________________________________
53739 [  7506] By: jhi                                   on 2000/11/01  14:03:35
53740         Log: The osname has been lowercased by now, from Tom Bates.
53741      Branch: metaconfig
53742            ! U/modified/Oldconfig.U
53743      Branch: perl
53744            ! Configure config_h.SH
53745 ____________________________________________________________________________
53746 [  7505] By: jhi                                   on 2000/10/31  19:18:39
53747         Log: The compiler is either gcc or cc, from Tom Bates.
53748      Branch: perl
53749            ! hints/nonstopux.sh
53750 ____________________________________________________________________________
53751 [  7504] By: jhi                                   on 2000/10/31  14:53:42
53752         Log: Update Changes.
53753      Branch: perl
53754            ! Changes patchlevel.h
53755 ____________________________________________________________________________
53756 [  7503] By: jhi                                   on 2000/10/31  14:30:50
53757         Log: Whitespace style tweak.  Was originally going to see to
53758              
53759              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
53760              From: Joe Smith <jms@inwap.com>
53761              Date: Mon, 30 Oct 2000 18:47:57 -0800
53762              Message-Id: <39FE32DD.24AAC4D@inwap.com>
53763              
53764              but that had already been taken care of.
53765      Branch: metaconfig
53766            ! U/compline/d_stdstdio.U
53767      Branch: perl
53768            ! Configure config_h.SH
53769 ____________________________________________________________________________
53770 [  7502] By: jhi                                   on 2000/10/31  14:25:02
53771         Log: AUTHORS tweaks.
53772      Branch: perl
53773            ! AUTHORS
53774 ____________________________________________________________________________
53775 [  7501] By: jhi                                   on 2000/10/31  14:23:59
53776         Log: Subject: perlfaq style changes
53777              From: John Borwick <jhborwic@unity.ncsu.edu>
53778              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
53779              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
53780      Branch: perl
53781            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
53782            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
53783            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
53784            ! pod/perlfaq9.pod
53785 ____________________________________________________________________________
53786 [  7500] By: jhi                                   on 2000/10/31  14:22:15
53787         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
53788              
53789              Subject: Re: [ID 20000918.005] ~ on wide chars
53790              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53791              Date: Mon, 30 Oct 2000 21:09:55 -0800
53792              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
53793              
53794              (The ord() part of the patch skipped.)
53795      Branch: perl
53796            ! doop.c
53797 ____________________________________________________________________________
53798 [  7499] By: jhi                                   on 2000/10/31  14:20:08
53799         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
53800              From: Jens Hamisch <jens@Strawberry.COM>
53801              Date: Mon, 30 Oct 2000 15:17:07 +0100
53802              Message-Id: <20001030151707.A9597@Strawberry.COM>
53803      Branch: perl
53804            ! av.c
53805 ____________________________________________________________________________
53806 [  7498] By: jhi                                   on 2000/10/31  14:16:29
53807         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
53808              From: Peter Prymmer <pvhp@forte.com>
53809              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
53810              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
53811      Branch: perl
53812            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
53813            + ext/Encode/Encode/posix-bc.enc
53814            ! MANIFEST t/lib/encode.t
53815 ____________________________________________________________________________
53816 [  7497] By: jhi                                   on 2000/10/31  14:13:22
53817         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
53818              From: Peter Prymmer <pvhp@forte.com>
53819              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
53820              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
53821      Branch: perl
53822            ! t/lib/cgi-html.t
53823 ____________________________________________________________________________
53824 [  7496] By: jhi                                   on 2000/10/31  14:12:05
53825         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
53826              From: Peter Prymmer <pvhp@forte.com>
53827              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
53828              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
53829      Branch: perl
53830            ! t/lib/cgi-function.t
53831 ____________________________________________________________________________
53832 [  7495] By: jhi                                   on 2000/10/31  14:11:08
53833         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
53834              From: Peter Prymmer <pvhp@forte.com>
53835              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
53836              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
53837      Branch: perl
53838            + ext/re/hints/aix.pl
53839            ! MANIFEST ext/re/Makefile.PL
53840 ____________________________________________________________________________
53841 [  7494] By: jhi                                   on 2000/10/31  14:08:32
53842         Log: Use Errno magic.
53843              
53844              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
53845              From: Casey Tweten <perl@ctweten.amsite.com>
53846              Date: Mon, 30 Oct 2000 15:51:17 -0500
53847              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
53848      Branch: perl
53849            ! lib/File/Temp.pm
53850 ____________________________________________________________________________
53851 [  7493] By: jhi                                   on 2000/10/31  14:05:07
53852         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
53853              
53854              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
53855              From: Nicholas Clark <nick@ccl4.org>
53856              Date: Mon, 30 Oct 2000 17:38:45 +0000
53857              Message-ID: <20001030173845.O60355@plum.flirble.org>
53858      Branch: perl
53859            ! Makefile.SH utils/perlbug.PL
53860 ____________________________________________________________________________
53861 [  7492] By: nick                                  on 2000/10/30  19:37:23
53862         Log: Change files which are mysteriously different to mainline to be
53863              copies of mainline.
53864      Branch: perlio
53865            ! objXSUB.h perlapi.c pod/perlapi.pod
53866 ____________________________________________________________________________
53867 [  7491] By: nick                                  on 2000/10/30  18:05:54
53868         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
53869              - typo in endian code in putc.
53870              - Don't allow read of write-only files and vice-versa
53871              - and off-by-one in flush-all loop.
53872              Remove debug calls as they were using GCC specific features.
53873      Branch: perlio
53874            ! perlio.c
53875 ____________________________________________________________________________
53876 [  7490] By: nick                                  on 2000/10/29  21:45:45
53877         Log: Integrate mainline to perlio
53878      Branch: perlio
53879           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
53880           !> toke.c
53881 ____________________________________________________________________________
53882 [  7489] By: jhi                                   on 2000/10/29  21:11:08
53883         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
53884              From: andreas.koenig@anima.de (Andreas J. Koenig)
53885              Date: 29 Oct 2000 22:05:59 +0100
53886              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
53887      Branch: perl
53888            ! lib/ExtUtils/Manifest.pm
53889 ____________________________________________________________________________
53890 [  7488] By: jhi                                   on 2000/10/29  21:07:47
53891         Log: Tests for #7487.
53892              
53893              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
53894              From: andreas.koenig@anima.de (Andreas J. Koenig)
53895              Date: 29 Oct 2000 19:37:09 +0100
53896              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
53897      Branch: perl
53898            ! t/comp/proto.t
53899 ____________________________________________________________________________
53900 [  7487] By: jhi                                   on 2000/10/29  21:06:27
53901         Log: constsub spillage.
53902              
53903              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
53904              From: John Tobey <jtobey@john-edwin-tobey.org>
53905              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
53906              Message-Id: <m13pvSr-000FObC@feynman.localnet>
53907      Branch: perl
53908            ! op.c
53909 ____________________________________________________________________________
53910 [  7486] By: nick                                  on 2000/10/29  21:05:04
53911         Log: Integrate mainline to perlio branch
53912      Branch: perlio
53913           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
53914           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
53915           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
53916           +> vos/install_perl.cm
53917            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
53918            - vos/config.h vos/config_h.SH_orig
53919           !> (integrate 141 files)
53920 ____________________________________________________________________________
53921 [  7485] By: jhi                                   on 2000/10/29  21:00:47
53922         Log: Make \x{...} consistently produce UTF-8.
53923              
53924              Subject: Re: \x{...} is confused 
53925              From: Simon Cozens <simon@cozens.net>
53926              Date: Sun, 29 Oct 2000 19:36:48 +0000
53927              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
53928      Branch: perl
53929            ! t/pragma/utf8.t toke.c
53930 ____________________________________________________________________________
53931 [  7484] By: nick                                  on 2000/10/29  20:05:29
53932         Log: PerlIO passes all tests.
53933      Branch: perlio
53934            ! perlio.c
53935 ____________________________________________________________________________
53936 [  7483] By: jhi                                   on 2000/10/29  18:06:55
53937         Log: Update Changes.
53938      Branch: perl
53939            ! Changes patchlevel.h
53940 ____________________________________________________________________________
53941 [  7482] By: nick                                  on 2000/10/29  17:43:28
53942         Log: Include <unistd.h> to get correct lseek() prototype etc.
53943              (I thought perl.h did that) - down to two fails
53944              - comp/require.t (last test)
53945              - lib/io_xs.t - possibly import/export of FILE * ?
53946      Branch: perlio
53947            ! perlio.c
53948 ____________________________________________________________________________
53949 [  7481] By: jhi                                   on 2000/10/29  17:02:37
53950         Log: UTF-8 decoder tweak.
53951      Branch: perl
53952            ! utf8.c
53953 ____________________________________________________________________________
53954 [  7480] By: nick                                  on 2000/10/29  16:26:11
53955         Log: Fixed two bugs:
53956              - error code not being set on close (of broken pipe)
53957              - append mode was truncating.
53958              At least one seek/tell bug remains.
53959      Branch: perlio
53960            ! perlio.c
53961 ____________________________________________________________________________
53962 [  7479] By: nick                                  on 2000/10/29  11:18:16
53963         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
53964              in case of accidents. Still several worrying fails, no line disciplines yet.
53965      Branch: perlio
53966            ! iperlsys.h perlio.c
53967 ____________________________________________________________________________
53968 [  7478] By: jhi                                   on 2000/10/29  02:04:01
53969         Log: Add also emailless people.
53970      Branch: perl
53971            ! AUTHORS
53972 ____________________________________________________________________________
53973 [  7477] By: jhi                                   on 2000/10/29  01:36:00
53974         Log: The #7476 needs a MANIFEST change, too.
53975      Branch: perl
53976            ! MANIFEST
53977 ____________________________________________________________________________
53978 [  7476] By: jhi                                   on 2000/10/29  01:35:21
53979         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
53980      Branch: perl
53981            - MAINTAIN
53982            ! AUTHORS Changes
53983 ____________________________________________________________________________
53984 [  7475] By: jhi                                   on 2000/10/28  23:57:25
53985         Log: De-quoted-unreadable to ISO Latin 1.
53986              (There's one ISO-2022-JP name in Changes5.004.)
53987      Branch: perl
53988            ! Changes Changes5.6
53989 ____________________________________________________________________________
53990 [  7474] By: jhi                                   on 2000/10/28  19:13:06
53991         Log: Subject: [ID 20001027.007] uniq array in perlfaq
53992              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
53993              Date: Fri, 27 Oct 2000 19:28:30 +0200
53994              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
53995      Branch: perl
53996            ! pod/perlfaq4.pod
53997 ____________________________________________________________________________
53998 [  7473] By: jhi                                   on 2000/10/28  18:02:05
53999         Log: Locking null mutexes is not recommendable.
54000              
54001              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
54002              From: Hugo <hv@crypt.compulink.co.uk>
54003              Date: Sat, 28 Oct 2000 18:41:12 +0100
54004              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
54005      Branch: perl
54006            ! op.c
54007 ____________________________________________________________________________
54008 [  7472] By: jhi                                   on 2000/10/28  17:52:58
54009         Log: Better create a true mailing list for the repository keepers.
54010      Branch: perl
54011            ! Porting/repository.pod
54012 ____________________________________________________________________________
54013 [  7471] By: jhi                                   on 2000/10/28  17:28:24
54014         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
54015              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
54016      Branch: perl
54017            + Porting/repository.pod
54018            ! MANIFEST
54019 ____________________________________________________________________________
54020 [  7470] By: jhi                                   on 2000/10/28  17:20:54
54021         Log: Subject: DOC PATCH 5.6.0
54022              From: mjd@plover.com
54023              Date: 27 Oct 2000 17:32:44 -0000
54024              Message-ID: <20001027173244.23754.qmail@plover.com>
54025      Branch: perl
54026            ! pod/perlfunc.pod
54027 ____________________________________________________________________________
54028 [  7469] By: jhi                                   on 2000/10/28  17:16:45
54029         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
54030              From: "Peter J. Farley III" <pjfarley@banet.net>
54031              Date: Fri, 27 Oct 2000 20:32:56 -0400
54032              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
54033      Branch: perl
54034            ! README.dos
54035 ____________________________________________________________________________
54036 [  7468] By: jhi                                   on 2000/10/28  17:07:18
54037         Log: Make target reordering to avoid pointless re-makes.
54038              
54039              Subject: Re: Total re-make of 'make okfile' after 7451 ?
54040              From: Nicholas Clark <nick@ccl4.org>
54041              Date: Sat, 28 Oct 2000 00:31:02 +0100
54042              Message-ID: <20001028003101.A54517@plum.flirble.org>
54043      Branch: perl
54044            ! Makefile.SH
54045 ____________________________________________________________________________
54046 [  7467] By: jhi                                   on 2000/10/28  17:05:31
54047         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
54048              From: lvirden@cas.org
54049              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
54050              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
54051      Branch: perl
54052            ! README.os2
54053 ____________________________________________________________________________
54054 [  7466] By: jhi                                   on 2000/10/28  16:09:16
54055         Log: Upgrade to CPAN 1.58_55.
54056              
54057              Subject: CPAN.pm status
54058              From: andreas.koenig@anima.de (Andreas J. Koenig) 
54059              Date: 28 Oct 2000 08:18:00 +0200 
54060              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
54061      Branch: perl
54062            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
54063 ____________________________________________________________________________
54064 [  7465] By: jhi                                   on 2000/10/28  16:02:47
54065         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
54066      Branch: perl
54067            ! embed.h embed.pl perl.h proto.h toke.c
54068 ____________________________________________________________________________
54069 [  7464] By: nick                                  on 2000/10/28  10:43:44
54070         Log: Fix for sv_2iv() on "shared" value from keys %hash.
54071      Branch: perl
54072            ! sv.c
54073 ____________________________________________________________________________
54074 [  7463] By: jhi                                   on 2000/10/27  16:18:29
54075         Log: Update Changes.
54076      Branch: perl
54077            ! Changes patchlevel.h
54078 ____________________________________________________________________________
54079 [  7462] By: jhi                                   on 2000/10/27  16:17:44
54080         Log: Too enthusiastic editing in #7460.
54081      Branch: metaconfig
54082            ! U/modified/Oldsym.U
54083      Branch: perl
54084            ! Configure config_h.SH
54085 ____________________________________________________________________________
54086 [  7461] By: jhi                                   on 2000/10/27  15:37:38
54087         Log: Retract #7459, the script needs more work.
54088      Branch: perl
54089            - mkreef
54090            ! MANIFEST
54091 ____________________________________________________________________________
54092 [  7460] By: jhi                                   on 2000/10/27  15:23:14
54093         Log: Use $sort, $uniq (and $tr) consistently as wondered
54094              by Nicholas Clark.
54095      Branch: metaconfig
54096            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
54097            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
54098            ! U/modified/libc.U
54099      Branch: perl
54100            ! Configure config_h.SH
54101 ____________________________________________________________________________
54102 [  7459] By: jhi                                   on 2000/10/27  15:02:07
54103         Log: (Retracted by #7461)
54104              
54105              Add a shell script for creating/removing symbolic link farms,
54106              useful for keeping the source code read-only and doing the
54107              builds somewhere else.
54108      Branch: perl
54109            + mkreef
54110            ! MANIFEST
54111 ____________________________________________________________________________
54112 [  7458] By: jhi                                   on 2000/10/27  14:42:20
54113         Log: Do away with the fix_pl.
54114      Branch: perl
54115            - fix_pl
54116            ! MANIFEST Makefile.SH
54117 ____________________________________________________________________________
54118 [  7457] By: jhi                                   on 2000/10/27  12:43:13
54119         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
54120              From: Jens Hamisch <jens@Strawberry.COM>
54121              Date: Fri, 27 Oct 2000 14:38:21 +0200
54122              Message-Id: <20001027143821.B3366@Strawberry.COM>
54123      Branch: perl
54124            ! perl.h
54125 ____________________________________________________________________________
54126 [  7456] By: jhi                                   on 2000/10/27  12:33:42
54127         Log: Subject: [PATCH] todo
54128              From: Nicholas Clark <nick@ccl4.org>
54129              Date: Thu, 26 Oct 2000 22:32:29 +0100
54130              Message-ID: <20001026223229.A44540@plum.flirble.org>
54131      Branch: perl
54132            ! pod/perltodo.pod
54133 ____________________________________________________________________________
54134 [  7455] By: jhi                                   on 2000/10/27  12:02:21
54135         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
54136              From: John Tobey <jtobey@john-edwin-tobey.org>
54137              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
54138              Message-Id: <m13ozHF-000FObC@feynman.localnet>
54139      Branch: perl
54140            ! op.c t/pragma/sub_lval.t
54141 ____________________________________________________________________________
54142 [  7454] By: jhi                                   on 2000/10/27  11:59:42
54143         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
54144              From: sthoenna@efn.org
54145              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
54146              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
54147      Branch: perl
54148            ! pp.c t/op/assignwarn.t
54149 ____________________________________________________________________________
54150 [  7453] By: jhi                                   on 2000/10/27  00:15:08
54151         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
54152      Branch: perl
54153            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
54154            ! ext/Storable/Storable.xs t/lib/st-lock.t
54155 ____________________________________________________________________________
54156 [  7452] By: jhi                                   on 2000/10/26  13:05:52
54157         Log: Undo #7451, this seems to be a deficiency in Perforce,
54158              there is no per-file line-terminator type, only per-client.
54159      Branch: perl
54160            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
54161            ! win32/makefile.mk
54162 ____________________________________________________________________________
54163 [  7451] By: jhi                                   on 2000/10/26  04:56:03
54164         Log: Experimenting in DOS arcana.
54165      Branch: perl
54166            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
54167            ! win32/makefile.mk
54168 ____________________________________________________________________________
54169 [  7450] By: jhi                                   on 2000/10/26  04:50:52
54170         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
54171              From: "Peter J. Farley III" <pjfarley@banet.net>            
54172              Date: Wed, 25 Oct 2000 23:10:18 -0400
54173              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
54174      Branch: perl
54175            ! t/io/open.t
54176 ____________________________________________________________________________
54177 [  7449] By: jhi                                   on 2000/10/26  04:49:16
54178         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
54179              From: Hugo <hv@crypt.compulink.co.uk>
54180              Date: Thu, 26 Oct 2000 01:55:17 +0100
54181              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
54182              
54183              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
54184      Branch: perl
54185            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
54186 ____________________________________________________________________________
54187 [  7448] By: jhi                                   on 2000/10/26  04:38:36
54188         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
54189              From: Peter Prymmer <pvhp@forte.com>
54190              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
54191              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
54192      Branch: perl
54193            ! configure.com
54194 ____________________________________________________________________________
54195 [  7447] By: jhi                                   on 2000/10/25  23:20:02
54196         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
54197              in platforms that strictly require all the symbols being present
54198              at link time.
54199      Branch: perl
54200            ! handy.h
54201 ____________________________________________________________________________
54202 [  7446] By: jhi                                   on 2000/10/25  21:55:57
54203         Log: Update Changes.
54204      Branch: perl
54205            ! Changes patchlevel.h
54206 ____________________________________________________________________________
54207 [  7445] By: jhi                                   on 2000/10/25  21:27:08
54208         Log: Integrate with vmsperl #7430 by Charles Bailey:
54209              
54210              Cleanup from prior patch (Charles Lane?):
54211              - improve handling of MFDs in Basename and Path
54212              - default to no xsubpp line # munging when building debug images
54213      Branch: perl
54214           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
54215 ____________________________________________________________________________
54216 [  7444] By: jhi                                   on 2000/10/25  21:03:50
54217         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
54218              From: John Peacock <JPeacock@UnivPress.com>
54219              Date: Thu, 18 May 2000 11:55:27 -0400
54220              Message-ID: <3924126F.A58BE57A@UnivPress.com>
54221      Branch: perl
54222            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
54223            ! t/op/write.t
54224 ____________________________________________________________________________
54225 [  7443] By: jhi                                   on 2000/10/25  20:43:10
54226         Log: Temporary stopgap for the self-tying issue: for now only
54227              array and hash self-ties are verboten.  The real fix, of
54228              course, would be to comprehensively test (and implement?)
54229              and debug (and document) self-ties.
54230      Branch: perl
54231            ! pod/perldiag.pod pp_sys.c t/op/tie.t
54232 ____________________________________________________________________________
54233 [  7442] By: jhi                                   on 2000/10/25  20:14:30
54234         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
54235              From: Dan Sugalski <dan@sidhe.org>
54236              Date: Wed, 25 Oct 2000 13:36:35 -0400
54237              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
54238              
54239              plus regen global.sym.
54240      Branch: perl
54241            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
54242            ! thrdvar.h util.c
54243 ____________________________________________________________________________
54244 [  7441] By: jhi                                   on 2000/10/25  20:12:20
54245         Log: buildtoc target tweaks.
54246      Branch: perl
54247            ! pod/Makefile.SH
54248 ____________________________________________________________________________
54249 [  7440] By: jhi                                   on 2000/10/25  20:03:53
54250         Log: A new version of making the syslog test more robust.
54251              (Replaces #7421.)
54252              
54253              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
54254              From: "Kurt D. Starsinic" <kstar@chapin.edu>
54255              Date: Wed, 25 Oct 2000 12:13:54 -0400
54256              Message-ID: <20001025121354.B2264@O2.chapin.edu>
54257      Branch: perl
54258            ! t/lib/syslog.t
54259 ____________________________________________________________________________
54260 [  7439] By: jhi                                   on 2000/10/25  20:00:48
54261         Log: Continue the internal UTF-8 API tweaking.
54262              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
54263              used much more than the simpler API, now called utf8_to_uv_simple().
54264              Still not quite happy with API, too much partial duplication
54265              of functionality.
54266      Branch: perl
54267            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
54268            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
54269            ! regcomp.c regexec.c sv.c toke.c utf8.c
54270 ____________________________________________________________________________
54271 [  7438] By: jhi                                   on 2000/10/25  18:52:30
54272         Log: Allow poking holes at the UTF-8 decoding strictness.
54273      Branch: perl
54274            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
54275            ! utf8.h
54276 ____________________________________________________________________________
54277 [  7437] By: jhi                                   on 2000/10/25  13:53:05
54278         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
54279              UTF8LEN() and UTF8SKIP(). 
54280      Branch: perl
54281            ! pp.c utf8.c utf8.h
54282 ____________________________________________________________________________
54283 [  7436] By: jhi                                   on 2000/10/25  13:51:37
54284         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
54285              From: Nicholas Clark <nick@ccl4.org>
54286              Date: Wed, 25 Oct 2000 14:44:05 +0100
54287              Message-ID: <20001025144404.D27253@plum.flirble.org>
54288      Branch: perl
54289            ! pod/perlrun.pod
54290 ____________________________________________________________________________
54291 [  7435] By: jhi                                   on 2000/10/25  13:49:32
54292         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
54293              From: Mike Guy <mjtg@cam.ac.uk>
54294              Date: Tue, 24 Oct 2000 14:59:40 +0100
54295              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
54296      Branch: perl
54297            ! scope.c
54298 ____________________________________________________________________________
54299 [  7434] By: jhi                                   on 2000/10/25  13:48:41
54300         Log: AIX is picky about its symbol exports.  Solution for now
54301              is to include the deb.o explicitly to the re extension build.
54302              
54303              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
54304              From: Peter Prymmer <pvhp@forte.com>
54305              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
54306              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
54307      Branch: perl
54308            ! ext/re/Makefile.PL hints/aix.sh
54309 ____________________________________________________________________________
54310 [  7433] By: jhi                                   on 2000/10/25  13:46:49
54311         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
54312              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54313              Date: Wed, 25 Oct 2000 12:02:20 +0200
54314              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
54315      Branch: perl
54316            ! perlsdio.h
54317 ____________________________________________________________________________
54318 [  7432] By: jhi                                   on 2000/10/25  13:44:28
54319         Log: Subject: Minor update to find2perl, for portability
54320              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
54321              Date: Wed, 25 Oct 2000 12:05:47 +0100
54322              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
54323      Branch: perl
54324            ! x2p/find2perl.PL
54325 ____________________________________________________________________________
54326 [  7431] By: jhi                                   on 2000/10/25  13:40:39
54327         Log: Add targets to Makefile.SH, most importantly
54328              'regen_all' which also remembers to update vms/perly*.
54329      Branch: perl
54330            ! Makefile.SH
54331 ____________________________________________________________________________
54332 [  7430] By: bailey                                on 2000/10/25  03:13:53
54333         Log: Cleanup from prior patch (Charles Lane?):
54334              - improve handling of MFDs in Basename and Path
54335              - default to no xsubpp line # munging when building debug images
54336      Branch: vmsperl
54337            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
54338 ____________________________________________________________________________
54339 [  7429] By: jhi                                   on 2000/10/24  20:03:40
54340         Log: Podify README.epoc and README.vos.
54341      Branch: perl
54342            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
54343            ! pod/perlport.pod pod/perltoc.pod
54344 ____________________________________________________________________________
54345 [  7428] By: jhi                                   on 2000/10/24  19:10:33
54346         Log: Stratus VOS updates from Paul Green.
54347      Branch: perl
54348            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
54349            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
54350            - vos/config.def vos/config.h vos/config_h.SH_orig
54351            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
54352            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
54353 ____________________________________________________________________________
54354 [  7427] By: jhi                                   on 2000/10/24  18:59:48
54355         Log: Check if stdio supports tweaking lval and cnt simultaneously.
54356              
54357              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
54358              From: Nicholas Clark <nick@ccl4.org>
54359              Date: Mon, 23 Oct 2000 15:39:32 +0100
54360              Message-ID: <20001023153932.A10786@plum.flirble.org>
54361      Branch: metaconfig
54362            ! U/compline/d_stdstdio.U
54363      Branch: perl
54364            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54365            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
54366            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
54367            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
54368            ! vos/config.h vos/config_h.SH_orig win32/config.bc
54369            ! win32/config.gc win32/config.vc
54370 ____________________________________________________________________________
54371 [  7426] By: jhi                                   on 2000/10/24  17:57:44
54372         Log: Missed the header file changes from #7425.
54373      Branch: perl
54374            ! embed.h embed.pl objXSUB.h proto.h
54375 ____________________________________________________________________________
54376 [  7425] By: jhi                                   on 2000/10/24  17:55:17
54377         Log: Fix the bug reported in
54378              
54379              From: andreas.koenig@anima.de (Andreas J. Koenig)
54380              Subject: Encode bug?
54381              Date: 24 Oct 2000 14:01:26 +0200 
54382              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
54383              
54384              Also make is_utf8_char() stricter.
54385      Branch: perl
54386            ! ext/Encode/Encode.xs utf8.c
54387 ____________________________________________________________________________
54388 [  7424] By: jhi                                   on 2000/10/24  15:15:39
54389         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
54390              From: Peter Scott <Peter@PSDT.com>
54391              Date: Mon, 23 Oct 2000 19:46:01 -0700
54392              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
54393      Branch: perl
54394            ! pod/perlfaq5.pod
54395 ____________________________________________________________________________
54396 [  7423] By: jhi                                   on 2000/10/24  14:25:30
54397         Log: Test tweak to avoid pulling in the whole Config.
54398      Branch: perl
54399            ! t/lib/st-lock.t
54400 ____________________________________________________________________________
54401 [  7422] By: jhi                                   on 2000/10/24  14:03:16
54402         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
54403      Branch: perl
54404            ! pp.c
54405 ____________________________________________________________________________
54406 [  7421] By: jhi                                   on 2000/10/24  13:32:09
54407         Log: (Replaced by #7440.)
54408              
54409              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
54410              From: "Kurt D. Starsinic" <kstar@chapin.edu>
54411              Date: Mon, 23 Oct 2000 16:40:54 -0400
54412              Message-ID: <20001023164054.B14491@O2.chapin.edu>
54413      Branch: perl
54414            ! t/lib/syslog.t
54415 ____________________________________________________________________________
54416 [  7420] By: jhi                                   on 2000/10/24  13:30:53
54417         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
54418              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54419              Date: Mon, 23 Oct 2000 17:29:03 -0400
54420              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
54421      Branch: perl
54422            ! lib/ExtUtils/MM_Unix.pm
54423 ____________________________________________________________________________
54424 [  7419] By: jhi                                   on 2000/10/24  13:29:57
54425         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
54426              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54427              Date: Mon, 23 Oct 2000 19:01:32 -0400
54428              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
54429      Branch: perl
54430            ! utils/h2xs.PL
54431 ____________________________________________________________________________
54432 [  7418] By: jhi                                   on 2000/10/24  13:26:04
54433         Log: Replace #7409 with
54434              
54435              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
54436              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
54437              Date: Mon, 23 Oct 2000 20:08:56 +0200
54438              Message-ID: <20001023200855.A14850@nice.ram.loc>
54439      Branch: perl
54440            ! ext/Storable/Storable.pm t/lib/st-lock.t
54441 ____________________________________________________________________________
54442 [  7417] By: jhi                                   on 2000/10/24  13:17:52
54443         Log: Run vms/vms_yfix.pl, should have done that after changing
54444              perly.c in #7382.
54445      Branch: perl
54446            ! vms/perly_c.vms vms/perly_h.vms
54447 ____________________________________________________________________________
54448 [  7416] By: jhi                                   on 2000/10/24  02:55:33
54449         Log: Make the UTF-8 decoding stricter and more verbose when
54450              malformation happens.  This involved adding an argument
54451              to utf8_to_uv_chk(), which involved changing its prototype,
54452              and prefer STRLEN over I32 for the UTF-8 length, which as
54453              a domino effect necessitated changing the prototypes of
54454              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
54455              The stricter UTF-8 decoding checking uses Markus Kuhn's
54456              UTF-8 Decode Stress Tester from
54457              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
54458      Branch: perl
54459            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
54460            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
54461            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
54462            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
54463 ____________________________________________________________________________
54464 [  7415] By: jhi                                   on 2000/10/23  14:06:06
54465         Log: Update Changes.
54466      Branch: perl
54467            ! Changes patchlevel.h
54468 ____________________________________________________________________________
54469 [  7414] By: jhi                                   on 2000/10/23  12:39:52
54470         Log: Undo the basename() part of #7412 since the lib/basename
54471              tests would need upgrading too.
54472      Branch: perl
54473            ! lib/File/Basename.pm
54474 ____________________________________________________________________________
54475 [  7413] By: jhi                                   on 2000/10/23  12:19:27
54476         Log: Document PERL_INSTALL_ROOT of #7210.
54477      Branch: perl
54478            ! lib/ExtUtils/Install.pm
54479 ____________________________________________________________________________
54480 [  7412] By: jhi                                   on 2000/10/23  12:16:47
54481         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
54482      Branch: perl
54483            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
54484            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
54485 ____________________________________________________________________________
54486 [  7411] By: jhi                                   on 2000/10/23  12:07:41
54487         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
54488              From: Prymmer/Kahn <pvhp@best.com>
54489              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
54490              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
54491      Branch: perl
54492            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
54493 ____________________________________________________________________________
54494 [  7410] By: jhi                                   on 2000/10/23  04:10:11
54495         Log: The change #7187 was not so good on VMS.
54496              
54497              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
54498              From: "Craig A. Berry" <craig.berry@psinetcs.com>
54499              Date: Sun, 22 Oct 2000 23:03:08 -0500
54500              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
54501      Branch: perl
54502            ! utils/perldoc.PL
54503 ____________________________________________________________________________
54504 [  7409] By: jhi                                   on 2000/10/23  03:57:36
54505         Log: Avoid Storable locking on DJGPP for now.
54506              
54507              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
54508              From: "Peter J. Farley III" <pjfarley@banet.net>
54509              Date: Sun, 22 Oct 2000 20:00:00 -0400
54510              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
54511      Branch: perl
54512            ! ext/Storable/Storable.pm t/lib/st-lock.t
54513 ____________________________________________________________________________
54514 [  7408] By: jhi                                   on 2000/10/23  03:50:24
54515         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
54516              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
54517              Date: Sun, 22 Oct 2000 21:12:22 -0400
54518              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
54519      Branch: perl
54520            ! lib/vars.pm
54521 ____________________________________________________________________________
54522 [  7407] By: jhi                                   on 2000/10/23  03:43:12
54523         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
54524              From: Hugo <hv@crypt.compulink.co.uk>
54525              Date: Mon, 23 Oct 2000 00:47:22 +0100
54526              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
54527      Branch: perl
54528            ! regexec.c t/op/pat.t
54529 ____________________________________________________________________________
54530 [  7406] By: jhi                                   on 2000/10/23  03:40:29
54531         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
54532      Branch: perl
54533            ! lib/ExtUtils/MakeMaker.pm
54534 ____________________________________________________________________________
54535 [  7405] By: jhi                                   on 2000/10/22  21:32:00
54536         Log: Doc patch.
54537              
54538              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
54539              From: rspier@pobox.com (Robert Spier)
54540              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
54541              Message-ID: <14835.16112.13457.447971@rls.cx>
54542      Branch: perl
54543            ! lib/strict.pm
54544 ____________________________________________________________________________
54545 [  7404] By: jhi                                   on 2000/10/22  21:30:51
54546         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
54547              From: rspier@pobox.com (Robert Spier)
54548              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
54549              Message-ID: <14835.17223.72448.705566@rls.cx>
54550      Branch: perl
54551            ! lib/ExtUtils/MakeMaker.pm
54552 ____________________________________________________________________________
54553 [  7403] By: jhi                                   on 2000/10/22  21:24:11
54554         Log: Subject: [PATCH bleadperl] ripples from constsub patch
54555              From: John Tobey <jtobey@john-edwin-tobey.org>
54556              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
54557              Message-Id: <m13nSOB-000FObC@feynman.localnet>
54558      Branch: perl
54559            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
54560 ____________________________________________________________________________
54561 [  7402] By: jhi                                   on 2000/10/22  20:59:35
54562         Log: Support s?printf parameter reordering.
54563      Branch: perl
54564            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
54565 ____________________________________________________________________________
54566 [  7401] By: jhi                                   on 2000/10/22  19:19:14
54567         Log: Expand %Config variables only if explicitly so requested
54568              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
54569              
54570              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
54571              From: Gurusamy Sarathy <gsar@ActiveState.com>
54572              Date: Sun, 22 Oct 2000 11:47:32 -0700
54573              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
54574      Branch: perl
54575            ! Makefile.SH lib/lib_pm.PL
54576 ____________________________________________________________________________
54577 [  7400] By: jhi                                   on 2000/10/22  18:24:10
54578         Log: Move the #7390 test from warn/op to comp/redef.
54579              
54580              Subject: Re: Creating const subs for constants.
54581              From: John Tobey <jtobey@john-edwin-tobey.org>
54582              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
54583              Message-Id: <m13nG72-000FObC@feynman.localnet>               
54584      Branch: perl
54585            ! t/comp/redef.t t/pragma/warn/op
54586 ____________________________________________________________________________
54587 [  7399] By: jhi                                   on 2000/10/22  17:49:59
54588         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
54589              From: Nicholas Clark <nick@ccl4.org>
54590              Date: Sat, 21 Oct 2000 22:23:19 +0100
54591              Message-ID: <20001021222319.B45586@plum.flirble.org>
54592      Branch: perl
54593            ! ext/DynaLoader/DynaLoader_pm.PL
54594 ____________________________________________________________________________
54595 [  7398] By: jhi                                   on 2000/10/22  17:47:35
54596         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
54597              From: Hugo <hv@crypt.compulink.co.uk>
54598              Date: Sat, 21 Oct 2000 18:19:59 +0100
54599              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
54600      Branch: perl
54601            ! ext/B/B.pm ext/B/B/C.pm
54602 ____________________________________________________________________________
54603 [  7397] By: jhi                                   on 2000/10/22  17:35:18
54604         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
54605              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
54606              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
54607              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
54608      Branch: perl
54609            ! hints/openbsd.sh
54610 ____________________________________________________________________________
54611 [  7396] By: jhi                                   on 2000/10/22  17:19:46
54612         Log: Subject: installman go-faster stripes
54613              From: Nicholas Clark <nick@talking.bollo.cx>
54614              Date: Sat, 21 Oct 2000 17:24:53 +0100
54615              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
54616              
54617              Subject: Re: installman go-faster stripes
54618              From: Russ Allbery <rra@stanford.edu>
54619              Date: 21 Oct 2000 11:04:13 -0700
54620              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
54621      Branch: perl
54622            ! installman pod/pod2man.PL
54623 ____________________________________________________________________________
54624 [  7395] By: jhi                                   on 2000/10/22  17:17:35
54625         Log: Hints tweak from Anton Berezin.
54626      Branch: perl
54627            ! hints/freebsd.sh
54628 ____________________________________________________________________________
54629 [  7394] By: jhi                                   on 2000/10/22  04:50:04
54630         Log: Tweak the Is* definitions of Unicode character classes
54631              to better match the official categorizations; embrace
54632              the official categorizations; add the combining marks
54633              as alpha (and -numeric); fix DCinital (a typo and edito)
54634              to be DCmedial.
54635      Branch: perl
54636            + lib/unicode/Is/DCmedial.pl
54637            - lib/unicode/Is/DCinital.pl
54638            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
54639            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
54640            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
54641            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
54642 ____________________________________________________________________________
54643 [  7393] By: jhi                                   on 2000/10/21  18:06:05
54644         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
54645              From: Daniel Chetlin <daniel@chetlin.com>
54646              Date: Sat, 21 Oct 2000 02:57:03 -0700
54647              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
54648      Branch: perl
54649            + t/lib/tie-splice.t
54650            ! MANIFEST lib/Tie/Array.pm
54651 ____________________________________________________________________________
54652 [  7392] By: gsar                                  on 2000/10/21  18:05:15
54653         Log: resync utfperl branch with mainline
54654      Branch: utfperl
54655           !> (integrate 1760 files)
54656 ____________________________________________________________________________
54657 [  7391] By: jhi                                   on 2000/10/21  14:37:49
54658         Log: Testcases for a #7383,#7385 related bug.
54659              
54660              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
54661              From: Nicholas Clark <nick@ccl4.org>
54662              Date: Sat, 21 Oct 2000 15:04:51 +0100
54663              Message-ID: <20001021150451.A51566@plum.flirble.org>
54664      Branch: perl
54665            ! t/pragma/utf8.t
54666 ____________________________________________________________________________
54667 [  7390] By: jhi                                   on 2000/10/21  14:35:57
54668         Log: Add a testcase for #7389.
54669      Branch: perl
54670            ! t/pragma/warn/op
54671 ____________________________________________________________________________
54672 [  7389] By: jhi                                   on 2000/10/21  14:26:45
54673         Log: Subject: Re: Creating const subs for constants.
54674              From: John Tobey <jtobey@john-edwin-tobey.org>
54675              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
54676              Message-Id: <m13mo0N-000FObC@feynman.localnet>
54677      Branch: perl
54678            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
54679            ! proto.h sv.c
54680 ____________________________________________________________________________
54681 [  7388] By: nick                                  on 2000/10/21  11:44:23
54682         Log: Populate perlio branch
54683      Branch: perlio
54684           +> (branch 1760 files)
54685 ____________________________________________________________________________
54686 [  7387] By: nick                                  on 2000/10/21  10:52:05
54687         Log: Get branch back as replica of mainline via :
54688              p4 integrate -b utfperl
54689              p4 resolve -at ./...
54690      Branch: utfperl
54691           +> (branch 269 files)
54692            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
54693            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
54694            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
54695            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
54696            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
54697            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
54698            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
54699            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
54700            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
54701            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
54702            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
54703            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
54704            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
54705            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
54706            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
54707            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
54708            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
54709            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
54710            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
54711            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
54712            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
54713            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
54714            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
54715            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
54716            - lib/unicode/UCD300.html lib/unicode/Unicode.300
54717            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
54718            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
54719            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
54720            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
54721           !> (integrate 965 files)
54722 ____________________________________________________________________________
54723 [  7386] By: jhi                                   on 2000/10/21  01:31:12
54724         Log: Update Changes.
54725      Branch: perl
54726            ! Changes patchlevel.h
54727 ____________________________________________________________________________
54728 [  7385] By: jhi                                   on 2000/10/21  01:28:42
54729         Log: The #7383 was right only in the context of the original bug report,
54730              not in more general case.
54731      Branch: perl
54732            ! pp_hot.c
54733 ____________________________________________________________________________
54734 [  7384] By: jhi                                   on 2000/10/21  01:08:23
54735         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
54736      Branch: perl
54737            ! ext/IO/lib/IO/Select.pm
54738 ____________________________________________________________________________
54739 [  7383] By: jhi                                   on 2000/10/21  00:44:18
54740         Log: Fix for ID 20001020.006, concatenating an unset submatch
54741              with utf8 resulted in "Modification of a read-only value".
54742      Branch: perl
54743            ! pp_hot.c t/pragma/utf8.t
54744 ____________________________________________________________________________
54745 [  7382] By: jhi                                   on 2000/10/20  20:44:31
54746         Log: Make scan_num() reëntrant, as suggested in
54747              
54748              Subject: [PATCH perl@7229] Rentrant parser and yylex()
54749              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
54750              Date: Fri, 20 Oct 2000 14:17:27 +0100
54751              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
54752      Branch: perl
54753            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
54754            ! toke.c
54755 ____________________________________________________________________________
54756 [  7381] By: jhi                                   on 2000/10/20  20:07:29
54757         Log: Reëntrancy fix.
54758              
54759              Subject: [PATCH perl@7229] Rentrant parser and yylex()
54760              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
54761              Date: Fri, 20 Oct 2000 14:17:27 +0100
54762              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
54763      Branch: perl
54764            ! embed.h embed.pl perl.h proto.h toke.c
54765 ____________________________________________________________________________
54766 [  7380] By: jhi                                   on 2000/10/20  19:15:54
54767         Log: Don't write double values through long double pointers,
54768              based on a part of
54769              
54770              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
54771              From: Jens Hamisch <jens@Strawberry.COM>
54772              Date: Tue, 17 Oct 2000 08:39:36 +0200
54773              Message-Id: <20001017083936.A11104@Strawberry.COM>
54774      Branch: perl
54775            ! perl.h pp.c
54776 ____________________________________________________________________________
54777 [  7379] By: jhi                                   on 2000/10/20  18:43:37
54778         Log: Portability tweak on #7377.
54779              
54780              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
54781              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54782              Date:     Fri, 20 Oct 2000 13:13:41 EDT
54783              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
54784      Branch: perl
54785            ! t/lib/dprof.t
54786 ____________________________________________________________________________
54787 [  7378] By: jhi                                   on 2000/10/20  12:57:19
54788         Log: SOCKS function redefinitions need prototypes, too, otherwise
54789              for example 32 bit versus 64 bit differences cause a lot of
54790              problems.  Part of
54791              
54792              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
54793              From: Jens Hamisch <jens@Strawberry.COM>
54794              Date: Tue, 17 Oct 2000 08:39:36 +0200
54795              Message-Id: <20001017083936.A11104@Strawberry.COM>
54796      Branch: perl
54797            ! doio.c pp_sys.c
54798 ____________________________________________________________________________
54799 [  7377] By: jhi                                   on 2000/10/20  12:37:12
54800         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
54801              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54802              Date:     Fri, 20 Oct 2000 08:26:04 EDT
54803              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
54804      Branch: perl
54805            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
54806 ____________________________________________________________________________
54807 [  7376] By: jhi                                   on 2000/10/20  12:35:31
54808         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
54809              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54810              Date:     Fri, 20 Oct 2000 07:48:15 EDT
54811              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
54812      Branch: perl
54813            ! configure.com vms/gen_shrfls.pl
54814 ____________________________________________________________________________
54815 [  7375] By: bailey                                on 2000/10/20  04:44:37
54816         Log: SYN SYN
54817      Branch: vmsperl
54818           +> (branch 134 files)
54819            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
54820            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
54821            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
54822            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
54823            - eg/cgi/frameset.cgi eg/cgi/index.html
54824            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
54825            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
54826            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
54827            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
54828            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
54829            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
54830            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
54831            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
54832            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
54833            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
54834            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
54835            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
54836            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
54837            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
54838            - lib/unicode/Props.txt lib/unicode/UCD300.html
54839            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
54840            - utils/perlbc.PL vms/subconfigure.com
54841           !> (integrate 785 files)
54842 ____________________________________________________________________________
54843 [  7374] By: jhi                                   on 2000/10/20  00:59:48
54844         Log: In the latest compiler builds cccdlflags must not become -fpic,
54845              from Wilfredo Sánchez.
54846      Branch: perl
54847            ! hints/darwin.sh
54848 ____________________________________________________________________________
54849 [  7373] By: jhi                                   on 2000/10/20  00:56:35
54850         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
54851              From: Tony Cook <tony@develop-help.com>
54852              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
54853              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
54854      Branch: perl
54855            ! pod/perlop.pod
54856 ____________________________________________________________________________
54857 [  7372] By: jhi                                   on 2000/10/19  19:34:40
54858         Log: Typo noted by Mark Lutz.
54859      Branch: perl
54860            ! t/op/64bitint.t
54861 ____________________________________________________________________________
54862 [  7371] By: jhi                                   on 2000/10/19  19:33:13
54863         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
54864      Branch: metaconfig
54865            ! U/modified/Cppsym.U U/modified/Oldconfig.U
54866      Branch: metaconfig/U/perl
54867            ! End.U dlsrc.U libperl.U
54868      Branch: perl
54869            + hints/nonstopux.sh
54870            ! Configure MANIFEST config_h.SH
54871 ____________________________________________________________________________
54872 [  7370] By: jhi                                   on 2000/10/19  17:18:08
54873         Log: Subject: PATCH do_print has 2 PerlIO_error()s
54874              From: nick@ccl4.org
54875              Date: Thu, 19 Oct 2000 18:09:20 +0100
54876              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
54877      Branch: perl
54878            ! doio.c
54879 ____________________________________________________________________________
54880 [  7369] By: jhi                                   on 2000/10/19  14:01:49
54881         Log: Update Changes.
54882      Branch: perl
54883            ! Changes patchlevel.h
54884 ____________________________________________________________________________
54885 [  7368] By: jhi                                   on 2000/10/19  13:04:29
54886         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
54887              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54888              Date: Wed, 18 Oct 2000 13:12:01 +0200
54889              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
54890      Branch: perl
54891            ! hints/aix.sh
54892 ____________________________________________________________________________
54893 [  7367] By: jhi                                   on 2000/10/19  02:22:40
54894         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
54895              of a 'pmshort' anywhere in the B, so the offending line was simply
54896              removed.
54897      Branch: perl
54898            ! ext/B/B/Debug.pm
54899 ____________________________________________________________________________
54900 [  7366] By: jhi                                   on 2000/10/19  02:12:37
54901         Log: Add the test case for the bug id 20000730.004 which seems
54902              to have been fixed by now.
54903      Branch: perl
54904            ! t/pragma/utf8.t
54905 ____________________________________________________________________________
54906 [  7365] By: jhi                                   on 2000/10/18  23:36:24
54907         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
54908              From: Hugo <hv@crypt.compulink.co.uk>
54909              Date: Wed, 18 Oct 2000 23:25:58 +0100
54910              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
54911      Branch: perl
54912            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
54913 ____________________________________________________________________________
54914 [  7364] By: jhi                                   on 2000/10/18  21:12:53
54915         Log: (retracted)
54916      Branch: perl
54917            ! pp.c
54918 ____________________________________________________________________________
54919 [  7363] By: jhi                                   on 2000/10/18  20:55:38
54920         Log: Missing change from #7362.
54921      Branch: perl
54922            ! win32/perlhost.h
54923 ____________________________________________________________________________
54924 [  7362] By: jhi                                   on 2000/10/18  20:52:01
54925         Log: Borland C fstat() never saw the fd as writable.
54926              
54927              Subject: fix for Borland's weak "stat" (perl@7211)
54928              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
54929              Date: Mon, 16 Oct 2000 09:55:03 +0400
54930              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
54931      Branch: perl
54932            ! win32/win32.c
54933 ____________________________________________________________________________
54934 [  7361] By: jhi                                   on 2000/10/18  17:43:50
54935         Log: Regen toc.
54936      Branch: perl
54937            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
54938 ____________________________________________________________________________
54939 [  7360] By: jhi                                   on 2000/10/18  17:07:44
54940         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54941              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
54942              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
54943              Date: Mon, 16 Oct 2000 15:19:49 +0200
54944      Branch: perl
54945            + README.aix
54946            ! MANIFEST
54947 ____________________________________________________________________________
54948 [  7359] By: jhi                                   on 2000/10/18  17:04:49
54949         Log: Subject: Pod patch for Devel::Peek
54950              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54951              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
54952              Date: Mon, 16 Oct 2000 12:26:34 +0200
54953      Branch: perl
54954            ! ext/Devel/Peek/Peek.pm
54955 ____________________________________________________________________________
54956 [  7358] By: jhi                                   on 2000/10/18  17:03:15
54957         Log: Make Cwd more bulletproof in chrooted environments.
54958              
54959              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
54960              From: "Eric E. Coe" <Eric.Coe@oracle.com>
54961              Date: Wed, 18 Oct 2000 04:03:54 -0400
54962              Message-Id: <39ED596A.70E599FE@oracle.com>
54963      Branch: perl
54964            ! lib/Cwd.pm
54965 ____________________________________________________________________________
54966 [  7357] By: jhi                                   on 2000/10/18  16:37:26
54967         Log: Disable the UTF8 downgrade croakage for now to avoid
54968              too many not okay messages.
54969      Branch: perl
54970            ! doio.c
54971 ____________________________________________________________________________
54972 [  7356] By: jhi                                   on 2000/10/17  23:29:41
54973         Log: Show the failed remote port, instead of the failing line number.
54974              
54975              Subject: [PATCH 5.6.1 Debugger] More diagnostics
54976              From: David Sparks <daves@ActiveState.com>
54977              Date: Tue, 17 Oct 2000 15:00:24 -0700
54978              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
54979      Branch: perl
54980            ! lib/perl5db.pl
54981 ____________________________________________________________________________
54982 [  7355] By: jhi                                   on 2000/10/17  14:11:31
54983         Log: On output try to downgrade to bytes, croak if impossible,
54984              from Simon Cozens.  This means that outputting >255 UTF8
54985              is impossible.  Consider this as a strong incentive to get
54986              the I/O disciplines implemented.
54987      Branch: perl
54988            ! doio.c pod/perldiag.pod sv.c
54989 ____________________________________________________________________________
54990 [  7354] By: jhi                                   on 2000/10/17  13:42:23
54991         Log: Clarify documentation on 'use bytes'.
54992              
54993              Subject: Re: What does 'use bytes' "mean" ?
54994              From: Simon Cozens <simon@cozens.net>
54995              Date: Mon, 18 Sep 2000 18:24:25 +0100
54996              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
54997      Branch: perl
54998            ! lib/bytes.pm
54999 ____________________________________________________________________________
55000 [  7353] By: jhi                                   on 2000/10/17  13:28:12
55001         Log: Workaround for a sfio bug where the stream error indicator
55002              is not cleared as documented.
55003              
55004              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
55005              From: Nicholas Clark <nick@ccl4.org>
55006              Date: Mon, 16 Oct 2000 18:28:23 +0100
55007              Message-ID: <20001016182823.J19700@plum.flirble.org>
55008      Branch: perl
55009            ! doio.c
55010 ____________________________________________________________________________
55011 [  7352] By: jhi                                   on 2000/10/17  13:06:19
55012         Log: More IoTYPE sprinkling.
55013      Branch: perl
55014            ! doio.c pp_hot.c
55015 ____________________________________________________________________________
55016 [  7351] By: jhi                                   on 2000/10/16  22:47:07
55017         Log: Detect early whether the std streams have gone bad.
55018              
55019              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
55020              Date: Mon, 16 Oct 2000 23:28:42 +0100
55021              From: Nicholas Clark <nick@ccl4.org>
55022              Message-ID: <20001016232842.A37942@plum.flirble.org>
55023      Branch: perl
55024            ! t/op/misc.t
55025 ____________________________________________________________________________
55026 [  7350] By: jhi                                   on 2000/10/16  22:45:16
55027         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
55028              From: "Peter J. Farley III" <pjfarley@banet.net>
55029              Date: Mon, 16 Oct 2000 18:15:59 -0400
55030              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
55031      Branch: perl
55032            ! djgpp/djgpp.c dosish.h t/io/open.t
55033 ____________________________________________________________________________
55034 [  7349] By: jhi                                   on 2000/10/16  22:36:45
55035         Log: perldelta tweak.
55036      Branch: perl
55037            ! pod/perldelta.pod
55038 ____________________________________________________________________________
55039 [  7348] By: jhi                                   on 2000/10/16  15:17:53
55040         Log: Update Changes.
55041      Branch: perl
55042            ! Changes patchlevel.h
55043 ____________________________________________________________________________
55044 [  7347] By: jhi                                   on 2000/10/16  13:55:27
55045         Log: Add the capability to include/exclude branches.
55046      Branch: perl
55047            ! Porting/genlog
55048 ____________________________________________________________________________
55049 [  7346] By: jhi                                   on 2000/10/16  13:18:04
55050         Log: Add Charles Lane.
55051      Branch: perl
55052            ! AUTHORS Changes
55053 ____________________________________________________________________________
55054 [  7345] By: jhi                                   on 2000/10/16  13:13:21
55055         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
55056      Branch: perl
55057            ! pod/perldelta.pod
55058 ____________________________________________________________________________
55059 [  7344] By: gsar                                  on 2000/10/16  09:30:21
55060         Log: integrate change#6220 from cfgperl
55061              
55062              Win32 patches from Benjamin Stuhl.
55063      Branch: maint-5.6/perl
55064           !> makedef.pl win32/win32.h
55065 ____________________________________________________________________________
55066 [  7343] By: gsar                                  on 2000/10/16  08:32:19
55067         Log: integrate changes#6221,6222 from cfgperl
55068              
55069              Remove tr///CU (the feature is to be obsoleted by better interfaces).
55070              From: simon@brecon.co.uk (Simon Cozens)
55071              Subject: [PATCH] Eliminate tr///[CU][CU]
55072              Date: 23 Jun 2000 11:05:40 GMT
55073              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
55074              
55075              doc typo fix
55076              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
55077              From: Ian Phillipps <Ian.Phillipps@iname.com>
55078              Date: Fri, 23 Jun 2000 10:40:58 +0100
55079              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
55080      Branch: maint-5.6/perl
55081           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
55082 ____________________________________________________________________________
55083 [  7342] By: gsar                                  on 2000/10/16  08:28:08
55084         Log: integrate change#6217 from cfgperl (in part)
55085              
55086              Rename the fdpid locking and integrate with Sarathy.
55087      Branch: maint-5.6/perl
55088           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
55089           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
55090           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
55091           !> win32/win32.c
55092 ____________________________________________________________________________
55093 [  7341] By: gsar                                  on 2000/10/16  08:23:39
55094         Log: integrate changes#6214..6216 from mainline
55095              
55096              @_ can't have junk in it even in the non-USE_ITHREADS case because
55097              caller() wants to populate @DB::args with it (causes a coredump
55098              in Carp::confess())
55099              
55100              tweak comment about @DB::args
55101              
55102              be more optimal about clearing @_
55103      Branch: maint-5.6/perl
55104           !> av.h cop.h pp_ctl.c t/op/runlevel.t
55105 ____________________________________________________________________________
55106 [  7340] By: gsar                                  on 2000/10/16  08:20:37
55107         Log: integrate changes#6207..6210 from cfgperl
55108              
55109              Subject: [PATCH 5.6.0] Threadsafe patches
55110              From: Dan Sugalski <dan@sidhe.org>
55111              To: perl5-porters@perl.org
55112              Date: Mon, 08 May 2000 18:08:13 -0400
55113              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
55114              
55115              Regen headers for #6207.
55116              
55117              Lock PL_fdpid against race conditions, based on:
55118              Subject: [PATCH 5.6.0]subprocess fixup for threads
55119              From: Dan Sugalski <dan@sidhe.org>
55120              To: perl5-porters@perl.org
55121              Date: Tue, 11 Apr 2000 17:02:32 -0400
55122              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
55123              
55124              Mopup for #6207 and #6209.
55125      Branch: maint-5.6/perl
55126           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
55127           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
55128           !> win32/win32.c
55129 ____________________________________________________________________________
55130 [  7339] By: gsar                                  on 2000/10/16  08:14:34
55131         Log: integrate change#6203 from cfgperl
55132              
55133              perldiag should refer to perlos2.pod not README.os2
55134      Branch: maint-5.6/perl
55135           !> pod/perldiag.pod
55136 ____________________________________________________________________________
55137 [  7338] By: gsar                                  on 2000/10/16  08:11:42
55138         Log: integrate change#6201 from mainline
55139              
55140              Perl_eval_pv() leaks 4 bytes every time it is called because it
55141              does a PUSHMARK that's never ever POPMARKed; in general, only
55142              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
55143              Perl_eval_[sp]v() don't because they don't take any incoming
55144              arguments (this leak has been around since the original version
55145              of perl_eval_pv() in 5.003_97e)
55146      Branch: maint-5.6/perl
55147           !> perl.c
55148 ____________________________________________________________________________
55149 [  7337] By: gsar                                  on 2000/10/16  08:08:47
55150         Log: integrate changes#6197..6200 from cfgperl
55151              
55152              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
55153              From: John Borwick <jhborwic@unity.ncsu.edu>
55154              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
55155              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
55156              
55157              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
55158              From: Dan Sugalski <dan@sidhe.org>
55159              To: vmsperl@perl.org, perl5-porters@perl.org
55160              Date: Fri, 02 Jun 2000 16:00:41 -0400
55161              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
55162              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
55163              
55164              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
55165              From: Dan Sugalski <dan@sidhe.org>
55166              To: perl5-porters@perl.org, vmsperl@perl.org
55167              Date: Fri, 02 Jun 2000 17:30:51 -0400
55168              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
55169              
55170              Update to cperl-mode.el 4.31 from
55171              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
55172              Subject: A couple of notes
55173              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55174              To: Mailing list Perl5 <perl5-porters@perl.org>
55175              Date: Sat, 3 Jun 2000 23:33:32 -0400
55176              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
55177      Branch: maint-5.6/perl
55178           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
55179           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
55180           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
55181           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
55182           !> vms/vmsish.h
55183 ____________________________________________________________________________
55184 [  7336] By: gsar                                  on 2000/10/16  08:03:46
55185         Log: integrate changes#6194,6195 from mainline
55186              
55187              fix small eval"" memory leaks under USE_ITHREADS
55188              
55189              fix yet another eval"" leak under USE_ITHREADS
55190      Branch: maint-5.6/perl
55191           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
55192           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
55193           !> vms/perly_c.vms
55194 ____________________________________________________________________________
55195 [  7335] By: gsar                                  on 2000/10/16  08:02:15
55196         Log: integrate changes#6190,6191 from mainline
55197              
55198              submit missing embed.pl change
55199              
55200              vec() loses numericalness (modified version of patch suggested
55201              by Robin Barker)
55202      Branch: maint-5.6/perl
55203           !> doop.c embed.pl t/op/vec.t
55204 ____________________________________________________________________________
55205 [  7334] By: gsar                                  on 2000/10/16  08:01:03
55206         Log: integrate change#6189 from mainline
55207              
55208              counting tr/// corrupts later operation (from M.J.T Guy)
55209      Branch: maint-5.6/perl
55210           !> doop.c t/op/tr.t
55211 ____________________________________________________________________________
55212 [  7333] By: gsar                                  on 2000/10/16  07:59:07
55213         Log: integrate changes#6183..6188 from mainline
55214              
55215              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
55216              <nick@ccl4.org>)
55217              
55218              tweak for change#6127
55219              
55220              remove incorrect documentation about implicit split to @_ in
55221              list context, which never really worked in perl 5 (from
55222              M.J.T. Guy)
55223              
55224              further qualify references to "alphanumeric" (from Wolfgang Laun
55225              <wolfgang.laun@alcatel.at>)
55226              
55227              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
55228              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
55229              
55230              h2xs tweaks
55231      Branch: maint-5.6/perl
55232           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
55233           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
55234           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
55235           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
55236           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
55237           !> pod/pod2latex.PL utils/h2xs.PL
55238 ____________________________________________________________________________
55239 [  7332] By: gsar                                  on 2000/10/16  07:53:52
55240         Log: integrate change#6179 from mainline
55241              
55242              buggy modulus on UVs introduced by change#3378 (resulted in
55243              4063328477 % 65535 amounting to 27406, instead of 27407)
55244      Branch: maint-5.6/perl
55245           !> pp.c t/op/arith.t
55246 ____________________________________________________________________________
55247 [  7331] By: gsar                                  on 2000/10/16  07:52:49
55248         Log: integrate changes#6176,6177,6178,6182 from cfgperl
55249              
55250              Single-quoted utf8 patch from Simon Cozens.
55251              
55252              Substitution utf8 patch from Simon Cozens.
55253              
55254              Be cleaner.
55255              
55256              Be Cleaner Part Deux.
55257      Branch: maint-5.6/perl
55258           !> Makefile.SH pp_hot.c toke.c
55259 ____________________________________________________________________________
55260 [  7330] By: gsar                                  on 2000/10/16  07:41:36
55261         Log: integrate change#6172 from mainline
55262              
55263              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
55264              (from Ilya Zakharevich)
55265      Branch: maint-5.6/perl
55266           !> regexec.c t/op/re_tests
55267 ____________________________________________________________________________
55268 [  7329] By: gsar                                  on 2000/10/16  07:40:25
55269         Log: integrate change#6171 from mainline
55270              
55271              scalar() doesn't force scalar context when used in void context
55272              (from Simon Cozens)
55273      Branch: maint-5.6/perl
55274           !> op.c t/op/wantarray.t
55275 ____________________________________________________________________________
55276 [  7328] By: gsar                                  on 2000/10/16  07:39:33
55277         Log: integrate change#6170 from mainline
55278              
55279              change#6142 needs tweaks to tests to work where there's no
55280              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
55281      Branch: maint-5.6/perl
55282           !> t/lib/filefind.t
55283 ____________________________________________________________________________
55284 [  7327] By: gsar                                  on 2000/10/16  07:35:34
55285         Log: integrate changes#6166..6168 from cfgperl
55286              
55287              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
55288              in case somebody wants to write an extension for more
55289              shadow database interfaces.
55290              
55291              tweak todo
55292              
55293              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
55294      Branch: maint-5.6/perl
55295           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
55296           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
55297           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
55298           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
55299           !> win32/config.vc win32/config_H.bc win32/config_H.gc
55300           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
55301 ____________________________________________________________________________
55302 [  7326] By: gsar                                  on 2000/10/16  07:29:05
55303         Log: integrate changes#6157,6159..6161,6164 from cfgperl
55304              
55305              Regen Configure to jive with #6149.
55306              
55307              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
55308              
55309              Changes for the File::Temp 0.08 (change #6159) test suite
55310              to fit better into the Perl distribution test framework.
55311              
55312              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
55313              both from Simon Cozens.
55314              
55315              detypo
55316      Branch: maint-5.6/perl
55317           +> pod/perlmodlib.PL pod/perlnewmod.pod
55318           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
55319           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
55320           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
55321           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
55322 ____________________________________________________________________________
55323 [  7325] By: gsar                                  on 2000/10/16  07:25:13
55324         Log: integrate change#6158 from vmsperl
55325              
55326              Add fallback to tmpfile for use in cases where user's relying on
55327              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
55328              Lane's patch)
55329      Branch: maint-5.6/perl
55330           !> vms/vms.c vms/vmsish.h
55331 ____________________________________________________________________________
55332 [  7324] By: gsar                                  on 2000/10/16  07:20:50
55333         Log: integrate changes#6153..6155 from mainline
55334              
55335              prettier Test::Harness output on failed tests (from Nicholas Clark
55336              <nick@Bagpuss.uk.boo.com>)
55337              
55338              avoid type mismatch warning
55339              
55340              small bug in change#6144; remove random \xA0 character that snuck
55341              in via change#6145
55342      Branch: maint-5.6/perl
55343           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
55344           !> perl.c
55345 ____________________________________________________________________________
55346 [  7323] By: gsar                                  on 2000/10/16  07:18:47
55347         Log: integrate changes#6151,6152 from mainline
55348              
55349              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
55350              
55351              cosmetic fixups of RE debug output (from Ilya Zakharevich)
55352      Branch: maint-5.6/perl
55353           !> regexec.c
55354 ____________________________________________________________________________
55355 [  7322] By: gsar                                  on 2000/10/16  07:17:25
55356         Log: integrate changes#6146..6150 from mainline
55357              
55358              doc typo
55359              
55360              add a make entry to Config.pm so "perl -V:make" works on VMS
55361              (from Peter Prymmer)
55362              
55363              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
55364              
55365              OS/2 tweaks for usethreads build (from Rocco Caputo
55366              <troc@netrus.net>)
55367              
55368              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
55369      Branch: maint-5.6/perl
55370           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
55371           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
55372           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
55373           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
55374           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
55375           !> warnings.pl x2p/a2p.h
55376 ____________________________________________________________________________
55377 [  7321] By: gsar                                  on 2000/10/16  07:14:02
55378         Log: integrate changes#6143..6145 from mainline
55379              
55380              MacOS support, part 1 (from Matthias Neeracher
55381              <neeri@iis.ee.ethz.ch>)
55382              
55383              MacOS support, part 2: make AutoSplit use File::Spec instead
55384              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
55385              <neeri@iis.ee.ethz.ch>)
55386              
55387              make xsubpp skip embedded pod (from Matthias Neeracher
55388              <neeri@iis.ee.ethz.ch>)
55389      Branch: maint-5.6/perl
55390           +> ext/DynaLoader/dl_mac.xs
55391           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
55392           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
55393           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
55394           !> pp_ctl.c proto.h toke.c util.c util.h
55395 ____________________________________________________________________________
55396 [  7320] By: gsar                                  on 2000/10/16  07:12:13
55397         Log: integrate changes#6141,6142 from mainline
55398              
55399              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
55400              forwarded by Peter Seebach from the bsdi-users mailing list.
55401              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
55402              
55403              File::Find fails to chdir when chasing symlinks (from
55404              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
55405      Branch: maint-5.6/perl
55406           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
55407 ____________________________________________________________________________
55408 [  7319] By: gsar                                  on 2000/10/16  07:04:30
55409         Log: integrate change#6139 from mainline
55410              
55411              revise mktables.PL for bugs and newness in Unicode 3.0
55412              (from James Bence <jbence@amgen.com>)
55413      Branch: maint-5.6/perl
55414           +> (branch 30 files)
55415           !> (integrate 49 files)
55416 ____________________________________________________________________________
55417 [  7318] By: gsar                                  on 2000/10/16  07:01:01
55418         Log: integrate changes#6137,6138 from mainline
55419              
55420              fix bogus redeclaration warning for "our" variables in different
55421              scopes
55422              
55423              add note about the handling of negative indices to tied arrays
55424              (from Michael G Schwern <schwern@pobox.com>)
55425      Branch: maint-5.6/perl
55426           !> op.c pod/perltie.pod t/pragma/strict-vars
55427 ____________________________________________________________________________
55428 [  7317] By: gsar                                  on 2000/10/16  06:58:46
55429         Log: integrate changes#6127..6136 from mainline
55430              
55431              call_method(...,G_EVAL) can longjmp() out if the method probing
55432              failed (from Gisle Aas)
55433              
55434              new perlxstut example for passing/returning refs to arrays
55435              (from David Lowe <dlowe@pootpoot.com>)
55436              
55437              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
55438              
55439              fix places that mean C<"word" character> but say C<alphanumeric
55440              character>
55441              
55442              avoid warnings in POSIX.pm (from Barrie Slaymaker)
55443              
55444              warnings::enabled() doesn't fall back to looking at $^W if
55445              caller isn't using lexical warnings (from Paul Marquess)
55446              
55447              elide bogus test in change#6132
55448              
55449              make Test::Harness use wait.h/WCOREDUMP if available
55450              (from Ben Tilly <ben_tilly@hotmail.com>)
55451              
55452              enable Test::Harness to dynamically determine column width etc.
55453              (from Rob Napier <rnapier@employees.org>)
55454              
55455              random pod typos (from Peter Scott <Peter@PSDT.com>)
55456      Branch: maint-5.6/perl
55457           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
55458           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
55459           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
55460           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
55461 ____________________________________________________________________________
55462 [  7316] By: gsar                                  on 2000/10/16  06:53:23
55463         Log: integrate change#6126 from mainline
55464              
55465              change#2879 broke rvalue autovivification of magicals such as
55466              ${$num} (reworked variant of patch suggested by Simon Cozens)
55467      Branch: maint-5.6/perl
55468           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
55469           !> pp_hot.c proto.h t/op/gv.t
55470 ____________________________________________________________________________
55471 [  7315] By: gsar                                  on 2000/10/16  06:51:38
55472         Log: integrate changes#6123,6125 from mainline
55473              
55474              clarify gotcha with #line directives (from Rocco Caputo
55475              <troc@netrus.net>)
55476              
55477              enable propagating exception objects via Perl_croak() in XS code
55478              (from Gisle Aas)
55479      Branch: maint-5.6/perl
55480           !> pod/perldebug.pod pod/perlsyn.pod util.c
55481 ____________________________________________________________________________
55482 [  7314] By: gsar                                  on 2000/10/16  06:49:28
55483         Log: integrate change#6122 from mainline
55484              
55485              downgrade fatal error on C<"foo@nosucharray.com"> to optional
55486              warning (from Mark-Jason Dominus)
55487      Branch: maint-5.6/perl
55488           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
55489           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
55490           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
55491           !> toke.c
55492 ____________________________________________________________________________
55493 [  7313] By: gsar                                  on 2000/10/16  06:46:54
55494         Log: integrate changes#6112..6121 from vmsperl
55495              
55496              Check for existence of file before trying to delete
55497              
55498              Ugly workaround for version-specific RTL error
55499              
55500              Urk -- undo previous removal of vmsish 'exit' change
55501              
55502              Add bounds checking for several strings (Charles Lane)
55503              
55504              Miscellaneous cosmetic fixes (Charles Lane)
55505              
55506              Treat sockets as special in sys(read|write) (Charles Lane et al.)
55507              
55508              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
55509              Flatten case labels in switch statements uniformly (Charles Bailey)
55510              
55511              Quiet error messages in vmsish.t (Charles Lane)
55512              
55513              Add missing escape (Charles Lane)
55514              
55515              Allow eliminate_macros() and fixpath() to handle space-delimited
55516              lists (based on fixes by Craig Berry)
55517      Branch: maint-5.6/perl
55518           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
55519           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
55520           !> vms/vmsish.h
55521 ____________________________________________________________________________
55522 [  7312] By: gsar                                  on 2000/10/16  06:41:18
55523         Log: integrate changes#6107,6110 from cfgperl
55524              
55525              Tweak the todo list.
55526              
55527              todo tweak
55528      Branch: maint-5.6/perl
55529           !> Todo-5.6
55530 ____________________________________________________________________________
55531 [  7311] By: gsar                                  on 2000/10/16  06:38:38
55532         Log: integrate changes#6104,6108 from mainline
55533              
55534              PL_sys_intern was being initialized too late on windows
55535              
55536              reenable fake signal handling on Windows, bugs and all
55537      Branch: maint-5.6/perl
55538           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
55539           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
55540           !> win32/win32.c
55541 ____________________________________________________________________________
55542 [  7310] By: gsar                                  on 2000/10/16  06:36:03
55543         Log: integrate changes#6095,6097..6103 from cfgperl
55544              
55545              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
55546              might be useful in future.
55547              
55548              Add a note about possible compilation problems from Allen Smith.
55549              
55550              Add a note about other, yet unsupported, shadow password APIs.
55551              
55552              Tweaks for the cc bugs from Allen Smith.
55553              
55554              More compilation tweakery from Allen Smith.
55555              
55556              Hints and test tweaks for Unicos.
55557              
55558              The test suite tweak in #6101 wasn't quite right.
55559              
55560              Test tweaking for Unicos continues.
55561      Branch: maint-5.6/perl
55562           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
55563           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
55564           !> t/lib/complex.t t/op/64bitint.t
55565 ____________________________________________________________________________
55566 [  7309] By: gsar                                  on 2000/10/16  06:29:41
55567         Log: integrate changes#6093,6094 from mainline
55568              
55569              fork() failure to create pseudo process sets errno=EAGAIN and returns
55570              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
55571              
55572              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
55573      Branch: maint-5.6/perl
55574           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
55575           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
55576 ____________________________________________________________________________
55577 [  7308] By: gsar                                  on 2000/10/16  06:27:29
55578         Log: integrate change#6092 from cfgperl
55579              
55580              Regen perltoc with the fixed buildtoc.
55581      Branch: maint-5.6/perl
55582           !> pod/perltoc.pod
55583 ____________________________________________________________________________
55584 [  7307] By: gsar                                  on 2000/10/16  06:26:40
55585         Log: integrate changes#6089,6090 from mainline
55586              
55587              buildtoc tweak to fix newline lossage
55588              
55589              concat doesn't preserve utf8-ness, and doesn't invalidate
55590              [NI]OK; added tests for both
55591      Branch: maint-5.6/perl
55592           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
55593 ____________________________________________________________________________
55594 [  7306] By: gsar                                  on 2000/10/16  06:24:05
55595         Log: integrate change#6088 from cfgperl
55596              
55597              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
55598              because we do not use those.  The HAS_GETSPNAM remains,
55599              though, because we still do use that.
55600      Branch: maint-5.6/perl
55601           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
55602           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
55603           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
55604           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
55605           !> win32/config.vc win32/config_H.bc win32/config_H.gc
55606           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
55607 ____________________________________________________________________________
55608 [  7305] By: gsar                                  on 2000/10/16  06:15:52
55609         Log: integrate changes#6084,6085,6087 from mainline
55610              
55611              substr() does not preserve utf8-ness (from Stefan Eissing
55612              <Eissing@medicaldataservice.de>); added tests
55613              
55614              repeat operator (x) doesn't preserve utf8-ness
55615              
55616              reverse() and quotemeta() weren't preserving utf8-ness; add tests
55617      Branch: maint-5.6/perl
55618           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
55619 ____________________________________________________________________________
55620 [  7304] By: gsar                                  on 2000/10/16  06:13:10
55621         Log: integrate changes#6077..6083 from mainline
55622              
55623              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
55624              and Tom Phoenix)
55625              
55626              workaround for CRT bug in chdir() (from Charles Lane, via
55627              Peter Prymmer)
55628              
55629              remove outdated kludge in Carp (NULLs are permitted in diagnostics
55630              now)
55631              
55632              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
55633              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
55634              
55635              better default perlbug categories for ok reports (from Richard Foley)
55636              
55637              peek.t non-portable to ithreads
55638              
55639              note about undocumented caller() return value (from M.J.T. Guy);
55640              yet another peek.t tweak
55641      Branch: maint-5.6/perl
55642           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
55643           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
55644           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
55645           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
55646           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
55647           !> vms/vmsish.h
55648 ____________________________________________________________________________
55649 [  7303] By: gsar                                  on 2000/10/16  06:03:18
55650         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
55651              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
55652              
55653              &HUGE_VAL is not defined, it exists.
55654              
55655              Do not warn that an infinity does not look like a number.
55656              
55657              Rewrite the pwent/spent logic to be a little bit more clearer.
55658              
55659              Continue on the pwent/spent case.
55660              
55661              Correct Freudian slip.
55662              
55663              Use HUGE_VALL if applicable.
55664              
55665              pwent/spent #ifdef imbalance.
55666              
55667              Infinite problems.
55668              
55669              Call getspnam() only iff needd.
55670              
55671              Test both the scalar and list contexts.
55672              
55673              Use setxxent()/endxxent().
55674              
55675              Complex tweakery.
55676              
55677              Unicos hint tweak.
55678              
55679              Be more forgiving in POSIX about HUGE_VALL.
55680              
55681              Detypo.
55682              
55683              The search of infinity continues, this time simplified.
55684              
55685              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
55686              in natively 64-bit platforms where a long is a quad (no need
55687              for long longs).  Also added bias for IVs.
55688              
55689              Complex tweaks.
55690              
55691              Introduce t/lib/peek.t.
55692              
55693              Make the test more portable.
55694      Branch: maint-5.6/perl
55695           +> t/lib/peek.t
55696            ! pp_sys.c
55697           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
55698           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
55699           !> t/op/pwent.t toke.c util.c
55700 ____________________________________________________________________________
55701 [  7302] By: gsar                                  on 2000/10/16  05:03:37
55702         Log: integrate changes#6066..6071 from mainline
55703              
55704              s/END/CHECK/
55705              
55706              replace direct call to sighandler() with (*PL_sighandlerp)()
55707              
55708              note about values()
55709              
55710              File::Spec compatibility update (from Barrie Slaymaker
55711              <barries@slaysys.com>)
55712              
55713              remove misleading comment (from M.J.T. Guy)
55714              
55715              misformatted perllocal.pod (from Tim Jenness
55716              <t.jenness@jach.hawaii.edu>)
55717      Branch: maint-5.6/perl
55718           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
55719           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
55720           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
55721           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
55722 ____________________________________________________________________________
55723 [  7301] By: gsar                                  on 2000/10/16  05:00:08
55724         Log: integrate changes#6061..6063 from mainline
55725              
55726              change#5921 neglected to make eq honor "use bytes"
55727              
55728              additional tests for utf8.t
55729              
55730              tokeq() could read unallocated field in argument
55731      Branch: maint-5.6/perl
55732           !> sv.c t/pragma/utf8.t toke.c
55733 ____________________________________________________________________________
55734 [  7300] By: gsar                                  on 2000/10/16  04:56:54
55735         Log: integrate changes#6046,6048,6057,6058 from mainline
55736              
55737              libscheck has insufficient checks for n32 libs (from
55738              Albert Chin-A-Young <china@thewrittenword.com>)
55739              
55740              add note about how $( doesn't interpolate in REs (from
55741              Philip Newton <newton@ficus.frogspace.net>)
55742              
55743              fix broken parsing of /\x{ab}/
55744              
55745              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
55746              (spotted by Donald Kinzer <dkinzer@premia.com>)
55747      Branch: maint-5.6/perl
55748           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
55749           !> t/pragma/utf8.t
55750 ____________________________________________________________________________
55751 [  7299] By: gsar                                  on 2000/10/16  04:52:50
55752         Log: integrate change#6044 from mainline
55753              
55754              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
55755              such that underscores are only ignored in literal numbers,
55756              "\x{...}", and hex/oct argument
55757      Branch: maint-5.6/perl
55758           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
55759 ____________________________________________________________________________
55760 [  7298] By: gsar                                  on 2000/10/16  04:50:53
55761         Log: integrate changes#6027..6043 from mainline
55762              
55763              podlators-1.02 update (from Russ Allbery)
55764              
55765              Pod::Man generates groff-incompatible macro definition (from
55766              Tom Christiansen)
55767              
55768              add CGI.pm v2.66 (from Lincoln Stein)
55769              
55770              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
55771              for @- and @+ (from Johan Vromans)
55772              
55773              small nits in diagnostics.pm (from Robin Barker)
55774              
55775              whitespace adjustments
55776              
55777              missing files in MANIFEST
55778              
55779              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
55780              to compensate
55781              
55782              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
55783              
55784              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
55785      Branch: maint-5.6/perl
55786           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
55787           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
55788           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
55789           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
55790           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
55791           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
55792           !> t/lib/cgi-html.t t/lib/cgi-request.t
55793 ____________________________________________________________________________
55794 [  7297] By: gsar                                  on 2000/10/16  04:44:30
55795         Log: integrate change#6025 from mainline
55796              
55797              Is{Alnum,Alpha,Word} don't match titlecase
55798              TODO: IsSpace is defined recursively!
55799              (both spotted by Larry)
55800      Branch: maint-5.6/perl
55801           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
55802           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
55803 ____________________________________________________________________________
55804 [  7296] By: gsar                                  on 2000/10/16  04:39:30
55805         Log: integrate change#6023 from mainline
55806              
55807              debugger stomps on $. (from M.J.T. Guy)
55808      Branch: maint-5.6/perl
55809           !> lib/perl5db.pl
55810 ____________________________________________________________________________
55811 [  7295] By: gsar                                  on 2000/10/16  04:38:02
55812         Log: integrate change#6022 from mainline
55813              
55814              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
55815      Branch: maint-5.6/perl
55816           !> sv.c
55817 ____________________________________________________________________________
55818 [  7294] By: gsar                                  on 2000/10/16  04:37:05
55819         Log: integrate changes#6018..6021 from mainline
55820              
55821              make lib/syslog.t portable to systems that don't have _PATH_LOG,
55822              make _PATH_LOG() return "" if unavailable
55823              
55824              windows portability tweaks
55825              
55826              test tweak
55827              
55828              remove Win2K issue in pod (fixed by change#6020)
55829      Branch: maint-5.6/perl
55830           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
55831           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
55832           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
55833 ____________________________________________________________________________
55834 [  7293] By: gsar                                  on 2000/10/16  04:20:00
55835         Log: integrate changes#6013..6015 from mainline
55836              
55837              tweak change#5945 to display correct switch name in diagnostic
55838              
55839              glob() loading File::Glob behind the scenes may cause syntax errors
55840              
55841              tweak test for portability
55842      Branch: maint-5.6/perl
55843           !> op.c perl.c pod/perldiag.pod t/lib/b.t
55844 ____________________________________________________________________________
55845 [  7292] By: gsar                                  on 2000/10/16  04:18:11
55846         Log: integrate changes#6005..6010 from mainline, cfgperl
55847              
55848              perldoc might fail via "use blib" (from Hugo van der Sanden)
55849              
55850              Regen Configure.
55851              
55852              note about compile failures and END blocks (from M.J.T. Guy)
55853              
55854              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
55855              
55856              (change#6009 integrated earlier in change#7255)
55857              
55858              clarify note about shadow password support (from
55859              gellyfish@gellyfish.com)
55860      Branch: maint-5.6/perl
55861           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
55862           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
55863           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
55864 ____________________________________________________________________________
55865 [  7291] By: gsar                                  on 2000/10/16  04:12:03
55866         Log: integrate changes#6002,6003 from mainline
55867              
55868              destructive sv_setsv() can lose UV-ness from source, causing
55869              numeric promotions/comparisons to fail to do the right thing
55870              
55871              allow REG_EXPAND_SZ keys in Windows registry (from
55872              John Clayton <John.Clayton@barclayscapital.com>)
55873      Branch: maint-5.6/perl
55874           !> sv.c win32/win32.c
55875 ____________________________________________________________________________
55876 [  7290] By: gsar                                  on 2000/10/16  04:10:19
55877         Log: integrate change#6001 from mainline
55878              
55879              support additional library locations via $Config{otherlibdirs}
55880              (from Andy Dougherty)
55881      Branch: maint-5.6/perl
55882           !> Configure INSTALL Porting/Glossary Porting/config.sh
55883           !> Porting/config_H config_h.SH epoc/config.sh perl.c
55884           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
55885           !> win32/config.bc win32/config.gc win32/config.vc
55886 ____________________________________________________________________________
55887 [  7289] By: gsar                                  on 2000/10/16  04:08:28
55888         Log: integrate change#5999 from mainline
55889              
55890              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
55891      Branch: maint-5.6/perl
55892           !> t/pragma/warn/toke toke.c
55893 ____________________________________________________________________________
55894 [  7288] By: gsar                                  on 2000/10/16  04:07:01
55895         Log: integrate changes#5997,5998 from cfgperl
55896              
55897              Preserve $!.
55898              
55899              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
55900      Branch: maint-5.6/perl
55901           !> lib/Math/Complex.pm
55902 ____________________________________________________________________________
55903 [  7287] By: gsar                                  on 2000/10/16  04:04:37
55904         Log: integrate change#5995 from mainline
55905              
55906              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
55907      Branch: maint-5.6/perl
55908           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
55909 ____________________________________________________________________________
55910 [  7286] By: gsar                                  on 2000/10/16  04:03:21
55911         Log: integrate change#5994 from mainline
55912              
55913              fix for missed accounting for null byte in pack("Z",...) (from
55914              M.J.T. Guy)
55915      Branch: maint-5.6/perl
55916           !> pp.c t/op/pack.t
55917 ____________________________________________________________________________
55918 [  7285] By: gsar                                  on 2000/10/16  04:02:11
55919         Log: integrate changes#5989..5993 from mainline
55920              
55921              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
55922              itself and no other (from Tom Hughes)
55923              
55924              use $ENV{LIB} to search for libs under Visual C compiler
55925              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
55926              
55927              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
55928              
55929              pod nit (from Simon Cozens)
55930              
55931              various minor tweaks seen on p5p
55932      Branch: maint-5.6/perl
55933           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
55934           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
55935           !> t/op/array.t toke.c
55936 ____________________________________________________________________________
55937 [  7284] By: gsar                                  on 2000/10/16  03:59:00
55938         Log: integrate changes#5978..5988 from mainline
55939              
55940              sync version numbers in File::Spec with the ones on CPAN
55941              (from Barrie Slaymaker)
55942              
55943              under useithreads, constant pad entries could inadvertantly be
55944              shared across threads (from Eric Blood <eblood@xmission.com>);
55945              added Eric's test case to testsuite
55946              
55947              allow Configure -S to run non-interactively (spotted by Greg Hudson
55948              <ghudson@mit.edu>)
55949              
55950              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
55951              prototype mismatch with CORE::glob(); update pod and tests to
55952              suit (File::Glob::glob() is still available for backward
55953              compatibility, but should be considered deprecated)
55954              
55955              avoid error in IO::Socket::INET when given an unknown service name
55956              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
55957              
55958              numeric conversion of non-number in change#3378 tramples on
55959              OOK offset, causing segfaults
55960              
55961              attributes::reftype() doesn't work on tied argument
55962              
55963              forked child may not exit correctly if it failed to open
55964              /dev/console (from Graham Barr)
55965              
55966              add regular expressions tutorial and quick-start guide (from
55967              Mark Kvale <kvale@phy.ucsf.edu>)
55968              
55969              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
55970              
55971              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
55972              <paul@miraclefish.com>)
55973      Branch: maint-5.6/perl
55974           +> pod/perlrequick.pod pod/perlretut.pod
55975           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
55976           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
55977           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
55978           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
55979           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
55980           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
55981           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
55982           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
55983 ____________________________________________________________________________
55984 [  7283] By: gsar                                  on 2000/10/16  03:52:14
55985         Log: integrate change#5977 from mainline
55986              
55987              autoquote barewords followed by newline and arrow properly
55988              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
55989      Branch: maint-5.6/perl
55990           !> t/pragma/warn/toke toke.c
55991 ____________________________________________________________________________
55992 [  7282] By: gsar                                  on 2000/10/16  03:50:48
55993         Log: integrate change#5976 from mainline
55994              
55995              DB_File v1.73 update (from Paul Marquess)
55996      Branch: maint-5.6/perl
55997           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
55998           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
55999 ____________________________________________________________________________
56000 [  7281] By: gsar                                  on 2000/10/16  03:49:14
56001         Log: integrate change#5975 from mainline
56002              
56003              allow sort() reentrancy (variant of patch suggested by
56004              Hugo van der Sanden)
56005      Branch: maint-5.6/perl
56006           !> pp_ctl.c t/op/sort.t
56007 ____________________________________________________________________________
56008 [  7280] By: gsar                                  on 2000/10/16  03:48:22
56009         Log: integrate change#5974 from mainline
56010              
56011              change#4197 somehow missed initializing PL_errors, meaning
56012              syntax error queueing wasn't working outside eval"" at all;
56013              also fixed eval"" to localize PL_error_count, so that compile-time
56014              eval's don't clobber the error state of the outer context
56015      Branch: maint-5.6/perl
56016           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
56017           !> t/pragma/warn/toke
56018 ____________________________________________________________________________
56019 [  7279] By: gsar                                  on 2000/10/16  03:46:21
56020         Log: integrate change#5973 from mainline
56021              
56022              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
56023      Branch: maint-5.6/perl
56024           !> regcomp.c regexec.c t/op/re_tests
56025 ____________________________________________________________________________
56026 [  7278] By: gsar                                  on 2000/10/16  03:44:54
56027         Log: integrate change#5971 from cfgperl
56028              
56029              Unicos tweaks from Mark P. Lutz.
56030      Branch: maint-5.6/perl
56031           !> hints/unicos.sh lib/Math/Complex.pm
56032 ____________________________________________________________________________
56033 [  7277] By: gsar                                  on 2000/10/16  03:42:59
56034         Log: integrate changes#5966..5970 from mainline
56035              
56036              add testsuite for B backends, fix bug in B::Deparse (from
56037              Simon Cozens <simon@brecon.co.uk>)
56038              
56039              improved docs on the warn_uninit diagnostic (from David Glasser
56040              and Simon Cozens)
56041              
56042              tolerate spaces in group names in test on solaris (from David Boyce
56043              <dsb@boyski.com>)
56044              
56045              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
56046              
56047              Data::Dumper fumbles negative numbers on 32-bit platforms where
56048              IV is >32bits
56049      Branch: maint-5.6/perl
56050           +> t/lib/b.t t/lib/syslog.t
56051           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
56052           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
56053           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
56054 ____________________________________________________________________________
56055 [  7276] By: gsar                                  on 2000/10/16  03:39:30
56056         Log: integrate change#5965 from mainline
56057              
56058              avoid "will not stay shared" warnings for our variables (from
56059              Robin Barker)
56060      Branch: maint-5.6/perl
56061           !> op.c t/pragma/warn/op
56062 ____________________________________________________________________________
56063 [  7275] By: gsar                                  on 2000/10/16  03:38:18
56064         Log: integrate change#5964 from mainline
56065              
56066              reformat to 72 columns (again)
56067      Branch: maint-5.6/perl
56068           !> pod/perldiag.pod
56069 ____________________________________________________________________________
56070 [  7274] By: gsar                                  on 2000/10/16  03:36:58
56071         Log: integrate change#5963 from mainline
56072              
56073              patch from Larry to make (\&) prototype work; added tests for
56074              the same
56075      Branch: maint-5.6/perl
56076           !> op.c t/comp/proto.t
56077 ____________________________________________________________________________
56078 [  7273] By: gsar                                  on 2000/10/16  03:35:51
56079         Log: integrate changes#5956..5962 from mainline
56080              
56081              better diagnostics on failed tests (from Ilya Zakharevich)
56082              
56083              pod nits (from A. C. Yardley <yardley@tanet.net>)
56084              
56085              change#3569 deleted some essential code, revert; avoid use of
56086              atexit() to make DynaLoader work properly on AIX under mod_perl
56087              (from Jens-Uwe Mager <jum@helios.de>)
56088              
56089              doubled words in pods (from Simon Cozens
56090              <simon.p.cozens@jp.pwcglobal.com>)
56091              
56092              better INSTALL notes on Solaris issues (from Dominic Dunlop)
56093              
56094              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
56095              
56096              updated README.hpux (from Jeff Okamoto)
56097      Branch: maint-5.6/perl
56098           !> INSTALL README.hpux emacs/cperl-mode.el
56099           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
56100           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
56101           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
56102           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
56103           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
56104           !> t/op/lex_assign.t
56105 ____________________________________________________________________________
56106 [  7272] By: gsar                                  on 2000/10/16  03:31:22
56107         Log: integrate change#5955 from mainline
56108              
56109              longstanding bug exposed by change#3307: sort arguments weren't
56110              compiled with the right wantarray context (ensuing runtime lookup
56111              via block_gimme() was getting the incidental context of the
56112              sort() itself)
56113      Branch: maint-5.6/perl
56114           !> op.c t/op/sort.t
56115 ____________________________________________________________________________
56116 [  7271] By: gsar                                  on 2000/10/16  03:29:11
56117         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
56118              branch
56119              
56120              Flatten the cpp jungle doing the nosuid checking.
56121              
56122              Do not assume sign propagation. (from M.J.T. Guy)
56123              
56124              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
56125              
56126              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
56127              Now pp_ncmp() returns undef is either operand is a NaN.
56128              
56129              On second thoughts frexp() does have two arguments.
56130              
56131              Document that tr() is not tr(1).
56132              
56133              Be more robust on "extreme" (large absolute value)
56134              arguments.  Originally reported by Daniel Connelly
56135              as a problem with asinh() on large negative arguments,
56136              asinh() used to bail out because an argument to log()
56137              ended up being zero.  Ilya Zakharevich proposed using
56138              Taylor's series in such cases, which for such large
56139              arguments is a very good approximation.
56140              
56141              Undo "use integer" addition from 64bitint as it seems
56142              to break most of the subtests in Digital UNIX;
56143              Unicos needs to find another way.
56144      Branch: maint-5.6/perl
56145           !> (integrate 29 files)
56146 ____________________________________________________________________________
56147 [  7270] By: gsar                                  on 2000/10/16  03:09:44
56148         Log: integrate changes#5948,5949,5950 from mainline
56149              
56150              typo in vars.pm that leads to cryptic message (from Piotr
56151              Piatkowski <kompas@kompas.usr.onet.pl>)
56152              
56153              make perldoc use the pod2man from the same version (from
56154              M.J.T. Guy)
56155              
56156              reformat perldiag to avoid long lines
56157      Branch: maint-5.6/perl
56158           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
56159 ____________________________________________________________________________
56160 [  7269] By: gsar                                  on 2000/10/16  03:05:54
56161         Log: integrate change#5947 from mainline
56162              
56163              use &dl_error rather than &dl_load_file as the guard for calling
56164              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
56165              statically built perl)
56166      Branch: maint-5.6/perl
56167           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
56168 ____________________________________________________________________________
56169 [  7268] By: gsar                                  on 2000/10/16  03:04:48
56170         Log: integrate change#5945 from mainline
56171              
56172              make module name mandatory after -M switch; reorder perldiag
56173              alphabetically (from Mark-Jason Dominus)
56174      Branch: maint-5.6/perl
56175           !> perl.c pod/perldiag.pod
56176 ____________________________________________________________________________
56177 [  7267] By: gsar                                  on 2000/10/16  03:03:01
56178         Log: integrate change#5939 from mainline
56179              
56180              more pod nits (from Larry Virden)
56181      Branch: maint-5.6/perl
56182           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
56183           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
56184           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
56185 ____________________________________________________________________________
56186 [  7266] By: gsar                                  on 2000/10/16  03:01:39
56187         Log: integrate change#5938 from mainline
56188              
56189              Consolidated B::Deparse fixes (from Stephen McCamant)
56190      Branch: maint-5.6/perl
56191           !> ext/B/B/Deparse.pm
56192 ____________________________________________________________________________
56193 [  7265] By: gsar                                  on 2000/10/16  03:00:43
56194         Log: integrate change#5936 from mainline
56195              
56196              additional tests for change#7263 (from Paul Marquess)
56197      Branch: maint-5.6/perl
56198           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
56199           !> t/pragma/warn/5nolint t/pragma/warn/6default
56200 ____________________________________________________________________________
56201 [  7264] By: gsar                                  on 2000/10/16  02:58:34
56202         Log: integrate change#5934 from mainline
56203              
56204              propagate lexical warnings from surrounding scope correctly
56205              within string eval() (from Paul Marquess)
56206      Branch: maint-5.6/perl
56207           !> pp_ctl.c t/pragma/warn/pp_ctl
56208 ____________________________________________________________________________
56209 [  7263] By: gsar                                  on 2000/10/16  02:56:53
56210         Log: integrate change#5932 from mainline
56211              
56212              add rsignal(), whichsig() and do_join() to public API list
56213              (mod_perl uses them to good advantage)
56214      Branch: maint-5.6/perl
56215           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
56216 ____________________________________________________________________________
56217 [  7262] By: gsar                                  on 2000/10/16  02:55:53
56218         Log: integrate change#5931 from mainline
56219              
56220              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
56221      Branch: maint-5.6/perl
56222           !> pp_hot.c regexec.c t/op/pat.t
56223 ____________________________________________________________________________
56224 [  7261] By: gsar                                  on 2000/10/16  02:55:01
56225         Log: integrate change#5930 from mainline
56226              
56227              small os390 tweaks (from Peter Prymmer)
56228      Branch: maint-5.6/perl
56229           !> config_h.SH makedepend.SH
56230 ____________________________________________________________________________
56231 [  7260] By: gsar                                  on 2000/10/16  02:54:10
56232         Log: integrate change#5929 from mainline
56233              
56234              pod nits
56235      Branch: maint-5.6/perl
56236           !> pod/perlguts.pod
56237 ____________________________________________________________________________
56238 [  7259] By: gsar                                  on 2000/10/16  02:52:55
56239         Log: integrate change#5927 from mainline
56240              
56241              arrange for next() to resume at the unstack op rather than the
56242              loop conditional, so that scope cleanup happens correctly
56243              (from Stephen McCamant)
56244      Branch: maint-5.6/perl
56245           !> op.c pp_ctl.c t/op/misc.t
56246 ____________________________________________________________________________
56247 [  7258] By: gsar                                  on 2000/10/16  02:51:38
56248         Log: integrate change#5926 from mainline
56249              
56250              on windows, reserve 16M of stack rather than 128M (allows more
56251              threads to run concurrently)
56252      Branch: maint-5.6/perl
56253           !> win32/Makefile win32/makefile.mk
56254 ____________________________________________________________________________
56255 [  7257] By: gsar                                  on 2000/10/16  02:50:37
56256         Log: integrate change#5925 from mainline
56257              
56258              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
56259      Branch: maint-5.6/perl
56260           !> toke.c
56261 ____________________________________________________________________________
56262 [  7256] By: gsar                                  on 2000/10/16  02:49:36
56263         Log: integrate change#5924 from mainline
56264              
56265              avoid using uninitialized memory in require version check
56266      Branch: maint-5.6/perl
56267           !> pp_ctl.c universal.c
56268 ____________________________________________________________________________
56269 [  7255] By: gsar                                  on 2000/10/16  02:48:03
56270         Log: integrate changes#5923,5928,6009 from mainline
56271              
56272              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
56273      Branch: maint-5.6/perl
56274           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
56275 ____________________________________________________________________________
56276 [  7254] By: gsar                                  on 2000/10/16  02:44:46
56277         Log: integrate change#5922 from mainline
56278              
56279              commentary about IoTYPE() (from Nathan Torkington)
56280      Branch: maint-5.6/perl
56281           !> sv.h
56282 ____________________________________________________________________________
56283 [  7253] By: gsar                                  on 2000/10/16  02:43:49
56284         Log: integrate change#5921 from mainline
56285              
56286              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
56287      Branch: maint-5.6/perl
56288           !> sv.c t/lib/charnames.t t/pragma/utf8.t
56289 ____________________________________________________________________________
56290 [  7252] By: gsar                                  on 2000/10/16  02:42:31
56291         Log: integrate change#5920 from mainline
56292              
56293              Larry's fix for buggy propagation of utf8-ness in join(); add test
56294      Branch: maint-5.6/perl
56295           !> doop.c t/op/ver.t
56296 ____________________________________________________________________________
56297 [  7251] By: gsar                                  on 2000/10/16  02:41:14
56298         Log: integrate changes#5915..5919 from mainline
56299              
56300              various (pod tweaks &c)
56301      Branch: maint-5.6/perl
56302           !> (integrate 33 files)
56303 ____________________________________________________________________________
56304 [  7250] By: gsar                                  on 2000/10/16  02:38:16
56305         Log: integrate change#5914 from mainline
56306              
56307              caller() wasn't returning the right number of elements for
56308              eval {...}
56309      Branch: maint-5.6/perl
56310           !> pp_ctl.c t/pragma/warn/9enabled
56311 ____________________________________________________________________________
56312 [  7249] By: gsar                                  on 2000/10/16  02:37:02
56313         Log: integrate change#5913 from mainline
56314              
56315              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
56316              (from Mark-Jason Dominus)
56317      Branch: maint-5.6/perl
56318           !> pod/perlfunc.pod
56319 ____________________________________________________________________________
56320 [  7248] By: gsar                                  on 2000/10/16  02:35:58
56321         Log: integrate change#5912 from mainline
56322              
56323              fix totally broken caching in UNIVERSAL::isa() (from
56324              Nick Ing-Simmons)
56325      Branch: maint-5.6/perl
56326           !> t/op/universal.t universal.c
56327 ____________________________________________________________________________
56328 [  7247] By: gsar                                  on 2000/10/16  02:34:27
56329         Log: integrate changes#5910,5911 from mainline
56330              
56331              typo in pod
56332              
56333              add linebreak properties from unicode/LineBrk.txt (from
56334              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
56335      Branch: maint-5.6/perl
56336           +> (branch 29 files)
56337           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
56338 ____________________________________________________________________________
56339 [  7246] By: gsar                                  on 2000/10/16  02:33:29
56340         Log: integrate change#5909 from mainline
56341              
56342              mode argument to do_binmode() should be file mode, not boolean
56343      Branch: maint-5.6/perl
56344           !> pp_sys.c
56345 ____________________________________________________________________________
56346 [  7245] By: gsar                                  on 2000/10/16  02:31:04
56347         Log: integrate change#5908 from mainline
56348              
56349              introduce illegal symbols into null package so that
56350              gv_fetchpv(...,TRUE) always returns a valid GV even when the
56351              symbol is trapped by strictures (avoids coredumps)
56352      Branch: maint-5.6/perl
56353           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
56354           !> t/pragma/strict-vars
56355 ____________________________________________________________________________
56356 [  7244] By: jhi                                   on 2000/10/16  02:29:54
56357         Log: Subject: $Carp::ExportLevel confusion in Exporter
56358              From: "Ben Tilly" <ben_tilly@hotmail.com>
56359              Date: Sat, 14 Oct 2000 16:44:34 EDT
56360              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
56361      Branch: perl
56362            ! lib/Exporter/Heavy.pm
56363 ____________________________________________________________________________
56364 [  7243] By: jhi                                   on 2000/10/16  02:28:33
56365         Log: Subject: [PATCH perlguts.pod] Document offset hack
56366              From: Simon Cozens <simon@cozens.net>
56367              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
56368              Date: Sat, 14 Oct 2000 19:32:25 +0100
56369      Branch: perl
56370            ! pod/perlguts.pod
56371 ____________________________________________________________________________
56372 [  7242] By: gsar                                  on 2000/10/16  02:26:51
56373         Log: integrate changes#5905,5906,5907,6064 from mainline
56374              
56375              printf/sprintf didn't get quad types right under use64bitint
56376      Branch: maint-5.6/perl
56377           !> pp_sys.c sv.c t/op/64bitint.t
56378 ____________________________________________________________________________
56379 [  7241] By: jhi                                   on 2000/10/16  02:22:44
56380         Log: Subject: small pod patch
56381              From: Dan Boorstein <dan_boo@bellsouth.net>
56382              Date: Sat, 14 Oct 2000 14:29:24 -0400
56383              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
56384      Branch: perl
56385            ! pod/perlfaq7.pod pod/perlmod.pod
56386 ____________________________________________________________________________
56387 [  7240] By: jhi                                   on 2000/10/16  02:13:46
56388         Log: -w cleanup.
56389              
56390              Subject: Re: Problems with bleadperl 
56391              From: "Stephen P. Potter" <spp@ds.net>
56392              Date: Fri, 13 Oct 2000 13:32:49 -0400
56393              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
56394      Branch: perl
56395            ! t/pragma/overload.t
56396 ____________________________________________________________________________
56397 [  7239] By: jhi                                   on 2000/10/16  01:41:18
56398         Log: One more ~utf8 tweak.
56399      Branch: perl
56400            ! t/op/bop.t
56401 ____________________________________________________________________________
56402 [  7238] By: jhi                                   on 2000/10/16  01:34:14
56403         Log: Tweak the test of #7235.
56404      Branch: perl
56405            ! t/op/bop.t
56406 ____________________________________________________________________________
56407 [  7237] By: jhi                                   on 2000/10/16  01:25:04
56408         Log: Fix a couple of compiler-noted nits in #7235.
56409      Branch: perl
56410            ! pp.c
56411 ____________________________________________________________________________
56412 [  7236] By: jhi                                   on 2000/10/16  01:22:46
56413         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
56414      Branch: perl
56415            ! pp.c pp_hot.c
56416 ____________________________________________________________________________
56417 [  7235] By: jhi                                   on 2000/10/15  16:24:44
56418         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
56419              
56420              From: Simon Cozens <simon@cozens.net>
56421              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
56422              Date: Sat, 14 Oct 2000 20:52:13 +0100
56423              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
56424      Branch: perl
56425            ! pp.c t/op/bop.t utf8.h
56426 ____________________________________________________________________________
56427 [  7234] By: jhi                                   on 2000/10/15  15:19:29
56428         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
56429              The problem was that rx->minlen was in chars while pp_split()
56430              thought it would be in bytes. 
56431      Branch: perl
56432            ! pp.c t/pragma/utf8.t
56433 ____________________________________________________________________________
56434 [  7233] By: jhi                                   on 2000/10/14  20:24:24
56435         Log: Document FNCASE=y as discussed in the bug 20000902.009.
56436      Branch: perl
56437            ! README.dos
56438 ____________________________________________________________________________
56439 [  7232] By: jhi                                   on 2000/10/14  18:52:21
56440         Log: Add test for bug id 20000427.003 (which seems to have
56441              been fixed) (also duplicate as 20000427.004, though
56442              with a higher severity).  Move one utf8 from op/append
56443              to pragma/utf8, tag the tests with bug ids.
56444      Branch: perl
56445            ! t/op/append.t t/pragma/utf8.t
56446 ____________________________________________________________________________
56447 [  7231] By: jhi                                   on 2000/10/14  17:28:37
56448         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
56449      Branch: perl
56450            ! t/pragma/utf8.t
56451 ____________________________________________________________________________
56452 [  7230] By: jhi                                   on 2000/10/14  14:24:50
56453         Log: Needs to be conditional on SunOS 4.
56454              
56455              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
56456              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
56457              Date: Sat, 14 Oct 2000 13:37:49 +0100
56458              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
56459      Branch: metaconfig/U/perl
56460            ! End.U
56461      Branch: perl
56462            ! Configure myconfig.SH pod/perldelta.pod
56463 ____________________________________________________________________________
56464 [  7229] By: jhi                                   on 2000/10/14  00:49:22
56465         Log: Update Changes.
56466      Branch: perl
56467            ! Changes patchlevel.h
56468 ____________________________________________________________________________
56469 [  7228] By: jhi                                   on 2000/10/14  00:46:10
56470         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
56471              From: Peter Prymmer <pvhp@forte.com>
56472              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
56473              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
56474      Branch: perl
56475            ! lib/utf8.pm
56476 ____________________________________________________________________________
56477 [  7227] By: jhi                                   on 2000/10/13  23:20:30
56478         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
56479      Branch: perl
56480            ! t/op/tie.t
56481 ____________________________________________________________________________
56482 [  7226] By: jhi                                   on 2000/10/13  22:14:32
56483         Log: Tweak #7225.
56484              
56485              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
56486              From: Peter Prymmer <pvhp@forte.com>
56487              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
56488              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
56489      Branch: perl
56490            ! t/op/sprintf.t
56491 ____________________________________________________________________________
56492 [  7225] By: jhi                                   on 2000/10/13  22:11:31
56493         Log: op/sprintf.t patch for OS/390 (and any other host with limited
56494              floating-point exponent length)
56495              
56496              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
56497              From: Dominic Dunlop <domo@computer.org>
56498              Date: Fri, 13 Oct 2000 19:17:57 +0200
56499              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
56500      Branch: perl
56501            ! t/op/sprintf.t
56502 ____________________________________________________________________________
56503 [  7224] By: jhi                                   on 2000/10/13  18:40:48
56504         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
56505      Branch: perl
56506            ! toke.c
56507 ____________________________________________________________________________
56508 [  7223] By: jhi                                   on 2000/10/13  18:37:13
56509         Log: Thinko in #7222.
56510      Branch: perl
56511            ! utf8.c
56512 ____________________________________________________________________________
56513 [  7222] By: jhi                                   on 2000/10/13  18:05:23
56514         Log: Use UTF8SKIP(), from Simon Cozens.
56515      Branch: perl
56516            ! utf8.c
56517 ____________________________________________________________________________
56518 [  7221] By: jhi                                   on 2000/10/13  15:43:19
56519         Log: (accidentally empty check-in)
56520      Branch: perl
56521            ! utf8.c
56522 ____________________________________________________________________________
56523 [  7220] By: jhi                                   on 2000/10/13  15:23:51
56524         Log: Add (optimistically) Storable to static extensions.
56525      Branch: perl
56526            ! hints/uwin.sh hints/vmesa.sh
56527 ____________________________________________________________________________
56528 [  7219] By: jhi                                   on 2000/10/13  15:20:05
56529         Log: Amdahl UTS doesn't seem to do dynaloading.
56530      Branch: perl
56531            ! hints/uts.sh
56532 ____________________________________________________________________________
56533 [  7218] By: jhi                                   on 2000/10/13  15:15:20
56534         Log: Slight tweak of the code to appease Amdahl UTS cc.
56535      Branch: perl
56536            ! pp.c
56537 ____________________________________________________________________________
56538 [  7217] By: jhi                                   on 2000/10/13  14:50:42
56539         Log: In Amdahl UTS "struct sv" is defined by a system header,
56540              <ksync.h>.
56541      Branch: perl
56542            ! perl.h sv.h
56543 ____________________________________________________________________________
56544 [  7216] By: jhi                                   on 2000/10/13  11:58:25
56545         Log: Ilya implemented the memory profiling API.
56546      Branch: perl
56547            ! Todo
56548 ____________________________________________________________________________
56549 [  7215] By: jhi                                   on 2000/10/13  02:56:38
56550         Log: Subject: [PATCH 5.7.0] Perl API for mstats
56551              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56552              Date: Thu, 12 Oct 2000 22:52:40 -0400
56553              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
56554      Branch: perl
56555            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
56556 ____________________________________________________________________________
56557 [  7214] By: jhi                                   on 2000/10/13  02:55:38
56558         Log: Subject: [PATCH 5.7.0] IVs in mtats
56559              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56560              Date: Thu, 12 Oct 2000 22:51:04 -0400
56561              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
56562      Branch: perl
56563            ! malloc.c perl.h
56564 ____________________________________________________________________________
56565 [  7213] By: jhi                                   on 2000/10/13  02:31:47
56566         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
56567      Branch: perl
56568            ! pod/perldiag.pod pp_sys.c
56569 ____________________________________________________________________________
56570 [  7212] By: jhi                                   on 2000/10/13  01:27:38
56571         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
56572              From: Peter Prymmer <pvhp@forte.com>
56573              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
56574              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
56575      Branch: perl
56576            ! t/op/oct.t
56577 ____________________________________________________________________________
56578 [  7211] By: jhi                                   on 2000/10/13  00:35:09
56579         Log: Update Changes.
56580      Branch: perl
56581            ! Changes patchlevel.h
56582 ____________________________________________________________________________
56583 [  7210] By: jhi                                   on 2000/10/12  23:59:40
56584         Log: The Install.pm third of
56585              
56586              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
56587              From: Bill Campbell <bill@celestial.com>
56588              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
56589              Date: Thu, 5 Oct 2000 18:04:51 -0700
56590      Branch: perl
56591            ! lib/ExtUtils/Install.pm
56592 ____________________________________________________________________________
56593 [  7209] By: jhi                                   on 2000/10/12  23:58:43
56594         Log: Two thirds of
56595              
56596              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
56597              Date: Thu, 5 Oct 2000 18:04:51 -0700
56598              From: Bill Campbell <bill@celestial.com>
56599              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
56600              
56601              The Install.pm changes will be submitted separately because
56602              they need some work and discussion still.
56603      Branch: perl
56604            ! lib/getopts.pl lib/termcap.pl
56605 ____________________________________________________________________________
56606 [  7208] By: jhi                                   on 2000/10/12  23:41:19
56607         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
56608              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
56609              Date:     Thu, 12 Oct 2000 07:30:02 EDT
56610              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
56611      Branch: perl
56612            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
56613            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
56614 ____________________________________________________________________________
56615 [  7207] By: jhi                                   on 2000/10/12  23:39:01
56616         Log: An updated EBCDIC tr patch.
56617              
56618              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
56619              From: Peter Prymmer <pvhp@forte.com>
56620              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
56621              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
56622      Branch: perl
56623            ! t/op/tr.t
56624 ____________________________________________________________________________
56625 [  7206] By: jhi                                   on 2000/10/12  23:34:55
56626         Log: Upgrade to CPAN 1.58, from Andreas König.
56627      Branch: perl
56628            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
56629 ____________________________________________________________________________
56630 [  7205] By: jhi                                   on 2000/10/12  23:29:08
56631         Log: Introduce the man[24-8] variables, from Andy Dougherty.
56632      Branch: metaconfig/U/perl
56633            + mandirs.U mandirstyle.U
56634      Branch: perl
56635            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56636            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
56637            ! vos/config.h vos/config.pl vos/config_h.SH_orig
56638            ! win32/config.bc win32/config.gc win32/config.vc
56639 ____________________________________________________________________________
56640 [  7204] By: gsar                                  on 2000/10/12  18:11:24
56641         Log: restore change#7202
56642      Branch: perl
56643            ! mg.c
56644 ____________________________________________________________________________
56645 [  7203] By: gsar                                  on 2000/10/12  18:09:40
56646         Log: another test of the Emergency Broadcast System--back out 
56647              change#7202
56648      Branch: perl
56649            ! mg.c
56650 ____________________________________________________________________________
56651 [  7202] By: gsar                                  on 2000/10/12  16:40:47
56652         Log: (submitted on behalf of Jarkko)
56653              Fix the lib/encode.t subtest 6 failure as reported by Andreas
56654              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
56655              was unearthed by change 7182, as was a bug in HTML::Entities.
56656      Branch: perl
56657            ! mg.c
56658 ____________________________________________________________________________
56659 [  7201] By: jhi                                   on 2000/10/11  03:16:05
56660         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
56661      Branch: perl
56662            ! pp_hot.c t/pragma/utf8.t
56663 ____________________________________________________________________________
56664 [  7200] By: jhi                                   on 2000/10/11  00:40:30
56665         Log: The #7198 was a false alarm.
56666      Branch: perl
56667            ! pp_hot.c
56668 ____________________________________________________________________________
56669 [  7199] By: jhi                                   on 2000/10/11  00:26:04
56670         Log: Remove duplicated code.
56671      Branch: perl
56672            ! t/lib/cgi-html.t
56673 ____________________________________________________________________________
56674 [  7198] By: jhi                                   on 2000/10/10  23:30:46
56675         Log: (Retracted by #7200.)
56676      Branch: perl
56677            ! pp_hot.c
56678 ____________________________________________________________________________
56679 [  7197] By: jhi                                   on 2000/10/10  21:49:30
56680         Log: Add the test case for #7190, from the original bug report
56681              by Andreas König.
56682      Branch: perl
56683            ! t/pragma/utf8.t
56684 ____________________________________________________________________________
56685 [  7196] By: jhi                                   on 2000/10/10  21:40:49
56686         Log: Reapply Andy's patch and regen Configure.
56687      Branch: perl
56688            ! Configure INSTALL Makefile.SH Porting/Glossary
56689            ! Porting/config.sh config_h.SH epoc/config.sh installperl
56690            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
56691            ! win32/config.vc
56692 ____________________________________________________________________________
56693 [  7195] By: jhi                                   on 2000/10/10  21:09:30
56694         Log: Use the versiononly instead of the installscripts,
56695              retract the changes 7146 and 7147.
56696      Branch: perl
56697            ! Configure INSTALL Makefile.SH Porting/Glossary
56698            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
56699            ! installperl uconfig.sh vos/config.def win32/config.bc
56700            ! win32/config.gc win32/config.vc
56701 ____________________________________________________________________________
56702 [  7194] By: jhi                                   on 2000/10/10  21:06:15
56703         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
56704              From: Peter Prymmer <pvhp@forte.com>
56705              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
56706              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
56707      Branch: perl
56708            ! t/op/ver.t
56709 ____________________________________________________________________________
56710 [  7193] By: jhi                                   on 2000/10/10  21:05:12
56711         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
56712              From: Peter Prymmer <pvhp@forte.com>
56713              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
56714              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
56715      Branch: perl
56716            ! t/op/tr.t
56717 ____________________________________________________________________________
56718 [  7192] By: jhi                                   on 2000/10/10  20:57:30
56719         Log: Add versiononly, delete installscripts, from Andy Dougherty.
56720      Branch: metaconfig
56721            - U/installdirs/installscripts.U
56722      Branch: metaconfig/U/perl
56723            + versiononly.U
56724 ____________________________________________________________________________
56725 [  7191] By: jhi                                   on 2000/10/10  19:41:21
56726         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
56727              From: Peter Prymmer <pvhp@forte.com>
56728              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
56729              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
56730      Branch: perl
56731            ! pod/perlebcdic.pod
56732 ____________________________________________________________________________
56733 [  7190] By: jhi                                   on 2000/10/10  19:26:14
56734         Log: Subject: Re: utf8 concat, mg_get
56735              From: Simon Cozens <simon@cozens.net>
56736              Date: Tue, 10 Oct 2000 17:40:17 +0100
56737              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
56738      Branch: perl
56739            ! pp_hot.c
56740 ____________________________________________________________________________
56741 [  7189] By: jhi                                   on 2000/10/10  19:23:03
56742         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
56743              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
56744              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
56745              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
56746      Branch: perl
56747            ! lib/ExtUtils/MM_Unix.pm
56748 ____________________________________________________________________________
56749 [  7188] By: jhi                                   on 2000/10/10  15:31:24
56750         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
56751              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
56752              Date: Fri, 14 Jul 2000 10:47:36 +0100
56753              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
56754      Branch: perl
56755            ! README.win32
56756 ____________________________________________________________________________
56757 [  7187] By: jhi                                   on 2000/10/10  13:30:10
56758         Log: Quote the temp file name, needed in Win32 because the
56759              default name unfortunately contains spaces, shouldn't
56760              hurt elsewhere.
56761              
56762              Subject: FW: perldoc fails if $TEMP contains spaces
56763              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
56764              Date: Thu, 14 Sep 2000 08:58:45 +0100
56765              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
56766      Branch: perl
56767            ! utils/perldoc.PL
56768 ____________________________________________________________________________
56769 [  7186] By: jhi                                   on 2000/10/10  13:16:27
56770         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
56771              From: hv@hugo.hybyte.com
56772              Date: Tue, 10 Oct 2000 14:10:20 +0100
56773              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
56774      Branch: perl
56775            ! t/lib/thr5005.t util.c
56776 ____________________________________________________________________________
56777 [  7185] By: jhi                                   on 2000/10/10  12:06:22
56778         Log: Upgrade to podlators 1.04, from Russ Allbery.
56779      Branch: perl
56780            ! lib/Pod/Man.pm lib/Pod/Text.pm
56781 ____________________________________________________________________________
56782 [  7184] By: jhi                                   on 2000/10/10  12:01:32
56783         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
56784      Branch: perl
56785            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
56786 ____________________________________________________________________________
56787 [  7183] By: jhi                                   on 2000/10/09  23:47:15
56788         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
56789              From: Peter Prymmer <pvhp@forte.com>
56790              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
56791              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
56792      Branch: perl
56793            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
56794 ____________________________________________________________________________
56795 [  7182] By: jhi                                   on 2000/10/09  23:43:16
56796         Log: Make eq work again with utf8 (disabling the upgrading
56797              should no more be necessary since the copies of the
56798              scalars are upgraded, not the scalars themselves).
56799              Takes care of ID 20001009.001.  (The claimed length()
56800              bug in 20001009.001 seems bogus to me.)
56801      Branch: perl
56802            ! sv.c t/pragma/utf8.t
56803 ____________________________________________________________________________
56804 [  7181] By: gsar                                  on 2000/10/09  19:41:54
56805         Log: tweak for change#7173
56806      Branch: perl
56807            ! win32/win32sck.c
56808 ____________________________________________________________________________
56809 [  7180] By: gsar                                  on 2000/10/09  19:26:56
56810         Log: on Windows, clean targets might not work under some flavors of the shell
56811      Branch: perl
56812            ! win32/Makefile win32/makefile.mk
56813 ____________________________________________________________________________
56814 [  7179] By: jhi                                   on 2000/10/09  19:21:02
56815         Log: Update Changes.
56816      Branch: perl
56817            ! Changes patchlevel.h
56818 ____________________________________________________________________________
56819 [  7178] By: jhi                                   on 2000/10/09  19:18:23
56820         Log: Warn about unknown scripts.
56821              
56822              Subject: Re: ideas? patches? [PATCH bleadperl]
56823              From: Dominic Dunlop <domo@computer.org>
56824              Date: Mon, 9 Oct 2000 14:57:17 +0200
56825              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
56826      Branch: perl
56827            ! lib/charnames.pm
56828 ____________________________________________________________________________
56829 [  7177] By: jhi                                   on 2000/10/09  19:13:27
56830         Log: Change #7160 had a nasty typo.
56831      Branch: metaconfig
56832            ! U/compline/Compile.U
56833      Branch: perl
56834            ! Configure config_h.SH
56835 ____________________________________________________________________________
56836 [  7176] By: gsar                                  on 2000/10/09  18:59:33
56837         Log: pod nit
56838      Branch: perl
56839            ! pod/perlport.pod
56840 ____________________________________________________________________________
56841 [  7175] By: gsar                                  on 2000/10/09  18:54:28
56842         Log: Windows9x doesn't support link(), despite what Config.pm
56843              might think
56844      Branch: perl
56845            ! lib/ExtUtils/Manifest.pm
56846 ____________________________________________________________________________
56847 [  7174] By: gsar                                  on 2000/10/09  18:50:03
56848         Log: avoid nonportable example code
56849      Branch: perl
56850            ! lib/File/Copy.pm
56851 ____________________________________________________________________________
56852 [  7173] By: gsar                                  on 2000/10/09  18:46:54
56853         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
56854              being used) when closing a socket handle
56855      Branch: perl
56856            ! win32/win32.c win32/win32.h win32/win32sck.c
56857 ____________________________________________________________________________
56858 [  7172] By: gsar                                  on 2000/10/09  18:41:40
56859         Log: on Windows, cwd strings in the environment should be of the
56860              form =X:=X:\foo instead of =X=X:\foo\
56861      Branch: perl
56862            ! win32/vdir.h
56863 ____________________________________________________________________________
56864 [  7171] By: gsar                                  on 2000/10/09  18:30:09
56865         Log: on Windows, LoadLibrary() could load an extension DLL multiple
56866              times if forward slashes are used in the path
56867      Branch: perl
56868            ! win32/win32.c
56869 ____________________________________________________________________________
56870 [  7170] By: jhi                                   on 2000/10/09  17:53:59
56871         Log: Add a todo note about overloadable assertions.
56872      Branch: perl
56873            ! Todo-5.6
56874 ____________________________________________________________________________
56875 [  7169] By: jhi                                   on 2000/10/09  13:43:45
56876         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
56877              From: mjd@plover.com
56878              Date: 9 Oct 2000 00:24:44 -0000
56879              Message-ID: <20001009002444.10616.qmail@plover.com>
56880      Branch: perl
56881            ! pod/perldebguts.pod
56882 ____________________________________________________________________________
56883 [  7168] By: nick                                  on 2000/10/08  13:16:33
56884         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
56885              is not right thing to do on (e.g. x86). Network order is also "right" for
56886              X fonts.
56887      Branch: perl
56888            ! ext/Encode/Encode.pm
56889 ____________________________________________________________________________
56890 [  7167] By: nick                                  on 2000/10/08  12:54:42
56891         Log: Make "encodings" work post-install when Encode/*.enc files may not
56892              be in same directory as Encode.pm
56893      Branch: perl
56894            ! ext/Encode/Encode.pm
56895 ____________________________________________________________________________
56896 [  7166] By: nick                                  on 2000/10/08  11:51:26
56897         Log: Work round the fact that $hash->{$key} does not take into account
56898              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
56899              so that key is always in the "expected" encoding - i.e. same way we put
56900              it in the hash.
56901      Branch: perl
56902            ! ext/Encode/Encode.pm
56903 ____________________________________________________________________________
56904 [  7165] By: gsar                                  on 2000/10/08  04:15:29
56905         Log: save_re_context() could reset PL_curcop to freed memory, causing core
56906              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
56907      Branch: perl
56908            ! pp_ctl.c
56909 ____________________________________________________________________________
56910 [  7164] By: jhi                                   on 2000/10/06  20:51:48
56911         Log: UTF8ize split() so that the cloned substrings get the UTF8
56912              flag of the original scalar.  Problem reported by Simon Cozens.
56913      Branch: perl
56914            ! pp.c t/pragma/utf8.t
56915 ____________________________________________________________________________
56916 [  7163] By: nick                                  on 2000/10/06  20:48:34
56917         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
56918              got a false +ve and so did not reach code which would have un-FAKEd the SV.
56919      Branch: perl
56920            ! sv.c
56921 ____________________________________________________________________________
56922 [  7162] By: nick                                  on 2000/10/06  20:25:37
56923         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
56924              To fix  (sort {$a <=> $b} keys %hash) in particular but
56925              should cover a number of other as-yet-unknown cases as well.
56926      Branch: perl
56927            ! sv.c
56928 ____________________________________________________________________________
56929 [  7161] By: jhi                                   on 2000/10/06  19:56:18
56930         Log: Change the version number of Tie::Handle in the core to 4.0,
56931              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
56932              
56933              Subject: Note on Tie::Handle
56934              From: andreas.koenig@anima.de (Andreas J. Koenig)
56935              Date:      06 Oct 2000 21:48:58 +0200
56936              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
56937      Branch: perl
56938            ! lib/Tie/Handle.pm
56939 ____________________________________________________________________________
56940 [  7160] By: jhi                                   on 2000/10/06  18:20:35
56941         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
56942              as the first option of cc/ld because of ultrapicky compilers
56943              (e.g. OS/390 R2.5)
56944      Branch: metaconfig
56945            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
56946            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
56947            ! U/compline/orderlib.U U/modified/Cppsym.U
56948            ! U/modified/d_access.U
56949      Branch: metaconfig/U/perl
56950            ! Checkcc.U d_dlsymun.U gccvers.U
56951      Branch: perl
56952            ! Configure config_h.SH
56953 ____________________________________________________________________________
56954 [  7159] By: jhi                                   on 2000/10/06  13:56:39
56955         Log: Update Changes.
56956      Branch: perl
56957            ! Changes patchlevel.h
56958 ____________________________________________________________________________
56959 [  7158] By: jhi                                   on 2000/10/06  12:48:40
56960         Log: Eliminate $Is_VMS code from the test.
56961              
56962              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
56963              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
56964              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
56965              Date:     Thu, 5 Oct 2000 07:46:33 EDT
56966      Branch: perl
56967            ! t/lib/b.t
56968 ____________________________________________________________________________
56969 [  7157] By: jhi                                   on 2000/10/06  12:47:13
56970         Log: Also the $ccflags is needed for the C compiler check.
56971              
56972              Subject: Configure (check for C-compiler)
56973              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56974              Date: Fri, 06 Oct 2000 08:47:15 +0200
56975              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
56976      Branch: metaconfig/U/perl
56977            ! Checkcc.U
56978      Branch: perl
56979            ! Configure config_h.SH
56980 ____________________________________________________________________________
56981 [  7156] By: jhi                                   on 2000/10/06  11:45:15
56982         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
56983      Branch: perl
56984            ! perl.c pp_ctl.c sv.h utf8.c
56985 ____________________________________________________________________________
56986 [  7155] By: jhi                                   on 2000/10/06  11:40:41
56987         Log: IO::Handle->syswrite() did not handle length omission
56988              like CORE::syswrite() does.
56989              
56990              Subject: [Fwd] IO::Handle, syswrite and arguments
56991              From: Graham Barr <gbarr@pobox.com>
56992              Date: Fri, 6 Oct 2000 10:22:05 +0100
56993              Message-ID: <20001006102205.U6312@pobox.com>
56994              
56995              The original patch from andrew@ugh.net.au.
56996      Branch: perl
56997            ! ext/IO/lib/IO/Handle.pm
56998 ____________________________________________________________________________
56999 [  7154] By: jhi                                   on 2000/10/06  01:42:15
57000         Log: Tweak #7153.
57001      Branch: perl
57002            ! utf8.h
57003 ____________________________________________________________________________
57004 [  7153] By: jhi                                   on 2000/10/06  00:39:55
57005         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
57006      Branch: perl
57007            ! utf8.h
57008 ____________________________________________________________________________
57009 [  7152] By: jhi                                   on 2000/10/06  00:38:11
57010         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
57011      Branch: perl
57012            ! perl.c pp_ctl.c sv.h utf8.c
57013 ____________________________________________________________________________
57014 [  7151] By: jhi                                   on 2000/10/06  00:36:38
57015         Log: Subject: Re: Questions about Tie::Array and perl modules
57016              From: Nick Ing-Simmons <nik@tiuk.ti.com>
57017              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
57018              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
57019              
57020              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
57021      Branch: perl
57022            ! lib/Tie/Array.pm t/op/array.t
57023 ____________________________________________________________________________
57024 [  7150] By: jhi                                   on 2000/10/05  00:20:45
57025         Log: Regen Changes.
57026      Branch: perl
57027            ! Changes patchlevel.h
57028 ____________________________________________________________________________
57029 [  7149] By: jhi                                   on 2000/10/05  00:20:01
57030         Log: Regen toc.
57031      Branch: perl
57032            ! pod/perltoc.pod
57033 ____________________________________________________________________________
57034 [  7148] By: jhi                                   on 2000/10/04  23:35:08
57035         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
57036              reported several times by Dominic Dunlop, for example in
57037              ID 20000315.008.  Patch from Dominic.  Patch affects at
57038              least MachTen, and possibly other oldish BSDs. Should not
57039              break non-broken platforms (tested on LinuxPPC). 
57040      Branch: perl
57041            ! doio.c
57042 ____________________________________________________________________________
57043 [  7147] By: jhi                                   on 2000/10/04  23:26:34
57044         Log: The one that got away from 7146.
57045      Branch: metaconfig
57046            + U/installdirs/installscripts.U
57047 ____________________________________________________________________________
57048 [  7146] By: jhi                                   on 2000/10/04  23:25:04
57049         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
57050              suggested by H. Merijn Brand.
57051      Branch: perl
57052            ! Configure INSTALL Makefile.SH Porting/Glossary
57053            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
57054            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
57055            ! win32/config.vc
57056 ____________________________________________________________________________
57057 [  7145] By: jhi                                   on 2000/10/04  22:08:21
57058         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
57059              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57060              Date: Wed, 4 Oct 2000 17:37:46 -0400
57061              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
57062      Branch: perl
57063            ! utils/h2xs.PL
57064 ____________________________________________________________________________
57065 [  7144] By: jhi                                   on 2000/10/04  18:11:41
57066         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
57067              From: Jeff Pinyan <jeffp@crusoe.net>
57068              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
57069              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
57070      Branch: perl
57071            ! pod/perlrun.pod
57072 ____________________________________________________________________________
57073 [  7143] By: jhi                                   on 2000/10/04  18:09:58
57074         Log: Subject: perlhack.pod Patch for Externals Tools
57075              From: Fisher Mark <fisherm@tce.com>
57076              Date: Tue, 3 Oct 2000 15:43:27 -0500 
57077              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
57078      Branch: perl
57079            ! pod/perlhack.pod
57080 ____________________________________________________________________________
57081 [  7142] By: jhi                                   on 2000/10/04  18:08:41
57082         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
57083              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57084              Date:     Wed, 4 Oct 2000 12:11:11 EDT
57085              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
57086      Branch: perl
57087            ! vms/vms.c
57088 ____________________________________________________________________________
57089 [  7141] By: jhi                                   on 2000/10/04  12:20:16
57090         Log: Subject: [PATCH 5.7.0] h2xs not working
57091              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57092              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
57093              Date: Tue, 3 Oct 2000 21:43:01 -0400
57094              
57095              Subject: [PATCH 5.7.0] h2xs not documenting the created module
57096              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57097              Date: Tue, 3 Oct 2000 22:55:19 -0400
57098              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
57099      Branch: perl
57100            ! utils/h2xs.PL
57101 ____________________________________________________________________________
57102 [  7140] By: jhi                                   on 2000/10/04  11:53:44
57103         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
57104              From: nick@babyhippo.com
57105              Date: Wed, 4 Oct 2000 12:06:45 +0100
57106              Message-Id: <20001004120645.A7356@babyhippo.com>
57107              
57108              Retract 7118 and 7135.
57109      Branch: perl
57110            ! installman installperl op.c t/pragma/subs.t
57111 ____________________________________________________________________________
57112 [  7139] By: jhi                                   on 2000/10/03  22:09:41
57113         Log: It is possible to have no hosts database at all.  Pointed out in
57114              
57115              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
57116              From: Peter Prymmer <pvhp@forte.com>
57117              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
57118              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
57119      Branch: metaconfig
57120            ! U/modified/myhostname.U
57121      Branch: perl
57122            ! Configure config_h.SH
57123 ____________________________________________________________________________
57124 [  7138] By: jhi                                   on 2000/10/03  21:49:49
57125         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
57126              From: Peter Prymmer <pvhp@forte.com>
57127              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
57128              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
57129      Branch: perl
57130            ! pp_sys.c
57131 ____________________________________________________________________________
57132 [  7137] By: jhi                                   on 2000/10/03  20:10:05
57133         Log: One remaining nit less at the VMS mailbox sizing.
57134      Branch: perl
57135            ! vms/vms.c
57136 ____________________________________________________________________________
57137 [  7136] By: jhi                                   on 2000/10/03  20:08:47
57138         Log: Test harness update to sync with the new perlcc,
57139              from Simon Cozens.
57140      Branch: perl
57141            ! t/TEST t/UTEST
57142 ____________________________________________________________________________
57143 [  7135] By: jhi                                   on 2000/10/03  15:15:42
57144         Log: Subject: Re: PATCH for 20001003.004
57145              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
57146              From: "AARON B. DOSSETT" <aaron@iglou.com>
57147              Message-Id: <E13gTay-0006od-00@iglou.com>
57148      Branch: perl
57149            ! installman installperl
57150 ____________________________________________________________________________
57151 [  7134] By: jhi                                   on 2000/10/03  15:00:34
57152         Log: Subject: [ID 20001003.006] B::Debug not -w clean
57153              From: Nicholas Clark <nick@babyhippo.co.uk>
57154              Date: Tue, 03 Oct 2000 15:46:32 +0100
57155              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
57156      Branch: perl
57157            ! ext/B/B/Debug.pm
57158 ____________________________________________________________________________
57159 [  7133] By: jhi                                   on 2000/10/03  14:58:39
57160         Log: Scale down the VMS message boxes, by Charles Lane.
57161              Fix for ID 20000903.009, workaround at
57162              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
57163      Branch: perl
57164            ! vms/vms.c
57165 ____________________________________________________________________________
57166 [  7132] By: jhi                                   on 2000/10/03  11:20:37
57167         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
57168      Branch: perl
57169            + t/lib/st-lock.t t/lib/st-utf8.t
57170            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
57171            ! ext/Storable/Storable.xs t/lib/st-recurse.t
57172 ____________________________________________________________________________
57173 [  7131] By: jhi                                   on 2000/10/03  03:38:23
57174         Log: Encode nits.
57175      Branch: perl
57176            ! MANIFEST Makefile.SH
57177 ____________________________________________________________________________
57178 [  7130] By: jhi                                   on 2000/10/03  03:31:05
57179         Log: Update Changes.
57180      Branch: perl
57181            ! Changes patchlevel.h
57182 ____________________________________________________________________________
57183 [  7129] By: jhi                                   on 2000/10/03  02:24:02
57184         Log: Misplaced else.
57185      Branch: metaconfig/U/perl
57186            ! d_strtoll.U
57187      Branch: perl
57188            ! Configure config_h.SH
57189 ____________________________________________________________________________
57190 [  7128] By: jhi                                   on 2000/10/03  02:08:29
57191         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
57192              From: sthoenna@efn.org
57193              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
57194              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
57195      Branch: metaconfig/U/perl
57196            ! d_strtoll.U
57197      Branch: perl
57198            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
57199 ____________________________________________________________________________
57200 [  7127] By: jhi                                   on 2000/10/03  01:13:14
57201         Log: Update Changes.
57202      Branch: perl
57203            ! Changes patchlevel.h
57204 ____________________________________________________________________________
57205 [  7126] By: jhi                                   on 2000/10/03  00:57:08
57206         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
57207              as suggested by Olaf Flebbe and Nick Clark.
57208      Branch: perl
57209            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
57210 ____________________________________________________________________________
57211 [  7125] By: jhi                                   on 2000/10/03  00:50:56
57212         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
57213              From: Nick Clark <nick@plum.flirble.org>
57214              Date: Mon, 2 Oct 2000 11:03:24 +0100
57215              Message-Id: <20001002110324.D20073@plum.flirble.org>
57216              
57217              Also fixes bug ID 20001002.005.
57218      Branch: perl
57219            ! t/lib/encode.t
57220 ____________________________________________________________________________
57221 [  7124] By: jhi                                   on 2000/10/03  00:34:59
57222         Log: Subject: [PATCH 5.7.0] Epoc update
57223              From: Olaf Flebbe <o.flebbe@gmx.de>
57224              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
57225              Message-ID: <26423.969484586@www10.gmx.net>
57226      Branch: perl
57227            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
57228            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
57229            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
57230            ! util.c util.h
57231 ____________________________________________________________________________
57232 [  7123] By: jhi                                   on 2000/10/03  00:30:07
57233         Log: Regen headers.
57234      Branch: perl
57235            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
57236 ____________________________________________________________________________
57237 [  7122] By: jhi                                   on 2000/10/03  00:10:48
57238         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
57239      Branch: perl
57240            ! hints/openbsd.sh
57241 ____________________________________________________________________________
57242 [  7121] By: jhi                                   on 2000/10/03  00:05:06
57243         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
57244              From: <abigail@foad.org>
57245              Date: Tue, 26 Sep 2000 13:36:14 -0400
57246              Message-ID: <20000926173614.4356.qmail@foad.org>
57247      Branch: perl
57248            ! pod/perlop.pod
57249 ____________________________________________________________________________
57250 [  7120] By: jhi                                   on 2000/10/03  00:04:00
57251         Log: Inside require() $^S was always left undefined.
57252              
57253              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
57254              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57255              Date: Wed, 27 Sep 2000 18:54:49 -0400
57256              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
57257      Branch: perl
57258            ! cop.h mg.c pp_ctl.c util.c
57259 ____________________________________________________________________________
57260 [  7119] By: jhi                                   on 2000/10/03  00:00:16
57261         Log: Subject: [PATCH] DLL not restartabke with threaded perl
57262              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
57263              Date: Thu, 28 Sep 2000 09:20:46 +0100
57264              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
57265      Branch: perl
57266            ! perl.c
57267 ____________________________________________________________________________
57268 [  7118] By: jhi                                   on 2000/10/02  23:59:20
57269         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
57270              From: Nicholas Clark <nick@ccl4.org>
57271              Date: Thu, 28 Sep 2000 11:52:24 +0100
57272              Message-ID: <20000928115224.D7924@plum.flirble.org>
57273      Branch: perl
57274            ! op.c
57275 ____________________________________________________________________________
57276 [  7117] By: jhi                                   on 2000/10/02  23:57:51
57277         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
57278              From: Nicholas Clark <nick@babyhippo.co.uk>
57279              Date: Thu, 28 Sep 2000 12:18:10 +0100
57280              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
57281              
57282              Did not apply cleanly, manual intervention was needed.
57283      Branch: perl
57284            ! ext/B/B/Bytecode.pm utils/perlcc.PL
57285 ____________________________________________________________________________
57286 [  7116] By: jhi                                   on 2000/10/02  23:50:40
57287         Log: Document the issue (is not a syntax error, kind of)
57288              
57289              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
57290              From: Nicholas Clark <nick@ccl4.org>
57291              Date: Thu, 28 Sep 2000 17:12:42 +0100
57292              Message-ID: <20000928171242.K7924@plum.flirble.org>
57293      Branch: perl
57294            ! pod/perldata.pod
57295 ____________________________________________________________________________
57296 [  7115] By: jhi                                   on 2000/10/02  23:48:58
57297         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
57298              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57299              Date: Thu, 28 Sep 2000 21:55:31 -0400
57300              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
57301      Branch: perl
57302            ! regexec.c
57303 ____________________________________________________________________________
57304 [  7114] By: jhi                                   on 2000/10/02  23:47:57
57305         Log: Subject: DOC PATCH 5.6.0
57306              From: mjd@plover.com
57307              Date: 30 Sep 2000 06:02:34 -0000
57308              Message-ID: <20000930060234.4559.qmail@plover.com>
57309      Branch: perl
57310            ! pod/perldebguts.pod
57311 ____________________________________________________________________________
57312 [  7113] By: jhi                                   on 2000/10/02  23:46:43
57313         Log: SOCK_DGRAM and listen() do not mix as reported in
57314              
57315              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
57316              From: Petter Reinholdtsen <pere@hungry.com>
57317              Date: Sun, 1 Oct 2000 10:57:20 +0800
57318              Message-Id: <200010010257.KAA05735@localhost.localdomain>
57319              
57320              The patch for 5.7.0+ had to be reengineered, though.
57321      Branch: perl
57322            ! ext/IO/lib/IO/Socket/UNIX.pm
57323 ____________________________________________________________________________
57324 [  7112] By: jhi                                   on 2000/10/02  23:36:57
57325         Log: Subject: Re: [PATCH 5.005_64 missed]
57326              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57327              Date: Sun, 1 Oct 2000 18:50:10 -0400
57328              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
57329      Branch: perl
57330            ! pod/perlxs.pod
57331 ____________________________________________________________________________
57332 [  7111] By: jhi                                   on 2000/10/02  23:35:40
57333         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
57334              From: Radu Greab <radu@netsoft.ro>
57335              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
57336              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
57337      Branch: perl
57338            ! op.c opcode.pl t/op/substr.t
57339 ____________________________________________________________________________
57340 [  7110] By: jhi                                   on 2000/10/02  23:32:38
57341         Log: Subject: [PATCH] Fix aliasing of tied filehandles
57342              From: Daniel Chetlin <daniel@chetlin.com>
57343              Date: Mon, 2 Oct 2000 14:53:27 -0700
57344              Message-ID: <20001002145327.C1617@ilmd>
57345      Branch: perl
57346            ! perl.h pp_hot.c t/op/tiehandle.t
57347 ____________________________________________________________________________
57348 [  7109] By: jhi                                   on 2000/10/02  23:31:30
57349         Log: s/Robin Parker/Robin Barker/
57350      Branch: perl
57351            ! Changes5.6
57352 ____________________________________________________________________________
57353 [  7108] By: jhi                                   on 2000/10/02  23:15:46
57354         Log: Retract #7091 as suggested in
57355              
57356              From: Robin Barker <rmb1@cise.npl.co.uk> 
57357              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
57358              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
57359              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
57360      Branch: perl
57361            ! embed.pl proto.h
57362 ____________________________________________________________________________
57363 [  7107] By: nick                                  on 2000/10/02  18:23:14
57364         Log: A few tweaks to get Tk803 to work with Encode scheme.
57365      Branch: perl
57366            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
57367 ____________________________________________________________________________
57368 [  7106] By: nick                                  on 2000/10/01  21:34:14
57369         Log: Add checking cases to Encode's toUnicode and fromUnicode.
57370      Branch: perl
57371            ! ext/Encode/Encode.pm
57372 ____________________________________________________________________________
57373 [  7105] By: nick                                  on 2000/10/01  17:18:01
57374         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
57375              To read and use them.
57376              Add a lib/encode.t which checks a few things.
57377      Branch: perl
57378            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
57379            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
57380            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
57381            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
57382            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
57383            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
57384            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
57385            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
57386            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
57387            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
57388            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
57389            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
57390            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
57391            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
57392            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
57393            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
57394            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
57395            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
57396            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
57397            + ext/Encode/Encode/iso2022-jp.enc
57398            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
57399            + ext/Encode/Encode/iso8859-1.enc
57400            + ext/Encode/Encode/iso8859-2.enc
57401            + ext/Encode/Encode/iso8859-3.enc
57402            + ext/Encode/Encode/iso8859-4.enc
57403            + ext/Encode/Encode/iso8859-5.enc
57404            + ext/Encode/Encode/iso8859-6.enc
57405            + ext/Encode/Encode/iso8859-7.enc
57406            + ext/Encode/Encode/iso8859-8.enc
57407            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
57408            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
57409            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
57410            + ext/Encode/Encode/macCentEuro.enc
57411            + ext/Encode/Encode/macCroatian.enc
57412            + ext/Encode/Encode/macCyrillic.enc
57413            + ext/Encode/Encode/macDingbats.enc
57414            + ext/Encode/Encode/macGreek.enc
57415            + ext/Encode/Encode/macIceland.enc
57416            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
57417            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
57418            + ext/Encode/Encode/macTurkish.enc
57419            + ext/Encode/Encode/macUkraine.enc
57420            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
57421            + t/lib/encode.t
57422            ! MANIFEST ext/Encode/Encode.pm
57423 ____________________________________________________________________________
57424 [  7104] By: nick                                  on 2000/09/30  13:04:30
57425         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
57426              From: Daniel Chetlin <daniel@chetlin.com>
57427              Date: Mon, 18 Sep 2000 05:05:40 -0700
57428              Message-Id: <20000918050540.C652@ilmd>
57429      Branch: perl
57430            ! lib/overload.pm sv.c t/pragma/overload.t
57431 ____________________________________________________________________________
57432 [  7103] By: nick                                  on 2000/09/30  12:53:36
57433         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
57434              From: Johan Vromans <jvromans@squirrel.nl>
57435              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
57436              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
57437      Branch: perl
57438            ! pod/Makefile.SH
57439 ____________________________________________________________________________
57440 [  7102] By: nick                                  on 2000/09/30  12:52:31
57441         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
57442              From: Spider Boardman <spider@Orb.Nashua.NH.US>
57443              Date: Sat, 16 Sep 2000 16:36:45 -0400
57444              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
57445      Branch: perl
57446            ! ext/B/B/Deparse.pm
57447 ____________________________________________________________________________
57448 [  7101] By: nick                                  on 2000/09/30  12:51:41
57449         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
57450              From: Craig A. Berry <craig.berry@psinetcs.com>
57451              Date: Sat, 16 Sep 2000 10:11:10 -0500
57452              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
57453      Branch: perl
57454            ! vms/vms.c
57455 ____________________________________________________________________________
57456 [  7100] By: nick                                  on 2000/09/30  12:50:33
57457         Log: Subject: Re: unicode support and perl [ID 20000901.097]
57458              From: Spider Boardman <spider@Orb.Nashua.NH.US>
57459              Date: Fri, 15 Sep 2000 16:37:58 -0400
57460              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
57461      Branch: perl
57462            ! t/op/append.t
57463 ____________________________________________________________________________
57464 [  7099] By: nick                                  on 2000/09/30  12:49:35
57465         Log: Subject: Re: unicode support and perl [ID 20000901.097]
57466              From: Spider Boardman <spider@Orb.Nashua.NH.US>
57467              Date: Fri, 15 Sep 2000 16:25:30 -0400
57468              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
57469      Branch: perl
57470            ! pp_hot.c
57471 ____________________________________________________________________________
57472 [  7098] By: nick                                  on 2000/09/30  12:48:00
57473         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
57474              From: Gisle Aas <gisle@ActiveState.com>
57475              Date: 15 Sep 2000 16:23:41 +0200
57476              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
57477      Branch: perl
57478            ! toke.c
57479 ____________________________________________________________________________
57480 [  7097] By: nick                                  on 2000/09/30  12:45:16
57481         Log: Subject: [PATCH] Nits in perlmod.pod
57482              From: Daniel Chetlin <daniel@chetlin.com>
57483              Date: Fri, 15 Sep 2000 02:04:09 -0700
57484              Message-Id: <20000915020409.A2104@ilmd>
57485      Branch: perl
57486            ! pod/perlmod.pod
57487 ____________________________________________________________________________
57488 [  7096] By: nick                                  on 2000/09/30  12:18:00
57489         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
57490              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
57491              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
57492              0 to checking to get the warning.
57493      Branch: perl
57494            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
57495            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
57496            ! regexec.c sv.c toke.c utf8.c
57497 ____________________________________________________________________________
57498 [  7095] By: nick                                  on 2000/09/15  16:55:59
57499         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
57500              
57501              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
57502              From: Spider Boardman <spider@Orb.Nashua.NH.US>
57503              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
57504              Date: Fri, 15 Sep 2000 06:37:30 -0400
57505      Branch: perl
57506            ! ext/Encode/Encode.xs sv.c
57507 ____________________________________________________________________________
57508 [  7094] By: jhi                                   on 2000/09/15  03:23:32
57509         Log: Update Changes.
57510      Branch: perl
57511            ! Changes patchlevel.h
57512 ____________________________________________________________________________
57513 [  7093] By: jhi                                   on 2000/09/15  03:11:44
57514         Log: Fix for the charnames.t failures from Spider Boardman.
57515      Branch: perl
57516            ! toke.c
57517 ____________________________________________________________________________
57518 [  7092] By: jhi                                   on 2000/09/15  00:15:48
57519         Log: Botched the #7090 check-in.
57520      Branch: perl
57521            ! sv.c
57522 ____________________________________________________________________________
57523 [  7091] By: jhi                                   on 2000/09/14  23:33:24
57524         Log: Part of #7081 didn't come through.
57525      Branch: perl
57526            ! embed.pl proto.h
57527 ____________________________________________________________________________
57528 [  7090] By: jhi                                   on 2000/09/14  23:17:39
57529         Log: Subject: Re: perl@7078 
57530              From: Spider Boardman <spider@web.zk3.dec.com>
57531              Date: Thu, 14 Sep 2000 19:06:36 -0400
57532              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
57533      Branch: perl
57534            ! sv.c toke.c
57535 ____________________________________________________________________________
57536 [  7089] By: jhi                                   on 2000/09/14  23:11:21
57537         Log: Small portability tweaks.
57538      Branch: perl
57539            ! ext/Encode/Encode.xs
57540 ____________________________________________________________________________
57541 [  7088] By: jhi                                   on 2000/09/14  22:57:23
57542         Log: Fake return to pacify picky compilers.
57543      Branch: perl
57544            ! ext/Encode/Encode.xs
57545 ____________________________________________________________________________
57546 [  7087] By: jhi                                   on 2000/09/14  22:53:37
57547         Log: Subject: [PATCH] utf8.c apidoc
57548              From: Simon Cozens <simon@cozens.net>
57549              Date: Thu, 14 Sep 2000 23:46:57 +0100
57550              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
57551      Branch: perl
57552            ! perlapi.c pod/perlapi.pod utf8.c
57553 ____________________________________________________________________________
57554 [  7086] By: jhi                                   on 2000/09/14  22:40:38
57555         Log: We don't need to count the high bit bytes, a boolean is enough. 
57556      Branch: perl
57557            ! sv.c
57558 ____________________________________________________________________________
57559 [  7085] By: jhi                                   on 2000/09/14  21:20:09
57560         Log: Replace #7084 with
57561              
57562              Subject: Re: perl@7078 
57563              From: Spider Boardman <spider@web.zk3.dec.com>
57564              Date: Thu, 14 Sep 2000 17:09:36 -0400
57565              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
57566      Branch: perl
57567            ! sv.c utf8.c
57568 ____________________________________________________________________________
57569 [  7084] By: jhi                                   on 2000/09/14  20:03:34
57570         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
57571              convertable to bytes by checking it doesn't go above 0xc3
57572              
57573              Subject: Re: perl@7078
57574              From: Simon Cozens <simon@cozens.net>
57575              Date: Thu, 14 Sep 2000 20:59:19 +0100
57576              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
57577      Branch: perl
57578            ! utf8.c
57579 ____________________________________________________________________________
57580 [  7083] By: jhi                                   on 2000/09/14  19:38:47
57581         Log: Subject: Re: perl@7078
57582              From: Simon Cozens <simon@cozens.net>
57583              Date: Thu, 14 Sep 2000 20:13:09 +0100
57584              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
57585      Branch: perl
57586            ! t/op/bop.t
57587 ____________________________________________________________________________
57588 [  7082] By: jhi                                   on 2000/09/14  17:50:44
57589         Log: The one that got away.
57590      Branch: perl
57591            ! lib/File/Find.pm
57592 ____________________________________________________________________________
57593 [  7081] By: jhi                                   on 2000/09/14  17:45:35
57594         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
57595              From: Robin Barker <rmb1@cise.npl.co.uk>
57596              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
57597              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
57598      Branch: perl
57599            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
57600            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
57601            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
57602            ! regcomp.c toke.c universal.c
57603 ____________________________________________________________________________
57604 [  7080] By: jhi                                   on 2000/09/14  17:40:35
57605         Log: Problems picked up by AIX cc.
57606              
57607              Subject: Re: perl@7078 (patch included)
57608              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57609              Date: Thu, 14 Sep 2000 18:53:30 +0200
57610              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
57611      Branch: perl
57612            ! ext/Encode/Encode.xs
57613 ____________________________________________________________________________
57614 [  7079] By: jhi                                   on 2000/09/14  17:38:27
57615         Log: Subject: File::Find 5.7.0 POD nits
57616              From: Rich Morin <rdm@cfcl.com>
57617              Date: Wed, 13 Sep 2000 22:03:58 -0700
57618              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
57619      Branch: perl
57620            ! lib/File/Find.pm
57621 ____________________________________________________________________________
57622 [  7078] By: jhi                                   on 2000/09/14  14:58:20
57623         Log: Update Changes.
57624      Branch: perl
57625            ! Changes patchlevel.h
57626 ____________________________________________________________________________
57627 [  7077] By: jhi                                   on 2000/09/14  14:55:54
57628         Log: Compilation warnings and an error.
57629      Branch: perl
57630            ! sv.c
57631 ____________________________________________________________________________
57632 [  7076] By: jhi                                   on 2000/09/14  14:42:56
57633         Log: Fix for a parsing bug, not for the original bug.
57634              
57635              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
57636              From: Spider Boardman <spider@web.zk3.dec.com>
57637              Date: Wed, 13 Sep 2000 17:52:20 -0400
57638              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
57639      Branch: perl
57640            ! regcomp.c
57641 ____________________________________________________________________________
57642 [  7075] By: jhi                                   on 2000/09/14  14:40:40
57643         Log: Batch of UTF-8 patches from Simon Cozens.
57644      Branch: perl
57645            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
57646            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
57647            ! toke.c utf8.c
57648 ____________________________________________________________________________
57649 [  7074] By: jhi                                   on 2000/09/14  14:29:58
57650         Log: Subject: Re: Two advertising clauses need to be removed
57651              From: Russ Allbery <rra@stanford.edu>
57652              Date: 13 Sep 2000 18:50:26 -0700
57653              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
57654      Branch: perl
57655            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
57656 ____________________________________________________________________________
57657 [  7073] By: jhi                                   on 2000/09/14  14:28:20
57658         Log: Subject: [PATCH] de-wall t/README
57659              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57660              Date: Wed, 13 Sep 2000 17:46:55 -0700
57661              Message-ID: <//Bw5gzkge/e092yn@efn.org>
57662      Branch: perl
57663            ! t/README
57664 ____________________________________________________________________________
57665 [  7072] By: jhi                                   on 2000/09/14  14:25:10
57666         Log: Hints optimization.
57667              
57668              Subject: Minor nit
57669              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57670              Date: Wed, 13 Sep 2000 21:42:07 +0200
57671              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
57672      Branch: perl
57673            ! hints/hpux.sh
57674 ____________________________________________________________________________
57675 [  7071] By: jhi                                   on 2000/09/14  14:23:30
57676         Log: Allow chop() and chomp() to be overridden.
57677              
57678              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
57679              From: "Casey R. Tweten" <crt@kiski.net>
57680              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
57681              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
57682      Branch: perl
57683            ! toke.c
57684 ____________________________________________________________________________
57685 [  7070] By: jhi                                   on 2000/09/14  14:20:36
57686         Log: The return value of setlocale must be copied away.
57687              
57688              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
57689              From: Alan Burlison <Alan.Burlison@uk.sun.com>
57690              Date: Wed, 13 Sep 2000 16:27:37 +0100 
57691              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
57692      Branch: perl
57693            ! util.c
57694 ____________________________________________________________________________
57695 [  7069] By: jhi                                   on 2000/09/14  14:16:27
57696         Log: Remove vestiges of tr//CU.
57697              
57698              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
57699              From: Nick Clark <nick@plum.flirble.org>
57700              Date: Tue, 12 Sep 2000 22:50:14 +0100
57701              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
57702              
57703              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
57704              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57705              Date: Tue, 12 Sep 2000 21:38:48 -0700
57706              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
57707      Branch: perl
57708            ! op.h pod/perlunicode.pod
57709 ____________________________________________________________________________
57710 [  7068] By: jhi                                   on 2000/09/13  14:18:39
57711         Log: Add the Encode extension.  The code is still largely just skeleton.
57712      Branch: perl
57713            + ext/Encode/Encode.pm ext/Encode/Encode.xs
57714            + ext/Encode/Makefile.PL ext/Encode/Todo
57715            ! MANIFEST Todo-5.6
57716 ____________________________________________________________________________
57717 [  7067] By: jhi                                   on 2000/09/12  17:43:33
57718         Log: Allow for whitespace between "#" and "line" in cpp output.
57719              
57720              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
57721              From: Calle Dybedahl <calle@lysator.liu.se>
57722              Date: 12 Sep 2000 19:38:02 +0200 
57723              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
57724      Branch: perl
57725            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
57726 ____________________________________________________________________________
57727 [  7066] By: gsar                                  on 2000/09/12  17:24:29
57728         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
57729              initialization in all the threads on Windows
57730      Branch: perl
57731            ! win32/win32.c
57732 ____________________________________________________________________________
57733 [  7065] By: jhi                                   on 2000/09/12  15:11:31
57734         Log: Update Changes.
57735      Branch: perl
57736            ! Changes patchlevel.h
57737 ____________________________________________________________________________
57738 [  7064] By: jhi                                   on 2000/09/12  14:54:54
57739         Log: Retract #7062, the pod tests are not ready.
57740      Branch: perl
57741            ! t/TEST t/harness
57742 ____________________________________________________________________________
57743 [  7063] By: jhi                                   on 2000/09/12  14:25:41
57744         Log: The #7054 truncated Configure badly.
57745      Branch: metaconfig/U/perl
57746            ! End.U
57747      Branch: perl
57748            ! Configure config_h.SH
57749 ____________________________________________________________________________
57750 [  7062] By: jhi                                   on 2000/09/12  14:08:32
57751         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
57752              From: sthoenna@efn.org
57753              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
57754              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
57755      Branch: perl
57756            ! t/TEST t/harness
57757 ____________________________________________________________________________
57758 [  7061] By: jhi                                   on 2000/09/12  14:07:18
57759         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
57760              From: sthoenna@efn.org
57761              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
57762              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
57763      Branch: perl
57764            ! pod/perlxs.pod
57765 ____________________________________________________________________________
57766 [  7060] By: jhi                                   on 2000/09/12  14:06:08
57767         Log: Break up the myconfig lines a bit.
57768              
57769              Subject: perlbug/perl -V output format
57770              From: sthoenna@efn.org
57771              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
57772              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
57773      Branch: perl
57774            ! myconfig.SH
57775 ____________________________________________________________________________
57776 [  7059] By: jhi                                   on 2000/09/12  14:05:04
57777         Log: Test for the #7049.
57778              
57779              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
57780              From: andreas.koenig@anima.de (Andreas J. Koenig)
57781              Date: 12 Sep 2000 06:42:01 +0200
57782              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
57783      Branch: perl
57784            ! t/op/my.t
57785 ____________________________________________________________________________
57786 [  7058] By: jhi                                   on 2000/09/12  14:03:05
57787         Log: Subject: [patch: perl@7045] vms updates
57788              From: Peter Prymmer <pvhp@forte.com>
57789              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
57790              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
57791      Branch: perl
57792            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
57793 ____________________________________________________________________________
57794 [  7057] By: jhi                                   on 2000/09/12  14:00:51
57795         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
57796              From: sthoenna@efn.org
57797              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
57798              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
57799      Branch: perl
57800            ! t/op/64bitint.t
57801 ____________________________________________________________________________
57802 [  7056] By: jhi                                   on 2000/09/12  13:58:14
57803         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
57804              From: Jeff Pinyan <jeffp@crusoe.net>
57805              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
57806              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
57807      Branch: perl
57808            ! pod/perlfunc.pod
57809 ____________________________________________________________________________
57810 [  7055] By: jhi                                   on 2000/09/12  13:56:32
57811         Log: Do in VMS as the #7054 does.
57812      Branch: perl
57813            ! configure.com
57814 ____________________________________________________________________________
57815 [  7054] By: jhi                                   on 2000/09/12  13:50:31
57816         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
57817              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
57818              Date: Mon, 11 Sep 2000 08:33:09 +0100
57819              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
57820      Branch: metaconfig/U/perl
57821            ! End.U
57822      Branch: perl
57823            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
57824            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
57825 ____________________________________________________________________________
57826 [  7053] By: jhi                                   on 2000/09/12  13:29:19
57827         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
57828              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57829              Date:     Tue, 12 Sep 2000 08:35:59 EDT
57830              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
57831      Branch: perl
57832            ! vms/test.com
57833 ____________________________________________________________________________
57834 [  7052] By: jhi                                   on 2000/09/11  23:01:50
57835         Log: Document the SvUTF8*().
57836      Branch: perl
57837            ! pod/perlapi.pod sv.h
57838 ____________________________________________________________________________
57839 [  7051] By: gsar                                  on 2000/09/11  14:46:30
57840         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
57841              (missed a spot when fixing up op_pmreplroot hack for ithreads)
57842      Branch: perl
57843            ! op.c t/op/split.t
57844 ____________________________________________________________________________
57845 [  7050] By: nick                                  on 2000/09/11  10:03:51
57846         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
57847              
57848              Subject: borland C++ win32.c tweak
57849              From: Vadim Konovalov <vkonovalov@lucent.com>
57850              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
57851              Date: Mon, 11 Sep 2000 11:22:33 +0400
57852      Branch: perl
57853            ! win32/win32.c
57854 ____________________________________________________________________________
57855 [  7049] By: nick                                  on 2000/09/11  09:57:33
57856         Log: Point fix for s/// on foreach (keys %xxx).
57857      Branch: perl
57858            ! pp_hot.c
57859 ____________________________________________________________________________
57860 [  7048] By: jhi                                   on 2000/09/10  23:37:09
57861         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
57862              by Pod::Text, from Brad Appleton.
57863      Branch: perl
57864            ! t/pod/testp2pt.pl
57865 ____________________________________________________________________________
57866 [  7047] By: jhi                                   on 2000/09/10  14:32:53
57867         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
57868              by Russ Allbery.
57869      Branch: perl
57870            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
57871 ____________________________________________________________________________
57872 [  7046] By: jhi                                   on 2000/09/10  14:15:08
57873         Log: Upgrade to CPAN 1.57_65, from Andreas König.
57874      Branch: perl
57875            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
57876 ____________________________________________________________________________
57877 [  7045] By: jhi                                   on 2000/09/08  21:36:32
57878         Log: Update Changes.
57879      Branch: perl
57880            ! Changes patchlevel.h
57881 ____________________________________________________________________________
57882 [  7044] By: jhi                                   on 2000/09/08  21:29:56
57883         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
57884              From: Peter Prymmer <pvhp@forte.com>
57885              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
57886              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
57887      Branch: perl
57888            ! configure.com
57889 ____________________________________________________________________________
57890 [  7043] By: jhi                                   on 2000/09/08  21:27:50
57891         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
57892              From: Peter Prymmer <pvhp@forte.com>
57893              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
57894              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
57895      Branch: perl
57896            ! Makefile.SH installperl
57897 ____________________________________________________________________________
57898 [  7042] By: jhi                                   on 2000/09/08  21:23:21
57899         Log: Continue #7041.
57900      Branch: perl
57901            ! cygwin/Makefile.SHs os2/Makefile.SHs
57902 ____________________________________________________________________________
57903 [  7041] By: jhi                                   on 2000/09/08  21:18:10
57904         Log: Do away with memory models cruft.  Sorry, PDP users.
57905      Branch: metaconfig
57906            ! U/modified/cc.U U/modified/libpth.U
57907      Branch: perl
57908            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
57909            ! Porting/config_H cflags.SH config_h.SH configure.com
57910            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
57911            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
57912            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
57913 ____________________________________________________________________________
57914 [  7040] By: jhi                                   on 2000/09/08  14:34:18
57915         Log: Major rewrite of s2p.  And I mean really major, it is
57916              an implementation of sed in perl.  If called as s2p it
57917              will function as s2p.  Note: needs non-UNIXifying.
57918              
57919              Subject: s2p
57920              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
57921              Date: Mon, 28 Aug 2000 14:05:12 +0200
57922              Message-ID: <39AA5578.2102E2AA@alcatel.at>
57923      Branch: perl
57924            ! x2p/s2p.PL
57925 ____________________________________________________________________________
57926 [  7039] By: jhi                                   on 2000/09/08  14:19:49
57927         Log: Re-allow vec() for characters > 255.
57928              
57929              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
57930              From: Spider Boardman <spider@web.zk3.dec.com>
57931              Date: Fri, 08 Sep 2000 02:21:02 -0400
57932              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
57933      Branch: perl
57934            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
57935            ! t/op/vec.t
57936 ____________________________________________________________________________
57937 [  7038] By: jhi                                   on 2000/09/08  14:14:18
57938         Log: Subject: [PATCH lib/Benchmark.pm]
57939              From: <abigail@foad.org>
57940              Date: Thu, 7 Sep 2000 15:03:20 -0400
57941              Message-ID: <20000907190320.888.qmail@foad.org>
57942      Branch: perl
57943            ! lib/Benchmark.pm
57944 ____________________________________________________________________________
57945 [  7037] By: jhi                                   on 2000/09/08  14:11:06
57946         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
57947              
57948              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
57949              From: Spider Boardman <spider@web.zk3.dec.com>
57950              Date: Fri, 08 Sep 2000 01:30:27 -0400
57951              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
57952      Branch: perl
57953            ! op.c
57954 ____________________________________________________________________________
57955 [  7036] By: jhi                                   on 2000/09/08  14:08:58
57956         Log: Subject: [ID 20000908.002] perlipc documentation bug.
57957              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
57958              Date: Fri, 08 Sep 2000 12:38:32 +0200
57959              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
57960      Branch: perl
57961            ! pod/perlipc.pod
57962 ____________________________________________________________________________
57963 [  7035] By: jhi                                   on 2000/09/08  14:03:12
57964         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
57965              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57966              Date: Fri, 08 Sep 2000 11:47:34 +0200
57967              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
57968      Branch: perl
57969            ! hints/dec_osf.sh
57970 ____________________________________________________________________________
57971 [  7034] By: jhi                                   on 2000/09/08  13:59:35
57972         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
57973              From: Simon Cozens <simon@cozens.net>
57974              Date: Thu, 7 Sep 2000 20:40:38 +0100
57975              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
57976      Branch: perl
57977            ! pp_hot.c
57978 ____________________________________________________________________________
57979 [  7033] By: jhi                                   on 2000/09/08  04:03:03
57980         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
57981              From: "Larry W. Virden" <lvirden@cas.org>
57982              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
57983              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
57984      Branch: perl
57985            ! pod/perldiag.pod
57986 ____________________________________________________________________________
57987 [  7032] By: jhi                                   on 2000/09/07  22:18:30
57988         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
57989              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
57990              Date: Mon, 04 Sep 2000 13:16:38 -0700
57991              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
57992      Branch: perl
57993            ! lib/perl5db.pl
57994 ____________________________________________________________________________
57995 [  7031] By: jhi                                   on 2000/09/07  22:02:29
57996         Log: Fix the ccversion detection for 5.1 and beyond.
57997              
57998              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
57999              From: Spider Boardman <spider@leggy.zk3.dec.com>
58000              Date: Thu, 7 Sep 2000 17:54:27 -0400
58001              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
58002      Branch: perl
58003            ! hints/dec_osf.sh
58004 ____________________________________________________________________________
58005 [  7030] By: jhi                                   on 2000/09/07  19:12:28
58006         Log: Fix for
58007              
58008              Subject: [ID 20000903.001] \w in utf8-strings
58009              From: Marc Lehmann <pcg@goof.com>
58010              Date: Sun, 03 Sep 2000 09:44:29 +0200
58011              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
58012              
58013              and various related nits.
58014      Branch: perl
58015            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
58016 ____________________________________________________________________________
58017 [  7029] By: jhi                                   on 2000/09/07  18:49:09
58018         Log: Fix the URL, but the server is still missing in action.
58019              
58020              Subject: [ID 20000905.002] perlfaq1.pod URL error
58021              From: "Larry W. Virden" <lvirden@cas.org>
58022              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
58023              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
58024      Branch: perl
58025            ! pod/perlfaq1.pod
58026 ____________________________________________________________________________
58027 [  7028] By: jhi                                   on 2000/09/07  18:47:13
58028         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
58029              From: Hugo <hv@crypt.compulink.co.uk>
58030              Date: Tue, 05 Sep 2000 14:13:37 +0100
58031              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
58032      Branch: perl
58033            ! toke.c
58034 ____________________________________________________________________________
58035 [  7027] By: jhi                                   on 2000/09/07  18:45:35
58036         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
58037              From: Daniel Chetlin <daniel@chetlin.com>
58038              Date: Tue, 5 Sep 2000 04:57:07 -0700
58039              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
58040      Branch: perl
58041            ! pod/perlfaq6.pod pod/perlop.pod
58042 ____________________________________________________________________________
58043 [  7026] By: jhi                                   on 2000/09/07  18:44:01
58044         Log: Document the new ref() semantics.
58045              
58046              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
58047              From: Gisle Aas <gisle@ActiveState.com>
58048              Date: 05 Sep 2000 08:10:30 +0200
58049              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
58050      Branch: perl
58051            ! pod/perldelta.pod
58052 ____________________________________________________________________________
58053 [  7025] By: jhi                                   on 2000/09/07  18:42:27
58054         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
58055              
58056              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
58057              From: Gisle Aas <gisle@ActiveState.com>
58058              Date: 05 Sep 2000 08:11:40 +0200
58059              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
58060      Branch: perl
58061            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
58062 ____________________________________________________________________________
58063 [  7024] By: jhi                                   on 2000/09/07  18:39:32
58064         Log: Subject: [PATCH] Modernize Opcode.pm documentation
58065              From: Gisle Aas <gisle@ActiveState.com>
58066              Date: 4 Sep 2000 00:18:55 -0000
58067              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
58068      Branch: perl
58069            ! ext/Opcode/Opcode.pm
58070 ____________________________________________________________________________
58071 [  7023] By: jhi                                   on 2000/09/07  18:37:42
58072         Log: Subject: [PATCH] Tied filehandle documentation
58073              From: Gisle Aas <gisle@ActiveState.com>
58074              Date: 4 Sep 2000 00:14:40 -0000
58075              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
58076      Branch: perl
58077            ! pod/perlfunc.pod pod/perltie.pod
58078 ____________________________________________________________________________
58079 [  7022] By: jhi                                   on 2000/09/07  18:35:37
58080         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
58081              From: Gisle Aas <gisle@ActiveState.com>
58082              Date: 4 Sep 2000 00:04:22 -0000
58083              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
58084      Branch: perl
58085            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
58086 ____________________________________________________________________________
58087 [  7021] By: jhi                                   on 2000/09/07  18:33:22
58088         Log: Subject: small apidoc fix
58089              From: Marc Lehmann <pcg@goof.com>
58090              Date: Sun, 3 Sep 2000 05:12:06 +0200
58091              Message-ID: <20000903051206.A5909@cerebro.laendle>
58092      Branch: perl
58093            ! pod/perlapi.pod utf8.c
58094 ____________________________________________________________________________
58095 [  7020] By: jhi                                   on 2000/09/07  16:14:57
58096         Log: Tiny perldelta nits.
58097      Branch: perl
58098            ! pod/perldelta.pod
58099 ____________________________________________________________________________
58100 [  7019] By: jhi                                   on 2000/09/07  16:04:20
58101         Log: Guard against bad string->int conversion for quads.
58102      Branch: perl
58103            ! t/op/64bitint.t
58104 ____________________________________________________________________________
58105 [  7018] By: jhi                                   on 2000/09/06  17:07:03
58106         Log: Update Unicode todo list.
58107      Branch: perl
58108            ! Todo-5.6
58109 ____________________________________________________________________________
58110 [  7017] By: jhi                                   on 2000/09/05  21:16:01
58111         Log: Document the SvIOK_.*UV().
58112      Branch: perl
58113            ! pod/perlapi.pod sv.h
58114 ____________________________________________________________________________
58115 [  7016] By: nick                                  on 2000/09/03  21:54:46
58116         Log: Hash lookup of constant strings optimization:
58117              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
58118              to string table (as per sharepvn). Add newSV_pvn_share to create such
58119              a thing. Make hv.c compare addresses of strings and skip string compare
58120              if equal. Make method_named and helem ops use these shared-string SVs
58121              when arg is constant. Make keys op return shared-string SVs (less clearly
58122              a win).
58123      Branch: perl
58124            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
58125            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
58126            ! pod/perlintern.pod pp_hot.c proto.h sv.c
58127 ____________________________________________________________________________
58128 [  7015] By: jhi                                   on 2000/09/02  17:48:59
58129         Log: This is 5.7.0.
58130      Branch: perl
58131            ! Changes
58132 ____________________________________________________________________________
58133 [  7014] By: jhi                                   on 2000/09/02  17:35:45
58134         Log: Changes and patchlevel tweaks.
58135      Branch: perl
58136            ! Changes patchlevel.h
58137 ____________________________________________________________________________
58138 [  7013] By: jhi                                   on 2000/09/02  17:30:50
58139         Log: Update Changes.
58140      Branch: perl
58141            ! Changes patchlevel.h
58142 ____________________________________________________________________________
58143 [  7012] By: nick                                  on 2000/09/02  17:25:20
58144         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
58145      Branch: perl
58146            ! gv.c lib/overload.pm
58147 ____________________________________________________________________________
58148 [  7011] By: jhi                                   on 2000/09/02  17:16:25
58149         Log: Update perlhist.
58150      Branch: perl
58151            ! pod/perlhist.pod
58152 ____________________________________________________________________________
58153 [  7010] By: jhi                                   on 2000/09/02  17:01:35
58154         Log: perldelta nits.
58155      Branch: perl
58156            ! pod/perldelta.pod
58157 ____________________________________________________________________________
58158 [  7009] By: nick                                  on 2000/09/02  16:48:35
58159         Log: If overloaded %{} etc. return the object do not loop.
58160              Thus  sub deref { $_[0] } functions if object is wanted type.
58161      Branch: perl
58162            ! pp.h
58163 ____________________________________________________________________________
58164 [  7008] By: jhi                                   on 2000/09/02  16:26:11
58165         Log: Retab MANIFEST.
58166      Branch: perl
58167            ! ext/Storable/MANIFEST
58168 ____________________________________________________________________________
58169 [  7007] By: jhi                                   on 2000/09/02  16:23:02
58170         Log: Make certain cc is set before trying to run it.
58171      Branch: perl
58172            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
58173 ____________________________________________________________________________
58174 [  7006] By: jhi                                   on 2000/09/02  15:45:41
58175         Log: Unicode notes.
58176      Branch: perl
58177            ! pod/perldelta.pod
58178 ____________________________________________________________________________
58179 [  7005] By: jhi                                   on 2000/09/02  15:42:11
58180         Log: Various Configure nits by Philip Newton,
58181              plus the ebcdic one by me.
58182      Branch: metaconfig
58183            + U/modified/pager.U
58184            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
58185      Branch: metaconfig/U/perl
58186            ! Devel.U quadfio.U
58187      Branch: perl
58188            ! Configure config_h.SH
58189 ____________________________________________________________________________
58190 [  7004] By: jhi                                   on 2000/09/02  15:06:14
58191         Log: Apparently avoiding the swapping is too costly.
58192              
58193              From: "Ben Tilly" <ben_tilly@hotmail.com>
58194              Subject: Re: the door is closed.
58195              Date: Fri, 01 Sep 2000 20:23:16 EDT
58196              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
58197      Branch: perl
58198            ! pod/perlfaq4.pod
58199 ____________________________________________________________________________
58200 [  7003] By: nick                                  on 2000/09/02  12:26:04
58201         Log: Undo part of change 6489 which looks like a bulk edit which
58202              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
58203              The supressing of main:: on return from select() is undesirable.
58204      Branch: perl
58205            ! pp_sys.c
58206 ____________________________________________________________________________
58207 [  7002] By: jhi                                   on 2000/09/01  23:08:54
58208         Log: Update Changes.
58209      Branch: perl
58210            ! Changes patchlevel.h
58211 ____________________________________________________________________________
58212 [  7001] By: jhi                                   on 2000/09/01  23:00:13
58213         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
58214              From: Peter Prymmer <pvhp@forte.com>
58215              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
58216              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
58217              
58218              plus rework the http: spots as suggested by Tom Christiansen,
58219              plus regen perltoc.
58220      Branch: perl
58221            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
58222            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
58223 ____________________________________________________________________________
58224 [  7000] By: jhi                                   on 2000/09/01  22:36:01
58225         Log: Only the first line, thank you very much.
58226      Branch: perl
58227            ! hints/solaris_2.sh
58228 ____________________________________________________________________________
58229 [  6999] By: gsar                                  on 2000/09/01  22:16:40
58230         Log: change#6791 accidentally clobbered change#6710, put it back
58231      Branch: perl
58232            ! win32/win32.c
58233 ____________________________________________________________________________
58234 [  6998] By: jhi                                   on 2000/09/01  22:14:16
58235         Log: Mention the HP-UX LP64 freak failure.
58236      Branch: perl
58237            ! pod/perldelta.pod
58238 ____________________________________________________________________________
58239 [  6997] By: jhi                                   on 2000/09/01  21:48:32
58240         Log: Detypo.
58241      Branch: perl
58242            ! hints/hpux.sh
58243 ____________________________________________________________________________
58244 [  6996] By: jhi                                   on 2000/09/01  21:27:10
58245         Log: Update Changes.
58246      Branch: perl
58247            ! Changes patchlevel.h
58248 ____________________________________________________________________________
58249 [  6995] By: jhi                                   on 2000/09/01  21:14:24
58250         Log: Mi splgn s gnin.g
58251      Branch: perl
58252            ! pp_ctl.c
58253 ____________________________________________________________________________
58254 [  6994] By: jhi                                   on 2000/09/01  21:09:54
58255         Log: Subject: http:// in L<>
58256              From: Nicholas Clark <nick@ccl4.org>
58257              Date: Fri, 1 Sep 2000 22:03:21 +0100
58258              Message-ID: <20000901220321.B72074@plum.flirble.org>
58259      Branch: perl
58260            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
58261 ____________________________________________________________________________
58262 [  6993] By: jhi                                   on 2000/09/01  21:06:54
58263         Log: Update to Storable 1.0, from Raphael Manfredi.
58264      Branch: perl
58265            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
58266            ! ext/Storable/Makefile.PL ext/Storable/README
58267            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
58268            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
58269            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
58270            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
58271            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
58272            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
58273 ____________________________________________________________________________
58274 [  6992] By: jhi                                   on 2000/09/01  20:43:05
58275         Log: Mention known sfio+linux buglet.
58276      Branch: perl
58277            ! pod/perldelta.pod
58278 ____________________________________________________________________________
58279 [  6991] By: jhi                                   on 2000/09/01  20:40:11
58280         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
58281              From: Peter Prymmer <pvhp@forte.com>
58282              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
58283              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
58284      Branch: perl
58285            ! vms/vms.c
58286 ____________________________________________________________________________
58287 [  6990] By: jhi                                   on 2000/09/01  20:25:26
58288         Log: Retract #6986.
58289      Branch: perl
58290            ! hints/solaris_2.sh
58291 ____________________________________________________________________________
58292 [  6989] By: jhi                                   on 2000/09/01  20:23:00
58293         Log: Mergesort is back.
58294      Branch: perl
58295            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
58296 ____________________________________________________________________________
58297 [  6988] By: jhi                                   on 2000/09/01  19:37:40
58298         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
58299              From: Mike Guy <mjtg@cam.ac.uk>
58300              Date: Fri, 01 Sep 2000 17:43:33 +0100
58301              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
58302      Branch: perl
58303            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
58304            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
58305 ____________________________________________________________________________
58306 [  6987] By: jhi                                   on 2000/09/01  19:17:10
58307         Log: Regen perltoc.
58308      Branch: perl
58309            ! pod/perltoc.pod
58310 ____________________________________________________________________________
58311 [  6986] By: jhi                                   on 2000/09/01  18:51:10
58312         Log: Subject: Re: Solaris x86 has no SPARC libraries!
58313              From: Lupe Christoph <lupe@lupe-christoph.de>
58314              Date: Fri, 1 Sep 2000 20:41:20 +0200
58315              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
58316      Branch: perl
58317            ! hints/solaris_2.sh
58318 ____________________________________________________________________________
58319 [  6985] By: jhi                                   on 2000/09/01  18:28:10
58320         Log: Update Changes.
58321      Branch: perl
58322            ! Changes patchlevel.h
58323 ____________________________________________________________________________
58324 [  6984] By: jhi                                   on 2000/09/01  18:26:53
58325         Log: Feature ordering tweak.
58326      Branch: perl
58327            ! myconfig.SH
58328 ____________________________________________________________________________
58329 [  6983] By: jhi                                   on 2000/09/01  18:19:50
58330         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
58331              From: <abigail@foad.org>
58332              Date: Fri, 1 Sep 2000 13:07:32 -0400
58333              Message-ID: <20000901170732.18249.qmail@foad.org>
58334      Branch: perl
58335            ! t/pragma/overload.t
58336 ____________________________________________________________________________
58337 [  6982] By: jhi                                   on 2000/09/01  18:17:54
58338         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
58339              so that case-ignoring systems like DCL can tell them from
58340              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
58341      Branch: metaconfig/U/perl
58342            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
58343      Branch: perl
58344            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58345            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
58346            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
58347            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
58348            ! vos/config.def vos/config.h vos/config_h.SH_orig
58349            ! win32/config.bc win32/config.gc win32/config.vc
58350 ____________________________________________________________________________
58351 [  6981] By: nick                                  on 2000/09/01  17:21:57
58352         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
58353              warning when UNTIE exists and instead pass the cound of extra references to
58354              the UNTIE method.
58355      Branch: perl
58356            ! pod/perltie.pod pp_sys.c
58357 ____________________________________________________________________________
58358 [  6980] By: jhi                                   on 2000/09/01  16:54:44
58359         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
58360              From: Peter Prymmer <pvhp@forte.com>
58361              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
58362              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
58363      Branch: perl
58364            ! configure.com
58365 ____________________________________________________________________________
58366 [  6979] By: jhi                                   on 2000/09/01  16:06:20
58367         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
58368              From: Mike Guy <mjtg@cam.ac.uk> 
58369              Date: Fri, 01 Sep 2000 16:49:27 +0100
58370              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
58371      Branch: perl
58372            ! t/base/rs.t
58373 ____________________________________________________________________________
58374 [  6978] By: jhi                                   on 2000/09/01  16:00:42
58375         Log: Update to PodParser 1.18, from Brad Appleton.
58376      Branch: perl
58377            ! lib/Pod/Checker.pm t/pod/find.t
58378 ____________________________________________________________________________
58379 [  6977] By: jhi                                   on 2000/09/01  14:48:58
58380         Log: Subject: Nit in Configure (bleadperl@6961)
58381              From: Lupe Christoph <lupe@lupe-christoph.de>
58382              Date: Fri, 1 Sep 2000 16:34:29 +0200
58383              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
58384      Branch: metaconfig
58385            ! U/compline/ccflags.U
58386      Branch: perl
58387            ! Configure config_h.SH
58388 ____________________________________________________________________________
58389 [  6976] By: jhi                                   on 2000/09/01  14:39:52
58390         Log: Update Changes.
58391      Branch: perl
58392            ! Changes patchlevel.h
58393 ____________________________________________________________________________
58394 [  6975] By: jhi                                   on 2000/09/01  14:37:36
58395         Log: microperl config update.
58396      Branch: perl
58397            ! uconfig.h uconfig.sh
58398 ____________________________________________________________________________
58399 [  6974] By: jhi                                   on 2000/09/01  14:36:53
58400         Log: Document known deficiencies.
58401      Branch: perl
58402            ! pod/perldelta.pod
58403 ____________________________________________________________________________
58404 [  6973] By: jhi                                   on 2000/09/01  14:10:20
58405         Log: Mention warnings fixes and updates.
58406      Branch: perl
58407            ! pod/perldelta.pod
58408 ____________________________________________________________________________
58409 [  6972] By: jhi                                   on 2000/09/01  14:01:52
58410         Log: Drop unused argument.
58411              
58412              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
58413              From: Spider Boardman <spider@web.zk3.dec.com>
58414              Date: Thu, 31 Aug 2000 16:10:15 -0400
58415              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
58416      Branch: perl
58417            ! toke.c
58418 ____________________________________________________________________________
58419 [  6971] By: jhi                                   on 2000/09/01  13:59:24
58420         Log: Add the overload warnings to perldiag.
58421      Branch: perl
58422            ! lib/overload.pm pod/perldiag.pod
58423 ____________________________________________________________________________
58424 [  6970] By: jhi                                   on 2000/09/01  13:55:10
58425         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
58426              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
58427              Date: Fri, 1 Sep 2000 13:43:15 +0100 
58428              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
58429      Branch: perl
58430            ! lib/overload.pm t/pragma/overload.t
58431 ____________________________________________________________________________
58432 [  6969] By: jhi                                   on 2000/09/01  13:52:27
58433         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
58434              From: <abigail@foad.org>
58435              Date: Fri, 1 Sep 2000 05:46:54 -0400
58436              Message-ID: <20000901094654.6476.qmail@foad.org>
58437      Branch: perl
58438            ! lib/overload.pm
58439 ____________________________________________________________________________
58440 [  6968] By: jhi                                   on 2000/09/01  13:50:05
58441         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
58442              From: Daniel Chetlin <daniel@chetlin.com>
58443              Date: Fri, 1 Sep 2000 02:10:55 -0700
58444              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
58445      Branch: perl
58446            ! pod/perlretut.pod
58447 ____________________________________________________________________________
58448 [  6967] By: jhi                                   on 2000/09/01  13:47:54
58449         Log: Part of the solution.
58450              
58451              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
58452              From: Mike Guy <mjtg@cam.ac.uk>
58453              Date: Fri, 01 Sep 2000 14:16:01 +0100
58454              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
58455      Branch: perl
58456            ! gv.c mg.c
58457 ____________________________________________________________________________
58458 [  6966] By: jhi                                   on 2000/09/01  13:46:17
58459         Log: Subject: CPAN.pm beta 1.57_57 for the core
58460              From: andreas.koenig@anima.de (Andreas J. Koenig)
58461              Date: 01 Sep 2000 15:16:31 +0200
58462              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
58463      Branch: perl
58464            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
58465 ____________________________________________________________________________
58466 [  6965] By: jhi                                   on 2000/09/01  13:43:18
58467         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
58468              From: "Craig A. Berry" <craig.berry@psinetcs.com>
58469              Date: Fri, 01 Sep 2000 01:47:22 -0500
58470              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
58471      Branch: perl
58472            ! pod/perldelta.pod vms/vms.c
58473 ____________________________________________________________________________
58474 [  6964] By: jhi                                   on 2000/09/01  13:35:35
58475         Log: File::Temp patches from Andreas König,
58476              
58477              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
58478              From: andreas.koenig@anima.de (Andreas J. Koenig)
58479              Date: 01 Sep 2000 10:07:20 +0200
58480              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
58481              
58482              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
58483              From: andreas.koenig@anima.de (Andreas J. Koenig)
58484              Date: 31 Aug 2000 23:26:08 +0200
58485              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
58486      Branch: perl
58487            ! lib/File/Temp.pm t/lib/ftmp-security.t
58488 ____________________________________________________________________________
58489 [  6963] By: jhi                                   on 2000/09/01  02:22:24
58490         Log: Retract the mergesort code, way too incompatible licensing
58491              and copyrights.
58492      Branch: perl
58493            ! pod/perldelta.pod pp_ctl.c
58494 ____________________________________________________________________________
58495 [  6962] By: jhi                                   on 2000/08/31  23:27:32
58496         Log: Update Changes.
58497      Branch: perl
58498            ! Changes patchlevel.h
58499 ____________________________________________________________________________
58500 [  6961] By: jhi                                   on 2000/08/31  23:20:04
58501         Log: Small tweaks all over.
58502      Branch: metaconfig
58503            ! U/compline/d_gconvert.U
58504      Branch: perl
58505            ! AUTHORS Configure config_h.SH pp_ctl.c
58506 ____________________________________________________________________________
58507 [  6960] By: jhi                                   on 2000/08/31  22:39:36
58508         Log: Further rewording.
58509      Branch: perl
58510            ! pp_ctl.c
58511 ____________________________________________________________________________
58512 [  6959] By: jhi                                   on 2000/08/31  21:26:44
58513         Log: More address tweaking.
58514      Branch: perl
58515            ! AUTHORS Changes
58516 ____________________________________________________________________________
58517 [  6958] By: jhi                                   on 2000/08/31  20:47:25
58518         Log: AUTHORS tweaks, from Peter Prymmer.
58519              
58520              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
58521              From: Peter Prymmer <pvhp@forte.com>
58522              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
58523              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
58524      Branch: perl
58525            ! AUTHORS MAINTAIN
58526 ____________________________________________________________________________
58527 [  6957] By: jhi                                   on 2000/08/31  20:34:43
58528         Log: perldelta tweaks.
58529      Branch: perl
58530            ! pod/perldelta.pod
58531 ____________________________________________________________________________
58532 [  6956] By: jhi                                   on 2000/08/31  19:11:06
58533         Log: Regen perltoc.
58534      Branch: perl
58535            ! pod/perltoc.pod
58536 ____________________________________________________________________________
58537 [  6955] By: jhi                                   on 2000/08/31  19:06:30
58538         Log: Clarify the mergesort situation.
58539      Branch: perl
58540            ! pp_ctl.c
58541 ____________________________________________________________________________
58542 [  6954] By: jhi                                   on 2000/08/31  18:24:17
58543         Log: Move the Solaris 7 scan to use64bitall, make the
58544              failure to find 64-bot sparc libc to mention the
58545              possibility of being in an intel, from Lupe and Alan.
58546      Branch: perl
58547            ! hints/solaris_2.sh
58548 ____________________________________________________________________________
58549 [  6953] By: jhi                                   on 2000/08/31  18:09:20
58550         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
58551              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
58552      Branch: metaconfig
58553            ! U/compline/d_gconvert.U U/threads/archname.U
58554      Branch: metaconfig/U/perl
58555            ! perlxv.U
58556      Branch: perl
58557            ! Configure config_h.SH sv.c
58558 ____________________________________________________________________________
58559 [  6952] By: jhi                                   on 2000/08/31  17:42:24
58560         Log: :: not allowed in pathnames, change to .
58561              
58562              Subject: [PATCH perl@6938] cygwin port
58563              From: "Fifer, Eric" <EFifer@sanwaint.com>
58564              Date: Thu, 31 Aug 2000 16:32:59 +0100
58565              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
58566      Branch: metaconfig/U/perl
58567            ! perlxv.U
58568 ____________________________________________________________________________
58569 [  6951] By: jhi                                   on 2000/08/31  17:02:05
58570         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
58571      Branch: perl
58572            ! perl.h
58573 ____________________________________________________________________________
58574 [  6950] By: jhi                                   on 2000/08/31  16:26:08
58575         Log: More author updates.
58576              
58577              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
58578              From: Simon Cozens <simon@cozens.net>
58579              Date: Thu, 31 Aug 2000 17:13:32 +0100
58580              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
58581      Branch: perl
58582            ! AUTHORS
58583 ____________________________________________________________________________
58584 [  6949] By: jhi                                   on 2000/08/31  16:04:49
58585         Log: POSIX doesn't report long double values under -Duselongdouble
58586              when the long doubles are "real" (bigger than doubles).
58587              
58588              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
58589              From: Spider Boardman <spider@peano.zk3.dec.com>
58590              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
58591              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
58592      Branch: perl
58593            ! ext/POSIX/POSIX.xs
58594 ____________________________________________________________________________
58595 [  6948] By: jhi                                   on 2000/08/31  15:25:10
58596         Log: Update Changes.
58597      Branch: perl
58598            ! Changes patchlevel.h
58599 ____________________________________________________________________________
58600 [  6947] By: jhi                                   on 2000/08/31  15:22:29
58601         Log: Document UNTIE in a very minimalistic way.
58602      Branch: perl
58603            ! pod/perlfunc.pod pod/perltie.pod
58604 ____________________________________________________________________________
58605 [  6946] By: jhi                                   on 2000/08/31  15:15:23
58606         Log: Document known failures.
58607      Branch: perl
58608            ! pod/perldelta.pod
58609 ____________________________________________________________________________
58610 [  6945] By: jhi                                   on 2000/08/31  15:07:00
58611         Log: Don't attach -ld to the archname if pointless.
58612      Branch: metaconfig
58613            ! U/threads/archname.U
58614      Branch: perl
58615            ! Configure config_h.SH
58616 ____________________________________________________________________________
58617 [  6944] By: jhi                                   on 2000/08/31  14:37:42
58618         Log: Wrap the test in eval.
58619              
58620              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
58621              From: Tim Jenness <timj@jach.hawaii.edu>
58622              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
58623              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
58624      Branch: perl
58625            ! t/lib/ftmp-security.t
58626 ____________________________________________________________________________
58627 [  6943] By: jhi                                   on 2000/08/31  14:30:57
58628         Log: Make -Dusemorebits find long doubles in Solaris.
58629      Branch: perl
58630            ! hints/solaris_2.sh
58631 ____________________________________________________________________________
58632 [  6942] By: jhi                                   on 2000/08/31  13:48:45
58633         Log: Clarify the third case of ftmp-security warnings.
58634      Branch: perl
58635            ! INSTALL
58636 ____________________________________________________________________________
58637 [  6941] By: jhi                                   on 2000/08/31  13:40:31
58638         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
58639              From: <abigail@foad.org>
58640              Date: Thu, 31 Aug 2000 01:35:05 -0400
58641              Message-ID: <20000831053505.32120.qmail@foad.org>
58642      Branch: perl
58643            ! pod/perldelta.pod
58644 ____________________________________________________________________________
58645 [  6940] By: jhi                                   on 2000/08/31  13:38:48
58646         Log: Issue useful diagnostic on unknown pod commands.
58647              
58648              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
58649              From: <abigail@foad.org>
58650              Date: Thu, 31 Aug 2000 03:41:18 -0400
58651              Message-ID: <20000831074118.24880.qmail@foad.org>
58652      Branch: perl
58653            ! lib/Pod/Man.pm
58654 ____________________________________________________________________________
58655 [  6939] By: jhi                                   on 2000/08/31  13:34:33
58656         Log: Reveal Borland's isnan.
58657              
58658              Subject: build with BC++ tweak
58659              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
58660              Date: Thu, 31 Aug 2000 13:09:37 +0400
58661              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
58662      Branch: perl
58663            ! win32/win32.h
58664 ____________________________________________________________________________
58665 [  6938] By: jhi                                   on 2000/08/31  05:01:20
58666         Log: Update Changes.
58667      Branch: perl
58668            ! Changes patchlevel.h
58669 ____________________________________________________________________________
58670 [  6937] By: jhi                                   on 2000/08/31  04:26:23
58671         Log: sscanf() may be the only way to read long doubles from strings.
58672      Branch: metaconfig/U/perl
58673            ! longdblfio.U
58674      Branch: perl
58675            ! Configure config_h.SH perl.h util.c
58676 ____________________________________________________________________________
58677 [  6936] By: jhi                                   on 2000/08/31  04:18:19
58678         Log: The #6929 was too skimpy.
58679      Branch: perl
58680            ! sv.c
58681 ____________________________________________________________________________
58682 [  6935] By: jhi                                   on 2000/08/31  02:47:07
58683         Log: Subject: Re: typos in pods
58684              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58685              Date: Wed, 30 Aug 2000 19:25:34 -0700
58686              Message-ID: <eIcr5gzkg25X092yn@efn.org>
58687      Branch: perl
58688            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
58689 ____________________________________________________________________________
58690 [  6934] By: jhi                                   on 2000/08/31  02:42:55
58691         Log: Missed one Unicode file.
58692      Branch: perl
58693            + lib/unicode/UCDFF301.html
58694 ____________________________________________________________________________
58695 [  6933] By: jhi                                   on 2000/08/30  23:42:27
58696         Log: Update Changes.
58697      Branch: perl
58698            ! Changes patchlevel.h
58699 ____________________________________________________________________________
58700 [  6932] By: jhi                                   on 2000/08/30  23:40:07
58701         Log: Mention UNTIE in perldelta.  Still needs documenting
58702              in perltie et alia.
58703      Branch: perl
58704            ! pod/perldelta.pod
58705 ____________________________________________________________________________
58706 [  6931] By: jhi                                   on 2000/08/30  23:36:02
58707         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
58708              From: <abigail@foad.org>
58709              Date: Wed, 30 Aug 2000 19:28:07 -0400
58710              Message-ID: <20000830232807.305.qmail@foad.org>
58711      Branch: perl
58712            ! pod/perldelta.pod
58713 ____________________________________________________________________________
58714 [  6930] By: jhi                                   on 2000/08/30  23:32:40
58715         Log: Update to Unicode 3.0.1.
58716      Branch: perl
58717            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
58718            + lib/unicode/PropList.txt lib/unicode/README.perl
58719            + lib/unicode/UCD301.html lib/unicode/Unicode.301
58720            - lib/unicode/Props.txt lib/unicode/UCD300.html
58721            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
58722            ! (edit 257 files)
58723 ____________________________________________________________________________
58724 [  6929] By: jhi                                   on 2000/08/30  22:38:18
58725         Log: Heap decorruption.
58726              
58727              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
58728              From: Alan Burlison <Alan.Burlison@uk.sun.com>
58729              Date: Wed, 30 Aug 2000 22:39:52 +0100
58730              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
58731      Branch: perl
58732            ! sv.c
58733 ____________________________________________________________________________
58734 [  6928] By: jhi                                   on 2000/08/30  22:29:34
58735         Log: Retract the dummy test, skip the security tests (instead of failing),
58736              explain what the warnings mean.
58737      Branch: perl
58738            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
58739 ____________________________________________________________________________
58740 [  6927] By: jhi                                   on 2000/08/30  22:14:13
58741         Log: Change the internal implementation of sort() to be mergesort
58742              instead of quicksort, from John Linderman <jpl@research.att.com>.
58743              Gives us better worst case, better average case, and stability.
58744              What's there not to like?  (Small fixes for threaded builds
58745              were required).
58746      Branch: perl
58747            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
58748 ____________________________________________________________________________
58749 [  6926] By: jhi                                   on 2000/08/30  20:55:20
58750         Log: A better fix for the Socket building problem from Craig Berry.
58751      Branch: perl
58752            ! vms/vms.c
58753 ____________________________________________________________________________
58754 [  6925] By: jhi                                   on 2000/08/30  20:20:25
58755         Log: Subject: [PATCH] Re: UNTIE method 
58756              From: Nick Ing-Simmons <nik@tiuk.ti.com>
58757              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
58758              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
58759      Branch: perl
58760            ! pp_sys.c t/op/tie.t
58761 ____________________________________________________________________________
58762 [  6924] By: jhi                                   on 2000/08/30  20:17:11
58763         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
58764              From: "Craig A. Berry" <craig.berry@psinetcs.com>
58765              Date: Wed, 30 Aug 2000 15:03:14 -0500
58766              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
58767      Branch: perl
58768            ! vms/vms.c
58769 ____________________________________________________________________________
58770 [  6923] By: jhi                                   on 2000/08/30  20:15:18
58771         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
58772              From: "Craig A. Berry" <craig.berry@psinetcs.com>
58773              Date: Wed, 30 Aug 2000 13:30:36 -0500
58774              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
58775      Branch: perl
58776            ! vms/vms.c
58777 ____________________________________________________________________________
58778 [  6922] By: jhi                                   on 2000/08/30  19:54:43
58779         Log: Better options for rsync.
58780      Branch: perl
58781            ! pod/perlhack.pod
58782 ____________________________________________________________________________
58783 [  6921] By: jhi                                   on 2000/08/30  19:40:16
58784         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
58785              From: Rick Delaney <rick@consumercontact.com>
58786              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
58787              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
58788      Branch: perl
58789            ! pod/perlfunc.pod
58790 ____________________________________________________________________________
58791 [  6920] By: jhi                                   on 2000/08/30  19:36:40
58792         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
58793              From: Peter Prymmer <pvhp@forte.com>
58794              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
58795              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
58796      Branch: perl
58797            ! configure.com
58798 ____________________________________________________________________________
58799 [  6919] By: jhi                                   on 2000/08/30  14:52:02
58800         Log: Update Changes.
58801      Branch: perl
58802            ! Changes patchlevel.h
58803 ____________________________________________________________________________
58804 [  6918] By: jhi                                   on 2000/08/30  14:48:34
58805         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
58806      Branch: perl
58807            ! lib/ExtUtils/typemap
58808 ____________________________________________________________________________
58809 [  6917] By: jhi                                   on 2000/08/30  14:46:34
58810         Log: Subject: typos in pods
58811              From: Nicholas Clark <nick@ccl4.org>
58812              Date: Wed, 30 Aug 2000 01:12:50 +0100
58813              Message-ID: <20000830011249.A61388@plum.flirble.org>
58814      Branch: perl
58815            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
58816            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
58817            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
58818            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
58819 ____________________________________________________________________________
58820 [  6916] By: jhi                                   on 2000/08/30  14:19:09
58821         Log: Document Storable problems on Crays.  (Will have
58822              to document all the other Storable problems, too.)
58823      Branch: perl
58824            ! pod/perldelta.pod
58825 ____________________________________________________________________________
58826 [  6915] By: jhi                                   on 2000/08/30  14:06:02
58827         Log: Subject: [PATCH] fix misc cast warnings
58828              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58829              Date: Tue, 29 Aug 2000 23:16:14 -0700
58830              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
58831      Branch: perl
58832            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
58833            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
58834            ! os2/os2ish.h
58835 ____________________________________________________________________________
58836 [  6914] By: jhi                                   on 2000/08/30  14:03:45
58837         Log: Timestamp mismatch again.  Need to fix this dependence on
58838              config_h.SH timestamp, since it's the contents of config_h.SH
58839              that matter.
58840      Branch: perl
58841            ! uconfig.h uconfig.sh
58842 ____________________________________________________________________________
58843 [  6913] By: jhi                                   on 2000/08/30  13:54:06
58844         Log: Don't say "Perl 5.0 source kit".
58845      Branch: perl
58846            ! perl.c
58847 ____________________________________________________________________________
58848 [  6912] By: jhi                                   on 2000/08/30  13:51:24
58849         Log: Reset archname and archname64 always, forcing them be
58850              recomputed at each Configure run, make Configure and
58851              the hints files agree on the naming of largefiles variables.
58852      Branch: metaconfig
58853            ! U/threads/archname.U
58854      Branch: metaconfig/U/perl
58855            ! use64bits.U
58856      Branch: perl
58857            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
58858            ! hints/linux.sh hints/solaris_2.sh
58859 ____________________________________________________________________________
58860 [  6911] By: jhi                                   on 2000/08/30  13:30:13
58861         Log: Put back the slice accidentally removed by #6907.
58862      Branch: perl
58863            ! hints/solaris_2.sh
58864 ____________________________________________________________________________
58865 [  6910] By: jhi                                   on 2000/08/30  01:24:26
58866         Log: Be consistent: other Net::get* do export theirs.
58867              
58868              Subject: Re: Net::protoent does not export 'getproto'
58869              From: Yasushi Nakajima <sey@jkc.co.jp>
58870              Date: Wed, 30 Aug 2000 09:53:14 +0900
58871              Message-Id: <200008300051.DAA24700@taku.hut.fi>
58872      Branch: perl
58873            ! lib/Net/protoent.pm
58874 ____________________________________________________________________________
58875 [  6909] By: jhi                                   on 2000/08/30  01:17:25
58876         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
58877              From: Gurusamy Sarathy <gsar@ActiveState.com>
58878              Date: Tue, 29 Aug 2000 17:17:07 -0700
58879              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
58880      Branch: perl
58881            ! cop.h
58882 ____________________________________________________________________________
58883 [  6908] By: jhi                                   on 2000/08/30  00:58:05
58884         Log: Update Changes.
58885      Branch: perl
58886            ! Changes patchlevel.h
58887 ____________________________________________________________________________
58888 [  6907] By: jhi                                   on 2000/08/30  00:57:22
58889         Log: Introduce ccname to keep track of what compiler kind of we have.
58890      Branch: metaconfig/U/perl
58891            ! Checkcc.U gccvers.U
58892      Branch: perl
58893            ! Configure config_h.SH hints/solaris_2.sh
58894 ____________________________________________________________________________
58895 [  6906] By: jhi                                   on 2000/08/30  00:25:47
58896         Log: Put back the flags dump as reasoned in
58897              
58898              Subject: Re: [PATCH] Glob dumping
58899              From: Mike Guy <mjtg@cam.ac.uk> 
58900              Date: Tue, 29 Aug 2000 21:41:32 +0100
58901              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
58902      Branch: perl
58903            ! dump.c t/lib/peek.t
58904 ____________________________________________________________________________
58905 [  6905] By: jhi                                   on 2000/08/30  00:16:17
58906         Log: Make the epsilon to be relative, not absolute.
58907              
58908              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
58909              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
58910              Date: Tue, 29 Aug 2000 19:58:56 -0400
58911              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
58912      Branch: perl
58913            ! t/lib/trig.t
58914 ____________________________________________________________________________
58915 [  6904] By: jhi                                   on 2000/08/30  00:13:09
58916         Log: From now on, Gisle is on my list of usual suspects :-)
58917              Retract #6902.
58918      Branch: perl
58919            ! ext/Opcode/Safe.pm
58920 ____________________________________________________________________________
58921 [  6903] By: jhi                                   on 2000/08/29  23:51:20
58922         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
58923              From: "Craig A. Berry" <craig.berry@psinetcs.com>
58924              Date: Tue, 29 Aug 2000 18:43:26 -0500
58925              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
58926      Branch: perl
58927            + vms/vmspipe.com
58928            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
58929            ! vms/vms.c
58930 ____________________________________________________________________________
58931 [  6902] By: jhi                                   on 2000/08/29  23:44:14
58932         Log: Retry what #6882 attempted.
58933              
58934              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
58935              From: Gisle Aas <gisle@ActiveState.com>
58936              Date: 30 Aug 2000 00:33:09 +0200
58937              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
58938      Branch: perl
58939            ! ext/Opcode/Safe.pm
58940 ____________________________________________________________________________
58941 [  6901] By: jhi                                   on 2000/08/29  22:59:32
58942         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
58943              From: Hugo <hv@crypt.compulink.co.uk>
58944              Date: Mon, 12 Jun 2000 19:36:08 +0100
58945              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
58946      Branch: perl
58947            ! sv.c
58948 ____________________________________________________________________________
58949 [  6900] By: jhi                                   on 2000/08/29  22:58:35
58950         Log: Admit that we are leaking scalars.
58951              
58952              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
58953              From: Spider Boardman <spider@leggy.zk3.dec.com>
58954              Date: Tue, 29 Aug 2000 18:48:29 -0400
58955              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
58956      Branch: perl
58957            ! t/pragma/warnings.t
58958 ____________________________________________________________________________
58959 [  6899] By: jhi                                   on 2000/08/29  20:53:13
58960         Log: Update Changes.
58961      Branch: perl
58962            ! Changes patchlevel.h
58963 ____________________________________________________________________________
58964 [  6898] By: jhi                                   on 2000/08/29  20:46:21
58965         Log: Undo namespace pollution of #6878.
58966              
58967              Subject: Re: Net::protoent does not export 'getproto'
58968              From: Mike Guy <mjtg@cam.ac.uk>
58969              Date: Tue, 29 Aug 2000 21:32:37 +0100
58970              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
58971      Branch: perl
58972            ! lib/Net/protoent.pm
58973 ____________________________________________________________________________
58974 [  6897] By: jhi                                   on 2000/08/29  20:44:29
58975         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
58976              From: Peter Prymmer <pvhp@forte.com>
58977              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
58978              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
58979      Branch: perl
58980            ! pod/perlebcdic.pod
58981 ____________________________________________________________________________
58982 [  6896] By: jhi                                   on 2000/08/29  20:40:57
58983         Log: There's no point repeating the 'revision' (5) of perl5.
58984      Branch: metaconfig/U/perl
58985            ! Devel.U patchlevel.U
58986      Branch: perl
58987            ! Configure config_h.SH
58988 ____________________________________________________________________________
58989 [  6895] By: jhi                                   on 2000/08/29  20:16:58
58990         Log: Regen Configure for #6894.
58991      Branch: metaconfig/U/perl
58992            ! perladmin.U
58993      Branch: perl
58994            ! Configure config_h.SH
58995 ____________________________________________________________________________
58996 [  6894] By: jhi                                   on 2000/08/29  19:59:52
58997         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
58998              From: "Philip Newton" <Philip.Newton@gmx.net>
58999              Date: Tue, 29 Aug 2000 21:39:14 +0200
59000              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
59001      Branch: perl
59002            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
59003            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
59004            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
59005            ! utils/perlbug.PL
59006 ____________________________________________________________________________
59007 [  6893] By: jhi                                   on 2000/08/29  19:55:30
59008         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
59009              From: "Philip Newton" <Philip.Newton@gmx.net>
59010              Date: Tue, 29 Aug 2000 21:39:14 +0200
59011              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
59012      Branch: perl
59013            ! installhtml
59014 ____________________________________________________________________________
59015 [  6892] By: jhi                                   on 2000/08/29  19:53:59
59016         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
59017              From: "Philip Newton" <Philip.Newton@gmx.net>
59018              Date: Tue, 29 Aug 2000 21:48:18 +0200
59019              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
59020      Branch: perl
59021            ! lib/File/Temp.pm
59022 ____________________________________________________________________________
59023 [  6891] By: jhi                                   on 2000/08/29  18:30:03
59024         Log: Nail the ID 20000828.023.
59025      Branch: perl
59026            ! ext/Storable/Storable.xs
59027 ____________________________________________________________________________
59028 [  6890] By: jhi                                   on 2000/08/29  16:50:17
59029         Log: Under usethreads the dumped variable is IN_PAD.
59030              
59031              Subject: Re: [PATCH] Glob dumping
59032              From: Gisle Aas <gisle@ActiveState.com>
59033              Date: 29 Aug 2000 18:45:05 +0200
59034              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
59035      Branch: perl
59036            ! t/lib/peek.t
59037 ____________________________________________________________________________
59038 [  6889] By: jhi                                   on 2000/08/29  15:17:37
59039         Log: Update Changes.
59040      Branch: perl
59041            ! Changes patchlevel.h
59042 ____________________________________________________________________________
59043 [  6888] By: jhi                                   on 2000/08/29  14:49:59
59044         Log: Retract #6882, broke the safe tests.
59045      Branch: perl
59046            ! ext/Opcode/Safe.pm
59047 ____________________________________________________________________________
59048 [  6887] By: jhi                                   on 2000/08/29  14:47:06
59049         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
59050              From: Gisle Aas <gisle@ActiveState.com> 
59051              Date: 09 Jun 2000 20:00:11 +0200
59052              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
59053      Branch: perl
59054            ! utils/perldoc.PL
59055 ____________________________________________________________________________
59056 [  6886] By: jhi                                   on 2000/08/29  14:42:45
59057         Log: The #6881 removed one dump line.
59058      Branch: perl
59059            ! t/lib/peek.t
59060 ____________________________________________________________________________
59061 [  6885] By: jhi                                   on 2000/08/29  14:30:47
59062         Log: Don't forget to tidy up.
59063      Branch: perl
59064            ! t/lib/ftmp-security.t
59065 ____________________________________________________________________________
59066 [  6884] By: jhi                                   on 2000/08/29  14:25:17
59067         Log: Disabling the one test is a bit tricky.
59068      Branch: perl
59069            ! t/lib/ftmp-security.t
59070 ____________________________________________________________________________
59071 [  6883] By: jhi                                   on 2000/08/29  14:16:25
59072         Log: Disable one of the tests for now.
59073      Branch: perl
59074            ! t/lib/ftmp-security.t
59075 ____________________________________________________________________________
59076 [  6882] By: jhi                                   on 2000/08/29  14:05:50
59077         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
59078              From: gisle@aas.no
59079              Date: 29 Aug 2000 10:35:06 -0000
59080              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
59081      Branch: perl
59082            ! ext/Opcode/Safe.pm
59083 ____________________________________________________________________________
59084 [  6881] By: jhi                                   on 2000/08/29  14:03:51
59085         Log: Subject: [PATCH] Glob dumping
59086              From: Gisle Aas <gisle@ActiveState.com>
59087              Date: 29 Aug 2000 07:59:42 -0000
59088              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
59089      Branch: perl
59090            ! dump.c
59091 ____________________________________________________________________________
59092 [  6880] By: jhi                                   on 2000/08/29  14:02:01
59093         Log: Subject: [PATCH] Warnings in B::Deparse
59094              From: <abigail@foad.org>
59095              Date: Tue, 29 Aug 2000 00:00:01 -0400
59096              Message-ID: <20000829040001.2999.qmail@foad.org>
59097      Branch: perl
59098            ! ext/B/B/Deparse.pm
59099 ____________________________________________________________________________
59100 [  6879] By: jhi                                   on 2000/08/29  13:57:26
59101         Log: Missed a change in #6869.
59102      Branch: perl
59103            ! mg.c
59104 ____________________________________________________________________________
59105 [  6878] By: jhi                                   on 2000/08/29  13:45:04
59106         Log: Subject: Net::protoent does not export 'getproto'
59107              From: Yasushi Nakajima <sey@jkc.co.jp>
59108              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
59109      Branch: perl
59110            ! lib/Net/protoent.pm
59111 ____________________________________________________________________________
59112 [  6877] By: jhi                                   on 2000/08/29  13:39:19
59113         Log: Patches all over for people and the files they (hopefully) care about.
59114      Branch: perl
59115            ! AUTHORS Changes MAINTAIN
59116 ____________________________________________________________________________
59117 [  6876] By: jhi                                   on 2000/08/29  12:53:54
59118         Log: Fix for thinko in #6848.
59119              
59120              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
59121              From: Lupe Christoph <lupe@lupe-christoph.de>
59122              Date: Tue, 29 Aug 2000 09:04:08 +0200
59123              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
59124      Branch: perl
59125            ! ext/Thread/Thread.xs
59126 ____________________________________________________________________________
59127 [  6875] By: jhi                                   on 2000/08/29  12:50:14
59128         Log: Update to Getopt::Long 2.24, from Johan Vromans.
59129      Branch: perl
59130            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
59131 ____________________________________________________________________________
59132 [  6874] By: jhi                                   on 2000/08/29  02:09:53
59133         Log: Use minimal @INC in tests, most of the time just '../lib',
59134              so that we simply can't pick up stuff from other Perls than
59135              the one we are testing.  Pointed out by
59136              
59137              From: Mike Guy <mjtg@cam.ac.uk>
59138              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
59139              Date: Fri, 25 Aug 2000 15:15:59 +0100
59140              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
59141      Branch: perl
59142            ! (edit 185 files)
59143 ____________________________________________________________________________
59144 [  6873] By: jhi                                   on 2000/08/29  01:07:11
59145         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
59146              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59147              Date: Mon, 28 Aug 2000 17:45:52 -0700
59148              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
59149      Branch: perl
59150            ! Makefile.SH hints/os2.sh
59151 ____________________________________________________________________________
59152 [  6872] By: jhi                                   on 2000/08/28  23:33:39
59153         Log: Subject: [PATCH bleedperl@6866] spellings
59154              From: marcel@codewerk.com (Marcel Grunauer)
59155              Date: Tue, 29 Aug 2000 01:19:59 +0200
59156              Message-Id: <200008282319.BAA29862@gandalf.local>
59157      Branch: perl
59158            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
59159            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
59160            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
59161 ____________________________________________________________________________
59162 [  6871] By: jhi                                   on 2000/08/28  23:22:09
59163         Log: Take out the SUIDMAIL thing, that will not be
59164              a problem in 5.7.*.
59165      Branch: perl
59166            ! patchlevel.h
59167 ____________________________________________________________________________
59168 [  6870] By: jhi                                   on 2000/08/28  23:19:30
59169         Log: -S is the silent flag, -s is the strip flag.
59170              
59171              Subject: [PATCH] Re: [PATCH] make no-install          
59172              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59173              Date: Mon, 28 Aug 2000 15:12:55 -0700
59174              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
59175      Branch: perl
59176            ! Makefile.SH
59177 ____________________________________________________________________________
59178 [  6869] By: jhi                                   on 2000/08/28  23:12:05
59179         Log: Subject: [PATCH bleedperl@6856] warnings fixes
59180              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
59181              Date: Mon, 28 Aug 2000 23:55:06 +0100
59182              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
59183      Branch: perl
59184            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
59185            ! warnings.h warnings.pl
59186 ____________________________________________________________________________
59187 [  6868] By: jhi                                   on 2000/08/28  21:38:22
59188         Log: Potential cruft.
59189      Branch: perl
59190            ! Makefile.SH
59191 ____________________________________________________________________________
59192 [  6867] By: jhi                                   on 2000/08/28  21:35:36
59193         Log: Update Changes.
59194      Branch: perl
59195            ! Changes patchlevel.h
59196 ____________________________________________________________________________
59197 [  6866] By: jhi                                   on 2000/08/28  21:33:49
59198         Log: Subject: hv.h Doc Patch
59199              From: Fisher Mark <fisherm@tce.com>
59200              Date: Mon, 28 Aug 2000 16:24:59 -0500
59201              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
59202      Branch: perl
59203            ! hv.h
59204 ____________________________________________________________________________
59205 [  6865] By: jhi                                   on 2000/08/28  21:02:15
59206         Log: Add -ld to archname on long tr...double platforms.
59207      Branch: metaconfig
59208            ! U/threads/archname.U
59209      Branch: perl
59210            ! Configure config_h.SH
59211 ____________________________________________________________________________
59212 [  6864] By: jhi                                   on 2000/08/28  20:38:59
59213         Log: An attempt to fix the problem reported in
59214              
59215              Subject: Building perl@6856 using gcc/AIX 4.3.3 
59216              From: Daniel Muino <dmuino@afip.gov.ar> 
59217              Date: Mon, 28 Aug 2000 15:50:01 -0300   
59218              Message-ID: <20000828155001.A14403@con2-dgi>
59219              
59220              I can't test this properly since the gcc installation I have
59221              access to seems to be botched (gcc is calling the AIX cpp,
59222              a losing proposition...)
59223      Branch: perl
59224            ! hints/aix.sh
59225 ____________________________________________________________________________
59226 [  6863] By: jhi                                   on 2000/08/28  18:57:52
59227         Log: Fix for ID 20000828.001, long doubles were not formatted
59228              correctly (showed up in $], which stopped installing perl).
59229      Branch: perl
59230            ! sv.c
59231 ____________________________________________________________________________
59232 [  6862] By: jhi                                   on 2000/08/28  18:07:15
59233         Log: Typo in #6858.
59234      Branch: perl
59235            ! lib/Cwd.pm
59236 ____________________________________________________________________________
59237 [  6861] By: jhi                                   on 2000/08/28  17:57:27
59238         Log: opmini.o may be left around if a build is interrupted.
59239      Branch: perl
59240            ! Makefile.SH
59241 ____________________________________________________________________________
59242 [  6860] By: jhi                                   on 2000/08/28  16:52:50
59243         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
59244              From: Daniel Chetlin <daniel@chetlin.com>
59245              Date: Mon, 28 Aug 2000 01:14:18 -0700
59246              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
59247      Branch: perl
59248            ! lib/overload.pm
59249 ____________________________________________________________________________
59250 [  6859] By: jhi                                   on 2000/08/28  16:08:46
59251         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
59252              From: Nicholas Clark <nick@ccl4.org>
59253              Date: Mon, 28 Aug 2000 16:03:27 +0100
59254              Message-Id: <20000828160327.C49785@plum.flirble.org>
59255      Branch: perl
59256            ! ext/ByteLoader/bytecode.h
59257 ____________________________________________________________________________
59258 [  6858] By: jhi                                   on 2000/08/28  16:02:10
59259         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
59260              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
59261              Date: Mon, 28 Aug 2000 13:08:30 +0200
59262              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
59263      Branch: perl
59264            ! lib/Cwd.pm
59265 ____________________________________________________________________________
59266 [  6857] By: jhi                                   on 2000/08/28  15:42:47
59267         Log: display_format used as a class method without arguments was broken,
59268              reported in
59269              
59270              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
59271              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
59272              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
59273              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
59274      Branch: perl
59275            ! lib/Math/Complex.pm t/lib/complex.t
59276 ____________________________________________________________________________
59277 [  6856] By: jhi                                   on 2000/08/27  22:09:48
59278         Log: Update Changes.
59279      Branch: perl
59280            ! Changes patchlevel.h
59281 ____________________________________________________________________________
59282 [  6855] By: jhi                                   on 2000/08/27  21:59:21
59283         Log: Retract #6853 (false alarm).
59284      Branch: perl
59285            ! lib/ExtUtils/xsubpp
59286 ____________________________________________________________________________
59287 [  6854] By: jhi                                   on 2000/08/27  21:37:44
59288         Log: Update Changes.
59289      Branch: perl
59290            ! Changes patchlevel.h
59291 ____________________________________________________________________________
59292 [  6853] By: jhi                                   on 2000/08/27  21:37:16
59293         Log: Subject: [PATCH perl@6850] workaround for xsubpp
59294              From: Hugo <hv@crypt.compulink.co.uk>
59295              Date: Sun, 27 Aug 2000 22:30:25 +0100
59296              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
59297      Branch: perl
59298            ! lib/ExtUtils/xsubpp
59299 ____________________________________________________________________________
59300 [  6852] By: jhi                                   on 2000/08/27  21:33:58
59301         Log: Big-endian 64-bit patch from Raphael Manfredi.
59302      Branch: perl
59303            ! ext/Storable/Storable.xs
59304 ____________________________________________________________________________
59305 [  6851] By: jhi                                   on 2000/08/27  21:22:21
59306         Log: More ruthless editing from Hugo van der Sanden.
59307      Branch: perl
59308            ! pod/perldelta.pod
59309 ____________________________________________________________________________
59310 [  6850] By: jhi                                   on 2000/08/27  16:11:46
59311         Log: Update Changes.
59312      Branch: perl
59313            ! Changes patchlevel.h
59314 ____________________________________________________________________________
59315 [  6849] By: jhi                                   on 2000/08/27  16:11:05
59316         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
59317      Branch: perl
59318            ! configpm pod/perldelta.pod
59319 ____________________________________________________________________________
59320 [  6848] By: jhi                                   on 2000/08/27  15:35:08
59321         Log: Use the actual thread type, not the pointer-to-struct.
59322      Branch: perl
59323            ! ext/Thread/Thread.xs
59324 ____________________________________________________________________________
59325 [  6847] By: jhi                                   on 2000/08/27  15:30:49
59326         Log: Test nit.
59327      Branch: perl
59328            ! t/pragma/warn/pp_sys
59329 ____________________________________________________________________________
59330 [  6846] By: jhi                                   on 2000/08/27  15:19:02
59331         Log: Passing -R in ldflags makes now it to appear in the default
59332              for lddlflags, just like with -L.
59333              
59334              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
59335              From: Lupe Christoph <lupe@lupe-christoph.de>
59336              Date: Sun, 27 Aug 2000 10:28:21 +0200
59337              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
59338      Branch: metaconfig/U/perl
59339            ! dlsrc.U
59340      Branch: perl
59341            ! Configure
59342 ____________________________________________________________________________
59343 [  6845] By: jhi                                   on 2000/08/27  15:08:54
59344         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
59345              From: Alan Burlison <Alan.Burlison@uk.sun.com>
59346              Date: Sat, 26 Aug 2000 22:23:27 +0100
59347              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
59348      Branch: perl
59349            ! lib/ExtUtils/MM_Unix.pm
59350 ____________________________________________________________________________
59351 [  6844] By: jhi                                   on 2000/08/27  15:02:37
59352         Log: DJGPP update from Laszlo Molnar.
59353              
59354              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
59355              From: ml1050 <ml1050@freemail.hu>
59356              Date: Sat, 26 Aug 2000 23:24:40 +0200
59357              Message-Id: <20000826232440.A439@freemail.hu>
59358      Branch: perl
59359            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
59360            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
59361 ____________________________________________________________________________
59362 [  6843] By: jhi                                   on 2000/08/27  14:53:58
59363         Log: Subject: installman buglet
59364              From: Lupe Christoph <lupe@lupe-christoph.de>
59365              Date: Sun, 27 Aug 2000 14:38:59 +0200
59366              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
59367      Branch: perl
59368            ! installman
59369 ____________________________________________________________________________
59370 [  6842] By: jhi                                   on 2000/08/27  14:52:08
59371         Log: Can't get the test to reliably work thanks to the
59372              inaccurateness of floating point.  "Resolves" bug ids
59373              20000826.003, 20000826.009, 20000826.010,
59374      Branch: perl
59375            ! t/lib/trig.t
59376 ____________________________________________________________________________
59377 [  6841] By: jhi                                   on 2000/08/26  15:53:58
59378         Log: Update Changes.
59379      Branch: perl
59380            ! Changes patchlevel.h
59381 ____________________________________________________________________________
59382 [  6840] By: jhi                                   on 2000/08/26  14:23:03
59383         Log: grep -e isn't portable.
59384              
59385              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
59386              From: chris@broadband.att.com
59387              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
59388              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
59389      Branch: perl
59390            ! hints/solaris_2.sh
59391 ____________________________________________________________________________
59392 [  6839] By: jhi                                   on 2000/08/26  14:12:23
59393         Log: no-install target a la make -n.
59394              
59395              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
59396              From: <abigail@foad.org>
59397              Date: Sat, 26 Aug 2000 03:57:34 -0400
59398              Message-ID: <20000826075735.18912.qmail@foad.org>
59399      Branch: perl
59400            ! Makefile.SH installman installperl
59401 ____________________________________________________________________________
59402 [  6838] By: jhi                                   on 2000/08/26  14:06:33
59403         Log: Retract #6826 as the #6828 should be do the same
59404              in a More Correct Way.
59405      Branch: perl
59406            ! installperl
59407 ____________________________________________________________________________
59408 [  6837] By: jhi                                   on 2000/08/26  05:24:00
59409         Log: More casting.
59410      Branch: perl
59411            ! ext/Storable/Storable.xs
59412 ____________________________________________________________________________
59413 [  6836] By: jhi                                   on 2000/08/26  05:05:46
59414         Log: Nicer in decimal.
59415      Branch: perl
59416            ! ext/Storable/Storable.xs
59417 ____________________________________________________________________________
59418 [  6835] By: jhi                                   on 2000/08/26  05:03:50
59419         Log: There be no UVdf.
59420      Branch: perl
59421            ! ext/Storable/Storable.xs
59422 ____________________________________________________________________________
59423 [  6834] By: jhi                                   on 2000/08/26  05:00:18
59424         Log: Continue IVdfing and UVxfing.
59425      Branch: perl
59426            ! ext/Storable/Storable.xs
59427 ____________________________________________________________________________
59428 [  6833] By: jhi                                   on 2000/08/26  04:53:14
59429         Log: Use IVdf.
59430      Branch: perl
59431            ! ext/Storable/Storable.xs
59432 ____________________________________________________________________________
59433 [  6832] By: jhi                                   on 2000/08/26  04:40:41
59434         Log: Document PTR2XX and INT2PTR.
59435      Branch: perl
59436            ! pod/perlguts.pod
59437 ____________________________________________________________________________
59438 [  6831] By: jhi                                   on 2000/08/26  04:33:18
59439         Log: Use UVxf, PTR2UV, NVff.
59440      Branch: perl
59441            ! ext/Storable/Storable.xs
59442 ____________________________________________________________________________
59443 [  6830] By: jhi                                   on 2000/08/26  04:31:32
59444         Log: Update the test count.
59445      Branch: perl
59446            ! t/lib/trig.t
59447 ____________________________________________________________________________
59448 [  6829] By: jhi                                   on 2000/08/26  03:05:50
59449         Log: Subject: [PATCH] installation not quite silent yet.
59450              From: <abigail@foad.org>
59451              Date: Fri, 25 Aug 2000 20:07:53 -0400
59452              Message-ID: <20000826000753.7822.qmail@foad.org>
59453      Branch: perl
59454            ! installman installperl
59455 ____________________________________________________________________________
59456 [  6828] By: jhi                                   on 2000/08/26  03:05:14
59457         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
59458              From: Spider Boardman <spider@web.zk3.dec.com>
59459              Date: Fri, 25 Aug 2000 19:12:40 -0400
59460              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
59461      Branch: perl
59462            ! gv.c
59463 ____________________________________________________________________________
59464 [  6827] By: jhi                                   on 2000/08/25  23:54:34
59465         Log: Support preserving extremely big/small angles.
59466      Branch: perl
59467            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
59468 ____________________________________________________________________________
59469 [  6826] By: jhi                                   on 2000/08/25  23:01:20
59470         Log: Patch installperl to be long double-aware.
59471              
59472              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
59473              From: Spider Boardman <spider@web.zk3.dec.com>
59474              Date: Fri, 25 Aug 2000 18:15:23 -0400
59475              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
59476      Branch: perl
59477            ! installperl
59478 ____________________________________________________________________________
59479 [  6825] By: jhi                                   on 2000/08/25  22:58:25
59480         Log: Remove duplicately applied patch shards.
59481              
59482              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
59483              From: Spider Boardman <spider@leggy.zk3.dec.com>
59484              Date: Fri, 25 Aug 2000 16:45:03 -0400
59485              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
59486      Branch: perl
59487            ! t/lib/cgi-html.t
59488 ____________________________________________________________________________
59489 [  6824] By: jhi                                   on 2000/08/25  22:57:00
59490         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
59491              From: Daniel Chetlin <daniel@chetlin.com>
59492              Date: Fri, 25 Aug 2000 12:23:16 -0700
59493              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
59494              
59495              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
59496              From: Daniel Chetlin <daniel@chetlin.com>
59497              Date: Fri, 25 Aug 2000 14:47:19 -0700
59498              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
59499      Branch: perl
59500            ! installman
59501 ____________________________________________________________________________
59502 [  6823] By: jhi                                   on 2000/08/25  22:44:17
59503         Log: Timestamp problem?
59504      Branch: perl
59505            ! uconfig.h uconfig.sh
59506 ____________________________________________________________________________
59507 [  6822] By: jhi                                   on 2000/08/25  19:01:06
59508         Log: One forgotten file from #6816.
59509      Branch: perl
59510            ! vos/config.h
59511 ____________________________________________________________________________
59512 [  6821] By: jhi                                   on 2000/08/25  18:56:39
59513         Log: Regen Changes.
59514      Branch: perl
59515            ! Changes patchlevel.h
59516 ____________________________________________________________________________
59517 [  6820] By: jhi                                   on 2000/08/25  18:52:35
59518         Log: Fix Changes ordering.
59519      Branch: perl
59520            ! Changes
59521 ____________________________________________________________________________
59522 [  6819] By: jhi                                   on 2000/08/25  18:50:25
59523         Log: Update Changes.
59524      Branch: perl
59525            ! Changes patchlevel.h
59526 ____________________________________________________________________________
59527 [  6818] By: jhi                                   on 2000/08/25  18:47:45
59528         Log: Tweak the sfio/useperlio logic, hopefully as wished in
59529              
59530              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
59531              From: Nicholas Clark <nick@babyhippo.co.uk>
59532              Date: Fri, 25 Aug 2000 12:01:45 +0100
59533              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
59534      Branch: metaconfig/U/perl
59535            ! d_sfio.U
59536      Branch: perl
59537            ! Configure
59538 ____________________________________________________________________________
59539 [  6817] By: jhi                                   on 2000/08/25  18:32:51
59540         Log: Allow microperl to assume <math.h>, without it the math
59541              functions like floor() are assumed to return int, which makes
59542              for core dumps in machines where integer and floating register
59543              don't mix.
59544      Branch: perl
59545            ! uconfig.h uconfig.sh
59546 ____________________________________________________________________________
59547 [  6816] By: jhi                                   on 2000/08/25  18:27:17
59548         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
59549              the problem reported in
59550              
59551              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
59552              From: danhale@us.ibm.com
59553              Date: Fri, 25 Aug 2000 10:58:06 -0400
59554              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
59555      Branch: metaconfig/U/perl
59556            + d_socks5_init.U
59557      Branch: perl
59558            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
59559            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
59560            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
59561            ! win32/config.gc win32/config.vc
59562 ____________________________________________________________________________
59563 [  6815] By: jhi                                   on 2000/08/25  17:43:31
59564         Log: A solution for the retrieve_fd autosplit warning,
59565              idea suggested by Mike Guy.
59566      Branch: perl
59567            ! ext/Storable/Storable.pm
59568 ____________________________________________________________________________
59569 [  6814] By: jhi                                   on 2000/08/25  17:16:03
59570         Log: Add install-silent target.
59571      Branch: perl
59572            ! Makefile.SH
59573 ____________________________________________________________________________
59574 [  6813] By: jhi                                   on 2000/08/25  17:14:23
59575         Log: Subject: Re: [PATCH] More silencing of installman.
59576              From: <abigail@foad.org>
59577              Date: Thu, 24 Aug 2000 19:27:03 -0400
59578              Message-ID: <20000824232703.7001.qmail@foad.org>
59579              
59580              Subject: Re: [PATCH] More silencing of installman.
59581              From: <abigail@foad.org>
59582              Date: Fri, 25 Aug 2000 03:00:58 -0400
59583              Message-ID: <20000825070058.10697.qmail@foad.org>
59584      Branch: perl
59585            ! installman
59586 ____________________________________________________________________________
59587 [  6812] By: jhi                                   on 2000/08/25  17:11:28
59588         Log: installperl --verbose and --silent.
59589              
59590              Subject: Re: [PATCH] More silencing of installman.
59591              From: <abigail@foad.org>
59592              Message-ID: <20000825064430.9719.qmail@foad.org>
59593              Date: Fri, 25 Aug 2000 02:44:30 -0400
59594      Branch: perl
59595            ! installperl
59596 ____________________________________________________________________________
59597 [  6811] By: jhi                                   on 2000/08/25  17:05:43
59598         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
59599              From: "Peter J. Farley III" <pjfarley@banet.net>
59600              Date: Thu, 24 Aug 2000 21:58:03 -0400
59601              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
59602              
59603              (applied slightly modified)
59604      Branch: perl
59605            ! lib/ExtUtils/MM_Unix.pm
59606 ____________________________________________________________________________
59607 [  6810] By: jhi                                   on 2000/08/25  17:01:18
59608         Log: Missing parts of 
59609              
59610              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
59611              From: Peter Prymmer <pvhp@forte.com>
59612              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
59613              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
59614      Branch: perl
59615            ! t/lib/cgi-html.t
59616 ____________________________________________________________________________
59617 [  6809] By: jhi                                   on 2000/08/25  16:46:32
59618         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
59619              From: "Craig A. Berry" <craig.berry@psinetcs.com>
59620              Date: Thu, 24 Aug 2000 19:13:11 -0500
59621              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
59622      Branch: perl
59623            ! vms/vms.c
59624 ____________________________________________________________________________
59625 [  6808] By: jhi                                   on 2000/08/25  16:39:22
59626         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
59627              From: Peter Prymmer <pvhp@forte.com>
59628              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
59629              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
59630      Branch: perl
59631            ! configure.com
59632 ____________________________________________________________________________
59633 [  6807] By: jhi                                   on 2000/08/25  16:36:37
59634         Log: Better wording for the vec lvalue diagnostic.
59635              
59636              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
59637              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
59638              Date: Wed, 23 Aug 2000 14:12:16 -0400
59639              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
59640      Branch: perl
59641            ! pod/perldiag.pod
59642 ____________________________________________________________________________
59643 [  6806] By: jhi                                   on 2000/08/24  18:17:22
59644         Log: Subject: [PATCH] More silencing of installman.
59645              From: <abigail@foad.org>
59646              Date: Thu, 24 Aug 2000 14:01:44 -0400
59647              Message-ID: <20000824180144.20062.qmail@foad.org>
59648      Branch: perl
59649            ! installman
59650 ____________________________________________________________________________
59651 [  6805] By: jhi                                   on 2000/08/24  15:00:31
59652         Log: Update Changes.
59653      Branch: perl
59654            ! Changes patchlevel.h
59655 ____________________________________________________________________________
59656 [  6804] By: jhi                                   on 2000/08/24  14:59:07
59657         Log: Regen perltoc.
59658      Branch: perl
59659            ! pod/perltoc.pod
59660 ____________________________________________________________________________
59661 [  6803] By: jhi                                   on 2000/08/24  14:44:39
59662         Log: Show the doc file, not the temp file.
59663      Branch: perl
59664            ! installman
59665 ____________________________________________________________________________
59666 [  6802] By: jhi                                   on 2000/08/24  14:41:53
59667         Log: Continue silencing.
59668      Branch: perl
59669            ! installman
59670 ____________________________________________________________________________
59671 [  6801] By: jhi                                   on 2000/08/24  14:34:40
59672         Log: Actually do something with the silencer option.
59673      Branch: perl
59674            ! installman
59675 ____________________________________________________________________________
59676 [  6800] By: jhi                                   on 2000/08/24  14:26:22
59677         Log: Make installman to recognize the silence flag -S.
59678      Branch: perl
59679            ! installman
59680 ____________________________________________________________________________
59681 [  6799] By: jhi                                   on 2000/08/24  13:49:38
59682         Log: DOS patches and portability/porting notes, from Tim Jenness.
59683      Branch: perl
59684            ! lib/File/Temp.pm
59685 ____________________________________________________________________________
59686 [  6798] By: jhi                                   on 2000/08/24  13:48:27
59687         Log: Create directories in silence.
59688              
59689              Subject: [PATCH] Another silencer for MakeMaker
59690              From: andreas.koenig@anima.de (Andreas J. Koenig)
59691              Date: 24 Aug 2000 14:18:52 +0200
59692              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
59693      Branch: perl
59694            ! lib/ExtUtils/Command.pm
59695 ____________________________________________________________________________
59696 [  6797] By: jhi                                   on 2000/08/24  13:46:42
59697         Log: More liberal parsing of version numbers.
59698              
59699              Subject: Re: CPAN.pm beta for testing available
59700              From: andreas.koenig@anima.de (Andreas J. Koenig)
59701              Date: 24 Aug 2000 13:51:57 +0200
59702              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
59703      Branch: perl
59704            ! lib/CPAN.pm
59705 ____________________________________________________________________________
59706 [  6796] By: jhi                                   on 2000/08/24  13:44:36
59707         Log: Make "make install" by default silent.  A new "install-verbose"
59708              target is verbose.
59709      Branch: perl
59710            ! Makefile.SH
59711 ____________________________________________________________________________
59712 [  6795] By: jhi                                   on 2000/08/24  13:39:14
59713         Log: Add silencer flags to installperl.
59714              
59715              Subject: [PATCH] Making installperl silent.
59716              From: <abigail@foad.org>
59717              Date: Thu, 24 Aug 2000 05:01:45 -0400
59718              Message-ID: <20000824090145.13141.qmail@foad.org>
59719      Branch: perl
59720            ! installperl
59721 ____________________________________________________________________________
59722 [  6794] By: jhi                                   on 2000/08/24  13:35:50
59723         Log: installperl couldn't tell whether it had run tests or not.
59724              
59725              Subject: [PATCH] Re: installperl and t/TEST
59726              From: <abigail@foad.org>
59727              Date: Thu, 24 Aug 2000 04:00:53 -0400
59728              Message-ID: <20000824080053.2494.qmail@foad.org>
59729      Branch: perl
59730            ! Makefile.SH installperl
59731 ____________________________________________________________________________
59732 [  6793] By: jhi                                   on 2000/08/24  13:27:50
59733         Log: Drop the separate perlbc, perlcc -b should be enough.
59734      Branch: perl
59735            - utils/perlbc.PL
59736            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
59737 ____________________________________________________________________________
59738 [  6792] By: jhi                                   on 2000/08/24  04:41:30
59739         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
59740              plus the typo fix from Peter Prymmer.
59741      Branch: perl
59742            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
59743            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
59744 ____________________________________________________________________________
59745 [  6791] By: jhi                                   on 2000/08/24  02:10:43
59746         Log: Replace #6705 with a minimal doc patch.
59747              
59748              Subject: [PATCH 5.6.0] replace change #6705
59749              From: Jan Dubois <jand@ActiveState.com>
59750              Date: Wed, 23 Aug 2000 18:31:51 -0700
59751              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
59752      Branch: perl
59753            ! lib/Win32.pod win32/win32.c
59754 ____________________________________________________________________________
59755 [  6790] By: jhi                                   on 2000/08/23  17:52:00
59756         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
59757              From: Mike Guy <mjtg@cam.ac.uk>
59758              Date: Wed, 23 Aug 2000 18:38:46 +0100
59759              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
59760      Branch: perl
59761            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
59762 ____________________________________________________________________________
59763 [  6789] By: jhi                                   on 2000/08/23  15:34:21
59764         Log: Update Changes.
59765      Branch: perl
59766            ! Changes patchlevel.h
59767 ____________________________________________________________________________
59768 [  6788] By: jhi                                   on 2000/08/23  15:33:40
59769         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
59770              From: Wilfredo Sánchez <wsanchez@apple.com>
59771              Date: Tue, 22 Aug 2000 19:31:27 -0700
59772              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
59773      Branch: perl
59774            ! perl.h
59775 ____________________________________________________________________________
59776 [  6787] By: jhi                                   on 2000/08/23  15:29:31
59777         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
59778              From: Spider Boardman <spider@leggy.zk3.dec.com>
59779              Date: Wed, 23 Aug 2000 10:33:23 -0400
59780              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
59781      Branch: perl
59782            ! lib/Pod/Html.pm
59783 ____________________________________________________________________________
59784 [  6786] By: jhi                                   on 2000/08/23  15:28:11
59785         Log: Bad makefile.
59786      Branch: perl
59787            ! ext/B/Makefile.PL
59788 ____________________________________________________________________________
59789 [  6785] By: jhi                                   on 2000/08/23  14:37:04
59790         Log: Update Changes.
59791      Branch: perl
59792            ! Changes patchlevel.h
59793 ____________________________________________________________________________
59794 [  6784] By: jhi                                   on 2000/08/23  13:58:41
59795         Log: Portability fix from Hugo van der Sanden.
59796      Branch: perl
59797            ! ext/re/Makefile.PL
59798 ____________________________________________________________________________
59799 [  6783] By: jhi                                   on 2000/08/23  13:53:53
59800         Log: Storable support, v-version fixes.
59801              
59802              Subject: CPAN.pm beta for testing available
59803              From: andreas.koenig@anima.de (Andreas J. Koenig)
59804              Date: 22 Aug 2000 23:31:33 +0200
59805              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
59806      Branch: perl
59807            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
59808 ____________________________________________________________________________
59809 [  6782] By: jhi                                   on 2000/08/23  13:51:26
59810         Log: Mac and other portability updates from Chris Nandor.
59811      Branch: perl
59812            ! pod/perlmodinstall.pod
59813 ____________________________________________________________________________
59814 [  6781] By: jhi                                   on 2000/08/23  13:47:33
59815         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
59816              From: Peter Prymmer <pvhp@forte.com>
59817              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
59818              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
59819      Branch: perl
59820            ! ext/Storable/Storable.xs
59821 ____________________________________________________________________________
59822 [  6780] By: jhi                                   on 2000/08/23  13:33:34
59823         Log: VMS MMS (make) wants null action.
59824      Branch: perl
59825            ! ext/B/Makefile.PL
59826 ____________________________________________________________________________
59827 [  6779] By: jhi                                   on 2000/08/22  19:44:47
59828         Log: Forgot portability nit.
59829      Branch: perl
59830            ! t/lib/st-forgive.t
59831 ____________________________________________________________________________
59832 [  6778] By: jhi                                   on 2000/08/22  19:35:25
59833         Log: Be portable.
59834      Branch: perl
59835            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
59836            ! t/lib/st-store.t
59837 ____________________________________________________________________________
59838 [  6777] By: jhi                                   on 2000/08/22  18:50:53
59839         Log: Update Changes.
59840      Branch: perl
59841            ! Changes patchlevel.h
59842 ____________________________________________________________________________
59843 [  6776] By: jhi                                   on 2000/08/22  18:44:46
59844         Log: cSVOPo_*v things index into the current PL_curpad
59845              under ithreads, which is different from the curpad
59846              used by the XSUB.  (In other words, the code as-is
59847              before this patch wouldn't work under ithreads.)
59848              From Sarathy.
59849      Branch: perl
59850            ! ext/B/B.xs
59851 ____________________________________________________________________________
59852 [  6775] By: jhi                                   on 2000/08/22  18:18:37
59853         Log: Make the selection of NVff et al stricter.
59854      Branch: metaconfig/U/perl
59855            ! perlxvf.U
59856      Branch: perl
59857            ! Configure config_h.SH
59858 ____________________________________________________________________________
59859 [  6774] By: jhi                                   on 2000/08/22  17:19:42
59860         Log: perldelta nits.
59861      Branch: perl
59862            ! pod/perldelta.pod
59863 ____________________________________________________________________________
59864 [  6773] By: jhi                                   on 2000/08/22  17:06:26
59865         Log: Long double fixes from Spider Boardman.
59866              
59867              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
59868              From: system PRIVILEGED account <root@peano.zk3.dec.com>
59869              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
59870              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
59871      Branch: perl
59872            ! t/lib/bigfltpm.t t/lib/st-06compat.t
59873 ____________________________________________________________________________
59874 [  6772] By: jhi                                   on 2000/08/22  15:04:53
59875         Log: Update Changes.
59876      Branch: perl
59877            ! Changes patchlevel.h
59878 ____________________________________________________________________________
59879 [  6771] By: jhi                                   on 2000/08/22  15:01:44
59880         Log: perldelta fixes from Hugo van der Sanden.
59881      Branch: perl
59882            ! pod/perldelta.pod
59883 ____________________________________________________________________________
59884 [  6770] By: jhi                                   on 2000/08/22  14:34:49
59885         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
59886              From: Hugo <hv@crypt.compulink.co.uk>
59887              Date: Tue, 22 Aug 2000 11:21:53 +0100
59888              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
59889      Branch: perl
59890            ! regcomp.c
59891 ____________________________________________________________________________
59892 [  6769] By: jhi                                   on 2000/08/22  14:30:02
59893         Log: Add Yitzchak, reformat.
59894      Branch: perl
59895            ! Changes config_h.SH
59896 ____________________________________________________________________________
59897 [  6768] By: jhi                                   on 2000/08/22  14:21:35
59898         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
59899              and Spider Boardman.
59900      Branch: metaconfig
59901            ! U/compline/d_gconvert.U
59902      Branch: perl
59903            ! Configure
59904 ____________________________________________________________________________
59905 [  6767] By: jhi                                   on 2000/08/22  14:11:24
59906         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
59907              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59908              Date: Mon, 21 Aug 2000 19:08:31 -0700
59909              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
59910      Branch: perl
59911            - ext/Storable/patchlevel.h
59912            ! MANIFEST ext/Storable/MANIFEST
59913 ____________________________________________________________________________
59914 [  6766] By: jhi                                   on 2000/08/22  13:49:29
59915         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
59916              From: Peter Prymmer <pvhp@forte.com>
59917              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
59918              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
59919      Branch: perl
59920            ! configure.com ext/Storable/Makefile.PL
59921 ____________________________________________________________________________
59922 [  6765] By: jhi                                   on 2000/08/22  13:44:59
59923         Log: Subject: [PATCH blead] B:: missing dependency
59924              From: Hugo <hv@crypt.compulink.co.uk>
59925              Date: Tue, 22 Aug 2000 06:44:33 +0100
59926              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
59927      Branch: perl
59928            ! ext/B/Makefile.PL
59929 ____________________________________________________________________________
59930 [  6764] By: jhi                                   on 2000/08/22  13:38:12
59931         Log: More bytecompiler.
59932      Branch: perl
59933            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
59934 ____________________________________________________________________________
59935 [  6763] By: jhi                                   on 2000/08/22  13:36:44
59936         Log: Bytecompiler patches from Benjamin Stuhl.
59937      Branch: perl
59938            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
59939            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
59940            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
59941            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
59942            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
59943            ! perl.c perlapi.h pod/perldelta.pod
59944 ____________________________________________________________________________
59945 [  6762] By: jhi                                   on 2000/08/21  23:43:40
59946         Log: An obsoleted diagnostic.
59947      Branch: perl
59948            ! pod/perldelta.pod
59949 ____________________________________________________________________________
59950 [  6761] By: jhi                                   on 2000/08/21  23:01:45
59951         Log: The #6759 wasn't quite right.
59952      Branch: perl
59953            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
59954            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
59955            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
59956            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
59957            ! t/lib/st-tieditems.t
59958 ____________________________________________________________________________
59959 [  6760] By: jhi                                   on 2000/08/21  22:35:49
59960         Log: Be verydeepclean.
59961      Branch: perl
59962            ! Makefile.SH
59963 ____________________________________________________________________________
59964 [  6759] By: jhi                                   on 2000/08/21  22:25:40
59965         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
59966              From: Peter Prymmer <pvhp@forte.com>
59967              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
59968              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
59969      Branch: perl
59970            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
59971            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
59972            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
59973            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
59974            ! t/lib/st-tieditems.t
59975 ____________________________________________________________________________
59976 [  6758] By: jhi                                   on 2000/08/21  22:22:32
59977         Log: Few more casts, need reported in
59978              
59979              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
59980              From: Mike Stok <mike@stok.co.uk>
59981              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
59982              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
59983              
59984              and
59985              
59986              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
59987              From: abigail@foad.org
59988              Date: 21 Aug 2000 21:31:34 -0000
59989              Message-Id: <20000821213134.30170.qmail@foad.org>
59990      Branch: perl
59991            ! ext/Storable/Storable.xs
59992 ____________________________________________________________________________
59993 [  6757] By: jhi                                   on 2000/08/21  18:37:07
59994         Log: Update Changes.
59995      Branch: perl
59996            ! Changes patchlevel.h
59997 ____________________________________________________________________________
59998 [  6756] By: jhi                                   on 2000/08/21  18:34:02
59999         Log: A pod nit.
60000              
60001              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
60002              From: <abigail@foad.org>
60003              Date: Mon, 21 Aug 2000 14:00:16 -0400
60004              Message-ID: <20000821180016.28627.qmail@foad.org>
60005      Branch: perl
60006            ! pod/perlre.pod
60007 ____________________________________________________________________________
60008 [  6755] By: jhi                                   on 2000/08/21  18:30:56
60009         Log: Use PodParser 1.18 new test.
60010      Branch: perl
60011            ! t/pod/special_seqs.t t/pod/special_seqs.xr
60012 ____________________________________________________________________________
60013 [  6754] By: jhi                                   on 2000/08/21  18:28:35
60014         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
60015              patches cannot be applied since #6712 conflicts.
60016      Branch: perl
60017            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
60018 ____________________________________________________________________________
60019 [  6753] By: jhi                                   on 2000/08/21  18:15:11
60020         Log: Weed out some smaller changes.
60021      Branch: perl
60022            ! pod/perldelta.pod
60023 ____________________________________________________________________________
60024 [  6752] By: jhi                                   on 2000/08/21  18:02:30
60025         Log: Also under djgpp the timestamps are funky.
60026      Branch: perl
60027            ! t/op/stat.t
60028 ____________________________________________________________________________
60029 [  6751] By: jhi                                   on 2000/08/21  17:55:56
60030         Log: Tweak the floating point output routine preferences.
60031      Branch: metaconfig
60032            ! U/compline/d_gconvert.U
60033      Branch: perl
60034            ! Configure
60035 ____________________________________________________________________________
60036 [  6750] By: jhi                                   on 2000/08/21  17:51:29
60037         Log: Unicos/mk requires elaborate paranoia.
60038      Branch: perl
60039            ! lib/Math/Complex.pm
60040 ____________________________________________________________________________
60041 [  6749] By: gsar                                  on 2000/08/21  16:53:31
60042         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
60043      Branch: perl
60044            ! lib/Cwd.pm
60045 ____________________________________________________________________________
60046 [  6748] By: gsar                                  on 2000/08/21  16:22:19
60047         Log: free TLS slot properly on Windows
60048      Branch: perl
60049            ! thread.h win32/perllib.c win32/win32thread.h
60050 ____________________________________________________________________________
60051 [  6747] By: jhi                                   on 2000/08/21  16:20:58
60052         Log: Rename the macro argument because some preprocessors
60053              can't tell the difference and expand arguments also inside
60054              double quoted strings.
60055      Branch: perl
60056            ! regcomp.c
60057 ____________________________________________________________________________
60058 [  6746] By: jhi                                   on 2000/08/21  16:09:41
60059         Log: Support long doubles in Storable.
60060              
60061              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
60062              From: Radu Greab <radu@netsoft.ro>
60063              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
60064              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
60065      Branch: perl
60066            ! ext/Storable/Storable.xs
60067 ____________________________________________________________________________
60068 [  6745] By: jhi                                   on 2000/08/21  15:51:40
60069         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
60070              From: "Fifer, Eric" <EFifer@sanwaint.com>
60071              Date: Mon, 21 Aug 2000 15:34:49 +0100
60072              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
60073      Branch: perl
60074            ! t/pragma/warn/9enabled
60075 ____________________________________________________________________________
60076 [  6744] By: jhi                                   on 2000/08/21  15:39:35
60077         Log: Document the endianness of Alpha more precisely.
60078      Branch: perl
60079            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
60080            ! pod/perlport.pod
60081 ____________________________________________________________________________
60082 [  6743] By: jhi                                   on 2000/08/21  14:47:05
60083         Log: perldelta fixes from the p5p crowd.
60084      Branch: perl
60085            ! pod/perldelta.pod pod/perlop.pod
60086 ____________________________________________________________________________
60087 [  6742] By: jhi                                   on 2000/08/21  13:34:51
60088         Log: Update to Pod::LaTeX 0.53.
60089              
60090              Subject: [PATCH] lib/Pod/LaTeX.pm updates
60091              From: Tim Jenness <timj@jach.hawaii.edu>
60092              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
60093              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
60094      Branch: perl
60095            ! lib/Pod/LaTeX.pm
60096 ____________________________________________________________________________
60097 [  6741] By: jhi                                   on 2000/08/21  13:33:01
60098         Log: Subject: [PATCH] os2.c fix for use64bitint
60099              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60100              Date: Mon, 21 Aug 2000 01:32:25 -0700
60101              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
60102      Branch: perl
60103            ! os2/os2.c
60104 ____________________________________________________________________________
60105 [  6740] By: jhi                                   on 2000/08/21  13:28:52
60106         Log: Array context keeps slithering in.
60107              
60108              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
60109              From: Daniel Chetlin <daniel@chetlin.com>
60110              Date: Sun, 20 Aug 2000 21:40:25 -0700
60111              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
60112      Branch: perl
60113            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
60114            ! pod/perldebtut.pod
60115 ____________________________________________________________________________
60116 [  6739] By: jhi                                   on 2000/08/21  13:23:55
60117         Log: Big-endian quad fixes for Storable from Radu Greab,
60118              plus few explicit null casts for picky compilers.
60119      Branch: perl
60120            ! ext/Storable/Storable.xs
60121 ____________________________________________________________________________
60122 [  6738] By: gsar                                  on 2000/08/21  05:56:13
60123         Log: small tweaks for change#6705: avoid C++ style comments in C code;
60124              use Perl's malloc API rather than the low level system one
60125      Branch: perl
60126            ! win32/win32.c
60127 ____________________________________________________________________________
60128 [  6737] By: gsar                                  on 2000/08/21  05:35:41
60129         Log: add Storable to list of extensions on Windows
60130      Branch: perl
60131            ! win32/Makefile win32/makefile.mk
60132 ____________________________________________________________________________
60133 [  6736] By: jhi                                   on 2000/08/21  02:57:53
60134         Log: Update Changes.
60135      Branch: perl
60136            ! Changes patchlevel.h
60137 ____________________________________________________________________________
60138 [  6735] By: jhi                                   on 2000/08/21  02:57:20
60139         Log: Draft 0.
60140      Branch: perl
60141            ! pod/perldelta.pod
60142 ____________________________________________________________________________
60143 [  6734] By: jhi                                   on 2000/08/21  02:57:03
60144         Log: Add Storable 0.7.2 from Raphael Manfredi,
60145              plus the patch from
60146              
60147              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
60148              From: Radu Greab <radu@netsoft.ro>
60149              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
60150              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
60151              
60152              plus changes to get Storable to compile with
60153              picky ANSI compilers.
60154      Branch: perl
60155            + ext/Storable/ChangeLog ext/Storable/MANIFEST
60156            + ext/Storable/Makefile.PL ext/Storable/README
60157            + ext/Storable/Storable.pm ext/Storable/Storable.xs
60158            + ext/Storable/patchlevel.h t/lib/st-06compat.t
60159            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
60160            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
60161            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
60162            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
60163            + t/lib/st-tieditems.t
60164            ! MANIFEST
60165 ____________________________________________________________________________
60166 [  6733] By: jhi                                   on 2000/08/21  02:29:09
60167         Log: The correct cleaning order is an art.
60168      Branch: perl
60169            ! Makefile.SH
60170 ____________________________________________________________________________
60171 [  6732] By: jhi                                   on 2000/08/21  01:23:39
60172         Log: The #6724 is here.
60173      Branch: perl
60174            ! t/lib/ftmp-security.t
60175 ____________________________________________________________________________
60176 [  6731] By: jhi                                   on 2000/08/20  23:17:03
60177         Log: s/this one/the 5.6.0 release/
60178      Branch: perl
60179            ! pod/perl56delta.pod
60180 ____________________________________________________________________________
60181 [  6730] By: jhi                                   on 2000/08/20  23:07:34
60182         Log: Mention perlebcdic and perlposix-bc.
60183      Branch: perl
60184            ! pod/perlport.pod
60185 ____________________________________________________________________________
60186 [  6729] By: jhi                                   on 2000/08/20  21:32:59
60187         Log: Document the number of exponent digits.
60188      Branch: perl
60189            ! pod/perlfunc.pod
60190 ____________________________________________________________________________
60191 [  6728] By: jhi                                   on 2000/08/20  21:16:47
60192         Log: Use File::Spec->tmpdir().
60193              
60194              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
60195              From: Tim Jenness <timj@jach.hawaii.edu>
60196              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
60197              MIME-Version: 1.0
60198              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
60199      Branch: perl
60200            ! utils/perlbug.PL
60201 ____________________________________________________________________________
60202 [  6727] By: jhi                                   on 2000/08/20  20:43:32
60203         Log: Update Changes.
60204      Branch: perl
60205            ! Changes patchlevel.h
60206 ____________________________________________________________________________
60207 [  6726] By: jhi                                   on 2000/08/20  20:41:44
60208         Log: The veryclean target needs to clobber.
60209      Branch: perl
60210            ! Makefile.SH
60211 ____________________________________________________________________________
60212 [  6725] By: jhi                                   on 2000/08/20  20:37:38
60213         Log: Document odd vs even subreleases and -Dusedevel.
60214      Branch: perl
60215            ! INSTALL
60216 ____________________________________________________________________________
60217 [  6724] By: jhi                                   on 2000/08/20  19:58:05
60218         Log: Use temporary directory instead of current directory.
60219              
60220              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
60221              From: Tim Jenness <timj@jach.hawaii.edu>
60222              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
60223              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
60224      Branch: perl
60225            ! t/lib/ftmp-security.t
60226 ____________________________________________________________________________
60227 [  6723] By: jhi                                   on 2000/08/20  19:55:55
60228         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
60229              From: andreas.koenig@anima.de (Andreas J. Koenig)
60230              Date: 20 Aug 2000 15:52:03 +0200
60231              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
60232      Branch: perl
60233            ! lib/ExtUtils/MM_Unix.pm
60234 ____________________________________________________________________________
60235 [  6722] By: jhi                                   on 2000/08/20  19:46:01
60236         Log: Update to CGI 2.72, from Lincoln Stein.
60237      Branch: perl
60238            ! lib/CGI.pm
60239 ____________________________________________________________________________
60240 [  6721] By: jhi                                   on 2000/08/20  19:43:54
60241         Log: (Replaced by #8364.)
60242              
60243              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
60244              From: Radu Greab <radu@netsoft.ro>
60245              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
60246              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
60247      Branch: perl
60248            ! ext/GDBM_File/GDBM_File.xs
60249 ____________________________________________________________________________
60250 [  6720] By: jhi                                   on 2000/08/20  19:42:01
60251         Log: pp_open() could pass an uninitialized filename down to do_open9().
60252      Branch: perl
60253            ! pp_sys.c
60254 ____________________________________________________________________________
60255 [  6719] By: jhi                                   on 2000/08/20  14:06:41
60256         Log: UTF8 concat fixes.
60257              
60258              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
60259              From: Hugo <hv@crypt.compulink.co.uk>
60260              Date: Sun, 20 Aug 2000 07:30:46 +0100
60261              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
60262      Branch: perl
60263            ! pp_hot.c t/op/append.t
60264 ____________________________________________________________________________
60265 [  6718] By: jhi                                   on 2000/08/20  02:09:37
60266         Log: Let's try #6717 again.
60267      Branch: perl
60268            ! lib/File/Temp.pm
60269 ____________________________________________________________________________
60270 [  6717] By: jhi                                   on 2000/08/20  01:56:55
60271         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
60272              From: "Craig A. Berry" <craig.berry@metamorgs.com>
60273              Date: Sat, 19 Aug 2000 18:15:39 -0500
60274              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
60275      Branch: perl
60276            ! lib/File/Temp.pm
60277 ____________________________________________________________________________
60278 [  6716] By: jhi                                   on 2000/08/19  15:50:11
60279         Log: Update Changes.
60280      Branch: perl
60281            ! Changes patchlevel.h
60282 ____________________________________________________________________________
60283 [  6715] By: jhi                                   on 2000/08/19  15:39:09
60284         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
60285              From: Jonathan D Johnston <jdjohnston2@juno.com>
60286              Date: Thu, 17 Aug 2000 23:13:01 -0400       
60287              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
60288      Branch: perl
60289            ! pod/perlfunc.pod
60290 ____________________________________________________________________________
60291 [  6714] By: jhi                                   on 2000/08/19  15:34:04
60292         Log: Introduce a 'veryclean' target that is like 'distclean'
60293              but also removes *~ and *.orig.
60294      Branch: perl
60295            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
60296            ! utils/Makefile x2p/Makefile.SH
60297 ____________________________________________________________________________
60298 [  6713] By: jhi                                   on 2000/08/19  14:15:45
60299         Log: Put back the long double avoidance code to POSIX.xs
60300              because VMS seems to need it still.
60301      Branch: perl
60302            ! ext/POSIX/POSIX.xs
60303 ____________________________________________________________________________
60304 [  6712] By: jhi                                   on 2000/08/19  14:10:41
60305         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
60306              From: Peter Prymmer <pvhp@forte.com>
60307              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
60308              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
60309      Branch: perl
60310            ! lib/Pod/Find.pm t/pod/find.t
60311 ____________________________________________________________________________
60312 [  6711] By: jhi                                   on 2000/08/19  14:09:19
60313         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
60314              From: Peter Prymmer <pvhp@forte.com>
60315              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
60316              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
60317              cc: vmsperl@perl.org
60318      Branch: perl
60319            ! t/lib/peek.t
60320 ____________________________________________________________________________
60321 [  6710] By: jhi                                   on 2000/08/19  14:08:01
60322         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
60323              From: Jan Dubois <jand@ActiveState.com>
60324              Date: Fri, 18 Aug 2000 16:31:48 -0700
60325              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
60326      Branch: perl
60327            ! win32/win32.c
60328 ____________________________________________________________________________
60329 [  6709] By: jhi                                   on 2000/08/19  14:06:57
60330         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
60331              
60332              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
60333              From: Spider.Boardman@Orb.Nashua.NH.US
60334              Date: Fri, 18 Aug 2000 18:41:14 -0400
60335              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
60336      Branch: perl
60337            ! regcomp.c
60338 ____________________________________________________________________________
60339 [  6708] By: jhi                                   on 2000/08/18  22:04:49
60340         Log: Update Changes.
60341      Branch: perl
60342            ! Changes patchlevel.h
60343 ____________________________________________________________________________
60344 [  6707] By: jhi                                   on 2000/08/18  21:55:14
60345         Log: Add warnif(), check warnings further up the stack,
60346              all the warnings functions now can take an optional object reference.
60347              
60348              Subject: [PATCH bleedperl@6691] warnings pragma update
60349              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
60350              Date: Fri, 18 Aug 2000 22:42:06 +0100
60351              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
60352      Branch: perl
60353            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
60354            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
60355            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
60356 ____________________________________________________________________________
60357 [  6706] By: jhi                                   on 2000/08/18  21:41:45
60358         Log: Typo in pp_complement().
60359              
60360              Subject: [PATCH perl-current] Deparse
60361              From: Peter Scott <Peter@PSDT.com>
60362              Date: Fri, 18 Aug 2000 12:44:37 -0700
60363              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
60364      Branch: perl
60365            ! ext/B/B/Deparse.pm
60366 ____________________________________________________________________________
60367 [  6705] By: jhi                                   on 2000/08/18  21:25:59
60368         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
60369              From: Jan Dubois <jand@ActiveState.com>
60370              Date: Fri, 18 Aug 2000 14:22:51 -0700
60371              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
60372      Branch: perl
60373            ! lib/Win32.pod win32/win32.c
60374 ____________________________________________________________________________
60375 [  6704] By: jhi                                   on 2000/08/18  21:16:14
60376         Log: Don't eat leading os from index entries.
60377              
60378              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
60379              From: Russ Allbery <rra@stanford.edu>
60380              Date: 10 Aug 2000 20:49:25 -0700
60381              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
60382      Branch: perl
60383            ! lib/Pod/Man.pm
60384 ____________________________________________________________________________
60385 [  6703] By: jhi                                   on 2000/08/18  21:07:06
60386         Log: Add [[:blank:]] as suggested in
60387              
60388              Subject: [ID 20000716.024] [=cc=] / [:blank:]
60389              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
60390              Date: Sun, 16 Jul 2000 17:55:29 -0700
60391              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
60392              
60393              (the [=cc=] has already been taken care of by #6439
60394              so the whole bug report can be closed)
60395              
60396              and make [[:space:]] to be equivalent to isspace(3)
60397              (as opposed to \s, which is isSPACE()).  The difference
60398              is that now [[:space:]] matches the mythical vertical tab,
60399              while \s doesn't.
60400      Branch: perl
60401            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
60402            ! regexec.c t/op/pat.t
60403 ____________________________________________________________________________
60404 [  6702] By: jhi                                   on 2000/08/18  18:47:47
60405         Log: The new tests were missing from #6415.
60406      Branch: perl
60407            ! t/op/bop.t
60408 ____________________________________________________________________________
60409 [  6701] By: jhi                                   on 2000/08/18  18:20:40
60410         Log: Document the NDBM_File and ODBM_File as SDBM_File
60411              was documented in #6417.
60412      Branch: perl
60413            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
60414            ! ext/SDBM_File/SDBM_File.pm
60415 ____________________________________________________________________________
60416 [  6700] By: jhi                                   on 2000/08/18  18:10:39
60417         Log: Subject: [PATCH perl@6698] cygwin port
60418              From: "Fifer, Eric" <EFifer@sanwaint.com>
60419              Date: Fri, 18 Aug 2000 17:30:05 +0100
60420              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
60421      Branch: perl
60422            ! lib/File/Temp.pm
60423 ____________________________________________________________________________
60424 [  6699] By: jhi                                   on 2000/08/18  16:21:49
60425         Log: Document code point which makes if (defined %stash::) to work
60426              (noted by Spider Boardman).
60427      Branch: perl
60428            ! op.c
60429 ____________________________________________________________________________
60430 [  6698] By: jhi                                   on 2000/08/18  13:43:27
60431         Log: Update Changes.
60432      Branch: perl
60433            ! Changes patchlevel.h
60434 ____________________________________________________________________________
60435 [  6697] By: jhi                                   on 2000/08/18  13:35:57
60436         Log: Tiny Getopt::Long patch from Johan Vromans.
60437      Branch: perl
60438            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
60439 ____________________________________________________________________________
60440 [  6696] By: jhi                                   on 2000/08/18  13:26:14
60441         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
60442              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
60443              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
60444              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
60445      Branch: perl
60446            ! pod/perldiag.pod pod/perlsyn.pod
60447 ____________________________________________________________________________
60448 [  6695] By: jhi                                   on 2000/08/18  13:13:26
60449         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
60450              From: Daniel Chetlin <daniel@chetlin.com>
60451              Date: Fri, 18 Aug 2000 03:13:36 -0700
60452              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
60453      Branch: perl
60454            ! pod/perlfunc.pod
60455 ____________________________________________________________________________
60456 [  6694] By: jhi                                   on 2000/08/18  13:08:05
60457         Log: Subject: [PATCH] perltrap.pod spring cleaning
60458              From: Daniel Chetlin <daniel@chetlin.com>
60459              Date: Fri, 18 Aug 2000 03:06:54 -0700
60460              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
60461              
60462              plus Mike Guy's nitfix.
60463      Branch: perl
60464            ! pod/perltrap.pod
60465 ____________________________________________________________________________
60466 [  6693] By: jhi                                   on 2000/08/18  13:00:26
60467         Log: Unbuffer the output.
60468              
60469              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
60470              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60471              Date: Thu, 17 Aug 2000 18:39:29 -0700
60472              Message-ID: <RPJn5gzkgydf092yn@efn.org>
60473      Branch: perl
60474            ! t/op/fork.t
60475 ____________________________________________________________________________
60476 [  6692] By: jhi                                   on 2000/08/18  05:19:17
60477         Log: Delete the image, too, not just its MANIFEStation.
60478      Branch: perl
60479            - lib/CGI/eg/wilogo.gif
60480 ____________________________________________________________________________
60481 [  6691] By: jhi                                   on 2000/08/18  05:10:26
60482         Log: Propagate new Configure vars.
60483      Branch: perl
60484            ! configure.com epoc/config.sh uconfig.h uconfig.sh
60485            ! vos/config.def vos/config.h vos/config_h.SH_orig
60486            ! win32/config.bc win32/config.gc win32/config.vc
60487            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
60488 ____________________________________________________________________________
60489 [  6690] By: jhi                                   on 2000/08/18  04:30:56
60490         Log: Update Changes.
60491      Branch: perl
60492            ! Changes patchlevel.h
60493 ____________________________________________________________________________
60494 [  6689] By: jhi                                   on 2000/08/18  04:12:30
60495         Log: Fix the lib/complex failure of
60496              
60497              From: abigail@foad.org
60498              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
60499              Date: 15 Aug 2000 04:06:38 -0000
60500              Message-Id: <20000815040638.8524.qmail@foad.org> 
60501              
60502              Linux long double accuracy issue: something that
60503              when printed with %g looks like "2" but int() of it is 1.
60504      Branch: perl
60505            ! lib/Math/Complex.pm
60506 ____________________________________________________________________________
60507 [  6688] By: jhi                                   on 2000/08/18  03:15:35
60508         Log: The byteorder code in #6671 was wrong.
60509      Branch: perl
60510            ! configpm
60511 ____________________________________________________________________________
60512 [  6687] By: jhi                                   on 2000/08/18  02:08:42
60513         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
60514              From: Jan Dubois <jand@ActiveState.com>
60515              Date: Thu, 17 Aug 2000 18:31:55 -0700
60516              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
60517      Branch: perl
60518            ! sv.c
60519 ____________________________________________________________________________
60520 [  6686] By: jhi                                   on 2000/08/18  02:04:15
60521         Log: Use NVs in POSIX math, not doubles.
60522              
60523              From: abigail@foad.org
60524              Subject: [ID 20000817.014] POSIX & modfl
60525              Date: 17 Aug 2000 20:49:18 -0000
60526              Message-Id: <20000817204918.23123.qmail@foad.org>
60527      Branch: perl
60528            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
60529 ____________________________________________________________________________
60530 [  6685] By: jhi                                   on 2000/08/18  02:02:12
60531         Log: Introduce NVef, NVff, and NVgf, use the middle one.
60532              (helps for lib/peek + Linux + long doubles)  Reported in
60533              
60534              From: abigail@foad.org
60535              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
60536              Date: 15 Aug 2000 04:06:38 -0000
60537              Message-Id: <20000815040638.8524.qmail@foad.org> 
60538              
60539              (note: the lib/complex failure has not yet been addressed)
60540      Branch: metaconfig/U/perl
60541            ! perlxvf.U
60542      Branch: perl
60543            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60544            ! config_h.SH dump.c perl.h pod/perlguts.pod
60545 ____________________________________________________________________________
60546 [  6684] By: jhi                                   on 2000/08/17  23:22:19
60547         Log: Add byteorder to the myconfig output.
60548      Branch: perl
60549            ! myconfig.SH
60550 ____________________________________________________________________________
60551 [  6683] By: jhi                                   on 2000/08/17  23:20:19
60552         Log: The image doth not exist, spotted by Johan Vromans.
60553      Branch: perl
60554            ! MANIFEST
60555 ____________________________________________________________________________
60556 [  6682] By: jhi                                   on 2000/08/17  22:38:16
60557         Log: Document what the backtick returns if the command fails.
60558      Branch: perl
60559            ! pod/perlop.pod
60560 ____________________________________________________________________________
60561 [  6681] By: jhi                                   on 2000/08/17  22:33:12
60562         Log: Do not use prototyping here.
60563              
60564              Subject: [ID 20000817.016] [PATCH] Peek.xs
60565              From: abigail@foad.org
60566              Date: 17 Aug 2000 20:55:56 -0000
60567              Message-Id: <20000817205556.24270.qmail@foad.org>
60568      Branch: perl
60569            ! ext/Devel/Peek/Makefile.PL
60570 ____________________________________________________________________________
60571 [  6680] By: jhi                                   on 2000/08/17  19:46:43
60572         Log: Don't propose using modules built for 5.005 if no binary
60573              compatibility with 5.005 is attempted.
60574              
60575              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
60576              Subject: Minor nit with 5.7.0 (6655)
60577              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
60578              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
60579      Branch: metaconfig
60580            ! U/installdirs/inc_version_list.U
60581      Branch: perl
60582            ! Configure config_h.SH
60583 ____________________________________________________________________________
60584 [  6679] By: jhi                                   on 2000/08/17  19:16:39
60585         Log: Microperl config update.
60586      Branch: perl
60587            ! uconfig.h uconfig.sh
60588 ____________________________________________________________________________
60589 [  6678] By: jhi                                   on 2000/08/17  19:16:13
60590         Log: The #6648 wasn't protective enough for limited platforms
60591              (like microperl).
60592      Branch: perl
60593            ! dump.c sv.c
60594 ____________________________________________________________________________
60595 [  6677] By: jhi                                   on 2000/08/17  14:46:35
60596         Log: Update Changes.
60597      Branch: perl
60598            ! Changes patchlevel.h
60599 ____________________________________________________________________________
60600 [  6676] By: jhi                                   on 2000/08/17  14:44:02
60601         Log: Add perlebcdic from Peter Prymmer, regen toc.
60602      Branch: perl
60603            + pod/perlebcdic.pod
60604            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
60605 ____________________________________________________________________________
60606 [  6675] By: jhi                                   on 2000/08/17  14:41:52
60607         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
60608      Branch: perl
60609            ! pod/perldebtut.pod
60610 ____________________________________________________________________________
60611 [  6674] By: jhi                                   on 2000/08/17  14:29:43
60612         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
60613              
60614              Subject: [ID 20000724.006] -DLEAKTEST problem
60615              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
60616              Date: Tue, 25 Jul 2000 00:36:32 -0500
60617              Message-Id: <20000725003632.A26186@www.llamacom.com>
60618              
60619              Reminder sent
60620              
60621              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
60622              From: Hugo <hv@crypt.compulink.co.uk>
60623              Date: Thu, 17 Aug 2000 15:23:42 +0100
60624              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
60625      Branch: perl
60626            ! util.c
60627 ____________________________________________________________________________
60628 [  6673] By: jhi                                   on 2000/08/17  04:07:10
60629         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
60630              From: John Peacock <JPeacock@UnivPress.com>
60631              Date: Tue, 01 Aug 2000 09:38:12 -0400
60632              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
60633      Branch: perl
60634            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
60635 ____________________________________________________________________________
60636 [  6672] By: jhi                                   on 2000/08/17  03:04:35
60637         Log: Subject: [PATCH] Cwd.pm now uses strict
60638              From: Tim Jenness <timj@jach.hawaii.edu>
60639              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
60640              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
60641      Branch: perl
60642            ! lib/Cwd.pm
60643 ____________________________________________________________________________
60644 [  6671] By: jhi                                   on 2000/08/17  02:16:35
60645         Log: Make $Config{byteorder} more magical so that it is
60646              dynamically computed: nice for 'fat binaries'.
60647              
60648              Subject: [PATCH]: default byteorder
60649              From: Wilfredo Sánchez <wsanchez@apple.com>
60650              Date: Mon, 31 Jul 2000 19:45:31 -0700
60651              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
60652      Branch: perl
60653            ! configpm
60654 ____________________________________________________________________________
60655 [  6670] By: gsar                                  on 2000/08/17  01:22:21
60656         Log: move WNOHANG definition to where other such things are
60657      Branch: perl
60658            ! win32/win32.h
60659 ____________________________________________________________________________
60660 [  6669] By: jhi                                   on 2000/08/17  01:19:17
60661         Log: Update Changes.
60662      Branch: perl
60663            ! Changes patchlevel.h
60664 ____________________________________________________________________________
60665 [  6668] By: jhi                                   on 2000/08/17  01:16:29
60666         Log: Doc nits spotted by Richard Soderberg.
60667      Branch: perl
60668            ! README.posix-bc README.vmesa
60669 ____________________________________________________________________________
60670 [  6667] By: jhi                                   on 2000/08/17  01:12:11
60671         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
60672              From: "Casey R. Tweten" <crt@kiski.net>
60673              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
60674              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
60675      Branch: perl
60676            ! pod/perldebtut.pod
60677 ____________________________________________________________________________
60678 [  6666] By: jhi                                   on 2000/08/17  01:09:31
60679         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
60680              From: "Casey R. Tweten" <crt@kiski.net>
60681              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
60682              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
60683      Branch: perl
60684            ! lib/Shell.pm
60685 ____________________________________________________________________________
60686 [  6665] By: gsar                                  on 2000/08/17  01:03:52
60687         Log: add "ok" targets from change#6632 in makefile.mk
60688      Branch: perl
60689            ! pod/perlport.pod win32/Makefile win32/makefile.mk
60690 ____________________________________________________________________________
60691 [  6664] By: gsar                                  on 2000/08/17  00:56:11
60692         Log: avoid warnings from dense compiler
60693      Branch: perl
60694            ! win32/win32.c
60695 ____________________________________________________________________________
60696 [  6663] By: jhi                                   on 2000/08/17  00:51:49
60697         Log: Tweak the regex compilation errors once more.
60698      Branch: perl
60699            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
60700            ! t/op/regmesg.t t/pragma/warn/regcomp
60701 ____________________________________________________________________________
60702 [  6662] By: gsar                                  on 2000/08/17  00:28:19
60703         Log: trailing new %ENV entries weren't being pushed into the real
60704              environment of subprocesses on Windows
60705      Branch: perl
60706            ! t/op/magic.t win32/perlhost.h
60707 ____________________________________________________________________________
60708 [  6661] By: gsar                                  on 2000/08/17  00:19:20
60709         Log: waitpid() now handles externally spawned pids correctly;
60710              fixes for backtick/wait/waitpid failures on Windows 9x
60711              
60712              these changes make the pid returned by process functions on
60713              Windows 9x always positive by clearing the high bit (which
60714              is always set on Win9x); pseudo-process PIDs are likewise
60715              always negative now on Win9x (just as on NT/2000)
60716      Branch: perl
60717            ! pp_sys.c win32/perlhost.h win32/win32.c
60718 ____________________________________________________________________________
60719 [  6660] By: jhi                                   on 2000/08/17  00:04:32
60720         Log: Retract #6645.
60721      Branch: perl
60722            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60723            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
60724            ! t/op/sprintf.t
60725 ____________________________________________________________________________
60726 [  6659] By: gsar                                  on 2000/08/16  23:59:28
60727         Log: on windows, the return values from wait() and waitpid() don't
60728              match those of pseudo-pids
60729      Branch: perl
60730            ! pp_sys.c t/op/fork.t util.c win32/win32.c
60731 ____________________________________________________________________________
60732 [  6658] By: gsar                                  on 2000/08/16  23:56:14
60733         Log: pod nit seen in passing
60734      Branch: perl
60735            ! pod/perlfunc.pod
60736 ____________________________________________________________________________
60737 [  6657] By: gsar                                  on 2000/08/16  23:53:42
60738         Log: change#6328 could make close(SOCKET) return false on windows
60739              when it shouldn't
60740      Branch: perl
60741            ! win32/win32sck.c
60742 ____________________________________________________________________________
60743 [  6656] By: gsar                                  on 2000/08/16  23:46:57
60744         Log: check that the number pseudo children doesn't exceed
60745              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
60746              the WaitForMultipleObjects() limit that would cause wait()
60747              to crash)
60748              
60749              wait() and waitpid() could potentially be rewritten to use
60750              more than one thread to do the waiting to eliminate this
60751              limitation
60752      Branch: perl
60753            ! win32/perlhost.h
60754 ____________________________________________________________________________
60755 [  6655] By: jhi                                   on 2000/08/16  14:11:05
60756         Log: Update Changes.
60757      Branch: perl
60758            ! Changes patchlevel.h
60759 ____________________________________________________________________________
60760 [  6654] By: jhi                                   on 2000/08/16  14:10:12
60761         Log: Update to perldebtut 1.9, from Richard Foley.
60762      Branch: perl
60763            ! pod/perldebtut.pod
60764 ____________________________________________________________________________
60765 [  6653] By: jhi                                   on 2000/08/16  14:08:17
60766         Log: Change the regx compilation error markers to use = instead of <
60767              since pod makes using the latter quite messy.  Reported in
60768              ID 20000814.006 by Abigail and in
60769              Subject: Unknown escape E<> ?
60770              From: Lupe Christoph <lupe@lupe-christoph.de>
60771              Date: Fri, 11 Aug 2000 00:30:27 +0200
60772              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
60773      Branch: perl
60774            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
60775            ! t/op/regmesg.t t/pragma/warn/regcomp
60776 ____________________________________________________________________________
60777 [  6652] By: jhi                                   on 2000/08/16  13:25:31
60778         Log: Change the perlbug address to perl.org since it's more forgiving.
60779              
60780              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
60781              From: abigail@foad.org
60782              Date: 15 Aug 2000 04:15:40 -0000
60783              Message-Id: <20000815041540.8633.qmail@foad.org>
60784      Branch: perl
60785            ! utils/perlbug.PL
60786 ____________________________________________________________________________
60787 [  6651] By: jhi                                   on 2000/08/16  13:22:35
60788         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
60789              From: Tim Jenness <timj@jach.hawaii.edu>
60790              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
60791              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
60792      Branch: perl
60793            ! lib/Cwd.pm
60794 ____________________________________________________________________________
60795 [  6650] By: jhi                                   on 2000/08/16  13:18:13
60796         Log: Update to CPAN 1.57.
60797              
60798              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
60799              From: andreas.koenig@anima.de (Andreas J. Koenig)
60800              Date: 16 Aug 2000 15:09:46 +0200
60801              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
60802      Branch: perl
60803            ! lib/CPAN.pm
60804 ____________________________________________________________________________
60805 [  6649] By: jhi                                   on 2000/08/16  13:12:31
60806         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
60807              From: "Larry W. Virden" <lvirden@cas.org>
60808              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
60809              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
60810      Branch: perl
60811            ! README.hpux
60812 ____________________________________________________________________________
60813 [  6648] By: jhi                                   on 2000/08/16  13:03:53
60814         Log: The numeric locale was reset to "C" by s?printf and never restored.
60815              
60816              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
60817              From: Christian Kirsch <ck@held.mind.de>
60818              Date: Wed, 9 Aug 2000 17:05:17 +0200
60819              Message-Id: <20000809170517.A25389@held>
60820              
60821              No test since adding the failing example to locale.t
60822              does not fail -- probably because the locale settings are so
60823              thoroughly tweaked by that time.  Running the example standalone
60824              does fail, though.  UPDATE: test case added at change #7540.
60825      Branch: perl
60826            ! dump.c perl.h pp.c pp_ctl.c sv.c
60827 ____________________________________________________________________________
60828 [  6647] By: jhi                                   on 2000/08/16  00:07:54
60829         Log: Update Changes and test semi-automatic patchlevel updating.
60830      Branch: perl
60831            ! Changes patchlevel.h
60832 ____________________________________________________________________________
60833 [  6646] By: jhi                                   on 2000/08/15  23:35:07
60834         Log: Fix a dependency problem.
60835              
60836              Subject: [PATCH: 6640] VMS Makefile.SH update
60837              From: Peter Prymmer <pvhp@forte.com>
60838              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
60839              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
60840      Branch: perl
60841            ! vms/descrip_mms.template
60842 ____________________________________________________________________________
60843 [  6645] By: jhi                                   on 2000/08/15  23:33:23
60844         Log: (Retracted by #6660)
60845              
60846              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
60847              From: Dominic Dunlop <domo@computer.org>
60848              Date: Tue, 15 Aug 2000 22:20:52 +0200
60849              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
60850      Branch: metaconfig/U/perl
60851            + d_printfed.U
60852      Branch: perl
60853            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60854            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
60855            ! t/op/sprintf.t
60856 ____________________________________________________________________________
60857 [  6644] By: jhi                                   on 2000/08/15  21:17:20
60858         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
60859              From: abigail@foad.org
60860              Date: 15 Aug 2000 20:12:41 -0000
60861              Message-Id: <20000815201241.25556.qmail@foad.org>
60862      Branch: perl
60863            ! INSTALL
60864 ____________________________________________________________________________
60865 [  6643] By: jhi                                   on 2000/08/15  21:15:28
60866         Log: (an already applied patch)
60867      Branch: perl
60868            ! lib/CGI.pm
60869 ____________________________________________________________________________
60870 [  6642] By: gsar                                  on 2000/08/15  19:54:05
60871         Log: magic callbacks all need to have same type signature
60872      Branch: perl
60873            ! embed.pl mg.c proto.h
60874 ____________________________________________________________________________
60875 [  6641] By: jhi                                   on 2000/08/15  17:56:27
60876         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)
60877              From: Mike Guy <mjtg@cam.ac.uk>
60878              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
60879              Date: Tue, 15 Aug 2000 18:26:45 +0100
60880              
60881              Only the peek.t part applied, not the hash quality part.
60882      Branch: perl
60883            ! t/lib/peek.t
60884 ____________________________________________________________________________
60885 [  6640] By: jhi                                   on 2000/08/15  16:37:37
60886         Log: Update Changes.
60887      Branch: perl
60888            ! Changes
60889 ____________________________________________________________________________
60890 [  6639] By: jhi                                   on 2000/08/15  16:34:55
60891         Log: Missed a file from #6638.
60892      Branch: perl
60893            ! lib/File/Temp.pm
60894 ____________________________________________________________________________
60895 [  6638] By: jhi                                   on 2000/08/15  16:33:19
60896         Log: Subject: [PATCH perl@6620] cygwin port
60897              From: "Fifer, Eric" <EFifer@sanwaint.com>
60898              Date: Tue, 15 Aug 2000 17:00:49 +0100
60899              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
60900      Branch: perl
60901            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
60902 ____________________________________________________________________________
60903 [  6637] By: jhi                                   on 2000/08/15  16:29:22
60904         Log: Subject: [PATCH] debugger exit code should reflect user exit code
60905              From: Mike Guy <mjtg@cam.ac.uk>
60906              Date: Tue, 15 Aug 2000 16:55:59 +0100
60907              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
60908      Branch: perl
60909            ! lib/perl5db.pl
60910 ____________________________________________________________________________
60911 [  6636] By: jhi                                   on 2000/08/15  15:30:58
60912         Log: Update Changes.
60913      Branch: perl
60914            ! Changes
60915 ____________________________________________________________________________
60916 [  6635] By: jhi                                   on 2000/08/15  15:27:21
60917         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
60918      Branch: metaconfig
60919            ! U/mkglossary U/mksample
60920      Branch: metaconfig/U/perl
60921            ! Devel.U
60922      Branch: perl
60923            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60924 ____________________________________________________________________________
60925 [  6634] By: jhi                                   on 2000/08/15  14:11:55
60926         Log: Don't blow limited stacks, a lower number is enough to
60927              tickle the lookbehind limit.
60928              
60929              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
60930              From: Dominic Dunlop <domo@computer.org>
60931              Date: Tue, 15 Aug 2000 13:51:24 +0200
60932              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
60933      Branch: perl
60934            ! t/op/regmesg.t
60935 ____________________________________________________________________________
60936 [  6633] By: jhi                                   on 2000/08/15  14:01:46
60937         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
60938              From: Mike Guy <mjtg@cam.ac.uk>
60939              Date: Tue, 15 Aug 2000 12:10:50 +0100
60940              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
60941      Branch: perl
60942            ! utils/perldoc.PL
60943 ____________________________________________________________________________
60944 [  6632] By: jhi                                   on 2000/08/15  13:58:48
60945         Log: make ok etc also for win32.
60946              
60947              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
60948              From: Prymmer/Kahn <pvhp@best.com>
60949              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
60950              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
60951      Branch: perl
60952            ! win32/Makefile
60953 ____________________________________________________________________________
60954 [  6631] By: jhi                                   on 2000/08/15  13:45:03
60955         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
60956      Branch: perl
60957            ! lib/Test.pm
60958 ____________________________________________________________________________
60959 [  6630] By: jhi                                   on 2000/08/15  03:25:09
60960         Log: Update Changes.
60961      Branch: perl
60962            ! Changes
60963 ____________________________________________________________________________
60964 [  6629] By: jhi                                   on 2000/08/15  03:23:53
60965         Log: magic_regdatum_set() is void, not int.
60966      Branch: perl
60967            ! embed.pl mg.c proto.h
60968 ____________________________________________________________________________
60969 [  6628] By: jhi                                   on 2000/08/15  03:08:02
60970         Log: Make the user to give up his firstborn, err, to knowingly
60971              verify installing an unstable developer release.  Also bump
60972              the release to 5.7.0, but leave a patch tag in the local
60973              patches saying that this is not yet the real thing.
60974      Branch: metaconfig
60975            ! U/modified/Instruct.U
60976      Branch: metaconfig/U/perl
60977            + Devel.U
60978      Branch: perl
60979            ! Configure patchlevel.h
60980 ____________________________________________________________________________
60981 [  6627] By: jhi                                   on 2000/08/14  22:32:52
60982         Log: README.os2 update.
60983              
60984              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
60985              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60986              Date: Wed, 02 Aug 2000 21:55:09 -0700
60987              Message-ID: <tsPi5gzkgegX092yn@efn.org>
60988      Branch: perl
60989            ! README.os2
60990 ____________________________________________________________________________
60991 [  6626] By: jhi                                   on 2000/08/14  21:00:02
60992         Log: Subject: Re: File::Temp problems on VMS in bleedperl
60993              From: Tim Jenness <timj@jach.hawaii.edu>
60994              cc: vmsperl@perl.org
60995              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
60996              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
60997      Branch: perl
60998            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
60999 ____________________________________________________________________________
61000 [  6625] By: jhi                                   on 2000/08/14  20:52:16
61001         Log: Add SUIDMAIL as was done for the CERT alert.
61002      Branch: perl
61003            ! patchlevel.h
61004 ____________________________________________________________________________
61005 [  6624] By: jhi                                   on 2000/08/14  20:48:50
61006         Log: Subject: sfio2000
61007              From: Daniel Muino <dmuino@afip.gov.ar>
61008              Date: Mon, 14 Aug 2000 16:58:11 -0300
61009              Message-ID: <20000814165811.B16368@con2-dgi>
61010      Branch: perl
61011            ! perlsdio.h perlsfio.h
61012 ____________________________________________________________________________
61013 [  6623] By: jhi                                   on 2000/08/14  20:47:36
61014         Log: Subject: warning: storage class after type is obsolescent
61015              From: Daniel Muino <dmuino@afip.gov.ar>
61016              Date: Mon, 14 Aug 2000 16:42:47 -0300
61017              Message-ID: <20000814164247.A16368@con2-dgi>
61018      Branch: perl
61019            ! regcomp.pl regnodes.h
61020 ____________________________________________________________________________
61021 [  6622] By: jhi                                   on 2000/08/14  20:43:05
61022         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
61023              From: abigail@foad.org
61024              Date: 14 Aug 2000 20:00:10 -0000
61025              Message-Id: <20000814200010.27271.qmail@foad.org>
61026      Branch: perl
61027            ! Changes
61028 ____________________________________________________________________________
61029 [  6621] By: jhi                                   on 2000/08/14  15:23:05
61030         Log: Update Changes.
61031      Branch: perl
61032            ! Changes
61033 ____________________________________________________________________________
61034 [  6620] By: jhi                                   on 2000/08/14  15:22:14
61035         Log: Subject: Re: [PATCH] @+, @- readonly
61036              From: Mike Guy <mjtg@cam.ac.uk>
61037              Date: Mon, 14 Aug 2000 15:26:55 +0100
61038              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
61039      Branch: perl
61040            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
61041            ! sv.c t/op/pat.t
61042 ____________________________________________________________________________
61043 [  6619] By: jhi                                   on 2000/08/14  14:12:08
61044         Log: Update Changes.
61045      Branch: perl
61046            ! Changes
61047 ____________________________________________________________________________
61048 [  6618] By: jhi                                   on 2000/08/14  14:09:34
61049         Log: For now remove the mail code.
61050      Branch: perl
61051            ! perl.c
61052 ____________________________________________________________________________
61053 [  6617] By: jhi                                   on 2000/08/14  14:08:28
61054         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
61055      Branch: perl
61056            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
61057            ! pod/perlfaq8.pod pod/perlsec.pod
61058 ____________________________________________________________________________
61059 [  6616] By: jhi                                   on 2000/08/14  14:00:11
61060         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
61061              From: Mike Guy <mjtg@cam.ac.uk>
61062              Date: Mon, 14 Aug 2000 08:26:02 +0100
61063              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
61064      Branch: perl
61065            ! lib/perl5db.pl
61066 ____________________________________________________________________________
61067 [  6615] By: jhi                                   on 2000/08/14  13:58:45
61068         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
61069              From: Mike Guy <mjtg@cam.ac.uk>
61070              Date: Mon, 14 Aug 2000 08:04:22 +0100
61071              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
61072      Branch: perl
61073            ! gv.c mg.c t/op/pat.t
61074 ____________________________________________________________________________
61075 [  6614] By: jhi                                   on 2000/08/14  13:56:45
61076         Log: Subject: Test fails / warnings with perl-current #6612
61077              From: Mike Guy <mjtg@cam.ac.uk>
61078              Date: Mon, 14 Aug 2000 07:57:23 +0100
61079              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
61080      Branch: perl
61081            ! t/lib/b.t t/lib/peek.t
61082 ____________________________________________________________________________
61083 [  6613] By: jhi                                   on 2000/08/14  13:45:33
61084         Log: VMS configure.com update continues.
61085      Branch: perl
61086            - vms/configure.com
61087            ! MANIFEST configure.com
61088 ____________________________________________________________________________
61089 [  6612] By: jhi                                   on 2000/08/13  22:13:35
61090         Log: Update Changes.
61091      Branch: perl
61092            ! Changes
61093 ____________________________________________________________________________
61094 [  6611] By: jhi                                   on 2000/08/13  16:21:45
61095         Log: Upgrade to CGI 2.71, from Lincoln Stein.
61096      Branch: perl
61097            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
61098 ____________________________________________________________________________
61099 [  6610] By: jhi                                   on 2000/08/13  15:09:16
61100         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
61101              From: Mike Guy <mjtg@cam.ac.uk>
61102              Date: Sun, 13 Aug 2000 13:45:51 +0100
61103              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
61104      Branch: perl
61105            ! t/op/regmesg.t
61106 ____________________________________________________________________________
61107 [  6609] By: jhi                                   on 2000/08/13  14:31:26
61108         Log: Andreas says that 1.56 is fine, so reverting back to it.
61109      Branch: perl
61110            ! lib/CPAN.pm
61111 ____________________________________________________________________________
61112 [  6608] By: jhi                                   on 2000/08/13  05:34:20
61113         Log: Update Changes.
61114      Branch: perl
61115            ! Changes
61116 ____________________________________________________________________________
61117 [  6607] By: jhi                                   on 2000/08/13  05:32:01
61118         Log: Put back the \z changes of #5406 to CPAN.pm.
61119      Branch: perl
61120            ! lib/CPAN.pm
61121 ____________________________________________________________________________
61122 [  6606] By: jhi                                   on 2000/08/13  05:20:16
61123         Log: Fix-n-skip the tests under 5005threads.
61124      Branch: perl
61125            ! t/lib/b.t
61126 ____________________________________________________________________________
61127 [  6605] By: jhi                                   on 2000/08/13  05:07:48
61128         Log: Fix the test for 5005threads.
61129      Branch: perl
61130            ! t/lib/peek.t
61131 ____________________________________________________________________________
61132 [  6604] By: jhi                                   on 2000/08/13  03:35:37
61133         Log: Should have deleted this in #6603.
61134      Branch: perl
61135            - vms/subconfigure.com
61136 ____________________________________________________________________________
61137 [  6603] By: jhi                                   on 2000/08/12  18:29:32
61138         Log: Rewrite of vms/subconfigure.com as configure.com,
61139              from Peter Prymmer and the vmsperl crew.
61140      Branch: perl
61141            + vms/configure.com
61142            ! MANIFEST
61143 ____________________________________________________________________________
61144 [  6602] By: jhi                                   on 2000/08/11  13:00:01
61145         Log: PlainText.pm is dead.
61146      Branch: perl
61147            - lib/Pod/PlainText.pm
61148            ! MANIFEST
61149 ____________________________________________________________________________
61150 [  6601] By: jhi                                   on 2000/08/11  04:06:45
61151         Log: Update Changes.
61152      Branch: perl
61153            ! Changes
61154 ____________________________________________________________________________
61155 [  6600] By: jhi                                   on 2000/08/11  04:06:10
61156         Log: Add a few missing files, update MANIFEST.
61157      Branch: perl
61158            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
61159            + lib/Pod/PlainText.pm t/pod/find.t
61160            ! MANIFEST t/op/regmesg.t
61161 ____________________________________________________________________________
61162 [  6599] By: jhi                                   on 2000/08/11  03:31:10
61163         Log: Add Perl debugging tutorial, regen toc. 
61164              
61165              Subject: perldebtut.pod
61166              From: Richard Foley <Richard.Foley@m.dasa.de>
61167              Date: Wed, 09 Aug 2000 10:17:15 +0200
61168              Message-id: <3991138B.262247B8@m.dasa.de>
61169      Branch: perl
61170            + pod/perldebtut.pod
61171            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
61172 ____________________________________________________________________________
61173 [  6598] By: jhi                                   on 2000/08/11  02:48:56
61174         Log: tiny Changes edit
61175      Branch: perl
61176            ! Changes
61177 ____________________________________________________________________________
61178 [  6597] By: jhi                                   on 2000/08/11  02:39:04
61179         Log: Tests for #6589.
61180              
61181              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
61182              From: simon@brecon.co.uk (Simon Cozens)
61183              Date: 11 Aug 2000 02:24:52 GMT
61184              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
61185      Branch: perl
61186            ! t/lib/b.t
61187 ____________________________________________________________________________
61188 [  6596] By: jhi                                   on 2000/08/11  01:50:07
61189         Log: Update Changes.
61190      Branch: perl
61191            ! Changes
61192 ____________________________________________________________________________
61193 [  6595] By: jhi                                   on 2000/08/11  01:47:16
61194         Log: nitfix
61195      Branch: perl
61196            ! Changes
61197 ____________________________________________________________________________
61198 [  6594] By: jhi                                   on 2000/08/11  01:36:16
61199         Log: Subject: Getting perlio and threads to compile
61200              From: Lupe Christoph <lupe@lupe-christoph.de>
61201              Date: Wed, 9 Aug 2000 11:35:54 +0200
61202              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
61203              
61204              (the Solaris version changes in Configure skipped)
61205      Branch: perl
61206            ! hints/solaris_2.sh thread.h
61207 ____________________________________________________________________________
61208 [  6593] By: jhi                                   on 2000/08/11  01:30:16
61209         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
61210              From: simon@brecon.co.uk (Simon Cozens)
61211              Date: 1 Aug 2000 06:55:19 GMT
61212              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
61213      Branch: perl
61214            ! lib/utf8.pm
61215 ____________________________________________________________________________
61216 [  6592] By: jhi                                   on 2000/08/11  01:26:39
61217         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
61218              From: Peter Scott <Peter@PeterScott.com>
61219              Date: Thu, 10 Aug 2000 08:23:27 -0700
61220              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
61221      Branch: perl
61222            ! lib/perl5db.pl
61223 ____________________________________________________________________________
61224 [  6591] By: jhi                                   on 2000/08/11  01:22:02
61225         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
61226              From: Hugo <hv@crypt.compulink.co.uk>
61227              Date: Thu, 10 Aug 2000 19:23:04 +0100
61228              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
61229      Branch: perl
61230            ! regexec.c t/op/pat.t
61231 ____________________________________________________________________________
61232 [  6590] By: jhi                                   on 2000/08/11  01:19:19
61233         Log: Preprocessing and postprocessing for File::Find.
61234              
61235              Subject: Patch to Find::File.pm to allow alphabetical results
61236              From: Joe Smith <jsmith@inwap.com>
61237              Date: Wed, 9 Aug 2000 02:44:54 -0700
61238              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
61239      Branch: perl
61240            ! lib/File/Find.pm
61241 ____________________________________________________________________________
61242 [  6589] By: jhi                                   on 2000/08/11  01:12:39
61243         Log: B::Deparse didn't do sub attributes.
61244              
61245              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
61246              From: simon@brecon.co.uk (Simon Cozens)
61247              Date: 9 Aug 2000 04:49:20 GMT
61248              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
61249      Branch: perl
61250            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
61251 ____________________________________________________________________________
61252 [  6588] By: jhi                                   on 2000/08/11  01:06:40
61253         Log: Subject: debugger "d" command doesnt check line number
61254              From: Mike Guy <mjtg@cam.ac.uk>
61255              Date: Tue, 08 Aug 2000 21:54:29 +0100
61256              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
61257      Branch: perl
61258            ! lib/perl5db.pl mg.c pod/perldiag.pod
61259 ____________________________________________________________________________
61260 [  6587] By: jhi                                   on 2000/08/11  00:45:03
61261         Log: sleep(1) does not necessarily return 1.
61262              
61263              Subject: [PATCH bleadperl] op/lex_assign.t  
61264              From: Hugo <hv@crypt.compulink.co.uk>
61265              Date: Thu, 03 Aug 2000 14:34:22 +0100        
61266              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
61267      Branch: perl
61268            ! t/op/lex_assign.t
61269 ____________________________________________________________________________
61270 [  6586] By: jhi                                   on 2000/08/11  00:31:50
61271         Log: Document the IO::Select timeout.
61272      Branch: perl
61273            ! ext/IO/lib/IO/Select.pm
61274 ____________________________________________________________________________
61275 [  6585] By: jhi                                   on 2000/08/11  00:13:54
61276         Log: Forgot contributor.
61277      Branch: perl
61278            ! Changes
61279 ____________________________________________________________________________
61280 [  6584] By: jhi                                   on 2000/08/11  00:09:19
61281         Log: detypo
61282      Branch: perl
61283            ! Changes
61284 ____________________________________________________________________________
61285 [  6583] By: jhi                                   on 2000/08/11  00:07:53
61286         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
61287              
61288              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
61289              From: Mike Guy <mjtg@cam.ac.uk> 
61290              Date: Thu, 10 Aug 2000 15:50:54 +0100
61291              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
61292      Branch: perl
61293            ! sv.c t/op/int.t
61294 ____________________________________________________________________________
61295 [  6582] By: jhi                                   on 2000/08/10  23:29:32
61296         Log: Update Changes.
61297      Branch: perl
61298            ! Changes
61299 ____________________________________________________________________________
61300 [  6581] By: jhi                                   on 2000/08/10  23:26:16
61301         Log: Put back the std @INC thing.
61302      Branch: perl
61303            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
61304            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
61305            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
61306            ! t/lib/gol-oo.t
61307 ____________________________________________________________________________
61308 [  6580] By: jhi                                   on 2000/08/10  23:03:34
61309         Log: Update to CGI 2.70, from Lincoln Stein.
61310      Branch: perl
61311            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
61312            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
61313            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
61314            ! t/lib/cgi-request.t
61315 ____________________________________________________________________________
61316 [  6579] By: jhi                                   on 2000/08/10  22:41:50
61317         Log: Update to CPAN 1.56, from Andreas König.
61318      Branch: perl
61319            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
61320 ____________________________________________________________________________
61321 [  6578] By: jhi                                   on 2000/08/10  22:38:13
61322         Log: Update to Pod::Parser 1.17, from Brad Appleton.
61323      Branch: perl
61324            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
61325            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
61326            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
61327            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
61328            ! t/pod/include.t t/pod/included.t t/pod/lref.t
61329            ! t/pod/multiline_items.t t/pod/nested_items.t
61330            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
61331            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
61332            ! t/pod/special_seqs.t
61333 ____________________________________________________________________________
61334 [  6577] By: jhi                                   on 2000/08/10  22:35:41
61335         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
61336      Branch: perl
61337            ! AUTHORS MAINTAIN
61338 ____________________________________________________________________________
61339 [  6576] By: jhi                                   on 2000/08/10  22:24:54
61340         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
61341      Branch: perl
61342            + t/lib/gol-oo.t
61343            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
61344            ! t/lib/gol-compat.t t/lib/gol-linkage.t
61345 ____________________________________________________________________________
61346 [  6575] By: jhi                                   on 2000/08/10  22:02:07
61347         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
61348      Branch: perl
61349            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
61350 ____________________________________________________________________________
61351 [  6574] By: jhi                                   on 2000/08/10  21:55:03
61352         Log: Iterating perl6 description.
61353      Branch: perl
61354            ! pod/perlfaq1.pod
61355 ____________________________________________________________________________
61356 [  6573] By: jhi                                   on 2000/08/10  21:48:26
61357         Log: Revert the sv.c part of #6559, a better fix is needed.
61358      Branch: perl
61359            ! sv.c
61360 ____________________________________________________________________________
61361 [  6572] By: jhi                                   on 2000/08/10  20:33:43
61362         Log: It's the 2ndO'ROSSC.
61363      Branch: perl
61364            ! pod/perlfaq1.pod
61365 ____________________________________________________________________________
61366 [  6571] By: jhi                                   on 2000/08/10  15:55:48
61367         Log: detypo
61368      Branch: perl
61369            ! pod/perlfaq1.pod
61370 ____________________________________________________________________________
61371 [  6570] By: jhi                                   on 2000/08/10  14:11:17
61372         Log: An exceptionally sticky typo.
61373      Branch: perl
61374            ! Changes
61375 ____________________________________________________________________________
61376 [  6569] By: jhi                                   on 2000/08/10  14:09:33
61377         Log: detypo (and test Changes updating script)
61378      Branch: perl
61379            ! Changes
61380 ____________________________________________________________________________
61381 [  6568] By: jhi                                   on 2000/08/10  14:07:07
61382         Log: Update Changes.
61383      Branch: perl
61384            ! Changes
61385 ____________________________________________________________________________
61386 [  6567] By: jhi                                   on 2000/08/10  14:06:19
61387         Log: Amend the description of Perl6.
61388              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
61389              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
61390              Date: Wed, 9 Aug 2000 22:11:06 -0500
61391              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
61392      Branch: perl
61393            ! pod/perlfaq1.pod
61394 ____________________________________________________________________________
61395 [  6566] By: jhi                                   on 2000/08/10  13:58:57
61396         Log: Subject: Remove dead entry in perldiag
61397              From: Mike Guy <mjtg@cam.ac.uk>
61398              Date: Thu, 10 Aug 2000 14:19:19 +0100
61399              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
61400      Branch: perl
61401            ! pod/perldiag.pod
61402 ____________________________________________________________________________
61403 [  6565] By: jhi                                   on 2000/08/10  13:51:48
61404         Log: Zero entries were skipped, fix from Adrian Goalby
61405              <argoalby@yahoo.co.uk>
61406      Branch: perl
61407            ! lib/unicode/Number.pl lib/unicode/mktables.PL
61408 ____________________________________________________________________________
61409 [  6564] By: jhi                                   on 2000/08/10  13:00:12
61410         Log: Subject: [PATCH 5.6.0] cygwin port
61411              From: "Fifer, Eric" <EFifer@sanwaint.com>
61412              Date: Thu, 10 Aug 2000 13:15:36 +0100
61413              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
61414      Branch: perl
61415            ! README.cygwin hints/cygwin.sh
61416 ____________________________________________________________________________
61417 [  6563] By: jhi                                   on 2000/08/10  12:55:16
61418         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
61419      Branch: perl
61420            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
61421 ____________________________________________________________________________
61422 [  6562] By: gsar                                  on 2000/08/10  08:38:39
61423         Log: warn is a macro, avoid using at a variable to avoid warnings
61424              in some configurations; readdir.t is too conservative in
61425              estimating number of *.t's
61426      Branch: perl
61427            ! t/op/readdir.t util.c
61428 ____________________________________________________________________________
61429 [  6561] By: jhi                                   on 2000/08/09  23:35:42
61430         Log: Update Changes.
61431      Branch: perl
61432            ! Changes
61433 ____________________________________________________________________________
61434 [  6560] By: jhi                                   on 2000/08/09  23:05:47
61435         Log: Subject: Re: enhanced(?) regex error messages
61436              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
61437              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
61438              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
61439              
61440              (plus two small patches sent privately)
61441              (this still seems to leave few test failures)
61442      Branch: perl
61443            + t/op/regmesg.t
61444            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
61445            ! t/pragma/warn/regcomp
61446 ____________________________________________________________________________
61447 [  6559] By: jhi                                   on 2000/08/09  20:41:18
61448         Log: (The fix did work but was not right, retracted in #6573)
61449              
61450              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
61451              From: Christian Kirsch <ck@held.mind.de>
61452              Date: Wed, 9 Aug 2000 17:05:17 +0200
61453              Message-Id: <20000809170517.A25389@held>
61454      Branch: perl
61455            ! sv.c t/pragma/locale.t
61456 ____________________________________________________________________________
61457 [  6558] By: jhi                                   on 2000/08/08  22:34:08
61458         Log: Tiny updates on the contributors list.
61459      Branch: perl
61460            ! Changes
61461 ____________________________________________________________________________
61462 [  6557] By: jhi                                   on 2000/08/08  19:34:28
61463         Log: Double check that we have a dirhandle.
61464      Branch: perl
61465            ! util.c
61466 ____________________________________________________________________________
61467 [  6556] By: jhi                                   on 2000/08/08  19:01:51
61468         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
61469              May be repopulated with fresh maintained examples.
61470      Branch: perl
61471            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
61472            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
61473            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
61474            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
61475            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
61476            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
61477            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
61478            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
61479            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
61480            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
61481            + lib/CGI/eg/wilogo_gif.uu
61482            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
61483            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
61484            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
61485            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
61486            - eg/cgi/frameset.cgi eg/cgi/index.html
61487            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
61488            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
61489            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
61490            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
61491            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
61492            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
61493            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
61494            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
61495            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
61496            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
61497            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
61498            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
61499            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
61500            - eg/van/vanish eg/who eg/wrapsuid
61501            ! MANIFEST
61502 ____________________________________________________________________________
61503 [  6555] By: jhi                                   on 2000/08/08  18:51:08
61504         Log: Delete chat2 as requested by Randal.
61505              
61506              Subject: Re: perlfaq8 coyness
61507              From: merlyn@stonehenge.com (Randal L. Schwartz) 
61508              Date: 15 May 2000 18:52:42 -0700 
61509              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
61510      Branch: perl
61511            - lib/chat2.pl
61512            ! MANIFEST
61513 ____________________________________________________________________________
61514 [  6554] By: jhi                                   on 2000/08/08  18:31:35
61515         Log: Regen global.sym.
61516      Branch: perl
61517            ! global.sym
61518 ____________________________________________________________________________
61519 [  6553] By: jhi                                   on 2000/08/08  18:28:13
61520         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
61521              (either perlbug or p5p ate the original), plus regen
61522              perlapi and perltoc. 
61523      Branch: perl
61524            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
61525            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
61526            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
61527            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
61528            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
61529            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
61530            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
61531            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
61532            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
61533            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
61534 ____________________________________________________________________________
61535 [  6552] By: jhi                                   on 2000/08/08  18:06:29
61536         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
61537              From: Mike Guy <mjtg@cam.ac.uk>
61538              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
61539              Date: Tue, 08 Aug 2000 15:51:27 +0100
61540      Branch: perl
61541            ! doop.c sv.h t/op/join.t t/pragma/overload.t
61542 ____________________________________________________________________________
61543 [  6551] By: jhi                                   on 2000/08/08  18:01:11
61544         Log: Re-apply #6549.
61545      Branch: perl
61546            ! lib/perl5db.pl
61547 ____________________________________________________________________________
61548 [  6550] By: jhi                                   on 2000/08/08  17:43:08
61549         Log: Accidental retraction of #6549.
61550      Branch: perl
61551            ! lib/perl5db.pl
61552 ____________________________________________________________________________
61553 [  6549] By: jhi                                   on 2000/08/08  17:40:04
61554         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
61555              From: Mike Guy <mjtg@cam.ac.uk>
61556              Date: Mon, 07 Aug 2000 21:49:58 +0100
61557              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
61558      Branch: perl
61559            ! lib/perl5db.pl
61560 ____________________________________________________________________________
61561 [  6548] By: jhi                                   on 2000/08/08  17:37:57
61562         Log: Document here-doc better.
61563              
61564              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
61565              From: Mike Guy <mjtg@cam.ac.uk>
61566              Date: Mon, 07 Aug 2000 14:02:09 +0100
61567              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
61568      Branch: perl
61569            ! pod/perldata.pod
61570 ____________________________________________________________________________
61571 [  6547] By: jhi                                   on 2000/08/08  17:33:34
61572         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
61573              From: "Randy J. Ray" <rjray@redhat.com>
61574              Date: Mon, 07 Aug 2000 19:12:25 -0700
61575              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
61576      Branch: perl
61577            ! perl.c pod/perlrun.pod
61578 ____________________________________________________________________________
61579 [  6546] By: jhi                                   on 2000/08/08  17:29:26
61580         Log: Subject: Re: enhanced(?) regex error messages 
61581              From: Hugo <hv@crypt.compulink.co.uk>
61582              Date: Tue, 08 Aug 2000 03:25:51 +0100
61583              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
61584              
61585              plus Capitalize the error messages, plus perldiag them.
61586      Branch: perl
61587            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
61588 ____________________________________________________________________________
61589 [  6545] By: jhi                                   on 2000/08/08  13:59:28
61590         Log: Augment #6539 a bit: don't croak if there's magic in the air.
61591              
61592              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
61593              From: Hugo <hv@crypt.compulink.co.uk>
61594              Date: Tue, 08 Aug 2000 03:02:03 +0100
61595              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
61596      Branch: perl
61597            ! pp.c t/op/bless.t
61598 ____________________________________________________________________________
61599 [  6544] By: jhi                                   on 2000/08/07  21:11:52
61600         Log: Make the test -w clean.
61601      Branch: perl
61602            ! t/op/bless.t
61603 ____________________________________________________________________________
61604 [  6543] By: jhi                                   on 2000/08/07  19:49:53
61605         Log: use warnings instead of $^W.
61606      Branch: perl
61607            ! t/op/bless.t
61608 ____________________________________________________________________________
61609 [  6542] By: jhi                                   on 2000/08/07  17:41:41
61610         Log: Disable a portability warning Because We Know What We Are Doing.
61611      Branch: perl
61612            ! t/op/bless.t
61613 ____________________________________________________________________________
61614 [  6541] By: jhi                                   on 2000/08/07  17:29:51
61615         Log: Tiny tidying on report_evil_fh().
61616      Branch: perl
61617            ! util.c
61618 ____________________________________________________________________________
61619 [  6540] By: jhi                                   on 2000/08/07  16:37:38
61620         Log: Make regular expression parse error messages easier to understand.
61621              
61622              Subject: Re: enhanced(?) regex error messages
61623              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
61624              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
61625              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
61626      Branch: perl
61627            ! regcomp.c
61628 ____________________________________________________________________________
61629 [  6539] By: jhi                                   on 2000/08/07  16:12:27
61630         Log: Make bless(REF, REF) a fatal error, add bless tests.
61631              
61632              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
61633              From: Hugo <hv@crypt.compulink.co.uk>
61634              Date: Mon, 07 Aug 2000 16:59:38 +0100
61635              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
61636      Branch: perl
61637            + t/op/bless.t
61638            ! MANIFEST pod/perldiag.pod pp.c sv.c
61639 ____________________________________________________________________________
61640 [  6538] By: jhi                                   on 2000/08/07  15:59:43
61641         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
61642              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
61643              Date: Thu, 3 Aug 2000 14:29:21 -0700
61644              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
61645      Branch: perl
61646            ! lib/lib_pm.PL
61647 ____________________________________________________________________________
61648 [  6537] By: jhi                                   on 2000/08/07  15:47:18
61649         Log: Retract #6419 for now since it breaks in AFS and MachTen.
61650      Branch: perl
61651            ! lib/Cwd.pm
61652 ____________________________________________________________________________
61653 [  6536] By: jhi                                   on 2000/08/07  15:05:29
61654         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
61655              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
61656              The security hole exists only in suidperls, which isn't
61657              installed or even built by default.
61658      Branch: perl
61659            ! perl.c
61660 ____________________________________________________________________________
61661 [  6535] By: jhi                                   on 2000/08/07  14:45:14
61662         Log: tr memory corruption fix from Simon Cozens.
61663      Branch: perl
61664            ! doop.c
61665 ____________________________________________________________________________
61666 [  6534] By: jhi                                   on 2000/08/06  11:38:16
61667         Log: Document a bit that UDP is not what you might think.
61668              
61669              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
61670              From: Lupe Christoph <lupe@lupe-christoph.de>
61671              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
61672              Date: Mon, 24 Jul 2000 08:59:15 +0200
61673      Branch: perl
61674            ! pod/perlipc.pod
61675 ____________________________________________________________________________
61676 [  6533] By: jhi                                   on 2000/08/06  11:35:01
61677         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
61678              From: Jeff Pinyan <jeffp@hut.crusoe.net>
61679              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
61680              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
61681      Branch: perl
61682            ! pod/perlfunc.pod
61683 ____________________________________________________________________________
61684 [  6532] By: jhi                                   on 2000/08/06  03:45:41
61685         Log: Have symbols for the IoTYPEs.
61686      Branch: perl
61687            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
61688 ____________________________________________________________________________
61689 [  6531] By: jhi                                   on 2000/08/06  01:33:55
61690         Log: Continue fixing the io warnings.  This also
61691              sort of fixes bug ID 20000802.003: the core dump
61692              is no more.  Whether the current behaviour is correct
61693              (giving a warning: "Not a format reference"), is another matter.
61694      Branch: perl
61695            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
61696            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
61697 ____________________________________________________________________________
61698 [  6530] By: jhi                                   on 2000/08/05  21:33:12
61699         Log: Change the Policy policy: now -Dprefix= with an existing
61700              Policy.sh and prefix == siteprefix == vendorprefix, then all
61701              of them follow along the new prefix.
61702              
61703              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
61704              From: Andy Dougherty <doughera@lafayette.edu>
61705              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
61706              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
61707      Branch: perl
61708            ! Policy_sh.SH
61709 ____________________________________________________________________________
61710 [  6529] By: jhi                                   on 2000/08/05  18:57:28
61711         Log: Zap lib/Sys directory when cleaning up.
61712      Branch: perl
61713            ! Makefile.SH
61714 ____________________________________________________________________________
61715 [  6528] By: jhi                                   on 2000/08/05  18:40:44
61716         Log: Essential prototype changes were missing from #6527.
61717              Also make report_evil_fh() more bomb-proof.
61718      Branch: perl
61719            ! embed.h util.c
61720 ____________________________________________________________________________
61721 [  6527] By: jhi                                   on 2000/08/05  03:22:05
61722         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
61723              From: "Ronald F. Guilmette" <rfg@monkeys.com>
61724              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
61725              Message-Id: <200007242247.PAA52177@monkeys.com>
61726      Branch: perl
61727            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
61728 ____________________________________________________________________________
61729 [  6526] By: jhi                                   on 2000/08/04  21:23:27
61730         Log: gcc versions might have (parentheses) in them.
61731      Branch: metaconfig/U/perl
61732            ! gccvers.U
61733      Branch: perl
61734            ! Configure config_h.SH
61735 ____________________________________________________________________________
61736 [  6525] By: jhi                                   on 2000/08/04  20:23:12
61737         Log: Weed buglets pointed out by
61738              
61739              From: Lupe Christoph <lupe@lupe-christoph.de>
61740              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
61741              Date: Fri, 4 Aug 2000 17:34:39 +0200
61742              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
61743      Branch: metaconfig/U/perl
61744            ! gccvers.U uselfs.U
61745      Branch: perl
61746            ! Configure config_h.SH
61747 ____________________________________________________________________________
61748 [  6524] By: jhi                                   on 2000/08/04  19:02:08
61749         Log: Warn under -w if lstat(FH) is attempted.
61750              
61751              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
61752              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
61753              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
61754              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
61755      Branch: perl
61756            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
61757            ! t/pragma/warn/pp_sys
61758 ____________________________________________________________________________
61759 [  6523] By: jhi                                   on 2000/08/04  12:31:11
61760         Log: Subject: New perlcc, take 2
61761              From: simon@brecon.co.uk (Simon Cozens)
61762              Date: 4 Aug 2000 06:21:04 GMT
61763              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
61764      Branch: perl
61765            ! utils/perlcc.PL
61766 ____________________________________________________________________________
61767 [  6522] By: jhi                                   on 2000/08/04  12:26:33
61768         Log: Subject: Re: Array vs. List context
61769              From: Daniel Chetlin <daniel@chetlin.com>
61770              Date: Fri, 4 Aug 2000 00:22:44 -0700
61771              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
61772      Branch: perl
61773            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
61774            ! pod/perlfaq4.pod
61775 ____________________________________________________________________________
61776 [  6521] By: jhi                                   on 2000/08/04  12:22:38
61777         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
61778              From: Raymund Will <ray@caldera.de>
61779              Date: Fri, 4 Aug 2000 12:07:09 +0200
61780              Message-Id: <20000804120709.A14982@caldera.de>
61781      Branch: perl
61782            ! configure.gnu
61783 ____________________________________________________________________________
61784 [  6520] By: jhi                                   on 2000/08/04  04:09:06
61785         Log: After the #6519 a warning about stat() is just that,
61786              not about a filetest, which now have their own warning.
61787      Branch: perl
61788            ! pod/perldiag.pod
61789 ____________________________________________________________________________
61790 [  6519] By: jhi                                   on 2000/08/04  04:06:30
61791         Log: In the warnings call filehandles consistently so;
61792              add "unopened" warning for stat().
61793      Branch: perl
61794            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
61795            ! t/pragma/warn/pp_sys
61796 ____________________________________________________________________________
61797 [  6518] By: jhi                                   on 2000/08/04  02:55:35
61798         Log: Subject: Minor tweak to perlvar.pod
61799              From: "Stephen P. Potter" <spp@ds.net>
61800              Date: Tue, 18 Apr 2000 09:26:03 -0400
61801              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
61802      Branch: perl
61803            ! pod/perlvar.pod
61804 ____________________________________________________________________________
61805 [  6517] By: jhi                                   on 2000/08/04  02:50:08
61806         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
61807              From: "Clinton Pierce" <cpierce1@ford.com>
61808              Date: Wed, 21 Jul 1999 16:45:31 -0400
61809              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
61810              
61811              Fix by Stephen Potter (visible in the bug db but not in p5p?)
61812      Branch: perl
61813            ! pod/perlfunc.pod pod/perlop.pod
61814 ____________________________________________________________________________
61815 [  6516] By: jhi                                   on 2000/08/04  02:09:25
61816         Log: This is 6512.  Really.
61817      Branch: perl
61818            ! dump.c
61819 ____________________________________________________________________________
61820 [  6515] By: jhi                                   on 2000/08/04  01:25:50
61821         Log: mention the idea of @( and @)
61822      Branch: perl
61823            ! Todo-5.6
61824 ____________________________________________________________________________
61825 [  6514] By: bailey                                on 2000/08/04  01:18:46
61826         Log: YA resync with mainstem, including VMS patches from others
61827      Branch: vmsperl
61828           +> (branch 48 files)
61829            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
61830           !> (integrate 354 files)
61831 ____________________________________________________________________________
61832 [  6513] By: jhi                                   on 2000/08/04  01:18:18
61833         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
61834              From: Mark Dickinson <dickins3@fas.harvard.edu>
61835              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
61836              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
61837      Branch: perl
61838            ! t/op/grent.t t/op/pwent.t
61839 ____________________________________________________________________________
61840 [  6512] By: jhi                                   on 2000/08/04  01:14:06
61841         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
61842              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61843              Date: Wed, 02 Aug 2000 10:51:01 +0100
61844              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
61845      Branch: perl
61846            ! sv.c
61847 ____________________________________________________________________________
61848 [  6511] By: jhi                                   on 2000/08/04  00:57:00
61849         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
61850              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61851              Date: Thu, 03 Aug 2000 17:20:04 -0700
61852              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
61853      Branch: metaconfig
61854            ! U/modified/Cppsym.U
61855      Branch: perl
61856            ! Configure config_h.SH
61857 ____________________________________________________________________________
61858 [  6510] By: jhi                                   on 2000/08/04  00:25:28
61859         Log: detypo
61860      Branch: perl
61861            ! Makefile.SH
61862 ____________________________________________________________________________
61863 [  6509] By: jhi                                   on 2000/08/03  23:43:18
61864         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
61865              From: Dominic Dunlop <domo@computer.org>
61866              Date: Thu, 3 Aug 2000 22:16:46 +0200
61867              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
61868      Branch: perl
61869            ! t/op/sprintf.t
61870 ____________________________________________________________________________
61871 [  6508] By: jhi                                   on 2000/08/03  23:40:37
61872         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
61873              From: Hugo <hv@crypt.compulink.co.uk>
61874              Date: Thu, 03 Aug 2000 18:25:30 +0100
61875              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
61876      Branch: perl
61877            ! regcomp.c t/op/re_tests
61878 ____________________________________________________________________________
61879 [  6507] By: jhi                                   on 2000/08/03  23:38:28
61880         Log: Subject: [PATCH] sv.h documentation - SvLEN
61881              From: Mike Guy <mjtg@cam.ac.uk>
61882              Date: Thu, 03 Aug 2000 14:43:09 +0100
61883              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
61884      Branch: perl
61885            ! sv.h
61886 ____________________________________________________________________________
61887 [  6506] By: jhi                                   on 2000/08/03  15:49:14
61888         Log: Disable the fix_pl hack for now.
61889      Branch: perl
61890            ! Makefile.SH
61891 ____________________________________________________________________________
61892 [  6505] By: jhi                                   on 2000/08/03  13:49:04
61893         Log: Add a URL for FSF.
61894              
61895              Subject: Patch for README
61896              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
61897              Date: Wed, 2 Aug 2000 13:25:09 -0500
61898              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
61899      Branch: perl
61900            ! README
61901 ____________________________________________________________________________
61902 [  6504] By: jhi                                   on 2000/08/03  13:29:19
61903         Log: Be more informative on what is skipped and why,
61904              also repeat the list at the end.
61905      Branch: perl
61906            ! Porting/p4desc
61907 ____________________________________________________________________________
61908 [  6503] By: jhi                                   on 2000/08/03  13:07:05
61909         Log: Circumvent the removal of .patch by fix_pl.
61910              
61911              Subject: Re: [ID 20000802.011] unable to 'make test'          
61912              From: simon@brecon.co.uk (Simon Cozens) 
61913              Date: 3 Aug 2000 04:17:00 GMT
61914              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
61915      Branch: perl
61916            ! Makefile.SH
61917 ____________________________________________________________________________
61918 [  6502] By: jhi                                   on 2000/08/03  00:14:34
61919         Log: Add the missing setproctitle unit.
61920      Branch: metaconfig/U/perl
61921            + d_setproctitle.U
61922 ____________________________________________________________________________
61923 [  6501] By: jhi                                   on 2000/08/03  00:00:26
61924         Log: The subtest 4 may fail also on VOBS, as pointed out
61925              by Nick Ing-Simmons in November 1999, bug id 19991124.003
61926              (but the failure in that bug report isn't the subtest 4).
61927      Branch: perl
61928            ! t/op/stat.t
61929 ____________________________________________________________________________
61930 [  6500] By: jhi                                   on 2000/08/02  23:49:30
61931         Log: Better skip message for the test; one of the two problems in
61932              
61933              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
61934              From: Lupe Christoph <lupe@lupe-christoph.de>
61935              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
61936              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
61937      Branch: perl
61938            ! t/op/numconvert.t
61939 ____________________________________________________________________________
61940 [  6499] By: jhi                                   on 2000/08/02  22:49:16
61941         Log: Allow "no Module;" even if there is no 'unimport'.
61942              
61943              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
61944              From: mjd@plover.com
61945              Date: 24 Mar 2000 15:24:34 -0000
61946              Message-Id: <20000324152434.15160.qmail@plover.com>
61947      Branch: perl
61948            ! gv.c
61949 ____________________________________________________________________________
61950 [  6498] By: jhi                                   on 2000/08/02  22:42:58
61951         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
61952              that are hopefully soon put into use.
61953      Branch: perl
61954            ! opcode.h opcode.pl opnames.h
61955 ____________________________________________________________________________
61956 [  6497] By: gsar                                  on 2000/08/02  22:28:59
61957         Log: require.t needs binmode() to work on windows
61958      Branch: perl
61959            ! t/comp/require.t
61960 ____________________________________________________________________________
61961 [  6496] By: jhi                                   on 2000/08/02  22:08:51
61962         Log: Document the IVdf UVuf UVof UVxf.
61963      Branch: perl
61964            ! pod/perlguts.pod
61965 ____________________________________________________________________________
61966 [  6495] By: jhi                                   on 2000/08/02  21:54:26
61967         Log: detypo #6494
61968      Branch: perl
61969            ! ext/Data/Dumper/Dumper.xs
61970 ____________________________________________________________________________
61971 [  6494] By: jhi                                   on 2000/08/02  21:49:17
61972         Log: Dump UVs as UVs in Data::Dumper.
61973              
61974              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
61975              From: Gurusamy Sarathy <gsar@ActiveState.com>
61976              Date: Thu, 27 Apr 2000 12:26:25 -0700
61977              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
61978      Branch: perl
61979            ! ext/Data/Dumper/Dumper.xs
61980 ____________________________________________________________________________
61981 [  6493] By: jhi                                   on 2000/08/02  17:01:58
61982         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
61983              From: Hugo <hv@crypt.compulink.co.uk>
61984              Date: Wed, 02 Aug 2000 14:53:56 +0100
61985              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
61986      Branch: perl
61987            ! regexec.c t/op/re_tests
61988 ____________________________________________________________________________
61989 [  6492] By: jhi                                   on 2000/08/02  15:02:46
61990         Log: The new setproctitle() feature is available only in 
61991              bleeding edge FreeBSD.  From Paul Saab.
61992      Branch: perl
61993            ! mg.c
61994 ____________________________________________________________________________
61995 [  6491] By: jhi                                   on 2000/08/02  13:34:36
61996         Log: The tr utf8 patching continues.
61997              
61998              Subject: Re: #6469, too many tests claimed in require.t
61999              From: simon@brecon.co.uk (Simon Cozens)
62000              Date: 2 Aug 2000 02:37:17 GMT
62001              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
62002              
62003              (the logic of the test was the wrong way round in the patch)
62004      Branch: perl
62005            ! doop.c
62006 ____________________________________________________________________________
62007 [  6490] By: jhi                                   on 2000/08/02  13:27:38
62008         Log: The name of a filehandle does not have <these>.
62009      Branch: perl
62010            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
62011            ! t/pragma/warn/pp_sys util.c
62012 ____________________________________________________________________________
62013 [  6489] By: jhi                                   on 2000/08/02  04:26:46
62014         Log: Remove the extraneous "main::" prefix from all the
62015              "opened only for", "on closed", and "never opened" warnings.
62016              
62017              Subject: Re: inappropriate warning
62018              From: Gurusamy Sarathy <gsar@ActiveState.com>
62019              Date: Mon, 20 Mar 2000 11:28:02 -0800
62020              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
62021      Branch: perl
62022            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
62023            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
62024            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
62025 ____________________________________________________________________________
62026 [  6488] By: jhi                                   on 2000/08/02  03:02:57
62027         Log: memcpy has n o in it, as pinted ut by Sarathy.
62028      Branch: perl
62029            ! pod/perlguts.pod
62030 ____________________________________________________________________________
62031 [  6487] By: jhi                                   on 2000/08/02  02:44:51
62032         Log: Document in one place the memory abstractions used in Perl core.
62033              
62034              Subject: Re: Memory abstraction
62035              From: simon@brecon.co.uk (Simon Cozens)
62036              Date: 2 Aug 2000 02:20:23 GMT
62037              Organization: Earth.li Origins
62038      Branch: perl
62039            ! pod/perlguts.pod
62040 ____________________________________________________________________________
62041 [  6486] By: jhi                                   on 2000/08/02  02:41:57
62042         Log: regen_headers, regen perltoc.
62043      Branch: perl
62044            ! perlapi.c pod/perltoc.pod
62045 ____________________________________________________________________________
62046 [  6485] By: jhi                                   on 2000/08/02  01:43:33
62047         Log: "This little thing tests for a file .patch, and if it contains
62048              a number, pops into patchlevel.h" (making it easier to track
62049              which development version people are reporting bugs against)
62050              
62051              Subject: Patchlevel autogeneration for repository perls
62052              From: simon@brecon.co.uk (Simon Cozens)
62053              Date: 14 Jul 2000 07:12:15 GMT
62054              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
62055      Branch: perl
62056            + fix_pl
62057            ! MANIFEST Makefile.SH
62058 ____________________________________________________________________________
62059 [  6484] By: jhi                                   on 2000/08/02  01:32:54
62060         Log: FreeBSD 3.* updates from
62061              
62062              From: Paul Saab <ps@yahoo-inc.com>
62063              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
62064              Date: Tue, 1 Aug 2000 15:41:39 -0700
62065              Message-Id: <20000801154139.A53740@yahoo-inc.com>
62066      Branch: perl
62067            ! hints/freebsd.sh
62068 ____________________________________________________________________________
62069 [  6483] By: jhi                                   on 2000/08/02  01:27:44
62070         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
62071              instead one must use setproctitle().  This was already addressed
62072              by change #6457, but the below has a new variant for FreeBSD 4.0
62073              or later, and the matter is also documented more.
62074              
62075              From: Paul Saab <ps@yahoo-inc.com>
62076              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
62077              Date: Tue, 1 Aug 2000 15:41:39 -0700
62078              Message-Id: <20000801154139.A53740@yahoo-inc.com>
62079      Branch: metaconfig/U/perl
62080            + i_libutil.U
62081      Branch: perl
62082            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
62083 ____________________________________________________________________________
62084 [  6482] By: jhi                                   on 2000/08/01  22:17:32
62085         Log: The test from this
62086              
62087              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
62088              Date: Sat, 15 Apr 2000 17:03:44 +0100
62089              From: Tom Hughes <tom@compton.nu>
62090              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
62091              
62092              was missing, the code change went in as #5989
62093              (which had a different test?)
62094      Branch: perl
62095            ! t/op/misc.t
62096 ____________________________________________________________________________
62097 [  6481] By: jhi                                   on 2000/08/01  21:48:38
62098         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
62099              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
62100              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
62101              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
62102      Branch: perl
62103            ! perl.h
62104 ____________________________________________________________________________
62105 [  6480] By: jhi                                   on 2000/08/01  18:05:28
62106         Log: Make p4desc to skip non-mainperl branches by default.
62107      Branch: perl
62108            ! Porting/p4desc
62109 ____________________________________________________________________________
62110 [  6479] By: jhi                                   on 2000/08/01  17:29:19
62111         Log: If gccosandvers is equal to osname, clear gccosandvers.
62112      Branch: metaconfig/U/perl
62113            ! gccvers.U
62114      Branch: perl
62115            ! Configure config_h.SH
62116 ____________________________________________________________________________
62117 [  6478] By: jhi                                   on 2000/08/01  15:54:08
62118         Log: BOM patching from Simon Cozens.
62119      Branch: perl
62120            ! toke.c
62121 ____________________________________________________________________________
62122 [  6477] By: jhi                                   on 2000/08/01  04:50:33
62123         Log: Stash away the largefiles flags and libswanted.
62124      Branch: perl
62125            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
62126 ____________________________________________________________________________
62127 [  6476] By: gsar                                  on 2000/08/01  04:24:24
62128         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
62129              on Windows)
62130      Branch: perl
62131            ! t/pragma/utf8.t utf8.c win32/win32.c
62132 ____________________________________________________________________________
62133 [  6475] By: jhi                                   on 2000/08/01  03:35:24
62134         Log: Make chr() for values >127 to create utf8 when under utf8.
62135              
62136              Subject: Re: uft8/chr()
62137              From: simon@brecon.co.uk (Simon Cozens)
62138              Date: 1 Aug 2000 02:37:02 GMT
62139              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
62140      Branch: perl
62141            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
62142 ____________________________________________________________________________
62143 [  6474] By: jhi                                   on 2000/08/01  02:36:18
62144         Log: In Digital UNIX warn if gcc explicitly chosen because even
62145              2.95.2 is known to cause problems.
62146      Branch: perl
62147            ! hints/dec_osf.sh
62148 ____________________________________________________________________________
62149 [  6473] By: jhi                                   on 2000/08/01  02:00:56
62150         Log: Make the safety catch for buggy gccs work with triple version
62151              numbers like 2.95.2.  Reported in
62152              
62153              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
62154              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
62155              Date: Mon, 31 Jul 2000 14:55:06 +0200
62156              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
62157      Branch: perl
62158            ! hints/dec_osf.sh
62159 ____________________________________________________________________________
62160 [  6472] By: jhi                                   on 2000/08/01  01:13:33
62161         Log: Subject: fix and question re: waitpid() under win32
62162              From: Brian Clarke <clarke@appliedmeta.com>
62163              Date: Fri, 28 Jul 2000 15:18:29 -0400
62164              Message-ID: <3981DC85.290314EB@appliedmeta.com>
62165              
62166              Slightly reformatted and WNOHANG # define moved to win32.h
62167              so that also POSIX.xs sees it, as suggsted by Sarathy.
62168      Branch: perl
62169            ! win32/win32.c win32/win32.h
62170 ____________________________________________________________________________
62171 [  6471] By: jhi                                   on 2000/08/01  00:55:05
62172         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
62173              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62174              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
62175              Date: Mon, 31 Jul 2000 13:28:51 +0100
62176              
62177              (aka ID 20000730.002)
62178      Branch: perl
62179            ! op.c t/op/tr.t
62180 ____________________________________________________________________________
62181 [  6470] By: jhi                                   on 2000/07/31  23:34:42
62182         Log: Document the problem with -P in HP-UX and its workaround.
62183              
62184              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
62185              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
62186              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
62187              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
62188      Branch: perl
62189            ! README.hpux
62190 ____________________________________________________________________________
62191 [  6469] By: jhi                                   on 2000/07/31  04:15:02
62192         Log: The swallow_bom() saga continues.  The #23 of require.t
62193              (UTF16-LE) still fails (silently, no output) but the #22
62194              (UTF16-BE) seems to be working now.  The root of the
62195              failure may be in sv_gets(): is it UTF-16LE-aware,
62196              especially when it comes to line endings? 
62197      Branch: perl
62198            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
62199            ! t/comp/require.t toke.c utf8.c
62200 ____________________________________________________________________________
62201 [  6468] By: jhi                                   on 2000/07/30  19:05:48
62202         Log: Find green threads before native threads.
62203              
62204              Subject: Re: Patch to jpl/JNI/Makefile.PL
62205              From: Jens Thomsen <jens@fiend.cis.com>
62206              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
62207              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
62208      Branch: perl
62209            ! jpl/JNI/Makefile.PL
62210 ____________________________________________________________________________
62211 [  6467] By: jhi                                   on 2000/07/30  18:36:22
62212         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
62213      Branch: perl
62214            ! doop.c
62215 ____________________________________________________________________________
62216 [  6466] By: jhi                                   on 2000/07/30  04:37:29
62217         Log: A new version of the "remove UPPERACSE string comparison"
62218              operators.  The problem with the previous one (change #6454)
62219              was that it was for Perl 5.6.0.  From Paul Marquess.
62220      Branch: perl
62221            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
62222            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
62223            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
62224 ____________________________________________________________________________
62225 [  6465] By: jhi                                   on 2000/07/29  22:39:56
62226         Log: Do not upgrade SVs into utf8 just because they participate
62227              in eq or cmp.  Reported and fix suggested in
62228              
62229              Subject: [ID 20000720.009] sv_eq UTF8 bug
62230              From: "Simon Cozens" <simon@othersideofthe.earth.li>
62231              Date: 21 Jul 2000 04:37:29 -0000
62232              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
62233              
62234              Exercise for the kind reader: should we or should we not
62235              cache the utf8 conversion alonside the SV? (as magic,
62236              as thestrxfrm()ed version is cached under use locale)
62237              Argue both for and against.
62238      Branch: perl
62239            ! sv.c
62240 ____________________________________________________________________________
62241 [  6464] By: jhi                                   on 2000/07/29  22:36:22
62242         Log: Subject: UTF8 concat
62243              From: simon@brecon.co.uk (Simon Cozens) 
62244              Date: 30 Jun 2000 06:13:25 GMT
62245              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
62246              
62247              (with a memory leak fixed, plus a few casts added)
62248              
62249              This also seems to help for
62250              
62251              Subject: [ID 20000716.015] join UTF8 weirdness
62252              From: root <root@ak-71.mind.de> 
62253              Date: Sat, 15 Jul 2000 15:29:54 +0200
62254              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
62255              
62256              (from Andreas König)
62257      Branch: perl
62258            ! pp_hot.c
62259 ____________________________________________________________________________
62260 [  6463] By: jhi                                   on 2000/07/29  00:55:39
62261         Log: Tune the comments and hopefully stop a memory leak.
62262      Branch: perl
62263            ! toke.c utf8.c
62264 ____________________________________________________________________________
62265 [  6462] By: jhi                                   on 2000/07/29  00:16:53
62266         Log: The problem described in this
62267              
62268              Subject: [ID 20000322.018] named chars aren't magical enough
62269              From: root <root@dixie.cscaper.com>     
62270              Date: Wed, 22 Mar 2000 18:37:42 -0700
62271              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
62272              
62273              has been fixed in perl 5.6.0 but just in case added a test
62274              to keep it away.  (The report from Joseph Hall.)
62275      Branch: perl
62276            ! t/lib/charnames.t
62277 ____________________________________________________________________________
62278 [  6461] By: jhi                                   on 2000/07/28  23:56:36
62279         Log: Tiny fixes for #6460.
62280      Branch: metaconfig/U/perl
62281            ! gccvers.U
62282      Branch: perl
62283            ! Configure config_h.SH
62284 ____________________________________________________________________________
62285 [  6460] By: jhi                                   on 2000/07/28  23:24:41
62286         Log: Warn if the version of the operating system used to compile gcc
62287              differs from the current version of the operating system.
62288              Also display the gcc compilation os and version in myconfig.
62289              Inspiration from
62290              
62291              Subject: Re: [ID 20000710.003] ERRORS!!         
62292              From: "Kurt D. Starsinic" <kstar@chapin.edu>
62293              Date: Mon, 10 Jul 2000 15:54:16 -0400
62294              Message-ID: <20000710155416.A1384@O2.chapin.edu>
62295      Branch: metaconfig/U/perl
62296            ! gccvers.U
62297      Branch: perl
62298            ! Configure config_h.SH myconfig.SH
62299 ____________________________________________________________________________
62300 [  6459] By: jhi                                   on 2000/07/28  22:00:32
62301         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
62302              letter to $Config{osvers}.
62303      Branch: metaconfig
62304            ! U/modified/Oldconfig.U
62305      Branch: perl
62306            ! Configure config_h.SH
62307 ____________________________________________________________________________
62308 [  6458] By: jhi                                   on 2000/07/28  04:15:39
62309         Log: Back out #6454, doesn't seem to work.
62310              (Reason: that patch was for perl 5.6.0, not perl-current)
62311              (A version of the patch for perl-current came in later as #6466)
62312      Branch: perl
62313            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
62314            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
62315            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
62316 ____________________________________________________________________________
62317 [  6457] By: jhi                                   on 2000/07/27  23:31:49
62318         Log: Use setproctitle() if available to modify $0.
62319              
62320              Subject: setting $* on BSD4 broken
62321              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
62322              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
62323              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
62324      Branch: metaconfig
62325            ! U/modified/Myinit.U
62326      Branch: perl
62327            ! Configure config_h.SH mg.c
62328 ____________________________________________________________________________
62329 [  6456] By: jhi                                   on 2000/07/27  14:50:47
62330         Log: Allow "no AutoLoader;", based on change #6444,
62331              suggested by Graham Barr.
62332      Branch: perl
62333            ! lib/AutoLoader.pm
62334 ____________________________________________________________________________
62335 [  6455] By: jhi                                   on 2000/07/27  14:19:10
62336         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
62337              From: rspier@pobox.com (Robert Spier)
62338              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
62339              Message-ID: <14720.15855.787664.424783@rls.cx>
62340      Branch: perl
62341            ! pod/perldiag.pod
62342 ____________________________________________________________________________
62343 [  6454] By: jhi                                   on 2000/07/27  14:03:02
62344         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
62345              for a long time).
62346              
62347              Reported in
62348              
62349              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
62350              From: Ryan Herbert <rherbert@sycamorehq.com>
62351              Date: Mon, 17 Jul 2000 11:40:42 -0400
62352              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
62353              
62354              Patched in
62355              
62356              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
62357              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
62358              Date: Wed, 26 Jul 2000 23:40:18 +0100
62359              Message-ID: <000001bff752$79511880$0a17073e@tiny>
62360              
62361              based on an earlier patch from Stephen P. Potter.
62362              
62363              (Removed later by change #6458 because this patch was for
62364              perl 5.6.0, not perl-current)
62365      Branch: perl
62366            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
62367            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
62368            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
62369 ____________________________________________________________________________
62370 [  6453] By: jhi                                   on 2000/07/27  13:48:02
62371         Log: Subject: [PATCH] fixes bug 20000508.004
62372              From: Michael Stevens <mstevens@globnix.org>
62373              Date: Thu, 27 Jul 2000 13:49:04 +0100
62374              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
62375      Branch: perl
62376            ! pod/perldata.pod
62377 ____________________________________________________________________________
62378 [  6452] By: jhi                                   on 2000/07/26  23:51:26
62379         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
62380              and Craig A. Berry.
62381      Branch: perl
62382            ! lib/File/Temp.pm pod/perlport.pod
62383 ____________________________________________________________________________
62384 [  6451] By: jhi                                   on 2000/07/26  19:43:30
62385         Log: Be wary of close()s, too.
62386              
62387              Subject: Re: [PATCH] perlbug cleanup
62388              From: Tim Jenness <t.jenness@jach.hawaii.edu>
62389              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
62390              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
62391      Branch: perl
62392            ! utils/perlbug.PL
62393 ____________________________________________________________________________
62394 [  6450] By: jhi                                   on 2000/07/26  18:41:40
62395         Log: Subject: Minor doc patch: handy.h
62396              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
62397              Date: Wed, 26 Jul 2000 15:34:25 -0300
62398              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
62399      Branch: perl
62400            ! handy.h pod/perlapi.pod
62401 ____________________________________________________________________________
62402 [  6449] By: jhi                                   on 2000/07/26  18:23:55
62403         Log: Subject: [PATCH] minor doc change - perlguts
62404              From: Michael Stevens <mstevens@globnix.org>
62405              Date: Thu, 13 Jul 2000 12:39:18 +0100
62406              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
62407      Branch: perl
62408            ! pod/perlguts.pod
62409 ____________________________________________________________________________
62410 [  6448] By: jhi                                   on 2000/07/26  18:20:30
62411         Log: open() wariness in perlbug.
62412              
62413              Subject: [PATCH] perlbug cleanup
62414              From: Michael Stevens <mstevens@globnix.org>
62415              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
62416              Date: Thu, 13 Jul 2000 15:52:23 +0100
62417      Branch: perl
62418            ! utils/perlbug.PL
62419 ____________________________________________________________________________
62420 [  6447] By: jhi                                   on 2000/07/26  18:13:04
62421         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
62422      Branch: perl
62423            ! lib/File/Temp.pm t/lib/ftmp-security.t
62424 ____________________________________________________________________________
62425 [  6446] By: jhi                                   on 2000/07/26  18:06:32
62426         Log: docfix from Peter Scott <Peter@PSDT.com>.
62427      Branch: perl
62428            ! pod/perlfunc.pod
62429 ____________________________________________________________________________
62430 [  6445] By: jhi                                   on 2000/07/26  17:53:31
62431         Log: Fix *foo{FORMAT}.
62432              
62433              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62434              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
62435              Date: Wed, 26 Jul 2000 19:51:02 +0200
62436              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
62437              
62438              From: Graham Barr <gbarr@pobox.com>
62439              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
62440              Date: Wed, 26 Jul 2000 17:38:36 +0100
62441              Message-ID: <20000726173836.L472@pobox.com>
62442      Branch: perl
62443            ! pp.c sv.c t/op/gv.t
62444 ____________________________________________________________________________
62445 [  6444] By: jhi                                   on 2000/07/26  17:49:14
62446         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
62447              from Graham Barr in the module list.
62448      Branch: perl
62449            ! gv.c pod/perlobj.pod
62450 ____________________________________________________________________________
62451 [  6443] By: jhi                                   on 2000/07/26  16:06:56
62452         Log: More split() doc and test patches from Mike Guy.
62453      Branch: perl
62454            ! pod/perlfunc.pod t/op/split.t
62455 ____________________________________________________________________________
62456 [  6442] By: jhi                                   on 2000/07/26  16:05:30
62457         Log: MacOS nits from Matthias Neeracher.
62458      Branch: perl
62459            ! perl.c pp_ctl.c
62460 ____________________________________________________________________________
62461 [  6441] By: jhi                                   on 2000/07/26  04:39:57
62462         Log: Subject: [PATCH] split /^/
62463              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62464              Date: Tue, 25 Jul 2000 14:18:57 +0100
62465              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
62466              
62467              (with notes from tchrist and gbarr)
62468      Branch: perl
62469            ! pod/perlfunc.pod t/op/split.t
62470 ____________________________________________________________________________
62471 [  6440] By: jhi                                   on 2000/07/26  04:32:32
62472         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
62473              From: Peter Prymmer <pvhp@forte.com>
62474              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
62475              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
62476      Branch: perl
62477            ! vms/munchconfig.c
62478 ____________________________________________________________________________
62479 [  6439] By: jhi                                   on 2000/07/26  04:31:01
62480         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
62481              to be fatal errors (instead of by default ignoring them, and
62482              ignoring with a bug: even though -w gave an error, the opening [
62483              was left in)  Reported in:
62484              
62485              Subject: [ID 20000716.024] [=cc=] / [:blank:]
62486              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
62487              Date: Sun, 16 Jul 2000 17:55:29 -0700
62488              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
62489      Branch: perl
62490            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
62491 ____________________________________________________________________________
62492 [  6438] By: jhi                                   on 2000/07/25  15:41:15
62493         Log: Subject: [PATCH] av.c apidoc
62494              From: simon@brecon.co.uk (Simon Cozens)
62495              Date: 24 Jul 2000 06:40:52 GMT
62496              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
62497      Branch: perl
62498            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
62499            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
62500 ____________________________________________________________________________
62501 [  6437] By: jhi                                   on 2000/07/25  14:05:36
62502         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
62503              From: "Stephen P. Potter" <spp@ds.net>
62504              Date: Mon, 24 Jul 2000 14:22:23 -0400
62505              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
62506      Branch: perl
62507            ! pod/perllocale.pod
62508 ____________________________________________________________________________
62509 [  6436] By: jhi                                   on 2000/07/25  14:02:03
62510         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
62511              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62512              Date: Mon, 24 Jul 2000 18:04:28 +0100
62513              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
62514      Branch: perl
62515            ! t/lib/syslfs.t t/op/lfs.t
62516 ____________________________________________________________________________
62517 [  6435] By: jhi                                   on 2000/07/25  13:59:28
62518         Log: Get UTF16 BOMs working.  Patch from
62519              
62520              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
62521              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62522              Date: Tue, 25 Jul 2000 12:52:45 +0100
62523              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
62524              
62525              and notes from
62526              
62527              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
62528              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62529              Date: Tue, 25 Jul 2000 11:43:25 +0100
62530              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
62531      Branch: perl
62532            ! t/comp/require.t toke.c utf8.c
62533 ____________________________________________________________________________
62534 [  6434] By: jhi                                   on 2000/07/25  02:39:54
62535         Log: Make the "uninit variable" warning to say "concat or string"
62536              or "join or string" when in concat or join .
62537              
62538              Subject: Re: [ID 20000403.009] uninitialised concatenation???
62539              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62540              Date: Tue, 04 Apr 2000 18:22:58 +0100
62541              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
62542              
62543              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
62544              From: William R Ward <hermit@BayView.COM>
62545              Date: Thu, 30 Mar 2000 19:50:03 -0800
62546              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
62547      Branch: perl
62548            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
62549            ! t/pragma/warn/op t/pragma/warn/sv
62550 ____________________________________________________________________________
62551 [  6433] By: jhi                                   on 2000/07/24  17:52:56
62552         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
62553      Branch: perl
62554            ! lib/File/Spec/VMS.pm
62555 ____________________________________________________________________________
62556 [  6432] By: jhi                                   on 2000/07/24  17:44:44
62557         Log: Test cases for #6431.
62558              
62559              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
62560              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62561              Date: Mon, 24 Jul 2000 15:32:29 +0100
62562              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
62563      Branch: perl
62564            ! t/op/pat.t t/op/split.t
62565 ____________________________________________________________________________
62566 [  6431] By: jhi                                   on 2000/07/24  17:43:17
62567         Log: Bind op fix.
62568              
62569              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
62570              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62571              Date: Mon, 17 Jul 2000 20:04:56 +0100
62572              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
62573      Branch: perl
62574            ! op.c
62575 ____________________________________________________________________________
62576 [  6430] By: jhi                                   on 2000/07/24  03:42:42
62577         Log: Subject: [ID 20000716.023] syslog test fails without sockets
62578              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62579              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
62580              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
62581      Branch: metaconfig/U/perl
62582            ! Extensions.U
62583      Branch: perl
62584            ! Configure config_h.SH
62585 ____________________________________________________________________________
62586 [  6429] By: jhi                                   on 2000/07/24  03:11:52
62587         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
62588              case, but add also notes explaining the relationship of this
62589              patch and the earlier notes by Sarathy.
62590              
62591              Subject: Map is still slow
62592              From: "Ben Tilly" <ben_tilly@hotmail.com>
62593              Date: Sat, 15 Jul 2000 17:23:27 EDT
62594              Message-ID: <20000715212327.21656.qmail@hotmail.com>
62595      Branch: perl
62596            ! pp_ctl.c
62597 ____________________________________________________________________________
62598 [  6428] By: jhi                                   on 2000/07/24  02:58:52
62599         Log: Documentation to explain the behaviour of map().
62600              
62601              Subject: Re: Map is still slow 
62602              From: Gurusamy Sarathy <gsar@ActiveState.com>
62603              Date: Sat, 15 Jul 2000 16:05:09 -0700
62604              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
62605      Branch: perl
62606            ! pp_ctl.c
62607 ____________________________________________________________________________
62608 [  6427] By: jhi                                   on 2000/07/24  02:50:03
62609         Log: Add tests for
62610              [ID 19991110.003] another matching finding by pcre author
62611              which has already been fixed by some patch, as verified in
62612              
62613              Subject: Re: two regex bugs from the mists of time (well, last November)
62614              From: Hugo <hv@crypt.compulink.co.uk>
62615              Date: Sat, 22 Jul 2000 18:12:58 +0100
62616              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
62617      Branch: perl
62618            ! t/op/re_tests
62619 ____________________________________________________________________________
62620 [  6426] By: jhi                                   on 2000/07/24  02:11:20
62621         Log: A missing 'break' after the [[:space:]] switch case.
62622              
62623              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
62624              From: "Stephen P. Potter" <spp@ds.net>
62625              Date: Tue, 18 Jul 2000 16:25:17 -0400
62626              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
62627      Branch: perl
62628            ! regcomp.c
62629 ____________________________________________________________________________
62630 [  6425] By: jhi                                   on 2000/07/24  02:06:12
62631         Log: The output might have been produced in the wrong order.
62632              
62633              Subject: [ID 20000720.003] [PATCH] t/op/write.t
62634              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62635              Date: Thu, 20 Jul 2000 18:49:18 +0100
62636              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
62637      Branch: perl
62638            ! t/op/write.t
62639 ____________________________________________________________________________
62640 [  6424] By: jhi                                   on 2000/07/24  02:00:07
62641         Log: Use STDOUT consistently.
62642              
62643              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
62644              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62645              Date: Thu, 20 Jul 2000 18:04:01 +0100
62646              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
62647      Branch: perl
62648            ! lib/Test/Harness.pm
62649 ____________________________________________________________________________
62650 [  6423] By: jhi                                   on 2000/07/24  01:54:54
62651         Log: Protect against "wild next"s, that is, callbacks doing "next"
62652              instead of "return".
62653              
62654              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
62655              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62656              Date: Tue, 18 Jul 2000 11:30:16 +0100
62657              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
62658      Branch: perl
62659            ! lib/File/Find.pm
62660 ____________________________________________________________________________
62661 [  6422] By: jhi                                   on 2000/07/24  01:35:47
62662         Log: Out-of-date note removed.
62663              
62664              Subject: [PATCH] documentation perlipc
62665              From: rspier@pobox.com (Robert Spier)
62666              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
62667              Message-ID: <14711.35178.572612.502654@rls.cx>
62668      Branch: perl
62669            ! pod/perlipc.pod
62670 ____________________________________________________________________________
62671 [  6421] By: jhi                                   on 2000/07/24  00:09:18
62672         Log: Send all installperl messages to STDERR and be -w clean.
62673              
62674              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
62675              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62676              Date: Sat, 22 Jul 2000 14:02:11 +0100
62677              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
62678      Branch: perl
62679            ! installperl
62680 ____________________________________________________________________________
62681 [  6420] By: jhi                                   on 2000/07/24  00:04:19
62682         Log: Decutandpasto.
62683              
62684              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
62685              From: "Richard Soderberg" <rs@crystalflame.net>
62686              Date: Sun, 23 Jul 2000 01:37:23 -0700
62687              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
62688      Branch: perl
62689            ! pod/perlipc.pod
62690 ____________________________________________________________________________
62691 [  6419] By: jhi                                   on 2000/07/24  00:01:12
62692         Log: A cleaner abs_path().
62693              Subject: Re: unix alternative to Cwd.pm
62694              From: Jeff Pinyan <jeffp@crusoe.net>
62695              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
62696              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
62697      Branch: perl
62698            ! lib/Cwd.pm
62699 ____________________________________________________________________________
62700 [  6418] By: jhi                                   on 2000/07/23  23:48:56
62701         Log: Detypo.
62702              
62703              Subject: [PATCH perl-current] Typo in hints/powerux.sh
62704              From: "Richard Soderberg" <rs@crystalflame.net>
62705              Date: Sun, 23 Jul 2000 01:27:33 -0700
62706              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
62707      Branch: perl
62708            ! hints/powerux.sh
62709 ____________________________________________________________________________
62710 [  6417] By: jhi                                   on 2000/07/17  22:13:31
62711         Log: Subject: SDBM_File documentation
62712              From: mjd@plover.com
62713              Date: 16 Jul 2000 17:41:17 -0000
62714              Message-ID: <20000716174117.18515.qmail@plover.com>
62715      Branch: perl
62716            ! ext/SDBM_File/SDBM_File.pm
62717 ____________________________________________________________________________
62718 [  6416] By: jhi                                   on 2000/07/17  19:13:26
62719         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
62720      Branch: perl
62721            ! hints/mpeix.sh mpeix/relink
62722 ____________________________________________________________________________
62723 [  6415] By: jhi                                   on 2000/07/15  14:11:02
62724         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
62725              the utf8 'characters' can be more than one octet).
62726              
62727              Date: Sat, 15 Jul 2000 00:21:56 +0100
62728              From: Tom Hughes <tom@compton.nu>
62729              Subject: Re: [ID 20000714.002]
62730              Message-ID: <db2334de49.tom@compton.compton.nu>
62731              
62732              Reported in
62733              
62734              Subject: [ID 20000714.002]
62735              From: "Simon Cozens" <simon@othersideofthe.earth.li>
62736              Date: 14 Jul 2000 15:13:09 -0000
62737              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
62738      Branch: perl
62739            ! doop.c
62740 ____________________________________________________________________________
62741 [  6414] By: jhi                                   on 2000/07/15  03:13:41
62742         Log: another VMS build tweak from Peter Prymmer
62743      Branch: perl
62744            ! vms/descrip_mms.template
62745 ____________________________________________________________________________
62746 [  6413] By: jhi                                   on 2000/07/15  03:10:40
62747         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
62748      Branch: perl
62749            ! vms/perlvms.pod
62750 ____________________________________________________________________________
62751 [  6412] By: jhi                                   on 2000/07/15  00:31:05
62752         Log: More docs for sv functions.
62753              
62754              Subject: [PATCH cfgperl] sv.c apidoc
62755              From: simon@brecon.co.uk (Simon Cozens)
62756              Date: 13 Jul 2000 09:00:20 GMT
62757              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
62758              
62759              Subject: Re: [PATCH cfgperl] sv.c apidoc
62760              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62761              Date: Thu, 13 Jul 2000 12:27:41 +0100
62762              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
62763              
62764              Subject: Re: [PATCH cfgperl] sv.c apidoc
62765              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62766              Date: Thu, 13 Jul 2000 13:23:09 +0100
62767              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
62768              
62769              Subject: Re: [PATCH cfgperl] sv.c apidoc
62770              From: simon@brecon.co.uk (Simon Cozens)
62771              Date: 14 Jul 2000 06:51:02 GMT
62772              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
62773      Branch: perl
62774            ! embed.pl pod/perlapi.pod sv.c
62775 ____________________________________________________________________________
62776 [  6411] By: jhi                                   on 2000/07/15  00:10:41
62777         Log: lib/b test fixes from Peter Prymmer.
62778      Branch: perl
62779            ! t/lib/b.t
62780 ____________________________________________________________________________
62781 [  6410] By: jhi                                   on 2000/07/15  00:02:09
62782         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
62783              From: Hugo <hv@crypt.compulink.co.uk>
62784              Date: Fri, 14 Jul 2000 23:05:20 +0100
62785              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
62786              
62787              Didn't anymore apply, but that point still could use another fix.
62788      Branch: perl
62789            ! pod/perlfunc.pod
62790 ____________________________________________________________________________
62791 [  6409] By: jhi                                   on 2000/07/14  23:15:15
62792         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
62793              not in pod, from Peter Prymmer
62794      Branch: perl
62795            ! vms/descrip_mms.template
62796 ____________________________________________________________________________
62797 [  6408] By: jhi                                   on 2000/07/14  20:35:05
62798         Log: The bug report
62799              [ID 19991110.002] minimal matching discrepancy found by pcre author
62800              seems to have been fixed (though differently from what was suggested
62801              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
62802      Branch: perl
62803            ! t/op/re_tests
62804 ____________________________________________________________________________
62805 [  6407] By: jhi                                   on 2000/07/14  17:38:08
62806         Log: Fix AutoSplit to use File::Spec the right way in VMS,
62807              from Peter Prymmer.
62808      Branch: perl
62809            ! lib/AutoSplit.pm
62810 ____________________________________________________________________________
62811 [  6406] By: jhi                                   on 2000/07/14  14:13:22
62812         Log: Merge perlhacktut into perlhack, update perlguts.
62813              
62814              Subject: Re: Perlhacktut
62815              From: simon@brecon.co.uk (Simon Cozens)
62816              Date: 14 Jul 2000 06:49:21 GMT
62817              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
62818              
62819              Subject: Re: Perlhacktut
62820              From: simon@brecon.co.uk (Simon Cozens)
62821              Date: 14 Jul 2000 07:09:45 GMT
62822              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
62823      Branch: perl
62824            ! pod/perlguts.pod pod/perlhack.pod
62825 ____________________________________________________________________________
62826 [  6405] By: jhi                                   on 2000/07/14  14:02:31
62827         Log: Integrate with Sarathy.
62828      Branch: cfgperl
62829           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
62830           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
62831           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
62832 ____________________________________________________________________________
62833 [  6404] By: gsar                                  on 2000/07/14  12:15:02
62834         Log: PERL_OBJECT build tweaks
62835      Branch: perl
62836            ! toke.c
62837 ____________________________________________________________________________
62838 [  6403] By: gsar                                  on 2000/07/14  11:23:41
62839         Log: inconsistent types needs casts
62840      Branch: perl
62841            ! toke.c
62842 ____________________________________________________________________________
62843 [  6402] By: gsar                                  on 2000/07/14  11:12:04
62844         Log: typos in change#6399, regen headers
62845      Branch: perl
62846            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
62847 ____________________________________________________________________________
62848 [  6401] By: gsar                                  on 2000/07/14  10:59:12
62849         Log: typecasts needed for change#6394
62850      Branch: perl
62851            ! toke.c
62852 ____________________________________________________________________________
62853 [  6400] By: gsar                                  on 2000/07/14  10:49:37
62854         Log: integrate cfgperl contents into mainline
62855      Branch: perl
62856           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
62857           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
62858 ____________________________________________________________________________
62859 [  6399] By: gsar                                  on 2000/07/14  10:38:35
62860         Log: enable UTF-16 filter by default if relevant BOM is seen; various
62861              cleanups (typos, misformatted code, and small bugs)
62862      Branch: perl
62863            ! doop.c embed.pl mg.c op.c pp.c toke.c
62864 ____________________________________________________________________________
62865 [  6398] By: gsar                                  on 2000/07/14  08:55:38
62866         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
62867              name suggests anyway)
62868      Branch: perl
62869            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
62870 ____________________________________________________________________________
62871 [  6397] By: gsar                                  on 2000/07/14  08:44:33
62872         Log: move new variables to the end of the interpreter structure (for
62873              bincompat in code that doesn't #include XSUB.h)
62874      Branch: perl
62875            ! intrpvar.h
62876 ____________________________________________________________________________
62877 [  6396] By: gsar                                  on 2000/07/14  08:13:58
62878         Log: MakeMaker should not remove editor backups (*~) on `make clean`
62879              by default (completes change#6383)
62880      Branch: perl
62881            ! lib/ExtUtils/MM_Unix.pm
62882 ____________________________________________________________________________
62883 [  6395] By: jhi                                   on 2000/07/14  05:20:33
62884         Log: Replace change #6337 with a better one.
62885              
62886              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
62887              From: Hugo <hv@crypt.compulink.co.uk>
62888              Date: Fri, 14 Jul 2000 04:16:20 +0100
62889              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
62890      Branch: cfgperl
62891            ! regexec.c t/op/re_tests
62892 ____________________________________________________________________________
62893 [  6394] By: jhi                                   on 2000/07/14  01:33:59
62894         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
62895      Branch: cfgperl
62896            ! embed.pl global.sym proto.h toke.c
62897 ____________________________________________________________________________
62898 [  6393] By: jhi                                   on 2000/07/13  23:41:23
62899         Log: remove discarded test
62900      Branch: cfgperl
62901            ! MANIFEST
62902 ____________________________________________________________________________
62903 [  6392] By: jhi                                   on 2000/07/13  23:32:25
62904         Log: The {multiplier} of a fixed substring was overlooked which
62905              caused a wrong initial search offset for that substring.
62906              
62907              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
62908              From: Hugo <hv@crypt.compulink.co.uk>
62909              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
62910              Date: Thu, 13 Jul 2000 19:27:13 +0100
62911      Branch: cfgperl
62912            ! regcomp.c t/op/re_tests
62913 ____________________________________________________________________________
62914 [  6391] By: jhi                                   on 2000/07/13  16:37:42
62915         Log: typo fix from Craig Berry
62916      Branch: cfgperl
62917            ! vms/subconfigure.com
62918 ____________________________________________________________________________
62919 [  6390] By: jhi                                   on 2000/07/13  13:20:12
62920         Log: Integrate with Sarathy.
62921      Branch: cfgperl
62922            - t/op/method2entersub.t
62923           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
62924           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
62925           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
62926           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
62927 ____________________________________________________________________________
62928 [  6389] By: jhi                                   on 2000/07/13  13:18:48
62929         Log: Detypo from Peter Prymmer, part of #6388.
62930      Branch: cfgperl
62931            ! Configure config_h.SH
62932      Branch: metaconfig
62933            ! U/modified/d_longlong.U
62934 ____________________________________________________________________________
62935 [  6388] By: gsar                                  on 2000/07/13  06:33:40
62936         Log: typos (spotted by Peter Prymmer)
62937      Branch: perl
62938            ! Configure t/lib/english.t
62939 ____________________________________________________________________________
62940 [  6387] By: gsar                                  on 2000/07/13  05:35:28
62941         Log: new selfloader.t in change#6183 doesn't close DATA handles,
62942              and thus fails to clean up tmp files on dosish platforms
62943      Branch: perl
62944            ! t/lib/selfloader.t
62945 ____________________________________________________________________________
62946 [  6386] By: gsar                                  on 2000/07/12  21:42:39
62947         Log: sprintf test tweaks (from Dominic Dunlop)
62948      Branch: perl
62949            ! t/op/sprintf.t
62950 ____________________________________________________________________________
62951 [  6385] By: gsar                                  on 2000/07/12  21:33:46
62952         Log: fix bugs in processing %v-*d and similar format specs (from
62953              Avi Finkel <avi@finkel.org>)
62954      Branch: perl
62955            ! sv.c t/op/sprintf.t
62956 ____________________________________________________________________________
62957 [  6384] By: gsar                                  on 2000/07/12  16:04:19
62958         Log: readd missing perldelta.pod changes from changes#6339,6376
62959      Branch: perl
62960            ! pod/perldelta.pod
62961 ____________________________________________________________________________
62962 [  6383] By: gsar                                  on 2000/07/12  16:00:51
62963         Log: don't clobber *.orig files on *clean targets
62964      Branch: perl
62965            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
62966 ____________________________________________________________________________
62967 [  6382] By: gsar                                  on 2000/07/12  07:59:12
62968         Log: fix broken integrations in cfgperl
62969      Branch: cfgperl
62970           !> Changes pod/perldelta.pod
62971 ____________________________________________________________________________
62972 [  6381] By: gsar                                  on 2000/07/12  07:42:17
62973         Log: integrate cfgperl changes into mainline
62974      Branch: perl
62975            ! Changes
62976           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
62977           !> pod/perlre.pod
62978 ____________________________________________________________________________
62979 [  6380] By: gsar                                  on 2000/07/12  07:31:00
62980         Log: get sprintf.t to adjust properly for 3-digit exponents
62981      Branch: perl
62982            ! t/op/sprintf.t
62983 ____________________________________________________________________________
62984 [  6379] By: gsar                                  on 2000/07/12  06:40:04
62985         Log: change#6174 needs corresponding change in win32/config_h.PL,
62986              which grovels through config_h.SH to find the config.h name
62987      Branch: perl
62988            ! win32/config_h.PL
62989 ____________________________________________________________________________
62990 [  6378] By: jhi                                   on 2000/07/12  05:03:59
62991         Log: Do the cc sanity check both before the hints and
62992              after the cc selction.
62993      Branch: cfgperl
62994            ! Configure config_h.SH
62995      Branch: metaconfig
62996            ! U/modified/Oldconfig.U U/modified/cc.U
62997      Branch: metaconfig/U/perl
62998            + Checkcc.U
62999 ____________________________________________________________________________
63000 [  6377] By: jhi                                   on 2000/07/12  02:49:22
63001         Log: Fix nits noticed by Boston.pm.
63002      Branch: cfgperl
63003            ! pod/perlre.pod
63004 ____________________________________________________________________________
63005 [  6376] By: jhi                                   on 2000/07/11  21:22:13
63006         Log: Configure cosmetics and perldelta.
63007      Branch: cfgperl
63008            ! Configure config_h.SH pod/perldelta.pod
63009      Branch: metaconfig
63010            ! U/modified/cc.U
63011 ____________________________________________________________________________
63012 [  6375] By: gsar                                  on 2000/07/11  21:17:35
63013         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
63014      Branch: perl
63015            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
63016            ! win32/win32sck.c
63017 ____________________________________________________________________________
63018 [  6374] By: gsar                                  on 2000/07/11  20:48:50
63019         Log: tweak for build failure under multiplicity
63020      Branch: perl
63021            ! toke.c
63022 ____________________________________________________________________________
63023 [  6373] By: gsar                                  on 2000/07/11  20:37:23
63024         Log: integrate cfgperl changes#6325..6373 into mainline
63025              (NOTE: today's batch of integrations still untested)
63026      Branch: perl
63027           +> ext/DynaLoader/hints/netbsd.pl
63028            ! Changes
63029           !> (integrate 26 files)
63030 ____________________________________________________________________________
63031 [  6372] By: jhi                                   on 2000/07/11  20:30:36
63032         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
63033              regen perltoc.
63034      Branch: cfgperl
63035            + pod/perlbook.pod
63036            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
63037            ! pod/perltoc.pod
63038 ____________________________________________________________________________
63039 [  6371] By: jhi                                   on 2000/07/11  20:08:56
63040         Log: Minor cleanups on the booklist.
63041      Branch: cfgperl
63042            ! pod/perlfaq2.pod
63043 ____________________________________________________________________________
63044 [  6370] By: jhi                                   on 2000/07/11  19:31:13
63045         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
63046      Branch: cfgperl
63047            ! t/pragma/overload.t
63048 ____________________________________________________________________________
63049 [  6369] By: gsar                                  on 2000/07/11  19:27:48
63050         Log: integrate cfgperl changes#6293..6324 into mainline
63051      Branch: perl
63052           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
63053            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
63054           !> (integrate 30 files)
63055 ____________________________________________________________________________
63056 [  6368] By: gsar                                  on 2000/07/11  19:18:57
63057         Log: skip integrate of problematic change#6292 from cfgperl into mainline
63058      Branch: perl
63059           !> pp_hot.c
63060 ____________________________________________________________________________
63061 [  6367] By: gsar                                  on 2000/07/11  19:17:21
63062         Log: integrate cfgperl changes#6288..6290 into mainline
63063      Branch: perl
63064           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
63065 ____________________________________________________________________________
63066 [  6366] By: gsar                                  on 2000/07/11  19:11:18
63067         Log: integrate cfgperl changes#6268..6282 into mainline
63068      Branch: perl
63069           !> (integrate 30 files)
63070 ____________________________________________________________________________
63071 [  6365] By: gsar                                  on 2000/07/11  18:57:00
63072         Log: delete new accidentally branched file
63073      Branch: perl
63074            - t/op/method2entersub.t
63075 ____________________________________________________________________________
63076 [  6364] By: gsar                                  on 2000/07/11  18:55:13
63077         Log: skip integrate of change#6267 from cfgperl into mainline (the
63078              method call optimization is flawed without additional hints
63079              from user about immutableness of @ISA and no runtime method
63080              definitions)
63081      Branch: perl
63082           +> t/op/method2entersub.t
63083           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
63084           !> perl.h t/op/sprintf.t xsutils.c
63085 ____________________________________________________________________________
63086 [  6363] By: gsar                                  on 2000/07/11  18:49:43
63087         Log: integrate cfgperl changes#6261..6266 into mainline
63088      Branch: perl
63089           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
63090           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
63091           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
63092           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
63093 ____________________________________________________________________________
63094 [  6362] By: gsar                                  on 2000/07/11  18:43:26
63095         Log: integrate cfgperl changes#6252..6260 into mainline
63096      Branch: perl
63097           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
63098           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
63099           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
63100           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
63101 ____________________________________________________________________________
63102 [  6361] By: gsar                                  on 2000/07/11  18:37:12
63103         Log: skip integrate of problematic change#6251 from cfgperl into mainline
63104      Branch: perl
63105           !> lib/Exporter.pm
63106 ____________________________________________________________________________
63107 [  6360] By: gsar                                  on 2000/07/11  18:34:56
63108         Log: integrate cfgperl change#6250 into mainline
63109      Branch: perl
63110           +> t/op/my_stash.t
63111           !> MANIFEST embed.pl proto.h toke.c
63112 ____________________________________________________________________________
63113 [  6359] By: gsar                                  on 2000/07/11  18:21:19
63114         Log: integrate cfgperl changes#6242..6249 into mainline
63115      Branch: perl
63116           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
63117           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
63118           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
63119           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
63120           !> t/lib/peek.t utf8.c
63121 ____________________________________________________________________________
63122 [  6358] By: gsar                                  on 2000/07/11  18:15:45
63123         Log: skip integrate of problematic change#6241 from cfgperl into mainline
63124      Branch: perl
63125           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
63126 ____________________________________________________________________________
63127 [  6357] By: jhi                                   on 2000/07/11  18:15:16
63128         Log: Fix for
63129              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
63130              From: Roderick Schertler <roderick@argon.org> 
63131              Date: Tue, 11 Jul 2000 13:55:05 -0400 
63132              Message-Id: <200007111755.NAA05077@jones.argon.org> 
63133      Branch: cfgperl
63134            ! doio.c
63135 ____________________________________________________________________________
63136 [  6356] By: jhi                                   on 2000/07/11  18:12:51
63137         Log: Typo in #6341.
63138      Branch: cfgperl
63139            ! pp_hot.c
63140 ____________________________________________________________________________
63141 [  6355] By: gsar                                  on 2000/07/11  18:12:10
63142         Log: integrate cfgperl changes#6231..6240 into mainline
63143      Branch: perl
63144           +> pod/perlutil.pod
63145           !> (integrate 35 files)
63146 ____________________________________________________________________________
63147 [  6354] By: jhi                                   on 2000/07/11  18:04:34
63148         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
63149              From: Dominic Dunlop <domo@computer.org> 
63150              Date: Tue, 11 Jul 2000 12:27:33 +0200 
63151              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
63152              
63153              Replaces change #6268.
63154      Branch: cfgperl
63155            ! t/op/sprintf.t
63156 ____________________________________________________________________________
63157 [  6353] By: gsar                                  on 2000/07/11  17:59:51
63158         Log: skip integrate of problematic change#6230 from cfgperl into mainline
63159              (a later version of File::Spec is already in mainline)
63160      Branch: perl
63161           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
63162           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
63163 ____________________________________________________________________________
63164 [  6352] By: gsar                                  on 2000/07/11  17:57:48
63165         Log: integrate cfgperl changes#6224..6229 into mainline
63166      Branch: perl
63167           +> lib/lib.pm.PL
63168            - lib/lib.pm
63169           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
63170           !> lib/English.pm op.c t/lib/english.t
63171 ____________________________________________________________________________
63172 [  6351] By: gsar                                  on 2000/07/11  17:50:10
63173         Log: skip integrate of problematic change#6223 from cfgperl into mainline
63174      Branch: perl
63175           !> doio.c
63176 ____________________________________________________________________________
63177 [  6350] By: gsar                                  on 2000/07/11  17:48:28
63178         Log: integrate cfgperl changes#6220..6222 into mainline
63179      Branch: perl
63180           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
63181           !> toke.c utf8.c win32/win32.h
63182 ____________________________________________________________________________
63183 [  6349] By: gsar                                  on 2000/07/11  17:46:13
63184         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
63185              mainline
63186      Branch: perl
63187           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
63188           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
63189           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
63190 ____________________________________________________________________________
63191 [  6348] By: jhi                                   on 2000/07/11  17:45:49
63192         Log: README.posix-bc podified from Thomas Dorner.
63193      Branch: cfgperl
63194            ! README.posix-bc
63195 ____________________________________________________________________________
63196 [  6347] By: gsar                                  on 2000/07/11  17:42:04
63197         Log: integrate cfgperl change#6217 into mainline
63198      Branch: perl
63199           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
63200           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
63201           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
63202 ____________________________________________________________________________
63203 [  6346] By: gsar                                  on 2000/07/11  17:39:37
63204         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
63205              mainline
63206      Branch: perl
63207           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
63208           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
63209           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
63210           !> perlapi.h pod/perlapi.pod
63211 ____________________________________________________________________________
63212 [  6345] By: gsar                                  on 2000/07/11  17:36:42
63213         Log: integrate cfgperl changes#6207..6210 into mainline
63214      Branch: perl
63215           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
63216           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
63217 ____________________________________________________________________________
63218 [  6344] By: gsar                                  on 2000/07/11  17:31:20
63219         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
63220              mainline
63221      Branch: perl
63222           !> (integrate 40 files)
63223 ____________________________________________________________________________
63224 [  6343] By: gsar                                  on 2000/07/11  17:19:08
63225         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
63226      Branch: perl
63227           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
63228            ! Changes
63229           !> (integrate 34 files)
63230 ____________________________________________________________________________
63231 [  6342] By: jhi                                   on 2000/07/11  16:05:48
63232         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
63233              To: perl5-porters@perl.org
63234              From: Karsten Sperling <spiff@phreax.net>
63235              Date: Mon, 10 Jul 2000 15:12:52 +0200
63236              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
63237      Branch: cfgperl
63238            ! lib/Symbol.pm
63239 ____________________________________________________________________________
63240 [  6341] By: jhi                                   on 2000/07/11  15:59:23
63241         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
63242              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63243              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
63244              Date: Fri, 07 Jul 2000 17:57:16 +0100
63245      Branch: cfgperl
63246            ! pp_hot.c
63247 ____________________________________________________________________________
63248 [  6340] By: jhi                                   on 2000/07/11  15:55:47
63249         Log: Subject: Re: format bug report  [Patch]
63250              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63251              Date: Wed, 05 Jul 2000 13:12:52 +0200
63252              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
63253              
63254              Subject: Re: format bug report  [Patch]
63255              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63256              Date: Wed, 05 Jul 2000 14:10:01 +0200
63257              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
63258      Branch: cfgperl
63259            ! t/op/write.t toke.c
63260 ____________________________________________________________________________
63261 [  6339] By: jhi                                   on 2000/07/11  13:54:09
63262         Log: Be less forgiving about ambiguous and illegal tr ranges.
63263              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
63264              From: Mark-Jason Dominus <mjd@plover.com>
63265              Date: Tue, 04 Jul 2000 10:00:12 -0400
63266              Message-ID: <20000704140012.17772.qmail@plover.com>
63267              
63268              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
63269              From: Mark-Jason Dominus <mjd@plover.com>
63270              Date: Wed, 05 Jul 2000 09:37:36 -0400
63271              Message-ID: <20000705133736.27293.qmail@plover.com>
63272      Branch: cfgperl
63273            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
63274 ____________________________________________________________________________
63275 [  6338] By: jhi                                   on 2000/07/11  13:31:24
63276         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
63277              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63278              Date: Tue, 11 Jul 2000 13:50:51 +0100
63279              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
63280      Branch: cfgperl
63281            ! sv.c
63282 ____________________________________________________________________________
63283 [  6337] By: jhi                                   on 2000/07/11  13:29:14
63284         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
63285              From: Hugo <hv@crypt.compulink.co.uk>
63286              Date: Tue, 11 Jul 2000 12:44:50 +0100
63287              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
63288      Branch: cfgperl
63289            ! regexec.c t/op/re_tests
63290 ____________________________________________________________________________
63291 [  6336] By: jhi                                   on 2000/07/11  13:26:47
63292         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
63293              From: simon@brecon.co.uk (Simon Cozens)
63294              Date: 7 Jul 2000 11:26:09 GMT
63295              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
63296      Branch: cfgperl
63297            ! mg.c
63298 ____________________________________________________________________________
63299 [  6335] By: jhi                                   on 2000/07/11  13:23:37
63300         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
63301              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
63302              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
63303              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
63304      Branch: cfgperl
63305            + ext/DynaLoader/hints/netbsd.pl
63306            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
63307 ____________________________________________________________________________
63308 [  6334] By: jhi                                   on 2000/07/11  13:20:38
63309         Log: Subject: PATCH perlguts.pod: Document D and d magic types
63310              From: mjd@plover.com
63311              Date: 5 Jul 2000 18:01:51 -0000
63312              Message-ID: <20000705180151.29413.qmail@plover.com>
63313      Branch: cfgperl
63314            ! pod/perlguts.pod
63315 ____________________________________________________________________________
63316 [  6333] By: jhi                                   on 2000/07/11  13:15:51
63317         Log: Precedence goof, fix based on
63318              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
63319              From: Hugo <hv@crypt.compulink.co.uk>
63320              Date: Tue, 11 Jul 2000 12:52:38 +0100
63321              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
63322      Branch: cfgperl
63323            ! t/op/taint.t
63324 ____________________________________________________________________________
63325 [  6332] By: jhi                                   on 2000/07/11  12:40:17
63326         Log: Integrate with Sarathy.
63327      Branch: cfgperl
63328           !> win32/win32sck.c
63329 ____________________________________________________________________________
63330 [  6331] By: jhi                                   on 2000/07/10  20:14:16
63331         Log: Sprinkle ldlibpath.
63332      Branch: cfgperl
63333            ! pod/Makefile.SH
63334 ____________________________________________________________________________
63335 [  6330] By: jhi                                   on 2000/07/10  17:54:49
63336         Log: More POSIX.pod tweaks.
63337      Branch: cfgperl
63338            ! ext/POSIX/POSIX.pod
63339 ____________________________________________________________________________
63340 [  6329] By: jhi                                   on 2000/07/10  14:02:12
63341         Log: Reorder perl.pod once more.
63342      Branch: cfgperl
63343            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
63344 ____________________________________________________________________________
63345 [  6328] By: gsar                                  on 2000/07/10  07:06:00
63346         Log: accept() leaks memory on windows due to incorrect ordering of
63347              closesocket() and fclose() calls
63348      Branch: perl
63349            ! win32/win32sck.c
63350 ____________________________________________________________________________
63351 [  6327] By: gsar                                  on 2000/07/10  06:49:17
63352         Log: winsock options weren't being set in all threads under ithreads
63353              (caused send()s from second and subsequent threads to fail)
63354      Branch: perl
63355            ! win32/win32sck.c
63356 ____________________________________________________________________________
63357 [  6326] By: jhi                                   on 2000/07/08  02:45:40
63358         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
63359              was cast to an unsigned (32-bit) integer with wild abandon.
63360      Branch: cfgperl
63361            ! ext/Devel/DProf/DProf.xs
63362 ____________________________________________________________________________
63363 [  6325] By: jhi                                   on 2000/07/07  18:50:33
63364         Log: Remove perlbook, update perlfaq book listing,
63365              rearrange perl.pod, regenerate perltoc.
63366      Branch: cfgperl
63367            - pod/perlbook.pod
63368            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
63369            ! pod/perlfaq2.pod pod/perltoc.pod
63370 ____________________________________________________________________________
63371 [  6324] By: jhi                                   on 2000/07/07  14:03:40
63372         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
63373      Branch: cfgperl
63374            ! sv.h toke.c
63375 ____________________________________________________________________________
63376 [  6323] By: jhi                                   on 2000/07/06  16:03:55
63377         Log: Fix complaints of buildtoc.
63378      Branch: cfgperl
63379            + lib/Win32.pod
63380            - pod/Win32.pod
63381            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
63382 ____________________________________________________________________________
63383 [  6322] By: jhi                                   on 2000/07/06  15:15:52
63384         Log: Add =head1 NAMEs so that buildtoc is happy.
63385              (The CGI::Util nit reported to Lincoln.)
63386      Branch: cfgperl
63387            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
63388            ! pod/perltoc.pod
63389 ____________________________________________________________________________
63390 [  6321] By: jhi                                   on 2000/07/06  03:16:04
63391         Log: Config is being used.
63392      Branch: cfgperl
63393            ! t/op/method.t
63394 ____________________________________________________________________________
63395 [  6320] By: jhi                                   on 2000/07/06  03:13:13
63396         Log: Integrate with Sarathy.
63397      Branch: cfgperl
63398           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
63399 ____________________________________________________________________________
63400 [  6319] By: jhi                                   on 2000/07/06  03:11:46
63401         Log: Autogenerate pod/Makefile and pod/buildtoc.
63402              buildtoc also checks whether the existin pods are
63403              mentioned in MANIFEST and perl.pod, and vice versa.
63404              (None of the thusly found discrepancies fixed yet.)
63405              roffitall also needs to be autogenerated similarly but it
63406              seems so badly out of date that I didn't touch it yet.
63407      Branch: cfgperl
63408            + pod/Makefile.SH pod/buildtoc.PL
63409            - pod/Makefile pod/buildtoc
63410            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
63411 ____________________________________________________________________________
63412 [  6318] By: gsar                                  on 2000/07/05  22:10:54
63413         Log: fix UNC path handling on Windows under ithreads, and chdir()
63414              return value when given a non-existent directory
63415      Branch: perl
63416            ! win32/vdir.h
63417 ____________________________________________________________________________
63418 [  6317] By: gsar                                  on 2000/07/05  22:08:19
63419         Log: winsock cleanup never done on Windows (leads to handle leaks)
63420      Branch: perl
63421            ! win32/perllib.c win32/win32sck.c
63422 ____________________________________________________________________________
63423 [  6316] By: gsar                                  on 2000/07/05  22:06:19
63424         Log: some debugger output does not go to the socket when RemotePort is set
63425      Branch: perl
63426            ! lib/perl5db.pl
63427 ____________________________________________________________________________
63428 [  6315] By: jhi                                   on 2000/07/05  00:25:21
63429         Log: Integrate with Sarathy, preliminary fix for unicos
63430              alignment problems in [ID 20000612.002] Perl problem on Cray system.
63431      Branch: cfgperl
63432            ! sv.h
63433           !> pp_hot.c
63434 ____________________________________________________________________________
63435 [  6314] By: gsar                                  on 2000/07/04  23:34:02
63436         Log: tyop in change#6306
63437      Branch: perl
63438            ! pp_hot.c
63439 ____________________________________________________________________________
63440 [  6313] By: jhi                                   on 2000/07/04  22:14:38
63441         Log: Multiline string literals ENONPORTABLE.
63442      Branch: cfgperl
63443            ! pp_hot.c
63444 ____________________________________________________________________________
63445 [  6312] By: jhi                                   on 2000/07/04  20:34:44
63446         Log: Integrate with Sarathy.
63447      Branch: cfgperl
63448           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
63449           !> t/op/method.t
63450 ____________________________________________________________________________
63451 [  6311] By: jhi                                   on 2000/07/04  20:30:56
63452         Log: More POSIX.pod embellishment.
63453      Branch: cfgperl
63454            ! ext/POSIX/POSIX.pod
63455 ____________________________________________________________________________
63456 [  6310] By: gsar                                  on 2000/07/04  17:28:48
63457         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
63458      Branch: perl
63459            ! t/lib/b.t
63460 ____________________________________________________________________________
63461 [  6309] By: jhi                                   on 2000/07/04  17:22:18
63462         Log: The #6308 required a little bit more.
63463      Branch: cfgperl
63464            ! Makefile.SH win32/Makefile
63465 ____________________________________________________________________________
63466 [  6308] By: jhi                                   on 2000/07/04  16:35:24
63467         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
63468      Branch: cfgperl
63469            + lib/lib_pm.PL
63470            - lib/lib.pm.PL
63471            ! MANIFEST Makefile.SH
63472 ____________________________________________________________________________
63473 [  6307] By: jhi                                   on 2000/07/04  16:28:58
63474         Log: Win32 patches for cfgperl from Sarathy.
63475      Branch: cfgperl
63476            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
63477            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
63478            ! thread.h toke.c util.c win32/Makefile win32/win32.c
63479 ____________________________________________________________________________
63480 [  6306] By: gsar                                  on 2000/07/04  16:28:40
63481         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
63482              (from Richard Soderberg <rs@oregonnet.com>)
63483      Branch: perl
63484            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
63485 ____________________________________________________________________________
63486 [  6305] By: jhi                                   on 2000/07/04  16:24:24
63487         Log: Integrate with Sarathy.
63488      Branch: cfgperl
63489           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
63490           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
63491           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
63492           !> proto.h win32/win32.c
63493 ____________________________________________________________________________
63494 [  6304] By: gsar                                  on 2000/07/04  16:17:24
63495         Log: missing perldiag entry for unpack("w",...) diagnostic (from
63496              Andreas Koenig)
63497      Branch: perl
63498            ! pod/perldiag.pod
63499 ____________________________________________________________________________
63500 [  6303] By: gsar                                  on 2000/07/04  16:14:44
63501         Log: remove rel2abs prototypes (from Barrie Slaymaker)
63502      Branch: perl
63503            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
63504            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
63505 ____________________________________________________________________________
63506 [  6302] By: gsar                                  on 2000/07/04  04:59:35
63507         Log: adjust change#6299
63508      Branch: perl
63509            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
63510            ! win32/win32.c
63511 ____________________________________________________________________________
63512 [  6301] By: jhi                                   on 2000/07/04  04:50:07
63513         Log: Integrate with Sarathy.
63514      Branch: cfgperl
63515           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
63516           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
63517           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
63518 ____________________________________________________________________________
63519 [  6300] By: gsar                                  on 2000/07/04  04:42:09
63520         Log: PERL_OBJECT build tweak
63521      Branch: perl
63522            ! perl.h
63523 ____________________________________________________________________________
63524 [  6299] By: gsar                                  on 2000/07/04  04:37:00
63525         Log: fix memory leak on Windows (PL_sys_intern contents were never
63526              freed)
63527      Branch: perl
63528            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
63529            ! perlapi.c proto.h win32/win32.c
63530 ____________________________________________________________________________
63531 [  6298] By: gsar                                  on 2000/07/04  04:15:59
63532         Log: fix large memory leak that has been around for ever, masked by
63533              -DPURIFY (most of the arenas were never freed!)
63534      Branch: perl
63535            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
63536 ____________________________________________________________________________
63537 [  6297] By: gsar                                  on 2000/07/04  04:07:46
63538         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
63539      Branch: perl
63540            ! perl.c
63541 ____________________________________________________________________________
63542 [  6296] By: jhi                                   on 2000/06/30  18:28:37
63543         Log: Elaborate POSIX.pod.  Still needs work.
63544      Branch: cfgperl
63545            ! ext/POSIX/POSIX.pod
63546 ____________________________________________________________________________
63547 [  6295] By: jhi                                   on 2000/06/30  14:58:18
63548         Log: Point to perlipc for more SysV IPC examples.
63549      Branch: cfgperl
63550            ! pod/perlfunc.pod
63551 ____________________________________________________________________________
63552 [  6294] By: gsar                                  on 2000/06/30  14:47:45
63553         Log: slurp mode fix in change#4736 still not quite right
63554      Branch: perl
63555            ! pp_hot.c t/io/argv.t
63556 ____________________________________________________________________________
63557 [  6293] By: jhi                                   on 2000/06/30  12:02:55
63558         Log: Integrate with Sarathy.
63559      Branch: cfgperl
63560           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
63561 ____________________________________________________________________________
63562 [  6292] By: jhi                                   on 2000/06/30  12:01:11
63563         Log: From: simon@brecon.co.uk (Simon Cozens)
63564              Subject: UTF8 concat
63565              Date: 30 Jun 2000 06:13:25 GMT
63566              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
63567      Branch: cfgperl
63568            ! pp_hot.c
63569 ____________________________________________________________________________
63570 [  6291] By: gsar                                  on 2000/06/30  04:37:33
63571         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
63572              when @_ is modified, causing coredumps
63573      Branch: perl
63574            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
63575 ____________________________________________________________________________
63576 [  6290] By: jhi                                   on 2000/06/30  02:21:44
63577         Log: Integrate with Sarathy.
63578      Branch: cfgperl
63579           !> vms/vms.c vms/vmsish.h
63580 ____________________________________________________________________________
63581 [  6289] By: jhi                                   on 2000/06/30  02:21:02
63582         Log: Check VERSIONs.
63583      Branch: cfgperl
63584            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
63585            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
63586            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
63587 ____________________________________________________________________________
63588 [  6288] By: jhi                                   on 2000/06/30  02:18:52
63589         Log: Integrate with Sarathy.
63590      Branch: cfgperl
63591           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
63592           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
63593           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
63594           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
63595 ____________________________________________________________________________
63596 [  6287] By: gsar                                  on 2000/06/30  02:17:08
63597         Log: integrate vmsperl changes into mainline
63598      Branch: perl
63599           !> vms/vms.c vms/vmsish.h
63600 ____________________________________________________________________________
63601 [  6285] By: gsar                                  on 2000/06/30  02:05:28
63602         Log: localize %INC in a Safe compartment so that use/require work
63603              (many other magic globals probably need similar treatment)
63604      Branch: perl
63605            ! ext/Opcode/Opcode.xs
63606 ____________________________________________________________________________
63607 [  6284] By: gsar                                  on 2000/06/30  01:54:54
63608         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
63609              about Windows
63610      Branch: perl
63611            ! pod/perlembed.pod
63612 ____________________________________________________________________________
63613 [  6283] By: jhi                                   on 2000/06/30  01:50:10
63614         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
63615              From: Barrie Slaymaker <barries@jester.slaysys.com>
63616              Date: Wed, 28 Jun 2000 11:35:29 -0400
63617              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
63618      Branch: perl
63619            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
63620            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
63621            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
63622            ! lib/File/Spec/Win32.pm
63623 ____________________________________________________________________________
63624 [  6282] By: jhi                                   on 2000/06/29  22:57:22
63625         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
63626              From: Dan Sugalski <dan@sidhe.org>
63627              Date: Tue, 06 Jun 2000 11:59:50 -0400
63628              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
63629      Branch: cfgperl
63630            ! vms/vms.c
63631 ____________________________________________________________________________
63632 [  6281] By: jhi                                   on 2000/06/29  22:52:50
63633         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
63634              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
63635              Date: Wed, 7 Jun 2000 04:02:04 -0500
63636              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
63637      Branch: cfgperl
63638            ! utils/h2xs.PL
63639 ____________________________________________________________________________
63640 [  6280] By: jhi                                   on 2000/06/29  22:45:47
63641         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
63642              From: rspier@pobox.com (Robert Spier)
63643              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
63644              Message-ID: <14654.31913.845602.610277@rls.cx>
63645      Branch: cfgperl
63646            ! utils/h2xs.PL
63647 ____________________________________________________________________________
63648 [  6279] By: jhi                                   on 2000/06/29  22:38:16
63649         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
63650              From: Tim Ayers <tayers@bridge.com>
63651              Date: Thu, 08 Jun 2000 08:11:06 +0200
63652              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
63653              [resent by Richard Foley, Message-Id probably wrong]
63654      Branch: cfgperl
63655            ! pod/perlsub.pod
63656 ____________________________________________________________________________
63657 [  6278] By: jhi                                   on 2000/06/29  22:21:45
63658         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
63659              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
63660              Date: Fri, 09 Jun 2000 12:39:27 -0400
63661              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
63662              (plus update the version "number" of Text::Wrap)
63663      Branch: cfgperl
63664            ! lib/Text/Wrap.pm
63665 ____________________________________________________________________________
63666 [  6277] By: jhi                                   on 2000/06/29  22:13:10
63667         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
63668              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63669              Date: Mon, 12 Jun 2000 14:55:59 +0100
63670              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
63671      Branch: cfgperl
63672            ! pod/perlfunc.pod
63673 ____________________________________________________________________________
63674 [  6276] By: jhi                                   on 2000/06/29  22:11:06
63675         Log: Subject: [PATCH] Re: eval documentation: context
63676              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63677              Date: Mon, 12 Jun 2000 15:07:29 +0100
63678              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
63679      Branch: cfgperl
63680            ! pod/perlfunc.pod
63681 ____________________________________________________________________________
63682 [  6275] By: jhi                                   on 2000/06/29  21:59:46
63683         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
63684              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
63685              Date: Tue, 13 Jun 2000 02:43:48 -0500
63686              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
63687      Branch: cfgperl
63688            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
63689 ____________________________________________________________________________
63690 [  6274] By: jhi                                   on 2000/06/29  21:56:14
63691         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
63692              From: Andy Dougherty <doughera@lafayette.edu>
63693              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
63694              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
63695      Branch: cfgperl
63696            ! ext/File/Glob/Glob.pm
63697 ____________________________________________________________________________
63698 [  6273] By: jhi                                   on 2000/06/29  21:49:09
63699         Log: Subject: [PATCH] xsub attributes
63700              From: Doug MacEachern <dougm@covalent.net>
63701              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
63702              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
63703      Branch: cfgperl
63704            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
63705            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
63706 ____________________________________________________________________________
63707 [  6272] By: jhi                                   on 2000/06/29  21:41:28
63708         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
63709              From: Tom Phoenix <rootbeer@redcat.com>
63710              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
63711              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
63712      Branch: cfgperl
63713            ! lib/Net/Ping.pm
63714 ____________________________________________________________________________
63715 [  6271] By: jhi                                   on 2000/06/29  21:36:55
63716         Log: Subject: PATCH pod/perltie.pod
63717              From: Ian Phillipps <Ian.Phillipps@iname.com>
63718              Date: Fri, 16 Jun 2000 00:17:19 +0100
63719              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
63720              (only the first hunk, the second hunk had already been done
63721              by some other patch)
63722      Branch: cfgperl
63723            ! pod/perltie.pod
63724 ____________________________________________________________________________
63725 [  6270] By: jhi                                   on 2000/06/29  21:24:51
63726         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
63727              From: Nicholas Clark <nick@talking.bollo.cx>
63728              Date: Fri, 23 Jun 2000 16:21:15 +0100
63729              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
63730      Branch: cfgperl
63731            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
63732            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
63733 ____________________________________________________________________________
63734 [  6269] By: jhi                                   on 2000/06/29  19:38:15
63735         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
63736              silence few compiler warnings.
63737      Branch: cfgperl
63738            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
63739 ____________________________________________________________________________
63740 [  6268] By: jhi                                   on 2000/06/29  18:21:50
63741         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
63742              From: Dominic Dunlop <domo@computer.org> 
63743              Date: Thu, 29 Jun 2000 12:32:39 +0200 
63744              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
63745      Branch: cfgperl
63746            ! t/op/sprintf.t
63747 ____________________________________________________________________________
63748 [  6267] By: jhi                                   on 2000/06/29  18:16:07
63749         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
63750              From: Doug MacEachern <dougm@covalent.net>
63751              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
63752              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
63753      Branch: cfgperl
63754            + t/op/method2entersub.t
63755            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
63756            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
63757            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
63758            ! xsutils.c
63759 ____________________________________________________________________________
63760 [  6266] By: jhi                                   on 2000/06/29  15:11:15
63761         Log: Subject: [PATCH 5.6.0] cygwin port
63762              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
63763              From: "Fifer, Eric" <EFifer@sanwaint.com>
63764              Date: Thu, 29 Jun 2000 12:58:29 +0100
63765      Branch: cfgperl
63766            ! cygwin/Makefile.SHs
63767 ____________________________________________________________________________
63768 [  6265] By: jhi                                   on 2000/06/29  15:04:05
63769         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
63770              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63771              Date: Wed, 28 Jun 2000 17:50:12 -0700
63772              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
63773      Branch: cfgperl
63774            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
63775 ____________________________________________________________________________
63776 [  6264] By: jhi                                   on 2000/06/29  15:00:57
63777         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
63778              From: Marty Lucich <marty@netcom.com>
63779              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
63780              Message-Id: <200006282116.OAA11148@netcom.com>
63781              ccdlflags update (the BSD/OS 4.1 part had already been taken
63782              care of by #6141).
63783      Branch: cfgperl
63784            ! hints/bsdos.sh
63785 ____________________________________________________________________________
63786 [  6263] By: jhi                                   on 2000/06/29  13:47:44
63787         Log: tr fixes from Simon Cozens
63788      Branch: cfgperl
63789            ! doop.c
63790 ____________________________________________________________________________
63791 [  6262] By: jhi                                   on 2000/06/28  18:46:01
63792         Log: Subject: 5.6.0 Patch for EPOC
63793              From: Olaf Flebbe <o.flebbe@gmx.de>
63794              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
63795              Message-ID: <23449.960929969@www11.gmx.net>
63796      Branch: cfgperl
63797            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
63798            ! epoc/epocish.h
63799 ____________________________________________________________________________
63800 [  6261] By: jhi                                   on 2000/06/28  18:29:07
63801         Log: Subject: Re: [PATCH cfgperl] BOMs away!
63802              From: simon@brecon.co.uk (Simon Cozens)
63803              Date: 17 Jun 2000 11:49:57 GMT
63804              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
63805      Branch: cfgperl
63806            ! pod/perldiag.pod t/comp/require.t toke.c
63807 ____________________________________________________________________________
63808 [  6260] By: jhi                                   on 2000/06/28  17:47:16
63809         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
63810              From: simon@brecon.co.uk (Simon Cozens) 
63811              Date: 17 Jun 2000 11:56:44 GMT 
63812              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
63813              pack U0, pack C0
63814      Branch: cfgperl
63815            ! pod/perlfunc.pod pp.c t/op/pack.t
63816 ____________________________________________________________________________
63817 [  6259] By: jhi                                   on 2000/06/28  16:43:17
63818         Log: perlnewmod was missing from MANIFEST.
63819      Branch: cfgperl
63820            ! MANIFEST
63821 ____________________________________________________________________________
63822 [  6258] By: jhi                                   on 2000/06/28  15:54:30
63823         Log: linenumber tweak
63824      Branch: cfgperl
63825            ! t/pragma/warn/regcomp
63826 ____________________________________________________________________________
63827 [  6257] By: jhi                                   on 2000/06/28  15:50:44
63828         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
63829              From: Doug MacEachern <dougm@covalent.net>
63830              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
63831              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
63832              (one part of the patch had been applied earlier)
63833      Branch: cfgperl
63834            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
63835 ____________________________________________________________________________
63836 [  6256] By: jhi                                   on 2000/06/28  15:40:22
63837         Log: tweaks from Simon Cozens to further fix tr/// under utf8
63838      Branch: cfgperl
63839            ! doop.c
63840 ____________________________________________________________________________
63841 [  6255] By: jhi                                   on 2000/06/28  15:33:45
63842         Log: small thinko tweaks
63843      Branch: cfgperl
63844            ! lib/IPC/Open3.pm t/op/my_stash.t
63845 ____________________________________________________________________________
63846 [  6254] By: jhi                                   on 2000/06/28  15:33:25
63847         Log: Subject: tr///, help wanted.
63848              From: simon@brecon.co.uk (Simon Cozens)
63849              Date: 28 Jun 2000 11:29:04 GMT
63850              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
63851      Branch: cfgperl
63852            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
63853            ! pp_proto.h proto.h t/op/tr.t
63854 ____________________________________________________________________________
63855 [  6253] By: jhi                                   on 2000/06/28  15:09:17
63856         Log: Paranoia tweak on #6249.
63857              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
63858              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
63859              Date: Sun, 25 Jun 2000 23:43:12 -0400
63860              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
63861      Branch: cfgperl
63862            ! lib/IPC/Open3.pm
63863 ____________________________________________________________________________
63864 [  6252] By: jhi                                   on 2000/06/28  15:01:38
63865         Log: Document #6249 and #6251.
63866      Branch: cfgperl
63867            ! lib/Exporter.pm lib/IPC/Open3.pm
63868 ____________________________________________________________________________
63869 [  6251] By: jhi                                   on 2000/06/28  14:50:43
63870         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
63871              From: Doug MacEachern <dougm@covalent.net>
63872              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
63873              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
63874      Branch: cfgperl
63875            ! lib/Exporter.pm
63876 ____________________________________________________________________________
63877 [  6250] By: jhi                                   on 2000/06/28  14:45:23
63878         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
63879              From: Doug MacEachern <dougm@covalent.net>
63880              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
63881              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
63882      Branch: cfgperl
63883            + t/op/my_stash.t
63884            ! MANIFEST embed.pl global.sym proto.h toke.c
63885 ____________________________________________________________________________
63886 [  6249] By: jhi                                   on 2000/06/28  14:36:34
63887         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
63888              From: Frank Tobin <ftobin@uiuc.edu>
63889              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
63890              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
63891      Branch: cfgperl
63892            ! lib/IPC/Open3.pm
63893 ____________________________________________________________________________
63894 [  6248] By: jhi                                   on 2000/06/28  14:11:25
63895         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
63896              From: Mark-Jason Dominus <mjd@plover.com>
63897              Date: Tue, 27 Jun 2000 22:36:42 -0400
63898              Message-ID: <20000628023642.12166.qmail@plover.com>
63899      Branch: cfgperl
63900            ! pod/perlfunc.pod
63901 ____________________________________________________________________________
63902 [  6247] By: jhi                                   on 2000/06/27  12:46:37
63903         Log: Tweak $VERSION, patch from Doug MacEachern.
63904      Branch: cfgperl
63905            ! lib/File/Spec.pm
63906 ____________________________________________________________________________
63907 [  6246] By: jhi                                   on 2000/06/27  03:34:46
63908         Log: Allow for standalone testing.
63909      Branch: cfgperl
63910            ! t/lib/filefunc.t t/lib/filespec.t
63911 ____________________________________________________________________________
63912 [  6245] By: jhi                                   on 2000/06/27  02:50:02
63913         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
63914              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
63915              Date: Sat, 24 Jun 2000 13:06:20 +0100
63916              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
63917      Branch: cfgperl
63918            ! ext/DynaLoader/DynaLoader_pm.PL
63919 ____________________________________________________________________________
63920 [  6244] By: jhi                                   on 2000/06/27  02:46:10
63921         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
63922              From: Doug MacEachern <dougm@covalent.net>
63923              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
63924              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
63925      Branch: cfgperl
63926            ! gv.c sv.c t/lib/peek.t
63927 ____________________________________________________________________________
63928 [  6243] By: jhi                                   on 2000/06/27  02:38:07
63929         Log: Subject: [PATCH] is_utf8_string
63930              From: simon@brecon.co.uk (Simon Cozens)
63931              Date: 26 Jun 2000 02:25:59 GMT
63932              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
63933      Branch: cfgperl
63934            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
63935            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
63936            ! proto.h utf8.c
63937 ____________________________________________________________________________
63938 [  6242] By: jhi                                   on 2000/06/27  02:24:00
63939         Log: Subject: [PATCH] bytes<->utf8 fixes
63940              From: simon@brecon.co.uk (Simon Cozens)
63941              Date: 26 Jun 2000 04:55:45 GMT
63942              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
63943      Branch: cfgperl
63944            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
63945 ____________________________________________________________________________
63946 [  6241] By: jhi                                   on 2000/06/27  02:12:42
63947         Log: Do no -warn on \_, only on \alpha.
63948              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
63949              From: David Dyck <dcd@tc.fluke.com>
63950              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
63951              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
63952      Branch: cfgperl
63953            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
63954 ____________________________________________________________________________
63955 [  6240] By: jhi                                   on 2000/06/27  02:00:01
63956         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
63957              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
63958              Date: Mon, 26 Jun 2000 18:40:14 +0100
63959              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
63960      Branch: cfgperl
63961            ! utils/h2xs.PL
63962 ____________________________________________________________________________
63963 [  6239] By: jhi                                   on 2000/06/27  01:53:40
63964         Log: Configure maintenance.  Sever some dependency cycles,
63965              separate gccversion from the cc unit,
63966              address [ID 20000623.006] Configure script patch for using gcc on AIX
63967              (but solve it a little bit differently),
63968              unduplex some accidentally duplicated units,
63969              suggest using gcc if no cc available
63970              (p5p thread: "Solaris configure: counterproposal", 1999-09)
63971      Branch: cfgperl
63972            ! Configure Todo-5.6 config_h.SH
63973      Branch: metaconfig
63974            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
63975            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
63976      Branch: metaconfig/U/perl
63977            + gccvers.U
63978            ! d_getespwnam.U d_getprpwnam.U i_prot.U
63979 ____________________________________________________________________________
63980 [  6238] By: jhi                                   on 2000/06/25  18:04:56
63981         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
63982              From: Dan Sugalski <dan@sidhe.org>
63983              Date: Fri, 23 Jun 2000 17:00:00 -0400
63984              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
63985      Branch: cfgperl
63986            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
63987 ____________________________________________________________________________
63988 [  6237] By: jhi                                   on 2000/06/25  16:36:45
63989         Log: Tweak embed.pl, regen headers.
63990      Branch: cfgperl
63991            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
63992            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
63993            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
63994            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
63995            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
63996 ____________________________________________________________________________
63997 [  6236] By: jhi                                   on 2000/06/25  15:26:42
63998         Log: Regen headers.
63999      Branch: cfgperl
64000            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
64001            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
64002            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
64003            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
64004            ! regnodes.h warnings.h
64005 ____________________________________________________________________________
64006 [  6235] By: jhi                                   on 2000/06/23  19:39:35
64007         Log: The thread begun by
64008              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
64009              From: Kevin.Ruscoe@ubsw.com
64010              Date: Fri, 16 Jun 2000 16:38:51 +0100
64011              Message-Id: <H000019b03c300d6@MHS>
64012      Branch: cfgperl
64013            ! hints/solaris_2.sh
64014 ____________________________________________________________________________
64015 [  6234] By: jhi                                   on 2000/06/23  19:23:36
64016         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
64017              because when run as services (Win32ese for daemons)
64018              no environment variables are set and tmpdir ends up as /tmp,
64019              which is ambiguous.
64020              
64021              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
64022              From: matt@sergeant.org
64023              Date: 16 Jun 2000 16:30:43 -0000
64024              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
64025      Branch: cfgperl
64026            ! lib/File/Spec/Win32.pm
64027 ____________________________________________________________________________
64028 [  6233] By: jhi                                   on 2000/06/23  19:18:58
64029         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
64030              From: Mark-Jason Dominus <mjd@plover.com>
64031              Date: Fri, 16 Jun 2000 20:53:04 -0400
64032              Message-ID: <20000617005304.8008.qmail@plover.com>
64033      Branch: cfgperl
64034            ! op.h
64035 ____________________________________________________________________________
64036 [  6232] By: jhi                                   on 2000/06/23  16:10:02
64037         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
64038              From: simon@brecon.co.uk (Simon Cozens)
64039              Date: 19 Jun 2000 15:18:27 GMT
64040              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
64041              
64042              plus update pod/Makefile and regenerate perltoc
64043      Branch: cfgperl
64044            + pod/perlutil.pod
64045            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
64046 ____________________________________________________________________________
64047 [  6231] By: jhi                                   on 2000/06/23  15:19:18
64048         Log: Subject: [PATCH 5.6.0] cygwin port
64049              From: "Fifer, Eric" <EFifer@sanwaint.com>
64050              Date: Tue, 20 Jun 2000 14:30:58 +0100
64051              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
64052      Branch: cfgperl
64053            ! README.cygwin lib/File/Find.pm
64054 ____________________________________________________________________________
64055 [  6230] By: jhi                                   on 2000/06/23  14:25:21
64056         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
64057      Branch: cfgperl
64058            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
64059            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
64060            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
64061            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
64062 ____________________________________________________________________________
64063 [  6229] By: jhi                                   on 2000/06/23  14:13:34
64064         Log: Subject: README.hpux version 0.6.1
64065              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
64066              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
64067              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
64068      Branch: cfgperl
64069            ! README.hpux
64070 ____________________________________________________________________________
64071 [  6228] By: jhi                                   on 2000/06/23  14:07:20
64072         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
64073              From: Doug MacEachern <dougm@covalent.net>
64074              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
64075              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
64076      Branch: cfgperl
64077            ! op.c
64078 ____________________________________________________________________________
64079 [  6227] By: jhi                                   on 2000/06/23  14:01:06
64080         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
64081              From: Doug MacEachern <dougm@covalent.net>
64082              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
64083              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
64084      Branch: cfgperl
64085            + lib/lib.pm.PL
64086            - lib/lib.pm
64087            ! MANIFEST Makefile.SH
64088 ____________________________________________________________________________
64089 [  6226] By: jhi                                   on 2000/06/23  13:53:07
64090         Log: Subject: [PATCH] remove forward declarations in Socket.pm
64091              From: Doug MacEachern <dougm@covalent.net>
64092              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
64093              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
64094              
64095              From: Doug MacEachern <dougm@covalent.net>
64096              Subject: Re: [PATCH] remove forward declarations in Socket.pm
64097              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
64098              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
64099      Branch: cfgperl
64100            ! ext/Socket/Socket.pm op.c
64101 ____________________________________________________________________________
64102 [  6225] By: jhi                                   on 2000/06/23  13:41:52
64103         Log: Add source code filenames to apidoc.
64104              From: simon@brecon.co.uk (Simon Cozens)
64105              Subject: [PATCH embed.pl] Source X-ref
64106              Date: 22 Jun 2000 02:18:49 GMT
64107              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
64108      Branch: cfgperl
64109            ! embed.pl
64110 ____________________________________________________________________________
64111 [  6224] By: jhi                                   on 2000/06/23  13:32:33
64112         Log: A way to avoid English.pm performance hit.
64113              From: root <root@jester.slaysys.com>
64114              Subject: [YAPATCH English.pm] My turn to putt again
64115              Date: Thu, 22 Jun 2000 20:33:58 -0400
64116              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
64117      Branch: cfgperl
64118            ! lib/English.pm t/lib/english.t
64119 ____________________________________________________________________________
64120 [  6223] By: jhi                                   on 2000/06/23  13:27:06
64121         Log: Avoid double close().
64122              Subject: [PATCH] avoid double close()
64123              From: Doug MacEachern <dougm@covalent.net>
64124              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
64125              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
64126      Branch: cfgperl
64127            ! doio.c
64128 ____________________________________________________________________________
64129 [  6222] By: jhi                                   on 2000/06/23  13:25:54
64130         Log: doc typo fix
64131              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
64132              From: Ian Phillipps <Ian.Phillipps@iname.com>
64133              Date: Fri, 23 Jun 2000 10:40:58 +0100
64134              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
64135      Branch: cfgperl
64136            ! lib/Pod/Usage.pm
64137 ____________________________________________________________________________
64138 [  6221] By: jhi                                   on 2000/06/23  13:24:15
64139         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
64140              From: simon@brecon.co.uk (Simon Cozens)
64141              Subject: [PATCH] Eliminate tr///[CU][CU]
64142              Date: 23 Jun 2000 11:05:40 GMT
64143              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
64144      Branch: cfgperl
64145            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
64146 ____________________________________________________________________________
64147 [  6220] By: jhi                                   on 2000/06/22  16:07:51
64148         Log: Win32 patches from Benjamin Stuhl.
64149      Branch: cfgperl
64150            ! makedef.pl win32/win32.h
64151 ____________________________________________________________________________
64152 [  6219] By: jhi                                   on 2000/06/22  16:06:34
64153         Log: Bytecode patches from Benjamin Stuhl.
64154      Branch: cfgperl
64155            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
64156            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
64157            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
64158 ____________________________________________________________________________
64159 [  6218] By: jhi                                   on 2000/06/15  23:54:16
64160         Log: Bytecode patches from Benjamin Stuhl.
64161      Branch: cfgperl
64162            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
64163 ____________________________________________________________________________
64164 [  6217] By: jhi                                   on 2000/06/09  13:38:29
64165         Log: Rename the fdpid locking and integrate with Sarathy.
64166      Branch: cfgperl
64167            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
64168            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
64169            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
64170            ! win32/win32.c
64171           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
64172 ____________________________________________________________________________
64173 [  6216] By: gsar                                  on 2000/06/08  14:54:21
64174         Log: be more optimal about clearing @_
64175      Branch: perl
64176            ! cop.h
64177 ____________________________________________________________________________
64178 [  6215] By: gsar                                  on 2000/06/08  14:33:04
64179         Log: tweak comment about @DB::args
64180      Branch: perl
64181            ! av.h pp_ctl.c
64182 ____________________________________________________________________________
64183 [  6214] By: gsar                                  on 2000/06/08  13:57:54
64184         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
64185              caller() wants to populate @DB::args with it (causes a coredump
64186              in Carp::confess())
64187      Branch: perl
64188            ! cop.h t/op/runlevel.t
64189 ____________________________________________________________________________
64190 [  6213] By: gsar                                  on 2000/06/08  07:06:35
64191         Log: back out change#6106 (seems problematic)
64192      Branch: perl
64193            ! hints/solaris_2.sh
64194 ____________________________________________________________________________
64195 [  6212] By: jhi                                   on 2000/06/07  03:10:36
64196         Log: Continuing mopup for #6204.
64197      Branch: cfgperl
64198            ! ext/B/defsubs_h.PL
64199 ____________________________________________________________________________
64200 [  6211] By: jhi                                   on 2000/06/07  02:41:50
64201         Log: Mopup for #6204.
64202              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
64203              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
64204              This is comes from const() where POK isn't on when expected.
64205      Branch: cfgperl
64206            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
64207            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
64208            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
64209            ! perlapi.h pod/perlapi.pod
64210 ____________________________________________________________________________
64211 [  6210] By: jhi                                   on 2000/06/07  01:56:29
64212         Log: Mopup for #6207 and #6209.
64213      Branch: cfgperl
64214            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
64215 ____________________________________________________________________________
64216 [  6209] By: jhi                                   on 2000/06/07  01:33:12
64217         Log: Lock PL_fdpid against race conditions, based on:
64218              Subject: [PATCH 5.6.0]subprocess fixup for threads
64219              From: Dan Sugalski <dan@sidhe.org>
64220              To: perl5-porters@perl.org
64221              Date: Tue, 11 Apr 2000 17:02:32 -0400
64222              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
64223      Branch: cfgperl
64224            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
64225            ! win32/win32.c
64226 ____________________________________________________________________________
64227 [  6208] By: jhi                                   on 2000/06/07  01:05:23
64228         Log: Regen headers for #6207.
64229      Branch: cfgperl
64230            ! embed.h global.sym objXSUB.h proto.h
64231 ____________________________________________________________________________
64232 [  6207] By: jhi                                   on 2000/06/06  23:43:13
64233         Log: Subject: [PATCH 5.6.0] Threadsafe patches
64234              From: Dan Sugalski <dan@sidhe.org>
64235              To: perl5-porters@perl.org
64236              Date: Mon, 08 May 2000 18:08:13 -0400
64237              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
64238      Branch: cfgperl
64239            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
64240            ! proto.h sv.h util.c
64241 ____________________________________________________________________________
64242 [  6206] By: jhi                                   on 2000/06/06  23:21:23
64243         Log: Subject: [PATCH] Eliminate $a/$b in pod
64244              From: David Glasser <me@davidglasser.net>
64245              To: perl5-porters@perl.org
64246              Date: Mon, 29 May 2000 21:15:59 -0400
64247              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
64248      Branch: cfgperl
64249            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
64250            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
64251            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
64252            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
64253            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
64254            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
64255            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
64256            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
64257            ! pod/perlvar.pod pod/perlxs.pod
64258 ____________________________________________________________________________
64259 [  6205] By: jhi                                   on 2000/06/06  23:12:14
64260         Log: Subject: [PATCH] Win32 improvements
64261              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
64262              To: gsar@activestate.com, perl5-porters@perl.org
64263              Date: Mon, 29 May 2000 17:22:24 PDT
64264              Message-ID: <20000530002224.91142.qmail@hotmail.com>
64265              (MUA had mangled many lines by wordwrapping)
64266      Branch: cfgperl
64267            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
64268 ____________________________________________________________________________
64269 [  6204] By: jhi                                   on 2000/06/06  23:01:50
64270         Log: Subject: [PATCH] B::Bytecode patches
64271              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
64272              To: gsar@activestate.com, jhi@iki.fi
64273              Cc: perl5-porters@perl.org
64274              Message-ID: <20000602202526.48694.qmail@hotmail.com>
64275              (MUA had mangled many lines by wordwrapping)
64276      Branch: cfgperl
64277            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
64278            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
64279            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
64280            ! intrpvar.h perl.c
64281 ____________________________________________________________________________
64282 [  6203] By: jhi                                   on 2000/06/06  22:32:43
64283         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
64284              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64285              Date: Tue, 06 Jun 2000 13:07:45 -0700
64286              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
64287      Branch: cfgperl
64288            ! pod/perldiag.pod
64289 ____________________________________________________________________________
64290 [  6202] By: jhi                                   on 2000/06/06  19:38:35
64291         Log: Integrate with Sarathy.
64292      Branch: cfgperl
64293           !> perl.c
64294 ____________________________________________________________________________
64295 [  6201] By: gsar                                  on 2000/06/06  00:42:59
64296         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
64297              does a PUSHMARK that's never ever POPMARKed; in general, only
64298              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
64299              Perl_eval_[sp]v() don't because they don't take any incoming
64300              arguments (this leak has been around since the original version
64301              of perl_eval_pv() in 5.003_97e)
64302      Branch: perl
64303            ! perl.c
64304 ____________________________________________________________________________
64305 [  6200] By: jhi                                   on 2000/06/04  03:44:52
64306         Log: Update to cperl-mode.el 4.31 from
64307              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
64308              Subject: A couple of notes
64309              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64310              To: Mailing list Perl5 <perl5-porters@perl.org>
64311              Date: Sat, 3 Jun 2000 23:33:32 -0400
64312              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
64313      Branch: cfgperl
64314            ! emacs/cperl-mode.el
64315 ____________________________________________________________________________
64316 [  6199] By: jhi                                   on 2000/06/03  15:11:05
64317         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
64318              From: Dan Sugalski <dan@sidhe.org>
64319              To: perl5-porters@perl.org, vmsperl@perl.org
64320              Date: Fri, 02 Jun 2000 17:30:51 -0400
64321              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
64322      Branch: cfgperl
64323            ! vms/descrip_mms.template vms/gen_shrfls.pl
64324 ____________________________________________________________________________
64325 [  6198] By: jhi                                   on 2000/06/03  14:59:15
64326         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
64327              From: Dan Sugalski <dan@sidhe.org>
64328              To: vmsperl@perl.org, perl5-porters@perl.org
64329              Date: Fri, 02 Jun 2000 16:00:41 -0400
64330              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
64331              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
64332      Branch: cfgperl
64333            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
64334            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
64335            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
64336 ____________________________________________________________________________
64337 [  6197] By: jhi                                   on 2000/06/03  14:41:30
64338         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
64339              From: John Borwick <jhborwic@unity.ncsu.edu>
64340              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
64341              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
64342      Branch: cfgperl
64343            ! pod/perlsyn.pod
64344 ____________________________________________________________________________
64345 [  6196] By: jhi                                   on 2000/06/03  14:38:09
64346         Log: Integrate with Sarathy.
64347      Branch: cfgperl
64348           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
64349           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
64350           !> vms/perly_c.vms
64351 ____________________________________________________________________________
64352 [  6195] By: gsar                                  on 2000/06/02  22:43:13
64353         Log: fix yet another eval"" leak under USE_ITHREADS
64354      Branch: perl
64355            ! op.c
64356 ____________________________________________________________________________
64357 [  6194] By: gsar                                  on 2000/06/02  18:22:06
64358         Log: fix small eval"" memory leaks under USE_ITHREADS
64359      Branch: perl
64360            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
64361            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
64362            ! vms/perly_c.vms
64363 ____________________________________________________________________________
64364 [  6193] By: jhi                                   on 2000/06/01  13:03:56
64365         Log: Signals-be-gone for microperl.
64366      Branch: cfgperl
64367            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
64368 ____________________________________________________________________________
64369 [  6192] By: jhi                                   on 2000/06/01  12:52:02
64370         Log: Integrate with Sarathy.
64371      Branch: cfgperl
64372           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
64373           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
64374           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
64375           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
64376           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
64377           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
64378           !> t/op/vec.t utils/h2xs.PL
64379 ____________________________________________________________________________
64380 [  6191] By: gsar                                  on 2000/06/01  09:38:21
64381         Log: vec() loses numericalness (modified version of patch suggested
64382              by Robin Barker)
64383      Branch: perl
64384            ! doop.c t/op/vec.t
64385 ____________________________________________________________________________
64386 [  6190] By: gsar                                  on 2000/06/01  09:26:15
64387         Log: submit missing embed.pl change
64388      Branch: perl
64389            ! embed.pl
64390 ____________________________________________________________________________
64391 [  6189] By: gsar                                  on 2000/06/01  09:05:34
64392         Log: counting tr/// corrupts later operation (from M.J.T Guy)
64393      Branch: perl
64394            ! doop.c t/op/tr.t
64395 ____________________________________________________________________________
64396 [  6188] By: gsar                                  on 2000/06/01  08:58:39
64397         Log: h2xs tweaks
64398      Branch: perl
64399            ! utils/h2xs.PL
64400 ____________________________________________________________________________
64401 [  6187] By: gsar                                  on 2000/06/01  08:50:07
64402         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
64403              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
64404      Branch: perl
64405            + lib/Pod/LaTeX.pm
64406            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
64407            ! pod/pod2latex.PL
64408 ____________________________________________________________________________
64409 [  6186] By: gsar                                  on 2000/06/01  08:24:40
64410         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
64411              <wolfgang.laun@alcatel.at>)
64412      Branch: perl
64413            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
64414            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
64415 ____________________________________________________________________________
64416 [  6185] By: gsar                                  on 2000/06/01  08:12:00
64417         Log: remove incorrect documentation about implicit split to @_ in
64418              list context, which never really worked in perl 5 (from
64419              M.J.T. Guy)
64420      Branch: perl
64421            ! pod/perlfunc.pod pod/perltrap.pod
64422 ____________________________________________________________________________
64423 [  6184] By: gsar                                  on 2000/06/01  07:52:27
64424         Log: tweak for change#6127
64425      Branch: perl
64426            ! perl.c
64427 ____________________________________________________________________________
64428 [  6183] By: gsar                                  on 2000/06/01  07:41:02
64429         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
64430              <nick@ccl4.org>)
64431      Branch: perl
64432            + t/lib/selfloader.t
64433            ! MANIFEST lib/SelfLoader.pm
64434 ____________________________________________________________________________
64435 [  6182] By: jhi                                   on 2000/06/01  00:34:42
64436         Log: Be Cleaner Part Deux.
64437      Branch: cfgperl
64438            ! Makefile.SH
64439 ____________________________________________________________________________
64440 [  6181] By: jhi                                   on 2000/06/01  00:32:09
64441         Log: Integrate with Sarathy.
64442      Branch: cfgperl
64443           !> pp.c t/op/arith.t
64444 ____________________________________________________________________________
64445 [  6180] By: jhi                                   on 2000/06/01  00:31:13
64446         Log: microperl nits from Simon Cozens.
64447      Branch: cfgperl
64448            + uconfig.h
64449            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
64450            ! unixish.h
64451 ____________________________________________________________________________
64452 [  6179] By: gsar                                  on 2000/05/31  22:37:51
64453         Log: buggy modulus on UVs introduced by change#3378 (resulted in
64454              4063328477 % 65535 amounting to 27406, instead of 27407)
64455      Branch: perl
64456            ! pp.c t/op/arith.t
64457 ____________________________________________________________________________
64458 [  6178] By: jhi                                   on 2000/05/31  21:52:41
64459         Log: Be cleaner.
64460      Branch: cfgperl
64461            ! Makefile.SH
64462 ____________________________________________________________________________
64463 [  6177] By: jhi                                   on 2000/05/31  21:47:33
64464         Log: Substitution utf8 patch from Simon Cozens.
64465      Branch: cfgperl
64466            ! pp_hot.c
64467 ____________________________________________________________________________
64468 [  6176] By: jhi                                   on 2000/05/31  21:45:34
64469         Log: Single-quoted utf8 patch from Simon Cozens.
64470      Branch: cfgperl
64471            ! toke.c
64472 ____________________________________________________________________________
64473 [  6175] By: jhi                                   on 2000/05/31  21:40:18
64474         Log: Integrate with Sarathy.
64475      Branch: cfgperl
64476           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
64477 ____________________________________________________________________________
64478 [  6174] By: jhi                                   on 2000/05/31  21:37:31
64479         Log: microperl changes from Simon Cozens; Makefile for microperl
64480              written from scratch; few casts added as microperl compilation
64481              doesn't have all prototypes available.
64482      Branch: cfgperl
64483            + Makefile.micro README.micro Todo.micro uconfig.sh
64484            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
64485            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
64486      Branch: metaconfig
64487            + U/modified/Config_h.U
64488 ____________________________________________________________________________
64489 [  6173] By: jhi                                   on 2000/05/31  20:00:24
64490         Log: metaconfig maintenance.
64491      Branch: metaconfig
64492            + U/modified/Inhdr.U U/typedefs/inotype.U
64493      Branch: metaconfig/U/perl
64494            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
64495            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
64496 ____________________________________________________________________________
64497 [  6172] By: gsar                                  on 2000/05/31  05:05:42
64498         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
64499              (from Ilya Zakharevich)
64500      Branch: perl
64501            ! regexec.c t/op/re_tests
64502 ____________________________________________________________________________
64503 [  6171] By: gsar                                  on 2000/05/31  05:01:47
64504         Log: scalar() doesn't force scalar context when used in void context
64505              (from Simon Cozens)
64506      Branch: perl
64507            ! op.c t/op/wantarray.t
64508 ____________________________________________________________________________
64509 [  6170] By: gsar                                  on 2000/05/31  04:41:33
64510         Log: change#6142 needs tweaks to tests to work where there's no symlink()
64511              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
64512      Branch: perl
64513            ! t/lib/filefind.t
64514 ____________________________________________________________________________
64515 [  6169] By: gsar                                  on 2000/05/31  04:29:49
64516         Log: integrate cfgperl contents into mainline
64517      Branch: perl
64518           +> pod/perlmodlib.PL pod/perlnewmod.pod
64519           !> (integrate 42 files)
64520 ____________________________________________________________________________
64521 [  6168] By: jhi                                   on 2000/05/30  22:53:37
64522         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
64523      Branch: cfgperl
64524            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64525            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
64526            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
64527            ! win32/config.bc win32/config.gc win32/config.vc
64528            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
64529            ! win32/config_h.PL win32/config_sh.PL
64530      Branch: metaconfig/U/perl
64531            ! perlxv.U
64532 ____________________________________________________________________________
64533 [  6167] By: jhi                                   on 2000/05/30  22:20:21
64534         Log: tweak todo 
64535      Branch: cfgperl
64536            ! Todo-5.6
64537 ____________________________________________________________________________
64538 [  6166] By: jhi                                   on 2000/05/30  22:11:51
64539         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
64540              in case somebody wants to write an extension for more
64541              shadow database interfaces.
64542      Branch: cfgperl
64543            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64544            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
64545            ! vos/config.def vos/config.h vos/config_h.SH_orig
64546            ! win32/config.bc win32/config.gc win32/config.vc
64547            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
64548      Branch: metaconfig
64549            ! U/modified/Myinit.U
64550      Branch: metaconfig/U/perl
64551            + d_getespwnam.U d_getprpwnam.U i_prot.U
64552 ____________________________________________________________________________
64553 [  6165] By: jhi                                   on 2000/05/30  18:35:34
64554         Log: Integrate with Sarathy.
64555      Branch: cfgperl
64556           !> op.c
64557 ____________________________________________________________________________
64558 [  6164] By: jhi                                   on 2000/05/30  18:30:16
64559         Log: detypo
64560      Branch: cfgperl
64561            ! Configure config_h.SH
64562      Branch: metaconfig/U/perl
64563            ! perlxv.U
64564 ____________________________________________________________________________
64565 [  6163] By: gsar                                  on 2000/05/30  03:24:03
64566         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
64567      Branch: perl
64568            ! op.c
64569 ____________________________________________________________________________
64570 [  6162] By: gsar                                  on 2000/05/30  03:09:38
64571         Log: fix memory leak in method call optimization (change#3768);
64572              made C<eval "$x->foo()"> leak
64573      Branch: perl
64574            ! op.c
64575 ____________________________________________________________________________
64576 [  6161] By: jhi                                   on 2000/05/29  17:56:26
64577         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
64578              both from Simon Cozens.
64579      Branch: cfgperl
64580            + pod/perlmodlib.PL pod/perlnewmod.pod
64581            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
64582            ! pod/perlmodlib.pod pod/perltoc.pod
64583 ____________________________________________________________________________
64584 [  6160] By: jhi                                   on 2000/05/29  17:23:55
64585         Log: Changes for the File::Temp 0.08 (change #6159) test suite
64586              to fit better into the Perl distribution test framework.
64587      Branch: cfgperl
64588            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
64589            ! t/lib/ftmp-tempfile.t
64590 ____________________________________________________________________________
64591 [  6159] By: jhi                                   on 2000/05/29  16:55:36
64592         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
64593      Branch: cfgperl
64594            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
64595            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
64596 ____________________________________________________________________________
64597 [  6158] By: bailey                                on 2000/05/29  16:22:08
64598         Log: Add fallback to tmpfile for use in cases where user's relying on
64599              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
64600              Lane's patch)
64601      Branch: vmsperl
64602            ! vms/vms.c vms/vmsish.h
64603 ____________________________________________________________________________
64604 [  6157] By: jhi                                   on 2000/05/29  03:10:36
64605         Log: Regen Configure to jive with #6149.
64606      Branch: cfgperl
64607            ! Configure
64608      Branch: metaconfig
64609            ! U/modified/Getfile.U
64610 ____________________________________________________________________________
64611 [  6156] By: jhi                                   on 2000/05/29  03:01:38
64612         Log: Integrate with Sarathy.
64613      Branch: cfgperl
64614           +> ext/DynaLoader/dl_mac.xs
64615           !> (integrate 38 files)
64616 ____________________________________________________________________________
64617 [  6155] By: gsar                                  on 2000/05/28  21:15:58
64618         Log: small bug in change#6144; remove random \xA0 character that snuck
64619              in via change#6145
64620      Branch: perl
64621            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
64622 ____________________________________________________________________________
64623 [  6154] By: gsar                                  on 2000/05/28  21:04:19
64624         Log: avoid type mismatch warning
64625      Branch: perl
64626            ! perl.c
64627 ____________________________________________________________________________
64628 [  6153] By: gsar                                  on 2000/05/28  20:58:31
64629         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
64630              <nick@Bagpuss.uk.boo.com>)
64631      Branch: perl
64632            ! lib/Test/Harness.pm
64633 ____________________________________________________________________________
64634 [  6152] By: gsar                                  on 2000/05/28  20:53:42
64635         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
64636      Branch: perl
64637            ! regexec.c
64638 ____________________________________________________________________________
64639 [  6151] By: gsar                                  on 2000/05/28  20:50:28
64640         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
64641      Branch: perl
64642            ! regexec.c
64643 ____________________________________________________________________________
64644 [  6150] By: gsar                                  on 2000/05/28  20:39:58
64645         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
64646      Branch: perl
64647            ! pod/perlrequick.pod
64648 ____________________________________________________________________________
64649 [  6149] By: gsar                                  on 2000/05/28  20:35:16
64650         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
64651              <troc@netrus.net>)
64652      Branch: perl
64653            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
64654            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
64655            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
64656            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
64657 ____________________________________________________________________________
64658 [  6148] By: gsar                                  on 2000/05/28  20:21:07
64659         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
64660      Branch: perl
64661            ! lib/ExtUtils/MM_Unix.pm
64662 ____________________________________________________________________________
64663 [  6147] By: gsar                                  on 2000/05/28  20:12:41
64664         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
64665              (from Peter Prymmer)
64666      Branch: perl
64667            ! vms/subconfigure.com
64668 ____________________________________________________________________________
64669 [  6146] By: gsar                                  on 2000/05/28  20:06:15
64670         Log: doc typo
64671      Branch: perl
64672            ! lib/warnings.pm warnings.h warnings.pl
64673 ____________________________________________________________________________
64674 [  6145] By: gsar                                  on 2000/05/28  18:44:33
64675         Log: make xsubpp skip embedded pod (from Matthias Neeracher
64676              <neeri@iis.ee.ethz.ch>)
64677      Branch: perl
64678            ! lib/ExtUtils/xsubpp
64679 ____________________________________________________________________________
64680 [  6144] By: gsar                                  on 2000/05/28  18:42:49
64681         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
64682              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
64683              <neeri@iis.ee.ethz.ch>)
64684      Branch: perl
64685            ! lib/AutoSplit.pm
64686 ____________________________________________________________________________
64687 [  6143] By: gsar                                  on 2000/05/28  18:41:12
64688         Log: MacOS support, part 1 (from Matthias Neeracher
64689              <neeri@iis.ee.ethz.ch>)
64690      Branch: perl
64691            + ext/DynaLoader/dl_mac.xs
64692            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
64693            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
64694            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
64695            ! util.h
64696 ____________________________________________________________________________
64697 [  6142] By: gsar                                  on 2000/05/28  18:21:51
64698         Log: File::Find fails to chdir when chasing symlinks (from
64699              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
64700      Branch: perl
64701            ! lib/File/Find.pm t/lib/filefind.t
64702 ____________________________________________________________________________
64703 [  6141] By: jhi                                   on 2000/05/28  14:25:15
64704         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
64705              forwarded by Peter Seebach from the bsdi-users mailing list.
64706              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
64707      Branch: perl
64708            ! hints/bsdos.sh
64709 ____________________________________________________________________________
64710 [  6140] By: jhi                                   on 2000/05/28  14:11:57
64711         Log: Integrate with Sarathy.
64712      Branch: cfgperl
64713           +> (branch 30 files)
64714           !> (integrate 93 files)
64715 ____________________________________________________________________________
64716 [  6139] By: gsar                                  on 2000/05/28  10:01:48
64717         Log: revise mktables.PL for bugs and newness in Unicode 3.0
64718              (from James Bence <jbence@amgen.com>)
64719      Branch: perl
64720            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
64721            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
64722            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
64723            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
64724            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
64725            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
64726            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
64727            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
64728            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
64729            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
64730            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
64731            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
64732            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
64733            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
64734            + lib/unicode/Is/SylWU.pl
64735            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
64736            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
64737            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
64738            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
64739            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
64740            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
64741            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
64742            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
64743            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
64744            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
64745            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
64746            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
64747            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
64748            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
64749            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
64750            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
64751            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
64752            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
64753            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
64754            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
64755            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
64756            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
64757            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
64758            ! lib/unicode/Makefile lib/unicode/mktables.PL
64759 ____________________________________________________________________________
64760 [  6138] By: gsar                                  on 2000/05/28  08:50:32
64761         Log: add note about the handling of negative indices to tied arrays
64762              (from Michael G Schwern <schwern@pobox.com>)
64763      Branch: perl
64764            ! pod/perltie.pod
64765 ____________________________________________________________________________
64766 [  6137] By: gsar                                  on 2000/05/28  08:46:10
64767         Log: fix bogus redeclaration warning for "our" variables in different
64768              scopes
64769      Branch: perl
64770            ! op.c t/pragma/strict-vars
64771 ____________________________________________________________________________
64772 [  6136] By: gsar                                  on 2000/05/28  08:31:20
64773         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
64774      Branch: perl
64775            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
64776 ____________________________________________________________________________
64777 [  6135] By: gsar                                  on 2000/05/28  08:17:50
64778         Log: enable Test::Harness to dynamically determine column width etc.
64779              (from Rob Napier <rnapier@employees.org>)
64780      Branch: perl
64781            ! lib/Test/Harness.pm
64782 ____________________________________________________________________________
64783 [  6134] By: gsar                                  on 2000/05/28  08:13:39
64784         Log: make Test::Harness use wait.h/WCOREDUMP if available
64785              (from Ben Tilly <ben_tilly@hotmail.com>)
64786      Branch: perl
64787            ! lib/Test/Harness.pm
64788 ____________________________________________________________________________
64789 [  6133] By: gsar                                  on 2000/05/28  08:08:05
64790         Log: elide bogus test in change#6132
64791      Branch: perl
64792            ! t/pragma/warn/9enabled
64793 ____________________________________________________________________________
64794 [  6132] By: gsar                                  on 2000/05/28  08:03:14
64795         Log: warnings::enabled() doesn't fall back to looking at $^W if
64796              caller isn't using lexical warnings (from Paul Marquess)
64797      Branch: perl
64798            ! pp_ctl.c t/pragma/warn/9enabled
64799 ____________________________________________________________________________
64800 [  6131] By: gsar                                  on 2000/05/28  07:57:47
64801         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
64802      Branch: perl
64803            ! ext/POSIX/POSIX.pm
64804 ____________________________________________________________________________
64805 [  6130] By: gsar                                  on 2000/05/28  07:29:12
64806         Log: fix places that mean C<"word" character> but say C<alphanumeric
64807              character>
64808      Branch: perl
64809            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
64810 ____________________________________________________________________________
64811 [  6129] By: gsar                                  on 2000/05/28  07:18:41
64812         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
64813      Branch: perl
64814            ! vms/test.com
64815 ____________________________________________________________________________
64816 [  6128] By: gsar                                  on 2000/05/28  07:12:55
64817         Log: new perlxstut example for passing/returning refs to arrays
64818              (from David Lowe <dlowe@pootpoot.com>)
64819      Branch: perl
64820            ! pod/perlxstut.pod
64821 ____________________________________________________________________________
64822 [  6127] By: gsar                                  on 2000/05/28  07:02:50
64823         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
64824              failed (from Gisle Aas)
64825      Branch: perl
64826            ! cop.h perl.c
64827 ____________________________________________________________________________
64828 [  6126] By: gsar                                  on 2000/05/28  06:39:53
64829         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
64830              (reworked variant of patch suggested by Simon Cozens)
64831      Branch: perl
64832            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
64833            ! pp_hot.c proto.h t/op/gv.t
64834 ____________________________________________________________________________
64835 [  6125] By: gsar                                  on 2000/05/28  05:14:55
64836         Log: enable propagating exception objects via Perl_croak() in XS code
64837              (from Gisle Aas)
64838      Branch: perl
64839            ! util.c
64840 ____________________________________________________________________________
64841 [  6124] By: gsar                                  on 2000/05/28  05:07:28
64842         Log: integrate vmsperl contents into mainline
64843      Branch: perl
64844           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
64845           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
64846           !> vms/vmsish.h
64847 ____________________________________________________________________________
64848 [  6123] By: gsar                                  on 2000/05/28  05:03:53
64849         Log: clarify gotcha with #line directives (from Rocco Caputo
64850              <troc@netrus.net>)
64851      Branch: perl
64852            ! pod/perldebug.pod pod/perlsyn.pod
64853 ____________________________________________________________________________
64854 [  6122] By: gsar                                  on 2000/05/28  04:58:29
64855         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
64856              (from Mark-Jason Dominus)
64857      Branch: perl
64858            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
64859            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
64860            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
64861            ! toke.c
64862 ____________________________________________________________________________
64863 [  6121] By: bailey                                on 2000/05/25  04:46:54
64864         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
64865              lists (based on fixes by Craig Berry)
64866      Branch: vmsperl
64867            ! lib/File/Spec/VMS.pm
64868 ____________________________________________________________________________
64869 [  6120] By: bailey                                on 2000/05/25  04:25:38
64870         Log: Add missing escape (Charles Lane)
64871      Branch: vmsperl
64872            ! t/op/lex_assign.t
64873 ____________________________________________________________________________
64874 [  6119] By: bailey                                on 2000/05/25  04:21:25
64875         Log: Quiet error messages in vmsish.t (Charles Lane)
64876      Branch: vmsperl
64877            ! vms/ext/vmsish.t
64878 ____________________________________________________________________________
64879 [  6118] By: bailey                                on 2000/05/25  04:17:57
64880         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
64881              Flatten case labels in switch statements uniformly (Charles Bailey)
64882      Branch: vmsperl
64883            ! vms/vms.c
64884 ____________________________________________________________________________
64885 [  6117] By: bailey                                on 2000/05/25  03:58:09
64886         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
64887      Branch: vmsperl
64888            ! vms/vmsish.h
64889 ____________________________________________________________________________
64890 [  6116] By: bailey                                on 2000/05/25  03:11:15
64891         Log: Miscellaneous cosmetic fixes (Charles Lane)
64892      Branch: vmsperl
64893            ! lib/ExtUtils/MM_VMS.pm
64894 ____________________________________________________________________________
64895 [  6115] By: bailey                                on 2000/05/25  03:10:36
64896         Log: Add bounds checking for several strings (Charles Lane)
64897      Branch: vmsperl
64898            ! vms/vms.c
64899 ____________________________________________________________________________
64900 [  6114] By: bailey                                on 2000/05/25  02:25:34
64901         Log: Urk -- undo previous removal of vmsish 'exit' change
64902      Branch: vmsperl
64903            ! vms/ext/vmsish.pm vms/vmsish.h
64904 ____________________________________________________________________________
64905 [  6113] By: bailey                                on 2000/05/24  02:24:40
64906         Log: Ugly workaround for version-specific RTL error
64907      Branch: vmsperl
64908            ! vms/vms.c
64909 ____________________________________________________________________________
64910 [  6112] By: bailey                                on 2000/05/24  02:19:55
64911         Log: Check for existence of file before trying to delete
64912      Branch: vmsperl
64913            ! vms/test.com
64914 ____________________________________________________________________________
64915 [  6111] By: bailey                                on 2000/05/23  23:35:13
64916         Log: Resync with mainline prior to post-5.6.0 updates
64917      Branch: vmsperl
64918           +> (branch 49 files)
64919            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
64920            ! vms/ext/vmsish.pm
64921           !> (integrate 334 files)
64922 ____________________________________________________________________________
64923 [  6110] By: jhi                                   on 2000/05/23  19:28:32
64924         Log: todo tweak
64925      Branch: cfgperl
64926            ! Todo-5.6
64927 ____________________________________________________________________________
64928 [  6109] By: jhi                                   on 2000/05/18  17:38:54
64929         Log: Integrate with Sarathy.
64930      Branch: cfgperl
64931           !> mg.c perl.h win32/perlhost.h
64932 ____________________________________________________________________________
64933 [  6108] By: gsar                                  on 2000/05/17  02:24:56
64934         Log: reenable fake signal handling on Windows, bugs and all
64935      Branch: perl
64936            ! mg.c perl.h win32/perlhost.h
64937 ____________________________________________________________________________
64938 [  6107] By: jhi                                   on 2000/05/15  18:01:41
64939         Log: Tweak the todo list.
64940      Branch: cfgperl
64941            ! Todo-5.6
64942 ____________________________________________________________________________
64943 [  6106] By: jhi                                   on 2000/05/15  13:41:48
64944         Log: The (Configure) script refuses to go on, after asking for
64945              'You may also choose to try maximal 64-bitness....'.
64946              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
64947              -- Patrick Zima
64948              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
64949      Branch: cfgperl
64950            ! hints/solaris_2.sh
64951 ____________________________________________________________________________
64952 [  6105] By: jhi                                   on 2000/05/11  14:37:43
64953         Log: Integrate with Sarathy.
64954      Branch: cfgperl
64955           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
64956           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
64957 ____________________________________________________________________________
64958 [  6104] By: gsar                                  on 2000/05/11  03:39:07
64959         Log: PL_sys_intern was being initialized too late on windows
64960      Branch: perl
64961            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
64962            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
64963 ____________________________________________________________________________
64964 [  6103] By: jhi                                   on 2000/05/09  19:42:20
64965         Log: Test tweaking for Unicos continues.
64966      Branch: cfgperl
64967            ! t/op/64bitint.t
64968 ____________________________________________________________________________
64969 [  6102] By: jhi                                   on 2000/05/09  16:47:27
64970         Log: The test suite tweak in #6101 wasn't quite right.
64971      Branch: cfgperl
64972            ! t/lib/complex.t
64973 ____________________________________________________________________________
64974 [  6101] By: jhi                                   on 2000/05/09  15:35:34
64975         Log: Hints and test tweaks for Unicos.
64976      Branch: cfgperl
64977            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
64978 ____________________________________________________________________________
64979 [  6100] By: jhi                                   on 2000/05/08  21:15:06
64980         Log: More compilation tweakery from Allen Smith.
64981      Branch: cfgperl
64982            ! hints/irix_6.sh
64983 ____________________________________________________________________________
64984 [  6099] By: jhi                                   on 2000/05/08  19:21:18
64985         Log: Tweaks for the cc bugs from Allen Smith.
64986      Branch: cfgperl
64987            ! hints/irix_6.sh
64988 ____________________________________________________________________________
64989 [  6098] By: jhi                                   on 2000/05/08  19:13:37
64990         Log: Add a note about other, yet unsupported, shadow password APIs.
64991      Branch: cfgperl
64992            ! pp_sys.c
64993 ____________________________________________________________________________
64994 [  6097] By: jhi                                   on 2000/05/08  18:46:34
64995         Log: Add a note about possible compilation problems from Allen Smith.
64996      Branch: cfgperl
64997            ! hints/irix_6.sh
64998 ____________________________________________________________________________
64999 [  6096] By: jhi                                   on 2000/05/08  17:33:10
65000         Log: Integrate with Sarathy.
65001      Branch: cfgperl
65002           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
65003           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
65004 ____________________________________________________________________________
65005 [  6095] By: jhi                                   on 2000/05/08  16:21:33
65006         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
65007              might be useful in future.
65008      Branch: cfgperl
65009            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65010            ! config_h.SH
65011      Branch: metaconfig
65012            ! U/installdirs/inc_version_list.U
65013      Branch: metaconfig/U/perl
65014            ! perlxv.U
65015 ____________________________________________________________________________
65016 [  6094] By: gsar                                  on 2000/05/08  14:22:22
65017         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
65018      Branch: perl
65019            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
65020            ! hints/cygwin.sh pp_sys.c
65021 ____________________________________________________________________________
65022 [  6093] By: gsar                                  on 2000/05/08  12:52:28
65023         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
65024              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
65025      Branch: perl
65026            ! pp_sys.c sv.c win32/perlhost.h
65027 ____________________________________________________________________________
65028 [  6092] By: jhi                                   on 2000/05/07  22:40:34
65029         Log: Regen perltoc with the fixed buildtoc.
65030      Branch: cfgperl
65031            ! pod/perltoc.pod
65032 ____________________________________________________________________________
65033 [  6091] By: jhi                                   on 2000/05/07  22:24:16
65034         Log: Integrate with Sarathy.
65035      Branch: cfgperl
65036           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
65037           !> t/op/substr.t toke.c
65038 ____________________________________________________________________________
65039 [  6090] By: gsar                                  on 2000/05/07  19:47:07
65040         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
65041              [NI]OK; added tests for both
65042      Branch: perl
65043            ! perl.c pp_hot.c sv.c t/op/substr.t
65044 ____________________________________________________________________________
65045 [  6089] By: gsar                                  on 2000/05/07  18:18:38
65046         Log: buildtoc tweak to fix newline lossage
65047      Branch: perl
65048            ! pod/buildtoc
65049 ____________________________________________________________________________
65050 [  6088] By: jhi                                   on 2000/05/07  16:35:36
65051         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
65052              because we do not use those.  The HAS_GETSPNAM remains,
65053              though, because we still do use that.
65054      Branch: cfgperl
65055            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65056            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
65057            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
65058            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
65059            ! win32/config.vc win32/config_H.bc win32/config_H.gc
65060            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
65061 ____________________________________________________________________________
65062 [  6087] By: gsar                                  on 2000/05/07  16:05:16
65063         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
65064      Branch: perl
65065            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
65066 ____________________________________________________________________________
65067 [  6086] By: jhi                                   on 2000/05/07  15:27:07
65068         Log: Integrate with Sarathy.
65069      Branch: cfgperl
65070           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
65071           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
65072           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
65073           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
65074           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
65075           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
65076 ____________________________________________________________________________
65077 [  6085] By: gsar                                  on 2000/05/07  05:52:02
65078         Log: repeat operator (x) doesn't preserve utf8-ness
65079      Branch: perl
65080            ! pp.c t/op/substr.t
65081 ____________________________________________________________________________
65082 [  6084] By: gsar                                  on 2000/05/07  05:39:55
65083         Log: substr() does not preserve utf8-ness (from Stefan Eissing
65084              <Eissing@medicaldataservice.de>); added tests
65085      Branch: perl
65086            ! pp.c t/op/substr.t
65087 ____________________________________________________________________________
65088 [  6083] By: gsar                                  on 2000/05/07  05:24:46
65089         Log: note about undocumented caller() return value (from M.J.T. Guy);
65090              yet another peek.t tweak
65091      Branch: perl
65092            ! pod/perlfunc.pod t/lib/peek.t
65093 ____________________________________________________________________________
65094 [  6082] By: gsar                                  on 2000/05/07  05:08:40
65095         Log: peek.t non-portable to ithreads
65096      Branch: perl
65097            ! t/lib/peek.t
65098 ____________________________________________________________________________
65099 [  6081] By: gsar                                  on 2000/05/07  04:17:04
65100         Log: better default perlbug categories for ok reports (from Richard Foley)
65101      Branch: perl
65102            ! utils/perlbug.PL
65103 ____________________________________________________________________________
65104 [  6080] By: gsar                                  on 2000/05/07  04:08:07
65105         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
65106              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
65107      Branch: perl
65108            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
65109            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
65110            ! AUTHORS MAINTAIN MANIFEST
65111 ____________________________________________________________________________
65112 [  6079] By: gsar                                  on 2000/05/07  04:01:38
65113         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
65114      Branch: perl
65115            ! lib/Carp/Heavy.pm
65116 ____________________________________________________________________________
65117 [  6078] By: gsar                                  on 2000/05/07  01:24:19
65118         Log: workaround for CRT bug in chdir() (from Charles Lane, via
65119              Peter Prymmer)
65120      Branch: perl
65121            ! iperlsys.h vms/vms.c vms/vmsish.h
65122 ____________________________________________________________________________
65123 [  6077] By: gsar                                  on 2000/05/07  01:22:23
65124         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
65125              and Tom Phoenix)
65126      Branch: perl
65127            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
65128 ____________________________________________________________________________
65129 [  6076] By: gsar                                  on 2000/05/06  17:36:29
65130         Log: integrate cfgperl contents into mainline
65131      Branch: perl
65132           +> t/lib/peek.t
65133           !> Configure MANIFEST Porting/Glossary Porting/config.sh
65134           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
65135           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
65136           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
65137 ____________________________________________________________________________
65138 [  6075] By: jhi                                   on 2000/05/05  18:56:10
65139         Log: Make the test more portable.
65140      Branch: cfgperl
65141            ! t/lib/peek.t
65142 ____________________________________________________________________________
65143 [  6074] By: jhi                                   on 2000/05/05  18:49:20
65144         Log: Introduce t/lib/peek.t.
65145      Branch: cfgperl
65146            + t/lib/peek.t
65147            ! MANIFEST
65148 ____________________________________________________________________________
65149 [  6073] By: jhi                                   on 2000/05/05  14:30:45
65150         Log: Complex tweaks.
65151      Branch: cfgperl
65152            ! lib/Math/Complex.pm t/lib/complex.t
65153 ____________________________________________________________________________
65154 [  6072] By: jhi                                   on 2000/05/05  12:27:13
65155         Log: Integrate with Sarathy.
65156      Branch: cfgperl
65157           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
65158           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
65159           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
65160           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
65161 ____________________________________________________________________________
65162 [  6071] By: gsar                                  on 2000/05/05  02:24:46
65163         Log: misformatted perllocal.pod (from Tim Jenness
65164              <t.jenness@jach.hawaii.edu>)
65165      Branch: perl
65166            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
65167 ____________________________________________________________________________
65168 [  6070] By: gsar                                  on 2000/05/05  02:16:52
65169         Log: remove misleading comment (from M.J.T. Guy)
65170      Branch: perl
65171            ! t/lib/anydbm.t
65172 ____________________________________________________________________________
65173 [  6069] By: gsar                                  on 2000/05/05  02:15:13
65174         Log: File::Spec compatibility update (from Barrie Slaymaker
65175              <barries@slaysys.com>)
65176      Branch: perl
65177            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
65178            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
65179 ____________________________________________________________________________
65180 [  6068] By: gsar                                  on 2000/05/05  02:01:50
65181         Log: note about values()
65182      Branch: perl
65183            ! pod/perlfunc.pod
65184 ____________________________________________________________________________
65185 [  6067] By: gsar                                  on 2000/05/05  01:33:09
65186         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
65187      Branch: perl
65188            ! win32/win32.c
65189 ____________________________________________________________________________
65190 [  6066] By: gsar                                  on 2000/05/05  01:23:43
65191         Log: s/END/CHECK/
65192      Branch: perl
65193            ! perl.c
65194 ____________________________________________________________________________
65195 [  6065] By: jhi                                   on 2000/05/04  17:30:22
65196         Log: Integrate with Sarathy.
65197      Branch: cfgperl
65198           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
65199 ____________________________________________________________________________
65200 [  6064] By: gsar                                  on 2000/05/04  17:26:14
65201         Log: change#5905 wasn't quite right--it's intent only applies when arguments
65202              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
65203      Branch: perl
65204            ! pp_sys.c sv.c
65205 ____________________________________________________________________________
65206 [  6063] By: gsar                                  on 2000/05/04  16:52:29
65207         Log: tokeq() could read unallocated field in argument
65208      Branch: perl
65209            ! toke.c
65210 ____________________________________________________________________________
65211 [  6062] By: gsar                                  on 2000/05/04  16:34:51
65212         Log: additional tests for utf8.t
65213      Branch: perl
65214            ! t/pragma/utf8.t
65215 ____________________________________________________________________________
65216 [  6061] By: gsar                                  on 2000/05/04  16:09:28
65217         Log: change#5921 neglected to make eq honor "use bytes"
65218      Branch: perl
65219            ! sv.c
65220 ____________________________________________________________________________
65221 [  6060] By: jhi                                   on 2000/05/04  15:30:16
65222         Log: Integrate with Sarathy.
65223      Branch: cfgperl
65224           !> perl.c regcomp.c t/pragma/utf8.t
65225 ____________________________________________________________________________
65226 [  6059] By: jhi                                   on 2000/05/04  15:26:37
65227         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
65228              in natively 64-bit platforms where a long is a quad (no need
65229              for long longs).  Also added bias for IVs.
65230      Branch: cfgperl
65231            ! toke.c
65232 ____________________________________________________________________________
65233 [  6058] By: gsar                                  on 2000/05/04  00:19:14
65234         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
65235              (spotted by Donald Kinzer <dkinzer@premia.com>)
65236      Branch: perl
65237            ! perl.c
65238 ____________________________________________________________________________
65239 [  6057] By: gsar                                  on 2000/05/03  18:34:01
65240         Log: fix broken parsing of /\x{ab}/
65241      Branch: perl
65242            ! regcomp.c t/pragma/utf8.t
65243 ____________________________________________________________________________
65244 [  6056] By: jhi                                   on 2000/05/03  17:57:16
65245         Log: The search of infinity continues, this time simplified.
65246      Branch: cfgperl
65247            ! lib/Math/Complex.pm
65248 ____________________________________________________________________________
65249 [  6055] By: jhi                                   on 2000/05/03  17:45:30
65250         Log: Detypo.
65251      Branch: cfgperl
65252            ! hints/unicos.sh
65253 ____________________________________________________________________________
65254 [  6054] By: jhi                                   on 2000/05/02  22:28:27
65255         Log: Be more forgiving in POSIX about HUGE_VALL.
65256      Branch: cfgperl
65257            ! ext/POSIX/POSIX.xs
65258 ____________________________________________________________________________
65259 [  6053] By: jhi                                   on 2000/05/02  22:25:05
65260         Log: Integrate with Sarathy.
65261      Branch: cfgperl
65262           !> hints/irix_6.sh pod/perlop.pod
65263 ____________________________________________________________________________
65264 [  6052] By: jhi                                   on 2000/05/02  22:24:31
65265         Log: Unicos hint tweak.
65266      Branch: cfgperl
65267            ! hints/unicos.sh
65268 ____________________________________________________________________________
65269 [  6051] By: jhi                                   on 2000/05/02  22:21:26
65270         Log: Complex tweakery.
65271      Branch: cfgperl
65272            ! lib/Math/Complex.pm t/lib/complex.t
65273 ____________________________________________________________________________
65274 [  6050] By: jhi                                   on 2000/05/02  19:26:22
65275         Log: Use setxxent()/endxxent().
65276      Branch: cfgperl
65277            ! t/op/grent.t t/op/pwent.t
65278 ____________________________________________________________________________
65279 [  6049] By: jhi                                   on 2000/05/02  19:06:02
65280         Log: Test both the scalar and list contexts.
65281      Branch: cfgperl
65282            ! t/op/grent.t t/op/pwent.t
65283 ____________________________________________________________________________
65284 [  6048] By: gsar                                  on 2000/05/02  18:29:10
65285         Log: add note about how $( doesn't interpolate in REs (from
65286              Philip Newton <newton@ficus.frogspace.net>)
65287      Branch: perl
65288            ! pod/perlop.pod
65289 ____________________________________________________________________________
65290 [  6047] By: jhi                                   on 2000/05/02  17:41:24
65291         Log: Call getspnam() only iff needd.
65292      Branch: cfgperl
65293            ! pp_sys.c
65294 ____________________________________________________________________________
65295 [  6046] By: gsar                                  on 2000/05/02  17:07:25
65296         Log: libscheck has insufficient checks for n32 libs (from
65297              Albert Chin-A-Young <china@thewrittenword.com>)
65298      Branch: perl
65299            ! hints/irix_6.sh
65300 ____________________________________________________________________________
65301 [  6045] By: jhi                                   on 2000/05/02  13:57:17
65302         Log: Integrate with Sarathy.
65303      Branch: cfgperl
65304           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
65305           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
65306 ____________________________________________________________________________
65307 [  6044] By: gsar                                  on 2000/05/02  06:48:19
65308         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
65309              such that underscores are only ignored in literal numbers,
65310              "\x{...}", and hex/oct argument
65311      Branch: perl
65312            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
65313 ____________________________________________________________________________
65314 [  6043] By: gsar                                  on 2000/05/02  02:22:29
65315         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
65316      Branch: perl
65317            ! pod/perlretut.pod
65318 ____________________________________________________________________________
65319 [  6042] By: gsar                                  on 2000/05/02  02:17:51
65320         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
65321      Branch: perl
65322            ! pod/perltrap.pod
65323 ____________________________________________________________________________
65324 [  6041] By: gsar                                  on 2000/05/02  01:53:51
65325         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
65326              to compensate
65327      Branch: perl
65328            ! Porting/makerel
65329 ____________________________________________________________________________
65330 [  6040] By: gsar                                  on 2000/05/02  01:51:57
65331         Log: missing files in MANIFEST
65332      Branch: perl
65333            ! MANIFEST
65334 ____________________________________________________________________________
65335 [  6039] By: jhi                                   on 2000/05/02  00:36:46
65336         Log: Infinite problems.
65337      Branch: cfgperl
65338            ! lib/Math/Complex.pm
65339 ____________________________________________________________________________
65340 [  6038] By: jhi                                   on 2000/05/02  00:06:38
65341         Log: pwent/spent #ifdef imbalance.
65342      Branch: cfgperl
65343            ! pp_sys.c
65344 ____________________________________________________________________________
65345 [  6037] By: jhi                                   on 2000/05/01  22:50:11
65346         Log: Use HUGE_VALL if applicable.
65347      Branch: cfgperl
65348            ! ext/POSIX/POSIX.xs util.c
65349 ____________________________________________________________________________
65350 [  6036] By: jhi                                   on 2000/05/01  22:20:53
65351         Log: Correct Freudian slip.
65352      Branch: cfgperl
65353            ! pp_sys.c
65354 ____________________________________________________________________________
65355 [  6035] By: jhi                                   on 2000/05/01  21:07:38
65356         Log: Continue on the pwent/spent case.
65357      Branch: cfgperl
65358            ! pp_sys.c
65359 ____________________________________________________________________________
65360 [  6034] By: jhi                                   on 2000/05/01  17:45:14
65361         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
65362              adjustments in 6032 conflicted badly with this, will have
65363              to revisit them later.
65364      Branch: cfgperl
65365           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
65366           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
65367           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
65368           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
65369           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
65370           !> t/lib/cgi-html.t t/lib/cgi-request.t
65371 ____________________________________________________________________________
65372 [  6033] By: jhi                                   on 2000/05/01  17:40:49
65373         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
65374      Branch: cfgperl
65375            ! pp_sys.c
65376 ____________________________________________________________________________
65377 [  6032] By: gsar                                  on 2000/05/01  15:56:32
65378         Log: whitespace adjustments
65379      Branch: perl
65380            ! pp_sys.c
65381 ____________________________________________________________________________
65382 [  6031] By: gsar                                  on 2000/05/01  15:19:41
65383         Log: small nits in diagnostics.pm (from Robin Barker)
65384      Branch: perl
65385            ! lib/diagnostics.pm pod/perldiag.pod
65386 ____________________________________________________________________________
65387 [  6030] By: gsar                                  on 2000/05/01  08:39:18
65388         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
65389              for @- and @+ (from Johan Vromans)
65390      Branch: perl
65391            ! lib/English.pm pod/perlvar.pod
65392 ____________________________________________________________________________
65393 [  6029] By: gsar                                  on 2000/05/01  08:16:10
65394         Log: add CGI.pm v2.66 (from Lincoln Stein)
65395      Branch: perl
65396            + lib/CGI/Util.pm t/lib/cgi-pretty.t
65397            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
65398            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
65399            ! t/lib/cgi-html.t t/lib/cgi-request.t
65400 ____________________________________________________________________________
65401 [  6028] By: gsar                                  on 2000/05/01  06:34:41
65402         Log: Pod::Man generates groff-incompatible macro definition (from
65403              Tom Christiansen)
65404      Branch: perl
65405            ! lib/Pod/Man.pm
65406 ____________________________________________________________________________
65407 [  6027] By: gsar                                  on 2000/05/01  06:31:36
65408         Log: podlators-1.02 update (from Russ Allbery)
65409      Branch: perl
65410            ! lib/Pod/Man.pm lib/Pod/Text.pm
65411 ____________________________________________________________________________
65412 [  6026] By: jhi                                   on 2000/04/30  23:24:23
65413         Log: Integrate with Sarathy.
65414      Branch: cfgperl
65415           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
65416           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
65417           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
65418           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
65419           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
65420           !> t/lib/syslog.t toke.c win32/win32.h
65421 ____________________________________________________________________________
65422 [  6025] By: gsar                                  on 2000/04/30  18:17:47
65423         Log: Is{Alnum,Alpha,Word} don't match titlecase
65424              
65425              TODO: IsSpace is defined recursively!
65426              
65427              (both spotted by Larry)
65428      Branch: perl
65429            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
65430            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
65431 ____________________________________________________________________________
65432 [  6024] By: gsar                                  on 2000/04/30  17:50:19
65433         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
65434              (from Hugo van der Sanden)
65435      Branch: perl
65436            ! toke.c
65437 ____________________________________________________________________________
65438 [  6023] By: gsar                                  on 2000/04/30  17:14:43
65439         Log: debugger stomps on $. (from M.J.T. Guy)
65440      Branch: perl
65441            ! lib/perl5db.pl
65442 ____________________________________________________________________________
65443 [  6022] By: gsar                                  on 2000/04/30  16:59:22
65444         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
65445      Branch: perl
65446            ! sv.c
65447 ____________________________________________________________________________
65448 [  6021] By: gsar                                  on 2000/04/29  21:00:08
65449         Log: remove Win2K issue in pod (fixed by change#6020)
65450      Branch: perl
65451            ! README.win32 pod/perl56delta.pod
65452 ____________________________________________________________________________
65453 [  6020] By: gsar                                  on 2000/04/29  20:51:49
65454         Log: test tweak
65455      Branch: perl
65456            ! t/lib/open3.t
65457 ____________________________________________________________________________
65458 [  6019] By: gsar                                  on 2000/04/29  20:34:27
65459         Log: windows portability tweaks
65460      Branch: perl
65461            ! t/lib/b.t win32/win32.h
65462 ____________________________________________________________________________
65463 [  6018] By: gsar                                  on 2000/04/29  19:55:24
65464         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
65465              make _PATH_LOG() return "" if unavailable
65466      Branch: perl
65467            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
65468            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
65469 ____________________________________________________________________________
65470 [  6017] By: jhi                                   on 2000/04/28  22:49:46
65471         Log: Integrate with Sarathy.
65472      Branch: cfgperl
65473           !> op.c perl.c pod/perldiag.pod t/lib/b.t
65474 ____________________________________________________________________________
65475 [  6016] By: jhi                                   on 2000/04/28  22:46:14
65476         Log: Do not warn that an infinity does not look like a number.
65477      Branch: cfgperl
65478            ! sv.c
65479 ____________________________________________________________________________
65480 [  6015] By: gsar                                  on 2000/04/28  22:35:49
65481         Log: tweak test for portability
65482      Branch: perl
65483            ! t/lib/b.t
65484 ____________________________________________________________________________
65485 [  6014] By: gsar                                  on 2000/04/28  22:05:31
65486         Log: glob() loading File::Glob behind the scenes may cause syntax errors
65487      Branch: perl
65488            ! op.c
65489 ____________________________________________________________________________
65490 [  6013] By: gsar                                  on 2000/04/28  21:25:22
65491         Log: tweak change#5945 to display correct switch name in diagnostic
65492      Branch: perl
65493            ! perl.c pod/perldiag.pod
65494 ____________________________________________________________________________
65495 [  6012] By: jhi                                   on 2000/04/28  21:08:12
65496         Log: Integrate with Sarathy.
65497      Branch: cfgperl
65498           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
65499           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
65500           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
65501 ____________________________________________________________________________
65502 [  6011] By: jhi                                   on 2000/04/28  21:04:46
65503         Log: &HUGE_VAL is not defined, it exists.
65504      Branch: cfgperl
65505            ! lib/Math/Complex.pm
65506 ____________________________________________________________________________
65507 [  6010] By: gsar                                  on 2000/04/28  21:02:58
65508         Log: clarify note about shadow password support (from
65509              gellyfish@gellyfish.com)
65510      Branch: perl
65511            ! pod/perlfunc.pod
65512 ____________________________________________________________________________
65513 [  6009] By: gsar                                  on 2000/04/28  21:00:00
65514         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
65515      Branch: perl
65516            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
65517 ____________________________________________________________________________
65518 [  6008] By: gsar                                  on 2000/04/28  20:56:33
65519         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
65520      Branch: perl
65521            ! installperl vms/subconfigure.com
65522 ____________________________________________________________________________
65523 [  6007] By: gsar                                  on 2000/04/28  20:51:21
65524         Log: note about compile failures and END blocks (from M.J.T. Guy)
65525      Branch: perl
65526            ! pod/perl56delta.pod pod/perlmod.pod
65527 ____________________________________________________________________________
65528 [  6006] By: jhi                                   on 2000/04/28  20:42:14
65529         Log: Regen Configure.
65530      Branch: cfgperl
65531            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65532            ! config_h.SH
65533 ____________________________________________________________________________
65534 [  6005] By: gsar                                  on 2000/04/28  20:41:16
65535         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
65536      Branch: perl
65537            ! utils/perldoc.PL
65538 ____________________________________________________________________________
65539 [  6004] By: jhi                                   on 2000/04/28  20:28:21
65540         Log: Integrate with Sarathy.
65541      Branch: cfgperl
65542           !> Configure INSTALL Porting/Glossary Porting/config.sh
65543           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
65544           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
65545           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
65546           !> win32/config.vc win32/win32.c
65547 ____________________________________________________________________________
65548 [  6003] By: gsar                                  on 2000/04/28  20:11:20
65549         Log: allow REG_EXPAND_SZ keys in Windows registry (from
65550              John Clayton <John.Clayton@barclayscapital.com>)
65551      Branch: perl
65552            ! win32/win32.c
65553 ____________________________________________________________________________
65554 [  6002] By: gsar                                  on 2000/04/28  19:34:16
65555         Log: destructive sv_setsv() can lose UV-ness from source, causing
65556              numeric promotions/comparisons to fail to do the right thing
65557      Branch: perl
65558            ! sv.c
65559 ____________________________________________________________________________
65560 [  6001] By: gsar                                  on 2000/04/28  18:44:15
65561         Log: support additional library locations via $Config{otherlibdirs}
65562              (from Andy Dougherty)
65563      Branch: perl
65564            ! Configure INSTALL Porting/Glossary Porting/config.sh
65565            ! Porting/config_H config_h.SH epoc/config.sh perl.c
65566            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
65567            ! win32/config.bc win32/config.gc win32/config.vc
65568 ____________________________________________________________________________
65569 [  6000] By: gsar                                  on 2000/04/28  18:26:58
65570         Log: reworked otherlibdirs.U (from Andy Dougherty)
65571      Branch: metaconfig
65572            ! U/installdirs/otherlibdirs.U
65573 ____________________________________________________________________________
65574 [  5999] By: gsar                                  on 2000/04/28  18:17:07
65575         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
65576      Branch: perl
65577            ! t/pragma/warn/toke toke.c
65578 ____________________________________________________________________________
65579 [  5998] By: jhi                                   on 2000/04/28  13:32:17
65580         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
65581      Branch: cfgperl
65582            ! lib/Math/Complex.pm
65583 ____________________________________________________________________________
65584 [  5997] By: jhi                                   on 2000/04/28  13:14:04
65585         Log: Preserve $!.
65586      Branch: cfgperl
65587            ! lib/Math/Complex.pm
65588 ____________________________________________________________________________
65589 [  5996] By: jhi                                   on 2000/04/28  12:59:23
65590         Log: Integrate with Sarathy.
65591      Branch: cfgperl
65592           +> pod/perlrequick.pod pod/perlretut.pod
65593           !> (integrate 51 files)
65594 ____________________________________________________________________________
65595 [  5995] By: gsar                                  on 2000/04/28  09:37:36
65596         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
65597      Branch: perl
65598            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
65599 ____________________________________________________________________________
65600 [  5994] By: gsar                                  on 2000/04/28  09:33:26
65601         Log: fix for missed accounting for null byte in pack("Z",...) (from
65602              M.J.T. Guy)
65603      Branch: perl
65604            ! pp.c t/op/pack.t
65605 ____________________________________________________________________________
65606 [  5993] By: gsar                                  on 2000/04/28  09:30:05
65607         Log: various minor tweaks seen on p5p
65608      Branch: perl
65609            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
65610 ____________________________________________________________________________
65611 [  5992] By: gsar                                  on 2000/04/28  09:08:19
65612         Log: pod nit (from Simon Cozens)
65613      Branch: perl
65614            ! pod/perlop.pod
65615 ____________________________________________________________________________
65616 [  5991] By: gsar                                  on 2000/04/28  09:06:36
65617         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
65618      Branch: perl
65619            ! README.posix-bc hints/posix-bc.sh
65620 ____________________________________________________________________________
65621 [  5990] By: gsar                                  on 2000/04/28  08:54:52
65622         Log: use $ENV{LIB} to search for libs under Visual C compiler
65623              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
65624      Branch: perl
65625            ! lib/ExtUtils/Liblist.pm
65626 ____________________________________________________________________________
65627 [  5989] By: gsar                                  on 2000/04/28  08:27:12
65628         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
65629              itself and no other (from Tom Hughes)
65630      Branch: perl
65631            ! t/op/array.t toke.c
65632 ____________________________________________________________________________
65633 [  5988] By: gsar                                  on 2000/04/28  08:01:38
65634         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
65635              <paul@miraclefish.com>)
65636      Branch: perl
65637            ! lib/ExtUtils/MakeMaker.pm
65638 ____________________________________________________________________________
65639 [  5987] By: gsar                                  on 2000/04/28  07:53:09
65640         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
65641      Branch: perl
65642            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
65643 ____________________________________________________________________________
65644 [  5986] By: gsar                                  on 2000/04/28  07:44:17
65645         Log: add regular expressions tutorial and quick-start guide (from
65646              Mark Kvale <kvale@phy.ucsf.edu>)
65647      Branch: perl
65648            + pod/perlrequick.pod pod/perlretut.pod
65649            ! AUTHORS MAINTAIN MANIFEST
65650 ____________________________________________________________________________
65651 [  5985] By: gsar                                  on 2000/04/28  07:30:28
65652         Log: forked child may not exit correctly if it failed to open
65653              /dev/console (from Graham Barr)
65654      Branch: perl
65655            ! ext/Sys/Syslog/Syslog.pm
65656 ____________________________________________________________________________
65657 [  5984] By: gsar                                  on 2000/04/28  07:27:20
65658         Log: attributes::reftype() doesn't work on tied argument
65659      Branch: perl
65660            ! xsutils.c
65661 ____________________________________________________________________________
65662 [  5983] By: gsar                                  on 2000/04/28  07:15:04
65663         Log: numeric conversion of non-number in change#3378 tramples on
65664              OOK offset, causing segfaults
65665      Branch: perl
65666            ! sv.c
65667 ____________________________________________________________________________
65668 [  5982] By: gsar                                  on 2000/04/28  04:48:25
65669         Log: avoid error in IO::Socket::INET when given an unknown service name
65670              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
65671      Branch: perl
65672            ! ext/IO/lib/IO/Socket/INET.pm
65673 ____________________________________________________________________________
65674 [  5981] By: gsar                                  on 2000/04/28  04:31:31
65675         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
65676              prototype mismatch with CORE::glob(); update pod and tests to
65677              suit (File::Glob::glob() is still available for backward
65678              compatibility, but should be considered deprecated)
65679      Branch: perl
65680            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
65681            ! t/lib/glob-taint.t
65682 ____________________________________________________________________________
65683 [  5980] By: gsar                                  on 2000/04/28  03:47:29
65684         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
65685              <ghudson@mit.edu>)
65686      Branch: metaconfig
65687            ! U/modified/Options.U
65688      Branch: perl
65689            ! Configure
65690 ____________________________________________________________________________
65691 [  5979] By: gsar                                  on 2000/04/28  03:07:54
65692         Log: under useithreads, constant pad entries could inadvertantly be
65693              shared across threads (from Eric Blood <eblood@xmission.com>);
65694              added Eric's test case to testsuite
65695      Branch: perl
65696            ! op.c t/op/misc.t
65697 ____________________________________________________________________________
65698 [  5978] By: gsar                                  on 2000/04/27  21:13:00
65699         Log: sync version numbers in File::Spec with the ones on CPAN
65700              (from Barrie Slaymaker)
65701      Branch: perl
65702            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
65703            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
65704            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
65705 ____________________________________________________________________________
65706 [  5977] By: gsar                                  on 2000/04/27  21:07:29
65707         Log: autoquote barewords followed by newline and arrow properly
65708              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
65709      Branch: perl
65710            ! t/pragma/warn/toke toke.c
65711 ____________________________________________________________________________
65712 [  5976] By: gsar                                  on 2000/04/27  20:41:20
65713         Log: DB_File v1.73 update (from Paul Marquess)
65714      Branch: perl
65715            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
65716            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
65717 ____________________________________________________________________________
65718 [  5975] By: gsar                                  on 2000/04/27  20:34:24
65719         Log: allow sort() reentrancy (variant of patch suggested by
65720              Hugo van der Sanden)
65721      Branch: perl
65722            ! pp_ctl.c t/op/sort.t
65723 ____________________________________________________________________________
65724 [  5974] By: gsar                                  on 2000/04/27  19:46:57
65725         Log: change#4197 somehow missed initializing PL_errors, meaning
65726              sytax error queueing wasn't working outside eval"" at all;
65727              also fixed eval"" to localize PL_error_count, so that compile-time
65728              eval's don't clobber the error state of the outer context
65729      Branch: perl
65730            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
65731            ! t/pragma/warn/toke
65732 ____________________________________________________________________________
65733 [  5973] By: gsar                                  on 2000/04/27  18:29:05
65734         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
65735      Branch: perl
65736            ! regcomp.c regexec.c t/op/re_tests
65737 ____________________________________________________________________________
65738 [  5972] By: jhi                                   on 2000/04/27  18:22:41
65739         Log: Integrate with Sarathy.
65740      Branch: cfgperl
65741           +> t/lib/b.t t/lib/syslog.t
65742           !> (integrate 31 files)
65743 ____________________________________________________________________________
65744 [  5971] By: jhi                                   on 2000/04/27  18:18:46
65745         Log: Unicos tweaks from Mark P. Lutz.
65746      Branch: cfgperl
65747            ! hints/unicos.sh lib/Math/Complex.pm
65748 ____________________________________________________________________________
65749 [  5970] By: gsar                                  on 2000/04/27  18:05:11
65750         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
65751              IV is >32bits
65752      Branch: perl
65753            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
65754 ____________________________________________________________________________
65755 [  5969] By: gsar                                  on 2000/04/27  17:50:56
65756         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
65757      Branch: perl
65758            + t/lib/syslog.t
65759            ! MANIFEST ext/Sys/Syslog/Syslog.pm
65760 ____________________________________________________________________________
65761 [  5968] By: gsar                                  on 2000/04/27  17:44:49
65762         Log: tolerate spaces in group names in test on solaris (from David Boyce
65763              <dsb@boyski.com>)
65764      Branch: perl
65765            ! t/op/groups.t
65766 ____________________________________________________________________________
65767 [  5967] By: gsar                                  on 2000/04/27  17:41:22
65768         Log: improved docs on the warn_uninit diagnostic (from David Glasser
65769              and Simon Cozens)
65770      Branch: perl
65771            ! pod/perldiag.pod
65772 ____________________________________________________________________________
65773 [  5966] By: gsar                                  on 2000/04/27  16:54:58
65774         Log: add testsuite for B backends, fix bug in B::Deparse (from
65775              Simon Cozens <simon@brecon.co.uk>)
65776      Branch: perl
65777            + t/lib/b.t
65778            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
65779 ____________________________________________________________________________
65780 [  5965] By: gsar                                  on 2000/04/27  16:10:37
65781         Log: avoid "will not stay shared" warnings for our variables (from
65782              Robin Barker)
65783      Branch: perl
65784            ! op.c t/pragma/warn/op
65785 ____________________________________________________________________________
65786 [  5964] By: gsar                                  on 2000/04/27  07:05:05
65787         Log: reformat to 72 columns (again)
65788      Branch: perl
65789            ! pod/perldiag.pod
65790 ____________________________________________________________________________
65791 [  5963] By: gsar                                  on 2000/04/27  06:28:31
65792         Log: patch from Larry to make (\&) prototype work; added tests for
65793              the same
65794      Branch: perl
65795            ! op.c t/comp/proto.t
65796 ____________________________________________________________________________
65797 [  5962] By: gsar                                  on 2000/04/27  06:15:47
65798         Log: updated README.hpux (from Jeff Okamoto)
65799      Branch: perl
65800            ! README.hpux
65801 ____________________________________________________________________________
65802 [  5961] By: gsar                                  on 2000/04/27  05:55:03
65803         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
65804      Branch: perl
65805            ! emacs/cperl-mode.el
65806 ____________________________________________________________________________
65807 [  5960] By: gsar                                  on 2000/04/27  05:49:26
65808         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
65809      Branch: perl
65810            ! INSTALL
65811 ____________________________________________________________________________
65812 [  5959] By: gsar                                  on 2000/04/27  05:33:41
65813         Log: doubled words in pods (from Simon Cozens
65814              <simon.p.cozens@jp.pwcglobal.com>)
65815      Branch: perl
65816            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
65817            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
65818            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
65819            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
65820            ! pod/perltootc.pod
65821 ____________________________________________________________________________
65822 [  5958] By: gsar                                  on 2000/04/27  05:11:39
65823         Log: change#3569 deleted some essential code, revert; avoid use of
65824              atexit() to make DynaLoader work properly on AIX under mod_perl
65825              (from Jens-Uwe Mager <jum@helios.de>)
65826      Branch: perl
65827            ! ext/DynaLoader/dl_aix.xs
65828 ____________________________________________________________________________
65829 [  5957] By: gsar                                  on 2000/04/27  04:54:51
65830         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
65831      Branch: perl
65832            ! pod/perlmod.pod
65833 ____________________________________________________________________________
65834 [  5956] By: gsar                                  on 2000/04/27  04:51:47
65835         Log: better diagnostics on failed tests (from Ilya Zakharevich)
65836      Branch: perl
65837            ! t/op/lex_assign.t
65838 ____________________________________________________________________________
65839 [  5955] By: gsar                                  on 2000/04/27  04:26:44
65840         Log: longstanding bug exposed by change#3307: sort arguments weren't
65841              compiled with the right wantarray context (ensuing runtime lookup
65842              via block_gimme() was getting the incidental context of the
65843              sort() itself)
65844      Branch: perl
65845            ! op.c t/op/sort.t
65846 ____________________________________________________________________________
65847 [  5954] By: gsar                                  on 2000/04/26  23:42:12
65848         Log: integrate cfgperl contents into mainline
65849      Branch: perl
65850           !> (integrate 30 files)
65851 ____________________________________________________________________________
65852 [  5953] By: jhi                                   on 2000/04/26  23:06:42
65853         Log: Integrate with Sarathy.
65854      Branch: cfgperl
65855           !> README.win32 ext/B/B/Deparse.pm
65856           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
65857           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
65858           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
65859           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
65860           !> utils/perldoc.PL vms/perlvms.pod
65861 ____________________________________________________________________________
65862 [  5952] By: jhi                                   on 2000/04/26  23:03:46
65863         Log: Undo "use integer" addition from 64bitint as it seems
65864              to break most of the subtests in Digital UNIX;
65865              Unicos needs to find another way.
65866      Branch: cfgperl
65867            ! t/op/64bitint.t
65868 ____________________________________________________________________________
65869 [  5951] By: jhi                                   on 2000/04/26  22:57:53
65870         Log: Be more robust on "extreme" (large absolute value)
65871              arguments.  Originally reported by Daniel Connelly
65872              as a problem with asinh() on large negative arguments,
65873              asinh() used to bail out because an argument to log()
65874              ended up being zero.  Ilya Zakharevich proposed using
65875              Taylor's series in such cases, which for such large
65876              arguments is a very good approximation.
65877      Branch: cfgperl
65878            ! lib/Math/Complex.pm t/lib/complex.t
65879 ____________________________________________________________________________
65880 [  5950] By: gsar                                  on 2000/04/25  19:13:12
65881         Log: reformat perldiag to avoid long lines
65882      Branch: perl
65883            ! pod/perldiag.pod
65884 ____________________________________________________________________________
65885 [  5949] By: gsar                                  on 2000/04/25  18:41:11
65886         Log: make perldoc use the pod2man from the same version (from
65887              M.J.T. Guy)
65888      Branch: perl
65889            ! utils/perldoc.PL
65890 ____________________________________________________________________________
65891 [  5948] By: gsar                                  on 2000/04/25  18:21:57
65892         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
65893              <kompas@kompas.usr.onet.pl>)
65894      Branch: perl
65895            ! lib/vars.pm
65896 ____________________________________________________________________________
65897 [  5947] By: gsar                                  on 2000/04/25  18:11:53
65898         Log: use &dl_error rather than &dl_load_file as the guard for calling
65899              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
65900              statically built perl)
65901      Branch: perl
65902            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
65903 ____________________________________________________________________________
65904 [  5946] By: jhi                                   on 2000/04/25  17:37:54
65905         Log: Document that tr() is not tr(1).
65906      Branch: cfgperl
65907            ! pod/perlop.pod
65908 ____________________________________________________________________________
65909 [  5945] By: gsar                                  on 2000/04/25  16:34:33
65910         Log: make module name mandatory after -M switch; reorder perldiag
65911              alphabetically (from Mark-Jason Dominus)
65912      Branch: perl
65913            ! perl.c pod/perldiag.pod
65914 ____________________________________________________________________________
65915 [  5944] By: jhi                                   on 2000/04/25  01:15:18
65916         Log: On second thoughts frexp() does have two arguments.
65917      Branch: cfgperl
65918            ! perl.h
65919 ____________________________________________________________________________
65920 [  5943] By: jhi                                   on 2000/04/24  22:56:32
65921         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
65922              Now pp_ncmp() returns undef is either operand is a NaN.
65923      Branch: cfgperl
65924            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65925            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
65926            ! vms/subconfigure.com vos/config.def vos/config.h
65927            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
65928            ! win32/config.vc win32/config_H.bc win32/config_H.gc
65929            ! win32/config_H.vc
65930      Branch: metaconfig/U/perl
65931            + d_modfl.U
65932 ____________________________________________________________________________
65933 [  5942] By: jhi                                   on 2000/04/24  19:45:17
65934         Log: Regen Configure to match #5937.
65935      Branch: cfgperl
65936            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65937            ! config_h.SH
65938      Branch: metaconfig
65939            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
65940 ____________________________________________________________________________
65941 [  5941] By: jhi                                   on 2000/04/24  19:24:11
65942         Log: Further Unicos fixes for Mark Lutz.
65943      Branch: cfgperl
65944            ! hints/unicos.sh pp_ctl.c
65945 ____________________________________________________________________________
65946 [  5940] By: jhi                                   on 2000/04/24  19:09:06
65947         Log: Various Unicos 10.0.0.6 fixes.
65948              
65949              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
65950              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
65951              Reply-To: tecmpl1@triton.ca.boeing.com 
65952              To: perl5-porters@perl.org 
65953              Date: Fri, 14 Apr 2000 20:21:00 GMT 
65954              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
65955      Branch: cfgperl
65956            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
65957 ____________________________________________________________________________
65958 [  5939] By: gsar                                  on 2000/04/24  19:01:24
65959         Log: more pod nits (from Larry Virden)
65960      Branch: perl
65961            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
65962            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
65963            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
65964 ____________________________________________________________________________
65965 [  5938] By: gsar                                  on 2000/04/24  18:54:01
65966         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
65967      Branch: perl
65968            ! ext/B/B/Deparse.pm
65969 ____________________________________________________________________________
65970 [  5937] By: jhi                                   on 2000/04/24  17:39:00
65971         Log: Integrate with Sarathy.
65972      Branch: cfgperl
65973           +> (branch 31 files)
65974           !> (integrate 73 files)
65975 ____________________________________________________________________________
65976 [  5936] By: gsar                                  on 2000/04/24  17:30:06
65977         Log: additional tests for change#5934 (from Paul Marquess, who also
65978              sent in the same fix)
65979      Branch: perl
65980            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
65981            ! t/pragma/warn/5nolint t/pragma/warn/6default
65982 ____________________________________________________________________________
65983 [  5935] By: jhi                                   on 2000/04/24  17:26:05
65984         Log: Do not assume sign propagation.
65985              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
65986              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
65987              To: payner@ncifcrf.gov, perl5-porters@perl.org 
65988              Date: Tue, 18 Apr 2000 18:24:49 +0100 
65989              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
65990      Branch: cfgperl
65991            ! t/op/bop.t t/op/misc.t
65992 ____________________________________________________________________________
65993 [  5934] By: gsar                                  on 2000/04/24  17:16:54
65994         Log: propagate lexical warnings from surrounding scope correctly
65995              within string eval()
65996      Branch: perl
65997            ! pp_ctl.c t/pragma/warn/pp_ctl
65998 ____________________________________________________________________________
65999 [  5933] By: jhi                                   on 2000/04/24  17:01:07
66000         Log: Flatten the cpp jungle doing the nosuid checking.
66001      Branch: cfgperl
66002            ! perl.c
66003 ____________________________________________________________________________
66004 [  5932] By: gsar                                  on 2000/04/24  09:08:14
66005         Log: add rsignal(), whichsig() and do_join() to public API list
66006              (mod_perl uses them to good advantage)
66007      Branch: perl
66008            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
66009 ____________________________________________________________________________
66010 [  5931] By: gsar                                  on 2000/04/24  09:01:40
66011         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
66012      Branch: perl
66013            ! pp_hot.c regexec.c t/op/pat.t
66014 ____________________________________________________________________________
66015 [  5930] By: gsar                                  on 2000/04/24  08:58:33
66016         Log: small os390 tweaks (from Peter Prymmer)
66017      Branch: perl
66018            ! config_h.SH makedepend.SH
66019 ____________________________________________________________________________
66020 [  5929] By: gsar                                  on 2000/04/24  08:55:25
66021         Log: pod nits
66022      Branch: perl
66023            ! pod/perlguts.pod
66024 ____________________________________________________________________________
66025 [  5928] By: gsar                                  on 2000/04/24  08:50:13
66026         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
66027      Branch: perl
66028            ! ext/IO/lib/IO/Poll.pm
66029 ____________________________________________________________________________
66030 [  5927] By: gsar                                  on 2000/04/24  08:43:24
66031         Log: arrange for next() to resume at the unstack op rather than the
66032              loop conditional, so that scope cleanup happens correctly
66033              (from Stephen McCamant)
66034      Branch: perl
66035            ! op.c pp_ctl.c t/op/misc.t
66036 ____________________________________________________________________________
66037 [  5926] By: gsar                                  on 2000/04/24  08:18:40
66038         Log: on windows, reserve 16M of stack rather than 128M (allows more
66039              threads to run concurrently)
66040      Branch: perl
66041            ! win32/Makefile win32/makefile.mk
66042 ____________________________________________________________________________
66043 [  5925] By: gsar                                  on 2000/04/24  08:13:52
66044         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
66045      Branch: perl
66046            ! toke.c
66047 ____________________________________________________________________________
66048 [  5924] By: gsar                                  on 2000/04/24  08:08:59
66049         Log: avoid using uninitialized memory in require version check
66050      Branch: perl
66051            ! pp_ctl.c universal.c
66052 ____________________________________________________________________________
66053 [  5923] By: gsar                                  on 2000/04/24  07:20:14
66054         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
66055      Branch: perl
66056            ! ext/IO/lib/IO/Poll.pm
66057 ____________________________________________________________________________
66058 [  5922] By: gsar                                  on 2000/04/24  07:08:42
66059         Log: commentary about IoTYPE() (from Nathan Torkington)
66060      Branch: perl
66061            ! sv.h
66062 ____________________________________________________________________________
66063 [  5921] By: gsar                                  on 2000/04/24  06:58:26
66064         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
66065              by fix
66066      Branch: perl
66067            ! sv.c t/lib/charnames.t t/pragma/utf8.t
66068 ____________________________________________________________________________
66069 [  5920] By: gsar                                  on 2000/04/24  06:37:59
66070         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
66071      Branch: perl
66072            ! doop.c t/op/ver.t
66073 ____________________________________________________________________________
66074 [  5919] By: gsar                                  on 2000/04/24  06:21:58
66075         Log: Configure might miss old directories when prefix must be
66076              expanded (from Robin Barker)
66077      Branch: metaconfig
66078            ! U/installdirs/inc_version_list.U
66079      Branch: perl
66080            ! Configure
66081 ____________________________________________________________________________
66082 [  5918] By: gsar                                  on 2000/04/24  06:16:11
66083         Log: VMS nits in glob() test (from Charles Lane)
66084      Branch: perl
66085            ! t/lib/glob-basic.t
66086 ____________________________________________________________________________
66087 [  5917] By: gsar                                  on 2000/04/24  06:11:56
66088         Log: various pod nits (from Larry Virden and others)
66089      Branch: perl
66090            ! README.amiga README.hpux README.machten README.os2
66091            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
66092            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
66093            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
66094            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
66095            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
66096            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
66097            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
66098            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
66099 ____________________________________________________________________________
66100 [  5916] By: gsar                                  on 2000/04/24  05:52:43
66101         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
66102              <wjones@tc.fluke.com>)
66103      Branch: perl
66104            ! t/lib/glob-basic.t
66105 ____________________________________________________________________________
66106 [  5915] By: gsar                                  on 2000/04/24  05:07:01
66107         Log: supported platforms mixed up
66108      Branch: perl
66109            ! pod/perl56delta.pod pod/perlport.pod
66110 ____________________________________________________________________________
66111 [  5914] By: gsar                                  on 2000/04/24  04:56:08
66112         Log: caller() wasn't returning the right number of elements for
66113              eval {...}
66114      Branch: perl
66115            ! pp_ctl.c t/pragma/warn/9enabled
66116 ____________________________________________________________________________
66117 [  5913] By: gsar                                  on 2000/04/24  04:35:41
66118         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
66119              Mark-Jason Dominus)
66120      Branch: perl
66121            ! pod/perlfunc.pod
66122 ____________________________________________________________________________
66123 [  5912] By: gsar                                  on 2000/04/24  04:17:15
66124         Log: fix totally broken caching in UNIVERSAL::isa() (from
66125              Nick Ing-Simmons)
66126      Branch: perl
66127            ! t/op/universal.t universal.c
66128 ____________________________________________________________________________
66129 [  5911] By: gsar                                  on 2000/04/24  03:39:47
66130         Log: add linebreak properties from unicode/LineBrk.txt (from
66131              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
66132      Branch: perl
66133            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
66134            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
66135            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
66136            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
66137            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
66138            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
66139            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
66140            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
66141            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
66142            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
66143            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
66144            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
66145            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
66146            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
66147            + lib/unicode/Is/LbrkZW.pl
66148            ! lib/unicode/mktables.PL
66149 ____________________________________________________________________________
66150 [  5910] By: gsar                                  on 2000/04/24  03:23:10
66151         Log: typo in pod
66152      Branch: perl
66153            ! ext/Thread/Thread.pm
66154 ____________________________________________________________________________
66155 [  5909] By: gsar                                  on 2000/04/24  03:22:03
66156         Log: mode argument to do_binmode() should be file mode, not boolean
66157      Branch: perl
66158            ! pp_sys.c
66159 ____________________________________________________________________________
66160 [  5908] By: gsar                                  on 2000/04/16  16:51:08
66161         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
66162              always returns a valid GV even when the symbol is trapped by strictures
66163              (avoids coredumps)
66164              
66165              TODO: the C<package;> hack needs similar treatment
66166      Branch: perl
66167            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
66168            ! t/pragma/strict-vars
66169 ____________________________________________________________________________
66170 [  5907] By: jhi                                   on 2000/03/31  23:42:56
66171         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
66172              an assumption which #5905 demolished.
66173      Branch: cfgperl
66174            ! pp_sys.c
66175 ____________________________________________________________________________
66176 [  5906] By: jhi                                   on 2000/03/31  18:54:37
66177         Log: Typo in #5905.
66178      Branch: cfgperl
66179            ! t/op/64bitint.t
66180 ____________________________________________________________________________
66181 [  5905] By: jhi                                   on 2000/03/31  18:50:54
66182         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
66183              reported by Joseph N. Hall.  The bug was that even with use64bitint
66184              one had to use the prefixes q, L, or ll with printf/sprintf,
66185              contrary to the documentation and common sense.
66186      Branch: cfgperl
66187            ! sv.c t/op/64bitint.t
66188 ____________________________________________________________________________
66189 [  5904] By: gsar                                  on 2000/03/28  02:31:32
66190         Log: add Changes, perldelta.pod
66191      Branch: perl
66192            + Changes pod/perldelta.pod
66193 ____________________________________________________________________________
66194 [  5903] By: gsar                                  on 2000/03/28  02:03:55
66195         Log: rename Changes and perldelta.pod
66196      Branch: perl
66197           +> Changes5.6 pod/perl56delta.pod
66198            - Changes pod/perldelta.pod
66199            ! MANIFEST
66200 ____________________________________________________________________________
66201 [  5902] By: gsar                                  on 2000/03/28  01:59:14
66202         Log: create maint-5.6 branch
66203      Branch: maint-5.6/perl
66204           +> (branch 1611 files)
66205 ____________________________________________________________________________
66206 [  5901] By: jhi                                   on 2000/03/23  05:48:43
66207         Log: Integrate with Sarathy.
66208      Branch: cfgperl
66209           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
66210 ____________________________________________________________________________
66211 [  5900] By: gsar                                  on 2000/03/23  05:42:43
66212         Log: three guesses on what this is :-)
66213      Branch: perl
66214            ! Changes