OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
[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 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
35         Log: s/Netware/NetWare/
36      Branch: perl
37            ! MANIFEST
38 ____________________________________________________________________________
39 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
40         Log: New Netware scripts.
41      Branch: perl
42            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
43            + NetWare/t/NWScripts-Exist.pl
44            ! MANIFEST
45 ____________________________________________________________________________
46 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
47         Log: EBCDIC: the encoding pragma would need some rethinking,
48              probably a pass of EBCDIC->Unicode mapping.  For now,
49              disable it on EBCDIC.
50      Branch: perl
51            ! lib/encoding.pm lib/encoding.t
52 ____________________________________________________________________________
53 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
54         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
55              for the low 256.  Now tweaked the tests, but maybe it's
56              the module that needs few NATIVE_TO_UNI()s somewhere?
57      Branch: perl
58            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
59 ____________________________________________________________________________
60 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
61         Log: Subject: [PATCH utf8.c] format problem
62              From: Robin Barker <rmb1@cise.npl.co.uk>
63              Date: Wed, 6 Feb 2002 14:01:43 GMT
64              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
65      Branch: perl
66            ! utf8.c
67 ____________________________________________________________________________
68 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
69         Log: EBCDIC: 0x41 is not cricket.
70      Branch: perl
71            ! ext/Encode/t/Encode.t
72 ____________________________________________________________________________
73 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
74         Log: NetWare update from Ananth Kesari.
75      Branch: perl
76            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
77            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
78            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
79            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
80            ! NetWare/t/NWScripts.pl makedef.pl
81 ____________________________________________________________________________
82 [ 14566] By: sky                                   on 2002/02/05  18:39:13
83         Log: Subject: Re: File::Spec::rel2abs2rel (?)
84              From: Michael G Schwern <schwern@pobox.com>
85              Date: Tue, 5 Feb 2002 13:47:39 -0500
86              Message-ID: <20020205184739.GB17375@blackrider>
87      Branch: perl
88            ! lib/File/Spec/t/rel2abs2rel.t
89 ____________________________________________________________________________
90 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
91         Log: Integrate perlio;
92              
93              More Encode tweaks:
94              - make expensive and marginal substring search optional (-O)
95              - enable -O for ASCII-oid encodings (search space is small)
96              - add ASCII-oid jis0201 to basic Encode.so
97              - add some other Japanese encodings to EUC_JP bundle (without -O)
98      Branch: perl
99           +> ext/Encode/Encode/jis0201.ucm
100           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
101           !> ext/Encode/compile
102 ____________________________________________________________________________
103 [ 14562] By: sky                                   on 2002/02/05  14:50:36
104         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
105      Branch: perl
106            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
107 ____________________________________________________________________________
108 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
109         Log: EBCDIC: SHARP S is different.
110      Branch: perl
111            ! regexec.c utf8.h
112 ____________________________________________________________________________
113 [ 14560] By: sky                                   on 2002/02/05  13:49:40
114         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
115      Branch: perl
116            ! t/op/filetest.t
117 ____________________________________________________________________________
118 [ 14559] By: sky                                   on 2002/02/05  11:39:24
119         Log: Add . first to the PATH enviroment to test that we realy get ./perl and not some other older perl.
120      Branch: perl
121            ! lib/File/Spec/t/rel2abs2rel.t
122 ____________________________________________________________________________
123 [ 14558] By: sky                                   on 2002/02/05  11:20:21
124         Log: Change to check if _POSIX_OPEN_MAX is 16 or 20, however the entire test is kind of questionable since we are testing POSIX compliance...
125      Branch: perl
126            ! ext/POSIX/t/posix.t
127 ____________________________________________________________________________
128 [ 14557] By: sky                                   on 2002/02/05  10:30:58
129         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
130      Branch: perl
131            ! hints/darwin.sh perl.h
132 ____________________________________________________________________________
133 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
134         Log: Subject: [PATCH] File::Find tests not cleaning up properly
135              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
136              Date: Mon, 4 Feb 2002 22:09:07 +0100
137              Message-ID: <20020204220907.A8288@rafael>
138      Branch: perl
139            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
140 ____________________________________________________________________________
141 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
142         Log: Signedness mumblings from Tru64.
143      Branch: perl
144            ! ext/Encode/Encode.xs
145 ____________________________________________________________________________
146 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
147         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
148              From: "Craig A. Berry" <craigberry@mac.com>
149              Date: Mon, 04 Feb 2002 17:16:00 -0600
150              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
151      Branch: perl
152            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
153            ! ext/Encode/Encode.xs
154 ____________________________________________________________________________
155 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
156         Log: Update Changes.
157      Branch: perl
158            ! Changes patchlevel.h
159 ____________________________________________________________________________
160 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
161         Log: Comment microtweaks.
162      Branch: perl
163            ! lib/locale.t
164 ____________________________________________________________________________
165 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
166         Log: Subject: trivial docu patch
167              From: andreas.koenig@anima.de (Andreas J. Koenig)
168              Date: 04 Feb 2002 08:15:19 +0100
169              Message-ID: <m3pu3l7m60.fsf@anima.de>
170      Branch: perl
171            ! pod/perluniintro.pod
172 ____________________________________________________________________________
173 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
174         Log: Subject: [PATCH] (??{ }) anomaly
175              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
176              Date: Sun, 03 Feb 2002 20:21:45 -0800
177              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
178      Branch: perl
179            ! regcomp.c
180 ____________________________________________________________________________
181 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
182         Log: Integrate perlio.
183              
184              Carry on where we left off if we have to grow destination
185              SV during XS encode/decode
186              
187              Remove debugging warning, be consistent about API fails.
188      Branch: perl
189           !> ext/Encode/Encode.xs
190 ____________________________________________________________________________
191 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
192         Log: Subject: PATCH CPAN.pm
193              From: Mark-Jason Dominus <mjd@plover.com>
194              Date: Sun, 03 Feb 2002 12:36:36 -0500
195              Message-ID: <20020203173636.27451.qmail@plover.com>
196      Branch: perl
197            ! lib/CPAN.pm
198 ____________________________________________________________________________
199 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
200         Log: Must search further back.
201      Branch: perl
202            ! lib/h2xs.t
203 ____________________________________________________________________________
204 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
205         Log: EBCDIC: more natification.
206      Branch: perl
207            ! regcomp.c
208 ____________________________________________________________________________
209 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
210         Log: Debug noise.
211      Branch: perl
212            ! ext/Encode/Encode.xs
213 ____________________________________________________________________________
214 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
215         Log: Integrate perlio;
216              
217              Stable intermediate point in Encode cleanup.
218              :encode(euc-jp) works on Dan's table.euc
219              Much buffer copying and other silliness remains.
220      Branch: perl
221           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
222           !> ext/Encode/lib/Encode/Encoding.pm
223 ____________________________________________________________________________
224 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
225         Log: Prettify.
226      Branch: perl
227            ! lib/unicore/mktables
228 ____________________________________________________________________________
229 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
230         Log: EBCDIC: it's much nicer to compare Unicode code points
231              to Unicode code points.
232      Branch: perl
233            ! regexec.c
234 ____________________________________________________________________________
235 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
236         Log: EBCDIC: character classes must remap the low 256.
237      Branch: perl
238            ! regcomp.c
239 ____________________________________________________________________________
240 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
241         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
242      Branch: perl
243            ! lib/I18N/LangTags/List.pm
244 ____________________________________________________________________________
245 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
246         Log: FAQ sync.
247      Branch: perl
248            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
249            ! pod/perlfaq6.pod pod/perlfaq7.pod
250 ____________________________________________________________________________
251 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
252         Log: Integrate perlio;
253              
254              Re-indent Encode.xs
255              
256              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
257              (Mis-feature discovered by Encode.)
258      Branch: perl
259           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
260 ____________________________________________________________________________
261 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
262         Log: Subject: [PATCH] lstat FH and -l FH warnings
263              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
264              Date: Sat, 2 Feb 2002 22:24:54 +0100           
265              Message-ID: <20020202222454.A11608@rafael>       
266      Branch: perl
267            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
268            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
269 ____________________________________________________________________________
270 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
271         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
272              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
273              Date: Sat, 2 Feb 2002 13:11:01 +0100           
274              Message-ID: <20020202131101.A722@rafael>               
275              
276              Subject: [PATCH t/op/ver.t] another false positive
277              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
278              Date: Sat, 2 Feb 2002 13:38:22 +0100           
279              Message-ID: <20020202133822.E722@rafael>         
280              
281              Subject: [PATCH] t/test.pl:ok() doesn't work
282              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
283              Date: Sun, 03 Feb 2002 00:02:38 -0800          
284              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
285      Branch: perl
286            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
287            ! t/test.pl
288 ____________________________________________________________________________
289 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
290         Log: Subject: [PATCH @13746] OS2::Process's constants
291              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
292              Date: Sat, 2 Feb 2002 01:00:55 -0500           
293              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
294      Branch: perl
295            ! os2/OS2/Process/Makefile.PL
296 ____________________________________________________________________________
297 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
298         Log: Subject: [PATCH @13746] h2xs   
299              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
300              Date: Sat, 2 Feb 2002 00:58:44 -0500           
301              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
302      Branch: perl
303            ! utils/h2xs.PL
304 ____________________________________________________________________________
305 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
306         Log: EBCDIC: since #14519 made \N{...} to remap,
307              the test cannot expect an ASCII code point.
308      Branch: perl
309            ! lib/charnames.t
310 ____________________________________________________________________________
311 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
312         Log: Sub-MANIFEST-tweak.
313      Branch: perl
314            ! ext/Encode/MANIFEST
315 ____________________________________________________________________________
316 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
317         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
318              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
319              Date: Fri, 01 Feb 2002 23:51:03 +0900
320              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
321      Branch: perl
322            ! ext/Encode/lib/Encode/Tcl/Escape.pm
323 ____________________________________________________________________________
324 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
325         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
326              From: Andy Dougherty <doughera@lafayette.edu>
327              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
328              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
329      Branch: perl
330            ! README.solaris hints/solaris_2.sh
331 ____________________________________________________________________________
332 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
333         Log: EBCDIC: no hope to get the low 256 right in unifolding.
334      Branch: perl
335            ! t/uni/fold.t
336 ____________________________________________________________________________
337 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
338         Log: todo entry for missing pack formats.
339      Branch: perl
340            ! pod/perltodo.pod
341 ____________________________________________________________________________
342 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
343         Log: EBCDIC: the low 256 \N{...} need to be remapped.
344      Branch: perl
345            ! toke.c
346 ____________________________________________________________________________
347 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
348         Log: Integrate perlio; 
349              
350              Minor Encode tweaks:
351              - move Encode.pm back to top of Encode like normal XS extension
352              - avoid .def as a file extension (Win32 builds)
353      Branch: perl
354            ! MANIFEST
355           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
356           !> ext/Encode/Makefile.PL ext/Encode/compile
357 ____________________________________________________________________________
358 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
359         Log: Subject: [PATCH utf8.t] temp file not cleaned up
360              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
361              Date: Fri, 1 Feb 2002 15:47:46 +0100
362              Message-ID: <20020201154746.A24079@rafael>
363      Branch: perl
364            ! t/io/utf8.t
365 ____________________________________________________________________________
366 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
367         Log: Subject: [PATCH] make "lstat FH" croak
368              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
369              Date: Fri, 1 Feb 2002 15:12:50 +0100
370              Message-ID: <20020201151250.A738@rafael>
371      Branch: perl
372            ! pod/perldiag.pod pp_sys.c t/op/stat.t
373 ____________________________________________________________________________
374 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
375         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
376              From: Kay Röpke <kroepke@dolphin-services.de>
377              Date: Fri, 1 Feb 2002 01:10:43 +0100
378              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
379      Branch: perl
380            ! t/op/stat.t
381 ____________________________________________________________________________
382 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
383         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
384              I got it in Tru64 + ithreads but only without -g, took
385              some debugging by printf (which was no fun either since
386              adding some debug printfs hid the error)
387      Branch: perl
388            ! regexec.c utf8.c
389 ____________________________________________________________________________
390 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
391         Log: Subject: Re: [PATCH] perl -V:
392              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
393              Date: Thu, 31 Jan 2002 12:10:20 -0800
394              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
395              
396              Subject: Re: [PATCH] perl -V:
397              From: Michael G Schwern <schwern@pobox.com>
398              Date: Thu, 31 Jan 2002 16:43:13 -0500
399              Message-ID: <20020131214313.GH6498@blackrider>
400      Branch: perl
401            ! t/run/switches.t
402 ____________________________________________________________________________
403 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
404         Log: #14505 effect.
405      Branch: perl
406            ! pod/perluniintro.pod
407 ____________________________________________________________________________
408 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
409         Log: Daniel S. Lewart adopts the Math::Complex.
410      Branch: perl
411            ! lib/Math/Complex.pm
412 ____________________________________________________________________________
413 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
414         Log: More Complex DWIMmery.
415      Branch: perl
416            ! lib/Math/Complex.pm lib/Math/Complex.t
417 ____________________________________________________________________________
418 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
419         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
420              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
421              Date: Thu, 31 Jan 2002 14:37:52 +0100
422              Message-ID: <20020131143752.A1452@rafael>
423      Branch: perl
424            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
425 ____________________________________________________________________________
426 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
427         Log: Turn the I/O Unicode error by default on, but the
428              character-generating Unicode error by default off,
429              as Larry suggested.
430      Branch: perl
431            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
432            ! utf8.c
433 ____________________________________________________________________________
434 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
435         Log: Subject: [PATCH] open.pm minor cleanup
436              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
437              Date: Thu, 31 Jan 2002 15:03:02 +0100
438              Message-ID: <20020131150302.C1452@rafael>
439      Branch: perl
440            ! lib/open.pm
441 ____________________________________________________________________________
442 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
443         Log: Update Changes.
444      Branch: perl
445            ! Changes patchlevel.h
446 ____________________________________________________________________________
447 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
448         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
449              From: Robin Barker <rmb1@cise.npl.co.uk>
450              Date: Wed, 30 Jan 2002 11:58:33 GMT
451              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
452      Branch: perl
453            ! lib/CPAN.pm
454 ____________________________________________________________________________
455 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
456         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
457              re-sort MANIFEST.
458      Branch: perl
459            + ext/Encode/Encode.pm
460            - ext/Encode/lib/Encode.pm
461            ! MANIFEST ext/Encode/Makefile.PL
462 ____________________________________________________________________________
463 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
464         Log: Integrate perlio;
465              
466              Collect some stats during compile process.
467              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
468              as one XS - inconclusive - marginal win?
469              Add some comments to encode.h
470      Branch: perl
471           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
472           !> ext/Encode/encode.h
473 ____________________________________________________________________________
474 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
475         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
476              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
477              Date: Tue, 29 Jan 2002 01:13:09 -0800
478              Message-ID: <lemV8gzkgu/K092yn@efn.org>
479      Branch: perl
480            ! configpm
481 ____________________________________________________________________________
482 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
483         Log: Subject: [PATCH t/op/inccode.t] new test
484              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
485              Date: Tue, 29 Jan 2002 22:03:45 +0100
486              Message-ID: <20020129220345.A704@rafael>
487      Branch: perl
488            ! t/op/inccode.t
489 ____________________________________________________________________________
490 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
491         Log: EBCDIC: t/op/lc.t now passes.
492      Branch: perl
493            ! t/op/lc.t
494 ____________________________________________________________________________
495 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
496         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
497      Branch: perl
498            ! utf8.c
499 ____________________________________________________________________________
500 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
501         Log: Must find stuff during build.
502      Branch: perl
503            ! ext/Encode/compile
504 ____________________________________________________________________________
505 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
506         Log: Integrate with perlio;
507              
508              Basics of a compiled Encode XS extension
509      Branch: perl
510           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
511           +> ext/Encode/Encode/euc-jp.ucm
512           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
513           !> ext/Encode/encode.h
514 ____________________________________________________________________________
515 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
516         Log: EBCDIC tweaks-- no new test passes, but getting closer.
517      Branch: perl
518            ! utf8.c
519 ____________________________________________________________________________
520 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
521         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
522              From: Richard Clamp <richardc@unixbeard.net>
523              Date: Mon, 28 Jan 2002 02:17:55 +0000
524              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
525      Branch: perl
526            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
527 ____________________________________________________________________________
528 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
529         Log: OS/390 seems to do length 0 udp reads, Nicholas says
530              skippage is for now the best cause of action.
531      Branch: perl
532            ! ext/Socket/socketpair.t
533 ____________________________________________________________________________
534 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
535         Log: Encode cleanup from Dan Kogai; reworked even further.
536      Branch: perl
537            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
538            + ext/Encode/lib/Encode/Encoding.pm
539            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
540            + ext/Encode/lib/Encode/Tcl/Escape.pm
541            + ext/Encode/lib/Encode/Tcl/Extended.pm
542            + ext/Encode/lib/Encode/Tcl/HanZi.pm
543            + ext/Encode/lib/Encode/Tcl/Table.pm
544            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
545            + ext/Encode/lib/Encode/iso10646_1.pm
546            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
547            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
548            + ext/Encode/t/Tcl.t
549            - ext/Encode.t ext/Encode/Encode.pm
550            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
551            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
552            ! MANIFEST ext/Encode/Encode/8859-1.ucm
553            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
554            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
555            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
556            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
557            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
558            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
559            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
560            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
561            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
562            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
563            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
564            ! ext/Encode/compile
565 ____________________________________________________________________________
566 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
567         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
568      Branch: perl
569            ! djgpp/djgpp.c perlio.c
570 ____________________________________________________________________________
571 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
572         Log: Prettier printing from Michael Schwern.
573      Branch: perl
574            ! t/test.pl
575 ____________________________________________________________________________
576 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
577         Log: Show also the debug and debugcolor as known pragmas.
578      Branch: perl
579            ! ext/re/re.pm
580 ____________________________________________________________________________
581 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
582         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
583              From: "Craig A. Berry" <craigberry@mac.com>
584              Date: Mon, 28 Jan 2002 16:30:30 -0600
585              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
586      Branch: perl
587            ! ext/B/t/assembler.t
588 ____________________________________________________________________________
589 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
590         Log: DJGPP needs to know its exe soon, too.
591      Branch: perl
592            ! Configure
593 ____________________________________________________________________________
594 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
595         Log: Round #2 on EBCDICation.
596      Branch: perl
597            ! t/op/append.t
598 ____________________________________________________________________________
599 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
600         Log: Integrate perlio;
601              
602              Set makefile.mk CCHOME etc. for default locations of MinGW and free
603              Borland compilers. (Borland builds one or two oddities.)
604      Branch: perl
605           !> win32/config.bc win32/makefile.mk
606 ____________________________________________________________________________
607 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
608         Log: Misunderstood Merijn's patch.
609      Branch: perl
610            ! hints/hpux.sh
611 ____________________________________________________________________________
612 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
613         Log: Misapplied Merijn's patch.
614      Branch: perl
615            ! Configure
616 ____________________________________________________________________________
617 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
618         Log: Update Changes.
619      Branch: perl
620            ! Changes patchlevel.h
621 ____________________________________________________________________________
622 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
623         Log: BeOS has sockets but not true ones.
624      Branch: perl
625            ! pp_sys.c
626 ____________________________________________________________________________
627 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
628         Log: For some strange reason under the smoke harness the alignment
629              test hangs in HP-UX 10.20.  So hint it to avoid the test.
630      Branch: perl
631            ! hints/hpux.sh
632 ____________________________________________________________________________
633 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
634         Log: Allow d_u32align to be hinted.
635      Branch: perl
636            ! Configure
637 ____________________________________________________________________________
638 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
639         Log: The shift key is important.
640      Branch: perl
641            ! ext/B/B.xs
642 ____________________________________________________________________________
643 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
644         Log: The "used only once" warnings (from gv_check) come
645              in pseudorandom hash order-- in EBCDIC the order
646              is different.  Add a new option that allow the warnings
647              to come in any order (Paul Marquess).
648      Branch: perl
649            ! lib/warnings.t t/lib/warnings/perl
650 ____________________________________________________________________________
651 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
652         Log: Integrate perlio; the 0nothread test failure without threads.
653      Branch: perl
654           !> ext/threads/shared/t/0nothread.t
655 ____________________________________________________________________________
656 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
657         Log: FAQ sync.
658      Branch: perl
659            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
660            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
661            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
662            ! pod/perlfaq9.pod
663 ____________________________________________________________________________
664 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
665         Log: Upgrade to podlators 1.20.
666      Branch: perl
667            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
668 ____________________________________________________________________________
669 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
670         Log: Retract #14448, a better patch coming up.
671      Branch: perl
672            ! lib/Pod/t/basic.t
673 ____________________________________________________________________________
674 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
675         Log: EBCDIC portability.
676      Branch: perl
677            ! t/op/append.t
678 ____________________________________________________________________________
679 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
680         Log: Further cygwin installperl tweak from Gerrit P. Haase.
681      Branch: perl
682            ! installperl
683 ____________________________________________________________________________
684 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
685         Log: A bug in Bulgarian EBCDIC locale (this sounds like
686              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
687              locales failed, too.  The patch works around the bug by
688              skipping the test, but the real problem may be deeper
689              (affecting probably only EBCDIC platforms, though):
690              see the comment in locale.t for more details.
691      Branch: perl
692            ! lib/locale.t
693 ____________________________________________________________________________
694 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
695         Log: Subject: Bleadperl on Cygwin today
696              From: "Gerrit P. Haase" <gp@familiehaase.de>              
697              Date: Sun, 27 Jan 2002 22:30:41 +0100
698              Message-ID: <462007239437.20020127223041@familiehaase.de>
699      Branch: perl
700            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
701            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
702            ! lib/ExtUtils/t/MM_Cygwin.t
703 ____________________________________________________________________________
704 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
705         Log: Unfinished EBCDIC branch.
706      Branch: perl
707            ! t/op/ver.t
708 ____________________________________________________________________________
709 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
710         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
711      Branch: perl
712            ! ext/B/B.xs ext/B/B/Deparse.pm
713 ____________________________________________________________________________
714 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
715         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
716              platforms.
717      Branch: perl
718            ! ext/B/t/stash.t
719 ____________________________________________________________________________
720 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
721         Log: Apparently no need for EBCDIC exception any more.
722      Branch: perl
723            ! ext/B/t/showlex.t
724 ____________________________________________________________________________
725 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
726         Log: (retracted by #14458)
727              (Russ Allbery) OS/390 is using a high-bit character for ESC,
728              skip the test for now.  A better fix would be to override
729              the notion of the platform's escape sequence in the test
730              of Pod::Text::Termcap.  We may have to apply a filter to
731              the output to substitute back in the ESC character that
732              the test expects, but only on OS/390.
733      Branch: perl
734            ! lib/Pod/t/basic.t
735 ____________________________________________________________________________
736 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
737         Log: Detypo.
738      Branch: perl
739            ! ext/Devel/Peek/Peek.t
740 ____________________________________________________________________________
741 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
742         Log: OS/390 USS has a different idea of the pw* functions.
743              Also, test the name with eq, not with ==.
744      Branch: perl
745            ! lib/User/pwent.t
746 ____________________________________________________________________________
747 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
748         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
749      Branch: perl
750            ! doio.c
751 ____________________________________________________________________________
752 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
753         Log: ASCIIisms.
754      Branch: perl
755            ! ext/PerlIO/t/encoding.t
756 ____________________________________________________________________________
757 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
758         Log: chr(42) ne '*'  if one is in EBCDIC.
759      Branch: perl
760            ! t/op/pack.t
761 ____________________________________________________________________________
762 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
763         Log: Subject: [PATCH] Fix up recent op/stat.t failures
764              From: Andy Dougherty <doughera@lafayette.edu>
765              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
766              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
767      Branch: perl
768            ! t/op/stat.t
769 ____________________________________________________________________________
770 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
771         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
772              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
773              Date: Sun, 27 Jan 2002 15:03:18 +0100
774              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
775      Branch: perl
776            ! lib/ExtUtils/t/Command.t
777 ____________________________________________________________________________
778 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
779         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
780              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
781              Date: Sun, 27 Jan 2002 14:51:10 +0100
782              Message-ID: <20020127145110.A16332@rafael>
783      Branch: perl
784            ! ext/B/B/Deparse.pm
785 ____________________________________________________________________________
786 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
787         Log: Comment to avoid later "cleanups."
788      Branch: perl
789            ! lib/ExtUtils/MakeMaker.pm
790 ____________________________________________________________________________
791 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
792         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
793              instead of just FOO=... cmd ...
794      Branch: perl
795            ! Makefile.SH
796 ____________________________________________________________________________
797 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
798         Log: Overquoting bad (in UNIX one would get
799              Can't open perl script "'-I../lib'": No such file or directory)
800      Branch: perl
801            ! lib/Pod/t/Usage.t
802 ____________________________________________________________________________
803 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
804         Log: Integrate perlio;
805              
806              "All tests successful" VC6.0 Win32
807              (Update config.vc to need cppstdin so those tests are skipped...)
808      Branch: perl
809           !> win32/config.vc win32/config_H.bc win32/config_H.gc
810           !> win32/config_H.vc
811 ____________________________________________________________________________
812 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
813         Log: Integrate perlio;
814              
815              1st two tests of File/Find/t/find.t and taint.t were run after 
816              calling cleanup(). If previous fail had left for_find directory,
817              but no content in it then cleanup() returned cd'ed to that directory.
818              So tests failed. Fixed cleanup()-s.
819              
820              If we get to sighandler by mistake (no perl handler set) then
821              warn() and exit() rather than die() - should never happen
822              but if it does context needed to die is likely to be trashed
823              as well.
824              
825              Win32 signal emulation cleanup.
826              
827              Tinkering with thread cleanup mutex-ing - not the problem 
828              (op.c is) but could have been...
829              
830              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
831              Should really be looked at by someone that knows about pads.
832              
833              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
834              for CRLF line endings.
835      Branch: perl
836           !> ext/threads/threads.xs lib/File/Find/t/find.t
837           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
838           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
839 ____________________________________________________________________________
840 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
841         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
842              From: "Craig A. Berry" <craigberry@mac.com>       
843              Date: Sat, 26 Jan 2002 11:19:44 -0600
844              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
845      Branch: perl
846            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
847 ____________________________________________________________________________
848 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
849         Log: Integrate perlio;
850              
851              Fix winsystem.t's attempt to build showav.exe to work
852              with gcc (which writes a.exe unless told with -o ).
853              Also put in a few more fail-safes to check .exe got
854              built somehow.
855              
856              More Win32 tuning
857              
858              Save $! so that other syscalls don't disturb it before
859              we test it.
860      Branch: perl
861           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
862           !> t/op/winsystem.t
863 ____________________________________________________________________________
864 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
865         Log: Subject: [PATCH] new test in op/universal.t
866              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
867              Date: Fri, 25 Jan 2002 23:17:33 +0100
868              Message-ID: <20020125231733.A11733@rafael>
869      Branch: perl
870            ! t/op/universal.t
871 ____________________________________________________________________________
872 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
873         Log: Subject: [Patch Encode.xs] calculation of need overflows
874              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
875              Date: Sat, 26 Jan 2002 00:58:50 +0900
876              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
877      Branch: perl
878            ! ext/Encode/Encode.xs
879 ____________________________________________________________________________
880 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
881         Log: Integrate changes 13474+13478+13584 from maintperl;
882              anon sub leakage.
883      Branch: perl
884            ! op.c t/run/fresh_perl.t
885 ____________________________________________________________________________
886 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
887         Log: Update Changes.
888      Branch: perl
889            ! Changes patchlevel.h
890 ____________________________________________________________________________
891 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
892         Log: Integrate perlio; extensive threads and threads::shared work
893              (note that the below is a chronological list of perlio
894              check-in entries since the last integrate)
895              
896              Nearly-working threads re-structuring. Do not integrate,
897              submit-ing to get to Win32, and as "off site" backup.
898              
899              threads work again on Win32. (Not threads::shared yet)
900              Submit to see if they do on Linux.
901              
902              Add new threads/typemap to MANIFEST
903              
904              XS side of new threads::shared designed, coded and compiles,
905              and mostly commented but is totaly untested.
906              submit in case anyone wants a preview.
907              
908              Miss mg_len == 0 meaning don't Safefree
909              
910              Shared scalars working, some shared array ops working.
911              
912              Implement recursive lock and use of scope for PL_sharedsv_space,
913              so now croak() from asserts does not leave locks.
914              Make hv_simple compile (new prototype for debugging probe).
915              
916              thread::shared nearly working again - remaining issue
917              is references withing shared space.
918              Added bulk test with no threads involved (for debugging)
919              Tuned tests to skip those needing _thrcnt
920              
921              SvTEMP_off to stop private PV's being stolen and stored in shared space
922              
923              Except Win32 from echo tests. (Alarm does not break into connect)
924              
925              Expand command line test globs on Win32.
926              
927              threads::shared tidy up:
928              - Add _id() function to shared.xs so we can test refs point at same thing.
929              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
930              - Allow no_share to pass if sharing to works despite mis-ordering.
931              - Change docs of threads to document ->create() (as used in tests),
932              and not mention "new".
933              
934              Linux/NFS hackery was not faking right number of passes.
935      Branch: perl
936           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
937           +> ext/threads/typemap
938            - ext/threads/threads.h sharedsv.c sharedsv.h
939            ! NetWare/config_H.wc
940           !> (integrate 38 files)
941 ____________________________________________________________________________
942 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
943         Log: Subject: Re: perldebguts minor tweaks
944              From: Joe McMahon <mcmahon@metalab.unc.edu>
945              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
946              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
947      Branch: perl
948            ! pod/perldebguts.pod
949 ____________________________________________________________________________
950 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
951         Log: Okay, you can come home now, _().
952      Branch: perl
953            ! config_h.SH
954 ____________________________________________________________________________
955 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
956         Log: Subject: perldebguts minor tweaks
957              From: Joe McMahon <mcmahon@metalab.unc.edu>
958              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
959              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
960      Branch: perl
961            ! pod/perldebguts.pod
962 ____________________________________________________________________________
963 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
964         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
965              From: Peter Scott <Peter@PSDT.com>
966              Date: Thu, 24 Jan 2002 08:51:34 -0800
967              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
968      Branch: perl
969            ! pod/perldebguts.pod
970 ____________________________________________________________________________
971 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
972         Log: Few more paranoia checks for Unicode hash keys.
973      Branch: perl
974            ! t/op/each.t
975 ____________________________________________________________________________
976 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
977         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
978              From: Andy Dougherty <doughera@lafayette.edu>
979              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
980              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
981      Branch: perl
982            ! t/op/stat.t
983 ____________________________________________________________________________
984 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
985         Log: The
986              
987              Subject: Very old debugger UTF-8 bug
988              From: andreas.koenig@anima.de (Andreas J. Koenig)
989              Date: 24 Jan 2002 12:45:44 +0100
990              Message-ID: <m3y9iot1jr.fsf@anima.de>
991              
992              still broken, but this should work as a stopgap
993              measure to stop pp_match accessing naughty data.
994      Branch: perl
995            ! pod/perldiag.pod pp_hot.c
996 ____________________________________________________________________________
997 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
998         Log: Pacify picky compilers (this time Sun Workshop).
999      Branch: perl
1000            ! Configure
1001 ____________________________________________________________________________
1002 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
1003         Log: Subject: Very old debugger UTF-8 bug
1004              From: andreas.koenig@anima.de (Andreas J. Koenig)
1005              Date: 24 Jan 2002 12:45:44 +0100
1006              Message-ID: <m3y9iot1jr.fsf@anima.de>
1007      Branch: perl
1008            ! lib/dumpvar.pl
1009 ____________________________________________________________________________
1010 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
1011         Log: Sprinkle some copyrights (use the oldest timestamp to
1012              be found in the repository, which is most often not right,
1013              but at least consistent)
1014      Branch: perl
1015            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
1016            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
1017            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
1018            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
1019            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
1020            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
1021            ! unixish.h xsutils.c
1022 ____________________________________________________________________________
1023 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
1024         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
1025      Branch: perl
1026            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
1027            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
1028            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
1029            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
1030            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
1031            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
1032            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
1033            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
1034            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
1035            ! x2p/util.c x2p/util.h x2p/walk.c
1036 ____________________________________________________________________________
1037 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
1038         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
1039              therefore quite probably also obsolete code.
1040      Branch: perl
1041            ! sv.c
1042 ____________________________________________________________________________
1043 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
1044         Log: Update Changes.
1045      Branch: perl
1046            ! Changes patchlevel.h
1047 ____________________________________________________________________________
1048 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
1049         Log: Small update on todo.  Could use a lot more.
1050      Branch: perl
1051            ! pod/perltodo.pod
1052 ____________________________________________________________________________
1053 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
1054         Log: Subject: [ID 20020121.003] perldata doco bug
1055              From: John Stumbles <jstumbles@bluearc.com>
1056              Date: Mon, 21 Jan 2002 14:19:56 -0000
1057              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
1058      Branch: perl
1059            ! pod/perldata.pod
1060 ____________________________________________________________________________
1061 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
1062         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
1063              From: Michael G Schwern <schwern@pobox.com>
1064              Date: Mon, 21 Jan 2002 15:16:42 -0500
1065              Message-ID: <20020121201642.GA6659@blackrider>
1066      Branch: perl
1067            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
1068 ____________________________________________________________________________
1069 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
1070         Log: Subject: [PATCH] Re: eval not catching warnings?
1071              From: abigail@foad.org
1072              Date: Wed, 23 Jan 2002 15:35:47 +0100
1073              Message-ID: <20020123143547.24798.qmail@foad.org>
1074      Branch: perl
1075            ! pod/perlfunc.pod
1076 ____________________________________________________________________________
1077 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
1078         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
1079              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1080              Date: Tue, 22 Jan 2002 17:00:54 -0800            
1081              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
1082      Branch: perl
1083            ! t/run/fresh_perl.t
1084 ____________________________________________________________________________
1085 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
1086         Log: HP-UX 10.20 cc pacifying from Merijn.
1087      Branch: perl
1088            ! Configure
1089 ____________________________________________________________________________
1090 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
1091         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
1092              From: "Craig A. Berry" <craigberry@mac.com> 
1093              Date: Tue, 22 Jan 2002 22:14:26 -0600
1094              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
1095      Branch: perl
1096            ! vms/test.com
1097 ____________________________________________________________________________
1098 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
1099         Log: AIX cpp bug: having macro arguments and character constants
1100              "the same" means trouble (here s and 's')
1101              What broke now was 841 and 842 of t/op/pat.t, because of the
1102              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
1103              (note that breakage happened only under cc_r and usethreads+
1104              useithreads)
1105      Branch: perl
1106            ! utf8.h
1107 ____________________________________________________________________________
1108 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
1109         Log: Subject: [PATCH] Support truncate() in VOS port
1110              From: Paul_GreenVOS@vos.stratus.com
1111              Date: Mon, 21 Jan 02 23:27 est
1112              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
1113      Branch: perl
1114            + vos/vos.c
1115            ! MANIFEST hints/vos.sh vos/vosish.h
1116 ____________________________________________________________________________
1117 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
1118         Log: Get rid of the _() macro since (1) we require ANSI anyway
1119              (2) Other software (GNU) seems to use it and we don't need it,
1120              so let's give it up.
1121      Branch: perl
1122            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1123            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
1124            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
1125            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
1126            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
1127            ! wince/config.h wince/config_H.ce
1128 ____________________________________________________________________________
1129 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
1130         Log: Subject: [BUG] /\_/ an unrecognized escape?
1131              From: Michael G Schwern <schwern@pobox.com>
1132              Date: Mon, 21 Jan 2002 15:22:54 -0500
1133              Message-ID: <20020121202254.GA6731@blackrider>
1134      Branch: perl
1135            ! t/lib/warnings/toke toke.c
1136 ____________________________________________________________________________
1137 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
1138         Log: Undo the renaming of the Unicode data files; the simple
1139              solution being not including the *.html files.  This means
1140              that in the future there is no need for any renamings
1141              (well, assuming that the Consortium doesn't cause any),
1142              and the files are named like they are in the Consortium
1143              website, thus alleviating confusion.
1144      Branch: perl
1145            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
1146            + lib/unicore/CaseFolding.txt
1147            + lib/unicore/CompositionExclusions.txt
1148            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
1149            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
1150            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
1151            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
1152            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
1153            - lib/unicore/NamesList.html lib/unicore/PropList.html
1154            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
1155            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
1156            - lib/unicore/rename
1157            ! (edit 285 files)
1158 ____________________________________________________________________________
1159 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
1160         Log: Update Changes.
1161      Branch: perl
1162            ! Changes patchlevel.h
1163 ____________________________________________________________________________
1164 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
1165         Log: Subject: RE: BCC for Win32 is unhappy @14331
1166              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
1167              Date: Mon, 21 Jan 2002 09:48:40 +0300
1168              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
1169              
1170              (using IV instead of int)
1171      Branch: perl
1172            ! hv.h
1173 ____________________________________________________________________________
1174 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
1175         Log: path_is_absolute() needs a prototype (and maybe
1176              a better name, but that's another story).
1177      Branch: perl
1178            ! embed.fnc embed.h pp_ctl.c proto.h
1179 ____________________________________________________________________________
1180 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
1181         Log: Subject: Re: coderefs in @INC
1182              From: Chris Nandor <pudge@pobox.com>
1183              Date: Thu, 17 Jan 2002 11:26:02 -0500
1184              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
1185      Branch: perl
1186            ! pp_ctl.c
1187 ____________________________________________________________________________
1188 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
1189         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
1190              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1191              Date: Sun, 20 Jan 2002 22:53:56 +0100
1192              Message-ID: <20020120225356.A12093@rafael>
1193      Branch: perl
1194            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
1195            ! t/lib/warnings/9enabled warnings.h warnings.pl
1196 ____________________________________________________________________________
1197 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
1198         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
1199              From: "Craig A. Berry" <craigberry@mac.com>
1200              Date: Sun, 20 Jan 2002 22:49:42 -0600
1201              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
1202      Branch: perl
1203            ! lib/ExtUtils/MakeMaker.pm
1204 ____________________________________________________________________________
1205 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
1206         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
1207              From: Paul_GreenVOS@vos.stratus.com
1208              Date: Sat, 19 Jan 02 17:17 est
1209              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
1210              
1211              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
1212              From: Paul_GreenVOS@vos.stratus.com
1213              Date: Sat, 19 Jan 02 17:19 est
1214              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
1215      Branch: perl
1216            ! lib/ExtUtils/t/Command.t
1217 ____________________________________________________________________________
1218 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
1219         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
1220              From: Paul_GreenVOS@vos.stratus.com
1221              Date: Sat, 19 Jan 02 14:30 est
1222              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
1223      Branch: perl
1224            ! lib/AnyDBM_File.t
1225 ____________________________________________________________________________
1226 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
1227         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
1228              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
1229              Date: Sun, 20 Jan 2002 13:51:36 +0100
1230              Message-ID: <20020120135136.A710@rafael>
1231      Branch: perl
1232            ! ext/File/Glob/t/basic.t
1233 ____________________________________________________________________________
1234 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
1235         Log: Make also hex() and oct() to croak if their arguments
1236              cannot be downgraded (that is, if they contain wide
1237              characters), just like crypt() does (and use the croak
1238              feature of sv_utf8_downgrade()).
1239      Branch: perl
1240            ! pp.c t/op/oct.t
1241 ____________________________________________________________________________
1242 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
1243         Log: Regen toc.
1244      Branch: perl
1245            ! pod/perltoc.pod
1246 ____________________________________________________________________________
1247 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
1248         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
1249              From: David Dyck <dcd@tc.fluke.com>
1250              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
1251              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
1252      Branch: perl
1253            ! pod/perl5004delta.pod pod/perl5005delta.pod
1254            ! pod/perl561delta.pod pod/perl56delta.pod
1255 ____________________________________________________________________________
1256 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
1257         Log: FAQ sync.
1258      Branch: perl
1259            ! pod/perlfaq1.pod pod/perlfaq2.pod
1260 ____________________________________________________________________________
1261 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
1262         Log: Subject: [PATCH lib/Pod/t/Usage.t]
1263              From: Abe Timmerman <abe@ztreet.demon.nl>
1264              Date: Sat, 19 Jan 2002 19:57:57 +0100
1265              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
1266      Branch: perl
1267            + lib/Pod/t/Usage.t
1268            ! MANIFEST
1269 ____________________________________________________________________________
1270 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
1271         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
1272              From: Paul_GreenVOS@vos.stratus.com
1273              Date: Sat, 19 Jan 02 13:15 est
1274              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
1275      Branch: perl
1276            ! ext/SDBM_File/sdbm.t
1277 ____________________________________________________________________________
1278 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
1279         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
1280      Branch: perl
1281           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
1282           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
1283 ____________________________________________________________________________
1284 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
1285         Log: Alternative Time::Local algorithm that uses matematical formula
1286              for timegm instead of progressive guessing
1287      Branch: perl
1288            ! lib/Time/Local.pm
1289 ____________________________________________________________________________
1290 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
1291         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
1292              From: Paul_GreenVOS@vos.stratus.com
1293              Date: Sat, 19 Jan 02 11:20 est
1294              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
1295      Branch: perl
1296            ! ext/File/Glob/t/basic.t
1297 ____________________________________________________________________________
1298 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
1299         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
1300              From: Paul_GreenVOS@vos.stratus.com
1301              Date: Fri, 18 Jan 02 22:56 est
1302              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
1303      Branch: perl
1304            ! ext/Cwd/t/cwd.t
1305 ____________________________________________________________________________
1306 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
1307         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
1308              From: Paul_GreenVOS@vos.stratus.com
1309              Date: Fri, 18 Jan 02 22:48 est
1310              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
1311      Branch: perl
1312            ! lib/Time/Local.t
1313 ____________________________________________________________________________
1314 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
1315         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
1316              From: Paul_GreenVOS@vos.stratus.com
1317              Date: Fri, 18 Jan 02 16:22 est
1318              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
1319      Branch: perl
1320            ! ext/Devel/DProf/DProf.t
1321 ____________________________________________________________________________
1322 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
1323         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
1324              From: Tels <perl_dummy@bloodgate.com>
1325              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
1326              Message-Id: <200201182106.XAA19133@taku.hut.fi>
1327      Branch: perl
1328            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
1329 ____________________________________________________________________________
1330 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
1331         Log: Don't do socketpair udp unless you've got all what it takes.
1332      Branch: perl
1333            ! util.c
1334 ____________________________________________________________________________
1335 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
1336         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
1337              From: Tels <perl_dummy@bloodgate.com>
1338              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
1339              Message-Id: <200201182206.AAA15310@taku.hut.fi>
1340      Branch: perl
1341            ! lib/ExtUtils/MM_BeOS.pm
1342 ____________________________________________________________________________
1343 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
1344         Log: Avoid bare "set", and kiss .uucp goodbye.
1345      Branch: perl
1346            ! Configure
1347 ____________________________________________________________________________
1348 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
1349         Log: Retract #14327 for now, going to the limit seems
1350              to be too much for many platforms.
1351      Branch: perl
1352            ! lib/Time/Local.t
1353 ____________________________________________________________________________
1354 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
1355         Log: Update Changes.
1356      Branch: perl
1357            ! Changes patchlevel.h
1358 ____________________________________________________________________________
1359 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
1360         Log: Try to make the connect/read/write timeouting.
1361      Branch: perl
1362            ! ext/Socket/Socket.t
1363 ____________________________________________________________________________
1364 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
1365         Log: Netware Makefile tweak from Ananth Kesari.
1366      Branch: perl
1367            ! NetWare/Makefile
1368 ____________________________________________________________________________
1369 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
1370         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
1371              From: Michael G Schwern <schwern@pobox.com>
1372              Date: Fri, 18 Jan 2002 03:10:27 -0500
1373              Message-ID: <20020118081027.GE7226@blackrider>
1374      Branch: perl
1375            ! lib/File/Find.pm
1376 ____________________________________________________________________________
1377 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
1378         Log: (retracted by #14334)
1379              
1380              Subject: [PATCH] Improving lib/Time/Local.t
1381              From: Paul_GreenVOS@vos.stratus.com        
1382              Date: Thu, 17 Jan 02 22:36 est
1383              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
1384      Branch: perl
1385            ! lib/Time/Local.t
1386 ____________________________________________________________________________
1387 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
1388         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
1389              From: Abe Timmerman <abe@ztreet.demon.nl>  
1390              Date: Fri, 18 Jan 2002 13:18:47 +0100
1391              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
1392      Branch: perl
1393            ! lib/ExtUtils/t/MM_Win32.t
1394 ____________________________________________________________________________
1395 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
1396         Log: Subject: [PATCH] Syncing with bleadperl 
1397              From: Michael G Schwern <schwern@pobox.com> 
1398              Date: Fri, 18 Jan 2002 03:04:33 -0500
1399              Message-ID: <20020118080432.GC7226@blackrider>
1400      Branch: perl
1401            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
1402            - lib/ExtUtils/inst
1403            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
1404            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
1405            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
1406            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
1407            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
1408            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
1409            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
1410            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
1411            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
1412            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
1413            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
1414            ! lib/ExtUtils/testlib.pm
1415 ____________________________________________________________________________
1416 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
1417         Log: Detypo.
1418      Branch: perl
1419            ! AUTHORS
1420 ____________________________________________________________________________
1421 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
1422         Log: Subject: [PATCH] MM check_hints test
1423              From: Michael G Schwern <schwern@pobox.com>
1424              Date: Thu, 17 Jan 2002 20:25:57 -0500
1425              Message-ID: <20020118012557.GE32762@blackrider>
1426      Branch: perl
1427            + lib/ExtUtils/t/hints.t
1428            ! MANIFEST
1429 ____________________________________________________________________________
1430 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
1431         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
1432              From: Michael G Schwern <schwern@pobox.com> 
1433              Date: Thu, 17 Jan 2002 20:12:20 -0500
1434              Message-ID: <20020118011220.GC32762@blackrider>
1435              
1436              (#14317 replaced with this)
1437      Branch: perl
1438            ! lib/ExtUtils/MakeMaker.pm
1439 ____________________________________________________________________________
1440 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
1441         Log: Subject: [PATCH perldiag] overload.pm warnings
1442              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1443              Date: Thu, 17 Jan 2002 23:53:49 +0100
1444              Message-ID: <20020117235349.A14530@rafael>
1445      Branch: perl
1446            ! pod/perldiag.pod
1447 ____________________________________________________________________________
1448 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
1449         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
1450              From: Michael G Schwern <schwern@pobox.com>
1451              Date: Thu, 17 Jan 2002 16:35:47 -0500
1452              Message-ID: <20020117213546.GD23830@blackrider>
1453      Branch: perl
1454            ! lib/File/Find.pm
1455 ____________________________________________________________________________
1456 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
1457         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
1458              From: chromatic <chromatic@rmci.net>
1459              Date: Thu, 17 Jan 2002 13:04:22 -0700
1460              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
1461      Branch: perl
1462            ! pod/perltodo.pod
1463 ____________________________________________________________________________
1464 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
1465         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
1466              From: chromatic <chromatic@rmci.net>
1467              Date: Thu, 17 Jan 2002 12:59:04 -0700
1468              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
1469      Branch: perl
1470            ! lib/ExtUtils/t/Mkbootstrap.t
1471 ____________________________________________________________________________
1472 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
1473         Log: (replaced by #14322)
1474              The #14300 broke hints file handling.
1475      Branch: perl
1476            ! lib/ExtUtils/MakeMaker.pm
1477 ____________________________________________________________________________
1478 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
1479         Log: Subject: [PATCH] long doubles
1480              From: Nicholas Clark <nick@unfortu.net>
1481              Date: Thu, 17 Jan 2002 17:06:28 +0000
1482              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
1483      Branch: perl
1484            ! Configure
1485 ____________________________________________________________________________
1486 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
1487         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
1488              From: Andy Dougherty <doughera@lafayette.edu>
1489              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
1490              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
1491      Branch: perl
1492            ! Configure
1493 ____________________________________________________________________________
1494 [ 14311] By: sky                                   on 2002/01/17  21:01:00
1495         Log: Simplify the code that duplicates the threads 
1496              init function and the parameters to the thread by using sv_dup. 
1497              Note,what happens if you pass a shared variable as a parameter?
1498      Branch: perl
1499            ! ext/threads/threads.xs
1500 ____________________________________________________________________________
1501 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
1502         Log: Update Changes.
1503      Branch: perl
1504            ! Changes patchlevel.h
1505 ____________________________________________________________________________
1506 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
1507         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
1508              with fresh_perl_is() and fresh_perl_like().
1509      Branch: perl
1510            + t/run/fresh_perl.t
1511            - t/run/kill_perl.t
1512            ! MANIFEST t/test.pl
1513 ____________________________________________________________________________
1514 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
1515         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
1516              From: Benjamin Goldberg <goldbb2@earthlink.net>
1517              Date: Wed, 09 Jan 2002 21:03:16 -0500
1518              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
1519      Branch: perl
1520            ! ext/Unicode/Normalize/Normalize.pm
1521 ____________________________________________________________________________
1522 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
1523         Log: Retract #14144 as Hugo isn't happy with it.
1524      Branch: perl
1525            ! scope.c t/run/kill_perl.t
1526 ____________________________________________________________________________
1527 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
1528         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
1529              From: Richard Clamp <richardc@unixbeard.net>
1530              Date: Wed, 16 Jan 2002 17:34:31 +0000
1531              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
1532      Branch: perl
1533            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
1534 ____________________________________________________________________________
1535 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
1536         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
1537              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1538              Date: Tue, 15 Jan 2002 21:23:30 +0100
1539              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
1540      Branch: perl
1541            ! ext/Opcode/Opcode.xs
1542 ____________________________________________________________________________
1543 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
1544         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
1545              From: Paul_GreenVOS@vos.stratus.com
1546              Date: Wed, 16 Jan 02 6:42 est
1547              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
1548      Branch: perl
1549            ! t/io/fs.t t/op/crypt.t
1550 ____________________________________________________________________________
1551 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
1552         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
1553              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1554              Date: Wed, 16 Jan 2002 13:43:39 +0100
1555              Message-ID: <20020116134339.A704@rafael>
1556              
1557              (replaces #14302)
1558      Branch: perl
1559            ! mg.c t/lib/warnings/mg
1560 ____________________________________________________________________________
1561 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
1562         Log: (replaced by #14303)
1563              Subject: [PATCH] length of undefined $(digit) should warn
1564              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1565              Date: Tue, 15 Jan 2002 23:02:44 +0100            
1566              Message-ID: <20020115230244.A31786@rafael>     
1567      Branch: perl
1568            ! mg.c t/lib/warnings/mg
1569 ____________________________________________________________________________
1570 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
1571         Log: The non-MakeMaker.pm parts of
1572              
1573              Subject: [PATCH] Re: MM_Beos.pm?
1574              From: Tels <perl_dummy@bloodgate.com>
1575              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
1576              Message-Id: <200201142006.WAA29544@taas.iki.fi>
1577      Branch: perl
1578            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
1579            ! lib/ExtUtils/t/MM_Unix.t
1580 ____________________________________________________________________________
1581 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
1582         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
1583              From: Michael G Schwern <schwern@pobox.com>    
1584              Date: Tue, 15 Jan 2002 20:07:50 -0500            
1585              Message-ID: <20020116010750.GH625@blackrider>  
1586      Branch: perl
1587            ! lib/ExtUtils/MakeMaker.pm
1588 ____________________________________________________________________________
1589 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
1590         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
1591              From: Jeffrey Friedl <jfriedl@yahoo.com>       
1592              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
1593              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
1594      Branch: perl
1595            ! lib/Text/Tabs.pm
1596 ____________________________________________________________________________
1597 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
1598         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
1599              From: "Green, Paul" <Paul.Green@stratus.com>
1600              Date: Tue, 15 Jan 2002 22:28:10 -0500
1601              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
1602      Branch: perl
1603            ! lib/ExtUtils/MM_Unix.pm
1604 ____________________________________________________________________________
1605 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
1606         Log: Integrate perlio; offsetof() is in <stddef.h>
1607      Branch: perl
1608           !> ext/Socket/Socket.xs
1609 ____________________________________________________________________________
1610 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
1611         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
1612              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
1613              Canonical.pl and Exact.pl.
1614      Branch: perl
1615            + (add 259 files)
1616            - (delete 288 files)
1617            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
1618            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
1619            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
1620            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
1621 ____________________________________________________________________________
1622 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
1623         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
1624      Branch: perl
1625            ! ext/Socket/Socket.xs
1626 ____________________________________________________________________________
1627 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
1628         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
1629              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1630              Date: Tue, 15 Jan 2002 21:59:19 +0100
1631              Message-ID: <3C44A637.16602.25EB208@localhost>
1632      Branch: perl
1633            ! embed.fnc embed.h proto.h
1634 ____________________________________________________________________________
1635 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
1636         Log: Duh.  The updated In/*.pl weren't checked in.
1637      Branch: perl
1638            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
1639            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
1640            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
1641            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
1642            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
1643            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
1644            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
1645            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
1646            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
1647            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
1648            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
1649            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
1650            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
1651            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
1652            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
1653            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
1654            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
1655            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
1656            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
1657            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
1658            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
1659            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
1660            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
1661            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
1662            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
1663            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
1664            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
1665            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
1666            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
1667            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
1668            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
1669            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
1670            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
1671            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
1672            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
1673            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
1674            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
1675            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
1676            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
1677            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
1678            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
1679            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
1680            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
1681            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
1682            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
1683            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
1684            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
1685            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
1686 ____________________________________________________________________________
1687 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
1688         Log: Update Changes.
1689      Branch: perl
1690            ! Changes patchlevel.h
1691 ____________________________________________________________________________
1692 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
1693         Log: Jeffrey is trying very hard to avoid working on his
1694              book, it would seem :-) (better naming, better comments
1695              in the files)
1696      Branch: perl
1697            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
1698            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
1699            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
1700            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
1701            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
1702            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
1703            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
1704            - lib/unicore/Is/IDStart.pl
1705            ! (edit 200 files)
1706 ____________________________________________________________________________
1707 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
1708         Log: Some protection against spaces in directory names.
1709              (Tru64 still has some makedepend problems in such
1710              cases but that looks like Tru64's problem.)
1711      Branch: perl
1712            ! Configure Makefile.SH
1713 ____________________________________________________________________________
1714 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
1715         Log: Should have been in #14285 but I have sausages for fingers.
1716      Branch: perl
1717            + lib/ExtUtils/MM_BeOS.pm
1718 ____________________________________________________________________________
1719 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
1720         Log: MM_BeOS from Tels.
1721      Branch: perl
1722            + lib/ExtUtils/t/MM_BeOS.t
1723            ! MANIFEST
1724 ____________________________________________________________________________
1725 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
1726         Log: Integrate perlio;
1727              
1728              (reintroduce #14251) Slab allocator for ops
1729              - moved the statics to intrpvar.h
1730              - implemented Slab_Free()
1731              - uses PerlMemShared (for now) if distinction exists.
1732              
1733              Slab allocator submit after resolve -ay to keep it!
1734              
1735              Hand merge of non slab allocator stuff
1736              
1737              const-ness fix in savepv's passing of NULL
1738              
1739              Typo in #else branch of PL_SLAB_ALLOC
1740              
1741              Integrate rest of mainline
1742              
1743              Regen embed enable slab for PERL_IMPLICIT_SYS
1744              
1745              Correct name of PL_OP_SLAB_ALLOC
1746              
1747              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
1748              e.g. -Duse64bitint on a 32-bit platform.
1749              Now uses I32 for use-count and is more careful with its casts.
1750      Branch: perl
1751           !> (integrate 28 files)
1752 ____________________________________________________________________________
1753 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
1754         Log: Subject: [PATCH] Socket::sockaddr_family
1755              From: Gisle Aas <gisle@ActiveState.com> 
1756              Date: 15 Jan 2002 06:35:28 -0800
1757              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
1758      Branch: perl
1759            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
1760 ____________________________________________________________________________
1761 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
1762         Log: Subject: [PATCH perldiag] Style issue
1763              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1764              Date: Tue, 15 Jan 2002 15:36:30 +0100                
1765              Message-ID: <20020115153630.A11568@rafael>
1766      Branch: perl
1767            ! pod/perldiag.pod
1768 ____________________________________________________________________________
1769 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
1770         Log: NetWare tweak from Ananth Kesari.
1771      Branch: perl
1772            ! lib/ExtUtils/MakeMaker.pm
1773 ____________________________________________________________________________
1774 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
1775         Log: Throwback.
1776      Branch: perl
1777            ! MANIFEST
1778 ____________________________________________________________________________
1779 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
1780         Log: A couple of additional character classes from Jeffrey,
1781              hopefully useful in future for internal use for implementing
1782              some special cases of casing.
1783              
1784              Also regenerate once more all the character classes,
1785              now without the timestamp.  A timestamp would be kind of
1786              nice but it's not: having a timestamp in a file means that
1787              even if the effective contents of file really didn't
1788              change, the file looks as if it changed.
1789      Branch: perl
1790            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
1791            + lib/unicore/Is/CombAbov.pl
1792            ! (edit 304 files)
1793 ____________________________________________________________________________
1794 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
1795         Log: Make the test harder.
1796      Branch: perl
1797            ! t/op/pat.t
1798 ____________________________________________________________________________
1799 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
1800         Log: Additional utf8_heavy.pl tweak from Jeffrey.
1801      Branch: perl
1802            ! lib/utf8_heavy.pl
1803 ____________________________________________________________________________
1804 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
1805         Log: Pod nits.
1806      Branch: perl
1807            ! lib/Unicode/UCD.pm pod/perlunicode.pod
1808 ____________________________________________________________________________
1809 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
1810         Log: The Unicode categories doc patch to go with #14254,
1811              from Jeffrey.
1812      Branch: perl
1813            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
1814 ____________________________________________________________________________
1815 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
1816         Log: There isn't going to be perl.third.exe.
1817      Branch: perl
1818            ! Makefile.SH
1819 ____________________________________________________________________________
1820 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
1821         Log: Subject: [PATCH] small coredump correction
1822              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1823              Date: Tue, 15 Jan 2002 00:22:52 +0100
1824              Message-ID: <20020115002252.I691@rafael>
1825      Branch: perl
1826            ! op.c
1827 ____________________________________________________________________________
1828 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
1829         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
1830              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1831              Date: Mon, 14 Jan 2002 23:03:04 +0100
1832              Message-ID: <20020114230304.A691@rafael>   
1833              
1834              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
1835              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1836              Date: Mon, 14 Jan 2002 23:18:43 +0100
1837              Message-ID: <20020114231843.E691@rafael>   
1838      Branch: perl
1839            ! pod/perlsub.pod t/op/override.t toke.c
1840 ____________________________________________________________________________
1841 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
1842         Log: Update Changes.
1843      Branch: perl
1844            ! Changes patchlevel.h
1845 ____________________________________________________________________________
1846 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
1847         Log: Retract #14251 (the op slab allocator from perlio)
1848              until we figure out why 2.2.19 x86 debian gets
1849              a circular sibling chain and therefore hangs in
1850              the Perl_ck_subr() sibling for-loop.
1851      Branch: perl
1852            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
1853            ! perlapi.c perlapi.h proto.h
1854 ____________________________________________________________________________
1855 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
1856         Log: Big mktables rewrite from Jeffrey;
1857              documentation not yet updated.
1858      Branch: perl
1859            + (add 171 files)
1860            - (delete 182 files)
1861            ! (edit 135 files)
1862 ____________________________________________________________________________
1863 [ 14253] By: ams                                   on 2002/01/14  03:15:05
1864         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
1865              From: Michael G Schwern <schwern@pobox.com>
1866              Date: Sun, 13 Jan 2002 21:00:07 -0500
1867              Message-Id: <20020114020007.GB2877@blackrider>
1868      Branch: perl
1869            ! lib/Cwd.pm
1870 ____________________________________________________________________________
1871 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
1872         Log: Subject: Re: Win32 status - progress !
1873              From: Abe Timmerman <abe@ztreet.demon.nl>       
1874              Date: Mon, 14 Jan 2002 02:29:51 +0100
1875              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
1876      Branch: perl
1877            ! lib/ExtUtils/t/MM_Win32.t
1878 ____________________________________________________________________________
1879 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
1880         Log: Integrate perlio.
1881              
1882              Slab allocator for ops
1883              - moved the statics to intrpvar.h
1884              - implemented Slab_Free()
1885              - uses PerlMemShared (for now) if distinction exists.
1886      Branch: perl
1887           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
1888           !> perlapi.c perlapi.h proto.h
1889 ____________________________________________________________________________
1890 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
1891         Log: Start a new test category: uni.  Much of t/op/pat
1892              should probably be moved here, but holding on that
1893              until Jeffrey finishes his big mktables rewrite.
1894              Bits and pieces of op/split, op/pack, op/append,
1895              op/join, could probably be moved to respective uni
1896              tests, too.
1897      Branch: perl
1898            + t/uni/fold.t t/uni/sprintf.t
1899            - t/op/unifold.t t/op/unisprintf.t
1900            ! MANIFEST t/TEST t/harness
1901 ____________________________________________________________________________
1902 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
1903         Log: Subject: [PATCH] enable Win32 to build again
1904              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1905              Date: Sun, 13 Jan 2002 21:49:24 +0100
1906              Message-ID: <3C4200E4.15926.23F6131@localhost>
1907              
1908              miniperl.exe.exe does not exe that well.
1909      Branch: perl
1910            ! lib/ExtUtils/MM_Unix.pm
1911 ____________________________________________________________________________
1912 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
1913         Log: Mention some of the load-affected tests.
1914      Branch: perl
1915            ! INSTALL
1916 ____________________________________________________________________________
1917 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
1918         Log: Move the UTF-8 conversion code earlier so that
1919              op/ver is happy.
1920      Branch: perl
1921            ! sv.c t/op/ver.t
1922 ____________________________________________________________________________
1923 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
1924         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
1925              have diverged quite a bit so no updates there.
1926      Branch: perl
1927            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
1928            ! ext/List/Util/lib/List/Util.pm
1929            ! ext/List/Util/lib/Scalar/Util.pm
1930 ____________________________________________________________________________
1931 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
1932         Log: Make the crypt() pickier: if downgrading doesn't work,
1933              croak.
1934      Branch: perl
1935            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
1936 ____________________________________________________________________________
1937 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
1938         Log: Grow the buffer in case Unicode caused size changes
1939              (and it very probably did).
1940      Branch: perl
1941            ! sv.c
1942 ____________________________________________________________________________
1943 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
1944         Log: Future-proofing from Jeffrey Friedl (for conflicting
1945              In* and Is* names).
1946      Branch: perl
1947            ! lib/utf8_heavy.pl
1948 ____________________________________________________________________________
1949 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
1950         Log: Subject: [PATCH] Re: Warning in B.xs
1951              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1952              Date: Sun, 13 Jan 2002 19:39:52 +0100
1953              Message-ID: <3C41E288.20562.1C8C895@localhost>
1954      Branch: perl
1955            ! ext/B/B.xs
1956 ____________________________________________________________________________
1957 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
1958         Log: Subject: Re: lookbehind broken with latest bleedperl
1959              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1960              Date: Sun, 13 Jan 2002 18:06:22 +0000
1961              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
1962      Branch: perl
1963            ! regexec.c t/op/re_tests
1964 ____________________________________________________________________________
1965 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
1966         Log: Subject: [PATCH] more MM_Unix.t tests
1967              From: Tels <perl_dummy@bloodgate.com>
1968              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
1969              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
1970              
1971              Subject: [PATCH] 14220 misunderstood, I bet          
1972              From: andreas.koenig@anima.de (Andreas J. Koenig)
1973              Date: 12 Jan 2002 21:31:58 +0100
1974              Message-ID: <m3k7un8g5d.fsf@anima.de>
1975      Branch: perl
1976            ! lib/ExtUtils/t/MM_Unix.t
1977 ____________________________________________________________________________
1978 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
1979         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
1980              From: Tels <perl_dummy@bloodgate.com>
1981              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
1982              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
1983              
1984              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
1985              From: Tels <perl_dummy@bloodgate.com>
1986              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
1987              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
1988      Branch: perl
1989            ! lib/ExtUtils/MM_Unix.pm
1990 ____________________________________________________________________________
1991 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
1992         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
1993              From: Nicholas Clark <nick@unfortu.net> 
1994              Date: Sun, 13 Jan 2002 15:58:34 +0000
1995              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
1996      Branch: perl
1997            ! lib/Benchmark.t
1998 ____________________________________________________________________________
1999 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
2000         Log: Anton Berezin did more reading and the uid setting story
2001              gets more complex.
2002      Branch: perl
2003            ! pod/perltodo.pod utils/perldoc.PL
2004 ____________________________________________________________________________
2005 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
2006         Log: Integrate perlio;
2007              
2008              Win32 fixes:
2009              - vmem.h hack to handle free-by-wrong-thread after eval "".
2010              - Initialize timerid 
2011      Branch: perl
2012           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
2013 ____________________________________________________________________________
2014 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
2015         Log: Subject: Re: HiRes
2016              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2017              Date: Sun, 13 Jan 2002 10:18:46 +0100
2018              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
2019              
2020              Give up on socketpair in HP-UX.
2021      Branch: perl
2022            ! ext/Socket/socketpair.t
2023 ____________________________________________________________________________
2024 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
2025         Log: *groan*
2026      Branch: perl
2027            ! t/op/pat.t
2028 ____________________________________________________________________________
2029 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
2030         Log: One more sharp s case found by Jeffrey.
2031      Branch: perl
2032            ! regexec.c t/op/pat.t
2033 ____________________________________________________________________________
2034 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
2035         Log: Comment tweak.
2036      Branch: perl
2037            ! regexec.c
2038 ____________________________________________________________________________
2039 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
2040         Log: Don't bother checking for the Greek special
2041              cases if the node is too short.
2042      Branch: perl
2043            ! regcomp.c
2044 ____________________________________________________________________________
2045 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
2046         Log: Update Changes.
2047      Branch: perl
2048            ! Changes patchlevel.h
2049 ____________________________________________________________________________
2050 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
2051         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
2052              From: Jonathan Stowe <gellyfish@gellyfish.com>
2053              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
2054              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
2055      Branch: perl
2056            ! Configure config_h.SH
2057 ____________________________________________________________________________
2058 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
2059         Log: Quick reformat using indent -kr -nce, as requested
2060              by Dan Kogai and suggest by NI-S.
2061      Branch: perl
2062            ! ext/Encode/encengine.c
2063 ____________________________________________________________________________
2064 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
2065         Log: Couple more Unicode lookbehind tests.
2066      Branch: perl
2067            ! t/op/pat.t
2068 ____________________________________________________________________________
2069 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
2070         Log: Sharp S as a special treat for our German UTF-8 testers :-)
2071      Branch: perl
2072            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
2073 ____________________________________________________________________________
2074 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
2075         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
2076              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2077              Date: Sat, 12 Jan 2002 20:37:32 +0100
2078              Message-ID: <3C409E8C.16203.196C2D3@localhost>
2079      Branch: perl
2080            ! ext/B/B/Deparse.pm
2081 ____________________________________________________________________________
2082 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
2083         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
2084              really worth the bits it's printed on?
2085      Branch: perl
2086            ! lib/ExtUtils/t/MM_Unix.t
2087 ____________________________________________________________________________
2088 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
2089         Log: Special treatment for U+03B0 and U+0390 in //i,
2090              this means that we can remove the minlen pessimisations
2091              introduced by the #14096.
2092      Branch: perl
2093            ! pp_hot.c regcomp.c regexec.c
2094 ____________________________________________________________________________
2095 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
2096         Log: Integrate perlio;
2097              
2098              Abstract out the cloning of SvPVX and handle shared pv in a 
2099              safe (if suboptimal) manner. Does not fix op/fork.t :-(
2100              
2101              Win32-ize socketpair test
2102              - Win32 can fork even though $Config{d_fork} is undef
2103              - SOCK_DGRAM does not work - skip those tests.
2104      Branch: perl
2105           !> ext/Socket/socketpair.t sv.c
2106 ____________________________________________________________________________
2107 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
2108         Log: One should first drop the real uid, not the effective uid.
2109              [ID 20020110.003]
2110      Branch: perl
2111            ! utils/perldoc.PL
2112 ____________________________________________________________________________
2113 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
2114         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
2115              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2116              Date: Fri, 11 Jan 2002 23:29:48 +0100
2117              Message-ID: <3C3F756C.4581.2E2A938@localhost>
2118      Branch: perl
2119            + ext/B/C/C.xs ext/B/C/Makefile.PL
2120            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
2121            ! utils/perlcc.PL
2122 ____________________________________________________________________________
2123 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
2124         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
2125              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
2126              Date: Fri, 11 Jan 2002 14:29:30 -0800
2127              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
2128      Branch: perl
2129            ! ext/B/t/concise.t
2130 ____________________________________________________________________________
2131 [ 14212] By: ams                                   on 2002/01/12  06:10:52
2132         Log: Subject: [PATCH] More fixes for Stratus VOS
2133              From: "Green, Paul" <Paul.Green@stratus.com>
2134              Date: Fri, 11 Jan 2002 17:30:37 -0500
2135              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
2136      Branch: perl
2137            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
2138 ____________________________________________________________________________
2139 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
2140         Log: Upgrade to CGI.pm 2.80.
2141      Branch: perl
2142            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
2143 ____________________________________________________________________________
2144 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
2145         Log: FAQ sync.
2146      Branch: perl
2147            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2148            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2149            ! pod/perlfaq8.pod
2150 ____________________________________________________________________________
2151 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
2152         Log: This is getting embarrassing.
2153      Branch: perl
2154            ! t/op/pat.t
2155 ____________________________________________________________________________
2156 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
2157         Log: Doc tweaks.
2158      Branch: perl
2159            ! pod/perlunicode.pod
2160 ____________________________________________________________________________
2161 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
2162         Log: Updating the test count is good; also rephrasing
2163              so that there is no ok output containing "not".
2164      Branch: perl
2165            ! t/op/pat.t
2166 ____________________________________________________________________________
2167 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
2168         Log: Andreas is busy :-)
2169      Branch: perl
2170            ! doop.c t/op/unisprintf.t
2171 ____________________________________________________________________________
2172 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
2173         Log: Unicode lookbehind looked bad.
2174      Branch: perl
2175            ! regexec.c t/op/pat.t
2176 ____________________________________________________________________________
2177 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
2178         Log: Garbage collection.
2179      Branch: perl
2180            ! t/run/kill_perl.t
2181 ____________________________________________________________________________
2182 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
2183         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
2184              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2185              Date: Fri, 11 Jan 2002 23:29:48 +0100
2186              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
2187      Branch: perl
2188            ! embed.fnc global.sym makedef.pl
2189 ____________________________________________________________________________
2190 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
2191         Log: Subject: [PATCH] perldelta nit?
2192              From: Robert Spier <rspier@pobox.com>
2193              Date: Fri, 11 Jan 2002 15:19:16 -0800
2194              Message-ID: <15423.29428.164185.251700@rls.cx>
2195      Branch: perl
2196            ! pod/perldelta.pod
2197 ____________________________________________________________________________
2198 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
2199         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
2200              From: Michael G Schwern <schwern@pobox.com>
2201              Date: Fri, 11 Jan 2002 17:08:17 -0500
2202              Message-ID: <20020111220817.GG2838@blackrider>
2203      Branch: perl
2204            ! t/run/kill_perl.t t/test.pl
2205 ____________________________________________________________________________
2206 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
2207         Log: Subject: [PATCH] Correct misleading error message
2208              From: Mike Guy <mjtg@cam.ac.uk>
2209              Date: Fri, 11 Jan 2002 18:36:33 +0000
2210              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
2211              
2212              hash assignment -> anonymous hash
2213      Branch: perl
2214            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
2215 ____________________________________________________________________________
2216 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
2217         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
2218              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2219              Date: Fri, 11 Jan 2002 16:58:14 +0100
2220              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
2221      Branch: perl
2222            ! ext/Unicode/Normalize/mkheader
2223 ____________________________________________________________________________
2224 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
2225         Log: Add a new test for is-sprintf-preserving Unicodeness:
2226              #14194 and an old one from kill_perl.t (I could have used
2227              sprintf.t, but it's format was quite fixed, and I didn't
2228              feel like breaking the format)
2229      Branch: perl
2230            + t/op/unisprintf.t
2231            ! MANIFEST t/run/kill_perl.t
2232 ____________________________________________________________________________
2233 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
2234         Log: Integrate perlio;
2235              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
2236      Branch: perl
2237           !> win32/win32.c
2238 ____________________________________________________________________________
2239 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
2240         Log: Integrate perlio;
2241              A mostly-stable version of "new" Win32 signal/kill support.
2242      Branch: perl
2243           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
2244           !> win32/config.gc win32/config.vc win32/config_H.bc
2245           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
2246           !> win32/makefile.mk win32/win32.c win32/win32.h
2247 ____________________________________________________________________________
2248 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
2249         Log: Fix for
2250              
2251              Subject: UTF-8 sprintf bug in bleadperl
2252              From: andreas.koenig@anima.de (Andreas J. Koenig)
2253              Date: 11 Jan 2002 15:47:15 +0100
2254              Message-ID: <m3vge99c7g.fsf@anima.de>
2255              
2256              I have tests, have just to figure out where to put them
2257              since op/sprintf looks a bit unfriendly for tests of
2258              somewhat freer form.
2259      Branch: perl
2260            ! doop.c sv.c
2261 ____________________________________________________________________________
2262 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
2263         Log: Update Changes.
2264      Branch: perl
2265            ! Changes patchlevel.h
2266 ____________________________________________________________________________
2267 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
2268         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
2269              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
2270              Date: Thu, 10 Jan 2002 18:21:34 -0800
2271              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
2272      Branch: perl
2273            + ext/B/t/concise.t
2274            ! MANIFEST
2275 ____________________________________________________________________________
2276 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
2277         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
2278              necessary in form.t and html.t @INC setups.
2279      Branch: perl
2280            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
2281 ____________________________________________________________________________
2282 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
2283         Log: Yet another twist.
2284      Branch: perl
2285            ! t/test.pl
2286 ____________________________________________________________________________
2287 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
2288         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
2289              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2290              Date: Fri, 11 Jan 2002 13:04:15 +0100      
2291              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
2292      Branch: perl
2293            ! hints/aix.sh
2294 ____________________________________________________________________________
2295 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
2296         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
2297              From: Jonathan Stowe <gellyfish@gellyfish.com> 
2298              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
2299              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
2300      Branch: perl
2301            ! lib/AnyDBM_File.t
2302 ____________________________________________________________________________
2303 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
2304         Log: Arguments were being mangled.
2305      Branch: perl
2306            ! t/test.pl
2307 ____________________________________________________________________________
2308 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
2309         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
2310              From: Jonathan Stowe <gellyfish@gellyfish.com>
2311              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
2312              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
2313      Branch: perl
2314            ! lib/AnyDBM_File.t
2315 ____________________________________________________________________________
2316 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
2317         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
2318              From: Michael G Schwern <schwern@pobox.com> 
2319              Date: Fri, 11 Jan 2002 04:26:27 -0500
2320              Message-ID: <20020111092626.GA16544@blackrider>
2321      Branch: perl
2322            ! t/run/kill_perl.t t/test.pl
2323 ____________________________________________________________________________
2324 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
2325         Log: Subject: [PATCH] Test::Harness 2.01
2326              From: Michael G Schwern <schwern@pobox.com> 
2327              Date: Thu, 10 Jan 2002 21:11:24 -0500
2328              Message-ID: <20020111021123.GA30666@blackrider>
2329      Branch: perl
2330            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
2331            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
2332            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
2333            + lib/Test/Harness/t/nonumbers.t
2334            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
2335            + t/lib/sample-tests/lone_not_bug
2336            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
2337            + t/lib/sample-tests/vms_nit
2338            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
2339            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
2340 ____________________________________________________________________________
2341 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
2342         Log: patch is silly when creating new files: don't run
2343              patch more than once.
2344      Branch: perl
2345            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
2346 ____________________________________________________________________________
2347 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
2348         Log: Forgot from #14179.
2349      Branch: perl
2350            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
2351 ____________________________________________________________________________
2352 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
2353         Log: Subject: [PATCH] is() undef/'' behavior change
2354              From: Michael G Schwern <schwern@pobox.com> 
2355              Date: Fri, 11 Jan 2002 03:35:51 -0500
2356              Message-ID: <20020111083551.GC30666@blackrider>
2357              
2358              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
2359              From: Michael G Schwern <schwern@pobox.com> 
2360              Date: Fri, 11 Jan 2002 03:37:44 -0500
2361              Message-ID: <20020111083744.GD30666@blackrider>
2362      Branch: perl
2363            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
2364            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
2365            ! lib/Pod/t/InputObjects.t lib/blib.t
2366 ____________________________________________________________________________
2367 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
2368         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
2369              From: Michael G Schwern <schwern@pobox.com> 
2370              Date: Thu, 10 Jan 2002 19:56:23 -0500
2371              Message-ID: <20020111005623.GA13192@blackrider>
2372      Branch: perl
2373            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
2374            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
2375            ! lib/Test/Simple.pm lib/Test/Simple/Changes
2376            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
2377            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
2378            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
2379            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
2380            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
2381            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
2382            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
2383            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
2384            ! lib/Test/Simple/t/plan_is_noplan.t
2385            ! lib/Test/Simple/t/plan_no_plan.t
2386            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
2387            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
2388            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
2389            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
2390            ! lib/Test/Tutorial.pod
2391 ____________________________________________________________________________
2392 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
2393         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
2394              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
2395              
2396              turns out even the malloc() was never really needed to begin with,
2397              so get rid of it
2398      Branch: perl
2399            ! sv.c
2400 ____________________________________________________________________________
2401 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
2402         Log: Small doc tweaks.
2403      Branch: perl
2404            ! pod/perluniintro.pod
2405 ____________________________________________________________________________
2406 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
2407         Log: support using the CRT's malloc() family of functions instead of
2408              the internal one when ithreads is enabled; allocate large blocks
2409              using VirtualAlloc() since the Heap*() functions may only be tuned
2410              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
2411              
2412              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
2413              also see comments at the top of win32/vmem.h for other options that
2414              can be set
2415      Branch: perl
2416            ! win32/vmem.h
2417 ____________________________________________________________________________
2418 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
2419         Log: Subject: micropatch
2420              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2421              Date: Thu, 10 Jan 2002 18:20:58 +0000
2422              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
2423      Branch: perl
2424            ! regcomp.c
2425 ____________________________________________________________________________
2426 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
2427         Log: Subject: [PATCH] Embed.t on Win32
2428              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2429              Date: Thu, 10 Jan 2002 18:56:21 +0100
2430              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
2431      Branch: perl
2432            ! lib/ExtUtils/t/Embed.t
2433 ____________________________________________________________________________
2434 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
2435         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
2436              From: Gisle Aas <gisle@ActiveState.com>
2437              Date: 10 Jan 2002 08:56:05 -0800
2438              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
2439      Branch: perl
2440            ! toke.c
2441 ____________________________________________________________________________
2442 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
2443         Log: Subject: [PATCH] doc fixes
2444              From: "Brendan O'Dea" <bod@debian.org>
2445              Date: Fri, 11 Jan 2002 03:49:54 +1100
2446              Message-ID: <20020110164954.GA21891@compusol.com.au>
2447      Branch: perl
2448            ! lib/I18N/Collate.pm pod/perlfunc.pod
2449 ____________________________________________________________________________
2450 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
2451         Log: Integrate perlio; More signal hackery.
2452      Branch: perl
2453           !> win32/win32.c
2454 ____________________________________________________________________________
2455 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
2456         Log: No need to show internal encodings, or return them
2457              in random order.
2458      Branch: perl
2459            ! ext/Encode/Encode.pm
2460 ____________________________________________________________________________
2461 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
2462         Log: I think we can claim to be supporting Unicode
2463              "loose matching" now.
2464      Branch: perl
2465            ! pod/perlunicode.pod
2466 ____________________________________________________________________________
2467 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
2468         Log: Subject: doc patch
2469              From: mjd@plover.com
2470              Date: 10 Jan 2002 15:12:27 -0000
2471              Message-ID: <20020110151227.14850.qmail@plover.com>
2472      Branch: perl
2473            ! pod/perlrun.pod
2474 ____________________________________________________________________________
2475 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
2476         Log: Subject: Re: [ID 20011223.001] accept leaks memory
2477              From: Andy Dougherty <doughera@lafayette.edu>
2478              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
2479              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
2480      Branch: perl
2481            ! hints/linux.sh
2482 ____________________________________________________________________________
2483 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
2484         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
2485      Branch: perl
2486           !> win32/win32.c
2487 ____________________________________________________________________________
2488 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
2489         Log: Subject: [PATCH] Magic numbers in B::Concise
2490              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
2491              Date: Wed, 9 Jan 2002 23:04:01 -0800
2492              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
2493      Branch: perl
2494            ! ext/B/B/Concise.pm ext/B/O.pm
2495 ____________________________________________________________________________
2496 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
2497         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
2498              From: Gisle Aas <gisle@ActiveState.com>
2499              Date: 09 Jan 2002 21:52:40 -0800
2500              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
2501      Branch: perl
2502            ! t/lib/strict/vars toke.c
2503 ____________________________________________________________________________
2504 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
2505         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
2506              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2507              Date: Wed, 9 Jan 2002 23:24:32 +0100
2508              Message-ID: <20020109232432.A692@rafael>
2509      Branch: perl
2510            ! ext/B/B/Deparse.pm
2511 ____________________________________________________________________________
2512 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
2513         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
2514              From: Jonathan Stowe <gellyfish@gellyfish.com>
2515              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
2516              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
2517      Branch: perl
2518            ! t/run/kill_perl.t
2519 ____________________________________________________________________________
2520 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
2521         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
2522              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2523              Date: Wed, 09 Jan 2002 20:16:54 +0000
2524              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
2525      Branch: perl
2526            ! regexec.c
2527 ____________________________________________________________________________
2528 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
2529         Log: Subject: [Patch @14129] fixes Unicode::Normalize
2530              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2531              Date: Thu, 10 Jan 2002 01:08:56 +0900
2532              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
2533      Branch: perl
2534            - ext/Unicode/Normalize/Normalize.pod
2535            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
2536            ! ext/Unicode/Normalize/Normalize.pm
2537            ! ext/Unicode/Normalize/Normalize.xs
2538            ! ext/Unicode/Normalize/mkheader
2539 ____________________________________________________________________________
2540 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
2541         Log: Integrate perlio; (Re-)implement alarm() for Win32.
2542      Branch: perl
2543           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
2544           !> win32/win32iop.h
2545 ____________________________________________________________________________
2546 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
2547         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
2548              From: Nicholas Clark <nick@unfortu.net>
2549              Date: Wed, 9 Jan 2002 17:56:04 +0000
2550              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
2551      Branch: perl
2552            ! t/op/readdir.t
2553 ____________________________________________________________________________
2554 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
2555         Log: Update Changes.
2556      Branch: perl
2557            ! Changes patchlevel.h
2558 ____________________________________________________________________________
2559 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
2560         Log: Thinko.
2561      Branch: perl
2562            ! ext/threads/t/stress_re.t
2563 ____________________________________________________________________________
2564 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
2565         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
2566              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
2567              Date: Wed, 09 Jan 2002 13:37:17 +0000                
2568              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
2569      Branch: perl
2570            ! regexec.c t/op/re_tests
2571 ____________________________________________________________________________
2572 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
2573         Log: Subject: Re: Weird Malformed warning in bleadperl    
2574              From: andreas.koenig@anima.de (Andreas J. Koenig)    
2575              Date: 09 Jan 2002 11:12:37 +0100
2576              Message-ID: <m3itabbzoq.fsf@anima.de>
2577      Branch: perl
2578            ! regexec.c t/op/pat.t
2579 ____________________________________________________________________________
2580 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
2581         Log: Forgot stress_re.t from MANIFEST.
2582      Branch: perl
2583            ! MANIFEST
2584 ____________________________________________________________________________
2585 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
2586         Log: In dumping use isPRINT() instead of isprint() so that locale
2587              does not come into play.
2588      Branch: perl
2589            ! utf8.c
2590 ____________________________________________________________________________
2591 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
2592         Log: Add a threads stress test for regular expressions
2593              (mostly just a modified stress_string.t) and doesn't
2594              test that much of regular expressions, just that $1
2595              doesn't get stomped by competing threads (as it does
2596              in the 5005threads of old).
2597      Branch: perl
2598            + ext/threads/t/stress_re.t
2599            ! MANIFEST
2600 ____________________________________________________________________________
2601 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
2602         Log: Subject: Re: [ID 20010912.007] substr reference core dump
2603              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2604              Date: Tue, 08 Jan 2002 19:17:50 +0000
2605              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
2606      Branch: perl
2607            ! scope.c t/run/kill_perl.t
2608 ____________________________________________________________________________
2609 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
2610         Log: SANY (. with /s) wasn't happy on Unicode.
2611      Branch: perl
2612            ! regexec.c t/op/pat.t
2613 ____________________________________________________________________________
2614 [ 14142] By: ams                                   on 2002/01/08  22:42:10
2615         Log: Subject: [PATCH] perldebug nit
2616              From: Tels <tels@bloodgate.com>
2617              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
2618      Branch: perl
2619            ! pod/perldebug.pod
2620 ____________________________________________________________________________
2621 [ 14141] By: ams                                   on 2002/01/08  21:32:59
2622         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
2623              From: "Green, Paul" <Paul.Green@stratus.com>
2624              Date: Tue, 8 Jan 2002 17:31:35 -0500
2625              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
2626      Branch: perl
2627            ! Makefile.SH
2628 ____________________________________________________________________________
2629 [ 14140] By: ams                                   on 2002/01/08  21:27:57
2630         Log: Subject: [PATCH] Re: Slight chokage from Deparse
2631              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2632              Date: Tue, 8 Jan 2002 23:04:45 +0100
2633              Message-Id: <20020108230445.A4798@rafael>
2634      Branch: perl
2635            ! ext/B/B/Deparse.pm
2636 ____________________________________________________________________________
2637 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
2638         Log: Subject: [patch] peep() is rude
2639              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
2640              Date: Tue, 08 Jan 2002 19:17:50 +0000            
2641              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
2642      Branch: perl
2643            ! op.c t/run/kill_perl.t
2644 ____________________________________________________________________________
2645 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
2646         Log: unifold is really an op test since it requires
2647              no external modules for its actual testing:
2648              only the unicore CaseFold.txt file, and File::Spec
2649              to portably access that file.
2650      Branch: perl
2651            + t/op/unifold.t
2652            - lib/unifold.t
2653            ! MANIFEST
2654 ____________________________________________________________________________
2655 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
2656         Log: Subject: [patch] save a test 
2657              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2658              Date: Tue, 08 Jan 2002 16:18:47 +0000
2659              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
2660      Branch: perl
2661            ! regcomp.c
2662 ____________________________________________________________________________
2663 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
2664         Log: Subject: Not OK 13843 
2665              From: andreas.koenig@anima.de (Andreas J. Koenig)
2666              Date: 08 Jan 2002 14:12:29 +0100
2667              Message-ID: <m38zb9c7gi.fsf@anima.de>
2668      Branch: perl
2669            ! op.c t/op/subst.t
2670 ____________________________________________________________________________
2671 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
2672         Log: Missed one variant of the fold testing, noticed bu Hugo.
2673      Branch: perl
2674            ! lib/unifold.t
2675 ____________________________________________________________________________
2676 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
2677         Log: Enchance the Storable magic description.
2678      Branch: perl
2679            ! ext/Storable/Storable.pm
2680 ____________________________________________________________________________
2681 [ 14132] By: ams                                   on 2002/01/08  09:16:12
2682         Log: Subject: [PATCH] don't installperl pods
2683              From: H.Merijn Brand <h.m.brand@hccnet.nl>
2684              Date: Tue, 08 Jan 2002 10:36:01 +0100
2685              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
2686      Branch: perl
2687            ! installperl
2688 ____________________________________________________________________________
2689 [ 14131] By: ams                                   on 2002/01/08  03:38:40
2690         Log: Subject: Math-BigInt v1.49 released
2691              From: Tels <perl_dummy@bloodgate.com>
2692              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
2693      Branch: perl
2694            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
2695            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
2696            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2697            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
2698            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
2699            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
2700            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
2701            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
2702            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
2703            ! t/lib/Math/BigInt/Subclass.pm
2704 ____________________________________________________________________________
2705 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
2706         Log: A little better comments.
2707      Branch: perl
2708            ! regexec.c
2709 ____________________________________________________________________________
2710 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
2711         Log: No normalization form DNF.
2712      Branch: perl
2713            ! ext/Unicode/Normalize/Normalize.pm
2714 ____________________________________________________________________________
2715 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
2716         Log: Extension nits found by -Wall (several from threads
2717              and threads::shared, but leaving them to Arthur).
2718      Branch: perl
2719            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
2720            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
2721            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
2722            ! ext/Unicode/Normalize/mkheader x2p/str.c
2723 ____________________________________________________________________________
2724 [ 14125] By: ams                                   on 2002/01/07  22:03:22
2725         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
2726              From: Nicholas Clark (sans From field in mail header)
2727              Date: Mon, 7 Jan 2002 16:18:23 +0000
2728              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
2729      Branch: perl
2730            ! lib/Exporter.pm
2731 ____________________________________________________________________________
2732 [ 14124] By: ams                                   on 2002/01/07  21:46:11
2733         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
2734              From: "Green, Paul" <Paul.Green@stratus.com>
2735              Date: Mon, 7 Jan 2002 16:59:38 -0500
2736              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
2737      Branch: perl
2738            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
2739 ____________________________________________________________________________
2740 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
2741         Log: Update Changes.
2742      Branch: perl
2743            ! Changes patchlevel.h
2744 ____________________________________________________________________________
2745 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
2746         Log: Subject: [PATCH] Correct module name in perldelta*                 
2747              From: Mike Guy <mjtg@cam.ac.uk>
2748              Date: Mon, 07 Jan 2002 17:02:43 +0000
2749              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
2750      Branch: perl
2751            ! pod/perl561delta.pod pod/perl56delta.pod
2752 ____________________________________________________________________________
2753 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
2754         Log: AUTHORS update.
2755      Branch: perl
2756            ! AUTHORS
2757 ____________________________________________________________________________
2758 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
2759         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
2760      Branch: perl
2761            ! ext/Storable/Storable.pm
2762 ____________________________________________________________________________
2763 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
2764         Log: perldelta updates.
2765      Branch: perl
2766            ! pod/perldelta.pod
2767 ____________________________________________________________________________
2768 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
2769         Log: Document the flags of pv_uni_display().
2770      Branch: perl
2771            ! pod/perlapi.pod utf8.c
2772 ____________________________________________________________________________
2773 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
2774         Log: Forgot from #14115.
2775      Branch: perl
2776            ! t/op/re_tests
2777 ____________________________________________________________________________
2778 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
2779         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
2780              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
2781              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
2782              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
2783      Branch: perl
2784            ! regcomp.c
2785 ____________________________________________________________________________
2786 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
2787         Log: More regex and utf8 debug dumping.
2788      Branch: perl
2789            ! dump.c regcomp.c regexec.c utf8.c utf8.h
2790 ____________________________________________________________________________
2791 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
2792         Log: Unused variable.
2793      Branch: perl
2794            ! regcomp.c
2795 ____________________________________________________________________________
2796 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
2797         Log: Regen toc.
2798      Branch: perl
2799            ! pod/perltoc.pod
2800 ____________________________________________________________________________
2801 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
2802         Log: capitalize correctly, noticed by David Dyck.
2803      Branch: perl
2804            ! lib/sort.pm
2805 ____________________________________________________________________________
2806 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
2807         Log: No need to overqualify.
2808      Branch: perl
2809            ! lib/sort.pm
2810 ____________________________________________________________________________
2811 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
2812         Log: PL_debug_pad wasn't initialized to zeroes which broke
2813              ithreads + DEBUGGING.
2814      Branch: perl
2815            ! sv.c
2816 ____________________________________________________________________________
2817 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
2818         Log: Update Changes.
2819      Branch: perl
2820            ! Changes patchlevel.h
2821 ____________________________________________________________________________
2822 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
2823         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
2824              From: Jonathan Stowe <gellyfish@gellyfish.com>
2825              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
2826              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
2827      Branch: perl
2828            ! pp_sys.c
2829 ____________________________________________________________________________
2830 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
2831         Log: DB_File sync from Paul Marquess.
2832      Branch: perl
2833            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2834            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
2835            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
2836 ____________________________________________________________________________
2837 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
2838         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
2839              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
2840              Date: Sun, 6 Jan 2002 11:44:30 +0100
2841              Message-ID: <3C38389E.7831.493570@localhost>
2842      Branch: perl
2843            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
2844            ! utils/perlcc.PL
2845 ____________________________________________________________________________
2846 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
2847         Log: Tests for #14098.
2848      Branch: perl
2849            ! t/op/lc.t
2850 ____________________________________________________________________________
2851 [ 14101] By: ams                                   on 2002/01/06  04:52:50
2852         Log: Subject: [PATCH] Bad prototype detection now an optional warning
2853              From: Sam Tregar <sam@tregar.com>
2854              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
2855              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
2856      Branch: perl
2857            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
2858            ! t/comp/proto.t toke.c
2859 ____________________________________________________________________________
2860 [ 14100] By: ams                                   on 2002/01/06  01:56:59
2861         Log: Subject: [PATCH] Correct several Stratus VOS build issues
2862              From: "Green, Paul" <Paul.Green@stratus.com>
2863              Date: Sat, 5 Jan 2002 21:30:56 -0500
2864              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
2865      Branch: perl
2866            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
2867 ____________________________________________________________________________
2868 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
2869         Log: Further perl.org URL elaboration from Ask.
2870      Branch: perl
2871            ! pod/perlfaq1.pod pod/perlfaq2.pod
2872 ____________________________________________________________________________
2873 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
2874         Log: The same problem with To{Lower,Title,Upper}
2875              as earlier with ToFold.
2876      Branch: perl
2877            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
2878            ! lib/unicore/To/Upper.pl lib/unicore/mktables
2879 ____________________________________________________________________________
2880 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
2881         Log: Retract #14057 for now; the alarm/setitimer timers
2882              seen to be the same in many systems, which leads into
2883              hangups.
2884      Branch: perl
2885            ! ext/Time/HiRes/HiRes.t
2886 ____________________________________________________________________________
2887 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
2888         Log: Finish up (ha!) the Unicode case folding;
2889              enhance regex dumping code.
2890      Branch: perl
2891            + lib/unifold.t
2892            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
2893            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
2894 ____________________________________________________________________________
2895 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
2896         Log: Use the perl.org news gw instead of the perl.com one
2897              (from Ask).
2898      Branch: perl
2899            ! pod/perlfaq1.pod pod/perlfaq2.pod
2900 ____________________________________________________________________________
2901 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
2902         Log: Zero() wasn't documented.
2903      Branch: perl
2904            ! pod/perlclib.pod
2905 ____________________________________________________________________________
2906 [ 14093] By: ams                                   on 2002/01/05  17:58:35
2907         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
2908              From: Nicholas Clark <nick@unfortu.net>
2909              Date: Sat, 5 Jan 2002 18:55:39 +0000
2910              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
2911      Branch: perl
2912            ! lib/Memoize/t/tie_ndbm.t
2913 ____________________________________________________________________________
2914 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
2915         Log: Also UNICOS/mk has deviant socketpair().
2916      Branch: perl
2917            ! ext/Socket/socketpair.t
2918 ____________________________________________________________________________
2919 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
2920         Log: Ooops.  Retract the regex parts of #14090.
2921      Branch: perl
2922            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
2923 ____________________________________________________________________________
2924 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
2925         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
2926              From: Nicholas Clark <nick@unfortu.net> 
2927              Date: Sat, 5 Jan 2002 18:10:13 +0000
2928              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
2929      Branch: perl
2930            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
2931            ! regcomp.h regexec.c
2932 ____________________________________________________________________________
2933 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
2934         Log: Integrate perlio; a missing aTHX.
2935      Branch: perl
2936           !> op.c
2937 ____________________________________________________________________________
2938 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
2939         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
2940              found by Marc Lehmann.
2941      Branch: perl
2942            ! pp.c
2943 ____________________________________________________________________________
2944 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
2945         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
2946              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2947              Date: Sat, 5 Jan 2002 00:31:12 +0100
2948              Message-ID: <20020105003112.E1850@rafael>              
2949      Branch: perl
2950            ! t/comp/proto.t
2951 ____________________________________________________________________________
2952 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
2953         Log: A bit of "perl.com" cleanup.
2954      Branch: perl
2955            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
2956            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
2957            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
2958            ! pod/perlmodlib.PL pod/perlmodlib.pod
2959 ____________________________________________________________________________
2960 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
2961         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
2962              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2963              Date: Fri, 4 Jan 2002 23:35:19 +0100
2964              Message-ID: <20020104233519.A1850@rafael>
2965      Branch: perl
2966            ! op.c
2967 ____________________________________________________________________________
2968 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
2969         Log: Integrate change #14062 from macperl;
2970              Define setbuf, setvbuf for Mac OS
2971      Branch: perl
2972           !> ext/IO/IO.xs
2973 ____________________________________________________________________________
2974 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
2975         Log: Display the native pwd command.
2976      Branch: perl
2977            ! ext/Cwd/t/cwd.t
2978 ____________________________________________________________________________
2979 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
2980         Log: Under Mac OS X /dev/stdout is normally a symlink,
2981              but when running the test it seems to become a socket.
2982              So let's extend our censorship.
2983      Branch: perl
2984            ! t/op/stat.t
2985 ____________________________________________________________________________
2986 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
2987         Log: If we do have socketpair(), make my_socketpair()
2988              just call the real socketpair().  This way we always
2989              have real code behind my_socketpair() and a symbol
2990              corresponding to the my_socketpair in global.sym.
2991      Branch: perl
2992            ! embed.fnc embed.h makedef.pl proto.h util.c
2993 ____________________________________________________________________________
2994 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
2995         Log: Spread the good word of "env".
2996      Branch: perl
2997            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
2998 ____________________________________________________________________________
2999 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
3000         Log: Till the system tests do something non-Win*, better rename
3001              the test so that people on other platforms don't get confused.
3002              (Not win32system, because assumedly there's win64, too.)
3003      Branch: perl
3004            + t/op/winsystem.t
3005            - t/op/system.t
3006            ! MANIFEST
3007 ____________________________________________________________________________
3008 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
3009         Log: Some tweaks.
3010      Branch: perl
3011            ! lib/Pod/t/Functions.t
3012 ____________________________________________________________________________
3013 [ 14057] By: ams                                   on 2002/01/04  17:40:31
3014         Log: (retracted by #14057)
3015              
3016              Subject: [PATCH] Time/HiRes/HiRes.t
3017              From: Nicholas Clark <nick@unfortu.net>
3018              Date: Fri, 4 Jan 2002 17:28:46 +0000
3019              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
3020      Branch: perl
3021            ! ext/Time/HiRes/HiRes.t
3022 ____________________________________________________________________________
3023 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
3024         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
3025              From: Abe Timmerman <abe@ztreet.demon.nl>
3026              Date: Fri, 04 Jan 2002 18:42:33 +0100
3027              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
3028      Branch: perl
3029            + lib/Pod/t/Functions.t
3030            ! MANIFEST lib/Pod/Functions.pm
3031 ____________________________________________________________________________
3032 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
3033         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
3034              From: "Craig A. Berry" <craigberry@mac.com>
3035              Date: Thu, 3 Jan 2002 17:32:20 -0600
3036              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
3037      Branch: perl
3038            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
3039 ____________________________________________________________________________
3040 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
3041         Log: Document the U+0085, U+2028, and U+2029.
3042      Branch: perl
3043            ! pod/perlre.pod pod/perlretut.pod
3044 ____________________________________________________________________________
3045 [ 14053] By: ams                                   on 2002/01/04  03:27:44
3046         Log: Subject: [PATCH] warn if not CORE::dump
3047              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3048              Date: Thu, 3 Jan 2002 22:04:00 +0100
3049              Message-Id: <20020103220400.A13958@rafael>
3050      Branch: perl
3051            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
3052 ____________________________________________________________________________
3053 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
3054         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
3055      Branch: perl
3056            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
3057 ____________________________________________________________________________
3058 [ 14051] By: ams                                   on 2002/01/04  03:00:12
3059         Log: Subject: [PATCH] File::Compare::VERSION
3060              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3061              Date: Thu, 3 Jan 2002 23:42:52 +0100
3062              Message-Id: <20020103234252.G13958@rafael>
3063      Branch: perl
3064            ! lib/File/Compare.pm
3065 ____________________________________________________________________________
3066 [ 14050] By: ams                                   on 2002/01/04  02:58:05
3067         Log: Subject: [PATCH @14042] threads::shared doc
3068              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
3069              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
3070              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
3071      Branch: perl
3072            ! ext/threads/shared/shared.pm
3073 ____________________________________________________________________________
3074 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
3075         Log: #14048 exposed few false positives, to be fixed soonish.
3076      Branch: perl
3077            ! t/op/pat.t
3078 ____________________________________________________________________________
3079 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
3080         Log: Do not add the first characters of multicharacter foldings
3081              into character classes.
3082      Branch: perl
3083            ! regcomp.c
3084 ____________________________________________________________________________
3085 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
3086         Log: A bit of testing for #14046.
3087      Branch: perl
3088            ! t/op/pat.t
3089 ____________________________________________________________________________
3090 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
3091         Log: Allow emitting the foldcased version of "\x{df}", "ss"
3092              (among others, another example would be \x{fb00} -> "ff")
3093      Branch: perl
3094            ! regcomp.c
3095 ____________________________________________________________________________
3096 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
3097         Log: Subject: [PATCH] File::Spec & NetWare
3098              From: Dave Rolsky <autarch@urth.org>
3099              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
3100              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
3101      Branch: perl
3102            - lib/File/Spec/NW5.pm
3103            ! MANIFEST lib/File/Spec.pm
3104 ____________________________________________________________________________
3105 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
3106         Log: FAQ sync (RCS Ids only?)
3107      Branch: perl
3108            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
3109 ____________________________________________________________________________
3110 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
3111         Log: AUTHORs updates.
3112      Branch: perl
3113            ! AUTHORS
3114 ____________________________________________________________________________
3115 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
3116         Log: Update Changes.
3117      Branch: perl
3118            ! Changes patchlevel.h
3119 ____________________________________________________________________________
3120 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
3121         Log: Missed the =head1 additions.
3122      Branch: perl
3123            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
3124            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
3125            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
3126            ! util.c
3127 ____________________________________________________________________________
3128 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
3129         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
3130              From: Robin Barker <rmb1@cise.npl.co.uk>
3131              Date: Thu, 3 Jan 2002 15:26:20 GMT
3132              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
3133      Branch: perl
3134            ! lib/Carp.t lib/Carp/Heavy.pm
3135 ____________________________________________________________________________
3136 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
3137         Log: Subject: [PATCH hv.c] 
3138              From: Robin Barker <rmb1@cise.npl.co.uk>
3139              Date: Thu, 3 Jan 2002 14:49:06 GMT
3140              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
3141              
3142              -Wformat check.
3143      Branch: perl
3144            ! hv.c
3145 ____________________________________________________________________________
3146 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
3147         Log: NetWare tweaks from Ananth Kesari.
3148      Branch: perl
3149            ! NetWare/t/NWScripts.pl lib/File/Find.pm
3150 ____________________________________________________________________________
3151 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
3152         Log: Cast.
3153      Branch: perl
3154            ! regexec.c
3155 ____________________________________________________________________________
3156 [ 14036] By: ams                                   on 2002/01/03  12:12:31
3157         Log: Grammar fix suggested by Gwyn Judd.
3158      Branch: perl
3159            ! pod/perldiag.pod
3160 ____________________________________________________________________________
3161 [ 14033] By: ams                                   on 2002/01/03  08:24:24
3162         Log: Subject: Not ok 14031: PPPort Makefile.PL
3163              From: andreas.koenig@anima.de (Andreas J. Koenig)
3164              Date: 03 Jan 2002 10:17:46 +0100
3165              Message-Id: <m3sn9n94jp.fsf@anima.de>
3166      Branch: perl
3167            ! ext/Devel/PPPort/Makefile.PL
3168 ____________________________________________________________________________
3169 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
3170         Log: Off-by-one is my middle name.
3171      Branch: perl
3172            ! regexec.c
3173 ____________________________________________________________________________
3174 [ 14030] By: ams                                   on 2002/01/02  23:56:37
3175         Log: Subject: [PATCH @14015] threads::shared disabling
3176              From: Andy Bussey <andybussey@yahoo.co.uk>
3177              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
3178              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
3179      Branch: perl
3180            + ext/threads/shared/t/no_share.t
3181            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
3182 ____________________________________________________________________________
3183 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
3184         Log: Simon's new perlapi scheme, I hope I got all the pieces.
3185      Branch: perl
3186            + autodoc.pl embed.fnc
3187            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
3188 ____________________________________________________________________________
3189 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
3190         Log: Integrate perlio; more PPPort Makefile source dependence removal
3191      Branch: perl
3192           !> ext/Devel/PPPort/Makefile.PL perl.h
3193 ____________________________________________________________________________
3194 [ 14027] By: ams                                   on 2002/01/02  21:42:50
3195         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
3196              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3197              Date: Wed, 2 Jan 2002 23:09:13 +0100
3198              Message-Id: <20020102230913.A17373@rafael>
3199      Branch: perl
3200            ! pod/perldiag.pod
3201 ____________________________________________________________________________
3202 [ 14026] By: ams                                   on 2002/01/02  21:38:34
3203         Log: Subject: Re: PATCH: lib/Term/Cap.pm
3204              From: Jonathan Stowe <gellyfish@gellyfish.com>
3205              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
3206              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
3207      Branch: perl
3208            ! lib/Term/Cap.pm
3209 ____________________________________________________________________________
3210 [ 14025] By: ams                                   on 2002/01/02  18:34:26
3211         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
3212              From: Sam Tregar <sam@tregar.com>
3213              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
3214              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
3215      Branch: perl
3216            ! pod/perldiag.pod t/comp/proto.t toke.c
3217 ____________________________________________________________________________
3218 [ 14024] By: ams                                   on 2002/01/02  18:16:12
3219         Log: Subject: PATCH: lib/Term/Cap.pm
3220              From: Norton Allen <allen@huarp.harvard.edu>
3221              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
3222              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
3223      Branch: perl
3224            ! lib/Term/Cap.pm
3225 ____________________________________________________________________________
3226 [ 14023] By: ams                                   on 2002/01/02  18:12:31
3227         Log: Subject: PATCH: lib/Cwd.pm for QNX4
3228              From: Norton Allen <allen@huarp.harvard.edu>
3229              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
3230              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
3231      Branch: perl
3232            ! lib/Cwd.pm
3233 ____________________________________________________________________________
3234 [ 14020] By: ams                                   on 2002/01/02  17:06:27
3235         Log: Fix misplaced application of #14016.
3236      Branch: perl
3237            ! op.c
3238 ____________________________________________________________________________
3239 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
3240         Log: Integrate perlio; avoid uninit debug_pad.
3241      Branch: perl
3242           !> sv.c
3243 ____________________________________________________________________________
3244 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
3245         Log: makedepend VOS fix from Paul Green.
3246      Branch: perl
3247            ! makedepend.SH
3248 ____________________________________________________________________________
3249 [ 14016] By: ams                                   on 2002/01/02  15:58:11
3250         Log: Subject: [PATCH] random crash in B::LISTOP::last
3251              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3252              Date: Wed, 2 Jan 2002 17:37:28 +0100
3253              Message-Id: <3C334558.3906.19CB98D@localhost>
3254      Branch: perl
3255            ! op.c
3256 ____________________________________________________________________________
3257 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
3258         Log: Update Changes.
3259      Branch: perl
3260            ! Changes patchlevel.h
3261 ____________________________________________________________________________
3262 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
3263         Log: One more iteration of the ibcmp_utf8() interface,
3264              hopefully this is a convergent iteration...
3265      Branch: perl
3266            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
3267 ____________________________________________________________________________
3268 [ 14013] By: ams                                   on 2002/01/02  13:43:58
3269         Log: Upgrade to podlators-1.19.
3270      Branch: perl
3271            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
3272            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
3273            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
3274            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
3275            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
3276 ____________________________________________________________________________
3277 [ 14012] By: ams                                   on 2002/01/02  09:48:51
3278         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
3279              From: martyn@inpharmatica.co.uk
3280              Date: Wed, 19 Dec 2001 19:05:00 +0000
3281              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
3282      Branch: perl
3283            ! lib/Pod/Usage.pm
3284 ____________________________________________________________________________
3285 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
3286         Log: Make ibcmp_utf8() optionally progress in either string for
3287              as long as it takes and optionally record how far it got.
3288      Branch: perl
3289            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
3290 ____________________________________________________________________________
3291 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
3292         Log: Once more try to get the PPPort Makefile right.
3293      Branch: perl
3294            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
3295 ____________________________________________________________________________
3296 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
3297         Log: -Wall silencing.
3298      Branch: perl
3299            ! utf8.c
3300 ____________________________________________________________________________
3301 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
3302         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
3303              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3304              Date: Tue, 1 Jan 2002 22:45:21 +0100       
3305              Message-ID: <20020101224521.A691@rafael>
3306      Branch: perl
3307            ! ext/B/B/Deparse.pm
3308 ____________________________________________________________________________
3309 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
3310         Log: VOS tweak from Paul Green: VOS has different O_BINARY
3311              and O_TEXT, but VOS always uses LF, never CRLF.
3312      Branch: perl
3313            ! perl.h
3314 ____________________________________________________________________________
3315 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
3316         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
3317      Branch: perl
3318            ! regexec.c utf8.c
3319 ____________________________________________________________________________
3320 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
3321         Log: Now that to_utf8_fold() was fixed.
3322      Branch: perl
3323            ! regcomp.c regexec.c
3324 ____________________________________________________________________________
3325 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
3326         Log: Integrate perlio; experimental binmode() re-coding.
3327      Branch: perl
3328           !> perlio.c
3329 ____________________________________________________________________________
3330 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
3331         Log: Document the to_utf8_*() functions.
3332      Branch: perl
3333            ! embed.pl pod/perlapi.pod utf8.c
3334 ____________________________________________________________________________
3335 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
3336         Log: Better support for multicharacter foldings.
3337              Now all but two of the CaseFold.txt cases work-- but
3338              only when the target string is single-character, more
3339              debugging needed.
3340      Branch: perl
3341            ! regexec.c
3342 ____________________________________________________________________________
3343 [ 14000] By: ams                                   on 2002/01/01  15:59:43
3344         Log: Subject: [PATCH] don't installperl pods
3345              From: Nicholas Clark <nick@unfortu.net>
3346              Date: Tue, 1 Jan 2002 16:44:12 +0000
3347              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
3348      Branch: perl
3349            ! installperl
3350 ____________________________________________________________________________
3351 [ 13999] By: ams                                   on 2002/01/01  14:34:04
3352         Log: Subject: [PATCH] perldiag.pod transposition
3353              From: Nicholas Clark <nick@unfortu.net>
3354              Date: Tue, 1 Jan 2002 15:03:52 +0000
3355              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
3356      Branch: perl
3357            ! pod/perldiag.pod
3358 ____________________________________________________________________________
3359 [ 13998] By: ams                                   on 2002/01/01  13:36:49
3360         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
3361              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3362              Date: Tue, 1 Jan 2002 15:12:36 +0100
3363              Message-Id: <20020101151236.A951@rafael>
3364      Branch: perl
3365            ! pod/perldiag.pod
3366 ____________________________________________________________________________
3367 [ 13997] By: ams                                   on 2002/01/01  13:33:06
3368         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
3369              From: Nicholas Clark <nick@unfortu.net>
3370              Date: Tue, 1 Jan 2002 13:13:17 +0000
3371              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
3372      Branch: perl
3373            ! ext/Socket/socketpair.t
3374 ____________________________________________________________________________
3375 [ 13996] By: ams                                   on 2002/01/01  04:44:28
3376         Log: Subject: [PATCH @13746] Leaner exporter
3377              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3378              Date: Mon, 31 Dec 2001 18:16:08 -0500
3379              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
3380      Branch: perl
3381            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
3382 ____________________________________________________________________________
3383 [ 13995] By: ams                                   on 2002/01/01  04:29:44
3384         Log: Subject: [PATCH @13746] h2xs broken
3385              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3386              Date: Mon, 31 Dec 2001 17:48:55 -0500
3387              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
3388      Branch: perl
3389            ! utils/h2xs.PL
3390 ____________________________________________________________________________
3391 [ 13994] By: ams                                   on 2002/01/01  04:25:46
3392         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
3393              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3394              Date: Mon, 31 Dec 2001 17:42:25 -0500
3395              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
3396      Branch: perl
3397            ! lib/ExtUtils/MM_Unix.pm
3398 ____________________________________________________________________________
3399 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
3400         Log: Rename the variables to be a bit more consistent.
3401      Branch: perl
3402            ! utf8.c
3403 ____________________________________________________________________________
3404 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
3405         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
3406              (found by Jeffrey Friedl)
3407      Branch: perl
3408            ! regexec.c t/op/pat.t utf8.c
3409 ____________________________________________________________________________
3410 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
3411         Log: Update Changes.
3412      Branch: perl
3413            ! Changes patchlevel.h
3414 ____________________________________________________________________________
3415 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
3416         Log: Less unused ones.
3417      Branch: perl
3418            ! regexec.c
3419 ____________________________________________________________________________
3420 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
3421         Log: Unused variable.
3422      Branch: perl
3423            ! regcomp.c
3424 ____________________________________________________________________________
3425 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
3426         Log: Forgotten file.
3427      Branch: perl
3428            ! MANIFEST
3429 ____________________________________________________________________________
3430 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
3431         Log: Subject: Re: Cygwin: one down one to go 
3432              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3433              Date: Mon, 31 Dec 2001 18:34:36 +0100
3434              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
3435      Branch: perl
3436            ! cygwin/Makefile.SHs
3437 ____________________________________________________________________________
3438 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
3439         Log: Add some comments to the recent Unicode case-folding saga.
3440      Branch: perl
3441            ! regcomp.c regexec.c
3442 ____________________________________________________________________________
3443 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
3444         Log: Slight comment tweakage.
3445      Branch: perl
3446            ! ext/I18N/Langinfo/Langinfo.t
3447 ____________________________________________________________________________
3448 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
3449         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
3450      Branch: perl
3451            ! perl.h
3452 ____________________________________________________________________________
3453 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
3454         Log: Subject: [ PATCH] Cygwin: one down one to go
3455              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3456              Date: Mon, 31 Dec 2001 17:03:40 +0100
3457              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
3458      Branch: perl
3459            ! lib/Pod/t/basic.t
3460 ____________________________________________________________________________
3461 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
3462         Log: Tweak the dependencies not to recompile everytime,
3463              as suggested by NI-S.
3464      Branch: perl
3465            ! ext/Devel/PPPort/Makefile.PL
3466 ____________________________________________________________________________
3467 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
3468         Log: Planning still not right.
3469      Branch: perl
3470            ! lib/User/grent.t
3471 ____________________________________________________________________________
3472 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
3473         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
3474              From: Michael G Schwern <schwern@pobox.com>
3475              Date: Sun, 30 Dec 2001 18:07:55 -0500
3476              Message-ID: <20011230230755.GG12840@blackrider>
3477              
3478              (lib/User/grent, really)
3479      Branch: perl
3480            ! lib/User/grent.t
3481 ____________________________________________________________________________
3482 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
3483         Log: Integrate perlio; cleanup, in particular avoid accidental
3484              PerlIO_flush(NULL) if PerlIONext is NULL.
3485      Branch: perl
3486           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
3487 ____________________________________________________________________________
3488 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
3489         Log: Subject: typo in IO::Socket::INET.pm
3490              From: mjd@plover.com
3491              Date: 31 Dec 2001 14:31:10 -0000
3492              Message-ID: <20011231143110.4989.qmail@plover.com>
3493      Branch: perl
3494            ! ext/IO/lib/IO/Socket/INET.pm
3495 ____________________________________________________________________________
3496 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
3497         Log: Subject: Re: [PATCH] Basic bad prototype detection
3498              From: Sam Tregar <sam@tregar.com>
3499              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
3500              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
3501      Branch: perl
3502            ! t/comp/proto.t toke.c
3503 ____________________________________________________________________________
3504 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
3505         Log: Subject: [PATCH] configure.com / scriptdirexp
3506              From: "Craig A. Berry" <craigberry@mac.com>
3507              Date: Sun, 30 Dec 2001 15:47:28 -0600
3508              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
3509      Branch: perl
3510            ! configure.com
3511 ____________________________________________________________________________
3512 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
3513         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
3514              From: Abe Timmerman <abe@ztreet.demon.nl>
3515              Date: Mon, 31 Dec 2001 03:55:27 +0100
3516              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
3517      Branch: perl
3518            ! lib/ExtUtils/t/MM_Win32.t
3519 ____________________________________________________________________________
3520 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
3521         Log: Subject: [PATCH] Basic bad prototype detection
3522              From: Sam Tregar <sam@tregar.com> 
3523              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
3524              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
3525      Branch: perl
3526            ! pod/perldiag.pod t/comp/proto.t toke.c
3527 ____________________________________________________________________________
3528 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
3529         Log: Makefiles are sloppy about the exe suffix
3530              (from Paul Green)
3531      Branch: perl
3532            ! Makefile.SH x2p/Makefile.SH
3533 ____________________________________________________________________________
3534 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
3535         Log: Delay folding until necessary; start of handling
3536              folding into several characters.
3537      Branch: perl
3538            ! regcomp.c regexec.c
3539 ____________________________________________________________________________
3540 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
3541         Log: gcc -Wall dewhine.
3542      Branch: perl
3543            ! regexec.c
3544 ____________________________________________________________________________
3545 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
3546         Log: More Unicode folding tweaks, avoid potential false matches.
3547      Branch: perl
3548            ! regexec.c
3549 ____________________________________________________________________________
3550 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
3551         Log: Make that six wrongs.
3552      Branch: perl
3553            ! regexec.c utf8.c
3554 ____________________________________________________________________________
3555 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
3556         Log: Four wrongs can make a right.
3557      Branch: perl
3558            ! regexec.c utf8.c
3559 ____________________________________________________________________________
3560 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
3561         Log: Fix all the I case foldings as per CaseFold.txt.
3562      Branch: perl
3563            ! regcomp.c regexec.c
3564 ____________________________________________________________________________
3565 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
3566         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
3567      Branch: perl
3568            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
3569            ! regexec.c utf8.c
3570 ____________________________________________________________________________
3571 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
3572         Log: Integrate perlio; more win32 stuff:
3573              
3574              A. Use Perl_my_socketpair()
3575              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
3576              load winsock.
3577              C. (In passing) work round fact that $$ is now SvREADONLY
3578              so we need to take special measures to set it during
3579              pseudo-fork.
3580      Branch: perl
3581           !> util.c win32/perlhost.h
3582 ____________________________________________________________________________
3583 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
3584         Log: Fix ppport.h for Unix.
3585      Branch: perl
3586            + ext/Devel/PPPort/ppport_h.PL
3587            - ext/Devel/PPPort/ppport.h.PL
3588            ! MANIFEST ext/Devel/PPPort/Makefile.PL
3589 ____________________________________________________________________________
3590 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
3591         Log: Integrate perlio; win32 kicking.
3592      Branch: perl
3593           +> ext/Devel/PPPort/ppport.h.PL
3594           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
3595           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
3596           !> proto.h
3597 ____________________________________________________________________________
3598 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
3599         Log: Must look for cat also in $PATH (noticed by Philip Newton).
3600      Branch: perl
3601            ! Configure
3602 ____________________________________________________________________________
3603 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
3604         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
3605              From: Blair Zajac <blair@orcaware.com>
3606              Date: Sat, 29 Dec 2001 22:37:03 -0800
3607              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
3608      Branch: perl
3609            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
3610 ____________________________________________________________________________
3611 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
3612         Log: Regen files.
3613      Branch: perl
3614            ! embed.h global.sym pod/perlapi.pod uconfig.h
3615 ____________________________________________________________________________
3616 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
3617         Log: Subject: [PATCH] -t without -w 
3618              From: Michael G Schwern <schwern@pobox.com>
3619              Date: Sat, 29 Dec 2001 23:46:25 -0500
3620              Message-ID: <20011230044625.GA14386@blackrider>
3621      Branch: perl
3622            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
3623            ! warnings.pl
3624 ____________________________________________________________________________
3625 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
3626         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
3627              From: Dave Rolsky <autarch@urth.org>               
3628              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
3629              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
3630              
3631              $^O is NetWare, not Netware.
3632      Branch: perl
3633            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
3634 ____________________________________________________________________________
3635 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
3636         Log: Sarathy thinks undoing C++ comments from C++ files
3637              is a bit too zealous.
3638      Branch: perl
3639            ! win32/perlhost.h win32/vmem.h
3640 ____________________________________________________________________________
3641 [ 13947] By: nick                                  on 2001/12/30  11:35:51
3642         Log: More Cwd tidy up
3643      Branch: perl
3644            ! MANIFEST installperl
3645 ____________________________________________________________________________
3646 [ 13946] By: nick                                  on 2001/12/30  11:12:42
3647         Log: Undo a mess trying Cwd.pm in its ext directory
3648      Branch: perl
3649            + lib/Cwd.pm
3650            - ext/Cwd/Cwd.pm
3651 ____________________________________________________________________________
3652 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
3653         Log: Update Changes.
3654      Branch: perl
3655            ! Changes patchlevel.h
3656 ____________________________________________________________________________
3657 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
3658         Log: Subject: [PATCH] cleaner close on tests, take 2
3659              From: andreas.koenig@anima.de (Andreas J. Koenig)
3660              Date: 29 Dec 2001 21:42:37 +0100
3661              Message-ID: <m33d1tvjuq.fsf@anima.de>
3662              
3663              (the DB_File patches)
3664      Branch: perl
3665            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
3666            ! ext/DB_File/t/db-recno.t
3667 ____________________________________________________________________________
3668 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
3669         Log: Integrate perlio; regen'ed config_H.?c
3670      Branch: perl
3671           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3672 ____________________________________________________________________________
3673 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
3674         Log: Subject: [PATCH] cleaner close on tests, take 2             
3675              From: andreas.koenig@anima.de (Andreas J. Koenig)
3676              Date: 29 Dec 2001 21:42:37 +0100
3677              Message-ID: <m33d1tvjuq.fsf@anima.de>
3678              
3679              (except for the three DB_File patch fragments)
3680      Branch: perl
3681            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
3682            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
3683            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
3684            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
3685            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
3686            ! t/op/runlevel.t t/op/write.t t/run/switches.t
3687 ____________________________________________________________________________
3688 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
3689         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
3690              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3691              Date: Sat, 29 Dec 2001 20:38:59 +0100
3692              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
3693              
3694              (NetWare tree not touched because it's very //)
3695      Branch: perl
3696            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
3697            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
3698            ! wince/include/errno.h wince/include/netdb.h
3699            ! wince/include/sys/socket.h wince/include/sys/stat.h
3700            ! wince/perllib.c wince/perlmain.c wince/win32.h
3701            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
3702            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
3703 ____________________________________________________________________________
3704 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
3705         Log: Give up on serious testing of langinfo().  Leave the old
3706              code in place, though.
3707      Branch: perl
3708            ! ext/I18N/Langinfo/Langinfo.t
3709 ____________________________________________________________________________
3710 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
3711         Log: Integrate perlio;
3712              
3713              Define the two socket error numbers in terms of WSAEXXXXX equivalents
3714              
3715              Fudge Config.pm so File::Spec does not croak.
3716      Branch: perl
3717           !> win32/FindExt.pm win32/win32.h
3718 ____________________________________________________________________________
3719 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
3720         Log: VOS tweaks from Paul Green.
3721              
3722              The Configure tweaks: the _exe needs to be
3723              set after the init; VOS has fd 3 hardwired to /dev/tty;
3724              the grep/ln/make substitutions really need to stick.
3725      Branch: perl
3726            ! Configure hints/vos.sh perl.h util.c vos/build.cm
3727            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3728            ! vos/config.ga.h vos/vosish.h
3729 ____________________________________________________________________________
3730 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
3731         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
3732              From: coral@eekeek.org
3733              Date: Fri, 28 Dec 2001 19:58:22 -0500      
3734              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
3735      Branch: perl
3736            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
3737            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
3738            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
3739            ! pod/perlunicode.pod pod/perlxs.pod util.c
3740 ____________________________________________________________________________
3741 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
3742         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
3743      Branch: perl
3744            ! t/op/exec.t
3745 ____________________________________________________________________________
3746 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
3747         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
3748              From: Abe Timmerman <abe@ztreet.demon.nl>
3749              Date: Sat, 29 Dec 2001 13:10:06 +0100
3750              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
3751      Branch: perl
3752            + lib/Pod/t/InputObjects.t
3753 ____________________________________________________________________________
3754 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
3755         Log: Integrate perlio;
3756              
3757              Quick fix (after couple of clever fixes failed) for
3758              "accept leaks memory" fail [ID 20011223.001]
3759              
3760              Nick Clark's embed.pl fix for my_socketpair
3761      Branch: perl
3762           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
3763 ____________________________________________________________________________
3764 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
3765         Log: Slight tweaks on the MM_Win32.t.
3766      Branch: perl
3767            ! lib/ExtUtils/t/MM_Win32.t
3768 ____________________________________________________________________________
3769 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
3770         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
3771              From: Abe Timmerman <abe@ztreet.demon.nl>
3772              Date: Sat, 29 Dec 2001 12:51:36 +0100
3773              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
3774      Branch: perl
3775            + lib/ExtUtils/t/MM_Win32.t
3776            ! MANIFEST
3777 ____________________________________________________________________________
3778 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
3779         Log: Subject: [PATCH] Module names and other nits
3780              From: Autrijus Tang <autrijus@autrijus.org>                 
3781              Date: Sat, 29 Dec 2001 01:59:28 +0800
3782              Message-ID: <20011229015928.A29712@geb.elixus.org>              
3783      Branch: perl
3784            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
3785            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
3786            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
3787            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
3788            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
3789 ____________________________________________________________________________
3790 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
3791         Log: socketpair tweaks from Nicholas Clark.
3792      Branch: perl
3793            ! ext/Socket/socketpair.t util.c
3794 ____________________________________________________________________________
3795 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
3796         Log: Retract #13917.
3797      Branch: perl
3798            ! doop.c
3799 ____________________________________________________________________________
3800 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
3801         Log: Subject: provisional MakeMaker patch for VMS
3802              From: "Craig A. Berry" <craigberry@mac.com> 
3803              Date: Thu, 27 Dec 2001 22:29:37 -0600
3804              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
3805      Branch: perl
3806            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
3807 ____________________________________________________________________________
3808 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
3809         Log: (retracted by #13919)
3810      Branch: perl
3811            ! doop.c
3812 ____________________________________________________________________________
3813 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
3814         Log: Remove debris in any case.
3815      Branch: perl
3816            ! Configure
3817 ____________________________________________________________________________
3818 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
3819         Log: Subject: [PATCH] Re: B::walksymtable oddness
3820              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3821              Date: Thu, 27 Dec 2001 19:14:24 +0100
3822              Message-ID: <3C2B7310.861.18820D0@localhost>
3823      Branch: perl
3824            ! ext/B/B.pm
3825 ____________________________________________________________________________
3826 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
3827         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
3828              From: Nicholas Clark <nick@unfortu.net> 
3829              Date: Fri, 28 Dec 2001 00:43:02 +0000
3830              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
3831      Branch: perl
3832            ! ext/Socket/socketpair.t
3833 ____________________________________________________________________________
3834 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
3835         Log: Fast Latin1<->UTF-8 conversion for older Perls.
3836      Branch: perl
3837            ! pod/perluniintro.pod
3838 ____________________________________________________________________________
3839 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
3840         Log: Update Changes.
3841      Branch: perl
3842            ! Changes patchlevel.h
3843 ____________________________________________________________________________
3844 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
3845         Log: More wait status trickery for BeOS.
3846      Branch: perl
3847            ! ext/POSIX/POSIX.xs
3848 ____________________________________________________________________________
3849 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
3850         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
3851      Branch: perl
3852            ! Configure
3853 ____________________________________________________________________________
3854 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
3855         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
3856              From: gbarr@monty.mutatus.co.uk
3857              Date: 27 Dec 2001 14:41:36 -0000
3858              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
3859      Branch: perl
3860            ! lib/ExtUtils/t/Embed.t
3861 ____________________________________________________________________________
3862 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
3863         Log: Subject: [PATCH] Re: socketpair emulation
3864              From: Nicholas Clark <nick@unfortu.net> 
3865              Date: Wed, 26 Dec 2001 20:08:14 +0000
3866              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
3867      Branch: perl
3868            ! ext/Socket/socketpair.t
3869 ____________________________________________________________________________
3870 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
3871         Log: Subject: [DOC PATCH] left is right and right is left
3872              From: Philip Newton <Philip.Newton@gmx.net>
3873              Date: Thu, 27 Dec 2001 10:04:17 +0100
3874              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
3875      Branch: perl
3876            ! pod/perlfunc.pod pod/perlport.pod
3877 ____________________________________________________________________________
3878 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
3879         Log: Subject: [PATCH] check return of close
3880              From: andreas.koenig@anima.de (Andreas J. Koenig)            
3881              Date: 27 Dec 2001 09:47:30 +0100
3882              Message-ID: <m3ellhgicd.fsf@anima.de> 
3883              
3884              Subject: [PATCH] improve error reporting
3885              From: andreas.koenig@anima.de (Andreas J. Koenig)            
3886              Date: 27 Dec 2001 09:54:55 +0100
3887              Message-ID: <m3adw5gi00.fsf@anima.de> 
3888              
3889              Subject: [PATCH] check return value of close
3890              From: andreas.koenig@anima.de (Andreas J. Koenig)            
3891              Date: 27 Dec 2001 10:03:55 +0100
3892              Message-ID: <m3666tghl0.fsf@anima.de> 
3893              
3894              Subject: [PATCH] return of close
3895              From: andreas.koenig@anima.de (Andreas J. Koenig)            
3896              Date: 27 Dec 2001 10:22:15 +0100
3897              Message-ID: <m31yhhggqg.fsf@anima.de> 
3898      Branch: perl
3899            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
3900            ! t/io/fflush.t
3901 ____________________________________________________________________________
3902 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
3903         Log: Subject: [PATCH] check return of close
3904              From: andreas.koenig@anima.de (Andreas J. Koenig)            
3905              Date: 27 Dec 2001 09:47:30 +0100
3906              Message-ID: <m3ellhgicd.fsf@anima.de> 
3907      Branch: perl
3908            ! t/base/rs.t
3909 ____________________________________________________________________________
3910 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
3911         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
3912              From: andreas.koenig@anima.de (Andreas J. Koenig)
3913              Date: 27 Dec 2001 09:21:16 +0100
3914              Message-ID: <m3n105gjk3.fsf@anima.de>
3915      Branch: perl
3916            ! t/op/sysio.t
3917 ____________________________________________________________________________
3918 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
3919         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
3920              From: "Gerrit P. Haase" <gp@familiehaase.de>
3921              Date: Thu, 27 Dec 2001 09:23:55 +0100 
3922              Message-ID: <98211521662.20011227092355@familiehaase.de>
3923      Branch: perl
3924            ! lib/ExtUtils/t/MM_Cygwin.t
3925 ____________________________________________________________________________
3926 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
3927         Log: Replace the awful (most likely generated and not very persistent)
3928              URL with something tangible.
3929      Branch: perl
3930            ! README.hpux
3931 ____________________________________________________________________________
3932 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
3933         Log: Naughty /dev/printer (ls -l, really) of IRIX.
3934      Branch: perl
3935            ! t/op/stat.t
3936 ____________________________________________________________________________
3937 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
3938         Log: Upgrade to Net::Ping 2.10.
3939      Branch: perl
3940            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
3941            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
3942            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
3943            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
3944 ____________________________________________________________________________
3945 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
3946         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
3947              (this showed up in Benchmark.t)
3948      Branch: perl
3949            ! pp_sys.c
3950 ____________________________________________________________________________
3951 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
3952         Log: BeOS updates.
3953      Branch: perl
3954            ! README.beos beos/beos.c
3955 ____________________________________________________________________________
3956 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
3957         Log: Subject: Re: bleadperl doesn't compile
3958              From: "Gerrit P. Haase" <gp@familiehaase.de>
3959              Date: Wed, 26 Dec 2001 21:29:08 +0100
3960              Message-ID: <22168634623.20011226212908@familiehaase.de>
3961              
3962              Cygwin with multiplicity.
3963      Branch: perl
3964            ! perlio.c
3965 ____________________________________________________________________________
3966 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
3967         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
3968              From: Nicholas Clark <nick@ccl4.org>
3969              Date: Wed, 26 Dec 2001 19:07:33 +0000
3970              Message-ID: <20011226190732.J48842@plum.flirble.org>            
3971              
3972              socketpair() (un)signedness nit.
3973      Branch: perl
3974            ! util.c
3975 ____________________________________________________________________________
3976 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
3977         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
3978              From: Nicholas Clark <nick@ccl4.org>
3979              Date: Wed, 26 Dec 2001 19:19:47 +0000
3980              Message-ID: <20011226191946.K48842@plum.flirble.org>
3981              
3982              Use report_evil_fh().
3983      Branch: perl
3984            ! doio.c
3985 ____________________________________________________________________________
3986 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
3987         Log: Bad $? assumptions.
3988      Branch: perl
3989            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
3990 ____________________________________________________________________________
3991 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
3992         Log: Net::Ping isn't going to work much without
3993              the Socket extension; fail more gracefully.
3994      Branch: perl
3995            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
3996            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
3997            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
3998            ! lib/Net/Ping/t/300_ping_stream.t
3999 ____________________________________________________________________________
4000 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
4001         Log: test -d /system is a bit too generic test for VOS
4002              (false hit in BeOS)
4003      Branch: perl
4004            ! Configure
4005 ____________________________________________________________________________
4006 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
4007         Log: No AF_UNIX in BeOS.
4008      Branch: perl
4009            ! util.c
4010 ____________________________________________________________________________
4011 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
4012         Log: FAQ sync.
4013      Branch: perl
4014            ! pod/perlfaq5.pod
4015 ____________________________________________________________________________
4016 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
4017         Log: Update Changes.
4018      Branch: perl
4019            ! Changes patchlevel.h
4020 ____________________________________________________________________________
4021 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
4022         Log: Make -t equal -tw.
4023      Branch: perl
4024            ! perl.c pod/perlrun.pod
4025 ____________________________________________________________________________
4026 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
4027         Log: Subject: Re: Not OK 13881
4028              From: John Peacock <jpeacock@rowman.com>
4029              Date: Tue, 25 Dec 2001 06:02:12 -0500
4030              Message-ID: <3C285CB4.8040006@rowman.com>
4031      Branch: perl
4032            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
4033 ____________________________________________________________________________
4034 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
4035         Log: Subject: Re: Not OK 13881
4036              From: andreas.koenig@anima.de (Andreas J. Koenig)
4037              Date: 25 Dec 2001 07:33:23 +0100
4038              Message-ID: <m3bsgnajws.fsf@anima.de>
4039      Branch: perl
4040            ! op.c
4041 ____________________________________________________________________________
4042 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
4043         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
4044              From: Mark-Jason Dominus <mjd@plover.com>    
4045              Date: Mon, 24 Dec 2001 18:14:48 -0500
4046              Message-ID: <20011224231448.25826.qmail@plover.com>
4047      Branch: perl
4048            ! op.c t/op/eval.t
4049 ____________________________________________________________________________
4050 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
4051         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
4052              From: Dave Rolsky <autarch@urth.org>
4053              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
4054              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
4055      Branch: perl
4056            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
4057            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
4058            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
4059            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
4060            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
4061 ____________________________________________________________________________
4062 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
4063         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
4064              From: Jeffrey Friedl <jfriedl@yahoo.com>
4065              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
4066              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
4067              
4068              The rest of the tests for plus few extras.
4069      Branch: perl
4070            ! t/op/pat.t
4071 ____________________________________________________________________________
4072 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
4073         Log: No-op.
4074      Branch: perl
4075            ! Configure
4076 ____________________________________________________________________________
4077 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
4078         Log: More constant casting.
4079      Branch: perl
4080            ! regexec.c
4081 ____________________________________________________________________________
4082 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
4083         Log: Subject: perlhack.pod 
4084              From: "John P. Linderman" <jpl@research.att.com>
4085              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
4086              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
4087      Branch: perl
4088            ! pod/perlhack.pod
4089 ____________________________________________________________________________
4090 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
4091         Log: File::Find patch patches from Thomas Wegner.
4092      Branch: perl
4093            ! lib/File/Find.pm
4094 ____________________________________________________________________________
4095 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
4096         Log: Subject: Re: socketpair emulation 
4097              From: Nicholas Clark <nick@unfortu.net>                 
4098              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
4099              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
4100      Branch: perl
4101            ! ext/Socket/socketpair.t
4102 ____________________________________________________________________________
4103 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
4104         Log: Must cast constants if they can be quads.
4105      Branch: perl
4106            ! regcomp.c
4107 ____________________________________________________________________________
4108 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
4109         Log: Promote the e/uid to wide enough un/signed integers
4110              and printf them as such.
4111      Branch: perl
4112            ! taint.c
4113 ____________________________________________________________________________
4114 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
4115         Log: The U32 alignment test wasn't really working, noticed
4116              by Paul Green.  Now the test works, but this means that
4117              we may see coredumps from the test.   I sure hope MMUless
4118              places don't crash on the test.
4119      Branch: perl
4120            ! Configure
4121 ____________________________________________________________________________
4122 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
4123         Log: More VOS tweaks.
4124      Branch: perl
4125            ! Configure
4126 ____________________________________________________________________________
4127 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
4128         Log: The funky final sigma casefolding.
4129      Branch: perl
4130            ! regcomp.c regexec.c t/op/pat.t utf8.h
4131 ____________________________________________________________________________
4132 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
4133         Log: Update Changes.
4134      Branch: perl
4135            ! Changes patchlevel.h
4136 ____________________________________________________________________________
4137 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
4138         Log: Move the \C and \X to pat.t.
4139      Branch: perl
4140            ! t/op/pat.t t/op/re_tests
4141 ____________________________________________________________________________
4142 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
4143         Log: More logical test ordering.
4144      Branch: perl
4145            ! perl.h
4146 ____________________________________________________________________________
4147 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
4148         Log: Integrate perlio;
4149              
4150              Add at least the "important" PerlIO_xxxx functions to embed.pl
4151              so that they get implicit pTHX_ and we can avoid slow dTHX.
4152              
4153              Put PerlIO stuff inside EXTERN C
4154              
4155              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
4156      Branch: perl
4157           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
4158           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
4159           !> win32/win32.c
4160 ____________________________________________________________________________
4161 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
4162         Log: Even more \X fixing.
4163      Branch: perl
4164            ! regexec.c t/op/pat.t
4165 ____________________________________________________________________________
4166 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
4167         Log: More \X fixing.
4168      Branch: perl
4169            ! regexec.c t/op/pat.t
4170 ____________________________________________________________________________
4171 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
4172         Log: Fix encoding pragma.
4173      Branch: perl
4174            ! regcomp.c
4175 ____________________________________________________________________________
4176 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
4177         Log: Subject: socketpair emulation
4178              From: Nicholas Clark <nick@unfortu.net>
4179              Date: Sat, 22 Dec 2001 18:38:18 +0000
4180              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
4181      Branch: perl
4182            + ext/Socket/socketpair.t
4183            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
4184            ! pp_sys.c proto.h util.c
4185 ____________________________________________________________________________
4186 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
4187         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
4188              From: Jeffrey Friedl <jfriedl@yahoo.com>
4189              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
4190              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
4191              
4192              (partially applied, most of the new tests need to be rethought)
4193      Branch: perl
4194            ! regcomp.c t/op/re_tests
4195 ____________________________________________________________________________
4196 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
4197         Log: Small tweaks.
4198      Branch: perl
4199            ! handy.h regexec.c
4200 ____________________________________________________________________________
4201 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
4202         Log: Unicode casefolding continues.
4203              (lib/encoding.t still failing.)
4204      Branch: perl
4205            ! regexec.c t/op/pat.t
4206 ____________________________________________________________________________
4207 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
4208         Log: Rework the make logic (again).
4209      Branch: perl
4210            ! Configure
4211 ____________________________________________________________________________
4212 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
4213         Log: Integrate perlio;
4214              Fix mis-parse of autoloaded usage code by declaring the sub
4215              Correct checking code which Ilya spotted was tripped by CR at EOF.
4216              The CR at EOF fix earlier broke CR at end-of-buffer.
4217      Branch: perl
4218            ! regexec.c
4219           !> ext/POSIX/POSIX.pm perlio.c sv.c
4220 ____________________________________________________________________________
4221 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
4222         Log: More Unicode casing fixes.
4223      Branch: perl
4224            ! regexec.c t/op/pat.t
4225 ____________________________________________________________________________
4226 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
4227         Log: Unicode casefolding fixes.
4228      Branch: perl
4229            ! op.c regcomp.c regexec.c t/op/pat.t
4230 ____________________________________________________________________________
4231 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
4232         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
4233              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
4234              Date: Sat, 22 Dec 2001 00:01:29 +0100
4235              Message-ID: <20011222000129.A713@rafael>
4236      Branch: perl
4237            ! ext/B/B/Deparse.pm
4238 ____________________________________________________________________________
4239 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
4240         Log: VOS config from Paul Green.
4241      Branch: perl
4242            ! hints/vos.sh
4243 ____________________________________________________________________________
4244 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
4245         Log: Subject: [PATCH @13746] CreateTTY on OS/2
4246              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4247              Date: Fri, 21 Dec 2001 15:59:45 -0500
4248              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
4249      Branch: perl
4250            ! lib/perl5db.pl
4251 ____________________________________________________________________________
4252 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
4253         Log: Subject: [PATCH @13746] uninstalled build of modules broken
4254              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4255              Date: Fri, 21 Dec 2001 15:49:09 -0500
4256              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
4257      Branch: perl
4258            ! lib/ExtUtils/MM_Unix.pm
4259 ____________________________________________________________________________
4260 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
4261         Log: Subject: [PATCH @13746] OS/2 File::* modules
4262              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4263              Date: Fri, 21 Dec 2001 15:43:24 -0500
4264              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
4265      Branch: perl
4266            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
4267 ____________________________________________________________________________
4268 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
4269         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
4270              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4271              Date: Fri, 21 Dec 2001 17:29:07 +0100
4272              Message-ID: <3C236353.6625C4C0@alcatel.at>
4273      Branch: perl
4274            ! pod/perltie.pod
4275 ____________________________________________________________________________
4276 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
4277         Log: Further VOS tweaks: the _exe needs to be introduced
4278              in the very beginning, and the make/gmake needs special
4279              VOS logic.
4280      Branch: perl
4281            ! Configure Makefile.SH
4282 ____________________________________________________________________________
4283 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
4284         Log: Update Changes.
4285      Branch: perl
4286            ! Changes patchlevel.h
4287 ____________________________________________________________________________
4288 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
4289         Log: Also the search for cat needs to be _exe-aware.
4290      Branch: perl
4291            ! Configure
4292 ____________________________________________________________________________
4293 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
4294         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
4295              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4296              Date: Fri, 21 Dec 2001 14:02:01 +0100
4297              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
4298      Branch: perl
4299            ! ext/B/B/Xref.pm
4300 ____________________________________________________________________________
4301 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
4302         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
4303      Branch: perl
4304            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
4305            ! ext/B/t/assembler.t
4306 ____________________________________________________________________________
4307 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
4308         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
4309              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4310              Date: Fri, 21 Dec 2001 11:15:38 +0100
4311              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
4312      Branch: perl
4313            ! hv.c
4314 ____________________________________________________________________________
4315 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
4316         Log: A plan is good.
4317      Branch: perl
4318            ! ext/re/re.t
4319 ____________________________________________________________________________
4320 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
4321         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
4322              From: chromatic <chromatic@rmci.net>
4323              Date: Thu, 20 Dec 2001 16:16:48 -0700
4324              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
4325      Branch: perl
4326            + ext/re/re.t
4327            ! MANIFEST
4328 ____________________________________________________________________________
4329 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
4330         Log: Synchronize the skippage message.
4331      Branch: perl
4332            ! lib/ExtUtils/t/MM_OS2.t
4333 ____________________________________________________________________________
4334 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
4335         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
4336              From: chromatic <chromatic@rmci.net>
4337              Date: Thu, 20 Dec 2001 16:09:10 -0700
4338              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
4339      Branch: perl
4340            + lib/ExtUtils/t/MM_OS2.t
4341            ! MANIFEST
4342 ____________________________________________________________________________
4343 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
4344         Log: Subject: perlfunc.pod patch re flock via fcntl
4345              From: "Tye McQueen" <tye@metronet.com>
4346              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
4347              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
4348      Branch: perl
4349            ! pod/perlfunc.pod
4350 ____________________________________________________________________________
4351 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
4352         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
4353              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
4354              (the Unicode maximum code point) warnable offenses.
4355      Branch: perl
4356            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
4357            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
4358 ____________________________________________________________________________
4359 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
4360         Log: Sterner admonishment on -t.
4361      Branch: perl
4362            ! pod/perlrun.pod
4363 ____________________________________________________________________________
4364 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
4365         Log: Subject: [PATCH B::Dpparse] minor qr// fix
4366              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4367              Date: Thu, 20 Dec 2001 22:53:34 +0100
4368              Message-ID: <20011220225334.A735@rafael>
4369      Branch: perl
4370            ! ext/B/B/Deparse.pm
4371 ____________________________________________________________________________
4372 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
4373         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
4374              From: Robert Spier <rspier@pobox.com>
4375              Date: Thu, 20 Dec 2001 08:10:00 -0800
4376              Message-ID: <15394.3416.693353.107334@rls.cx>
4377      Branch: perl
4378            ! lib/Carp/Heavy.pm
4379 ____________________________________________________________________________
4380 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
4381         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
4382      Branch: perl
4383           !> win32/win32io.c
4384 ____________________________________________________________________________
4385 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
4386         Log: Subject: Re: [PATCH pod/perliol.pod] resend
4387              From: Stas Bekman <stas@stason.org>
4388              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
4389              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
4390      Branch: perl
4391            ! pod/perliol.pod
4392 ____________________________________________________________________________
4393 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
4394         Log: Fix up the APIs noone hopefully uses.
4395      Branch: perl
4396            ! utf8.c
4397 ____________________________________________________________________________
4398 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
4399         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
4400              Date: Wed, 19 Dec 2001 14:13:38 -0800
4401              From: Robert Spier <rspier@pobox.com>
4402              Message-ID: <15393.4370.605214.548582@rls.cx>
4403      Branch: perl
4404            ! lib/Carp.t lib/Carp/Heavy.pm
4405 ____________________________________________________________________________
4406 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
4407         Log: Some bincompat clawbacks.
4408      Branch: perl
4409            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
4410            ! wince/perldll.def
4411 ____________________________________________________________________________
4412 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
4413         Log: gcc pacifying (RH 7.1/ia64).
4414      Branch: perl
4415            ! pp.c
4416 ____________________________________________________________________________
4417 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
4418         Log: Update Changes.
4419      Branch: perl
4420            ! Changes patchlevel.h
4421 ____________________________________________________________________________
4422 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
4423         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
4424              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4425              Date: Wed, 19 Dec 2001 12:35:07 +0100
4426              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
4427              
4428              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
4429              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4430              Date: Wed, 19 Dec 2001 17:34:51 +0000
4431              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
4432      Branch: perl
4433            ! pod/perlre.pod
4434 ____________________________________________________________________________
4435 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
4436         Log: Integrate perlio.
4437      Branch: perl
4438           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
4439           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
4440 ____________________________________________________________________________
4441 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
4442         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
4443      Branch: perl
4444            ! ext/B/B/Assembler.pm
4445 ____________________________________________________________________________
4446 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
4447         Log: Reword the alarm explanation.
4448      Branch: perl
4449            ! pod/perlfunc.pod
4450 ____________________________________________________________________________
4451 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
4452         Log: Subject: [PATCH @13746] OS/2 build
4453              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
4454              Date: Wed, 19 Dec 2001 02:45:41 -0500
4455              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
4456              
4457              (skipped the t/TEST change)
4458      Branch: perl
4459            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
4460            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
4461            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
4462 ____________________________________________________________________________
4463 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
4464         Log: Upgrade to Net::Ping 2.09.
4465      Branch: perl
4466            + lib/Net/Ping/CHANGES lib/Net/Ping/README
4467            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
4468            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
4469            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
4470            + lib/Net/Ping/t/300_ping_stream.t
4471            ! MANIFEST lib/Net/Ping.pm
4472 ____________________________________________________________________________
4473 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
4474         Log: B::Assembler/B::Disassembler patches and test;
4475              from Wolfgang Laun.
4476              
4477              TODO: getting perlcc working.
4478      Branch: perl
4479            + ext/B/t/assembler.t
4480            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
4481 ____________________________________________________________________________
4482 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
4483         Log: Can't printf U8s as UVs.
4484      Branch: perl
4485            ! utf8.c
4486 ____________________________________________________________________________
4487 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
4488         Log: Subject: Re: [PATCH] ...while $var = glob(...)
4489              From: Robin Houston <robin@kitsite.com> 
4490              Date: Wed, 19 Dec 2001 13:48:55 +0000
4491              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
4492              
4493              Not exactly a glob test but internal-logically correct.
4494      Branch: perl
4495            ! t/op/glob.t
4496 ____________________________________________________________________________
4497 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
4498         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
4499              From: Michael G Schwern <schwern@pobox.com> 
4500              Date: Wed, 19 Dec 2001 07:42:54 -0500
4501              Message-ID: <20011219124254.GF8630@blackrider>
4502      Branch: perl
4503            + lib/lib.t
4504            ! MANIFEST lib/lib_pm.PL
4505 ____________________________________________________________________________
4506 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
4507         Log: Integrate with perlio.
4508      Branch: perl
4509           !> hv.c hv.h scope.c util.c
4510 ____________________________________________________________________________
4511 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
4512         Log: Regen toc.
4513      Branch: perl
4514            ! pod/perltoc.pod
4515 ____________________________________________________________________________
4516 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
4517         Log: FAQ sync.
4518      Branch: perl
4519            ! pod/perlfaq5.pod
4520 ____________________________________________________________________________
4521 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
4522         Log: Reformat round.
4523      Branch: perl
4524            ! pod/perlunicode.pod
4525 ____________________________________________________________________________
4526 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
4527         Log: Subject: [PATCH] pod/perlunicode.pod
4528              From: Jeffrey Friedl <jfriedl@yahoo.com>
4529              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
4530              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
4531      Branch: perl
4532            ! pod/perlunicode.pod
4533 ____________________________________________________________________________
4534 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
4535         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
4536              From: Jeffrey Friedl <jfriedl@yahoo.com>
4537              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
4538              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
4539      Branch: perl
4540            ! pod/perluniintro.pod
4541 ____________________________________________________________________________
4542 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
4543         Log: Slight pod reformatting.
4544      Branch: perl
4545            ! pod/perluniintro.pod
4546 ____________________________________________________________________________
4547 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
4548         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
4549              From: Jeffrey Friedl <jfriedl@yahoo.com>    
4550              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
4551              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
4552      Branch: perl
4553            ! pod/perluniintro.pod
4554 ____________________________________________________________________________
4555 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
4556         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
4557              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4558              Date: Wed, 19 Dec 2001 01:45:23 +0000
4559              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
4560      Branch: perl
4561            ! sv.c
4562 ____________________________________________________________________________
4563 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
4564         Log: Subject: Porting/checkURL.pl
4565              From: abigail@foad.org
4566              Date: Tue, 18 Dec 2001 19:03:22 +0100          
4567              Message-ID: <20011218180322.8278.qmail@foad.org> 
4568      Branch: perl
4569            ! Porting/checkURL.pl
4570 ____________________________________________________________________________
4571 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
4572         Log: A bit too oversweeping matching in #13778.
4573      Branch: perl
4574            ! Configure
4575 ____________________________________________________________________________
4576 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
4577         Log: Re-gen Configure based on #13778..13781.
4578      Branch: perl
4579            ! Configure config_h.SH
4580 ____________________________________________________________________________
4581 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
4582         Log: Subject: Re: Benchmark.t failure on Linux
4583              From: Nicholas Clark <nick@ccl4.org>
4584              Date: Tue, 18 Dec 2001 22:51:25 +0000
4585              Message-ID: <20011218225124.N21702@plum.flirble.org>
4586      Branch: perl
4587            ! lib/Benchmark.t
4588 ____________________________________________________________________________
4589 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
4590         Log: Re-applying #13752 until a better solution can be found.
4591      Branch: perl
4592            ! lib/ExtUtils/t/MM_Unix.t
4593 ____________________________________________________________________________
4594 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
4595         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
4596              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
4597              Date: Tue, 18 Dec 2001 12:05:40 -0500
4598              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
4599      Branch: perl
4600            ! lib/Exporter.pm
4601 ____________________________________________________________________________
4602 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
4603         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
4604              findings -- some of the warnings I can't explain except
4605              by NVgf being detected wrong, though.
4606      Branch: perl
4607            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
4608 ____________________________________________________________________________
4609 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
4610         Log: Subject: [PATCH] pod/perluniintro.pod
4611              From: Jeffrey Friedl <jfriedl@yahoo.com>
4612              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
4613              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
4614      Branch: perl
4615            ! pod/perluniintro.pod
4616 ____________________________________________________________________________
4617 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
4618         Log: ".pm" is the native executable suffix in VOS.
4619      Branch: perl
4620            ! hints/vos.sh
4621 ____________________________________________________________________________
4622 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
4623         Log: Integrate perlio;
4624              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
4625      Branch: perl
4626           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
4627 ____________________________________________________________________________
4628 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
4629         Log: (Undone by #13766.)
4630              Retract #13752.
4631      Branch: perl
4632            ! lib/ExtUtils/t/MM_Unix.t
4633 ____________________________________________________________________________
4634 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
4635         Log: Echoes of #13757.
4636      Branch: perl
4637            ! t/lib/warnings/utf8
4638 ____________________________________________________________________________
4639 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
4640         Log: Make the utf8 malformedness messages more verbose.
4641      Branch: perl
4642            ! lib/utf8.t utf8.c
4643 ____________________________________________________________________________
4644 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
4645         Log: README.aix updates from Jens-Uwe Mager.
4646      Branch: perl
4647            ! README.aix
4648 ____________________________________________________________________________
4649 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
4650         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
4651              From: Michael G Schwern <schwern@pobox.com>
4652              Date: Tue, 18 Dec 2001 00:58:18 -0500
4653              Message-ID: <20011218055818.GC4362@blackrider>
4654      Branch: perl
4655            ! lib/Benchmark.t
4656 ____________________________________________________________________________
4657 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
4658         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
4659              From: Michael G Schwern <schwern@pobox.com>
4660              Date: Tue, 18 Dec 2001 00:40:38 -0500
4661              Message-ID: <20011218054038.GB4362@blackrider>
4662      Branch: perl
4663            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
4664 ____________________________________________________________________________
4665 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
4666         Log: (reintroduced by #13766)
4667              (retracted by #13759)
4668              
4669              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
4670              From: Michael G Schwern <schwern@pobox.com>  
4671              Date: Tue, 18 Dec 2001 00:00:23 -0500
4672              Message-ID: <20011218050023.GA27893@blackrider>
4673      Branch: perl
4674            ! lib/ExtUtils/t/MM_Unix.t
4675 ____________________________________________________________________________
4676 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
4677         Log: Re-patch #13749.
4678      Branch: perl
4679            ! t/op/glob.t
4680 ____________________________________________________________________________
4681 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
4682         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
4683              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4684              Date: Tue, 18 Dec 2001 12:55:43 +0000
4685              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
4686      Branch: perl
4687            ! ext/Devel/Peek/Peek.pm
4688 ____________________________________________________________________________
4689 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
4690         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
4691              From: Robin Houston <robin@kitsite.com> 
4692              Date: Tue, 18 Dec 2001 14:54:33 +0000
4693              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
4694      Branch: perl
4695            ! t/op/glob.t
4696 ____________________________________________________________________________
4697 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
4698         Log: Subject: [PATCH] slightly more for Exporter.pm
4699              From: Nicholas Clark <nick@ccl4.org>
4700              Date: Tue, 18 Dec 2001 00:22:03 +0000
4701              Message-ID: <20011218002203.M21702@plum.flirble.org>
4702      Branch: perl
4703            ! lib/Exporter.pm
4704 ____________________________________________________________________________
4705 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
4706         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
4707              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4708              Date: Mon, 17 Dec 2001 16:37:18 +0100
4709              Message-ID: <20011217163718.A2292@rafael>
4710              
4711              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
4712              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4713              Date: Mon, 17 Dec 2001 23:17:06 +0100
4714              Message-ID: <20011217231706.A730@rafael>
4715      Branch: perl
4716            ! pod/perlsub.pod pp.c toke.c
4717 ____________________________________________________________________________
4718 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
4719         Log: Update Changes.
4720      Branch: perl
4721            ! Changes patchlevel.h
4722 ____________________________________________________________________________
4723 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
4724         Log: New test warrants a MANIFEST entry.
4725      Branch: perl
4726            ! MANIFEST
4727 ____________________________________________________________________________
4728 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
4729         Log: Subject: Re: [PATCH] ...while $var = glob(...)
4730              From: Robin Houston <robin@kitsite.com>
4731              Date: Mon, 17 Dec 2001 20:27:30 +0000
4732              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
4733              
4734              Can't portably unlink open files.
4735      Branch: perl
4736            ! t/op/glob.t
4737 ____________________________________________________________________________
4738 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
4739         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
4740      Branch: perl
4741            ! pod/perluniintro.pod
4742 ____________________________________________________________________________
4743 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
4744         Log: Move typeglob test from glob.t to gv.t.
4745      Branch: perl
4746            ! t/op/glob.t t/op/gv.t
4747 ____________________________________________________________________________
4748 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
4749         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
4750              From: Robin Houston <robin@kitsite.com> 
4751              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
4752              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
4753      Branch: perl
4754            ! t/op/glob.t
4755 ____________________________________________________________________________
4756 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
4757         Log: Demote the surrogate and non-character errors to warnings.
4758      Branch: perl
4759            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
4760 ____________________________________________________________________________
4761 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
4762         Log: Subject: [PATCH] more POSIX tests, and more autoloading
4763              From: Nicholas Clark <nick@ccl4.org>
4764              Date: Mon, 17 Dec 2001 18:27:47 +0000
4765              Message-ID: <20011217182747.D21702@plum.flirble.org>
4766      Branch: perl
4767            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
4768 ____________________________________________________________________________
4769 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
4770         Log: Subject: [PATCH] ...while $var = glob(...)
4771              From: Robin Houston <robin@kitsite.com> 
4772              Date: Mon, 17 Dec 2001 15:51:54 +0000
4773              Message-ID: <20011217155153.A311@robin.kitsite.com>
4774      Branch: perl
4775            ! op.c
4776 ____________________________________________________________________________
4777 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
4778         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
4779              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4780              Date: Mon, 17 Dec 2001 15:23:01 +0100
4781              Message-ID: <20011217152301.A704@rafael>
4782      Branch: perl
4783            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
4784 ____________________________________________________________________________
4785 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
4786         Log: The system() vs $SIG{ARLM} is no more a todo.
4787      Branch: perl
4788            ! t/op/alarm.t
4789 ____________________________________________________________________________
4790 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
4791         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
4792              From: Michael G Schwern <schwern@pobox.com>
4793              Date: Sun, 16 Dec 2001 23:59:01 -0500
4794              Message-ID: <20011217045901.GL17232@blackrider>
4795      Branch: perl
4796            + t/op/alarm.t
4797            ! MANIFEST
4798 ____________________________________________________________________________
4799 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
4800         Log: s/UNIX/Unix/
4801      Branch: perl
4802            ! MANIFEST
4803 ____________________________________________________________________________
4804 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
4805         Log: Move ExtUtils tests to lib/ExtUtils/t.
4806      Branch: perl
4807            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
4808            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
4809            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
4810            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
4811            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
4812            + lib/ExtUtils/t/testlib.t
4813            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
4814            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
4815            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
4816            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
4817            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
4818            ! MANIFEST
4819 ____________________________________________________________________________
4820 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
4821         Log: Subject: [PATCH] MM_Unix tests, and some questions
4822              From: Tels <perl_dummy@bloodgate.com>
4823              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
4824              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
4825              
4826              Subject: Re: [PATCH] MM_Unix tests, and some questions
4827              From: Tels <perl_dummy@bloodgate.com>
4828              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
4829              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
4830      Branch: perl
4831            + lib/ExtUtils/MM_Unix.t
4832            ! MANIFEST lib/ExtUtils/MM_Unix.pm
4833 ____________________________________________________________________________
4834 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
4835         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
4836              From: Michael G Schwern <schwern@pobox.com>
4837              Date: Sun, 16 Dec 2001 17:53:55 -0500
4838              Message-ID: <20011216225354.GE8900@blackrider>
4839      Branch: perl
4840            ! lib/ExtUtils/MM_Unix.pm
4841 ____________________________________________________________________________
4842 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
4843         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
4844              From: Michael G Schwern <schwern@pobox.com>                
4845              Date: Sun, 16 Dec 2001 16:12:55 -0500
4846              Message-ID: <20011216211255.GV8900@blackrider>
4847      Branch: perl
4848            ! ext/B/B/Deparse.pm
4849 ____________________________________________________________________________
4850 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
4851         Log: Subject: [PATCH] Exporter.pm
4852              From: Nicholas Clark <nick@ccl4.org>
4853              Date: Sun, 16 Dec 2001 19:24:25 +0000
4854              Message-ID: <20011216192425.R21702@plum.flirble.org>
4855      Branch: perl
4856            ! lib/Exporter.pm
4857 ____________________________________________________________________________
4858 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
4859         Log: Subject: [PATCH] Exporter.t (and question)
4860              From: Nicholas Clark <nick@ccl4.org>
4861              Date: Sun, 16 Dec 2001 17:24:55 +0000
4862              Message-ID: <20011216172455.P21702@plum.flirble.org>
4863      Branch: perl
4864            ! lib/Exporter.t
4865 ____________________________________________________________________________
4866 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
4867         Log: Subject: Re: perl@13661
4868              From: "John P. Linderman" <jpl@research.att.com>              
4869              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
4870              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
4871      Branch: perl
4872            ! pp_sort.c
4873 ____________________________________________________________________________
4874 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
4875         Log: Subject: Will the real Unicode encoding please stand up?
4876              From: Jeffrey Friedl <jfriedl@yahoo.com>
4877              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
4878              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
4879      Branch: perl
4880            ! pod/perluniintro.pod
4881 ____________________________________________________________________________
4882 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
4883         Log: Integrate perlio; interruptable system().
4884      Branch: perl
4885           !> util.c
4886 ____________________________________________________________________________
4887 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
4888         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
4889              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
4890              and characters beyond 0x10FFF should be disallowed, too,
4891              but some tests would need changing, but more importantly some
4892              APIs would need remodeling since one can easily generate such
4893              characters either by bitwise complements, tr complements, or
4894              v-strings.
4895      Branch: perl
4896            ! pod/perldiag.pod utf8.c
4897 ____________________________________________________________________________
4898 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
4899         Log: Make surrogates illegal also on EBCDIC.
4900      Branch: perl
4901            ! utf8.c
4902 ____________________________________________________________________________
4903 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
4904         Log: Subject: [patch @13687] Unicode::Collate 0.10
4905              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
4906              Date: Sun, 16 Dec 2001 21:22:12 +0900
4907              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
4908      Branch: perl
4909            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
4910            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
4911 ____________________________________________________________________________
4912 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
4913         Log: More documentation for the encoding pragma.
4914      Branch: perl
4915            ! lib/encoding.pm
4916 ____________________________________________________________________________
4917 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
4918         Log: Subject: [PATCH] lib/open.pm 
4919              From: Jeffrey Friedl <jfriedl@yahoo.com>
4920              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
4921              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
4922      Branch: perl
4923            ! lib/open.pm
4924 ____________________________________________________________________________
4925 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
4926         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
4927              From: chromatic <chromatic@rmci.net>
4928              Date: Sat, 15 Dec 2001 23:24:40 -0700
4929              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
4930      Branch: perl
4931            + lib/ExtUtils/Installed.t
4932            ! MANIFEST
4933 ____________________________________________________________________________
4934 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
4935         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
4936              From: Michael G Schwern <schwern@pobox.com>
4937              Date: Sun, 16 Dec 2001 01:14:00 -0500
4938              Message-ID: <20011216061400.GC8900@blackrider>
4939      Branch: perl
4940            ! lib/diagnostics.pm
4941 ____________________________________________________________________________
4942 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
4943         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
4944              From: Michael G Schwern <schwern@pobox.com>
4945              Date: Sun, 16 Dec 2001 01:12:42 -0500
4946              Message-ID: <20011216061242.GB8900@blackrider>
4947      Branch: perl
4948            ! t/test.pl
4949 ____________________________________________________________________________
4950 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
4951         Log: I sometimes outsmart myself.
4952      Branch: perl
4953            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
4954 ____________________________________________________________________________
4955 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
4956         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
4957              From: Michael G Schwern <schwern@pobox.com>
4958              Date: Sat, 15 Dec 2001 15:08:29 -0500
4959              Message-ID: <20011215200829.GK1548@blackrider>
4960      Branch: perl
4961            ! lib/AutoSplit.pm
4962 ____________________________________________________________________________
4963 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
4964         Log: perlunicode enchancements suggested by Jeffrey Friedl.
4965      Branch: perl
4966            ! pod/perlunicode.pod
4967 ____________________________________________________________________________
4968 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
4969         Log: Subject: [PATCH] perlunicode.pod
4970              From: Jeffrey Friedl <jfriedl@yahoo.com>
4971              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
4972              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
4973      Branch: perl
4974            ! pod/perlunicode.pod
4975 ____________________________________________________________________________
4976 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
4977         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
4978              From: Jeffrey Friedl <jfriedl@yahoo.com>
4979              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
4980              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
4981      Branch: perl
4982            ! lib/utf8_heavy.pl
4983 ____________________________________________________________________________
4984 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
4985         Log: Can't create surrogates; so can't match them, either.
4986      Branch: perl
4987            ! pod/perlunicode.pod
4988 ____________________________________________________________________________
4989 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
4990         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
4991              From: Michael G Schwern <schwern@pobox.com>
4992              Date: Sat, 15 Dec 2001 21:20:35 -0500
4993              Message-ID: <20011216022035.GE5672@blackrider>
4994      Branch: perl
4995            ! t/test.pl
4996 ____________________________________________________________________________
4997 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
4998         Log: Make creating UTF-8 surrogates a punishable act.
4999      Branch: perl
5000            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
5001 ____________________________________________________________________________
5002 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
5003         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
5004      Branch: perl
5005            + lib/unicore/In/172.pl lib/unicore/In/173.pl
5006            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
5007            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
5008            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
5009            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
5010            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
5011 ____________________________________________________________________________
5012 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
5013         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
5014              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5015              Date: Sat, 15 Dec 2001 23:21:43 +0100
5016              Message-ID: <20011215232143.A11790@rafael>
5017      Branch: perl
5018            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
5019 ____________________________________________________________________________
5020 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
5021         Log: Make charnames more robust.
5022      Branch: perl
5023            ! lib/charnames.pm
5024 ____________________________________________________________________________
5025 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
5026         Log: The hoops one has to jump through.
5027      Branch: perl
5028            ! ext/I18N/Langinfo/Langinfo.pm
5029 ____________________________________________________________________________
5030 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
5031         Log: Subject: [PATCH] perlstyle.pod nit on warnings
5032              From: Autrijus Tang <autrijus@egb.elixus.org>
5033              Date: Sat, 15 Dec 2001 04:24:34 -0800
5034              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
5035      Branch: perl
5036            ! pod/perlstyle.pod
5037 ____________________________________________________________________________
5038 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
5039         Log: I don't think we are in FooOS, Toto.
5040      Branch: perl
5041            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
5042 ____________________________________________________________________________
5043 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
5044         Log: Subject: Re: Untested modules update:  There's more than we thought
5045              From: chromatic <chromatic@rmci.net>
5046              Date: Fri, 14 Dec 2001 17:20:24 -0700
5047              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
5048      Branch: perl
5049            + lib/ExtUtils/MM_Cygwin.t
5050            ! MANIFEST
5051 ____________________________________________________________________________
5052 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
5053         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
5054              From: Michael G Schwern <schwern@pobox.com> 
5055              Date: Fri, 14 Dec 2001 20:59:42 -0500
5056              Message-ID: <20011215015942.GF28596@blackrider>
5057      Branch: perl
5058            ! t/TEST
5059 ____________________________________________________________________________
5060 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
5061         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
5062              From: Michael G Schwern <schwern@pobox.com> 
5063              Date: Fri, 14 Dec 2001 20:03:46 -0500
5064              Message-ID: <20011215010346.GD28596@blackrider>
5065      Branch: perl
5066            + ext/B/t/bblock.t
5067            ! MANIFEST
5068 ____________________________________________________________________________
5069 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
5070         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
5071              From: Michael G Schwern <schwern@pobox.com> 
5072              Date: Fri, 14 Dec 2001 19:59:13 -0500
5073              Message-ID: <20011215005913.GC28596@blackrider>
5074      Branch: perl
5075            ! ext/B/B/Bblock.pm
5076 ____________________________________________________________________________
5077 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
5078         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
5079              From: Michael G Schwern <schwern@pobox.com> 
5080              Date: Fri, 14 Dec 2001 19:36:12 -0500
5081              Message-ID: <20011215003611.GA28596@blackrider>
5082      Branch: perl
5083            + ext/B/t/asmdata.t
5084            ! MANIFEST
5085 ____________________________________________________________________________
5086 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
5087         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
5088              From: Michael G Schwern <schwern@pobox.com> 
5089              Date: Fri, 14 Dec 2001 19:14:14 -0500
5090              Message-ID: <20011215001414.GA25077@blackrider>
5091      Branch: perl
5092            ! bytecode.pl ext/B/B/Asmdata.pm
5093 ____________________________________________________________________________
5094 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
5095         Log: Permissions.
5096      Branch: perl
5097            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
5098            ! ext/Devel/PPPort/module3.c
5099 ____________________________________________________________________________
5100 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
5101         Log: Benchmark test from Nicholas Clark.
5102      Branch: perl
5103            + lib/Benchmark.t
5104            ! MANIFEST lib/Benchmark.pm
5105 ____________________________________________________________________________
5106 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
5107         Log: Mithing.
5108      Branch: perl
5109            + lib/Attribute/Handlers/demo/demo2.pl
5110            + lib/Attribute/Handlers/demo/demo3.pl
5111            + lib/Attribute/Handlers/demo/demo4.pl
5112 ____________________________________________________________________________
5113 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
5114         Log: Silence compiler worries found by Schwern/Digital cc.
5115      Branch: perl
5116            ! perlio.c sv.c x2p/str.c
5117 ____________________________________________________________________________
5118 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
5119         Log: User may not have a valid home directory even if
5120              getpwuid() succedds.
5121      Branch: perl
5122            ! ext/File/Glob/t/basic.t
5123 ____________________________________________________________________________
5124 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
5125         Log: Integrate with perlio.  (No changes, but that's okay.)
5126      Branch: perl
5127           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
5128 ____________________________________________________________________________
5129 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
5130         Log: Add a Configure hints file for VOS: the POSIX support
5131              of VOS is getting close to the point where it can run
5132              Configure (some Configure tweaks will be required).
5133      Branch: perl
5134            + hints/vos.sh
5135            ! MANIFEST
5136 ____________________________________________________________________________
5137 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
5138         Log: Update Changes.
5139      Branch: perl
5140            ! Changes patchlevel.h
5141 ____________________________________________________________________________
5142 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
5143         Log: Reintroduce Attribute::Handlers with Spider's fixes.
5144      Branch: perl
5145            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
5146            + lib/Attribute/Handlers/README
5147            + lib/Attribute/Handlers/demo/Demo.pm
5148            + lib/Attribute/Handlers/demo/Descriptions.pm
5149            + lib/Attribute/Handlers/demo/MyClass.pm
5150            + lib/Attribute/Handlers/demo/demo.pl
5151            + lib/Attribute/Handlers/demo/demo_call.pl
5152            + lib/Attribute/Handlers/demo/demo_chain.pl
5153            + lib/Attribute/Handlers/demo/demo_cycle.pl
5154            + lib/Attribute/Handlers/demo/demo_hashdir.pl
5155            + lib/Attribute/Handlers/demo/demo_phases.pl
5156            + lib/Attribute/Handlers/demo/demo_range.pl
5157            + lib/Attribute/Handlers/demo/demo_rawdata.pl
5158            + lib/Attribute/Handlers/t/multi.t
5159            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
5160 ____________________________________________________________________________
5161 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
5162         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
5163              From: Michael G Schwern <schwern@pobox.com> 
5164              Date: Thu, 13 Dec 2001 19:27:08 -0500
5165              Message-ID: <20011214002707.GA10532@blackrider>
5166              
5167              (reword the perlrun -t description a bit,
5168              and move the Itaint_warn to the bottom of
5169              the intrpvar.h for binary compatibility)
5170      Branch: perl
5171            + t/run/switcht.t
5172            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
5173            ! perlapi.h pod/perlrun.pod t/TEST taint.c
5174 ____________________________________________________________________________
5175 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
5176         Log: Detypo.
5177      Branch: perl
5178            ! utf8.c
5179 ____________________________________________________________________________
5180 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
5181         Log: Buffer overflow checks.
5182      Branch: perl
5183            ! utf8.c
5184 ____________________________________________________________________________
5185 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
5186         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
5187              From: Spider Boardman <spider@leggy.zk3.dec.com>
5188              Date: Thu, 13 Dec 2001 15:32:51 -0500
5189              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
5190      Branch: perl
5191            ! lib/ExtUtils/Embed.t
5192 ____________________________________________________________________________
5193 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
5194         Log: More on the Unicode "line" definition.
5195      Branch: perl
5196            ! pod/perlunicode.pod
5197 ____________________________________________________________________________
5198 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
5199         Log: Open-ended VERSION?
5200      Branch: perl
5201            ! lib/ExtUtils/Install.pm
5202 ____________________________________________________________________________
5203 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
5204         Log: Subject: [PATCH] Better make distclean
5205              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5206              Date: Thu, 13 Dec 2001 21:10:18 +0100
5207              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
5208      Branch: perl
5209            ! Makefile.SH
5210 ____________________________________________________________________________
5211 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
5212         Log: Remove Memoize::Saves as requested by mjd.
5213      Branch: perl
5214            - lib/Memoize/Saves.pm
5215            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
5216 ____________________________________________________________________________
5217 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
5218         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
5219              From: Michael G Schwern <schwern@pobox.com>
5220              Date: Tue, 11 Dec 2001 23:17:32 -0500
5221              Message-ID: <20011212041732.GS17250@blackrider>
5222      Branch: perl
5223            ! lib/ExtUtils/Install.pm
5224 ____________________________________________________________________________
5225 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
5226         Log: Subject: [PATCH] Re: use utf8; with bad utf8
5227              From: Nicholas Clark <nick@ccl4.org>
5228              Date: Thu, 13 Dec 2001 17:09:39 +0000
5229              Message-ID: <20011213170939.L21702@plum.flirble.org>
5230      Branch: perl
5231            ! t/lib/1_compile.t
5232 ____________________________________________________________________________
5233 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
5234         Log: Subject: (LONG!) Sort benchmarks and patch
5235              From: "John P. Linderman" <jpl@research.att.com>
5236              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
5237              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
5238      Branch: perl
5239            ! pp_sort.c
5240 ____________________________________________________________________________
5241 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
5242         Log: Unadorned numbers evil.
5243      Branch: perl
5244            ! pp.c regcomp.c regexec.c utf8.c utf8.h
5245 ____________________________________________________________________________
5246 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
5247         Log: "preprocessing directive not recognized within macro arg"
5248      Branch: perl
5249            ! ext/Data/Dumper/Dumper.xs
5250 ____________________________________________________________________________
5251 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
5252         Log: Subject: Clarifying the documentation of goto            
5253              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
5254              Date: Thu, 13 Dec 2001 08:57:38 -0500
5255              Message-ID: <3C18BD8B@operamail.com>
5256      Branch: perl
5257            ! pod/perlfunc.pod
5258 ____________________________________________________________________________
5259 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
5260         Log: It could be possible for the case-insensitive
5261              Unicode-aware string comparison to wander off
5262              to the la-la land.
5263      Branch: perl
5264            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
5265            ! regexec.c utf8.c
5266 ____________________________________________________________________________
5267 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
5268         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
5269              From: Michael G Schwern <schwern@pobox.com> 
5270              Date: Wed, 12 Dec 2001 21:53:46 -0500
5271              Message-ID: <20011213025346.GH25129@blackrider>
5272      Branch: perl
5273            ! lib/Net/hostent.t t/op/stat.t t/test.pl
5274 ____________________________________________________________________________
5275 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
5276         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
5277              From: Michael G Schwern <schwern@pobox.com> 
5278              Date: Wed, 12 Dec 2001 20:33:42 -0500
5279              Message-ID: <20011213013342.GX25129@blackrider>
5280      Branch: perl
5281            ! t/io/fs.t
5282 ____________________________________________________________________________
5283 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
5284         Log: Subject: Re: [PATCH] use utf8; tests
5285              From: Nicholas Clark <nick@ccl4.org>
5286              Date: Thu, 13 Dec 2001 00:16:58 +0000
5287              Message-ID: <20011213001658.I21702@plum.flirble.org>
5288      Branch: perl
5289            ! lib/utf8.t
5290 ____________________________________________________________________________
5291 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
5292         Log: EPOC fixes from Olaf Flebbe.
5293      Branch: perl
5294            ! README.epoc epoc/config.sh epoc/createpkg.pl
5295            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
5296 ____________________________________________________________________________
5297 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
5298         Log: Subject: [PATCH perl@13661] VMS test fix-ups
5299              From: "Craig A. Berry" <craigberry@mac.com>
5300              Date: Wed, 12 Dec 2001 16:27:48 -0600
5301              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
5302      Branch: perl
5303            ! lib/Net/hostent.t t/io/fs.t
5304 ____________________________________________________________________________
5305 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
5306         Log: Subject: Re: Next cygwin round.
5307              From: "Gerrit P. Haase" <gp@familiehaase.de>
5308              Date: Wed, 12 Dec 2001 21:59:00 +0100
5309              Message-ID: <122343874595.20011212215900@familiehaase.de>
5310      Branch: perl
5311            ! t/io/fs.t
5312 ____________________________________________________________________________
5313 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
5314         Log: Subject: [PATCH] use utf8; tests
5315              From: Nicholas Clark <nick@ccl4.org>
5316              Date: Wed, 12 Dec 2001 20:07:04 +0000
5317              Message-ID: <20011212200704.E21702@plum.flirble.org>
5318      Branch: perl
5319            ! lib/utf8.t t/test.pl
5320 ____________________________________________________________________________
5321 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
5322         Log: Update Changes.
5323      Branch: perl
5324            ! Changes patchlevel.h
5325 ____________________________________________________________________________
5326 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
5327         Log: Subject: [PATCH] Passing in env to perl_parse did not work
5328              From: Gisle Aas <gisle@ActiveState.com>
5329              Date: 11 Dec 2001 20:52:57 -0800
5330              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
5331      Branch: perl
5332            ! perl.c perl.h
5333 ____________________________________________________________________________
5334 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
5335         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
5336              mostly gcc -Wall complaining about the argument of %p not
5337              being a void *.
5338      Branch: perl
5339            ! perlio.c regcomp.c taint.c toke.c
5340 ____________________________________________________________________________
5341 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
5342         Log: Try YP/NIS also from /usr/lib/yp.
5343      Branch: perl
5344            ! Configure
5345 ____________________________________________________________________________
5346 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
5347         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
5348              From: Michael G Schwern <schwern@pobox.com>                
5349              Date: Wed, 12 Dec 2001 05:27:02 -0500      
5350              Message-ID: <20011212102702.GW17250@blackrider>
5351              
5352              (the op/grent part)
5353      Branch: perl
5354            ! t/op/grent.t
5355 ____________________________________________________________________________
5356 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
5357         Log: Weed out .files from ls and readdir() results.
5358      Branch: perl
5359            ! t/op/stat.t
5360 ____________________________________________________________________________
5361 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
5362         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
5363              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
5364              Date: Wed, 12 Dec 2001 10:52:21 +0100
5365              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
5366      Branch: perl
5367            ! lib/File/Find.pm
5368 ____________________________________________________________________________
5369 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
5370         Log: Subject: [PATCH] doio fatal on cygwin for 13651
5371              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
5372              Date: Wed, 12 Dec 2001 11:28:13 +0100      
5373              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
5374      Branch: perl
5375            ! doio.c
5376 ____________________________________________________________________________
5377 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
5378         Log: Get the whole line of ls, makes debugging easier
5379              (from Schwern)
5380      Branch: perl
5381            ! t/op/stat.t
5382 ____________________________________________________________________________
5383 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
5384         Log: rename() must be tested even without link()
5385              or the utime() and rename-directory tests fail.
5386              (Also got the BeOS utime atime/time the wrong way round.)
5387      Branch: perl
5388            ! t/io/fs.t
5389 ____________________________________________________________________________
5390 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
5391         Log: Now that the beos.c is compiled at the main level
5392              the header is in the beos/
5393      Branch: perl
5394            ! beos/beos.c
5395 ____________________________________________________________________________
5396 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
5397         Log: Must remember to require Socket.
5398      Branch: perl
5399            ! ext/Sys/Syslog/syslog.t
5400 ____________________________________________________________________________
5401 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
5402         Log: In BeOS Errno must resort to actual compilation
5403              and execution for some of the error constants.
5404      Branch: perl
5405            ! ext/Errno/Errno_pm.PL
5406 ____________________________________________________________________________
5407 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
5408         Log: BeOS still has no good sockets.
5409      Branch: perl
5410            ! ext/IO/lib/IO/t/io_sel.t
5411 ____________________________________________________________________________
5412 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
5413         Log: BeOS sockets are not true sockets.
5414      Branch: perl
5415            ! ext/IO/lib/IO/t/io_poll.t
5416 ____________________________________________________________________________
5417 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
5418         Log: No Socket, no Syslog.
5419      Branch: perl
5420            ! ext/Sys/Syslog/syslog.t
5421 ____________________________________________________________________________
5422 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
5423         Log: (On some platforms) missing truncate FH.
5424      Branch: perl
5425            ! pod/perltodo.pod
5426 ____________________________________________________________________________
5427 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
5428         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
5429              and vms would be muchly appreciated.
5430      Branch: perl
5431            ! t/io/fs.t
5432 ____________________________________________________________________________
5433 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
5434         Log: utime() updates only the mtime in BeOS. 
5435      Branch: perl
5436            ! pod/perlport.pod
5437 ____________________________________________________________________________
5438 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
5439         Log: No link(), no need to dSP.
5440      Branch: perl
5441            ! pp_sys.c
5442 ____________________________________________________________________________
5443 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
5444         Log: Missing argument.
5445      Branch: perl
5446            ! utf8.c
5447 ____________________________________________________________________________
5448 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
5449         Log: (1) To assume any setuid programs is silly.
5450              (2) Chaining tests with booleans means that some
5451              of them may not get run which means getting out
5452              of test count sync.
5453      Branch: perl
5454            ! t/op/stat.t
5455 ____________________________________________________________________________
5456 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
5457         Log: The beos.c needs to be in the main directory.
5458      Branch: perl
5459            ! hints/beos.sh
5460 ____________________________________________________________________________
5461 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
5462         Log: Detypo and rename.
5463      Branch: perl
5464            ! doio.c perl.h perlio.c perliol.h
5465 ____________________________________________________________________________
5466 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
5467         Log: This time I test compiled.  Honest.
5468      Branch: perl
5469            ! beos/beos.c
5470 ____________________________________________________________________________
5471 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
5472         Log: Subject: [PATCH] slightly more pack tests
5473              From: Nicholas Clark <nick@ccl4.org>
5474              Date: Tue, 11 Dec 2001 23:41:23 +0000
5475              Message-ID: <20011211234123.Y21702@plum.flirble.org>
5476      Branch: perl
5477            ! t/op/pack.t
5478 ____________________________________________________________________________
5479 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
5480         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
5481              From: "Craig A. Berry" <craigberry@mac.com>
5482              Date: Tue, 11 Dec 2001 16:39:13 -0600
5483              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
5484      Branch: perl
5485            ! configure.com
5486 ____________________________________________________________________________
5487 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
5488         Log: Subject: $Config{perlpath} and -Dversiononly
5489              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5490              Date: Tue, 11 Dec 2001 23:32:33 +0100
5491              Message-ID: <20011211233233.A11587@rafael>
5492      Branch: perl
5493            ! Configure
5494 ____________________________________________________________________________
5495 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
5496         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
5497              From: Nicholas Clark <nick@ccl4.org>
5498              Date: Tue, 11 Dec 2001 21:59:36 +0000
5499              Message-ID: <20011211215935.W21702@plum.flirble.org>
5500      Branch: perl
5501            ! t/op/pack.t
5502 ____________________________________________________________________________
5503 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
5504         Log: More UTF-8 API docs.
5505      Branch: perl
5506            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
5507 ____________________________________________________________________________
5508 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
5509         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
5510              From: Nicholas Clark <nick@ccl4.org>
5511              Date: Tue, 11 Dec 2001 20:08:59 +0000
5512              Message-ID: <20011211200859.S21702@plum.flirble.org>
5513      Branch: perl
5514            ! t/op/pack.t
5515 ____________________________________________________________________________
5516 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
5517         Log: Subject: Re: use utf8; with bad utf8
5518              From: Nicholas Clark <nick@ccl4.org>
5519              Date: Tue, 11 Dec 2001 19:49:21 +0000
5520              Message-ID: <20011211194921.R21702@plum.flirble.org>
5521      Branch: perl
5522            ! lib/utf8.t
5523 ____________________________________________________________________________
5524 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
5525         Log: Can't spell worth a dam.  (Try Three Gorges.)
5526      Branch: perl
5527            ! beos/beos.c
5528 ____________________________________________________________________________
5529 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
5530         Log: We need DWIM cpps.
5531      Branch: perl
5532            ! perlio.c
5533 ____________________________________________________________________________
5534 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
5535         Log: The unixish.h needs to be found and the waitpid wrapper
5536              could use a proto.
5537      Branch: perl
5538            ! beos/beosish.h
5539 ____________________________________________________________________________
5540 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
5541         Log: The BeOS waitpid() seems to be broken,
5542              have a wrapper for it.
5543      Branch: perl
5544            + beos/beos.c beos/beosish.h
5545            ! MANIFEST hints/beos.sh perl.h
5546 ____________________________________________________________________________
5547 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
5548         Log: Unlean the leaning tower of Babel.
5549      Branch: perl
5550            ! perl.h
5551 ____________________________________________________________________________
5552 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
5553         Log: Retract #13607 until we figure out what to do with autouse.
5554      Branch: perl
5555            ! lib/Carp.pm
5556 ____________________________________________________________________________
5557 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
5558         Log: Try to handle platforms that have O_TEXT != O_BINARY but
5559              which are not DOSish, BeOS being one of such platforms.
5560              Ideally this should be a Configure test, not a hardwired
5561              cpp symbol test... 
5562      Branch: perl
5563            ! doio.c perl.h perlio.c perliol.h
5564 ____________________________________________________________________________
5565 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
5566         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
5567              From: Jonathan Stowe <gellyfish@gellyfish.com>
5568              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
5569              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
5570      Branch: perl
5571            ! lib/Term/Cap.pm lib/Term/Cap.t
5572 ____________________________________________________________________________
5573 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
5574         Log: Subject: [patch perlio.c] test for NULL before derefencing
5575              From: Stas Bekman <stas@stason.org>
5576              Date: Tue, 11 Dec 2001 16:17:55 +0800
5577              Message-ID: <3C15C133.8@stason.org>
5578      Branch: perl
5579            ! perlio.c
5580 ____________________________________________________________________________
5581 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
5582         Log: BeOS has socket() but not enough to build a working Socket.
5583              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
5584              new networking implementation, which is rumored to fix the
5585              non-standardness of sockets, but it's apparently not publicly
5586              available, and anything to do with BeOS has become quite
5587              complicated with the sale of the Be assets to Palm.)
5588      Branch: perl
5589            ! Configure
5590 ____________________________________________________________________________
5591 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
5592         Log: Subject: Exporter's documentation shouldn't lie               
5593              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
5594              Date: Mon, 10 Dec 2001 21:30:20 -0500
5595              Message-ID: <3C4AA201@operamail.com>
5596      Branch: perl
5597            ! lib/Exporter.pm
5598 ____________________________________________________________________________
5599 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
5600         Log: Make Errno better in BeOS (the second hunk is
5601              good on any platform).  Still not working in BeOS
5602              are the E constants that refer BeOS native error
5603              constants (B_...) which are enums (*groan*).
5604      Branch: perl
5605            ! ext/Errno/Errno_pm.PL
5606 ____________________________________________________________________________
5607 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
5608         Log: The BeOS linker seems to link the last seen symbol,
5609              not the first (so the symbols of op.o from libperl.so
5610              would get linked to miniperl instead of the symbols of
5611              opmini.o)-- use the same trick as for NeXT4 for linking
5612              miniperl.
5613      Branch: perl
5614            ! Makefile.SH
5615 ____________________________________________________________________________
5616 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
5617         Log: Subject: Re: [PATCH] tests for hash assignment
5618              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5619              Date: Tue, 11 Dec 2001 01:48:55 +0000
5620              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
5621      Branch: perl
5622            ! utf8.c
5623 ____________________________________________________________________________
5624 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
5625         Log: (retracted by #13622)
5626              
5627              Subject: RE: More verbose POD for Carp
5628              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
5629              Date: Mon, 10 Dec 2001 20:23:20 -0500
5630              Message-ID: <3C4A3566@operamail.com>
5631      Branch: perl
5632            ! lib/Carp.pm
5633 ____________________________________________________________________________
5634 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
5635         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
5636              From: "Craig A. Berry" <craigberry@mac.com>
5637              Date: Mon, 10 Dec 2001 18:25:37 -0600
5638              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
5639      Branch: perl
5640            ! t/op/write.t t/test.pl
5641 ____________________________________________________________________________
5642 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
5643         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
5644              From: Michael G Schwern <schwern@pobox.com>
5645              Date: Mon, 10 Dec 2001 08:00:01 -0500
5646              Message-ID: <20011210130000.GK1770@blackrider>
5647      Branch: perl
5648            ! t/comp/multiline.t
5649 ____________________________________________________________________________
5650 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
5651         Log: Subject: Re: [PATCH] tests for hash assignment
5652              From: Nicholas Clark <nick@ccl4.org>
5653              Date: Mon, 10 Dec 2001 23:22:28 +0000
5654              Message-ID: <20011210232228.M21702@plum.flirble.org>
5655      Branch: perl
5656            + t/op/hashassign.t
5657            ! MANIFEST t/op/each.t t/test.pl
5658 ____________________________________________________________________________
5659 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
5660         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
5661              From: "Craig A. Berry" <craigberry@mac.com>
5662              Date: Mon, 10 Dec 2001 16:38:14 -0600
5663              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
5664      Branch: perl
5665            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
5666 ____________________________________________________________________________
5667 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
5668         Log: Subject: [PATCH perl@13600] configure.com fixes
5669              From: "Craig A. Berry" <craigberry@mac.com>
5670              Date: Mon, 10 Dec 2001 14:40:20 -0600
5671              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
5672      Branch: perl
5673            ! configure.com
5674 ____________________________________________________________________________
5675 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
5676         Log: Silence BeOS compilation moaning.
5677      Branch: perl
5678            ! perl.h
5679 ____________________________________________________________________________
5680 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
5681         Log: Update Changes.
5682      Branch: perl
5683            ! Changes patchlevel.h
5684 ____________________________________________________________________________
5685 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
5686         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
5687              From: Michael G Schwern <schwern@pobox.com>
5688              Date: Mon, 10 Dec 2001 01:21:03 -0500
5689              Message-ID: <20011210062103.GC1770@blackrider>
5690      Branch: perl
5691            ! lib/ExtUtils/Command.t
5692 ____________________________________________________________________________
5693 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
5694         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
5695              From: Michael G Schwern <schwern@pobox.com>
5696              Date: Mon, 10 Dec 2001 01:10:57 -0500
5697              Message-ID: <20011210061057.GB1770@blackrider>
5698      Branch: perl
5699            ! t/op/groups.t
5700 ____________________________________________________________________________
5701 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
5702         Log: Retract #13596, #13593 should do the trick.
5703      Branch: perl
5704            ! t/op/stat.t
5705 ____________________________________________________________________________
5706 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
5707         Log: (retracted by #13597, #13593 does the job better)
5708              
5709              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
5710              From: Michael G Schwern <schwern@pobox.com>
5711              Date: Mon, 10 Dec 2001 00:53:16 -0500
5712              Message-ID: <20011210055316.GA1770@blackrider>
5713      Branch: perl
5714            ! t/op/stat.t
5715 ____________________________________________________________________________
5716 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
5717         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
5718              From: Michael G Schwern <schwern@pobox.com> 
5719              Date: Mon, 10 Dec 2001 02:19:14 -0500
5720              Message-ID: <20011210071914.GF1770@blackrider>
5721      Branch: perl
5722            ! lib/AutoSplit.t
5723 ____________________________________________________________________________
5724 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
5725         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
5726              From: Michael G Schwern <schwern@pobox.com>
5727              Date: Mon, 10 Dec 2001 02:47:40 -0500
5728              Message-ID: <20011210074739.GH1770@blackrider>
5729      Branch: perl
5730            ! t/op/pack.t
5731 ____________________________________________________________________________
5732 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
5733         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
5734              From: Michael G Schwern <schwern@pobox.com>
5735              Date: Mon, 10 Dec 2001 02:54:22 -0500
5736              Message-ID: <20011210075422.GI1770@blackrider>
5737      Branch: perl
5738            ! t/test.pl
5739 ____________________________________________________________________________
5740 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
5741         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
5742              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
5743              Date: Mon, 10 Dec 2001 08:45:20 +0100
5744              Message-ID: <3C146810.60B5B7C0@alcatel.at>
5745      Branch: perl
5746            ! pp_pack.c
5747 ____________________________________________________________________________
5748 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
5749         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
5750              From: Michael G Schwern <schwern@pobox.com>
5751              Date: Mon, 10 Dec 2001 03:27:02 -0500
5752              Message-ID: <20011210082702.GN1770@blackrider>
5753      Branch: perl
5754            ! t/io/openpid.t
5755 ____________________________________________________________________________
5756 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
5757         Log: More chmod +w.
5758      Branch: perl
5759            ! Porting/makerel
5760 ____________________________________________________________________________
5761 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
5762         Log: Just skip the readability test if running as root.
5763      Branch: perl
5764            ! lib/Net/t/netrc.t
5765 ____________________________________________________________________________
5766 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
5767         Log: Tell about the downside of safe signals.
5768      Branch: perl
5769            ! pod/perldelta.pod
5770 ____________________________________________________________________________
5771 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
5772         Log: Make the whole -lperl thing NetBSD only until we
5773              find some other platform that needs the same.
5774      Branch: perl
5775            ! lib/ExtUtils/MM_Unix.pm
5776 ____________________________________________________________________________
5777 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
5778         Log: Subject: [PATCH t/op/pack.t] Cleanup
5779              From: Michael G Schwern <schwern@pobox.com> 
5780              Date: Sun, 9 Dec 2001 23:08:26 -0500
5781              Message-ID: <20011210040826.GD660@blackrider>
5782      Branch: perl
5783            ! t/op/pack.t
5784 ____________________________________________________________________________
5785 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
5786         Log: Add threads support for NetBSD.
5787              
5788              This is also the first (I think) Perl threads build with
5789              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
5790              NetBSD does not as of yet have true kernel POSIX threads,
5791              but the user-level pth seems to be doing pretty well--
5792              the only failure is that threads/t/basic okays 6 and 7
5793              consistently seem be arriving in the reverse order.
5794              Well, gdbm.t is also failing: 'Undefined PLT symbol
5795              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
5796              guessing that GDBM would need a threaded rebuild.
5797      Branch: perl
5798            ! hints/netbsd.sh
5799 ____________________________________________________________________________
5800 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
5801         Log: Update the ithreads selection info in Configure,
5802              as suggested by Michael Schwern.
5803      Branch: perl
5804            ! Configure
5805 ____________________________________________________________________________
5806 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
5807         Log: Clearing locale environment simply doesn't seem to
5808              guarantee that (nl_)langinfo(CODESET) would return nil.
5809              (I for example get "ISO8859-1", so <guess>maybe there can
5810              be per-system default settings at work</guess>.)
5811      Branch: perl
5812            ! lib/open.t
5813 ____________________________________________________________________________
5814 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
5815         Log: Subject: RE: Exporter fixes reversed in 13540?
5816              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
5817              Date: Sun, 9 Dec 2001 12:55:15 -0500
5818              Message-ID: <3C13F455@operamail.com>
5819      Branch: perl
5820            ! lib/open.pm
5821 ____________________________________________________________________________
5822 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
5823         Log: Root is the lizard king.
5824      Branch: perl
5825            ! lib/Net/t/netrc.t
5826 ____________________________________________________________________________
5827 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
5828         Log: Telling how many tests we are expecting helps.
5829      Branch: perl
5830            ! ext/POSIX/t/waitpid.t
5831 ____________________________________________________________________________
5832 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
5833         Log: Add a test case for waitpid(): from Rocco Caputo.
5834      Branch: perl
5835            + ext/POSIX/t/waitpid.t
5836            ! MANIFEST
5837 ____________________________________________________________________________
5838 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
5839         Log: Subject: [PATCH] Term::ReadLine tweaks and test
5840              From: Richard Clamp <richardc@unixbeard.net>
5841              Date: Mon, 10 Dec 2001 00:51:47 +0000
5842              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
5843      Branch: perl
5844            + lib/Term/ReadLine.t
5845            ! MANIFEST lib/Term/ReadLine.pm
5846 ____________________________________________________________________________
5847 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
5848         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
5849              From: Rocco Caputo <troc@netrus.net>
5850              Date: Sun, 9 Dec 2001 18:12:38 -0500
5851              Message-ID: <20011209181238.A803@eyrie.homenet>
5852      Branch: perl
5853            ! win32/win32.c
5854 ____________________________________________________________________________
5855 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
5856         Log: make sure that va_start() has matching va_end();
5857              from OpenBSD 3.0.
5858      Branch: perl
5859            ! x2p/util.c
5860 ____________________________________________________________________________
5861 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
5862         Log: h2ph updates from OpenBSD 3.0.
5863      Branch: perl
5864            ! utils/h2ph.PL
5865 ____________________________________________________________________________
5866 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
5867         Log: OpenBSD hints update from OpenBSD 3.0.
5868      Branch: perl
5869            ! hints/openbsd.sh
5870 ____________________________________________________________________________
5871 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
5872         Log: DJGPP tweaks from Laszlo Molnar.
5873      Branch: perl
5874            ! djgpp/config.over lib/File/Find/t/find.t
5875            ! lib/File/Find/t/taint.t t/pod/find.t
5876 ____________________________________________________________________________
5877 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
5878         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
5879              From: Michael G Schwern <schwern@pobox.com> 
5880              Date: Sun, 9 Dec 2001 19:28:12 -0500
5881              Message-ID: <20011210002812.GF13586@blackrider>
5882      Branch: perl
5883            ! README.cygwin
5884 ____________________________________________________________________________
5885 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
5886         Log: README.cygwin update from Gerrit P. Haase.
5887      Branch: perl
5888            ! README.cygwin
5889 ____________________________________________________________________________
5890 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
5891         Log: Apply NetBSD patch-ag: shared/static linking,
5892              but make the change less intrusive on non-NetBSD.
5893      Branch: perl
5894            ! lib/ExtUtils/MM_Unix.pm
5895 ____________________________________________________________________________
5896 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
5897         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
5898      Branch: perl
5899            ! lib/ExtUtils/Liblist.pm
5900 ____________________________________________________________________________
5901 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
5902         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
5903      Branch: perl
5904            ! regcomp.c
5905 ____________________________________________________________________________
5906 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
5907         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
5908      Branch: perl
5909            ! pp.c
5910 ____________________________________________________________________________
5911 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
5912         Log: Apply NetBSD patch-ac.
5913              (the fix has already been done: change #9706, fully qualified
5914              pathnames in packlists)
5915      Branch: perl
5916            ! lib/ExtUtils/Install.pm
5917 ____________________________________________________________________________
5918 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
5919         Log: Apply NetBSD patch-ab: NetBSD hints update.
5920      Branch: perl
5921            ! hints/netbsd.sh
5922 ____________________________________________________________________________
5923 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
5924         Log: NetBSD has <ieeefp.h> but hidden.
5925      Branch: perl
5926            ! hints/netbsd.sh
5927 ____________________________________________________________________________
5928 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
5929         Log: Implement NetBSD patch-aa.
5930      Branch: perl
5931            ! Configure
5932 ____________________________________________________________________________
5933 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
5934         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
5935              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
5936              Date: Sun, 09 Dec 2001 13:40:58 +0100
5937              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
5938              
5939              (The lstat()s were there in 5.6.1: what happened to them?)
5940      Branch: perl
5941            ! lib/File/Find.pm
5942 ____________________________________________________________________________
5943 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
5944         Log: Quickie documentation of the C UTF-8 API.
5945      Branch: perl
5946            ! pod/perlunicode.pod
5947 ____________________________________________________________________________
5948 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
5949         Log: Subject: bleadperl on cygwin weirdness...
5950              From: "Gerrit P. Haase" <gp@familiehaase.de>
5951              Date: Sun, 9 Dec 2001 20:31:28 +0100
5952              Message-ID: <13779422183.20011209203128@familiehaase.de>          
5953              
5954              (plus libperl*.dll version portability tweaks)
5955      Branch: perl
5956            ! lib/ExtUtils/Embed.t
5957 ____________________________________________________________________________
5958 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
5959         Log: Instead of muting symbol export error if under eval,
5960              delay the errors until the croak().
5961              
5962              (replaces #13408)
5963      Branch: perl
5964            ! lib/Exporter/Heavy.pm
5965 ____________________________________________________________________________
5966 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
5967         Log: Basegroup 0 is a cygwin_nt thing.
5968      Branch: perl
5969            ! t/op/groups.t
5970 ____________________________________________________________________________
5971 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
5972         Log: Also WinME is LoseLink.
5973      Branch: perl
5974            ! t/op/stat.t
5975 ____________________________________________________________________________
5976 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
5977         Log: Forgotten checkin.
5978      Branch: perl
5979            ! lib/User/grent.t
5980 ____________________________________________________________________________
5981 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
5982         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
5983              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
5984              Date: Sun, 09 Dec 2001 13:45:06 +0100
5985              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
5986      Branch: perl
5987            ! lib/File/Find.pm
5988 ____________________________________________________________________________
5989 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
5990         Log: Tweakback.
5991      Branch: perl
5992            ! lib/Net/hostent.t
5993 ____________________________________________________________________________
5994 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
5995         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
5996              From: Michael G Schwern <schwern@pobox.com>
5997              Date: Sat, 8 Dec 2001 14:48:38 -0500
5998              Message-ID: <20011208194838.GA8650@blackrider>
5999      Branch: perl
6000            ! t/op/grent.t
6001 ____________________________________________________________________________
6002 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
6003         Log: Subject: [README.cygwin] Removing old expected test failures
6004              From: Michael G Schwern <schwern@pobox.com>
6005              Date: Sat, 8 Dec 2001 15:38:28 -0500
6006              Message-ID: <20011208203828.GB9017@blackrider>
6007      Branch: perl
6008            ! README.cygwin
6009 ____________________________________________________________________________
6010 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
6011         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
6012              From: Michael G Schwern <schwern@pobox.com>                
6013              Date: Sat, 8 Dec 2001 15:26:59 -0500
6014              Message-ID: <20011208202659.GA9017@blackrider> 
6015      Branch: perl
6016            ! lib/Net/hostent.t
6017 ____________________________________________________________________________
6018 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
6019         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
6020              From: Michael G Schwern <schwern@pobox.com> 
6021              Date: Sat, 8 Dec 2001 15:06:16 -0500
6022              Message-ID: <20011208200616.GA8915@blackrider>
6023      Branch: perl
6024            ! t/op/stat.t
6025 ____________________________________________________________________________
6026 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
6027         Log: Developer deprecations and an incompatibility.
6028      Branch: perl
6029            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
6030 ____________________________________________________________________________
6031 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
6032         Log: Shoo.
6033      Branch: perl
6034            - lib/Attribute/Handlers.pm
6035 ____________________________________________________________________________
6036 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
6037         Log: Remove Attribute::Handlers, as per Damian's request.
6038              (Because of fixing the my variables to be now handled
6039              in run-time, the whole internals of the A::H needs to
6040              be rewritten and Damian will not have time for that
6041              for months.)
6042      Branch: perl
6043            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
6044            - lib/Attribute/Handlers/demo/Demo.pm
6045            - lib/Attribute/Handlers/demo/Descriptions.pm
6046            - lib/Attribute/Handlers/demo/MyClass.pm
6047            - lib/Attribute/Handlers/demo/demo.pl
6048            - lib/Attribute/Handlers/demo/demo2.pl
6049            - lib/Attribute/Handlers/demo/demo3.pl
6050            - lib/Attribute/Handlers/demo/demo4.pl
6051            - lib/Attribute/Handlers/demo/demo_call.pl
6052            - lib/Attribute/Handlers/demo/demo_chain.pl
6053            - lib/Attribute/Handlers/demo/demo_cycle.pl
6054            - lib/Attribute/Handlers/demo/demo_hashdir.pl
6055            - lib/Attribute/Handlers/demo/demo_phases.pl
6056            - lib/Attribute/Handlers/demo/demo_range.pl
6057            - lib/Attribute/Handlers/demo/demo_rawdata.pl
6058            - lib/Attribute/Handlers/t/multi.t
6059            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
6060            ! pod/perlmodlib.pod pod/perltoc.pod
6061 ____________________________________________________________________________
6062 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
6063         Log: Subject: Re: attributes are broken
6064              From: Spider Boardman <spider@Orb.Nashua.NH.US>
6065              Date: Sun, 09 Dec 2001 00:09:23 -0500
6066              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
6067      Branch: perl
6068            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
6069            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
6070            ! xsutils.c
6071 ____________________________________________________________________________
6072 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
6073         Log: Forgotten checkin.
6074      Branch: perl
6075            ! lib/Pod/Text.pm
6076 ____________________________________________________________________________
6077 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
6078         Log: uconfig.h update.
6079      Branch: perl
6080            ! uconfig.h
6081 ____________________________________________________________________________
6082 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
6083         Log: Update Changes.
6084      Branch: perl
6085            ! Changes patchlevel.h
6086 ____________________________________________________________________________
6087 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
6088         Log: Note that some of the Unicode features are
6089              dependent on perlio.
6090      Branch: perl
6091            ! pod/perluniintro.pod
6092 ____________________________________________________________________________
6093 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
6094         Log: Regen perlapi, regen toc.
6095      Branch: perl
6096            ! pod/perlapi.pod pod/perltoc.pod
6097 ____________________________________________________________________________
6098 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
6099         Log: FAQ sync.
6100      Branch: perl
6101            ! pod/perlfaq4.pod pod/perlfaq6.pod
6102 ____________________________________________________________________________
6103 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
6104         Log: Subject: [PATCH] Fix odd language in an sv.c comment
6105              From: coral@eekeek.org
6106              Date: Sat, 8 Dec 2001 12:19:39 -0500
6107              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
6108      Branch: perl
6109            ! sv.c
6110 ____________________________________________________________________________
6111 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
6112         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
6113              From: Michael G Schwern <schwern@pobox.com>
6114              Date: Fri, 7 Dec 2001 20:03:45 -0500
6115              Message-ID: <20011208010345.GD642@blackrider>
6116              
6117              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
6118              From: Michael G Schwern <schwern@pobox.com>
6119              Date: Fri, 7 Dec 2001 20:13:54 -0500
6120              Message-ID: <20011208011354.GE642@blackrider>
6121              
6122              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
6123              From: Michael G Schwern <schwern@pobox.com>
6124              Date: Fri, 7 Dec 2001 21:47:36 -0500
6125              Message-ID: <20011208024736.GH642@blackrider>
6126              
6127              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
6128              From: Michael G Schwern <schwern@pobox.com>
6129              Date: Fri, 7 Dec 2001 23:09:43 -0500
6130              Message-ID: <20011208040943.GK642@blackrider>
6131              
6132              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
6133              Message-Id: <a05101004b83754903506@[172.16.52.1]>
6134              Date: Fri, 7 Dec 2001 23:28:15 -0600
6135              From: "Craig A. Berry" <craigberry@mac.com>
6136      Branch: perl
6137            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
6138 ____________________________________________________________________________
6139 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
6140         Log: Integrate perlio.
6141      Branch: perl
6142           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
6143           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
6144 ____________________________________________________________________________
6145 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
6146         Log: Retract #11156 since Sarathy has found that it breaks code:
6147              http://bugs.ActiveState.com/show_bug.cgi?id=18457
6148              http://bugs.ActiveState.com/show_bug.cgi?id=18858
6149      Branch: perl
6150            ! op.c sv.c t/op/pos.t
6151 ____________________________________________________________________________
6152 [ 13532] By: nick                                  on 2001/12/08  14:11:12
6153         Log: Integrate mainline
6154      Branch: perlio
6155           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
6156           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
6157 ____________________________________________________________________________
6158 [ 13531] By: nick                                  on 2001/12/08  13:48:21
6159         Log: Tweak multi-arg open error messages
6160      Branch: perlio
6161            ! perlio.c
6162 ____________________________________________________________________________
6163 [ 13530] By: nick                                  on 2001/12/08  10:20:06
6164         Log: Allow multi-arg open() if opening layer declares this legal.
6165      Branch: perlio
6166            ! doio.c perlio.c perliol.h
6167 ____________________________________________________________________________
6168 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
6169         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
6170              From: Michael G Schwern <schwern@pobox.com>       
6171              Date: Fri, 7 Dec 2001 19:41:31 -0500
6172              Message-ID: <20011208004131.GC642@blackrider>
6173      Branch: perl
6174            ! t/run/switches.t t/test.pl
6175 ____________________________________________________________________________
6176 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
6177         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
6178              From: Michael G Schwern <schwern@pobox.com>       
6179              Date: Fri, 7 Dec 2001 19:12:44 -0500
6180              Message-ID: <20011208001244.GB642@blackrider>
6181      Branch: perl
6182            ! t/op/stat.t
6183 ____________________________________________________________________________
6184 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
6185         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
6186              From: Michael G Schwern <schwern@pobox.com>
6187              Date: Fri, 7 Dec 2001 17:28:57 -0500
6188              Message-ID: <20011207222857.GI23210@blackrider>
6189      Branch: perl
6190            ! t/op/magic.t
6191 ____________________________________________________________________________
6192 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
6193         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
6194      Branch: perl
6195            ! t/test.pl
6196 ____________________________________________________________________________
6197 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
6198         Log: which_perl: delay as much a possible till runtime.
6199      Branch: perl
6200            ! t/test.pl
6201 ____________________________________________________________________________
6202 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
6203         Log: Further tweakage to which_perl().
6204      Branch: perl
6205            ! t/test.pl
6206 ____________________________________________________________________________
6207 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
6208         Log: perluniintro tweaks.
6209      Branch: perl
6210            ! pod/perluniintro.pod
6211 ____________________________________________________________________________
6212 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
6213         Log: Tweak the $Perl computation.
6214      Branch: perl
6215            ! t/test.pl
6216 ____________________________________________________________________________
6217 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
6218         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
6219              From: Nicholas Clark <nick@ccl4.org>
6220              Date: Fri, 7 Dec 2001 17:06:56 +0000
6221              Message-ID: <20011207170656.G21702@plum.flirble.org>
6222      Branch: perl
6223            ! doop.c t/op/chop.t
6224 ____________________________________________________________________________
6225 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
6226         Log: Update Changes.
6227      Branch: perl
6228            ! Changes patchlevel.h
6229 ____________________________________________________________________________
6230 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
6231         Log: Missing ).
6232      Branch: perl
6233            ! t/test.pl
6234 ____________________________________________________________________________
6235 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
6236         Log: Allow several arguments to display().
6237      Branch: perl
6238            ! t/test.pl
6239 ____________________________________________________________________________
6240 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
6241         Log: /dev/stdout could be either a character special file
6242              or a named pipe, so let's pretend it doesn't exist.
6243      Branch: perl
6244            ! t/op/stat.t
6245 ____________________________________________________________________________
6246 [ 13516] By: nick                                  on 2001/12/07  15:09:23
6247         Log: Integrate again - can I catch up ?
6248      Branch: perlio
6249           !> t/test.pl
6250 ____________________________________________________________________________
6251 [ 13515] By: nick                                  on 2001/12/07  15:08:17
6252         Log: Integrate mainline some more
6253      Branch: perlio
6254           !> README.hpux hints/linux.sh pod/perlfunc.pod
6255 ____________________________________________________________________________
6256 [ 13514] By: nick                                  on 2001/12/07  15:07:15
6257         Log: Integrate mainline
6258      Branch: perlio
6259           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
6260           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
6261           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
6262           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
6263           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
6264           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
6265           +> t/lib/Math/BigInt/BareCalc.pm
6266            - ext/Devel/PPPort/harness/Harness.pm
6267            - ext/Devel/PPPort/harness/Harness.xs
6268            - ext/Devel/PPPort/harness/Makefile.PL
6269            - ext/Devel/PPPort/harness/module2.c
6270            - ext/Devel/PPPort/harness/module3.c
6271            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
6272            - lib/File/Spec/Functions.t
6273           !> (integrate 103 files)
6274 ____________________________________________________________________________
6275 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
6276         Log: Add display() for displaying icky scalars.
6277      Branch: perl
6278            ! t/test.pl
6279 ____________________________________________________________________________
6280 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
6281         Log: Subject: [ID 20011207.001] documentation bug for waitpid
6282              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
6283              Date: Fri, 7 Dec 2001 12:44:56 +0100
6284              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
6285      Branch: perl
6286            ! pod/perlfunc.pod
6287 ____________________________________________________________________________
6288 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
6289         Log: gcc version matching didn't.
6290      Branch: perl
6291            ! hints/linux.sh
6292 ____________________________________________________________________________
6293 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
6294         Log: Subject: HP renamed their servers              
6295              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6296              Date: Fri, 07 Dec 2001 12:07:22 +0100
6297              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
6298      Branch: perl
6299            ! README.hpux
6300 ____________________________________________________________________________
6301 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
6302         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
6303              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6304              Date: Fri, 7 Dec 2001 00:24:55 -0500
6305              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
6306      Branch: perl
6307            ! pod/perlport.pod
6308 ____________________________________________________________________________
6309 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
6310         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
6311              From: Michael G Schwern <schwern@pobox.com> 
6312              Date: Thu, 6 Dec 2001 22:56:34 -0500
6313              Message-ID: <20011207035634.GO22648@blackrider>
6314      Branch: perl
6315            ! t/base/lex.t t/op/exec.t
6316 ____________________________________________________________________________
6317 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
6318         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
6319              From: Michael G Schwern <schwern@pobox.com>
6320              Date: Thu, 6 Dec 2001 22:45:44 -0500
6321              Message-ID: <20011207034544.GN22648@blackrider>
6322              
6323              (plus op/ref tweak)
6324      Branch: perl
6325            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
6326            ! t/run/kill_perl.t t/test.pl
6327 ____________________________________________________________________________
6328 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
6329         Log: Upgrade to Math::BigInt 1.48.
6330      Branch: perl
6331            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
6332            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
6333            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
6334            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
6335            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
6336            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
6337            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
6338 ____________________________________________________________________________
6339 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
6340         Log: Mention also perl56delta in case somone is upgrading from
6341              Perl 5.005_03.
6342      Branch: perl
6343            ! pod/perldelta.pod
6344 ____________________________________________________________________________
6345 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
6346         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
6347              From: Michael G Schwern <schwern@pobox.com>
6348              Date: Thu, 6 Dec 2001 15:15:28 -0500
6349              Message-ID: <20011206201528.GF16414@blackrider>
6350              
6351              (just the term.t, not the lex.t)
6352              
6353              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
6354              From: Michael G Schwern <schwern@pobox.com>
6355              Date: Thu, 6 Dec 2001 15:22:22 -0500
6356              Message-ID: <20011206202222.GG16414@blackrider>
6357              
6358              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
6359              From: Michael G Schwern <schwern@pobox.com>
6360              Date: Thu, 6 Dec 2001 15:31:58 -0500
6361              Message-ID: <20011206203158.GI16414@blackrider>
6362              
6363              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
6364              From: Michael G Schwern <schwern@pobox.com>
6365              Date: Thu, 6 Dec 2001 17:38:55 -0500
6366              Message-ID: <20011206223855.GC22648@blackrider>
6367      Branch: perl
6368            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
6369            ! t/test.pl
6370 ____________________________________________________________________________
6371 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
6372         Log: Update the thr5005 situation.
6373      Branch: perl
6374            ! pod/perldelta.pod
6375 ____________________________________________________________________________
6376 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
6377         Log: perldelta borrowings from perl561delta.
6378      Branch: perl
6379            ! pod/perldelta.pod
6380 ____________________________________________________________________________
6381 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
6382         Log: Add the 5.6.1 perldelta as perl561delta.
6383              (Makes it easier to steal stuff for perldelta :-)
6384      Branch: perl
6385            + pod/perl561delta.pod
6386            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6387 ____________________________________________________________________________
6388 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
6389         Log: Retract #13496 for now.
6390      Branch: perl
6391            ! t/base/lex.t t/base/term.t
6392 ____________________________________________________________________________
6393 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
6394         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
6395              From: "Craig A. Berry" <craigberry@mac.com>
6396              Date: Thu, 6 Dec 2001 14:54:36 -0600
6397              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
6398      Branch: perl
6399            ! vms/ext/filespec.t
6400 ____________________________________________________________________________
6401 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
6402         Log: (retracted by #13499)
6403              
6404              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
6405              From: Michael G Schwern <schwern@pobox.com>
6406              Date: Thu, 6 Dec 2001 15:15:28 -0500
6407              Message-ID: <20011206201528.GF16414@blackrider>
6408      Branch: perl
6409            ! t/base/lex.t t/base/term.t
6410 ____________________________________________________________________________
6411 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
6412         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
6413              From: Michael G Schwern <schwern@pobox.com>
6414              Date: Thu, 6 Dec 2001 13:54:48 -0500
6415              Message-ID: <20011206185448.GC16414@blackrider>
6416      Branch: perl
6417            ! t/op/stat.t
6418 ____________________________________________________________________________
6419 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
6420         Log: The #4 has nothing to do with Unicode.
6421      Branch: perl
6422            ! t/op/tr.t
6423 ____________________________________________________________________________
6424 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
6425         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
6426              From: Michael G Schwern <schwern@pobox.com>
6427              Date: Thu, 6 Dec 2001 13:45:48 -0500
6428              Message-ID: <20011206184548.GB16414@blackrider>
6429      Branch: perl
6430            ! t/op/tr.t
6431 ____________________________________________________________________________
6432 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
6433         Log: Update Changes.
6434      Branch: perl
6435            ! Changes patchlevel.h
6436 ____________________________________________________________________________
6437 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
6438         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
6439              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6440              Date: Thu, 6 Dec 2001 11:41:25 EST
6441              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
6442      Branch: perl
6443            ! vms/vms.c vms/vmsish.h
6444 ____________________________________________________________________________
6445 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
6446         Log: Subject: [PATCH] Re: weirdness in regexps
6447              From: Robin Houston <robin@kitsite.com> 
6448              Date: Thu, 6 Dec 2001 14:44:01 +0000
6449              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
6450      Branch: perl
6451            ! op.c t/lib/strict/subs
6452 ____________________________________________________________________________
6453 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
6454         Log: Make the -b -c -S tests count all of the /dev, not just
6455              check the first one, as suggested by Benjamin Goldberg.
6456      Branch: perl
6457            ! t/op/stat.t
6458 ____________________________________________________________________________
6459 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
6460         Log: Subject: Re: [PATCH: bleadperl] casefold backref
6461              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
6462              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
6463              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
6464      Branch: perl
6465            ! regexec.c
6466 ____________________________________________________________________________
6467 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
6468         Log: Nits noticed by Philip Newton, and de-tab DB.t.
6469      Branch: perl
6470            ! lib/DB.t
6471 ____________________________________________________________________________
6472 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
6473         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
6474              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6475              Date: 6 Dec 2001 11:06:01 -0000
6476              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
6477      Branch: perl
6478            ! op.c t/op/tr.t
6479 ____________________________________________________________________________
6480 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
6481         Log: Subject: [PATCH: bleadperl] casefold backref
6482              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
6483              Date: Wed, 05 Dec 2001 17:27:05 +0000
6484              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
6485      Branch: perl
6486            ! regexec.c t/op/re_tests
6487 ____________________________________________________________________________
6488 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
6489         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
6490              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6491              Date: Wed, 5 Dec 2001 22:34:53 EST
6492              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
6493      Branch: perl
6494            ! mg.c vms/vms.c vms/vmsish.h
6495 ____________________________________________________________________________
6496 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
6497         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
6498              From: Michael G Schwern <schwern@pobox.com>
6499              Date: Wed, 5 Dec 2001 19:52:58 -0500
6500              Message-ID: <20011205195257.A903@blackrider>
6501      Branch: perl
6502            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
6503            + lib/File/Spec/t/rel2abs2rel.t
6504            - lib/File/Spec.t lib/File/Spec/Functions.t
6505            ! MANIFEST
6506 ____________________________________________________________________________
6507 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
6508         Log: Subject: Re: Silly stat() portability questions                
6509              From: Benjamin Goldberg <goldbb2@earthlink.net>
6510              Date: Wed, 05 Dec 2001 22:52:35 -0500
6511              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
6512      Branch: perl
6513            ! pod/perlport.pod
6514 ____________________________________________________________________________
6515 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
6516         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
6517              From: "Craig A. Berry" <craigberry@mac.com>
6518              Date: Wed, 05 Dec 2001 16:41:59 -0600
6519              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
6520      Branch: perl
6521            ! README.vms configure.com lib/File/Spec/VMS.pm
6522            ! vms/ext/filespec.t
6523 ____________________________________________________________________________
6524 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
6525         Log: $apply->('club', $glibc_maintainers);
6526              
6527              (Nick Clark just reported that <langinfo.h> YESSTR
6528              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
6529      Branch: perl
6530            ! ext/I18N/Langinfo/Langinfo.t
6531 ____________________________________________________________________________
6532 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
6533         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
6534      Branch: perl
6535            ! pod/perlport.pod
6536 ____________________________________________________________________________
6537 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
6538         Log: tweak change#13474 (pad entries can apparently be null in some
6539              situations)
6540      Branch: maint-5.6/perl
6541            ! op.c
6542 ____________________________________________________________________________
6543 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
6544         Log: Restore the /dev -b -c -S part of the test.
6545      Branch: perl
6546            ! t/op/stat.t
6547 ____________________________________________________________________________
6548 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
6549         Log: Retract #13475 until Arthur gets back to the mine.
6550      Branch: perl
6551            ! op.c t/run/kill_perl.t
6552 ____________________________________________________________________________
6553 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
6554         Log: (retracted by #13476)
6555              
6556              Manually apply #13474; fixes stale reference to dead
6557              CvOUTSIDE(); this can happen when anonymous subroutines
6558              that aren't closures are returned from an eval""
6559              
6560              (threads/shared/sv_refs.t is coredump-unhappy about this change)
6561      Branch: perl
6562            ! op.c t/run/kill_perl.t
6563 ____________________________________________________________________________
6564 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
6565         Log: replacement for change#10451
6566              
6567              fixes stale reference to dead CvOUTSIDE(); this can happen when
6568              anonymous subroutines that aren't closures are returned from an
6569              eval""
6570      Branch: maint-5.6/perl
6571            ! op.c t/op/misc.t
6572 ____________________________________________________________________________
6573 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
6574         Log: revert change#10451,10472; it was a naive fix that simply
6575              reintroduced the memory leak!
6576      Branch: maint-5.6/perl
6577            ! op.c t/op/misc.t
6578 ____________________________________________________________________________
6579 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
6580         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
6581              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
6582              Date: Wed, 05 Dec 2001 10:49:20 +0100
6583              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
6584      Branch: perl
6585            ! lib/File/Basename.pm lib/File/Basename.t
6586 ____________________________________________________________________________
6587 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
6588         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
6589              From: Michael G Schwern <schwern@pobox.com> 
6590              Date: Wed, 5 Dec 2001 02:47:59 -0500
6591              Message-ID: <20011205024759.H14333@blackrider>
6592      Branch: perl
6593            ! t/op/magic.t
6594 ____________________________________________________________________________
6595 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
6596         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
6597              From: Michael G Schwern <schwern@pobox.com>              
6598              Date: Wed, 5 Dec 2001 02:22:05 -0500
6599              Message-ID: <20011205022205.F14333@blackrider>
6600      Branch: perl
6601            ! t/op/stat.t vms/test.com
6602 ____________________________________________________________________________
6603 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
6604         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
6605              From: Michael G Schwern <schwern@pobox.com> 
6606              Date: Tue, 4 Dec 2001 23:40:10 -0500
6607              Message-ID: <20011204234010.B14333@blackrider>
6608      Branch: perl
6609            ! t/op/stat.t
6610 ____________________________________________________________________________
6611 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
6612         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
6613              From: Michael G Schwern <schwern@pobox.com> 
6614              Date: Tue, 4 Dec 2001 21:09:18 -0500           
6615              Message-ID: <20011204210918.D13279@blackrider>
6616              
6617              t/test.
6618      Branch: perl
6619            ! t/test.pl
6620 ____________________________________________________________________________
6621 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
6622         Log: (accidentally empty check-in)
6623      Branch: perl
6624            ! t/op/stat.t
6625 ____________________________________________________________________________
6626 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
6627         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
6628              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6629              Date: Tue, 04 Dec 2001 23:40:27 +0100
6630              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
6631      Branch: perl
6632            ! mg.c
6633 ____________________________________________________________________________
6634 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
6635         Log: Subject: [PATCH] minor pod fix in Safe.pm
6636              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6637              Date: Tue, 4 Dec 2001 22:02:34 +0100
6638              Message-ID: <20011204220234.A17293@rafael>
6639      Branch: perl
6640            ! ext/Opcode/Safe.pm
6641 ____________________________________________________________________________
6642 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
6643         Log: CRLF GRRR.
6644      Branch: perl
6645            ! djgpp/configure.bat
6646 ____________________________________________________________________________
6647 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
6648         Log: DJGPP fixes from Laszlo Molnar.
6649      Branch: perl
6650            ! djgpp/configure.bat djgpp/djgpp.h
6651 ____________________________________________________________________________
6652 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
6653         Log: Update Changes.
6654      Branch: perl
6655            ! Changes patchlevel.h
6656 ____________________________________________________________________________
6657 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
6658         Log: Must wipe out the memory of real Socket before starting
6659              to use the new fake one.
6660      Branch: perl
6661            ! lib/Net/t/config.t
6662 ____________________________________________________________________________
6663 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
6664         Log: LC_ALL might trump LANG.
6665      Branch: perl
6666            ! lib/open.t
6667 ____________________________________________________________________________
6668 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
6669         Log: Make the eval runtime.
6670      Branch: perl
6671            ! lib/open.pm
6672 ____________________________________________________________________________
6673 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
6674         Log: Make the Langinfo test both more lenient (allow
6675              for any symbol not to exists) and stricter (add
6676              more symbols).
6677      Branch: perl
6678            ! ext/I18N/Langinfo/Langinfo.t
6679 ____________________________________________________________________________
6680 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
6681         Log: integrate change#13453 from maint-5.6
6682              
6683              tweak change#11399 to use an explicit flag rather than
6684              ass_u_ming w32_pseudo_id will only be zero for the real
6685              toplevel interpreter; avoids multiple hosts from diddling
6686              the environment at the same time
6687      Branch: perl
6688           !> win32/perlhost.h
6689 ____________________________________________________________________________
6690 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
6691         Log: Subject: [PATCH] VMS update for perldelta.pod
6692              From: "Craig A. Berry" <craigberry@mac.com> 
6693              Date: Tue, 4 Dec 2001 00:23:12 -0600
6694              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
6695      Branch: perl
6696            ! pod/perldelta.pod
6697 ____________________________________________________________________________
6698 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
6699         Log: NetWare tweak from Ananth Kesari.
6700      Branch: perl
6701            ! NetWare/Makefile
6702 ____________________________________________________________________________
6703 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
6704         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
6705              Not adding the test suite because of its many assumptions.
6706      Branch: perl
6707            ! lib/Net/Ping.pm
6708 ____________________________________________________________________________
6709 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
6710         Log: tweak change#11399 to use an explicit flag rather than
6711              ass_u_ming w32_pseudo_id will only be zero for the real
6712              toplevel interpreter; avoids multiple hosts from diddling
6713              the environment at the same time
6714      Branch: maint-5.6/perl
6715            ! win32/perlhost.h
6716 ____________________________________________________________________________
6717 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
6718         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
6719              from Len Makin.
6720      Branch: perl
6721            + hints/super-ux.sh
6722            ! MANIFEST
6723 ____________________________________________________________________________
6724 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
6725         Log: Add Mac OS X known failures to perldelta.
6726      Branch: perl
6727            ! pod/perldelta.pod
6728 ____________________________________________________________________________
6729 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
6730         Log: I think it's time to call the utf8 code non-test.
6731      Branch: perl
6732            ! utf8.c
6733 ____________________________________________________________________________
6734 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
6735         Log: Retract #13303, need rethink.
6736      Branch: perl
6737            ! utf8.c
6738 ____________________________________________________________________________
6739 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
6740         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
6741              From: "Craig A. Berry" <craigberry@mac.com>
6742              Date: Mon, 03 Dec 2001 16:28:06 -0600
6743              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
6744      Branch: perl
6745            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
6746 ____________________________________________________________________________
6747 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
6748         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
6749              From: Andy Dougherty <doughera@lafayette.edu>
6750              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
6751              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
6752      Branch: perl
6753            ! hints/solaris_2.sh
6754 ____________________________________________________________________________
6755 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
6756         Log: This test is not very robust on 8.3-constrained systems:
6757              all the "with truncated name" lines between "Autosplitting ..."
6758              and "some names are not unique" lines are unexpected,
6759              and the truncation message becomes:
6760              testtest.al, testtest.al truncate to testtest 
6761      Branch: perl
6762            ! lib/AutoSplit.t
6763 ____________________________________________________________________________
6764 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
6765         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
6766      Branch: perl
6767            ! ext/I18N/Langinfo/Langinfo.t
6768 ____________________________________________________________________________
6769 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
6770         Log: Test::Morify UCD.t
6771      Branch: perl
6772            ! lib/Unicode/UCD.t
6773 ____________________________________________________________________________
6774 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
6775         Log: If Socket has not been built (e.g. DJGPP) the libnet
6776              tests fall over with (too) much noise.
6777      Branch: perl
6778            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
6779            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
6780            ! lib/Net/t/smtp.t lib/Net/t/time.t
6781 ____________________________________________________________________________
6782 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
6783         Log: Subject: [PATCH] shared hash keys and ++/--
6784              From: Nicholas Clark <nick@ccl4.org>
6785              Date: Mon, 3 Dec 2001 16:37:16 +0000
6786              Message-ID: <20011203163716.C21702@plum.flirble.org>
6787      Branch: perl
6788            ! pp.c pp_hot.c sv.c t/op/inc.t
6789 ____________________________________________________________________________
6790 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
6791         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
6792              From: Jonathan Stowe <jns@gellyfish.com>
6793              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
6794              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
6795      Branch: perl
6796            ! lib/Term/Cap.pm
6797 ____________________________________________________________________________
6798 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
6799         Log: Update Changes.
6800      Branch: perl
6801            ! Changes patchlevel.h
6802 ____________________________________________________________________________
6803 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
6804         Log: perldelta tweaks.
6805      Branch: perl
6806            ! pod/perldelta.pod
6807 ____________________________________________________________________________
6808 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
6809         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
6810              From: Sam Tregar <sam@tregar.com> 
6811              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
6812              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
6813      Branch: perl
6814            ! pod/perlnewmod.pod
6815 ____________________________________________________________________________
6816 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
6817         Log: microperl casting nit.
6818      Branch: perl
6819            ! utf8.c
6820 ____________________________________________________________________________
6821 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
6822         Log: Make sharepvn a macro since all it does is a deref.
6823      Branch: perl
6824            ! embed.h embed.pl global.sym hv.c hv.h proto.h
6825 ____________________________________________________________________________
6826 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
6827         Log: perldelta updates.
6828      Branch: perl
6829            ! pod/perldelta.pod
6830 ____________________________________________________________________________
6831 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
6832         Log: PPPort update from Paul Marquess.
6833      Branch: perl
6834            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
6835            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
6836            + ext/Devel/PPPort/t/test.t
6837            - ext/Devel/PPPort/harness/Harness.pm
6838            - ext/Devel/PPPort/harness/Harness.xs
6839            - ext/Devel/PPPort/harness/Makefile.PL
6840            - ext/Devel/PPPort/harness/module2.c
6841            - ext/Devel/PPPort/harness/module3.c
6842            - ext/Devel/PPPort/harness/t/test.t
6843            ! MANIFEST ext/Devel/PPPort/MANIFEST
6844            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
6845            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
6846            ! ext/Devel/PPPort/soak
6847 ____________________________________________________________________________
6848 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
6849         Log: No use talking about dynamic library search patch
6850              unless we are having a dynamic build.
6851      Branch: perl
6852            ! t/TEST
6853 ____________________________________________________________________________
6854 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
6855         Log: Be more explicit on the List::Util build trick,
6856              should also stop unneeded rebuilds on static builds.
6857      Branch: perl
6858            ! ext/List/Util/Makefile.PL
6859 ____________________________________________________________________________
6860 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
6861         Log: We need to replace the optimize (-O1) with
6862              the -h scalar0 -h vector0, not append them
6863              to the ccflags.
6864      Branch: perl
6865            ! hints/unicos.sh hints/unicosmk.sh
6866 ____________________________________________________________________________
6867 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
6868         Log: Subject: [PATCH] Shared hash keys 
6869              From: Nicholas Clark <nick@ccl4.org>
6870              Date: Sun, 2 Dec 2001 20:52:32 +0000
6871              Message-ID: <20011202205232.U21702@plum.flirble.org>
6872      Branch: perl
6873            ! doop.c t/op/tr.t
6874 ____________________________________________________________________________
6875 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
6876         Log: Better add new files to MANIFEST, too.
6877      Branch: perl
6878            ! MANIFEST
6879 ____________________________________________________________________________
6880 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
6881         Log: Subject: {PATCH] perlpacktut.pod
6882              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
6883              Date: Sun, 02 Dec 2001 19:55:06 +0100
6884              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
6885      Branch: perl
6886            ! pod/perlpacktut.pod
6887 ____________________________________________________________________________
6888 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
6889         Log: Various small nits found by DJGPP build.
6890      Branch: perl
6891            ! doio.c mg.c pp.c util.c
6892 ____________________________________________________________________________
6893 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
6894         Log: Subject: RE: More verbose POD for Carp
6895              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
6896              Date: Sun, 2 Dec 2001 11:32:51 -0500
6897              Message-ID: <3C0A9748@operamail.com>
6898      Branch: perl
6899            ! lib/Carp.pm
6900 ____________________________________________________________________________
6901 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
6902         Log: Add a header for DJGPP with the function prototypes.
6903      Branch: perl
6904            + djgpp/djgpp.h
6905            ! MANIFEST djgpp/djgpp.c
6906 ____________________________________________________________________________
6907 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
6908         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
6909              From: Abe Timmerman <abe@ztreet.demon.nl>
6910              Date: Sun, 02 Dec 2001 02:41:25 +0100
6911              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
6912      Branch: perl
6913            ! pp_sys.c
6914 ____________________________________________________________________________
6915 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
6916         Log: There isn't PTR2INT(), there's PTR2IV().
6917      Branch: perl
6918            ! ext/Time/HiRes/HiRes.xs
6919 ____________________________________________________________________________
6920 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
6921         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
6922              From: Marc Lehmann <root@schmorp.de>
6923              Date: Sun, 02 Dec 2001 02:44:53 +0100
6924              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
6925      Branch: perl
6926            ! ext/Time/HiRes/HiRes.xs
6927 ____________________________________________________________________________
6928 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
6929         Log: encode()/decode() examples.
6930      Branch: perl
6931            ! ext/Encode/Encode.pm
6932 ____________________________________________________________________________
6933 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
6934         Log: DJGPP tweaks from Laszlo Molnar.
6935      Branch: perl
6936            ! djgpp/config.over djgpp/djgppsed.sh
6937 ____________________________________________________________________________
6938 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
6939         Log: Update Changes.
6940      Branch: perl
6941            ! Changes patchlevel.h
6942 ____________________________________________________________________________
6943 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
6944         Log: Integrate perlio;
6945              
6946              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
6947              which do not have file descriptors. Noticed a possibly
6948              worse problem in the process ...
6949      Branch: perl
6950           !> doio.c
6951 ____________________________________________________________________________
6952 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
6953         Log: Non-VMS-fixed and Win32-skipped version of
6954              
6955              Subject: [PATCH t/op/exec.t] Portabilty fix 
6956              From: Michael G Schwern <schwern@pobox.com> 
6957              Date: Fri, 30 Nov 2001 16:09:27 -0500
6958              Message-ID: <20011130160927.A10406@blackrider>
6959      Branch: perl
6960            ! t/op/exec.t
6961 ____________________________________________________________________________
6962 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
6963         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
6964              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
6965              Date: Sat, 1 Dec 2001 07:01:09 -0500
6966              Message-ID: <3C0D2E39@operamail.com>
6967              
6968              Subject: More verbose POD for Carp
6969              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
6970              Date: Sat, 1 Dec 2001 08:04:16 -0500
6971              Message-ID: <3C285C2B@operamail.com>
6972      Branch: perl
6973            ! lib/Carp.pm lib/Carp/Heavy.pm
6974 ____________________________________________________________________________
6975 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
6976         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
6977              From: chromatic <chromatic@rmci.net>
6978              Date: Sat, 01 Dec 2001 12:41:58 -0700
6979              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
6980      Branch: perl
6981            ! lib/DB.t
6982 ____________________________________________________________________________
6983 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
6984         Log: Try to make a missing RADIXCHAR a softer kinder error.
6985      Branch: perl
6986            ! ext/I18N/Langinfo/Langinfo.t
6987 ____________________________________________________________________________
6988 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
6989         Log: Have a little faith on nl_langinfo() itself.
6990      Branch: perl
6991            ! ext/I18N/Langinfo/Langinfo.xs
6992 ____________________________________________________________________________
6993 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
6994         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
6995              the max, not max plus one)
6996      Branch: perl
6997            ! ext/I18N/Langinfo/Langinfo.xs
6998 ____________________________________________________________________________
6999 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
7000         Log: Make reality agree with the comment.
7001      Branch: perl
7002            ! ext/I18N/Langinfo/Langinfo.xs
7003 ____________________________________________________________________________
7004 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
7005         Log: Try to protect against wild langinfo() arguments.
7006      Branch: perl
7007            ! ext/I18N/Langinfo/Langinfo.xs
7008 ____________________________________________________________________________
7009 [ 13409] By: nick                                  on 2001/12/01  18:19:59
7010         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
7011              have file descriptors. Noticed a possibly worse problem in the process ...
7012      Branch: perlio
7013            ! doio.c
7014 ____________________________________________________________________________
7015 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
7016         Log: If we are inside an eval, let's be silent about
7017              separate symbols and just croak() in the end.
7018      Branch: perl
7019            ! lib/Exporter/Heavy.pm
7020 ____________________________________________________________________________
7021 [ 13407] By: nick                                  on 2001/12/01  17:14:05
7022         Log: Integrate mainline
7023      Branch: perlio
7024           !> (integrate 26 files)
7025 ____________________________________________________________________________
7026 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
7027         Log: Subject: Fix for Exporter error reporting behaviour
7028              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
7029              Date: Sat, 1 Dec 2001 06:34:48 -0500
7030              Message-ID: <3C0D1B9A@operamail.com>
7031      Branch: perl
7032            ! lib/Exporter.pm lib/Exporter/Heavy.pm
7033 ____________________________________________________________________________
7034 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
7035         Log: Need to hide behind an eval to avoid a warning
7036              about :utf8 on non-perlio configs.
7037      Branch: perl
7038            ! lib/open.t
7039 ____________________________________________________________________________
7040 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
7041         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
7042              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7043              Date: Fri, 30 Nov 2001 23:46:58 +0100
7044              Message-ID: <20011130234658.A717@rafael>
7045      Branch: perl
7046            ! op.c t/op/method.t
7047 ____________________________________________________________________________
7048 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
7049         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
7050              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7051              Date: Thu, 29 Nov 2001 22:46:12 +0100
7052              Message-ID: <20011129224612.A699@rafael>
7053      Branch: perl
7054            ! ext/B/B/Xref.pm
7055 ____________________________________________________________________________
7056 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
7057         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
7058              From: Tels <perl_dummy@bloodgate.com>
7059              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
7060              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
7061      Branch: perl
7062            ! pod/perlfunc.pod
7063 ____________________________________________________________________________
7064 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
7065         Log: Subject: [REPATCH] reference pointer comparison
7066              From: Nicholas Clark <nick@ccl4.org>
7067              Date: Sat, 1 Dec 2001 13:00:17 +0000
7068              Message-ID: <20011201130017.I21702@plum.flirble.org>
7069      Branch: perl
7070            ! pp.c
7071 ____________________________________________________________________________
7072 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
7073         Log: Upgrade to Storable 1.0.14.
7074      Branch: perl
7075            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
7076 ____________________________________________________________________________
7077 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
7078         Log: Add simple caches for ::viacode() and ::vianame().
7079      Branch: perl
7080            ! lib/charnames.pm lib/charnames.t
7081 ____________________________________________________________________________
7082 [ 13398] By: nick                                  on 2001/12/01  10:36:24
7083         Log: Integrate mainline.
7084      Branch: perlio
7085           +> (branch 44 files)
7086            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
7087            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
7088            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
7089           !> (integrate 250 files)
7090 ____________________________________________________________________________
7091 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
7092         Log: Regen toc and modlib.
7093      Branch: perl
7094            ! pod/perlmodlib.pod pod/perltoc.pod
7095 ____________________________________________________________________________
7096 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
7097         Log: Upgrade to podlators-1.18.
7098      Branch: perl
7099            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
7100 ____________________________________________________________________________
7101 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
7102         Log: -h scalar0 -h vector0 seems to help for both
7103              UNICOS and UNICOS/mk on the unpack %65c problems.
7104              
7105              (replaces #13393)
7106      Branch: perl
7107            ! hints/unicos.sh hints/unicosmk.sh
7108 ____________________________________________________________________________
7109 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
7110         Log: More Socket constants.
7111      Branch: perl
7112            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
7113 ____________________________________________________________________________
7114 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
7115         Log: (replaced by #13395)
7116      Branch: perl
7117            ! hints/unicosmk.sh
7118 ____________________________________________________________________________
7119 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
7120         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
7121              From: Andy Dougherty <doughera@lafayette.edu>
7122              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
7123              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
7124              
7125              Simplify the test skippage criterion now that we are
7126              no more dependent on sed.
7127      Branch: perl
7128            ! t/comp/cpp.t t/run/switchPx.t
7129 ____________________________________________________________________________
7130 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
7131         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
7132              From: Michael G Schwern <schwern@pobox.com>
7133              Date: Fri, 30 Nov 2001 11:48:44 -0500
7134              Message-ID: <20011130114844.C1303@blackrider>
7135              
7136              (replaces #13381)
7137      Branch: perl
7138            ! t/op/stat.t
7139 ____________________________________________________________________________
7140 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
7141         Log: Let's not assume how much memory has been allocated
7142              to PVs.
7143      Branch: perl
7144            ! ext/Devel/Peek/Peek.t
7145 ____________________________________________________________________________
7146 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
7147         Log: VOS needs to know the modules, including pp_sort.
7148      Branch: perl
7149            ! vos/perl.bind
7150 ____________________________________________________________________________
7151 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
7152         Log: Unused variables.
7153      Branch: perl
7154            ! ext/Unicode/Normalize/Normalize.xs
7155 ____________________________________________________________________________
7156 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
7157         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
7158              From: John Peacock <jpeacock@rowman.com>     
7159              Date: Fri, 30 Nov 2001 10:24:00 -0500        
7160              Message-ID: <3C07A490.A22A76B0@rowman.com>   
7161      Branch: perl
7162            ! lib/ExtUtils/Embed.t
7163 ____________________________________________________________________________
7164 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
7165         Log: Tweak for the VOS building script from Paul Green.
7166      Branch: perl
7167            ! vos/configure_perl.cm
7168 ____________________________________________________________________________
7169 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
7170         Log: Update Changes.
7171      Branch: perl
7172            ! Changes patchlevel.h
7173 ____________________________________________________________________________
7174 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
7175         Log: Cannot test if cppstdin has not yet been installed.
7176      Branch: perl
7177            ! t/run/switchPx.t
7178 ____________________________________________________________________________
7179 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
7180         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
7181              From: Michael G Schwern <schwern@pobox.com> 
7182              Date: Thu, 29 Nov 2001 22:05:11 -0500
7183              Message-ID: <20011129220510.A18869@blackrider>
7184              
7185              TODO 1: if cppstdin is used and not yet installed,
7186              the Px.t will fail (must do the same as in cpp.t)
7187              
7188              TODO 2: does this work if no Perl whatsoever has
7189              yet been installed?  That is, we should be using
7190              the Perl we are building to execute the one-liner.
7191      Branch: perl
7192            + t/run/switchPx.aux t/run/switchPx.t
7193            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
7194            ! vms/test.com
7195 ____________________________________________________________________________
7196 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
7197         Log: Upgrade to Unicode::Normalize 0.12.
7198      Branch: perl
7199            ! ext/Unicode/Normalize/Changes
7200            ! ext/Unicode/Normalize/Normalize.pm
7201            ! ext/Unicode/Normalize/Normalize.xs
7202            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
7203            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
7204            ! ext/Unicode/Normalize/t/test.t
7205 ____________________________________________________________________________
7206 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
7207         Log: (replaced by #13391)
7208              
7209              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
7210              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
7211              Date: 30 Nov 2001 11:41:53 -0000             
7212              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
7213              
7214              No need to die if we have high-paranoia (non-chdirable)
7215              system directories.
7216      Branch: perl
7217            ! t/op/stat.t
7218 ____________________________________________________________________________
7219 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
7220         Log: Paragraph rewrapping.
7221      Branch: perl
7222            ! pod/perliol.pod
7223 ____________________________________________________________________________
7224 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
7225         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
7226              From: Stas Bekman <stas@stason.org>
7227              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
7228              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
7229      Branch: perl
7230            ! pod/perliol.pod
7231 ____________________________________________________________________________
7232 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
7233         Log: Whether select() gets restarted on signals is
7234              implementation dependent.
7235      Branch: perl
7236            ! ext/Time/HiRes/HiRes.t
7237 ____________________________________________________________________________
7238 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
7239         Log: More forgotten checkins.
7240      Branch: perl
7241            ! embed.h embed.pl proto.h
7242 ____________________________________________________________________________
7243 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
7244         Log: Add a note about folding vs lowercase.
7245      Branch: perl
7246            ! regexec.c
7247 ____________________________________________________________________________
7248 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
7249         Log: Use to_uni_fold (and add changed global.sym)
7250      Branch: perl
7251            ! global.sym utf8.c
7252 ____________________________________________________________________________
7253 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
7254         Log: Make to Unicode character functions to use UVs
7255              instead of U32s and add to_uni_fold().
7256      Branch: perl
7257            ! embed.pl proto.h utf8.c
7258 ____________________________________________________________________________
7259 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
7260         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
7261              From: Nicholas Clark <nick@ccl4.org>
7262              Date: Thu, 29 Nov 2001 22:47:32 +0000
7263              Message-ID: <20011129224732.W37621@plum.flirble.org>
7264      Branch: perl
7265            ! pod/perlpacktut.pod
7266 ____________________________________________________________________________
7267 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
7268         Log: README.vos updates from Paul Green.
7269      Branch: perl
7270            ! README.vos
7271 ____________________________________________________________________________
7272 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
7273         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
7274              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7275              Date: Thu, 29 Nov 2001 14:18:51 EST
7276              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
7277      Branch: perl
7278            ! mg.c vms/vms.c vms/vmsish.h
7279 ____________________________________________________________________________
7280 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
7281         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
7282              From: Michael G Schwern <schwern@pobox.com>
7283              Date: Thu, 29 Nov 2001 13:12:31 -0500
7284              Message-ID: <20011129131231.E11300@blackrider>
7285      Branch: perl
7286            ! README.vms
7287 ____________________________________________________________________________
7288 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
7289         Log: BGET_IV was missing.
7290      Branch: perl
7291            ! ext/ByteLoader/bytecode.h
7292 ____________________________________________________________________________
7293 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
7294         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
7295              From: Jonathan Stowe <gellyfish@gellyfish.com>
7296              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
7297              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
7298      Branch: perl
7299            ! lib/Term/Cap.pm
7300 ____________________________________________________________________________
7301 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
7302         Log: Porting/checkURL.pl was missing.
7303      Branch: perl
7304            ! MANIFEST
7305 ____________________________________________________________________________
7306 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
7307         Log: Subject: INSTALL and READMEs should be reviewed
7308              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7309              Date: Thu, 29 Nov 2001 16:49:36 +0100
7310              Message-ID: <20011129164936.A17492@rafael>         
7311      Branch: perl
7312            ! README.cygwin
7313 ____________________________________________________________________________
7314 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
7315         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
7316              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
7317              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
7318              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
7319      Branch: perl
7320            ! README.os390
7321 ____________________________________________________________________________
7322 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
7323         Log: Update Changes.
7324      Branch: perl
7325            ! Changes patchlevel.h
7326 ____________________________________________________________________________
7327 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
7328         Log: The changes to the curliffed files didn't stick in #13348.
7329      Branch: perl
7330            ! README.dos README.win32
7331 ____________________________________________________________________________
7332 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
7333         Log: Subject: Re: Found the rev where File::Glob broke
7334              From: Andy Dougherty <doughera@lafayette.edu>
7335              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
7336              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
7337      Branch: perl
7338            ! lib/ExtUtils/MM_Unix.pm
7339 ____________________________________________________________________________
7340 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
7341         Log: Use __DATA__ instead of __END__.
7342      Branch: perl
7343            ! lib/Term/Cap.pm
7344 ____________________________________________________________________________
7345 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
7346         Log: Subject: [PATCH toke.c] autosplit into @F fix
7347              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7348              Date: Thu, 29 Nov 2001 14:52:23 +0100
7349              Message-ID: <20011129145223.A25817@rafael>         
7350      Branch: perl
7351            ! toke.c
7352 ____________________________________________________________________________
7353 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
7354         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
7355              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7356              Date: Thu, 29 Nov 2001 15:48:15 +0100
7357              Message-ID: <20011129154815.C25817@rafael>         
7358      Branch: perl
7359            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
7360 ____________________________________________________________________________
7361 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
7362         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
7363              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
7364              Date: Wed, 28 Nov 2001 20:35:29 +0100
7365              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
7366      Branch: perl
7367            ! pod/perlpacktut.pod
7368 ____________________________________________________________________________
7369 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
7370         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
7371              From: Stas Bekman <stas@stason.org>
7372              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
7373              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
7374              
7375              (with tweaks)
7376      Branch: perl
7377            ! pod/perlapio.pod
7378 ____________________________________________________________________________
7379 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
7380         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
7381              From: Tels <perl_dummy@bloodgate.com>
7382              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
7383              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
7384              
7385              (plus paragraph rewrapping)
7386      Branch: perl
7387            ! lib/Exporter.pm
7388 ____________________________________________________________________________
7389 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
7390         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
7391              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
7392              Date: Wed, 28 Nov 2001 21:47:59 +0000
7393              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
7394      Branch: perl
7395            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
7396 ____________________________________________________________________________
7397 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
7398         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
7399              From: Andy Dougherty <doughera@lafayette.edu>
7400              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
7401              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
7402      Branch: perl
7403            ! INSTALL ext/Time/HiRes/HiRes.t
7404 ____________________________________________________________________________
7405 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
7406         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
7407              From: Michael G Schwern <schwern@pobox.com> 
7408              Date: Wed, 28 Nov 2001 16:37:01 -0500
7409              Message-ID: <20011128163701.H676@blackrider>
7410      Branch: perl
7411            ! t/run/kill_perl.t
7412 ____________________________________________________________________________
7413 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
7414         Log: @INC tweak.
7415      Branch: perl
7416            ! t/op/ref.t
7417 ____________________________________________________________________________
7418 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
7419         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
7420              From: Nicholas Clark <nick@ccl4.org>
7421              Date: Wed, 28 Nov 2001 23:38:43 +0000
7422              Message-ID: <20011128233843.N37621@plum.flirble.org>  
7423      Branch: perl
7424            ! installman
7425 ____________________________________________________________________________
7426 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
7427         Log: Tweak the forking logic.
7428      Branch: perl
7429            ! Porting/checkURL.pl
7430 ____________________________________________________________________________
7431 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
7432         Log: Update perlmodlib.PL as per #13348.  The L<> got
7433              changed back because that is coming from ParseLink.pm.
7434      Branch: perl
7435            ! pod/perlmodlib.PL pod/perlmodlib.pod
7436 ____________________________________________________________________________
7437 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
7438         Log: URL fixups from Michael Schwern.
7439      Branch: perl
7440            ! README.cygwin README.dos README.hpux README.mint README.mpeix
7441            ! README.os390 README.qnx README.solaris README.vos README.win32
7442            ! pod/perlmodlib.pod
7443 ____________________________________________________________________________
7444 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
7445         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
7446              From: Barrie Slaymaker <barries@slaysys.com>
7447              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
7448              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
7449      Branch: perl
7450            ! lib/Exporter.pm
7451 ____________________________________________________________________________
7452 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
7453         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
7454      Branch: perl
7455            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
7456 ____________________________________________________________________________
7457 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
7458         Log: Subject: [PATCH] Re: $\ very broken
7459              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7460              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
7461              Message-ID: <20011128223308.E732@rafael>   
7462              
7463              Subject: Re: [PATCH] Re: $\ very broken     
7464              From: Nicholas Clark <nick@ccl4.org>
7465              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
7466              Message-ID: <20011128222859.K37621@plum.flirble.org>
7467      Branch: perl
7468            ! mg.c t/op/ref.t
7469 ____________________________________________________________________________
7470 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
7471         Log: Add Abigail's link checker with the following tweaks:
7472              - known dummy URLs (Peter Prymmer)
7473              - do also READMEs and INSTALL (Michael Schwern)
7474              - do also ftp URLs
7475              - add fork retry loop in case the allowed number
7476              of processes per user is low
7477      Branch: perl
7478            + Porting/checkURL.pl
7479            ! MANIFEST
7480 ____________________________________________________________________________
7481 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
7482         Log: Update Changes.
7483      Branch: perl
7484            ! Changes patchlevel.h
7485 ____________________________________________________________________________
7486 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
7487         Log: In Linux if we have modern enough gcc and supported
7488              enough CPU, crank up the optimization level to -O3.
7489      Branch: perl
7490            ! hints/linux.sh
7491 ____________________________________________________________________________
7492 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
7493         Log: Add perlpacktut from Wolfgang Laun; regen toc.
7494      Branch: perl
7495            + pod/perlpacktut.pod
7496            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
7497            ! pod/perltoc.pod
7498 ____________________________________________________________________________
7499 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
7500         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
7501              From: PPrymmer@factset.com
7502              Date: Wed, 28 Nov 2001 07:51:26 -0500
7503              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
7504      Branch: perl
7505            ! vms/test.com
7506 ____________________________________________________________________________
7507 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
7508         Log: Test cases for the first half of #13338.
7509      Branch: perl
7510            ! t/lib/h2ph.h t/lib/h2ph.pht
7511 ____________________________________________________________________________
7512 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
7513         Log: Subject: Re: h2ph confused by comments in an enum.
7514              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
7515              Date: Wed, 28 Nov 2001 04:19:21 +0000
7516              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
7517              
7518              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
7519              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
7520              Date: Wed, 28 Nov 2001 13:36:35 +0000
7521              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
7522      Branch: perl
7523            ! utils/h2ph.PL
7524 ____________________________________________________________________________
7525 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
7526         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
7527              From: Jonathan Stowe <gellyfish@gellyfish.com>
7528              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
7529              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
7530              
7531              (replace #13327)
7532      Branch: perl
7533            ! lib/Term/Cap.pm
7534 ____________________________________________________________________________
7535 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
7536         Log: Replace #13335 with
7537              
7538              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
7539              From: Russ Allbery <rra@stanford.edu>
7540              Date: 27 Nov 2001 20:42:49 -0800
7541              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
7542      Branch: perl
7543            ! lib/Pod/Text/Termcap.pm
7544 ____________________________________________________________________________
7545 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
7546         Log: (replaced by #13336)
7547              
7548              Subject: [PATCH perl@13323] Termcap.pm with no termios
7549              From: "Craig A. Berry" <craigberry@mac.com> 
7550              Date: Tue, 27 Nov 2001 22:28:50 -0600
7551              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
7552      Branch: perl
7553            ! lib/Pod/Text/Termcap.pm
7554 ____________________________________________________________________________
7555 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
7556         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
7557              From: "Craig A. Berry" <craigberry@mac.com> 
7558              Date: Tue, 27 Nov 2001 21:46:45 -0600
7559              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
7560      Branch: perl
7561            ! configure.com
7562 ____________________________________________________________________________
7563 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
7564         Log: Upgrade to podlators 1.17.
7565      Branch: perl
7566            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
7567            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
7568 ____________________________________________________________________________
7569 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
7570         Log: Fix for "a\x{100}" =~ /A/i.
7571      Branch: perl
7572            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
7573            ! utf8.c
7574 ____________________________________________________________________________
7575 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
7576         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
7577              From: "Craig A. Berry" <craigberry@mac.com>
7578              Date: Tue, 27 Nov 2001 17:11:49 -0600
7579              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
7580      Branch: perl
7581            ! lib/DB.t
7582 ____________________________________________________________________________
7583 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
7584         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
7585              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7586              Date: Tue, 27 Nov 2001 14:55:23 -0500
7587              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
7588              
7589              Subject: [PATCH: perl@13324] updates to perldelta.pod 
7590              From: PPrymmer@factset.com
7591              Date: Tue, 27 Nov 2001 18:06:04 -0500
7592              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
7593              
7594              plus added some known problems.
7595      Branch: perl
7596            ! pod/perldelta.pod
7597 ____________________________________________________________________________
7598 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
7599         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
7600              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7601              Date: Tue, 27 Nov 2001 15:38:02 EST 
7602              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
7603      Branch: perl
7604            ! configure.com vms/vms.c vms/vmsish.h
7605 ____________________________________________________________________________
7606 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
7607         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
7608              From: Michael G Schwern <schwern@pobox.com> 
7609              Date: Tue, 27 Nov 2001 15:31:12 -0500
7610              Message-ID: <20011127153112.G20929@blackrider>
7611      Branch: perl
7612            ! t/run/kill_perl.t
7613 ____________________________________________________________________________
7614 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
7615         Log: (replaced by #13337)
7616              
7617              VMS can safely hardcode a termcap entry for VT100.
7618      Branch: perl
7619            ! lib/Term/Cap.pm
7620 ____________________________________________________________________________
7621 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
7622         Log: VMS piping fixes from Charles Lane (perl -P should
7623              be working now).
7624      Branch: perl
7625            ! vms/vms.c
7626 ____________________________________________________________________________
7627 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
7628         Log: Subject: [PATCH] perlvar.pod fix
7629              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7630              Date: Tue, 27 Nov 2001 13:11:47 -0500
7631              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
7632      Branch: perl
7633            ! pod/perlvar.pod
7634 ____________________________________________________________________________
7635 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
7636         Log: Update Changes.
7637      Branch: perl
7638            ! Changes patchlevel.h
7639 ____________________________________________________________________________
7640 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
7641         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
7642              From: "Craig A. Berry" <craigberry@mac.com> 
7643              Date: Tue, 27 Nov 2001 10:21:18 -0600
7644              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
7645      Branch: perl
7646            ! lib/ExtUtils/MM_VMS.pm
7647 ____________________________________________________________________________
7648 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
7649         Log: Protect against accumulating -options -options -options.
7650      Branch: perl
7651            ! hints/hpux.sh
7652 ____________________________________________________________________________
7653 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
7654         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
7655              From: Barrie Slaymaker <barries@slaysys.com>
7656              Date: Tue, 27 Nov 2001 10:58:54 -0500
7657              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
7658      Branch: perl
7659            ! lib/Benchmark.pm
7660 ____________________________________________________________________________
7661 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
7662         Log: Tiny fix from John P. Linderman.
7663      Branch: perl
7664            ! lib/sort.pm
7665 ____________________________________________________________________________
7666 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
7667         Log: The Story of sort(), from John P. Linderman.
7668      Branch: perl
7669            ! pod/perldelta.pod
7670 ____________________________________________________________________________
7671 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
7672         Log: Add information what to do if you are reading
7673              perluniintro but using some older Perl.
7674      Branch: perl
7675            ! pod/perluniintro.pod
7676 ____________________________________________________________________________
7677 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
7678         Log: Update the 'wide characters' FAQ entry.
7679      Branch: perl
7680            ! pod/perlfaq6.pod
7681 ____________________________________________________________________________
7682 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
7683         Log: Fix for
7684              
7685              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
7686              From: Marc Lehmann <root@schmorp.de>
7687              Date: Tue, 27 Nov 2001 14:27:14 +0100
7688              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
7689      Branch: perl
7690            ! ext/Encode.t ext/Encode/Encode.xs
7691 ____________________________________________________________________________
7692 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
7693         Log: Subject: [PATCH] DB_File 1.801
7694              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7695              Date: Tue, 27 Nov 2001 15:06:45 -0000
7696              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
7697      Branch: perl
7698            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7699            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
7700 ____________________________________________________________________________
7701 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
7702         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
7703      Branch: perl
7704            ! pod/perlmodlib.pod
7705 ____________________________________________________________________________
7706 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
7707         Log: sort() doc tweaks from John P. Linderman.
7708      Branch: perl
7709            ! pod/perlfunc.pod
7710 ____________________________________________________________________________
7711 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
7712         Log: Subject: [PATCH] More perldelta.pod nits
7713              From: Simon Glover <scog@roe.ac.uk>
7714              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
7715              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
7716      Branch: perl
7717            ! pod/perldelta.pod
7718 ____________________________________________________________________________
7719 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
7720         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
7721              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7722              Date: Tue, 27 Nov 2001 11:52:31 -0000
7723              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
7724      Branch: perl
7725            ! ext/Devel/PPPort/harness/Makefile.PL
7726 ____________________________________________________________________________
7727 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
7728         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
7729              From: Michael G Schwern <schwern@pobox.com>
7730              Date: Tue, 27 Nov 2001 03:38:24 -0500
7731              Message-ID: <20011127033824.A17775@blackrider>
7732      Branch: perl
7733            ! t/TEST
7734 ____________________________________________________________________________
7735 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
7736         Log: Subject: Re: perlcc very broken
7737              From: John Peacock <jpeacock@rowman.com>
7738              Date: Tue, 27 Nov 2001 06:48:01 -0500
7739              Message-ID: <3C037D71.4030508@rowman.com>
7740      Branch: perl
7741            ! utils/perlcc.PL
7742 ____________________________________________________________________________
7743 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
7744         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
7745              From: David Dyck <dcd@tc.fluke.com>
7746              Date: Mon, 26 Nov 2001 22:04:38 -0800
7747              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
7748      Branch: perl
7749            ! t/op/pack.t
7750 ____________________________________________________________________________
7751 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
7752         Log: Subject: [ID 20011126.149] t/op/split fails step 37
7753              From: David Dyck <dcd@tc.fluke.com>
7754              Date: Mon, 26 Nov 2001 21:52:35 -0800
7755              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
7756      Branch: perl
7757            ! t/op/split.t
7758 ____________________________________________________________________________
7759 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
7760         Log: incorporate last minute change from libnet 1.0901-tobe
7761      Branch: perl
7762            ! lib/Net/SMTP.pm
7763 ____________________________________________________________________________
7764 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
7765         Log: Pass 7 at perldelta - random edits.
7766      Branch: perl
7767            ! pod/perldelta.pod
7768 ____________________________________________________________________________
7769 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
7770         Log: Portability and skippage tweaks.
7771      Branch: perl
7772            ! t/op/split.t
7773 ____________________________________________________________________________
7774 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
7775         Log: (retracted by #13449)
7776              Try to make Unicode casemapping to work for EBCDIC, too.
7777      Branch: perl
7778            ! utf8.c
7779 ____________________________________________________________________________
7780 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
7781         Log: Just printing 1..0 is not quite enough...
7782      Branch: perl
7783            ! lib/Dumpvalue.t
7784 ____________________________________________________________________________
7785 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
7786         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
7787              Delay the match until runtime.
7788      Branch: perl
7789            ! t/op/append.t
7790 ____________________________________________________________________________
7791 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
7792         Log: UTF-EBCDIC.
7793      Branch: perl
7794            ! ext/Devel/Peek/Peek.t
7795 ____________________________________________________________________________
7796 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
7797         Log: Be UTF-EBCDIC aware.
7798      Branch: perl
7799            ! lib/bytes.t
7800 ____________________________________________________________________________
7801 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
7802         Log: Bad assumption which way digits and letters sort.
7803      Branch: perl
7804            ! lib/English.t
7805 ____________________________________________________________________________
7806 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
7807         Log: If in EBCDIC but no Convert::EBCDIC
7808              the libnet tests will all fail.
7809      Branch: perl
7810            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
7811            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
7812            ! lib/Net/t/smtp.t lib/Net/t/time.t
7813 ____________________________________________________________________________
7814 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
7815         Log: Just sorting to guarantee order is not enough.
7816              (Think EBCDIC.) 
7817      Branch: perl
7818            ! lib/ExtUtils/Manifest.t
7819 ____________________________________________________________________________
7820 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
7821         Log: OS/390 cleanable gunk.
7822      Branch: perl
7823            ! lib/ExtUtils/MM_Unix.pm
7824 ____________________________________________________________________________
7825 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
7826         Log: Update the EBCDIC MD5 checksums.
7827      Branch: perl
7828            ! ext/Digest/MD5/t/files.t
7829 ____________________________________________________________________________
7830 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
7831         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
7832              From: Nicholas Clark <nick@ccl4.org>
7833              Date: Mon, 26 Nov 2001 23:06:34 +0000
7834              Message-ID: <20011126230633.Q37621@plum.flirble.org>
7835      Branch: perl
7836            ! installman
7837 ____________________________________________________________________________
7838 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
7839         Log: sort tweaks from John P. Linderman.
7840      Branch: perl
7841            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
7842 ____________________________________________________________________________
7843 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
7844         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
7845              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
7846              Date: Mon, 26 Nov 2001 18:47:25 -0600
7847              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
7848              
7849              Craig Berry submitted half of this patch just yesterday.
7850              Spooky cosmic resonance.
7851      Branch: perl
7852            ! ext/Socket/Socket.xs
7853 ____________________________________________________________________________
7854 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
7855         Log: Subject: [PATCH] doio slightly smaller
7856              From: Nicholas Clark <nick@ccl4.org>
7857              Date: Tue, 27 Nov 2001 00:40:23 +0000      
7858              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
7859      Branch: perl
7860            ! doio.c
7861 ____________________________________________________________________________
7862 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
7863         Log: perldelta nits from Autrijus Tang and Ron Kimball.
7864      Branch: perl
7865            ! pod/perldelta.pod
7866 ____________________________________________________________________________
7867 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
7868         Log: Subject: [PATCH] unpack P* uses random length for item
7869              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
7870              Date: Mon, 26 Nov 2001 19:56:32 +0100
7871              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
7872      Branch: perl
7873            ! pod/perldiag.pod pp_pack.c t/op/pack.t
7874 ____________________________________________________________________________
7875 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
7876         Log: Subject: [PATCH current] system and taintedness
7877              From: Radu Greab <radu@netsoft.ro>
7878              Date: Mon, 26 Nov 2001 18:42:29 +0200
7879              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
7880      Branch: perl
7881            ! pp_sys.c t/op/taint.t
7882 ____________________________________________________________________________
7883 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
7884         Log: Subject: [PATCH @ 13283] Devel::PPPort
7885              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7886              Date: Mon, 26 Nov 2001 14:37:17 -0000
7887              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
7888      Branch: perl
7889            + ext/Devel/PPPort/MANIFEST
7890            ! MANIFEST ext/Devel/PPPort/Makefile.PL
7891            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
7892            ! ext/Devel/PPPort/harness/Harness.xs
7893            ! ext/Devel/PPPort/harness/Makefile.PL
7894            ! ext/Devel/PPPort/harness/module2.c
7895            ! ext/Devel/PPPort/harness/module3.c
7896            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
7897 ____________________________________________________________________________
7898 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
7899         Log: Update the test list.
7900      Branch: perl
7901            ! t/lib/1_compile.t
7902 ____________________________________________________________________________
7903 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
7904         Log: Sync-up tests with libnet distribution
7905      Branch: perl
7906            + lib/Net/t/netrc.t
7907            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
7908 ____________________________________________________________________________
7909 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
7910         Log: Update Changes.
7911      Branch: perl
7912            ! Changes patchlevel.h
7913 ____________________________________________________________________________
7914 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
7915         Log: Upgrade to podlators 1.16.
7916      Branch: perl
7917            + lib/Pod/t/basic.cap
7918            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
7919            ! lib/Pod/t/basic.t pod/pod2man.PL
7920 ____________________________________________________________________________
7921 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
7922         Log: Pass 6 at perldelta - sort enhancements, generic and
7923              platform specific bug fixes.
7924      Branch: perl
7925            ! pod/perldelta.pod
7926 ____________________________________________________________________________
7927 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
7928         Log: PROPAGATE documentation from Tony Cook.
7929      Branch: perl
7930            ! pod/perlfunc.pod
7931 ____________________________________________________________________________
7932 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
7933         Log: DJGPP cannot do signals that well.
7934      Branch: perl
7935            ! ext/POSIX/t/sigaction.t
7936 ____________________________________________________________________________
7937 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
7938         Log: Can't do subsecond alarms without ualarm; and break out
7939              early if alarms do not seem to be coming in as expected.
7940      Branch: perl
7941            ! ext/Time/HiRes/HiRes.t
7942 ____________________________________________________________________________
7943 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
7944         Log: No Socket, little Net.
7945      Branch: perl
7946            ! t/lib/1_compile.t
7947 ____________________________________________________________________________
7948 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
7949         Log: Take the taint brush to the getcwds.
7950      Branch: perl
7951            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
7952 ____________________________________________________________________________
7953 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
7954         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
7955              From: "Craig A. Berry" <craigberry@mac.com>
7956              Date: Sun, 25 Nov 2001 16:20:45 -0600
7957              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
7958      Branch: perl
7959            ! ext/Socket/Socket.xs
7960 ____________________________________________________________________________
7961 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
7962         Log: Since in some DOS filesystems the timestamp granularity
7963              may be only two seconds, better sleep for three to play safe.
7964              (Helps CygWin, at least.)
7965      Branch: perl
7966            ! lib/Memoize/t/expire_file.t
7967 ____________________________________________________________________________
7968 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
7969         Log: For some reason CygWin wasn't collapsing multiple
7970              slashes into one, which made some Spec.t tests to fail.
7971              Either CygWin was being too prudish or the collapsing
7972              logic needs to be rethunk.
7973      Branch: perl
7974            ! lib/File/Spec/Unix.pm
7975 ____________________________________________________________________________
7976 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
7977         Log: Cygwin needs to have libperl.dll around if trying to link
7978              with -lperl.  Note: this change cures the test but whether
7979              it cures CygPerl installation, I don't know: hopefully the
7980              libperl5_7_2.dll, or the version equivalent, gets installed
7981              also as libperl.dll to the proper place(s).
7982      Branch: perl
7983            ! lib/ExtUtils/Embed.t
7984 ____________________________________________________________________________
7985 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
7986         Log: -I../lib/.. and -L../lib/..?  Strange.
7987      Branch: perl
7988            ! lib/ExtUtils/Embed.t
7989 ____________________________________________________________________________
7990 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
7991         Log: $MM?
7992      Branch: perl
7993            ! lib/ExtUtils/Embed.pm
7994 ____________________________________________________________________________
7995 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
7996         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
7997              From: Dave Rolsky <autarch@urth.org>
7998              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
7999              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
8000      Branch: perl
8001            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
8002            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
8003 ____________________________________________________________________________
8004 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
8005         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
8006              From: chromatic <chromatic@rmci.net>
8007              Date: Sat, 24 Nov 2001 14:56:57 -0700
8008              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
8009              
8010              plus a tweak for ithreads builds.
8011      Branch: perl
8012            + lib/DB.t
8013            ! MANIFEST lib/DB.pm
8014 ____________________________________________________________________________
8015 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
8016         Log: Win32 compilation tweaks for Blair Zajac.
8017      Branch: perl
8018            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
8019 ____________________________________________________________________________
8020 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
8021         Log: I don't think trying to bracket the hires time with lores
8022              times is going to be portable enough: Cygwin seems to be
8023              capable of getting hires ones rather consistently lower
8024              than the lores ones.  So let's try average difference instead.
8025      Branch: perl
8026            ! ext/Time/HiRes/HiRes.t
8027 ____________________________________________________________________________
8028 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
8029         Log: Subject: Re: benchmarks, sorts and reproducibility
8030              From: "John P. Linderman" <jpl@research.att.com>
8031              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
8032              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
8033              
8034              Randomize large partitions for quicksort to dodge the
8035              angry gods of quadratic.
8036      Branch: perl
8037            ! pp_sort.c
8038 ____________________________________________________________________________
8039 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
8040         Log: The joys of portable quoting.
8041      Branch: perl
8042            ! ext/Devel/PPPort/harness/Makefile.PL
8043 ____________________________________________________________________________
8044 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
8045         Log: sort pragma tweaks.
8046      Branch: perl
8047            ! lib/sort.pm
8048 ____________________________________________________________________________
8049 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
8050         Log: Skip the link= directives of utils.lst if no mandir
8051              (if no manpages).
8052      Branch: perl
8053            ! installman
8054 ____________________________________________________________________________
8055 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
8056         Log: integrate changes#8340,13260 from mainline
8057              
8058              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
8059              
8060              change#3373 introduced a handle leak in backticks and piped open()s
8061              that fail
8062      Branch: maint-5.6/perl
8063            ! t/io/pipe.t util.c
8064 ____________________________________________________________________________
8065 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
8066         Log: change#3373 introduced a handle leak in backticks and piped open()s
8067              that fail
8068      Branch: perl
8069            ! util.c
8070 ____________________________________________________________________________
8071 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
8072         Log: metaconfig unit change for #13258.
8073      Branch: metaconfig/U/perl
8074            ! d_procselfexe.U
8075 ____________________________________________________________________________
8076 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
8077         Log: Extraenous breaks noticed by David Dyck.
8078      Branch: perl
8079            ! Configure
8080 ____________________________________________________________________________
8081 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
8082         Log: Revert the /proc/self/auxv experiment for now.
8083      Branch: perl
8084            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
8085 ____________________________________________________________________________
8086 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
8087         Log: Also ExtUtils.t had $^X assumptions.
8088      Branch: perl
8089            ! lib/ExtUtils.t
8090 ____________________________________________________________________________
8091 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
8092         Log: Now is Solaris if you start the t/perl in the t/
8093              as "./perl", the $^X will be "../perl", not "./perl".
8094      Branch: perl
8095            ! t/lib/1_compile.t
8096 ____________________________________________________________________________
8097 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
8098         Log: The new way of finding out $^X in Solaris
8099              requires a little tweak if the executable
8100              pathname is *not* absolute: prepend "./"
8101              (otherwise `$^X ...` will start perl from PATH...)
8102      Branch: perl
8103            ! perl.c
8104 ____________________________________________________________________________
8105 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
8106         Log: Avoid "will not stay shared" warnings.
8107      Branch: perl
8108            ! lib/ExtUtils/MM_Unix.pm
8109 ____________________________________________________________________________
8110 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
8111         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
8112              From: Michael G Schwern <schwern@pobox.com>
8113              Date: Sat, 24 Nov 2001 19:56:18 -0500
8114              Message-ID: <20011124195618.A14614@blackrider>            
8115      Branch: perl
8116            ! perl.c pp_sys.c t/op/magic.t util.c
8117 ____________________________________________________________________________
8118 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
8119         Log: In the MakeMaker pm_to_blib target don't copy all
8120              the files in one fell swppo, deal with them hunkwise,
8121              helps for CLIs with limited line lengths.
8122              (This seems to help for DJGPP building Encode,
8123              where there are dozens of files to copy.)
8124      Branch: perl
8125            ! lib/ExtUtils/MM_Unix.pm
8126 ____________________________________________________________________________
8127 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
8128         Log: testsuite leaves stray files behind on windows
8129      Branch: perl
8130            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
8131 ____________________________________________________________________________
8132 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
8133         Log: xsubpp produces a spurious warning on directories called 'typemap'
8134      Branch: perl
8135            ! lib/ExtUtils/xsubpp
8136 ____________________________________________________________________________
8137 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
8138         Log: xsubpp treats invalid (indented) cpp directives as comments
8139      Branch: perl
8140            ! ext/IO/IO.xs
8141 ____________________________________________________________________________
8142 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
8143         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
8144      Branch: perl
8145            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
8146 ____________________________________________________________________________
8147 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
8148         Log: The debug_pag needs to be visible at all times
8149              because of the re extension.
8150      Branch: perl
8151            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
8152 ____________________________________________________________________________
8153 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
8154         Log: Subject: Re: [PATCH] Tests are good
8155              From: Philip Newton <Philip.Newton@gmx.net>
8156              Date: Sat, 24 Nov 2001 21:24:00 +0100
8157              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
8158      Branch: perl
8159            ! pod/perlhack.pod
8160 ____________________________________________________________________________
8161 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
8162         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
8163              From: "Craig A. Berry" <craigberry@mac.com> 
8164              Date: Sat, 24 Nov 2001 12:45:44 -0600
8165              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
8166              
8167              (with tweaks, and combined with Sarathy's #13242)
8168      Branch: perl
8169            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
8170 ____________________________________________________________________________
8171 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
8172         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
8173              From: John Peacock <jpeacock@rowman.com>
8174              Date: Sat, 24 Nov 2001 14:27:46 -0500
8175              Message-ID: <3BFFF4B2.40509@rowman.com> 
8176      Branch: perl
8177            ! lib/Exporter/Heavy.pm
8178 ____________________________________________________________________________
8179 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
8180         Log: use portable quotes
8181      Branch: perl
8182            ! ext/Devel/PPPort/harness/Makefile.PL
8183 ____________________________________________________________________________
8184 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
8185         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
8186              From: Nicholas Clark <nick@ccl4.org>
8187              Date: Sat, 24 Nov 2001 18:06:26 +0000
8188              Message-ID: <20011124180626.T37621@plum.flirble.org>
8189      Branch: perl
8190            ! installman
8191 ____________________________________________________________________________
8192 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
8193         Log: Subject: [PATCH] perl5005delta.pod L<>
8194              From: Nicholas Clark <nick@ccl4.org>
8195              Date: Sat, 24 Nov 2001 18:04:21 +0000
8196              Message-ID: <20011124180421.S37621@plum.flirble.org>
8197      Branch: perl
8198            ! pod/perl5005delta.pod
8199 ____________________________________________________________________________
8200 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
8201         Log: fix typo in config.vc; regenerate win32 config_H.* files
8202      Branch: perl
8203            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8204            ! win32/config_H.vc
8205 ____________________________________________________________________________
8206 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
8207         Log: Mention the charnames::vianame().
8208      Branch: perl
8209            ! pod/perluniintro.pod
8210 ____________________________________________________________________________
8211 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
8212         Log: Add charnames::vianame() in case people want to access
8213              the codes in run-time (as opposed to the compile-timeness
8214              of \N{...}).
8215      Branch: perl
8216            ! lib/charnames.pm lib/charnames.t
8217 ____________________________________________________________________________
8218 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
8219         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
8220              From: Nicholas Clark <nick@ccl4.org>
8221              Date: Sat, 24 Nov 2001 16:30:42 +0000
8222              Message-ID: <20011124163042.R37621@plum.flirble.org>
8223      Branch: perl
8224            ! regcomp.c regcomp.h
8225 ____________________________________________________________________________
8226 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
8227         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
8228              From: Nicholas Clark <nick@ccl4.org>
8229              Date: Sat, 24 Nov 2001 16:24:33 +0000
8230              Message-ID: <20011124162433.Q37621@plum.flirble.org>
8231              
8232              cmp fixes.
8233      Branch: perl
8234            ! pp.c
8235 ____________________________________________________________________________
8236 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
8237         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
8238              (It seems that "./perl" gets resolved to "perl" now.)
8239      Branch: perl
8240            ! perl.c
8241 ____________________________________________________________________________
8242 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
8243         Log: Subject: [PATCH] DB_File 1.800        
8244              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
8245              Date: Sat, 24 Nov 2001 11:41:41 -0000
8246              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
8247      Branch: perl
8248            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8249            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
8250            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
8251            ! ext/DB_File/t/db-recno.t
8252 ____________________________________________________________________________
8253 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
8254         Log: Tweak the PUSHED documentation.
8255      Branch: perl
8256            ! ext/PerlIO/Via/Via.pm
8257 ____________________________________________________________________________
8258 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
8259         Log: Update 1_compile for new known tests.
8260      Branch: perl
8261            ! t/lib/1_compile.t
8262 ____________________________________________________________________________
8263 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
8264         Log: Move the MBF/MBI test modules to t/lib.
8265      Branch: perl
8266            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
8267            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
8268            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
8269            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
8270            ! lib/Math/BigInt/t/sub_mbi.t
8271 ____________________________________________________________________________
8272 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
8273         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
8274              From: "Craig A. Berry" <craigberry@mac.com> 
8275              Date: Fri, 23 Nov 2001 18:05:35 -0600
8276              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
8277      Branch: perl
8278            ! configure.com
8279 ____________________________________________________________________________
8280 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
8281         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
8282              From: PPrymmer@factset.com 
8283              Date: Fri, 23 Nov 2001 17:03:07 -0500
8284              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
8285      Branch: perl
8286            ! ext/Unicode/Normalize/mkheader
8287 ____________________________________________________________________________
8288 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
8289         Log: Here are the right helper files.
8290      Branch: perl
8291            + t/lib/Filter/Simple/ExportTest.pm
8292            + t/lib/Filter/Simple/FilterOnlyTest.pm
8293            + t/lib/Filter/Simple/FilterTest.pm
8294            + t/lib/Filter/Simple/ImportTest.pm
8295            ! MANIFEST
8296 ____________________________________________________________________________
8297 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
8298         Log: Update Changes.
8299      Branch: perl
8300            ! Changes patchlevel.h
8301 ____________________________________________________________________________
8302 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
8303         Log: Never mind.
8304      Branch: perl
8305            - lib/Filter/Simple/lib/ExportTest.pm
8306            - lib/Filter/Simple/lib/ImportTest.pm
8307 ____________________________________________________________________________
8308 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
8309         Log: Mis-add.
8310      Branch: perl
8311            + lib/Filter/Simple/lib/ExportTest.pm
8312            + lib/Filter/Simple/lib/ImportTest.pm
8313 ____________________________________________________________________________
8314 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
8315         Log: Upgrade to Filter::Simple 0.77.
8316      Branch: perl
8317            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
8318            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
8319            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
8320            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
8321            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
8322 ____________________________________________________________________________
8323 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
8324         Log: Missing p4 add.
8325      Branch: perl
8326            + lib/ExtUtils/MM_VMS.t
8327 ____________________________________________________________________________
8328 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
8329         Log: Pass 5 at perldelta - module and utility updates cleanup.
8330      Branch: perl
8331            ! pod/perldelta.pod
8332 ____________________________________________________________________________
8333 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
8334         Log: metaconfig unit change for #13219.
8335      Branch: metaconfig/U/perl
8336            ! d_procselfexe.U
8337 ____________________________________________________________________________
8338 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
8339         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
8340      Branch: perl
8341            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8342            ! pod/buildtoc.PL pod/perltoc.pod
8343 ____________________________________________________________________________
8344 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
8345         Log: Add procselfexe and d_dirfd to strange lands.
8346      Branch: perl
8347            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
8348            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
8349            ! vos/config.ga.def vos/config.ga.h win32/config.bc
8350            ! win32/config.gc win32/config.vc win32/config.win64
8351            ! wince/config.ce
8352 ____________________________________________________________________________
8353 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
8354         Log: metaconfig unit change for #13216.
8355      Branch: metaconfig/U/perl
8356            ! d_procselfexe.U
8357 ____________________________________________________________________________
8358 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
8359         Log: Better to "quote" the pathname.
8360      Branch: perl
8361            ! Configure config_h.SH
8362 ____________________________________________________________________________
8363 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
8364         Log: Use PROCSELFEXE_PATH.
8365      Branch: perl
8366            ! perl.c
8367 ____________________________________________________________________________
8368 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
8369         Log: metaconfig unit change for #13213.
8370      Branch: metaconfig/U/perl
8371            ! d_procselfexe.U
8372 ____________________________________________________________________________
8373 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
8374         Log: Add probing for BSD-like /proc/curpoc/file.
8375      Branch: perl
8376            ! Configure config_h.SH
8377 ____________________________________________________________________________
8378 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
8379         Log: metaconfig unit change for 13211.
8380      Branch: metaconfig/U/perl
8381            + d_dirfd.U
8382 ____________________________________________________________________________
8383 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
8384         Log: Add probing for dirfd() so that it can be added it IO::Dir.
8385      Branch: perl
8386            ! Configure config_h.SH perl.h
8387 ____________________________________________________________________________
8388 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
8389         Log: ...and update the test count.
8390      Branch: perl
8391            ! lib/Pod/t/basic.t
8392 ____________________________________________________________________________
8393 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
8394         Log: Must remove the cap test also from the test script.
8395      Branch: perl
8396            ! lib/Pod/t/basic.t
8397 ____________________________________________________________________________
8398 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
8399         Log: Subject: [PATCH] Tests are good
8400              From: Nicholas Clark <nick@ccl4.org>
8401              Date: Fri, 23 Nov 2001 18:12:21 +0000
8402              Message-ID: <20011123181220.F37621@plum.flirble.org>
8403      Branch: perl
8404            ! pod/perlhack.pod
8405 ____________________________________________________________________________
8406 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
8407         Log: The basic.cap from podlators 1.14 is not very portable.
8408      Branch: perl
8409            - lib/Pod/t/basic.cap
8410            ! MANIFEST
8411 ____________________________________________________________________________
8412 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
8413         Log: Subject: Re: [DOC PATCHES] pod cleanups
8414              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
8415              Date: 22 Nov 2001 12:54:16 -0000
8416              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
8417      Branch: perl
8418            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
8419            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
8420 ____________________________________________________________________________
8421 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
8422         Log: FAQ sync.
8423      Branch: perl
8424            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
8425 ____________________________________________________________________________
8426 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
8427         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
8428              From: PPrymmer@factset.com
8429              Date: Fri, 23 Nov 2001 11:43:45 -0500
8430              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
8431      Branch: perl
8432            ! MANIFEST lib/ExtUtils/MM_VMS.pm
8433 ____________________________________________________________________________
8434 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
8435         Log: Corify podlators 1.14 test.
8436      Branch: perl
8437            ! lib/Pod/t/basic.t
8438 ____________________________________________________________________________
8439 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
8440         Log: Output tweak needed because of podlators 1.14.
8441      Branch: perl
8442            ! t/pod/multiline_items.xr
8443 ____________________________________________________________________________
8444 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
8445         Log: Upgrade to podlators 1.14.
8446      Branch: perl
8447            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
8448            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
8449            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
8450            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
8451            ! lib/Pod/Text/Overstrike.pm
8452 ____________________________________________________________________________
8453 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
8454         Log: perlmodinstall tweaks from Philip Newton.
8455      Branch: perl
8456            ! pod/perlmodinstall.pod
8457 ____________________________________________________________________________
8458 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
8459         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
8460              From: Autrijus Tang <autrijus@autrijus.org>           
8461              Date: Fri, 23 Nov 2001 23:55:53 +0800
8462              Message-ID: <20011123235553.A2310@not.autrijus.org>
8463      Branch: perl
8464            ! Porting/genlog
8465 ____________________________________________________________________________
8466 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
8467         Log: Subject: Re: regex oddness with \Z and $&
8468              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
8469              Date: Fri, 23 Nov 2001 15:15:24 +0000
8470              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
8471      Branch: perl
8472            ! regcomp.c t/op/re_tests
8473 ____________________________________________________________________________
8474 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
8475         Log: regen_headers.
8476      Branch: perl
8477            ! embed.h global.sym pod/perlapi.pod proto.h
8478 ____________________________________________________________________________
8479 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
8480         Log: Forgotten check-in.
8481      Branch: perl
8482            ! pod/perlapi.pod
8483 ____________________________________________________________________________
8484 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
8485         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
8486      Branch: perl
8487            ! lib/Test/Simple.pm
8488 ____________________________________________________________________________
8489 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
8490         Log: Retract #13173 (effectively retract Net::Ping 2.06,
8491              go back to 2.04, the 2.06 hasn't seen the patches
8492              that have gone to the blead version.)
8493      Branch: perl
8494            - lib/Net/Ping/CHANGES lib/Net/Ping/README
8495            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
8496            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
8497            - lib/Net/Ping/t/200_ping_tcp.t
8498            ! MANIFEST lib/Net/Ping.pm
8499 ____________________________________________________________________________
8500 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
8501         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
8502              From: Robin Barker <rmb1@cise.npl.co.uk>
8503              Date: Thu, 22 Nov 2001 11:00:38 GMT
8504              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
8505      Branch: perl
8506            ! utils/perldoc.PL
8507 ____________________________________________________________________________
8508 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
8509         Log: metaconfig unit change for #13191.
8510      Branch: metaconfig/U/perl
8511            ! d_procselfexe.U
8512 ____________________________________________________________________________
8513 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
8514         Log: procselfexe tweak: for some reason I had a ls in
8515              /proc/self/exe, not the ls Configure thought it
8516              would found.
8517      Branch: perl
8518            ! Configure
8519 ____________________________________________________________________________
8520 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
8521         Log: Corify the Net::Ping tests; skip the tests
8522              unless $ENV{PERL_TEST_Net_Ping} is true.
8523      Branch: perl
8524            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
8525            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
8526            ! lib/Net/Ping/t/200_ping_tcp.t
8527 ____________________________________________________________________________
8528 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
8529         Log: metaconfig units changes for #13188.
8530      Branch: metaconfig
8531            ! U/modified/Head.U
8532      Branch: metaconfig/U/perl
8533            ! issymlink.U
8534 ____________________________________________________________________________
8535 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
8536         Log: The #13182 didn't really help.  The real problem
8537              seems to be that 'sh' can in AIX mean at least three
8538              different things, and we can't know which one it is
8539              unless we export $newsh from an earlier run (and it's
8540              the 'bsh' aka 'sh' that has the the broken test -h).
8541      Branch: perl
8542            ! Configure
8543 ____________________________________________________________________________
8544 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
8545         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
8546      Branch: perl
8547            ! op.c t/op/override.t
8548 ____________________________________________________________________________
8549 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
8550         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
8551              From: PPrymmer@factset.com 
8552              Date: Wed, 21 Nov 2001 20:17:25 -0500
8553              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
8554      Branch: perl
8555            ! lib/Shell.t
8556 ____________________________________________________________________________
8557 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
8558         Log: Reapply perlmodinstall parts of #12897.
8559      Branch: perl
8560            ! pod/perlmodinstall.pod
8561 ____________________________________________________________________________
8562 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
8563         Log: perlmodinstall 2.01 from Jon Orwant.
8564      Branch: perl
8565            ! pod/perlmodinstall.pod
8566 ____________________________________________________________________________
8567 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
8568         Log: Subject: [PATCH @10907] REXX on OS/2
8569              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8570              Date: Wed, 21 Nov 2001 15:26:11 -0500
8571              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
8572      Branch: perl
8573            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
8574            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
8575 ____________________________________________________________________________
8576 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
8577         Log: metaconfig unit change for #13181.
8578      Branch: metaconfig/U/perl
8579            ! issymlink.U
8580 ____________________________________________________________________________
8581 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
8582         Log: AIX has broken builtin 'test'.
8583      Branch: perl
8584            ! Configure
8585 ____________________________________________________________________________
8586 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
8587         Log: Subject: [PATCH 5.7.x] INSTALL size update
8588              From: Andy Dougherty <doughera@lafayette.edu>
8589              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
8590              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
8591      Branch: perl
8592            ! INSTALL
8593 ____________________________________________________________________________
8594 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
8595         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
8596              to pp_sort.c.  Includes the quicksort stabilizing layer
8597              from John P. Linderman.  -Msort=qsort or -Msort=fast is
8598              faster than without (or with -Msort=mergesort or -Msort=safe)
8599              for short random inputs, but for some reason not quite as fast
8600              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
8601              optimizing definitely needed.
8602      Branch: perl
8603            + lib/sort.pm lib/sort.t pp_sort.c
8604            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
8605            ! embed.pl global.sym perl.h pp_ctl.c proto.h
8606            ! vms/descrip_mms.template vos/build.cm win32/Makefile
8607            ! win32/makefile.mk wince/Makefile.ce
8608 ____________________________________________________________________________
8609 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
8610         Log: Sync file with libnet-1.0901-tobe
8611      Branch: perl
8612            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
8613            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
8614            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
8615            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
8616            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
8617 ____________________________________________________________________________
8618 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
8619         Log: Subject: [PATCH perldoc] problems with pod2man
8620              From: Robin Barker <rmb1@cise.npl.co.uk>
8621              Date: Wed, 21 Nov 2001 17:48:51 GMT
8622              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
8623      Branch: perl
8624            ! utils/perldoc.PL
8625 ____________________________________________________________________________
8626 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
8627         Log: debug_pad only visible when debugging.
8628      Branch: perl
8629            ! makedef.pl
8630 ____________________________________________________________________________
8631 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
8632         Log: metaconfig units changes for #13174.
8633      Branch: metaconfig/U/perl
8634            + d_procselfexe.U
8635            - procselfexe.U
8636 ____________________________________________________________________________
8637 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
8638         Log: procselfexe tweaks.
8639      Branch: perl
8640            ! Configure config_h.SH
8641 ____________________________________________________________________________
8642 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
8643         Log: Upgrade to Net::Ping 2.06.
8644      Branch: perl
8645            + lib/Net/Ping/CHANGES lib/Net/Ping/README
8646            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
8647            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
8648            + lib/Net/Ping/t/200_ping_tcp.t
8649            ! MANIFEST lib/Net/Ping.pm
8650 ____________________________________________________________________________
8651 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
8652         Log: Upgrade to Math::BigInt 1.47.
8653      Branch: perl
8654            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8655            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
8656            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
8657            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
8658            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
8659            ! lib/Math/BigInt/t/sub_mbi.t
8660 ____________________________________________________________________________
8661 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
8662         Log: Dynaloading for POSIX-BC from Thomas Dorner.
8663      Branch: perl
8664            ! hints/posix-bc.sh
8665 ____________________________________________________________________________
8666 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
8667         Log: Strange: the same mysterious regex study bug
8668              seems to be present both in OS/390 and POSIX-BC.
8669              Deep EBCDIC magic that regex engine gets wrong,
8670              or a bug in some compiler/library shared by the
8671              two platforms?  From Thomas Dorner.
8672      Branch: perl
8673            ! t/op/study.t
8674 ____________________________________________________________________________
8675 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
8676         Log: More lost and found.
8677      Branch: perl
8678            + lib/Test/Simple/README
8679            ! MANIFEST
8680 ____________________________________________________________________________
8681 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
8682         Log: MANIFESTly missing.
8683      Branch: perl
8684            ! MANIFEST
8685 ____________________________________________________________________________
8686 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
8687         Log: Subject: Re: PERFORCE change 13162 for review               
8688              From: Philip Newton <Philip.Newton@gmx.net> 
8689              Date: Wed, 21 Nov 2001 16:44:30 +0100
8690              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
8691      Branch: perl
8692            ! ext/Devel/PPPort/PPPort.pm
8693 ____________________________________________________________________________
8694 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
8695         Log: Update Changes.
8696      Branch: perl
8697            ! Changes patchlevel.h
8698 ____________________________________________________________________________
8699 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
8700         Log: Small doc tweaks.
8701      Branch: perl
8702            ! ext/PerlIO/Via/Via.pm
8703 ____________________________________________________________________________
8704 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
8705         Log: Redundant return.
8706      Branch: perl
8707            ! ext/MIME/Base64/QuotedPrint.pm
8708 ____________________________________________________________________________
8709 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
8710         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
8711              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
8712              Date: Wed, 21 Nov 2001 10:23:16 +0100
8713              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
8714      Branch: perl
8715            ! pp_pack.c t/op/pack.t
8716 ____________________________________________________________________________
8717 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
8718         Log: Add Devel::PPPort originally from Kenneth Albanowski,
8719              revigorated by Paul Marquess: gives h2xs a Perl version
8720              portability boost.
8721      Branch: perl
8722            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
8723            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
8724            + ext/Devel/PPPort/harness/Harness.pm
8725            + ext/Devel/PPPort/harness/Harness.xs
8726            + ext/Devel/PPPort/harness/Makefile.PL
8727            + ext/Devel/PPPort/harness/module2.c
8728            + ext/Devel/PPPort/harness/module3.c
8729            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
8730            ! MANIFEST lib/h2xs.t utils/h2xs.PL
8731 ____________________________________________________________________________
8732 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
8733         Log: Oops.
8734      Branch: perl
8735            ! lib/Test/Simple/t/filehandles.t
8736 ____________________________________________________________________________
8737 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
8738         Log: Subject: Re: PERFORCE change 13152 for review               
8739              From: Philip Newton <Philip.Newton@gmx.net> 
8740              Date: Wed, 21 Nov 2001 09:04:05 +0100
8741              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
8742      Branch: perl
8743            ! lib/Test/Builder.pm
8744 ____________________________________________________________________________
8745 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
8746         Log: Subject: Re: PERFORCE change 13142 for review
8747              From: Philip Newton <Philip.Newton@gmx.net>
8748              Date: Wed, 21 Nov 2001 09:04:03 +0100
8749              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
8750              
8751              plus rewrap few paragraphs.
8752      Branch: perl
8753            ! lib/Pod/LaTeX.pm
8754 ____________________________________________________________________________
8755 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
8756         Log: Integrate #13154 from macperl; Remove comments.
8757      Branch: perl
8758           !> lib/File/Spec/Mac.pm
8759 ____________________________________________________________________________
8760 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
8761         Log: Update the list of modules having tests.
8762      Branch: perl
8763            ! t/lib/1_compile.t
8764 ____________________________________________________________________________
8765 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
8766         Log: Slight doc changes.
8767      Branch: maint-5.6/macperl
8768            ! macos/macperl/MacPerl.podhelp
8769 ____________________________________________________________________________
8770 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
8771         Log: Add UTF-16 coercion.
8772      Branch: maint-5.6/macperl
8773            ! macos/lib/Mac/AppleEvents/Simple.pm
8774 ____________________________________________________________________________
8775 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
8776         Log: Remove comments.
8777      Branch: maint-5.6/macperl
8778            ! lib/File/Spec/Mac.pm
8779 ____________________________________________________________________________
8780 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
8781         Log: Fix FSpGetCatInfo (and other functions) corrupting
8782              memory with bad filespecs (bug #471867)
8783      Branch: maint-5.6/macperl
8784            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
8785 ____________________________________________________________________________
8786 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
8787         Log: Upgrade to Test::Simple 0.33.
8788      Branch: perl
8789            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
8790            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
8791            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
8792 ____________________________________________________________________________
8793 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
8794         Log: Upgrade to Test::Harness 1.26.
8795      Branch: perl
8796            ! lib/Test/Harness.pm lib/Test/Harness/Changes
8797 ____________________________________________________________________________
8798 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
8799         Log: Integrate change #13145 from maintperl;
8800              another compatibility tweak to change#12559: avoid quoting
8801              arguments that already have quotes; add test case
8802      Branch: perl
8803           !> t/op/system_tests win32/win32.c
8804 ____________________________________________________________________________
8805 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
8806         Log: integrate change#13147 from mainline (fixes nit in change#10091)
8807              
8808              Subject: [PATCH] spaceship and refs
8809      Branch: maint-5.6/perl
8810            ! pp.c pp_hot.c t/op/cmp.t
8811 ____________________________________________________________________________
8812 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
8813         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
8814              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
8815              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
8816              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
8817      Branch: perl
8818            + lib/Pod/t/utils.t
8819            ! MANIFEST
8820 ____________________________________________________________________________
8821 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
8822         Log: Subject: [PATCH] spaceship and refs
8823              From: Nicholas Clark <nick@ccl4.org>
8824              Date: Tue, 20 Nov 2001 21:59:51 +0000
8825              Message-ID: <20011120215951.U62891@plum.flirble.org> 
8826      Branch: perl
8827            ! pp.c pp_hot.c t/op/cmp.t
8828 ____________________________________________________________________________
8829 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
8830         Log: Try to clarify which I/O call operates on bytes,
8831              which on characters, which on either.
8832      Branch: perl
8833            ! pod/perlfunc.pod
8834 ____________________________________________________________________________
8835 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
8836         Log: another compatibility tweak to change#12559: avoid quoting
8837              arguments that already have quotes; add test case
8838      Branch: maint-5.6/perl
8839            ! t/op/system_tests win32/win32.c
8840 ____________________________________________________________________________
8841 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
8842         Log: Give a simple example of writing PerlIO::Via handlers
8843              in Perl.
8844      Branch: perl
8845            ! ext/PerlIO/Via/Via.pm
8846 ____________________________________________________________________________
8847 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
8848         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
8849      Branch: perl
8850            + lib/Pod/t/latex.t
8851            ! MANIFEST
8852 ____________________________________________________________________________
8853 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
8854         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
8855              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8856              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
8857              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
8858      Branch: perl
8859            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
8860 ____________________________________________________________________________
8861 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
8862         Log: Spread d_procselfexe to far-off lands (undefined).
8863      Branch: perl
8864            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
8865            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
8866            ! vos/config.ga.def vos/config.ga.h win32/config.bc
8867            ! win32/config.gc win32/config.vc win32/config.win64
8868            ! wince/config.ce
8869 ____________________________________________________________________________
8870 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
8871         Log: Integrate perlio; add detection and use of /proc/self/exe
8872              (Linuxism for finding the absolute path of the executable)
8873      Branch: perl
8874           !> Configure config_h.SH perl.c t/op/magic.t
8875 ____________________________________________________________________________
8876 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
8877         Log: Really define do_report_used() only if DEBUGGING.
8878      Branch: perl
8879            ! sv.c
8880 ____________________________________________________________________________
8881 [ 13138] By: nick                                  on 2001/11/20  20:01:05
8882         Log: perl.c change to use HAS_PROCSELFEXE, also
8883              tweak to $^X test to comprehend full path to real executable
8884              being returned (like Cygwin as it happens...)
8885      Branch: perlio
8886            ! perl.c t/op/magic.t
8887 ____________________________________________________________________________
8888 [ 13137] By: nick                                  on 2001/11/20  19:46:00
8889         Log: Integrate mainline
8890      Branch: perlio
8891           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
8892           +> lib/NEXT/t/unseen.t
8893            - lib/NEXT/test.pl
8894           !> (integrate 34 files)
8895 ____________________________________________________________________________
8896 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
8897         Log: Subject: [?PATCH] terser pp_eq
8898              From: Nicholas Clark <nick@ccl4.org>
8899              Date: Mon, 19 Nov 2001 23:09:02 +0000
8900              Message-ID: <20011119230901.O62891@plum.flirble.org>
8901      Branch: perl
8902            ! pp_hot.c
8903 ____________________________________________________________________________
8904 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
8905         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
8906      Branch: perl
8907            ! pod/perldelta.pod
8908 ____________________________________________________________________________
8909 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
8910         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
8911              From: Andy Dougherty <doughera@lafayette.edu>
8912              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
8913              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
8914      Branch: perl
8915            ! ext/re/Makefile.PL ext/re/re.xs
8916 ____________________________________________________________________________
8917 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
8918         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
8919              From: Andy Dougherty <doughera@lafayette.edu>
8920              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
8921              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
8922      Branch: perl
8923            ! ext/re/re.xs
8924 ____________________________________________________________________________
8925 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
8926         Log: Integrate change #13119 from macperl.
8927              (No changes since already applied the patch,
8928              just keep perforce happy and well-fed.)
8929      Branch: perl
8930           !> lib/Pod/Html.pm
8931 ____________________________________________________________________________
8932 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
8933         Log: Subject: [PATCH] filter-util.pl for Mac OS
8934              From: Chris Nandor <pudge@pobox.com>
8935              Date: Tue, 20 Nov 2001 00:16:11 -0500
8936              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
8937      Branch: perl
8938            ! t/lib/filter-util.pl
8939 ____________________________________________________________________________
8940 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
8941         Log: Subject: [PATCH] Portability fix for Pod::Html
8942              From: Chris Nandor <pudge@pobox.com>
8943              Date: Tue, 20 Nov 2001 00:01:05 -0500
8944              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
8945      Branch: perl
8946            ! lib/Pod/Html.pm
8947 ____________________________________________________________________________
8948 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
8949         Log: Need to skip more tests if not perlio.
8950      Branch: perl
8951            ! lib/open.t
8952 ____________________________________________________________________________
8953 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
8954         Log: Pass 3 at perldelta - sort the lists of new modules,
8955              module improvements, and new platforms.
8956      Branch: perl
8957            ! pod/perldelta.pod
8958 ____________________________________________________________________________
8959 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
8960         Log: Document ${^OPEN}.
8961      Branch: perl
8962            ! pod/perlvar.pod
8963 ____________________________________________________________________________
8964 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
8965         Log: Make configpm work with extra keys
8966      Branch: maint-5.6/macperl
8967            ! macos/configpm
8968 ____________________________________________________________________________
8969 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
8970         Log: Version and doc updates
8971      Branch: maint-5.6/macperl
8972            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
8973 ____________________________________________________________________________
8974 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
8975         Log: More fixes for error message parsing (bug #470316)
8976      Branch: maint-5.6/macperl
8977            ! macos/macish.c
8978 ____________________________________________________________________________
8979 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
8980         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
8981              remove obsolete function (bug #465225)
8982      Branch: maint-5.6/macperl
8983            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
8984            ! macos/macperl/MPScript.c
8985 ____________________________________________________________________________
8986 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
8987         Log: Add p2as droplet to distribution.
8988      Branch: maint-5.6/macperl
8989            + macos/macperl/Droplets/p2as.plx
8990 ____________________________________________________________________________
8991 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
8992         Log: Bundle File::Sort.
8993      Branch: maint-5.6/macperl
8994            + macos/bundled_lib/blib/lib/File/Sort.pm
8995 ____________________________________________________________________________
8996 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
8997         Log: Various bundled module fixes.
8998      Branch: maint-5.6/macperl
8999            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
9000            ! macos/bundled_ext/Digest/MD5/t/files.t
9001            ! macos/bundled_ext/Filter/t/filter-util.pl
9002            ! macos/bundled_lib/blib/lib/Net/Config.pm
9003            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
9004 ____________________________________________________________________________
9005 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
9006         Log: Portability fix for Pod::Html.
9007      Branch: maint-5.6/macperl
9008            ! lib/Pod/Html.pm
9009 ____________________________________________________________________________
9010 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
9011         Log: Upgrade to Text::Balanced 1.89.
9012      Branch: perl
9013            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
9014            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
9015            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
9016            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
9017            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
9018            ! lib/Text/Balanced/t/gentag.t
9019 ____________________________________________________________________________
9020 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
9021         Log: Upgrade to NEXT 0.50.
9022      Branch: perl
9023            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
9024            + lib/NEXT/t/unseen.t
9025            - lib/NEXT/test.pl
9026            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
9027 ____________________________________________________________________________
9028 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
9029         Log: Integrate with maint-5.6/perl.
9030      Branch: maint-5.6/macperl
9031           !> win32/win32.c
9032 ____________________________________________________________________________
9033 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
9034         Log: Update the README.threads scary header a bit.
9035      Branch: perl
9036            ! README.threads
9037 ____________________________________________________________________________
9038 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
9039         Log: Pass 2 at perldelta: add some changes since 5.7.2.
9040      Branch: perl
9041            ! pod/perldelta.pod
9042 ____________________________________________________________________________
9043 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
9044         Log: Subject: [DOC PATCH] perlfaq4.pod 
9045              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9046              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
9047              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
9048      Branch: perl
9049            ! pod/perlfaq4.pod
9050 ____________________________________________________________________________
9051 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
9052         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
9053              From: Michael G Schwern <schwern@pobox.com> 
9054              Date: Mon, 19 Nov 2001 19:53:12 -0500
9055              Message-ID: <20011119195311.I11883@blackrider>
9056      Branch: perl
9057            ! perl.c
9058 ____________________________________________________________________________
9059 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
9060         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
9061              From: PPrymmer@factset.com
9062              Date: Mon, 19 Nov 2001 17:08:59 -0500
9063              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
9064      Branch: perl
9065            ! vms/descrip_mms.template
9066 ____________________________________________________________________________
9067 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
9068         Log: Create a per-interpeter debug scratchpad container
9069              and use that for the regexec debugging.
9070      Branch: perl
9071            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
9072 ____________________________________________________________________________
9073 [ 13109] By: nick                                  on 2001/11/19  22:01:45
9074         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
9075              Configure unit detects the feature).
9076      Branch: metaconfig/U/perl
9077            + procselfexe.U
9078      Branch: perlio
9079            ! Configure config_h.SH
9080 ____________________________________________________________________________
9081 [ 13108] By: nick                                  on 2001/11/19  20:39:17
9082         Log: Integrate mainline
9083      Branch: perlio
9084           +> t/op/or.t
9085           !> (integrate 44 files)
9086 ____________________________________________________________________________
9087 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
9088         Log: sysseek tweak.
9089      Branch: perl
9090            ! pod/perlfunc.pod
9091 ____________________________________________________________________________
9092 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
9093         Log: Move the sysio tests from io/utf8 to lib/open.
9094      Branch: perl
9095            ! lib/open.t t/io/utf8.t
9096 ____________________________________________________________________________
9097 [ 13105] By: nick                                  on 2001/11/19  20:15:39
9098         Log: Add a .package and a README to //depot/metaconfig
9099      Branch: metaconfig
9100            + .package README
9101 ____________________________________________________________________________
9102 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
9103         Log: Thou shalt not mix stdio and sysio.
9104      Branch: perl
9105            ! t/io/utf8.t
9106 ____________________________________________________________________________
9107 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
9108         Log: Update Changes.
9109      Branch: perl
9110            ! Changes patchlevel.h
9111 ____________________________________________________________________________
9112 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
9113         Log: The runops_debug needs to be present always, otherwise
9114              places like AIX which need an explicit symbol export list
9115              will croak when trying to build Devel::Peek (which uses
9116              the runops_debug).
9117      Branch: perl
9118            ! makedef.pl
9119 ____________________________________________________________________________
9120 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
9121         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
9122              From: PPrymmer@factset.com 
9123              Date: Mon, 19 Nov 2001 11:34:22 -0500
9124              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
9125      Branch: perl
9126            ! lib/Memoize/t/tie_sdbm.t
9127 ____________________________________________________________________________
9128 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
9129         Log: Retract #13088: it seems that unless dump.c is extensively
9130              reorganized as to what symbols it shows, when, and to whom,
9131              we are stuck with having the dump.o symbols in the libperl
9132              and thusly in the main Perl binary.
9133      Branch: perl
9134            ! embedvar.h perlapi.h perlvars.h
9135 ____________________________________________________________________________
9136 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
9137         Log: The _uni_display should not be in dump.c since they
9138              are used under normal operation (S_not_a_number()).
9139      Branch: perl
9140            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
9141 ____________________________________________________________________________
9142 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
9143         Log: Protect sv_dump() from being included unless DEBUGGING,
9144              as noticed by Ilya.
9145      Branch: perl
9146            ! sv.c
9147 ____________________________________________________________________________
9148 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
9149         Log: Pending further investigation skip the tell() tests.
9150              The tell() is okay on Solaris, HP-UX and Tru64, but fails
9151              (by returning too much) in Linux.
9152      Branch: perl
9153            ! t/io/utf8.t
9154 ____________________________________________________________________________
9155 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
9156         Log: Retract #13082 until a better solution is found:
9157              statics break ithreads.
9158      Branch: perl
9159            ! regexec.c
9160 ____________________________________________________________________________
9161 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
9162         Log: Figures 1 and 2 for UTF-8.
9163      Branch: perl
9164            ! pod/perlunicode.pod
9165 ____________________________________________________________________________
9166 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
9167         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
9168              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9169              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
9170              Message-ID: <20011119132645.A15034@rafael>
9171      Branch: perl
9172            ! op.c pod/perldiag.pod t/lib/warnings/op
9173 ____________________________________________________________________________
9174 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
9175         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
9176              From: Michael G Schwern <schwern@pobox.com> 
9177              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
9178              Message-ID: <20011119031112.E786@blackrider>
9179      Branch: perl
9180            ! t/op/closure.t
9181 ____________________________________________________________________________
9182 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
9183         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
9184              From: Michael G Schwern <schwern@pobox.com>
9185              Date: Mon, 19 Nov 2001 03:42:56 -0500
9186              Message-ID: <20011119034256.I786@blackrider>
9187      Branch: perl
9188            + t/op/or.t
9189            ! MANIFEST
9190 ____________________________________________________________________________
9191 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
9192         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
9193              From: "Craig A. Berry" <craigberry@mac.com>
9194              Date: Sun, 18 Nov 2001 14:33:48 -0600
9195              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
9196      Branch: perl
9197            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
9198 ____________________________________________________________________________
9199 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
9200         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
9201              From: Dave Rolsky <autarch@urth.org>
9202              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
9203              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
9204      Branch: perl
9205            ! lib/ExtUtils/Manifest.pm
9206 ____________________________________________________________________________
9207 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
9208         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
9209              From: Dave Rolsky <autarch@urth.org>
9210              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
9211              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
9212      Branch: perl
9213            ! lib/ExtUtils/Install.pm
9214 ____________________________________________________________________________
9215 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
9216         Log: The runops_dbg should not be needed.
9217      Branch: perl
9218            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
9219 ____________________________________________________________________________
9220 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
9221         Log: do_spawn() cleanup from Charles Lane.
9222      Branch: perl
9223            ! vms/vms.c
9224 ____________________________________________________________________________
9225 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
9226         Log: Update the list of tests.
9227      Branch: perl
9228            ! t/lib/1_compile.t
9229 ____________________________________________________________________________
9230 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
9231         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
9232              From: Michael G Schwern <schwern@pobox.com> 
9233              Date: Fri, 16 Nov 2001 17:37:04 -0500
9234              Message-ID: <20011116173703.L30160@blackrider>
9235      Branch: perl
9236            ! t/lib/warnings/sv
9237 ____________________________________________________________________________
9238 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
9239         Log: FAQ sync.
9240      Branch: perl
9241            ! pod/perlfaq4.pod
9242 ____________________________________________________________________________
9243 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
9244         Log: Integrate perlio; win32 sync.
9245      Branch: perl
9246           !> perlio.c win32/win32io.c
9247 ____________________________________________________________________________
9248 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
9249         Log: (retracted by #13096)
9250              Debugging would be badly skewed by a malloc per regex dump.
9251      Branch: perl
9252            ! regexec.c
9253 ____________________________________________________________________________
9254 [ 13081] By: nick                                  on 2001/11/18  19:08:40
9255         Log: Win32 layer has a dup which needs to match new prototype.
9256      Branch: perlio
9257            ! win32/win32io.c
9258 ____________________________________________________________________________
9259 [ 13080] By: nick                                  on 2001/11/18  19:05:02
9260         Log: Wrong way to get stdio mode used.
9261      Branch: perlio
9262            ! perlio.c
9263 ____________________________________________________________________________
9264 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
9265         Log: Retract #13048: that introduced a malloc() (through savepvn())
9266              to *every* m//, which killed the performance quite badly.
9267      Branch: perl
9268            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
9269 ____________________________________________________________________________
9270 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
9271         Log: Pass 1 at perldelta.pod: sort the section contents
9272              together, drop all but the 5.7.2 known problems,
9273              leave the 5.7.1 security note since that's the
9274              fullest explanation (update the date on that).
9275      Branch: perl
9276            ! pod/perldelta.pod
9277 ____________________________________________________________________________
9278 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
9279         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
9280              
9281              Tiny problem in the test for 20011113.110: I hope
9282              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
9283      Branch: perl
9284            ! pp.c t/op/repeat.t
9285 ____________________________________________________________________________
9286 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
9287         Log: All of syswrite/send/sendto need to return character counts,
9288              and character counts from the offset, not the beginning of
9289              the scalar.
9290      Branch: perl
9291            ! pp_sys.c
9292 ____________________________________________________________________________
9293 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
9294         Log: Integrate PerlIO: duping fixes.
9295      Branch: perl
9296           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
9297           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
9298           !> perliol.h sv.c
9299 ____________________________________________________________________________
9300 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
9301         Log: syswrite() was still returning byte counts, not character counts.
9302      Branch: perl
9303            ! pp_sys.c t/io/utf8.t
9304 ____________________________________________________________________________
9305 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
9306         Log: Add test for sysread().
9307      Branch: perl
9308            ! t/io/utf8.t
9309 ____________________________________________________________________________
9310 [ 13072] By: nick                                  on 2001/11/18  16:15:31
9311         Log: Allow dup'ing of PerlIO::Scalar etc.
9312      Branch: perlio
9313            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
9314            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
9315            ! perliol.h sv.c
9316 ____________________________________________________________________________
9317 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
9318         Log: Prepend a null byte to the test set.
9319      Branch: perl
9320            ! t/io/utf8.t
9321 ____________________________________________________________________________
9322 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
9323         Log: Document how "no utf8;" can become handy.
9324      Branch: perl
9325            ! lib/utf8.pm
9326 ____________________________________________________________________________
9327 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
9328         Log: Integrate perlio; force the inclusion of the PL_runops_*
9329      Branch: perl
9330           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
9331 ____________________________________________________________________________
9332 [ 13068] By: nick                                  on 2001/11/18  13:23:33
9333         Log: embed.pl generated changes I forgot to include
9334      Branch: perlio
9335            ! embedvar.h perlapi.h pod/perlapi.pod
9336 ____________________________________________________________________________
9337 [ 13067] By: nick                                  on 2001/11/18  12:50:19
9338         Log: Force inclusion of both Perl_runops_* in perl itself,
9339              so they are available for Peek.xs etc.
9340      Branch: perlio
9341            ! perlvars.h
9342 ____________________________________________________________________________
9343 [ 13066] By: nick                                  on 2001/11/18  11:00:34
9344         Log: Integrate mainline - a few Devel::Peak fails.
9345      Branch: perlio
9346           +> (branch 29 files)
9347            - ext/Thread/Thread.pm lib/Benchmark.t
9348            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
9349            - lib/Lingua/KO/Hangul/Util/README
9350            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
9351            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
9352            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
9353            - vms/ext/vmsish.pm vms/ext/vmsish.t
9354            ! hv.c
9355           !> (integrate 389 files)
9356 ____________________________________________________________________________
9357 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
9358         Log: Start working on perldelta.  This is not yet any sort of
9359              editing; just concatenating perl570delta, perl571delta,
9360              and perl572delta.  Any sorting not done, any duplicate
9361              removal not done, any removal or update of obsolete items
9362              not done, any changes since 5.7.2 not included.  So there.
9363      Branch: perl
9364            ! pod/perldelta.pod
9365 ____________________________________________________________________________
9366 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
9367         Log: Banish "use utf8".
9368      Branch: perl
9369            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
9370 ____________________________________________________________________________
9371 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
9372         Log: Tweak from Charles Lane.
9373      Branch: perl
9374            ! vms/vms.c
9375 ____________________________________________________________________________
9376 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
9377         Log: Integrate change #13058 from maintperl;
9378              change#12559 breaks things on Win9x because command.com doesn't
9379              grok dquotes at all; disable all the system() smarts for
9380              command.com
9381      Branch: perl
9382           !> win32/win32.c
9383 ____________________________________________________________________________
9384 [ 13061] By: ams                                   on 2001/11/17  13:46:11
9385         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
9386              From: Jonathan Stowe <gellyfish@gellyfish.com>
9387              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
9388              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
9389      Branch: perl
9390            ! lib/Term/Cap.pm
9391 ____________________________________________________________________________
9392 [ 13060] By: ams                                   on 2001/11/17  09:49:10
9393         Log: Subject: [PATCH9 File/Find.pm doc nits
9394              From: Tels <perl_dummy@bloodgate.com>
9395              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
9396      Branch: perl
9397            ! lib/File/Find.pm
9398 ____________________________________________________________________________
9399 [ 13059] By: ams                                   on 2001/11/17  09:38:38
9400         Log: Subject: [PATCH] Benchmark.pm nit
9401              From: Tels <perl_dummy@bloodgate.com>
9402              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
9403      Branch: perl
9404            ! lib/Benchmark.pm
9405 ____________________________________________________________________________
9406 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
9407         Log: change#12559 breaks things on Win9x because command.com doesn't
9408              grok dquotes at all; disable all the system() smarts for
9409              command.com
9410      Branch: maint-5.6/perl
9411            ! win32/win32.c
9412 ____________________________________________________________________________
9413 [ 13057] By: ams                                   on 2001/11/16  20:30:03
9414         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
9415              From: Andy Dougherty <doughera@lafayette.edu>
9416              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
9417              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
9418      Branch: perl
9419            ! lib/Unicode/UCD.t
9420 ____________________________________________________________________________
9421 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
9422         Log: Subject: [Patch Perl@13023] VMS system() warning
9423              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9424              Date: Fri, 16 Nov 2001 15:20:11 EST
9425              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
9426      Branch: perl
9427            ! vms/vms.c
9428 ____________________________________________________________________________
9429 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
9430         Log: It's neither-nor, and protect against the impossible.
9431      Branch: perl
9432            ! lib/Thread.pm
9433 ____________________________________________________________________________
9434 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
9435         Log: 5005threads didn't work because $Thread::VERSION wasn't
9436              visible.  Oops.
9437      Branch: perl
9438            ! ext/Thread/Makefile.PL lib/Thread.pm
9439 ____________________________________________________________________________
9440 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
9441         Log: Robustness against Linux using something else than gcc;
9442              based on
9443              
9444              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
9445              From: Charles Randall <cfriv@yahoo.com>
9446              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
9447              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
9448      Branch: perl
9449            ! ext/Errno/Errno_pm.PL
9450 ____________________________________________________________________________
9451 [ 13052] By: ams                                   on 2001/11/16  16:46:39
9452         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
9453              From: Russ Allbery <rra@stanford.edu>
9454              Date: 16 Nov 2001 09:44:21 -0800
9455              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
9456      Branch: perl
9457            ! lib/Pod/ParseLink.pm
9458 ____________________________________________________________________________
9459 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
9460         Log: Update perluniintro on the UTF-8 output matters
9461              (that -w will warn unless the stream is explicitly UTF-8-ified).
9462      Branch: perl
9463            ! pod/perluniintro.pod
9464 ____________________________________________________________________________
9465 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
9466         Log: Adding new files to MANIFEST is nice.
9467      Branch: perl
9468            ! MANIFEST
9469 ____________________________________________________________________________
9470 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
9471         Log: Update Changes.
9472      Branch: perl
9473            ! Changes patchlevel.h
9474 ____________________________________________________________________________
9475 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
9476         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
9477              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
9478              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
9479              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
9480      Branch: perl
9481            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
9482 ____________________________________________________________________________
9483 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
9484         Log: Rename perlunintro to perluniintro; regen toc.
9485      Branch: perl
9486            + pod/perluniintro.pod
9487            - pod/perlunintro.pod
9488            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
9489 ____________________________________________________________________________
9490 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
9491         Log: Document the negated lookeahead trick to emulate
9492              character class subtraction.
9493      Branch: perl
9494            ! pod/perlunicode.pod
9495 ____________________________________________________________________________
9496 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
9497         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
9498              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9499              Date: Fri, 16 Nov 2001 23:31:04 +0900
9500              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
9501              
9502              (with the tweak that Cntrl is not C, it's Cc)
9503      Branch: perl
9504            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
9505            ! lib/unicore/mktables
9506 ____________________________________________________________________________
9507 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
9508         Log: Subject: [PATCH current] runtime runops switch
9509              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9510              Date: Fri, 16 Nov 2001 00:48:09 -0500
9511              Message-ID: <20011116004809.A934@math.ohio-state.edu>
9512      Branch: perl
9513            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
9514            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
9515            ! pod/perlintern.pod proto.h run.c
9516 ____________________________________________________________________________
9517 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
9518         Log: Further discourage old Thread code; tell how to tell
9519              the difference.
9520      Branch: perl
9521            ! lib/Thread.pm
9522 ____________________________________________________________________________
9523 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
9524         Log: A missing return; from Charles Lane.
9525      Branch: perl
9526            ! vms/vms.c
9527 ____________________________________________________________________________
9528 [ 13041] By: ams                                   on 2001/11/16  12:11:14
9529         Log: Subject: [PATCH] Doc spellcheck + podcheck
9530              From: Autrijus Tang <autrijus@egb.elixus.org>
9531              Date: Thu, 15 Nov 2001 22:49:05 -0800
9532              Message-Id: <20011116064905.GA44092@egb.elixus.org>
9533              
9534              Subject: [PATCH] podcheck+spellcheck, the rest of the story
9535              From: Autrijus Tang <autrijus@egb.elixus.org>
9536              Date: Fri, 16 Nov 2001 00:42:20 -0800
9537              Message-Id: <20011116084220.GA44295@egb.elixus.org>
9538              
9539              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
9540              From: Nicholas Clark <nick@ccl4.org>
9541              Date: Fri, 16 Nov 2001 10:32:01 +0000
9542              Message-Id: <20011116103200.F62891@plum.flirble.org>
9543              (Applied after suitable de-mangling.)
9544      Branch: perl
9545            ! README.aix README.dgux README.dos README.epoc README.hpux
9546            ! README.mint README.mpeix README.netware README.os2
9547            ! README.os390 README.plan9 README.qnx README.solaris
9548            ! README.threads doio.c pod/perl571delta.pod
9549            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
9550            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
9551            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
9552            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
9553            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
9554            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
9555 ____________________________________________________________________________
9556 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
9557         Log: Avoid redefinedness warning for now.
9558      Branch: perl
9559            ! lib/Thread.pm
9560 ____________________________________________________________________________
9561 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
9562         Log: use strict.
9563      Branch: perl
9564            ! lib/Thread.pm
9565 ____________________________________________________________________________
9566 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
9567         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
9568              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
9569              Date: Thu, 15 Nov 2001 22:54:47 EST 
9570              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
9571      Branch: perl
9572            ! vms/vms.c vms/vmspipe.com
9573 ____________________________________________________________________________
9574 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
9575         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
9576              From: "chromatic" <chromatic@rmci.net>
9577              Date: Thu, 15 Nov 2001 19:54:23 -0700
9578              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
9579      Branch: perl
9580            ! lib/File/stat.t
9581 ____________________________________________________________________________
9582 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
9583         Log: Make Thread a wrapper for both ithreads and 5005threads.
9584              Needs a lot of work and Arthur's eyeballing (and finishing
9585              few missing odds and ends of threads.pm).  Now Thread
9586              is an extension without its own .pm.
9587              
9588              If there are people who have experience working with
9589              either the 5005threads or the ithreads: cleaning up
9590              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
9591              and porting the various Thread::* modules, like Thread::Queue,
9592              to work also with ithreads, is needed.
9593              
9594              Removed the 5005threads requirement from the 5005 tests
9595              for easier testing (not all of them work yet since
9596              they use the Thread::* modules that have not been made
9597              to work with ithreads).  Leave the 5005 tests named as
9598              *.tx so that they are not run by "make test".
9599      Branch: perl
9600            + lib/Thread.pm
9601            - ext/Thread/Thread.pm
9602            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
9603            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
9604            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
9605            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
9606            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
9607            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
9608            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
9609 ____________________________________________________________________________
9610 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
9611         Log: $VERSION "a5" doesn't quite work.
9612      Branch: perl
9613            ! ext/B/Makefile.PL
9614 ____________________________________________________________________________
9615 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
9616         Log: Add the fruits of Larry Shatzer's version verifying script.
9617              (There are some straddlers, but they will be fixed in the
9618              upcoming releases of the modules.)
9619      Branch: perl
9620            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
9621            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
9622            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
9623            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
9624            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
9625            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
9626            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
9627            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
9628            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
9629            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
9630            ! wince/FindExt.pm
9631 ____________________________________________________________________________
9632 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
9633         Log: Add Larry Shatzer's VERSION verifying script.
9634      Branch: perl
9635            + Porting/checkVERSION.pl
9636            ! MANIFEST Porting/pumpkin.pod
9637 ____________________________________________________________________________
9638 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
9639         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
9640              From: Michael G Schwern <schwern@pobox.com>
9641              Date: Thu, 15 Nov 2001 19:26:40 -0500
9642              Message-ID: <20011115192640.R31399@blackrider>
9643      Branch: perl
9644            ! t/test.pl
9645 ____________________________________________________________________________
9646 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
9647         Log: Document the MY_CXT business; from Paul Marquess.
9648      Branch: perl
9649            ! pod/perlxs.pod
9650 ____________________________________________________________________________
9651 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
9652         Log: VMSCMD synch attempt.
9653      Branch: perl
9654            ! vms/vms.c vms/vmsish.h
9655 ____________________________________________________________________________
9656 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
9657         Log: Advise against -P as instructed by Schwern.
9658      Branch: perl
9659            ! pod/perlrun.pod
9660 ____________________________________________________________________________
9661 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
9662         Log: Subject: [PATCH] v-strings as Objects Step 1
9663              From: John Peacock <jpeacock@rowman.com>
9664              Date: Thu, 15 Nov 2001 12:41:04 -0500
9665              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
9666      Branch: perl
9667            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
9668            ! util.c
9669 ____________________________________________________________________________
9670 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
9671         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
9672              From: Michael G Schwern <schwern@pobox.com>
9673              Date: Thu, 15 Nov 2001 12:47:59 -0500
9674              Message-ID: <20011115124759.E31399@blackrider>
9675      Branch: perl
9676            + t/run/switchx.aux t/run/switchx.t
9677            ! MANIFEST t/run/switches.t
9678 ____________________________________________________________________________
9679 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
9680         Log: Upgrade to Getopt::Long 2.26_03.
9681      Branch: perl
9682            ! lib/Getopt/Long.pm
9683 ____________________________________________________________________________
9684 [ 13025] By: ams                                   on 2001/11/15  20:46:22
9685         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
9686              From: Michael G Schwern <schwern@pobox.com>
9687              Date: Thu, 15 Nov 2001 16:24:11 -0500
9688              Message-Id: <20011115162411.M31399@blackrider>
9689      Branch: perl
9690            ! vms/vms.c
9691 ____________________________________________________________________________
9692 [ 13024] By: ams                                   on 2001/11/15  19:32:06
9693         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
9694              From: rspier@pobox.com (Robert Spier)
9695              Date: Thu, 15 Nov 2001 11:19:21 -0800
9696              Message-Id: <15348.5433.732364.963687@rls.cx>
9697      Branch: perl
9698            ! op.c
9699 ____________________________________________________________________________
9700 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
9701         Log: Update Changes.
9702      Branch: perl
9703            ! Changes patchlevel.h
9704 ____________________________________________________________________________
9705 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
9706         Log: Subject: [PATCH] new tests for command-line switches
9707              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9708              Date: Thu, 15 Nov 2001 17:00:30 +0100
9709              Message-ID: <20011115170030.A14193@rafael>
9710      Branch: perl
9711            + t/run/switches.t
9712            ! MANIFEST
9713 ____________________________________________________________________________
9714 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
9715         Log: Upgrade to podlators 1.13.
9716      Branch: perl
9717            + lib/Pod/ParseLink.pm
9718            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
9719            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
9720            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
9721            ! t/pod/pod2usage.xr t/pod/podselect.xr
9722 ____________________________________________________________________________
9723 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
9724         Log: skip "might be used uninitialized".
9725      Branch: perl
9726            ! pp_sys.c
9727 ____________________________________________________________________________
9728 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
9729         Log: Fix for "perlio bug in koi8-r encoding".  The problem
9730              seemed to be that binmode() always flushed the handle,
9731              which is not so good when switching encodings.  Fixed,
9732              added Matt Sergeant's testcase, documented in perlfunc/binmode,
9733              also added a pointer about disciplines to perlfunc/open,
9734              and in general cleaned up and reformatted the open entry.
9735      Branch: perl
9736            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
9737 ____________________________________________________________________________
9738 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
9739         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
9740              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
9741              Date: 15 Nov 2001 08:57:06 -0000
9742              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
9743              
9744              chop() and chomp() are not real list functions,
9745              so let's not have them overrideable.  (Casey will
9746              be confused since in #7071 he patched the other way.)
9747      Branch: perl
9748            ! pod/perlfunc.pod toke.c
9749 ____________________________________________________________________________
9750 [ 13017] By: ams                                   on 2001/11/15  12:56:49
9751         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
9752              From: Robin Barker <rmb1@cise.npl.co.uk>
9753              Date: Thu, 15 Nov 2001 13:48:34 GMT
9754              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
9755              (Applied with tweaks.)
9756      Branch: perl
9757            ! pod/perltrap.pod
9758 ____________________________________________________________________________
9759 [ 13016] By: ams                                   on 2001/11/15  09:12:48
9760         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
9761              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9762              Date: Thu, 15 Nov 2001 09:06:39 +0100
9763              Message-Id: <20011115090639.A13005@rafael>
9764      Branch: perl
9765            ! pod/perlrun.pod
9766 ____________________________________________________________________________
9767 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
9768         Log: "link =" from utils.lst was being processed oddly.
9769      Branch: perl
9770            ! installman
9771 ____________________________________________________________________________
9772 [ 13014] By: ams                                   on 2001/11/15  02:52:52
9773         Log: Subject: [PATCH current] CreateTTY in -d
9774              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9775              Date: Wed, 14 Nov 2001 21:26:31 -0500
9776              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
9777      Branch: perl
9778            ! lib/perl5db.pl
9779 ____________________________________________________________________________
9780 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
9781         Log: Corify the Filter::Simple tests. 
9782      Branch: perl
9783            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
9784            ! lib/Filter/Simple/t/filter_only.t
9785 ____________________________________________________________________________
9786 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
9787         Log: Upgrade to Filter::Simple 0.70.
9788      Branch: perl
9789            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
9790            + t/lib/FilterOnlyTest.pm
9791            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
9792            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
9793            ! t/lib/FilterTest.pm
9794 ____________________________________________________________________________
9795 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
9796         Log: Cleanliness inspired by Cygwin.
9797      Branch: perl
9798            ! Makefile.SH x2p/Makefile.SH
9799 ____________________________________________________________________________
9800 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
9801         Log: Add perlunintro (formerly known as perlunitut); regen toc.
9802      Branch: perl
9803            + pod/perlunintro.pod
9804            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
9805 ____________________________________________________________________________
9806 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
9807         Log: FAQ sync.
9808      Branch: perl
9809            ! pod/perlfaq6.pod
9810 ____________________________________________________________________________
9811 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
9812         Log: Quieten pgcc 2.91.66 worries.
9813      Branch: perl
9814            ! gv.c pp_ctl.c utf8.c
9815 ____________________________________________________________________________
9816 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
9817         Log: Upgrade to Switch 2.06.
9818      Branch: perl
9819            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
9820            ! lib/Switch/t/nested.t
9821 ____________________________________________________________________________
9822 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
9823         Log: Upgrade to Attribute::Handlers 0.76.
9824      Branch: perl
9825            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
9826            ! lib/Attribute/Handlers/README
9827            ! lib/Attribute/Handlers/demo/Demo.pm
9828            ! lib/Attribute/Handlers/demo/Descriptions.pm
9829            ! lib/Attribute/Handlers/demo/MyClass.pm
9830            ! lib/Attribute/Handlers/demo/demo_cycle.pl
9831            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
9832            ! lib/Attribute/Handlers/t/multi.t
9833 ____________________________________________________________________________
9834 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
9835         Log: Signedness nit.
9836      Branch: perl
9837            ! regexec.c
9838 ____________________________________________________________________________
9839 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
9840         Log: VERSIONize.
9841      Branch: perl
9842            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
9843            ! lib/integer.pm
9844 ____________________________________________________________________________
9845 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
9846         Log: No pod in internal Net::FTP classes.
9847      Branch: perl
9848            ! pod/buildtoc.PL
9849 ____________________________________________________________________________
9850 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
9851         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
9852              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
9853              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
9854              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
9855      Branch: perl
9856            ! regexec.c
9857 ____________________________________________________________________________
9858 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
9859         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
9860              Pudge correctly).
9861      Branch: perl
9862            ! t/test.pl
9863 ____________________________________________________________________________
9864 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
9865         Log: Add comments to mark where $^X is being handled.
9866      Branch: perl
9867            ! perl.c toke.c
9868 ____________________________________________________________________________
9869 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
9870         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
9871              From: Michael G Schwern <schwern@pobox.com>
9872              Date: Wed, 14 Nov 2001 16:38:25 -0500
9873              Message-ID: <20011114163825.D6519@blackrider>
9874      Branch: perl
9875            ! t/op/repeat.t
9876 ____________________________________________________________________________
9877 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
9878         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
9879              From: Michael G Schwern <schwern@pobox.com>
9880              Date: Wed, 14 Nov 2001 13:19:15 -0500
9881              Message-ID: <20011114131915.K5096@blackrider>
9882      Branch: perl
9883            ! t/op/die_exit.t
9884 ____________________________________________________________________________
9885 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
9886         Log: Subject: Re: [PATCH] new version of runperl()
9887              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9888              Date: Wed, 14 Nov 2001 15:39:12 EST
9889              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
9890              
9891              "VMS $^X pipes etc" patch.
9892      Branch: perl
9893            ! vms/vms.c
9894 ____________________________________________________________________________
9895 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
9896         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
9897              and add "verbose" option to show the final command.
9898      Branch: perl
9899            ! t/test.pl
9900 ____________________________________________________________________________
9901 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
9902         Log: Goof in some of the comment fields of #12994.
9903      Branch: perl
9904            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
9905            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
9906            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
9907            ! lib/unicore/In/9.pl
9908 ____________________________________________________________________________
9909 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
9910         Log: The First, Last ranges in the Unicode data weren't
9911              getting their general categories added properly;
9912              noticed by Jeffrey Friedl.
9913      Branch: perl
9914            ! lib/unicore/Category.pl lib/unicore/In/0.pl
9915            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
9916            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
9917            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
9918            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
9919            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
9920            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
9921            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
9922            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
9923            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
9924            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
9925            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
9926            ! lib/unicore/mktables
9927 ____________________________________________________________________________
9928 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
9929         Log: Subject: [PATCH] new version of runperl()
9930              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9931              Date: Wed, 14 Nov 2001 12:23:01 +0100
9932              Message-ID: <20011114122301.A29384@rafael>
9933      Branch: perl
9934            ! t/io/argv.t t/test.pl
9935 ____________________________________________________________________________
9936 [ 12992] By: ams                                   on 2001/11/14  13:40:39
9937         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
9938              From: Michael G Schwern <schwern@pobox.com>
9939              Date: Tue, 13 Nov 2001 23:17:54 -0500
9940              Message-Id: <20011113231754.S32567@blackrider>
9941      Branch: perl
9942            ! perl.c
9943 ____________________________________________________________________________
9944 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
9945         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
9946              From: Philip Newton <Philip.Newton@gmx.net>
9947              Date: Wed, 14 Nov 2001 10:59:53 +0100
9948              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
9949              
9950              plus a lot of paragraph reformatting because of long lines.
9951      Branch: perl
9952            ! pod/perlapio.pod
9953 ____________________________________________________________________________
9954 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
9955         Log: A bool is not a pointer.
9956      Branch: perl
9957            ! pp_sys.c
9958 ____________________________________________________________________________
9959 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
9960         Log: AUTHORS updates.
9961      Branch: perl
9962            ! AUTHORS
9963 ____________________________________________________________________________
9964 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
9965         Log: There are several MIME RFCs.
9966      Branch: perl
9967            ! ext/Encode/Encode.pm
9968 ____________________________________________________________________________
9969 [ 12987] By: ams                                   on 2001/11/14  01:09:28
9970         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
9971              From: Michael G Schwern <schwern@pobox.com>
9972              Date: Tue, 13 Nov 2001 20:59:13 -0500
9973              Message-Id: <20011113205913.H32567@blackrider>
9974      Branch: perl
9975            ! t/op/groups.t vms/test.com
9976 ____________________________________________________________________________
9977 [ 12986] By: ams                                   on 2001/11/14  01:07:06
9978         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
9979              From: Michael G Schwern <schwern@pobox.com>
9980              Date: Tue, 13 Nov 2001 20:51:34 -0500
9981              Message-Id: <20011113205134.F32567@blackrider>
9982      Branch: perl
9983            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
9984 ____________________________________________________________________________
9985 [ 12985] By: ams                                   on 2001/11/14  00:43:59
9986         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
9987              From: Michael G Schwern <schwern@pobox.com>
9988              Date: Tue, 13 Nov 2001 20:38:42 -0500
9989              Message-Id: <20011113203842.E32567@blackrider>
9990      Branch: perl
9991            ! pod/perlport.pod
9992 ____________________________________________________________________________
9993 [ 12984] By: ams                                   on 2001/11/14  00:32:15
9994         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
9995              From: Michael G Schwern <schwern@pobox.com>
9996              Date: Tue, 13 Nov 2001 20:27:02 -0500
9997              Message-Id: <20011113202702.D32567@blackrider>
9998      Branch: perl
9999            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
10000            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
10001            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
10002            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
10003 ____________________________________________________________________________
10004 [ 12983] By: ams                                   on 2001/11/14  00:00:27
10005         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
10006              From: Michael G Schwern <schwern@pobox.com>
10007              Date: Tue, 13 Nov 2001 19:51:59 -0500
10008              Message-Id: <20011113195159.B32567@blackrider>
10009      Branch: perl
10010            ! pod/perlport.pod
10011 ____________________________________________________________________________
10012 [ 12982] By: ams                                   on 2001/11/13  23:53:11
10013         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
10014              From: Larry Shatzer <fugazi@zippy.zyx.net>
10015              Date: Tue, 13 Nov 2001 17:27:59 -0700
10016              Message-Id: <20011113172759.E27768@zippy.zyx.net>
10017      Branch: perl
10018            ! pod/perlapio.pod
10019 ____________________________________________________________________________
10020 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
10021         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
10022              "large enough" Unicode characters returned more than one
10023              as their "Unicode size".
10024      Branch: perl
10025            ! pp_sys.c t/io/utf8.t
10026 ____________________________________________________________________________
10027 [ 12980] By: ams                                   on 2001/11/13  19:32:33
10028         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
10029              From: "Craig A. Berry" <craigberry@mac.com>
10030              Date: Tue, 13 Nov 2001 14:33:25 -0600
10031              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
10032      Branch: perl
10033            ! vms/gen_shrfls.pl
10034 ____________________________________________________________________________
10035 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
10036         Log: Subject: Minor patch to Encode.pm (detypo)
10037              From: "Philip Newton" <Philip.Newton@gmx.net>
10038              Date: Tue, 13 Nov 2001 20:11:01 +0100
10039              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
10040      Branch: perl
10041            ! ext/Encode/Encode.pm
10042 ____________________________________________________________________________
10043 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
10044         Log: Evil tabulators.
10045      Branch: perl
10046            ! ext/Encode/Encode.pm
10047 ____________________________________________________________________________
10048 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
10049         Log: Document the available encodings.
10050      Branch: perl
10051            ! ext/Encode/Encode.pm
10052 ____________________________________________________________________________
10053 [ 12976] By: ams                                   on 2001/11/13  17:14:07
10054         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
10055              From: Barrie Slaymaker <barries@slaysys.com>
10056              Date: Tue, 13 Nov 2001 12:41:36 -0500
10057              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
10058      Branch: perl
10059            ! t/op/universal.t
10060 ____________________________________________________________________________
10061 [ 12975] By: ams                                   on 2001/11/13  16:24:21
10062         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
10063              From: Barrie Slaymaker <barries@slaysys.com>
10064              Date: Tue, 13 Nov 2001 10:56:20 -0500
10065              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
10066              (Test applied with minor tweaks and ->isa("HASH") omission.)
10067      Branch: perl
10068            ! lib/UNIVERSAL.pm t/op/universal.t
10069 ____________________________________________________________________________
10070 [ 12974] By: ams                                   on 2001/11/13  15:46:07
10071         Log: Subject: [PATCH Benchmark.pm] docco tweaks
10072              From: Barrie Slaymaker <barries@slaysys.com>
10073              Date: Tue, 13 Nov 2001 11:34:45 -0500
10074              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
10075      Branch: perl
10076            ! lib/Benchmark.pm
10077 ____________________________________________________________________________
10078 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
10079         Log: Subject: [PATCH] Attack of the C loops, round 1
10080              From: Richard Soderberg <rs@oregonnet.com>
10081              Date: Mon, 12 Nov 2001 12:07:29 -0800
10082              Message-Id: <200111122007.MAA01994@oregonnet.com>
10083              
10084              Subject: [PATCH] bytecode.pl (tiny patch)
10085              From: Richard Soderberg <rs@oregonnet.com>
10086              Date: Mon, 12 Nov 2001 12:53:24 -0800
10087              Message-Id: <200111122053.MAA06272@oregonnet.com>
10088      Branch: perl
10089            ! bytecode.pl installhtml
10090 ____________________________________________________________________________
10091 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
10092         Log: Subject: [PATCH] Update to Filter::Util::Call
10093              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
10094              Date: Sun, 11 Nov 2001 22:33:33 -0000
10095              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
10096              
10097              Use the new CXT* macros.
10098      Branch: perl
10099            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
10100 ____________________________________________________________________________
10101 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
10102         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
10103              From: Michael G Schwern <schwern@pobox.com>
10104              Date: Mon, 12 Nov 2001 20:50:34 -0500
10105              Message-ID: <20011112205034.H2888@blackrider>
10106      Branch: perl
10107            + lib/vmsish.pm lib/vmsish.t
10108            - vms/ext/vmsish.pm vms/ext/vmsish.t
10109            ! MANIFEST vms/descrip_mms.template
10110 ____________________________________________________________________________
10111 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
10112         Log: :utf8 works only with perlio.
10113      Branch: perl
10114            ! lib/open.t
10115 ____________________________________________________________________________
10116 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
10117         Log: Subject: Re: @Config -"des" not quite working on VMS
10118              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10119              Date: Tue, 13 Nov 2001 08:35:13 EST 
10120              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
10121      Branch: perl
10122            ! configure.com
10123 ____________________________________________________________________________
10124 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
10125         Log: Subject: [PATCH] lib/charnames.pm 
10126              From: Jeffrey Friedl <jfriedl@yahoo.com>
10127              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
10128              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
10129      Branch: perl
10130            ! lib/charnames.pm
10131 ____________________________________________________________________________
10132 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
10133         Log: Docs for Mac::err.
10134      Branch: maint-5.6/macperl
10135            ! macos/ext/Mac/err/err.pm
10136 ____________________________________________________________________________
10137 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
10138         Log: Some cleanup; change some globals to references for
10139              possible persistence later.
10140      Branch: maint-5.6/macperl
10141            ! macos/lib/Mac/Glue.pm
10142 ____________________________________________________________________________
10143 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
10144         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
10145      Branch: maint-5.6/macperl
10146            ! macos/ext/Mac/Files/Files.pm
10147 ____________________________________________________________________________
10148 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
10149         Log: Get Mac::Navigation to compile (bug #464684).
10150      Branch: maint-5.6/macperl
10151            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
10152            ! macos/ext/Mac/Navigation/Makefile.PL
10153            ! macos/ext/Mac/Navigation/Navigation.xs
10154            ! macos/macperl/Makefile.mk
10155 ____________________________________________________________________________
10156 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
10157         Log: Add in modules and POD to help menu.
10158      Branch: maint-5.6/macperl
10159            ! macos/macperl/MacPerl.podhelp
10160 ____________________________________________________________________________
10161 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
10162         Log: Update bundled modules.
10163      Branch: maint-5.6/macperl
10164            + macos/bundled_ext/Filter/t/FilterTest.pm
10165            + macos/bundled_ext/List/Util/t/shuffle.t
10166            + macos/bundled_ext/Storable/t/compat06.t
10167            + macos/bundled_ext/Storable/t/st-dump.pl
10168            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
10169            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
10170            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
10171            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
10172            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
10173            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
10174            + macos/bundled_lib/blib/lib/lwpcook.pod
10175            + macos/bundled_lib/t/Filter/Simple/filter.t
10176            + macos/bundled_lib/t/Switch/t/given.t
10177            + macos/bundled_lib/t/Switch/t/nested.t
10178            + macos/bundled_lib/t/Switch/t/switch.t
10179            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
10180            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
10181            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
10182            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
10183            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
10184            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
10185            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
10186            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
10187            + macos/bundled_lib/t/URI/rfc2732.t
10188            + macos/bundled_lib/t/libnet/config.t
10189            + macos/bundled_lib/t/libnet/libnet_t.pl
10190            + macos/bundled_lib/t/libwww-perl/live/google.t
10191            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
10192            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
10193            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
10194            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
10195            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
10196            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
10197            + macos/bundled_lib/t/libwww-perl/live/validator.t
10198            - macos/bundled_ext/Filter/t/MyFilter.pm
10199            - macos/bundled_ext/Storable/t/compat-0.6.t
10200            - macos/bundled_ext/Storable/t/dump.pl
10201            - macos/bundled_ext/Time/Piece/Makefile.PL
10202            - macos/bundled_ext/Time/Piece/Piece.pm
10203            - macos/bundled_ext/Time/Piece/Piece.t
10204            - macos/bundled_ext/Time/Piece/Piece.xs
10205            - macos/bundled_ext/Time/Piece/README
10206            - macos/bundled_ext/Time/Piece/Seconds.pm
10207            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
10208            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
10209            - macos/bundled_lib/blib/lib/Net/PH.pm
10210            - macos/bundled_lib/blib/lib/Net/SNPP.pm
10211            - macos/bundled_lib/blib/lib/Text/Balanced.pod
10212            - macos/bundled_lib/t/Filter/Simple/test.pl
10213            - macos/bundled_lib/t/Switch/test.pl
10214            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
10215            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
10216            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
10217            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
10218            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
10219            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
10220            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
10221            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
10222            - macos/bundled_lib/t/libnet/ph.t
10223            ! (edit 125 files)
10224 ____________________________________________________________________________
10225 [ 12961] By: ams                                   on 2001/11/13  00:45:08
10226         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
10227              From: Michael G Schwern <schwern@pobox.com>
10228              Date: Mon, 12 Nov 2001 20:16:45 -0500
10229              Message-Id: <20011112201644.G2888@blackrider>
10230      Branch: perl
10231            ! pod/perlport.pod
10232 ____________________________________________________________________________
10233 [ 12960] By: ams                                   on 2001/11/12  23:54:00
10234         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
10235              Recoving dup tests for VMS
10236              From: Michael G Schwern <schwern@pobox.com>
10237              Date: Mon, 12 Nov 2001 19:35:33 -0500
10238              Message-Id: <20011112193533.D2888@blackrider>
10239      Branch: perl
10240            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
10241 ____________________________________________________________________________
10242 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
10243         Log: Update Changes.
10244      Branch: perl
10245            ! Changes patchlevel.h
10246 ____________________________________________________________________________
10247 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
10248         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
10249              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
10250              Date: Mon, 12 Nov 2001 12:35:18 EST 
10251              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
10252      Branch: perl
10253            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
10254            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
10255 ____________________________________________________________________________
10256 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
10257         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
10258              From: Barrie Slaymaker <barries@slaysys.com>
10259              Date: Mon, 12 Nov 2001 11:19:52 -0500
10260              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
10261      Branch: perl
10262            ! lib/File/Spec.t lib/File/Spec/Win32.pm
10263 ____________________________________________________________________________
10264 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
10265         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
10266              From: Barrie Slaymaker <barries@slaysys.com>
10267              Date: Mon, 12 Nov 2001 11:07:36 -0500
10268              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
10269      Branch: perl
10270            ! lib/Benchmark.pm
10271 ____________________________________________________________________________
10272 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
10273         Log: Misplaced test, noticed by Barrie Slaymaker.
10274              (We are missing Benchmark tests, then.)
10275      Branch: perl
10276            + ext/Devel/DProf/DProf.t
10277            - lib/Benchmark.t
10278            ! MANIFEST
10279 ____________________________________________________________________________
10280 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
10281         Log: Subject: [PATCH] a few typo fixes 
10282              From: Jeffrey Friedl <jfriedl@yahoo.com>
10283              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
10284              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
10285              
10286              Patching README.foo instead of pod/perlfoo.pod,
10287              not patching Math::BigInt (Tels will take care of that),
10288              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
10289              and perldoc.PL instead of libnetcfg and perldoc, patching
10290              ext/Digest/MD5/t/files.t since MD5.pm was changed.
10291      Branch: perl
10292            ! (edit 109 files)
10293 ____________________________________________________________________________
10294 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
10295         Log: Add a note about the dangers of bad UTF-8.
10296      Branch: perl
10297            ! pod/perlunicode.pod
10298 ____________________________________________________________________________
10299 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
10300         Log: NetWare Nit from Ananth Kesari.
10301      Branch: perl
10302            ! NetWare/config.wc
10303 ____________________________________________________________________________
10304 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
10305         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
10306      Branch: perl
10307            ! ext/Encode/Encode.pm
10308 ____________________________________________________________________________
10309 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
10310         Log: (retracted by #12951)
10311      Branch: perl
10312            ! ext/Encode/Encode.pm
10313 ____________________________________________________________________________
10314 [ 12949] By: ams                                   on 2001/11/12  06:40:18
10315         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
10316              From: Robert Spier <rspier@pobox.com>
10317              Date: Sun, 11 Nov 2001 18:50:18 -0800
10318              Message-Id: <15343.14570.121505.233336@rls.cx>
10319              
10320              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
10321              From: Rick Delaney <rick.delaney@home.com>
10322              Date: 12 Nov 2001 00:15:52 -0500
10323              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
10324      Branch: perl
10325            ! pp_hot.c t/op/taint.t
10326 ____________________________________________________________________________
10327 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
10328         Log: It seems that we actually have this detail implemented
10329              as for as Level 1 Support of Unicode regex support is
10330              concerned: at Level 1 only 1:1 support for loose
10331              (aka caseless, aka caseigoring ) matching is required.
10332      Branch: perl
10333            ! pod/perlunicode.pod
10334 ____________________________________________________________________________
10335 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
10336         Log: (retracted by #12951)
10337      Branch: perl
10338            ! ext/Encode/Encode.pm
10339 ____________________________________________________________________________
10340 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
10341         Log: BOM, bom, Bom.
10342      Branch: perl
10343            ! pod/perlunicode.pod
10344 ____________________________________________________________________________
10345 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
10346         Log: Upgrade to Math::BigInt 1.46.
10347      Branch: perl
10348            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10349            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
10350            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
10351            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
10352            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
10353 ____________________________________________________________________________
10354 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
10355         Log: Subject: Re: PERFORCE change 12943 for review
10356              From: "Philip Newton" <Philip.Newton@gmx.net>
10357              Date: Sun, 11 Nov 2001 20:53:36 +0100
10358              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
10359      Branch: perl
10360            ! pod/perlunicode.pod
10361 ____________________________________________________________________________
10362 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
10363         Log: Doc updates; make the Unicode discussions a little
10364              bit less alarming, and add information about encodings,
10365              surrogates, and BOMs.
10366      Branch: perl
10367            ! pod/perlunicode.pod
10368 ____________________________________________________________________________
10369 [ 12942] By: ams                                   on 2001/11/11  16:45:00
10370         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
10371              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
10372              Date: Mon, 12 Nov 2001 00:22:57 +0900
10373              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
10374      Branch: perl
10375            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
10376            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
10377 ____________________________________________________________________________
10378 [ 12941] By: ams                                   on 2001/11/11  13:01:40
10379         Log: Subject: Re: PERFORCE change 12929 for review
10380              From: "Philip Newton" <Philip.Newton@gmx.net>
10381              Date: Sun, 11 Nov 2001 14:27:44 +0100
10382              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
10383      Branch: perl
10384            ! MANIFEST
10385 ____________________________________________________________________________
10386 [ 12940] By: ams                                   on 2001/11/11  05:06:43
10387         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
10388              From: Michael G Schwern <schwern@pobox.com>
10389              Date: Thu, 8 Nov 2001 22:56:45 -0500
10390              Message-Id: <20011108225645.H5587@blackrider>
10391      Branch: perl
10392            ! t/op/chdir.t
10393 ____________________________________________________________________________
10394 [ 12939] By: ams                                   on 2001/11/11  05:01:00
10395         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
10396              From: Michael G Schwern <schwern@pobox.com>
10397              Date: Sun, 11 Nov 2001 00:54:43 -0500
10398              Message-Id: <20011111005443.A24450@blackrider>
10399      Branch: perl
10400            ! ext/Cwd/t/cwd.t
10401 ____________________________________________________________________________
10402 [ 12938] By: ams                                   on 2001/11/11  03:25:13
10403         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
10404              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
10405              From: "chromatic" <chromatic@rmci.net>
10406              Date: Sat, 10 Nov 2001 21:03:20 -0700
10407              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
10408      Branch: perl
10409            ! lib/File/stat.pm lib/File/stat.t
10410 ____________________________________________________________________________
10411 [ 12937] By: ams                                   on 2001/11/11  02:05:23
10412         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
10413              From: "Craig A. Berry" <craigberry@mac.com>
10414              Date: Sat, 10 Nov 2001 17:23:52 -0600
10415              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
10416      Branch: perl
10417            ! t/op/magic.t
10418 ____________________________________________________________________________
10419 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
10420         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
10421      Branch: perl
10422            ! lib/open.pm lib/open.t
10423 ____________________________________________________________________________
10424 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
10425         Log: The Official name of ASCII.
10426      Branch: perl
10427            ! ext/Encode/Encode.pm
10428 ____________________________________________________________________________
10429 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
10430         Log: The KOI8-R example wasn't quite right.
10431      Branch: perl
10432            ! lib/open.pm lib/open.t
10433 ____________________________________________________________________________
10434 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
10435         Log: Enhance the open pragma to support :utf8, :locale,
10436              and :encoding directly as special cases, and rename
10437              the INOUT to IO.
10438      Branch: perl
10439            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
10440 ____________________________________________________________________________
10441 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
10442         Log: Document the UTF-16 surrogate encoding and decoding.
10443      Branch: perl
10444            ! ext/Encode/Encode.pm
10445 ____________________________________________________________________________
10446 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
10447         Log: A potential recursion breaker.
10448      Branch: perl
10449            ! sv.c
10450 ____________________________________________________________________________
10451 [ 12930] By: ams                                   on 2001/11/10  07:46:53
10452         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
10453              (was Re: perl@12892)
10454              From: "chromatic" <chromatic@rmci.net>
10455              Date: Sat, 10 Nov 2001 01:28:09 -0700
10456              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
10457      Branch: perl
10458            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
10459            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
10460            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
10461            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
10462 ____________________________________________________________________________
10463 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
10464         Log: Add a test for the bytes pragma.
10465      Branch: perl
10466            + lib/bytes.t
10467            ! MANIFEST
10468 ____________________________________________________________________________
10469 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
10470         Log: Doc update.
10471      Branch: perl
10472            ! lib/bytes.pm
10473 ____________________________________________________________________________
10474 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
10475         Log: Cease to exist.
10476      Branch: perl
10477            - lib/Unicode/Normalize.pm
10478 ____________________________________________________________________________
10479 [ 12926] By: ams                                   on 2001/11/10  03:23:16
10480         Log: Subject: [patch] my_setenv speedup + fixes
10481              From: Doug MacEachern <dougm@covalent.net>
10482              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
10483              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
10484      Branch: perl
10485            ! util.c
10486 ____________________________________________________________________________
10487 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
10488         Log: Newline trouble.
10489      Branch: perl
10490            ! lib/ExtUtils/Embed.t
10491 ____________________________________________________________________________
10492 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
10493         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
10494              From: "Craig A. Berry" <craigberry@mac.com>
10495              Date: Fri, 09 Nov 2001 18:13:16 -0600
10496              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
10497      Branch: perl
10498            ! vms/munchconfig.c
10499 ____________________________________________________________________________
10500 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
10501         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
10502              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10503              Date: Sat, 10 Nov 2001 00:10:45 +0100
10504              Message-ID: <20011110001045.A11945@rafael>
10505      Branch: perl
10506            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
10507            + t/run/switchn.t t/run/switchp.t
10508            ! MANIFEST
10509 ____________________________________________________________________________
10510 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
10511         Log: Subject: [PATCH] some tests not cleaning up properly               
10512              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
10513              Date: Fri, 9 Nov 2001 22:13:10 +0100
10514              Message-ID: <20011109221310.A11115@rafael>
10515      Branch: perl
10516            ! ext/Cwd/t/cwd.t t/io/argv.t
10517 ____________________________________________________________________________
10518 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
10519         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
10520              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10521              Date: Fri, 9 Nov 2001 15:07:19 EST
10522              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
10523      Branch: perl
10524            ! lib/ExtUtils/Embed.t
10525 ____________________________________________________________________________
10526 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
10527         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
10528              have been copied so it shouldn't be freed in perl_destruct()
10529      Branch: perl
10530            ! perl.c
10531 ____________________________________________________________________________
10532 [ 12919] By: ams                                   on 2001/11/09  15:36:22
10533         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
10534              From: Michael G Schwern <schwern@pobox.com>
10535              Date: Fri, 9 Nov 2001 00:38:59 -0500
10536              Message-Id: <20011109003859.K5587@blackrider>
10537              (Applied with directory name changes suggested by Craig Berry.)
10538      Branch: perl
10539            ! ext/Cwd/t/cwd.t
10540 ____________________________________________________________________________
10541 [ 12918] By: ams                                   on 2001/11/09  15:29:15
10542         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
10543              From: Michael G Schwern <schwern@pobox.com>
10544              Date: Fri, 9 Nov 2001 01:44:14 -0500
10545              Message-Id: <20011109014414.N5587@blackrider>
10546      Branch: perl
10547            ! vms/ext/filespec.t
10548 ____________________________________________________________________________
10549 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
10550         Log: Update Changes.
10551      Branch: perl
10552            ! Changes patchlevel.h
10553 ____________________________________________________________________________
10554 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
10555         Log: Regen toc.
10556      Branch: perl
10557            ! pod/perltoc.pod
10558 ____________________________________________________________________________
10559 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
10560         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
10561              see http://www.jepstone.net/bjepson//jpl/cvs.html
10562      Branch: perl
10563            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
10564 ____________________________________________________________________________
10565 [ 12914] By: ams                                   on 2001/11/09  14:05:12
10566         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
10567              From: Michael G Schwern <schwern@pobox.com>
10568              Date: Thu, 8 Nov 2001 22:05:49 -0500
10569              Message-Id: <20011108220549.F5587@blackrider>
10570      Branch: perl
10571            ! vms/test.com
10572 ____________________________________________________________________________
10573 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
10574         Log: NetWare update from Ananth Kesari.
10575      Branch: perl
10576            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
10577 ____________________________________________________________________________
10578 [ 12912] By: ams                                   on 2001/11/09  13:40:26
10579         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
10580              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10581              Date: Fri, 9 Nov 2001 14:32:28 +0100
10582              Message-Id: <20011109143228.A18996@rafael>
10583      Branch: perl
10584            ! perl.c
10585 ____________________________________________________________________________
10586 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
10587         Log: FAQ sync.
10588      Branch: perl
10589            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
10590            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
10591            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
10592 ____________________________________________________________________________
10593 [ 12910] By: ams                                   on 2001/11/09  07:33:49
10594         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
10595              From: Michael G Schwern <schwern@pobox.com>
10596              Date: Fri, 9 Nov 2001 00:41:56 -0500
10597              Message-Id: <20011109004156.L5587@blackrider>
10598      Branch: perl
10599            ! lib/File/Find/t/find.t
10600 ____________________________________________________________________________
10601 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
10602         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
10603              The CPAN distribution has both pm and XS implementations,
10604              and for performance reasons we choose the XS.
10605              Another reason to choose the XS is that it doesn't
10606              require Lingua::KO::Hangul::Util, which means that
10607              we can delete that-- which in turn means that Unicode::UCD
10608              cannot expect that: support it, but don't expect.
10609              Ditto Unicode::Collate.
10610              
10611              Note that Unicode::Normalize Makefile.PL and
10612              Normalize.xs have been modified from the CPAN 0.10
10613              versions: the first one to be simpler (no pm) and
10614              clean up the generated unf*.h files, the second one
10615              to quench compiler grumblings.  Must notify Sadahiro
10616              about these changes.
10617      Branch: perl
10618            + ext/Unicode/Normalize/Changes
10619            + ext/Unicode/Normalize/Makefile.PL
10620            + ext/Unicode/Normalize/Normalize.pm
10621            + ext/Unicode/Normalize/Normalize.pod
10622            + ext/Unicode/Normalize/Normalize.xs
10623            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
10624            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
10625            + ext/Unicode/Normalize/t/test.t
10626            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
10627            - lib/Lingua/KO/Hangul/Util/README
10628            - lib/Lingua/KO/Hangul/Util/t/test.t
10629            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
10630            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
10631            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
10632            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
10633            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
10634            ! win32/makefile.mk
10635 ____________________________________________________________________________
10636 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
10637         Log: Test miscounting.
10638      Branch: perl
10639            ! ext/POSIX/t/posix.t
10640 ____________________________________________________________________________
10641 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
10642         Log: Quote the variables in failures messages more nicely.
10643      Branch: perl
10644            ! t/test.pl
10645 ____________________________________________________________________________
10646 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
10647         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
10648              From: Michael G Schwern <schwern@pobox.com>
10649              Date: Thu, 8 Nov 2001 17:24:49 -0500
10650              Message-ID: <20011108172449.A5587@blackrider>
10651              
10652              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
10653              From: "Craig A. Berry" <craigberry@mac.com>
10654              Date: Thu, 8 Nov 2001 16:35:00 -0600
10655              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
10656      Branch: perl
10657            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
10658 ____________________________________________________________________________
10659 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
10660         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
10661              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
10662              Date: Thu, 8 Nov 2001 22:52:50 -0000
10663              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
10664      Branch: perl
10665            ! ext/DB_File/t/db-recno.t
10666 ____________________________________________________________________________
10667 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
10668         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
10669              (Probably not an EBCDIC issue the way one would think
10670              since no chr() et alia are used in UCD.pm.)
10671      Branch: perl
10672            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
10673 ____________________________________________________________________________
10674 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
10675         Log: Whether overwriting the $self->{...} values (see #12902)
10676              is a good policy or not is debatable, but let's at least
10677              be consistent.
10678      Branch: perl
10679            ! lib/ExtUtils/MM_Unix.pm
10680 ____________________________________________________________________________
10681 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
10682         Log: The MakeMaker argument () quoting patch that sneaked
10683              in at #12883 didn't handle make macros like this $(...).
10684              Leaning toothpicks, we've got them.
10685      Branch: perl
10686            ! lib/ExtUtils/MM_Unix.pm
10687 ____________________________________________________________________________
10688 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
10689         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
10690              From: Michael G Schwern <schwern@pobox.com>
10691              Date: Wed, 7 Nov 2001 02:02:29 -0500
10692              Message-ID: <20011107020229.K2858@blackrider>
10693      Branch: perl
10694            ! t/io/argv.t t/test.pl vms/test.com
10695 ____________________________________________________________________________
10696 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
10697         Log: Subject: [PATCH 20011106.084] -s on #! line 
10698              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10699              Date: Wed, 7 Nov 2001 22:23:39 +0100
10700              Message-ID: <20011107222339.E729@rafael>
10701      Branch: perl
10702            ! embed.h embed.pl perl.c proto.h toke.c
10703 ____________________________________________________________________________
10704 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
10705         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
10706              From: Michael G Schwern <schwern@pobox.com>
10707              Date: Wed, 7 Nov 2001 16:52:49 -0500
10708              Message-ID: <20011107165249.I7346@blackrider>
10709      Branch: perl
10710            ! pod/perlhack.pod
10711 ____________________________________________________________________________
10712 [ 12898] By: ams                                   on 2001/11/08  13:02:19
10713         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
10714              From: Mark-Jason Dominus <mjd@plover.com>
10715              Date: Thu, 08 Nov 2001 08:59:02 -0500
10716              Message-Id: <20011108135902.2275.qmail@plover.com>
10717      Branch: perl
10718            ! INSTALL README README.amiga README.os2 README.vms
10719            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
10720            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
10721 ____________________________________________________________________________
10722 [ 12897] By: ams                                   on 2001/11/08  12:49:28
10723         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
10724              From: mjd@plover.com
10725              Date: 8 Nov 2001 13:33:18 -0000
10726              Message-Id: <20011108133318.1786.qmail@plover.com>
10727      Branch: perl
10728            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
10729            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
10730            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
10731            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
10732            ! pod/perlport.pod pod/perlvar.pod
10733 ____________________________________________________________________________
10734 [ 12896] By: ams                                   on 2001/11/08  11:22:12
10735         Log: open(FH, $file) should strip leading and trailing whitespace.
10736      Branch: perl
10737            ! doio.c
10738 ____________________________________________________________________________
10739 [ 12895] By: ams                                   on 2001/11/08  10:17:14
10740         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
10741              From: "Craig A. Berry" <craigberry@mac.com>
10742              Date: Wed, 07 Nov 2001 13:41:50 -0600
10743              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
10744      Branch: perl
10745            ! t/op/glob.t
10746 ____________________________________________________________________________
10747 [ 12894] By: ams                                   on 2001/11/08  08:32:20
10748         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
10749              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
10750              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
10751              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
10752      Branch: perl
10753            ! makedepend.SH
10754 ____________________________________________________________________________
10755 [ 12893] By: ams                                   on 2001/11/08  08:26:31
10756         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
10757              From: mjd@plover.com
10758              Date: 8 Nov 2001 08:08:07 -0000
10759              Message-Id: <20011108080807.30147.qmail@plover.com>
10760              
10761              Subject: bleadperl perl.pod
10762              From: mjd@plover.com
10763              Date: 8 Nov 2001 08:10:47 -0000
10764              Message-Id: <20011108081047.30178.qmail@plover.com>
10765              
10766              Subject: more bleadperl perl.pod
10767              From: mjd@plover.com
10768              Date: 8 Nov 2001 08:16:28 -0000
10769              Message-Id: <20011108081628.30229.qmail@plover.com>
10770      Branch: perl
10771            ! pod/perl.pod pod/perldebug.pod
10772 ____________________________________________________________________________
10773 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
10774         Log: Tweak for Cray-friendliness from Nicholas Clark.
10775      Branch: perl
10776            ! sv.c
10777 ____________________________________________________________________________
10778 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
10779         Log: VMS patch redo from Charles Lane.
10780      Branch: perl
10781            ! vms/gen_shrfls.pl
10782 ____________________________________________________________________________
10783 [ 12890] By: ams                                   on 2001/11/07  15:16:10
10784         Log: Subject: [ID 20011107.088] two perl pod nits
10785              From: lvirden@cas.org
10786              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
10787              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
10788      Branch: perl
10789            ! pod/perl.pod pod/perlfaq3.pod
10790 ____________________________________________________________________________
10791 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
10792         Log: Update Changes.
10793      Branch: perl
10794            ! Changes patchlevel.h
10795 ____________________________________________________________________________
10796 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
10797         Log: The (emulated) "no utf8" must be in a BEGIN block
10798              to be effective.
10799      Branch: perl
10800            ! lib/CGI/t/html.t
10801 ____________________________________________________________________________
10802 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
10803         Log: "v-strings" is the right term.
10804      Branch: perl
10805            ! pod/perltodo.pod
10806 ____________________________________________________________________________
10807 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
10808         Log: Add vstrings-as-objects need to perltodo.
10809      Branch: perl
10810            ! pod/perltodo.pod
10811 ____________________________________________________________________________
10812 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
10813         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
10814              From: Nicholas Clark <nick@ccl4.org>
10815              Date: Wed, 7 Nov 2001 14:36:32 +0000
10816              Message-ID: <20011107143631.I24980@plum.flirble.org>
10817      Branch: perl
10818            ! t/op/pack.t
10819 ____________________________________________________________________________
10820 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
10821         Log: The Embed test requires a major rewrite for VMS
10822              (plus it reveals a couple of annoying glitches
10823              in buffering), so skip the test for now; from
10824              Charles Lane.
10825      Branch: perl
10826            ! lib/ExtUtils/Embed.t
10827 ____________________________________________________________________________
10828 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
10829         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
10830              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10831              Date: Wed, 7 Nov 2001 09:23:28 EST
10832              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
10833              
10834              (Also i seems that an unrelated experimental patch
10835              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
10836      Branch: perl
10837            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
10838 ____________________________________________________________________________
10839 [ 12882] By: ams                                   on 2001/11/07  05:14:04
10840         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
10841              From: Mark-Jason Dominus <mjd@plover.com>
10842              Date: Wed, 07 Nov 2001 00:43:46 -0500
10843              Message-Id: <20011107054346.14428.qmail@plover.com>
10844      Branch: perl
10845            ! gv.c op.c toke.c
10846 ____________________________________________________________________________
10847 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
10848         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
10849              From: Michael G Schwern <schwern@pobox.com>             
10850              Date: Tue, 6 Nov 2001 22:04:39 -0500
10851              Message-ID: <20011106220439.D2858@blackrider>              
10852      Branch: perl
10853            ! lib/perl5db.pl
10854 ____________________________________________________________________________
10855 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
10856         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
10857              stress))
10858              From: Jonathan Stowe <gellyfish@gellyfish.com>
10859              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
10860              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
10861              
10862              (except for one hunk where indentation differs)
10863      Branch: perl
10864            ! lib/Term/Cap.t
10865 ____________________________________________________________________________
10866 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
10867         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
10868              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10869              Date: Tue, 6 Nov 2001 21:45:01 +0100
10870              Message-ID: <20011106214501.A704@rafael>
10871      Branch: perl
10872            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
10873            ! lib/File/Spec/Win32.pm
10874 ____________________________________________________________________________
10875 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
10876         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
10877              From: Michael G Schwern <schwern@pobox.com>              
10878              Date: Tue, 6 Nov 2001 20:58:45 -0500
10879              Message-ID: <20011106205845.G29411@blackrider>
10880      Branch: perl
10881            ! t/test.pl
10882 ____________________________________________________________________________
10883 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
10884         Log: Subject: making do_sprintf public       
10885              From: Doug MacEachern <dougm@covalent.net>    
10886              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
10887              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
10888      Branch: perl
10889            ! embed.h embed.pl global.sym
10890 ____________________________________________________________________________
10891 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
10892         Log: Update to CGI.pm 2.78.
10893              
10894              TODO: the test suite needs to be merged so that
10895              when in core, the core version is tested, and when
10896              using the CPAN version, testing the CPAN version.
10897              (the changes need to be sent to Lincoln, too...)
10898      Branch: perl
10899            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
10900            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
10901            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
10902            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
10903            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
10904            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
10905 ____________________________________________________________________________
10906 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
10907         Log: Integrate with perlio; (strictly) readonly hashes via XS.
10908      Branch: perl
10909           +> t/lib/access.t
10910           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
10911 ____________________________________________________________________________
10912 [ 12874] By: nick                                  on 2001/11/06  21:05:16
10913         Log: Keep It Simple and Stupid version of readonly hash support.
10914              - Test for SvREAONLY(hv) at a few spots in hv.c
10915              - add the error message to perldiag.pod
10916              - (dubious) add access::readonly() to univeral.c
10917              - add test using above
10918              - fixup ext/B/t/stash.t to account for access:: existing
10919      Branch: perlio
10920            + t/lib/access.t
10921            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
10922 ____________________________________________________________________________
10923 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
10924         Log: Fix incorrect warnings about broken globbing;
10925              from Andy Dougherty.
10926      Branch: perl
10927            ! hints/linux.sh
10928 ____________________________________________________________________________
10929 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
10930         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
10931              toggle-on from the encoding pragma.
10932      Branch: perl
10933            ! regcomp.c regexec.c
10934 ____________________________________________________________________________
10935 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
10936         Log: Retract #12824, doesn't help and is ignored
10937              by Configure anyway.
10938      Branch: perl
10939            ! hints/beos.sh
10940 ____________________________________________________________________________
10941 [ 12870] By: ams                                   on 2001/11/06  10:40:37
10942         Log: Subject: Cosmetic change
10943              From: H.Merijn Brand <h.m.brand@hccnet.nl>
10944              Date: Tue, 06 Nov 2001 12:30:52 +0100
10945              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
10946      Branch: perl
10947            ! README.hpux
10948 ____________________________________________________________________________
10949 [ 12869] By: nick                                  on 2001/11/06  08:26:40
10950         Log: Integrate mainline
10951      Branch: perlio
10952           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
10953           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
10954 ____________________________________________________________________________
10955 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
10956         Log: The parentheses are protected enough.
10957      Branch: perl
10958            ! hints/os390.sh
10959 ____________________________________________________________________________
10960 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
10961         Log: ccflags, not ldflags.
10962      Branch: perl
10963            ! hints/os390.sh
10964 ____________________________________________________________________________
10965 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
10966         Log: ... and the proto to go with #12865.
10967      Branch: perl
10968            ! proto.h
10969 ____________________________________________________________________________
10970 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
10971         Log: Oops.  Luckily nothing was using this symbol yet.
10972      Branch: perl
10973            ! global.sym
10974 ____________________________________________________________________________
10975 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
10976         Log: Implement the encoding pragma for regex literals.
10977      Branch: perl
10978            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
10979 ____________________________________________________________________________
10980 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
10981         Log: More UTF8 EXACT fixing.
10982      Branch: perl
10983            ! regexec.c
10984 ____________________________________________________________________________
10985 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
10986         Log: More re debugging.
10987      Branch: perl
10988            ! regexec.c
10989 ____________________________________________________________________________
10990 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
10991         Log: EXACT correction attempt.  Continued in #12863.
10992      Branch: perl
10993            ! regexec.c
10994 ____________________________________________________________________________
10995 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
10996         Log: Unterminated L<.
10997      Branch: perl
10998            ! ext/DB_File/DB_File.pm
10999 ____________________________________________________________________________
11000 [ 12859] By: nick                                  on 2001/11/05  19:15:17
11001         Log: Integrate mainline
11002      Branch: perlio
11003           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
11004           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
11005           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
11006           +> lib/Math/BigInt/t/sub_mbi.t
11007            - lib/Math/BigInt/t/Math/Subclass.pm
11008            - lib/Math/BigInt/t/subclass.t
11009           !> (integrate 30 files)
11010 ____________________________________________________________________________
11011 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
11012         Log: Regex debugging fixes from Hugo.
11013      Branch: perl
11014            ! regcomp.c regexec.c
11015 ____________________________________________________________________________
11016 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
11017         Log: IRIX: at some point the cc -version has started
11018              to output to stderr, not stdout any more.
11019      Branch: perl
11020            ! hints/irix_6.sh
11021 ____________________________________________________________________________
11022 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
11023         Log: Update Changes.
11024      Branch: perl
11025            ! Changes patchlevel.h
11026 ____________________________________________________________________________
11027 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
11028         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
11029      Branch: perl
11030            ! lib/File/Spec/Unix.pm
11031 ____________________________________________________________________________
11032 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
11033         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
11034              From: rgarciasuarez@free.fr
11035              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
11036              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
11037      Branch: perl
11038            ! lib/File/Spec/Unix.pm
11039 ____________________________________________________________________________
11040 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
11041         Log: Use config.arch in OS/390 where the combination of
11042              IEEE floats and ldflags is tricky.
11043      Branch: perl
11044            ! hints/os390.sh
11045 ____________________________________________________________________________
11046 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
11047         Log: Metaconfig unit change for #12851.
11048      Branch: metaconfig
11049            ! U/modified/Config_sh.U
11050 ____________________________________________________________________________
11051 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
11052         Log: Support a config.arch file, similar to config.over,
11053              but loaded just before it.
11054      Branch: perl
11055            ! Configure INSTALL
11056 ____________________________________________________________________________
11057 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
11058         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
11059              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11060              Date: Mon, 5 Nov 2001 14:26:24 +0100
11061              Message-ID: <20011105142624.C31977@rafael>
11062      Branch: perl
11063            ! lib/Symbol.pm lib/Symbol.t
11064 ____________________________________________________________________________
11065 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
11066         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
11067              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11068              Date: Sun, 4 Nov 2001 22:28:57 +0100
11069              Message-ID: <20011104222857.C696@rafael>
11070      Branch: perl
11071            ! pod/perldebug.pod pod/perlpodspec.pod
11072 ____________________________________________________________________________
11073 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
11074         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
11075      Branch: perl
11076            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
11077 ____________________________________________________________________________
11078 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
11079         Log: Math::Big* test tweaks to work better with core:
11080              but the coast still not clear.
11081      Branch: perl
11082            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
11083            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
11084 ____________________________________________________________________________
11085 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
11086         Log: Protect against high load: measure how much wall
11087              clock time went by while sleeping.  Avoids some
11088              false negatives, while may introduce some false
11089              positives.  Life is hard.
11090      Branch: perl
11091            ! ext/Time/HiRes/HiRes.t
11092 ____________________________________________________________________________
11093 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
11094         Log: More forgotten from #12843.
11095      Branch: perl
11096            ! lib/Math/BigInt/t/bigfltpm.inc
11097 ____________________________________________________________________________
11098 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
11099         Log: Forgot from #12843.
11100      Branch: perl
11101            + lib/Math/BigInt/t/bigintpm.inc
11102            ! MANIFEST
11103 ____________________________________________________________________________
11104 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
11105         Log: Upgrade to Math::BigInt 1.45; from Tels.
11106              NOTE: some of the tests are failing but that's because
11107              the core integration is not yet done.
11108      Branch: perl
11109            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
11110            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
11111            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
11112            - lib/Math/BigInt/t/Math/Subclass.pm
11113            - lib/Math/BigInt/t/subclass.t
11114            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
11115            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
11116            ! lib/Math/BigInt/t/mbimbf.t
11117 ____________________________________________________________________________
11118 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
11119         Log: VMS: adds capability to control more configuration stuff with
11120              -D and -U switches; parsing config.sh to extract previous config
11121              info in VMS-form, and a rewrite of the "prompt/response" routine;
11122              from Charles Lane.
11123      Branch: perl
11124            ! configure.com
11125 ____________________________________________________________________________
11126 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
11127         Log: Subject: Typo correction in perldebguts.pod
11128              From: mjd@plover.com
11129              Date: 4 Nov 2001 16:20:05 -0000
11130              Message-ID: <20011104162005.16699.qmail@plover.com>
11131      Branch: perl
11132            ! pod/perldebguts.pod
11133 ____________________________________________________________________________
11134 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
11135         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
11136              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11137              Date: Sun, 4 Nov 2001 11:47:30 +0100
11138              Message-ID: <20011104114730.A715@rafael>
11139              
11140              Remove -T from the test, wrong place for that.
11141      Branch: perl
11142            ! lib/File/Temp/t/mktemp.t
11143 ____________________________________________________________________________
11144 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
11145         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
11146              From: Nicholas Clark <nick@ccl4.org>
11147              Date: Sun, 4 Nov 2001 10:41:24 +0000
11148              Message-ID: <20011104104123.U20123@plum.flirble.org>
11149      Branch: perl
11150            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
11151 ____________________________________________________________________________
11152 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
11153         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
11154              From: Michael G Schwern <schwern@pobox.com>
11155              Date: Sat, 3 Nov 2001 15:41:47 -0500
11156              Message-ID: <20011103154147.C600@blackrider>
11157      Branch: perl
11158            ! lib/Term/Cap.t
11159 ____________________________________________________________________________
11160 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
11161         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
11162              From: "Craig A. Berry" <craigberry@mac.com>     
11163              Date: Sat, 03 Nov 2001 16:02:28 -0600
11164              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
11165      Branch: perl
11166            ! ext/Time/HiRes/HiRes.t
11167 ____________________________________________________________________________
11168 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
11169         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
11170              From: "chromatic" <chromatic@rmci.net>
11171              Date: Sat, 03 Nov 2001 12:28:17 -0700
11172              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
11173      Branch: perl
11174            ! lib/Term/Cap.t
11175 ____________________________________________________________________________
11176 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
11177         Log: Don't bother doing POSIX charclass parsing if it
11178              possibly cannot be so.  Prepares way for charclass
11179              syntax like [[abc]||[def]] (or just [[abc][def]])
11180              for union, [[\w]&&[$a]] for intersection,
11181              and [[a-z]&&[^def]] for subtraction.
11182              
11183              Currently /[[a]/ (or /[a[]/) parses as a character
11184              class containing two characters, "[" and "a",
11185              this may have to be broken for the syntax described
11186              above, otherwise we would have to scan the whole pattern
11187              to find out whether the square brackets match pairwise.
11188              Luckily, the special case of "[" doesn't seem to be
11189              documented (as opposed to "]" and "-"), so we may have
11190              better story for breaking it...  One can always use \[
11191              if one wants a literal "[", so there.
11192      Branch: perl
11193            ! regcomp.c
11194 ____________________________________________________________________________
11195 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
11196         Log: Comment correction.
11197      Branch: perl
11198            ! regcomp.c
11199 ____________________________________________________________________________
11200 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
11201         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
11202              The latter is a RedHatism.
11203      Branch: perl
11204            ! lib/ExtUtils/MakeMaker.pm
11205 ____________________________________________________________________________
11206 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
11207         Log: Integrate perlio.
11208      Branch: perl
11209           !> perlio.c
11210 ____________________________________________________________________________
11211 [ 12831] By: nick                                  on 2001/11/03  11:42:15
11212         Log: Integrate mainline
11213      Branch: perlio
11214           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
11215           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
11216           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
11217           !> sv.c t/test.pl
11218 ____________________________________________________________________________
11219 [ 12830] By: nick                                  on 2001/11/03  10:27:34
11220         Log: Fix clone_leak problem.
11221              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
11222              as vestige of calling PerlLIO_dup().
11223      Branch: perlio
11224            ! perlio.c
11225 ____________________________________________________________________________
11226 [ 12829] By: nick                                  on 2001/11/03  09:40:46
11227         Log: Tweaks attempting to locate Doug's clone_leak leak.
11228              - add some PerlIO_debug()
11229              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
11230              - Even if it closing stdout etc. do a fflush()
11231      Branch: perlio
11232            ! perlio.c
11233 ____________________________________________________________________________
11234 [ 12828] By: nick                                  on 2001/11/03  08:34:31
11235         Log: Integrate mainline
11236      Branch: perlio
11237           !> (integrate 54 files)
11238 ____________________________________________________________________________
11239 [ 12827] By: ams                                   on 2001/11/03  03:45:19
11240         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
11241              remove this later). Based on a patch from Robert Spier in
11242              <15330.61459.14452.795263@rls.cx>.
11243      Branch: perl
11244            ! sv.c
11245 ____________________________________________________________________________
11246 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
11247         Log: microperl sync.
11248      Branch: perl
11249            ! doio.c perl.c perl.h perlio.c regexec.c
11250 ____________________________________________________________________________
11251 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
11252         Log: Definitions for the Unicode Newline Guidelines.
11253      Branch: perl
11254            ! perl.h
11255 ____________________________________________________________________________
11256 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
11257         Log: (retracted by #12871)
11258              
11259              There is no csh of any kind in default BeOS.
11260              For the purposes of miniperl globbing, bash
11261              will do.
11262      Branch: perl
11263            ! hints/beos.sh
11264 ____________________________________________________________________________
11265 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
11266         Log: Integrate change #12820 from macperl to maint and blead;
11267              
11268              Fix up (dynaloading) to work properly with multiplicity
11269      Branch: maint-5.6/perl
11270           !> ext/DynaLoader/dl_mac.xs
11271      Branch: perl
11272           !> ext/DynaLoader/dl_mac.xs
11273 ____________________________________________________________________________
11274 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
11275         Log: Several fixes for various exit problems and clearing out
11276              task queue, as well as another (incomplete) go at
11277              fixing error message handling
11278      Branch: maint-5.6/macperl
11279            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
11280 ____________________________________________________________________________
11281 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
11282         Log: Add source files for bleadperl builds
11283      Branch: maint-5.6/macperl
11284            ! macos/Makefile.mk
11285 ____________________________________________________________________________
11286 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
11287         Log: Fix up to work properly with multiplicity
11288      Branch: maint-5.6/macperl
11289            ! ext/DynaLoader/dl_mac.xs
11290 ____________________________________________________________________________
11291 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
11292         Log: Integrate with maintperl.
11293      Branch: maint-5.6/macperl
11294           +> t/op/system.t t/op/system_tests
11295           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
11296           !> pod/perltodo.pod util.c win32/win32.c
11297 ____________________________________________________________________________
11298 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
11299         Log: Locate _PATH_LOG if it's a socket even if not #defined
11300              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
11301              via Nick Clark.
11302      Branch: perl
11303            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
11304 ____________________________________________________________________________
11305 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
11306         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
11307              From: Michael G Schwern <schwern@pobox.com>
11308              Date: Fri, 2 Nov 2001 15:36:41 -0500
11309              Message-ID: <20011102153641.E23234@blackrider>
11310      Branch: perl
11311            ! t/test.pl
11312 ____________________________________________________________________________
11313 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
11314         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
11315              From: merlyn@stonehenge.com (Randal L. Schwartz)
11316              Date: 02 Nov 2001 09:33:34 -0800
11317              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
11318              
11319              (two of the changes)
11320              
11321              Better coexistence with extensions.
11322      Branch: perl
11323            ! ext/Errno/Errno_pm.PL hints/darwin.sh
11324 ____________________________________________________________________________
11325 [ 12815] By: ams                                   on 2001/11/02  16:47:43
11326         Log: Subject: Re: [PATCH] the the double double word word fix fix
11327              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
11328              Date: Fri, 02 Nov 2001 19:43:07 +0100
11329              Message-Id: <3BE2E93B.627C198E@alcatel.at>
11330      Branch: perl
11331            ! pod/perldebug.pod
11332 ____________________________________________________________________________
11333 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
11334         Log: Update Changes.
11335      Branch: perl
11336            ! Changes patchlevel.h
11337 ____________________________________________________________________________
11338 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
11339         Log: More encoding testing.
11340      Branch: perl
11341            ! lib/encoding.pm lib/encoding.t
11342 ____________________________________________________________________________
11343 [ 12812] By: ams                                   on 2001/11/02  15:07:11
11344         Log: Slight modification of #12811.
11345      Branch: perl
11346            ! op.c
11347 ____________________________________________________________________________
11348 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
11349         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
11350              From: Radu Greab <radu@netsoft.ro>
11351              Date: Fri, 2 Nov 2001 15:28:58 +0200
11352              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
11353      Branch: perl
11354            ! op.c t/op/stat.t
11355 ____________________________________________________________________________
11356 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
11357         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
11358              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11359              Date: Thu, 1 Nov 2001 22:35:50 +0100
11360              Message-ID: <20011101223550.A10849@rafael>
11361      Branch: perl
11362            ! lib/ExtUtils/Embed.t
11363 ____________________________________________________________________________
11364 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
11365         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
11366              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
11367              Date: 2 Nov 2001 14:48:51 -0000
11368              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
11369      Branch: perl
11370            ! lib/File/Find.pm
11371 ____________________________________________________________________________
11372 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
11373         Log: Add documentation.
11374      Branch: perl
11375            ! embed.pl pod/perlapi.pod utf8.c
11376 ____________________________________________________________________________
11377 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
11378         Log: Unicode: add ToFold mapping.  Not used yet; but basically
11379              a more useful mapping for caseless aka case-ignoring than
11380              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
11381              algorithm for creating the foldings uses equivalence classes,
11382              see http://www.unicode.org/unicode/reports/tr21/
11383              Hopefully this feature will be used in //i.
11384              (The folding tables were introduced by #12689.)
11385      Branch: perl
11386            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
11387            ! utf8.c
11388 ____________________________________________________________________________
11389 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
11390         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
11391              From: "Craig A. Berry" <craigberry@mac.com>
11392              Date: Fri, 02 Nov 2001 00:03:52 -0600
11393              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
11394      Branch: perl
11395            ! lib/AutoSplit.t
11396 ____________________________________________________________________________
11397 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
11398         Log: Subject: Trivial doc patch
11399              From: andreas.koenig@anima.de (Andreas J. Koenig)
11400              Date: 02 Nov 2001 06:11:35 +0100
11401              Message-ID: <m37kt94v08.fsf@anima.de>
11402      Branch: perl
11403            ! pod/perlport.pod
11404 ____________________________________________________________________________
11405 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
11406         Log: Make encoding and charnames pragmas coexist.
11407      Branch: perl
11408            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
11409 ____________________________________________________________________________
11410 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
11411         Log: The basic character classes seem to go untested with Unicode.
11412      Branch: perl
11413            ! t/op/pat.t
11414 ____________________________________________________________________________
11415 [ 12802] By: ams                                   on 2001/11/02  00:39:36
11416         Log: Subject: [PATCH] the the double double word word fix fix
11417              From: Richard Soderberg <rs@oregonnet.com>
11418              Date: Thu, 1 Nov 2001 13:12:03 -0800
11419              Message-Id: <200111012112.NAA23288@oregonnet.com>
11420              
11421              Subject: Re: [PATCH] the the double double word word fix fix
11422              From: Mark-Jason Dominus <mjd@plover.com>
11423              Date: Thu, 01 Nov 2001 16:43:40 -0500
11424              Message-Id: <20011101214340.2044.qmail@plover.com>
11425              
11426              Subject: Re: [PATCH] the the double double word word fix fix
11427              From: Mark-Jason Dominus <mjd@plover.com>
11428              Date: Thu, 01 Nov 2001 16:51:39 -0500
11429              Message-Id: <20011101215139.2196.qmail@plover.com>
11430      Branch: perl
11431            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
11432            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
11433            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
11434            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
11435            ! pod/perltodo.pod pod/perlxstut.pod
11436 ____________________________________________________________________________
11437 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
11438         Log: Comment tweaks.
11439      Branch: perl
11440            ! toke.c
11441 ____________________________________________________________________________
11442 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
11443         Log: FAQ sync.
11444      Branch: perl
11445            ! pod/perlfaq9.pod
11446 ____________________________________________________________________________
11447 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
11448         Log: If an encoding is set by -M/-m, it must be in
11449              effect only for the actual script, not any other
11450              required/-M/-m'ed module, otherwise we enter a nasty
11451              recursion in regexec.c while trying to init the simple
11452              UTF-8 charclasses like PL_utf8_alnum.
11453      Branch: perl
11454            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
11455 ____________________________________________________________________________
11456 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
11457         Log: A bit more descriptive name.
11458      Branch: perl
11459            ! mg.c
11460 ____________________________________________________________________________
11461 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
11462         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
11463              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11464              Date: Wed, 31 Oct 2001 13:47:04 EST
11465              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
11466      Branch: perl
11467            ! ext/Time/HiRes/HiRes.t
11468 ____________________________________________________________________________
11469 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
11470         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
11471              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11472              Date: Wed, 31 Oct 2001 13:43:29 EST
11473              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
11474      Branch: perl
11475            ! mg.c
11476 ____________________________________________________________________________
11477 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
11478         Log: Subject: [PATCH] Various test cleanups
11479              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11480              Date: Tue, 30 Oct 2001 21:56:26 +0100
11481              Message-ID: <20011030215626.A28503@rafael>
11482      Branch: perl
11483            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
11484            ! ext/DB_File/t/db-recno.t ext/Encode.t
11485 ____________________________________________________________________________
11486 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
11487         Log: Update Changes.
11488      Branch: perl
11489            ! Changes patchlevel.h
11490 ____________________________________________________________________________
11491 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
11492         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
11493              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
11494              Date: Wed, 31 Oct 2001 17:16:39 +0100
11495              Message-ID: <20011031171639.A32511@rafael>
11496      Branch: perl
11497            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
11498 ____________________________________________________________________________
11499 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
11500         Log: Skip message nit.
11501      Branch: perl
11502            ! t/io/fs.t
11503 ____________________________________________________________________________
11504 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
11505         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
11506              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
11507              Date: 31 Oct 2001 14:49:37 -0000
11508              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
11509      Branch: perl
11510            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
11511 ____________________________________________________________________________
11512 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
11513         Log: Extend the effect of the encoding pragma to chr() and ord().
11514              
11515              TODO: regex literals, reentrancy problems with the utf8
11516              and charnames pragmas.
11517      Branch: perl
11518            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
11519 ____________________________________________________________________________
11520 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
11521         Log: Doc tweaks.
11522      Branch: perl
11523            ! lib/encoding.pm
11524 ____________________________________________________________________________
11525 [ 12788] By: nick                                  on 2001/10/31  08:59:56
11526         Log: Integrate mainline
11527      Branch: perlio
11528           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
11529           !> (integrate 49 files)
11530 ____________________________________________________________________________
11531 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
11532         Log: Forgot new proto.
11533      Branch: perl
11534            ! proto.h
11535 ____________________________________________________________________________
11536 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
11537         Log: Clarification: use encoding cannot be used to
11538              change the default encoding of "your whole script";
11539              only the default encoding of the *data*.  Also, it
11540              seems that "use encoding" does not mix with "use utf8"
11541              (a coredumping recursion ensues).  Should not be a huge
11542              problem since "use utf8" is pretty marginal nowadays.
11543      Branch: perl
11544            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
11545 ____________________________________________________________________________
11546 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
11547         Log: More documentation for the encode pragma.
11548      Branch: perl
11549            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
11550            ! pod/perlapi.pod pod/perlunicode.pod sv.c
11551 ____________________________________________________________________________
11552 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
11553         Log: Thinko in #12783.
11554      Branch: perl
11555            ! sv.c
11556 ____________________________________________________________________________
11557 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
11558         Log: Make sv_recode_to_utf8() a real API: the encoding
11559              is a parameter, instead of a global.  Document the
11560              PERL_ENCODING.
11561      Branch: perl
11562            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
11563            ! toke.c
11564 ____________________________________________________________________________
11565 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
11566         Log: Enable -Mencoding=foobar also for string literals.
11567      Branch: perl
11568            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
11569            ! pod/perlapi.pod proto.h sv.c toke.c
11570 ____________________________________________________________________________
11571 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
11572         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
11573              From: Andy Dougherty <doughera@lafayette.edu>
11574              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
11575              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
11576      Branch: perl
11577            ! ext/POSIX/hints/svr4.pl
11578 ____________________________________________________________________________
11579 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
11580         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
11581              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
11582              Date: Mon, 29 Oct 2001 23:11:58 -0000
11583              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
11584              
11585              Add compat.h.
11586      Branch: perl
11587            ! lib/h2xs.t utils/h2xs.PL
11588 ____________________________________________________________________________
11589 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
11590         Log: Subject: PerlIOBuf_dup
11591              From: Nicholas Clark <nick@ccl4.org>              
11592              Date: Mon, 29 Oct 2001 21:52:35 +0000             
11593              Message-ID: <20011029215235.K41204@plum.flirble.org>
11594              
11595              Add prototype.
11596      Branch: perl
11597            ! perliol.h
11598 ____________________________________________________________________________
11599 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
11600         Log: Subject: [PATCH] Make malloc.c errors more useful
11601              From: Richard Soderberg <rs@oregonnet.com>
11602              Date: Mon, 29 Oct 2001 22:28:02 -0800
11603              Message-Id: <200110300628.WAA11025@oregonnet.com>
11604      Branch: perl
11605            ! malloc.c
11606 ____________________________________________________________________________
11607 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
11608         Log: Retract #12776 - the bug 19990906.001 is still valid.
11609      Branch: perl
11610            ! t/run/kill_perl.t
11611 ____________________________________________________________________________
11612 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
11613         Log: (Retracted by #12777)
11614              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
11615              From: Michael G Schwern <schwern@pobox.com> 
11616              Date: Mon, 29 Oct 2001 23:01:08 -0500
11617              Message-ID: <20011029230108.G18053@blackrider>
11618      Branch: perl
11619            ! t/run/kill_perl.t
11620 ____________________________________________________________________________
11621 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
11622         Log: Comment nits.
11623      Branch: perl
11624            ! lib/encoding.t
11625 ____________________________________________________________________________
11626 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
11627         Log: integrate change#12772 from mainline
11628              
11629              Subject: [PATCH] Mommy, what's a pointer cast?
11630      Branch: maint-5.6/perl
11631            ! perl.h
11632 ____________________________________________________________________________
11633 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
11634         Log: Subject: [PATCH] Mommy, what's a pointer cast?
11635              From: Richard Soderberg <rs@oregonnet.com>
11636              Date: Mon, 29 Oct 2001 17:01:10 -0800
11637              Message-Id: <200110300101.RAA31561@oregonnet.com>
11638              
11639              (threads* parts)
11640      Branch: perl
11641            ! ext/threads/shared/shared.xs ext/threads/threads.xs
11642 ____________________________________________________________________________
11643 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
11644         Log: Subject: [PATCH] Mommy, what's a pointer cast?
11645              From: Richard Soderberg <rs@oregonnet.com>
11646              Date: Mon, 29 Oct 2001 17:01:10 -0800
11647              Message-Id: <200110300101.RAA31561@oregonnet.com>
11648              
11649              (the perl.h part)
11650      Branch: perl
11651            ! perl.h
11652 ____________________________________________________________________________
11653 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
11654         Log: Subject: [PATCH] OpenBSD likes signal.h 
11655              From: Richard Soderberg <rs@oregonnet.com>
11656              Date: Mon, 29 Oct 2001 17:00:31 -0800
11657              Message-Id: <200110300100.RAA31533@oregonnet.com>
11658      Branch: perl
11659            ! unixish.h
11660 ____________________________________________________________________________
11661 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
11662         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
11663              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
11664              Date: Mon, 29 Oct 2001 23:04:23 -0000
11665              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
11666      Branch: perl
11667            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
11668            ! ext/DB_File/t/db-recno.t
11669 ____________________________________________________________________________
11670 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
11671         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
11672              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
11673              Date: Mon, 29 Oct 2001 12:34:07 -0600
11674              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
11675      Branch: perl
11676            ! ext/Time/HiRes/HiRes.t
11677 ____________________________________________________________________________
11678 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
11679         Log: Update Changes.
11680      Branch: perl
11681            ! Changes patchlevel.h
11682 ____________________________________________________________________________
11683 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
11684         Log: AIX needs an explicit symbol export list.
11685      Branch: perl
11686            ! lib/ExtUtils/Embed.t
11687 ____________________________________________________________________________
11688 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
11689         Log: The test (and the module) would require some
11690              quality hacking time to work on EBCDIC.  Based on
11691              the test results nothing seems to be majorly broken,
11692              the module just seems to have strange assumptions:
11693              got: ''\226\225\205'
11694              expected: ''one'
11695              The \226\225\205 being, of course, 'one', in EBCDIC.
11696      Branch: perl
11697            ! lib/Dumpvalue.t
11698 ____________________________________________________________________________
11699 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
11700         Log: Mark the test known to be failing in EBCDIC.
11701      Branch: perl
11702            ! t/op/tr.t
11703 ____________________________________________________________________________
11704 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
11705         Log: None of the libnet modules are going to work in
11706              EBCDIC without the Convert::EBCDIC.
11707      Branch: perl
11708            ! t/lib/1_compile.t
11709 ____________________________________________________________________________
11710 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
11711         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
11712      Branch: perl
11713            ! t/op/pack.t
11714 ____________________________________________________________________________
11715 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
11716         Log: UTF-EBCDIC ain't UTF-8.
11717      Branch: perl
11718            ! t/op/pack.t
11719 ____________________________________________________________________________
11720 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
11721         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
11722      Branch: perl
11723            ! t/lib/1_compile.t
11724 ____________________________________________________________________________
11725 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
11726         Log: Let's not assume ASCII.
11727      Branch: perl
11728            ! t/op/lc.t
11729 ____________________________________________________________________________
11730 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
11731         Log: Call the new perlio symbols differently.
11732      Branch: perl
11733            ! makedef.pl
11734 ____________________________________________________________________________
11735 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
11736         Log: Don't expect ASCII ordering.
11737      Branch: perl
11738            ! lib/ExtUtils/Manifest.t
11739 ____________________________________________________________________________
11740 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
11741         Log: Forgot from #12756.
11742      Branch: perl
11743            ! perlio.h
11744 ____________________________________________________________________________
11745 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
11746         Log: BeOS tweaks:
11747              - fseeko and ftello can be found by Configure but
11748              we do not seem to have prototypes for them so
11749              let's make up some
11750              - BeOS didn't use to have real sockets (sockets as
11751              filedescriptors) but the BONE package is supposed
11752              to fix this.  I do not know how to detect BONEness,
11753              see hints/beos.sh for a spot that needs to fixed.
11754              - BeOS has O_TEXT != O_BINARY but has no setmode()
11755      Branch: perl
11756            ! hints/beos.sh perlio.c
11757 ____________________________________________________________________________
11758 [ 12755] By: sky                                   on 2001/10/29  12:56:12
11759         Log: Ugly fix to not die when a thread creator is holding locks.
11760      Branch: perl
11761            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
11762            ! ext/threads/threads.xs
11763 ____________________________________________________________________________
11764 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
11765         Log: Integrate change #12752 from maintperl;
11766              
11767              croak(Nullch) wasn't printing the contents of ERRSV if there was
11768              no outer eval (bug in change#6125)
11769      Branch: perl
11770           !> util.c
11771 ____________________________________________________________________________
11772 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
11773         Log: Subject: [PATCH h2xs] Use of static data in XS modules
11774              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
11775              Date: Sun, 28 Oct 2001 21:19:07 -0000
11776              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
11777              
11778              with nits from Sarathy.
11779      Branch: perl
11780            ! utils/h2xs.PL
11781 ____________________________________________________________________________
11782 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
11783         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
11784              no outer eval (bug in change#6125)
11785      Branch: maint-5.6/perl
11786            ! util.c
11787 ____________________________________________________________________________
11788 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
11789         Log: More todo for the encoding pragma.
11790      Branch: perl
11791            ! lib/encoding.pm
11792 ____________________________________________________________________________
11793 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
11794         Log: Add the encoding pragma to control the "upgrade"
11795              from the native eight bit data to Unicode.
11796              
11797              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
11798      Branch: perl
11799            + lib/encoding.pm lib/encoding.t
11800            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
11801            ! pod/perlunicode.pod pod/perlvar.pod sv.c
11802 ____________________________________________________________________________
11803 [ 12749] By: sky                                   on 2001/10/28  21:02:33
11804         Log: Update documentation.
11805      Branch: perl
11806            ! ext/threads/shared/shared.pm
11807 ____________________________________________________________________________
11808 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
11809         Log: Integrate change #12747 from maintperl;
11810              
11811              finishing touches to system() fixes on windows:
11812              * detect cmd shell correctly even if it had full path in it
11813              * more quoting needed for single-arg system if the argument
11814              really had multiple quoted arguments within it
11815              * be smarter about not calling the shell when the executable
11816              has spaces, but otherwise does not need shell involvement
11817              * add a testsuite (windows-specific currently)
11818      Branch: perl
11819           +> t/op/system.t t/op/system_tests
11820            ! MANIFEST pod/perltodo.pod
11821           !> win32/win32.c
11822 ____________________________________________________________________________
11823 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
11824         Log: finishing touches to system() fixes on windows:
11825              * detect cmd shell correctly even if it had full path in it
11826              * more quoting needed for single-arg system if the argument
11827              really had multiple quoted arguments within it
11828              * be smarter about not calling the shell when the executable
11829              has spaces, but otherwise does not need shell involvement
11830              * add a testsuite (windows-specific currently)
11831      Branch: maint-5.6/perl
11832            + t/op/system.t t/op/system_tests
11833            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
11834 ____________________________________________________________________________
11835 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
11836         Log: Integrate perlio.
11837      Branch: perl
11838           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
11839 ____________________________________________________________________________
11840 [ 12745] By: nick                                  on 2001/10/28  16:08:14
11841         Log: Mingw32 fixup for Embed.t
11842      Branch: perlio
11843            ! lib/ExtUtils/Embed.t
11844 ____________________________________________________________________________
11845 [ 12744] By: nick                                  on 2001/10/28  15:54:14
11846         Log: GCC vs MS 64-bit constant syntax
11847      Branch: perlio
11848            ! ext/Time/HiRes/HiRes.xs
11849 ____________________________________________________________________________
11850 [ 12743] By: nick                                  on 2001/10/28  15:42:55
11851         Log: Integrate mainline
11852      Branch: perlio
11853           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
11854 ____________________________________________________________________________
11855 [ 12742] By: sky                                   on 2001/10/28  14:47:10
11856         Log: Manpage updates.
11857      Branch: perl
11858            ! ext/threads/threads.pm
11859 ____________________________________________________________________________
11860 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
11861         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
11862      Branch: perl
11863            ! lib/ExtUtils/Embed.t
11864 ____________________________________________________________________________
11865 [ 12740] By: nick                                  on 2001/10/28  14:14:24
11866         Log: Integrate mainline
11867      Branch: perlio
11868           !> lib/ExtUtils/Embed.t win32/win32.c
11869 ____________________________________________________________________________
11870 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
11871         Log: Need to be ./executed.
11872      Branch: perl
11873            ! lib/ExtUtils/Embed.t
11874 ____________________________________________________________________________
11875 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
11876         Log: Integrate perlio.
11877      Branch: perl
11878           !> perlio.c win32/win32.h
11879 ____________________________________________________________________________
11880 [ 12737] By: nick                                  on 2001/10/28  13:53:45
11881         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
11882              by gcc -xc++.
11883      Branch: perlio
11884            ! win32/win32.h
11885 ____________________________________________________________________________
11886 [ 12736] By: nick                                  on 2001/10/28  13:50:50
11887         Log: Have :stdio layer update an honour the fd refcnt table.
11888              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
11889      Branch: perlio
11890            ! perlio.c
11891 ____________________________________________________________________________
11892 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
11893         Log: Integrate changes #12724 and #12725 from maintperl;
11894              multiarg system now works.
11895      Branch: perl
11896           !> win32/win32.c
11897 ____________________________________________________________________________
11898 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
11899         Log: Integrate perlio.
11900      Branch: perl
11901           +> lib/ExtUtils/Embed.t
11902           !> MANIFEST perlio.c
11903 ____________________________________________________________________________
11904 [ 12733] By: nick                                  on 2001/10/28  13:07:16
11905         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
11906              least for PERLIO=perlio unthreaded case
11907      Branch: perlio
11908            ! perlio.c
11909 ____________________________________________________________________________
11910 [ 12732] By: nick                                  on 2001/10/28  11:10:24
11911         Log: Typo in exe name
11912      Branch: perlio
11913            ! lib/ExtUtils/Embed.t
11914 ____________________________________________________________________________
11915 [ 12731] By: nick                                  on 2001/10/28  11:09:59
11916         Log: Integrate Mainline
11917      Branch: perlio
11918           !> Changes configure.com ext/DB_File/DB_File.pm
11919           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
11920           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
11921           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
11922           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
11923           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
11924           !> t/TEST t/op/regexp.t win32/buildext.pl
11925 ____________________________________________________________________________
11926 [ 12730] By: nick                                  on 2001/10/28  11:05:35
11927         Log: Fixup Embed.t for Win32/VC++
11928      Branch: perlio
11929            ! lib/ExtUtils/Embed.t
11930 ____________________________________________________________________________
11931 [ 12729] By: nick                                  on 2001/10/28  09:36:20
11932         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
11933              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
11934              ExtUtils::Embed.
11935      Branch: perlio
11936            + lib/ExtUtils/Embed.t
11937            ! MANIFEST
11938 ____________________________________________________________________________
11939 [ 12728] By: sky                                   on 2001/10/28  08:12:53
11940         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
11941              line manually!
11942      Branch: perl
11943            ! lib/ExtUtils/xsubpp
11944 ____________________________________________________________________________
11945 [ 12727] By: sky                                   on 2001/10/28  08:02:09
11946         Log: And here we use the prototypes.
11947      Branch: perl
11948            ! ext/threads/shared/shared.xs
11949 ____________________________________________________________________________
11950 [ 12726] By: sky                                   on 2001/10/28  08:00:48
11951         Log: Support [] style prototypes.
11952      Branch: perl
11953            ! lib/ExtUtils/xsubpp
11954 ____________________________________________________________________________
11955 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
11956         Log: yet another multi-arg system() fix on windows: batch files as the
11957              first argument (i.e. directly executed by CreateProcess()) need
11958              extra quoting to escape shell-shock
11959      Branch: maint-5.6/perl
11960            ! win32/win32.c
11961 ____________________________________________________________________________
11962 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
11963         Log: another multi-arg system() fix on windows: passing empty arguments
11964              now works
11965      Branch: maint-5.6/perl
11966            ! win32/win32.c
11967 ____________________________________________________________________________
11968 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
11969         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
11970              No final #else #error because we do not seem to
11971              be using #error?
11972      Branch: perl
11973            ! op.h
11974 ____________________________________________________________________________
11975 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
11976         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
11977              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
11978              Date: Sat, 27 Oct 2001 23:28:44 EST 
11979              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
11980      Branch: perl
11981            ! ext/Time/HiRes/HiRes.xs
11982 ____________________________________________________________________________
11983 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
11984         Log: Regen perlapi, perltoc.
11985      Branch: perl
11986            ! pod/perlapi.pod pod/perltoc.pod
11987 ____________________________________________________________________________
11988 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
11989         Log: Subject: [PATCH] sv.h documentation
11990              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
11991              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
11992              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
11993      Branch: perl
11994            ! sv.h
11995 ____________________________________________________________________________
11996 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
11997         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
11998              system("nmake -nologo", "clean") and there is no executable
11999              called "nmake -nologo"; this used to "work" pre-change#12559 due
12000              to bugs in multiarg system() that have since been fixed
12001      Branch: perl
12002            ! win32/buildext.pl
12003 ____________________________________________________________________________
12004 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
12005         Log: Update Changes.
12006      Branch: perl
12007            ! Changes patchlevel.h
12008 ____________________________________________________________________________
12009 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
12010         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
12011              From: Richard.Foley@t-online.de (Richard Foley)            
12012              Date: Sun, 28 Oct 2001 00:48:32 +0200
12013              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
12014      Branch: perl
12015            ! pod/perlhack.pod
12016 ____________________________________________________________________________
12017 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
12018         Log: Must store pointers with the right width.
12019      Branch: perl
12020            ! op.h
12021 ____________________________________________________________________________
12022 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
12023         Log: Integrate change #12711 from perlio;
12024              
12025              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
12026              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
12027      Branch: perl
12028           !> perlio.c
12029 ____________________________________________________________________________
12030 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
12031         Log: Subject: [PATCH] make minitest
12032              From: Nicholas Clark <nick@ccl4.org>
12033              Date: Sat, 27 Oct 2001 22:56:16 +0100
12034              Message-ID: <20011027225616.L20275@plum.flirble.org>
12035      Branch: perl
12036            ! t/TEST
12037 ____________________________________________________________________________
12038 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
12039         Log: Patch #12661 missed this.
12040      Branch: perl
12041            ! ext/DB_File/DB_File.pm
12042 ____________________________________________________________________________
12043 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
12044         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
12045              From: "Craig A. Berry" <craigberry@mac.com>
12046              Date: Sat, 27 Oct 2001 16:07:47 -0500
12047              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
12048      Branch: perl
12049            ! configure.com perlio.c
12050 ____________________________________________________________________________
12051 [ 12711] By: nick                                  on 2001/10/27  19:49:25
12052         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
12053              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
12054      Branch: perlio
12055            ! perlio.c
12056 ____________________________________________________________________________
12057 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
12058         Log: Let's not replace reason if there's one already supplied.
12059      Branch: perl
12060            ! t/op/regexp.t
12061 ____________________________________________________________________________
12062 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
12063         Log: is not good.
12064      Branch: perl
12065            ! t/op/regexp.t
12066 ____________________________________________________________________________
12067 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
12068         Log: ldlibpth can exist but be unset.
12069      Branch: perl
12070            ! t/TEST
12071 ____________________________________________________________________________
12072 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
12073         Log: Unicode: property alias naming cleanup.
12074      Branch: perl
12075            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
12076 ____________________________________________________________________________
12077 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
12078         Log: FAQ sync.
12079      Branch: perl
12080            ! pod/perlfaq4.pod
12081 ____________________________________________________________________________
12082 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
12083         Log: Integrate change #12703 from maintperl;
12084              
12085              typemap stuff intervenes before declaration, move it to PREINIT
12086              section
12087              
12088              (an empty integrate, but now the files are in sync
12089              between the branches)
12090      Branch: perl
12091           !> ext/ODBM_File/ODBM_File.xs
12092 ____________________________________________________________________________
12093 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
12094         Log: More PerlIO symbols.
12095      Branch: perl
12096            ! makedef.pl
12097 ____________________________________________________________________________
12098 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
12099         Log: typemap stuff intervenes before declaration, move it to PREINIT
12100              section
12101      Branch: maint-5.6/perl
12102            ! ext/ODBM_File/ODBM_File.xs
12103 ____________________________________________________________________________
12104 [ 12702] By: nick                                  on 2001/10/27  14:09:35
12105         Log: Integrate mainline
12106      Branch: perlio
12107           +> ext/threads/shared/t/av_simple.t
12108           +> ext/threads/shared/t/hv_refs.t
12109           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
12110           !> (integrate 109 files)
12111 ____________________________________________________________________________
12112 [ 12700] By: ams                                   on 2001/10/26  21:22:23
12113         Log: Subject: [PATCH] tweak divide
12114              From: Nicholas Clark <nick@ccl4.org>
12115              Date: Fri, 26 Oct 2001 22:52:17 +0100
12116              Message-Id: <20011026225217.B20275@plum.flirble.org>
12117      Branch: perl
12118            ! pp.c
12119 ____________________________________________________________________________
12120 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
12121         Log: Integrate a buncha things from maintperl.
12122      Branch: maint-5.6/macperl
12123           !> (integrate 32 files)
12124 ____________________________________________________________________________
12125 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
12126         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
12127              From: Andy Dougherty <doughera@lafayette.edu>
12128              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
12129              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
12130      Branch: perl
12131            ! hints/svr4.sh
12132 ____________________________________________________________________________
12133 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
12134         Log: When you're root, many things become writable.
12135      Branch: perl
12136            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
12137 ____________________________________________________________________________
12138 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
12139         Log: Update Changes.
12140      Branch: perl
12141            ! Changes patchlevel.h
12142 ____________________________________________________________________________
12143 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
12144         Log: Term/Cap.t attempts to access the floppy drive for no good reason
12145              on dosish systems
12146      Branch: perl
12147            ! lib/Term/Cap.t
12148 ____________________________________________________________________________
12149 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
12150         Log: fix misleading comment on known inadequacy in B::Terse, and skip
12151              it correctly
12152      Branch: perl
12153            ! ext/B/t/terse.t
12154 ____________________________________________________________________________
12155 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
12156         Log: fix spurious AutoSplit.t failure under windows
12157      Branch: perl
12158            ! lib/AutoSplit.t
12159 ____________________________________________________________________________
12160 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
12161         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
12162      Branch: perl
12163            ! ext/Time/HiRes/HiRes.t
12164 ____________________________________________________________________________
12165 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
12166         Log: More logical to use %04"UVXf" than %"UVuf" since
12167              the Unicode standard prefers hex.
12168      Branch: perl
12169            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
12170            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
12171            ! lib/unicore/mktables utf8.c
12172 ____________________________________________________________________________
12173 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
12174         Log: change#12065 seems to have broken Encode build on windows; fix
12175      Branch: perl
12176            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
12177 ____________________________________________________________________________
12178 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
12179         Log: Unicode: add the case folding table.
12180      Branch: perl
12181            + lib/unicore/To/Fold.pl
12182            ! MANIFEST lib/unicore/mktables
12183 ____________________________________________________________________________
12184 [ 12688] By: sky                                   on 2001/10/26  13:51:29
12185         Log: Get the new functions right, do not export lock since we use builtin lock.
12186              TODO: fix xsubpp to support the new prototypes
12187      Branch: perl
12188            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12189 ____________________________________________________________________________
12190 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
12191         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
12192              as suggested by Sarathy.
12193      Branch: perl
12194            ! mg.c
12195 ____________________________________________________________________________
12196 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
12197         Log: avoid compiler warning
12198      Branch: perl
12199            ! win32/win32.c
12200 ____________________________________________________________________________
12201 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
12202         Log: WinCE update from Rainer Keuchel.
12203      Branch: perl
12204            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
12205            ! wince/wince.c
12206 ____________________________________________________________________________
12207 [ 12684] By: sky                                   on 2001/10/26  13:34:33
12208         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
12209      Branch: perl
12210            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12211 ____________________________________________________________________________
12212 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
12213         Log: More fixes that were made to the core and not in the libnet src
12214      Branch: perl
12215            ! lib/Net/Domain.pm
12216 ____________________________________________________________________________
12217 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
12218         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
12219              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
12220              Date: Fri, 26 Oct 2001 13:55:21 +0200
12221              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
12222              
12223              (plus make the db-recno.t#59 accept both \n and \r\n)
12224      Branch: perl
12225            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
12226            ! ext/DB_File/t/db-recno.t
12227 ____________________________________________________________________________
12228 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
12229         Log: Fix tests to be able to run in the core and the CPAN dist
12230      Branch: perl
12231            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
12232            ! lib/Net/t/require.t lib/Net/t/smtp.t
12233 ____________________________________________________________________________
12234 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
12235         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
12236              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12237              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
12238              Date: Fri, 26 Oct 2001 08:34:46 EDT
12239      Branch: perl
12240            ! ext/Time/HiRes/HiRes.t
12241 ____________________________________________________________________________
12242 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
12243         Log: Sync libnet modules with what will be libnet-1.08
12244      Branch: perl
12245            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
12246            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
12247            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
12248            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
12249 ____________________________________________________________________________
12250 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
12251         Log: Integrate maintperl changes #12268 and #12669;
12252              
12253              final touches to the audit for statics and thread-unsafe code
12254              * make DB_File, ODBM_File thread-safe 
12255              * remove unnecessary/dangerous statics and protect others
12256              from not getting accidentally enabled under threaded perls
12257              
12258              windows support functions get_childdir() et al aren't exported
12259              correctly under vanilla build
12260              
12261              Testing under win32 appreciated since changes there had
12262              to be manually merged and I cannot test how badly did I do.
12263      Branch: perl
12264           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
12265           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
12266           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
12267           !> win32/vmem.h win32/win32.c win32/win32iop.h
12268 ____________________________________________________________________________
12269 [ 12677] By: sky                                   on 2001/10/26  12:37:17
12270         Log: More Config::threads to threads::threads changes
12271      Branch: perl
12272            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
12273 ____________________________________________________________________________
12274 [ 12676] By: sky                                   on 2001/10/26  12:31:46
12275         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
12276      Branch: perl
12277            ! ext/threads/threads.pm ext/threads/threads.xs
12278 ____________________________________________________________________________
12279 [ 12675] By: sky                                   on 2001/10/26  12:06:30
12280         Log: Allocing a TLS in runtime is not too hot.
12281      Branch: perl
12282            ! ext/threads/threads.xs
12283 ____________________________________________________________________________
12284 [ 12674] By: sky                                   on 2001/10/26  11:59:09
12285         Log: Don't display debug data.
12286      Branch: perl
12287            ! ext/threads/threads.pm
12288 ____________________________________________________________________________
12289 [ 12673] By: sky                                   on 2001/10/26  11:35:47
12290         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
12291              complete bar support for blessed objects.
12292              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
12293      Branch: perl
12294            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
12295 ____________________________________________________________________________
12296 [ 12672] By: sky                                   on 2001/10/26  11:15:28
12297         Log: Fix case where shared reference does not exist in current thread.
12298      Branch: perl
12299            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
12300 ____________________________________________________________________________
12301 [ 12671] By: sky                                   on 2001/10/26  08:48:52
12302         Log: Support for references in shared arrays.
12303      Branch: perl
12304            ! ext/threads/shared/shared.xs
12305 ____________________________________________________________________________
12306 [ 12670] By: sky                                   on 2001/10/26  08:30:11
12307         Log: Add tests for references in hashes.
12308      Branch: perl
12309            + ext/threads/shared/t/hv_refs.t
12310            ! MANIFEST
12311 ____________________________________________________________________________
12312 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
12313         Log: windows support functions get_childdir() et al aren't exported
12314              correctly under vanilla build
12315      Branch: maint-5.6/perl
12316            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
12317 ____________________________________________________________________________
12318 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
12319         Log: final touches to the audit for statics and thread-unsafe code
12320              * make DB_File, ODBM_File thread-safe 
12321              * remove unnecessary/dangerous statics and protect others
12322              from not getting accidentally enabled under threaded perls
12323      Branch: maint-5.6/perl
12324            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
12325            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
12326            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
12327            ! win32/win32.c
12328 ____________________________________________________________________________
12329 [ 12667] By: ams                                   on 2001/10/26  03:48:36
12330         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
12331              From: "Richard Soderberg" <rs@crystalflame.net>
12332              Date: Thu, 25 Oct 2001 23:42:50 -0400
12333              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
12334      Branch: perl
12335            ! sharedsv.c
12336 ____________________________________________________________________________
12337 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
12338         Log: Integrate change #12664 from maintperl;
12339              
12340              the newest GCCs don't seem to like C<"string1"##STRING2>
12341              so keep it as C<"string1" STRING2> (latter appears to
12342              work everywhere)
12343      Branch: perl
12344           !> ext/DynaLoader/dlutils.c
12345 ____________________________________________________________________________
12346 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
12347         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
12348              From: Chris Nandor <pudge@pobox.com>
12349              Date: Thu, 25 Oct 2001 22:15:03 -0400
12350              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
12351      Branch: perl
12352            ! perl.h
12353 ____________________________________________________________________________
12354 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
12355         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
12356              C<"string1" STRING2> (latter appears to work everywhere)
12357      Branch: maint-5.6/perl
12358            ! ext/DynaLoader/dlutils.c
12359 ____________________________________________________________________________
12360 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
12361         Log: AUTHORS update.
12362      Branch: perl
12363            ! AUTHORS
12364 ____________________________________________________________________________
12365 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
12366         Log: Integrate change #12660 from maintperl;
12367              
12368              make the dMY_CXT stuff available under all of
12369              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
12370      Branch: perl
12371           !> perl.h
12372 ____________________________________________________________________________
12373 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
12374         Log: Subject: [PATCH] DB_File-1.79
12375              From: "Paul Marquess" <paul.marquess@openwave.com>
12376              Date: Fri, 26 Oct 2001 00:03:54 +0100
12377              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
12378      Branch: perl
12379            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
12380            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
12381 ____________________________________________________________________________
12382 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
12383         Log: make the dMY_CXT stuff available under all of
12384              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
12385      Branch: maint-5.6/perl
12386            ! perl.h
12387 ____________________________________________________________________________
12388 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
12389         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
12390              From: Michael G Schwern <schwern@pobox.com>
12391              Date: Thu, 25 Oct 2001 18:28:12 -0400
12392              Message-ID: <20011025182812.M4811@blackrider>
12393      Branch: perl
12394            ! t/run/kill_perl.t
12395 ____________________________________________________________________________
12396 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
12397         Log: STRLEN != int.
12398      Branch: perl
12399            ! regcomp.c regexec.c
12400 ____________________________________________________________________________
12401 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
12402         Log: Subject: [PATCH] remove small IVop redundancy
12403              From: Nicholas Clark <nick@ccl4.org>
12404              Date: Thu, 25 Oct 2001 22:48:28 +0100
12405              Message-ID: <20011025224827.M66471@plum.flirble.org>
12406      Branch: perl
12407            ! pp.c pp_hot.c
12408 ____________________________________________________________________________
12409 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
12410         Log: Metaconfig unit change for #12655.
12411      Branch: metaconfig/U/perl
12412            ! Extensions.U
12413 ____________________________________________________________________________
12414 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
12415         Log: Subject: Re: Not OK @12650
12416              From: Andy Dougherty <doughera@lafayette.edu>
12417              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
12418              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
12419      Branch: perl
12420            ! Configure
12421 ____________________________________________________________________________
12422 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
12423         Log: Integrate changes #12652 and #12653 from maintperl;
12424              
12425              more tweaks to change#12626
12426              * move the boilerplate code over to perl.h and make DynaLoader
12427              use it
12428              * make re, Opcode, File::Glob and B threadsafe
12429              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
12430              C<no re;> anywhere)
12431              
12432              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
12433              
12434              File::Glob required a bit more work in bleadperl
12435              because of ExtUtils::Constant (see the Makefile.PL change)
12436      Branch: perl
12437            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
12438           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
12439           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
12440 ____________________________________________________________________________
12441 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
12442         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
12443      Branch: maint-5.6/perl
12444            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
12445            ! ext/Opcode/Opcode.xs ext/re/re.xs
12446 ____________________________________________________________________________
12447 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
12448         Log: more tweaks to change#12626
12449              * move the boilerplate code over to perl.h and make DynaLoader
12450              use it
12451              * make re, Opcode, File::Glob and B threadsafe
12452              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
12453              C<no re;> anywhere)
12454      Branch: maint-5.6/perl
12455            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
12456            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
12457 ____________________________________________________________________________
12458 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
12459         Log: Metaconfig unit change for #12650.
12460      Branch: metaconfig/U/perl
12461            ! Extensions.U
12462 ____________________________________________________________________________
12463 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
12464         Log: Subject: Re: ithreads doesn't like usedl=n
12465              From: Andy Dougherty <doughera@lafayette.edu>
12466              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
12467              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
12468              
12469              Special-case threads::shared.
12470      Branch: perl
12471            ! Configure
12472 ____________________________________________________________________________
12473 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
12474         Log: Getting fancier...
12475      Branch: perl
12476            ! t/TEST
12477 ____________________________________________________________________________
12478 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
12479         Log: csh - what a pain.
12480      Branch: perl
12481            ! t/TEST
12482 ____________________________________________________________________________
12483 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
12484         Log: Update Changes.
12485      Branch: perl
12486            ! Changes patchlevel.h
12487 ____________________________________________________________________________
12488 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
12489         Log: Allow resetting the locale system for the duration
12490              of the build (Mac OS X default setting LANG=En_US
12491              ist kaputt)
12492      Branch: perl
12493            ! Makefile.SH
12494 ____________________________________________________________________________
12495 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
12496         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
12497      Branch: perl
12498            ! ext/Digest/MD5/t/files.t
12499 ____________________________________________________________________________
12500 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
12501         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
12502              From: Andy Dougherty <doughera@lafayette.edu>
12503              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
12504              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
12505      Branch: perl
12506            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
12507            ! ext/threads/shared/Makefile.PL
12508 ____________________________________________________________________________
12509 [ 12643] By: sky                                   on 2001/10/25  12:28:26
12510         Log: Add support for reference members of hashes.
12511      Branch: perl
12512            ! ext/threads/shared/shared.xs
12513 ____________________________________________________________________________
12514 [ 12642] By: ams                                   on 2001/10/25  12:21:13
12515         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
12516              From: "Norton Allen" <nort@qnx.com>
12517              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
12518              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
12519      Branch: perl
12520            ! ext/Digest/MD5/MD5.xs
12521 ____________________________________________________________________________
12522 [ 12641] By: sky                                   on 2001/10/25  10:27:39
12523         Log: Tests shared hashes.
12524      Branch: perl
12525            + ext/threads/shared/t/hv_simple.t
12526            ! MANIFEST
12527 ____________________________________________________________________________
12528 [ 12640] By: sky                                   on 2001/10/25  10:18:23
12529         Log: Fix threadcounts for arrays and hashes.
12530      Branch: perl
12531            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12532 ____________________________________________________________________________
12533 [ 12639] By: sky                                   on 2001/10/25  10:17:26
12534         Log: Note to self, doing *src_ary++ in a macro that evaluates
12535              the value more than once is a good way to dump core.
12536      Branch: perl
12537            ! sharedsv.c
12538 ____________________________________________________________________________
12539 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
12540         Log: Integrate change #12636 from maintperl; more dl fixups.
12541      Branch: perl
12542           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
12543           !> ext/DynaLoader/dl_vms.xs
12544 ____________________________________________________________________________
12545 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
12546         Log: Like dl_hpux, like dl_dld.
12547      Branch: perl
12548            ! ext/DynaLoader/dl_dld.xs
12549 ____________________________________________________________________________
12550 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
12551         Log: followups to change#12635
12552      Branch: maint-5.6/perl
12553            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
12554            ! ext/DynaLoader/dl_vms.xs
12555 ____________________________________________________________________________
12556 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
12557         Log: add part of change#12634 to the two files that need it; dl_aix.xs
12558              in maint-5.6 doesn't have the branch that had the problem in
12559              mainline
12560      Branch: maint-5.6/perl
12561            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
12562 ____________________________________________________________________________
12563 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
12564         Log: Fixes for #12627.
12565      Branch: perl
12566            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
12567 ____________________________________________________________________________
12568 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
12569         Log: Since pv_uni_display and sv_uni_display are now used
12570              in the re extension, their symbols have to be exported.
12571      Branch: perl
12572            ! embed.pl global.sym
12573 ____________________________________________________________________________
12574 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
12575         Log: Subject:  Re: [PATCH Perl@12567] debug /list
12576              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12577              Date: Tue, 23 Oct 2001 21:40:33 EDT
12578              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
12579      Branch: perl
12580            ! configure.com
12581 ____________________________________________________________________________
12582 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
12583         Log: This takes care of some of the re 'debug' cases but
12584              not all cases since the information whether the pattern
12585              or the target are utf8 seems to be either lost or not
12586              spread widely enough, sigh.
12587      Branch: perl
12588            ! regcomp.c
12589 ____________________________________________________________________________
12590 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
12591         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
12592              From: John Peacock <jpeacock@rowman.com>
12593              Date: Wed, 24 Oct 2001 16:53:29 -0400
12594              Message-ID: <3BD72A49.1508D152@rowman.com>
12595      Branch: perl
12596            ! configure.com
12597 ____________________________________________________________________________
12598 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
12599         Log: Upgrade NetWare and WinCE as in #12626.
12600      Branch: perl
12601            ! NetWare/dl_netware.xs wince/dl_win32.xs
12602 ____________________________________________________________________________
12603 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
12604         Log: Tru64 compiler nit.
12605      Branch: perl
12606            ! ext/threads/shared/shared.xs
12607 ____________________________________________________________________________
12608 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
12609         Log: Integrate change #12626 from maintperl;
12610              make DynaLoader threadsafe by moving all statics into
12611              interpreter-local space
12612              
12613              TODO: Netware, OS/2, WinCE
12614      Branch: perl
12615           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
12616           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
12617           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
12618           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
12619           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
12620           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
12621           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
12622 ____________________________________________________________________________
12623 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
12624         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
12625              space
12626      Branch: maint-5.6/perl
12627            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
12628            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
12629            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
12630            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
12631            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
12632            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
12633            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
12634 ____________________________________________________________________________
12635 [ 12625] By: sky                                   on 2001/10/24  20:05:26
12636         Log: Change #12623 inflicted an infinite hang. Fixed.
12637      Branch: perl
12638            ! ext/threads/shared/shared.xs
12639 ____________________________________________________________________________
12640 [ 12624] By: sky                                   on 2001/10/24  19:06:55
12641         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
12642      Branch: perl
12643            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12644 ____________________________________________________________________________
12645 [ 12623] By: sky                                   on 2001/10/24  18:06:34
12646         Log: We need to do sharedsv_find in the original perl context.
12647      Branch: perl
12648            ! ext/threads/shared/shared.xs
12649 ____________________________________________________________________________
12650 [ 12622] By: sky                                   on 2001/10/24  17:26:51
12651         Log: Add support for basic support for AVs, references not supported yet.
12652              Add test for AVs.
12653              Add more tests to sv_refs
12654              Fix documentation issues.  
12655      Branch: perl
12656            + ext/threads/shared/t/av_simple.t
12657            ! MANIFEST ext/threads/shared/shared.pm
12658            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
12659 ____________________________________________________________________________
12660 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
12661         Log: Dump Unicode better for re 'debug'.  The regprop()
12662              is unfinished since have to figure out how to detect
12663              Unicodeness in there.
12664      Branch: perl
12665            ! regcomp.c regexec.c
12666 ____________________________________________________________________________
12667 [ 12620] By: sky                                   on 2001/10/24  13:18:07
12668         Log: Add support for finding shared arrays and hashes.
12669      Branch: perl
12670            ! sharedsv.c
12671 ____________________________________________________________________________
12672 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
12673         Log: Rewrite sv_uni_display() as pv_uni_display() as
12674              reimplement sv_uni_display() using that.
12675      Branch: perl
12676            ! dump.c embed.h embed.pl proto.h
12677 ____________________________________________________________________________
12678 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
12679         Log: Integrate change #12615 from maintperl;
12680              on Windows, IO::File::new_tmpfile() fails after being called
12681              32767 times because MSVCRT thinks stdio's TMP_MAX is a
12682              process-wide limit
12683      Branch: perl
12684           !> win32/win32.c
12685 ____________________________________________________________________________
12686 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
12687         Log: Don't try to print ints as IVs.
12688      Branch: perl
12689            ! ext/Time/HiRes/HiRes.xs
12690 ____________________________________________________________________________
12691 [ 12616] By: sky                                   on 2001/10/24  11:06:35
12692         Log: We only need to fetch the SV from the backend if the index
12693              is not the same as mg_private.     In theory this could be
12694              a problem if there are an exact multiple of U16 changes
12695              of a shared variable between two access in a given thread,
12696              we choose to avoid theory for now.
12697      Branch: perl
12698            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
12699 ____________________________________________________________________________
12700 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
12701         Log: on Windows, IO::File::new_tmpfile() fails after being called
12702              32767 times because MSVCRT thinks stdio's TMP_MAX is a
12703              process-wide limit
12704      Branch: maint-5.6/perl
12705            ! win32/win32.c
12706 ____________________________________________________________________________
12707 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
12708         Log: Negation and Unicode: sort of solves 20010303.010,
12709              except not quite like reported in the Subject
12710              (Perl_warner is still utf8-ignorant).
12711      Branch: perl
12712            ! pp.c t/lib/warnings/sv
12713 ____________________________________________________________________________
12714 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
12715         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
12716      Branch: perl
12717            ! sv.c t/lib/warnings/sv
12718 ____________________________________________________________________________
12719 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
12720         Log: sv_uni_display(): do not add the "...", let the caller
12721              do it if wanted, and be prepared for more display options.
12722      Branch: perl
12723            ! dump.c embed.h embed.pl proto.h
12724 ____________________________________________________________________________
12725 [ 12611] By: nick                                  on 2001/10/23  20:28:07
12726         Log: Integrate mainline
12727      Branch: perlio
12728           !> Changes configure.com cygwin/cygwin.c
12729           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
12730           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
12731           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
12732           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
12733           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
12734           !> utils/h2xs.PL utils/perldoc.PL
12735 ____________________________________________________________________________
12736 [ 12610] By: sky                                   on 2001/10/23  19:39:24
12737         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
12738              don't call themselves READONLY but still die with modification
12739              attempt. We only call bless for ext and umagic.
12740      Branch: perl
12741            ! sv.c
12742 ____________________________________________________________________________
12743 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
12744         Log: Croak() on negative time; doc tweaks.
12745      Branch: perl
12746            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
12747            ! ext/Time/HiRes/HiRes.xs
12748 ____________________________________________________________________________
12749 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
12750         Log: FAQ sync.
12751      Branch: perl
12752            ! pod/perlfaq4.pod pod/perlfaq7.pod
12753 ____________________________________________________________________________
12754 [ 12607] By: sky                                   on 2001/10/23  18:27:27
12755         Log: Call setmagic on the referent we are blessing.
12756      Branch: perl
12757            ! sv.c
12758 ____________________________________________________________________________
12759 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
12760         Log: Small test nits.
12761      Branch: perl
12762            ! t/op/lc.t
12763 ____________________________________________________________________________
12764 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
12765         Log: Update Changes.
12766      Branch: perl
12767            ! Changes patchlevel.h
12768 ____________________________________________________________________________
12769 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
12770         Log: Make the PerlIO_init() prototypes consistent.
12771      Branch: perl
12772            ! perlio.c
12773 ____________________________________________________________________________
12774 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
12775         Log: Upping the test count is a good idea.
12776      Branch: perl
12777            ! t/op/lc.t
12778 ____________________________________________________________________________
12779 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
12780         Log: Document the final sigma spot.
12781      Branch: perl
12782            ! pp.c
12783 ____________________________________________________________________________
12784 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
12785         Log: Fix multicharacter titlecase (ucfirst).
12786      Branch: perl
12787            ! pod/perlunicode.pod pp.c t/op/lc.t
12788 ____________________________________________________________________________
12789 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
12790         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
12791              From: Mikhail Zabaluev <mhz@alt-linux.org>
12792              Date: Tue, 23 Oct 2001 10:40:37 +0400
12793              Message-ID: <20011023104037.A12761@localhost.localdomain>
12794              
12795              (#12406 replaced with this)
12796      Branch: perl
12797            ! utils/perldoc.PL
12798 ____________________________________________________________________________
12799 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
12800         Log: MacOS Classic updates from Pudge.
12801      Branch: perl
12802            ! lib/File/Spec.t lib/File/Spec/Mac.pm
12803 ____________________________________________________________________________
12804 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
12805         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
12806              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12807              Date: Sun, 14 Oct 2001 23:14:46 +0200
12808              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
12809              
12810              except for the 2->4 changes.
12811      Branch: perl
12812            ! lib/AutoSplit.t
12813 ____________________________________________________________________________
12814 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
12815         Log: integrate macperl contents into maint-5.6
12816      Branch: maint-5.6/perl
12817            ! mg.c
12818           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
12819           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
12820           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
12821           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
12822           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
12823           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
12824           !> t/lib/filefind.t t/lib/filespec.t
12825 ____________________________________________________________________________
12826 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
12827         Log: At some point the #6234 has been lost from the mainline
12828              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
12829      Branch: perl
12830            ! lib/File/Spec/Win32.pm
12831 ____________________________________________________________________________
12832 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
12833         Log: Cygwin seems to round up (or closest, but not down)
12834              for time(), so half of the time (bad pun intended)
12835              Time::HiRes::time() is less than time(), half of
12836              the time it's more.  So let's try harder in the loop.
12837      Branch: perl
12838            ! ext/Time/HiRes/HiRes.t
12839 ____________________________________________________________________________
12840 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
12841         Log: MacOS Classic timeofday(), from Chris Nandor. 
12842      Branch: perl
12843            ! ext/Time/HiRes/HiRes.xs
12844 ____________________________________________________________________________
12845 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
12846         Log: Integrate changes #12580 and #12581 from macperl;
12847              
12848              Fix path construction.
12849              
12850              (Copyright) Nit.
12851      Branch: perl
12852           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
12853 ____________________________________________________________________________
12854 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
12855         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
12856              doesn't seem to help (the error being output to console, maybe?)
12857      Branch: perl
12858            ! lib/Net/Domain.pm
12859 ____________________________________________________________________________
12860 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
12861         Log: Taint the getcwd() result also in Cygwin.
12862              (TODO: which other platforms need the same thing?)
12863      Branch: perl
12864            ! cygwin/cygwin.c
12865 ____________________________________________________________________________
12866 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
12867         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
12868      Branch: perl
12869            ! t/op/taint.t
12870 ____________________________________________________________________________
12871 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
12872         Log: getpwuid() fragility continues.
12873      Branch: perl
12874            ! utils/h2xs.PL
12875 ____________________________________________________________________________
12876 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
12877         Log: getpwuid() might succeed but that's no guarantee
12878              that the $home will be defined.
12879      Branch: perl
12880            ! ext/File/Glob/t/basic.t
12881 ____________________________________________________________________________
12882 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
12883         Log: It's safer to to expand the variable, too... (see #12571)
12884      Branch: perl
12885            ! t/TEST
12886 ____________________________________________________________________________
12887 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
12888         Log: Integrate with maintperl.
12889      Branch: maint-5.6/macperl
12890           !> win32/bin/pl2bat.pl win32/win32.c
12891 ____________________________________________________________________________
12892 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
12893         Log: Oops, forgot to include Win32 ... just as well, since it
12894              seems in bleadperl, change #7764 was not included
12895              (adding C:\temp).  Re-added.  Rip it back out if it
12896              doesn't belong.  :-)
12897      Branch: maint-5.6/macperl
12898            ! lib/File/Spec/Win32.pm
12899 ____________________________________________________________________________
12900 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
12901         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
12902              From: "Craig A. Berry" <craigberry@mac.com>
12903              Date: Mon, 22 Oct 2001 15:25:19 -0500
12904              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
12905      Branch: perl
12906            ! configure.com
12907 ____________________________________________________________________________
12908 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
12909         Log: Add in lots of File::Spec changes, from Thomas Wegner,
12910              and sync with changes from bleadperl.
12911      Branch: maint-5.6/macperl
12912            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
12913            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
12914            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
12915            ! lib/File/Spec/Win32.pm t/lib/filespec.t
12916 ____________________________________________________________________________
12917 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
12918         Log: Sync with latest File::Find and tests from bleadperl.
12919      Branch: maint-5.6/macperl
12920            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
12921 ____________________________________________________________________________
12922 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
12923         Log: Nit.
12924      Branch: maint-5.6/macperl
12925            ! perl.c
12926 ____________________________________________________________________________
12927 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
12928         Log: Fix path construction.
12929      Branch: maint-5.6/macperl
12930            ! ext/DynaLoader/DynaLoader_pm.PL
12931 ____________________________________________________________________________
12932 [ 12579] By: nick                                  on 2001/10/22  19:08:35
12933         Log: Integrate mainline (for Arthurs thread.xs fix)
12934      Branch: perlio
12935           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
12936 ____________________________________________________________________________
12937 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
12938         Log: Fix up exported symbols, move relevant docs
12939              over from macperl.pod.
12940      Branch: maint-5.6/macperl
12941            ! macos/ext/MacPerl/MacPerl.pm
12942 ____________________________________________________________________________
12943 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
12944         Log: Make ADDRESS called optionally as a method.
12945      Branch: maint-5.6/macperl
12946            ! macos/lib/Mac/Glue.pm
12947 ____________________________________________________________________________
12948 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
12949         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
12950              Apple event.
12951      Branch: maint-5.6/macperl
12952            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
12953            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
12954            ! macos/macperl/MPTerminology.aete
12955 ____________________________________________________________________________
12956 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
12957         Log: Clean up some build utilities. Change Entab to Duplicate;
12958              fix docs and error reporting; improve macify() of paths;
12959              remove requirement for Exporter.pm presence.
12960      Branch: maint-5.6/macperl
12961            ! macos/InstallBLIB macos/MacPerlTests.cmd
12962            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
12963 ____________________________________________________________________________
12964 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
12965         Log: Sync Time::HiRes with bleadperl
12966      Branch: maint-5.6/macperl
12967            ! macos/bundled_ext/Time/HiRes/HiRes.pm
12968            ! macos/bundled_ext/Time/HiRes/HiRes.t
12969            ! macos/bundled_ext/Time/HiRes/HiRes.xs
12970 ____________________________________________________________________________
12971 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
12972         Log: Fix up Changes
12973      Branch: maint-5.6/macperl
12974            ! macos/Changes
12975 ____________________________________________________________________________
12976 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
12977         Log: A user might belong to only a single group
12978              (the group equal to the group id).
12979      Branch: perl
12980            ! t/op/groups.t
12981 ____________________________________________________________________________
12982 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
12983         Log: Prepending (instead of replacing with) the pwd is safer. 
12984      Branch: perl
12985            ! t/TEST
12986 ____________________________________________________________________________
12987 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
12988         Log: Be more robust if no hostname or domainname
12989              (especially the latter)
12990      Branch: perl
12991            ! lib/Net/Domain.pm
12992 ____________________________________________________________________________
12993 [ 12569] By: sky                                   on 2001/10/22  17:41:07
12994         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
12995      Branch: perl
12996            ! ext/threads/threads.xs
12997 ____________________________________________________________________________
12998 [ 12568] By: nick                                  on 2001/10/22  16:31:24
12999         Log: Integrate mainline
13000      Branch: perlio
13001           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
13002           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
13003           +> ext/threads/shared/t/sv_refs.t
13004           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
13005            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
13006            - lib/unicore/To/SpecUpper.pl
13007           !> (integrate 42 files)
13008 ____________________________________________________________________________
13009 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
13010         Log: Update Changes.
13011      Branch: perl
13012            ! Changes patchlevel.h
13013 ____________________________________________________________________________
13014 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
13015         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
13016              From: Michael G Schwern <schwern@pobox.com>
13017              Date: Mon, 22 Oct 2001 03:48:38 -0400
13018              Message-ID: <20011022034838.B1676@blackrider>
13019      Branch: perl
13020            ! pod/perlvar.pod
13021 ____________________________________________________________________________
13022 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
13023         Log: Pod nits, as suggested by Stas Bekman.
13024      Branch: perl
13025            ! ext/threads/shared/shared.pm ext/threads/threads.pm
13026 ____________________________________________________________________________
13027 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
13028         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
13029              From: "Paul Marquess" <paul.marquess@openwave.com> 
13030              Date: Sun, 21 Oct 2001 21:11:15 +0100
13031              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
13032      Branch: perl
13033            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
13034            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
13035            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
13036            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
13037            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
13038            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
13039            ! ext/SDBM_File/sdbm.t
13040 ____________________________________________________________________________
13041 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
13042         Log: Integrate change #12559 from maintperl;
13043              various fixes for system() and backticks under windows
13044      Branch: perl
13045           !> win32/win32.c
13046 ____________________________________________________________________________
13047 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
13048         Log: Integrate change #12560 from maintperl;
13049              make pl2bat use %0 rather than "%0" (the latter fails to work
13050              in a lot of common cases)
13051      Branch: perl
13052           !> win32/bin/pl2bat.pl
13053 ____________________________________________________________________________
13054 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
13055         Log: Integrate changes #12549 and #12550 from maintperl;
13056              
13057              readline() doesn't work with our variables; it confuses them with
13058              my variables (change#4227 was incomplete)
13059      Branch: perl
13060            ! t/lib/strict/vars
13061           !> t/base/rs.t toke.c
13062 ____________________________________________________________________________
13063 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
13064         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
13065              in a lot of common cases)
13066      Branch: maint-5.6/perl
13067            ! win32/bin/pl2bat.pl
13068 ____________________________________________________________________________
13069 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
13070         Log: various fixes for system() and backticks under windows:
13071              
13072              * avoid munging whitespace that is passed within quotes
13073              * work around a cmd.exe misfeature that made multi-arg
13074              system() unreliable when there is more than one quoted
13075              argument
13076              * make multi-arg system() autoquote arguments as needed
13077              before passing them to the shell (this avoids having to
13078              second guess the shell quoting)
13079              * perl's -Dp switch can be used to trace the innards
13080      Branch: maint-5.6/perl
13081            ! win32/win32.c
13082 ____________________________________________________________________________
13083 [ 12558] By: nick                                  on 2001/10/22  08:58:42
13084         Log: Integrate ithreads buffer flush fix from perlio
13085      Branch: perl
13086           !> ext/threads/t/basic.t perl.c
13087 ____________________________________________________________________________
13088 [ 12557] By: nick                                  on 2001/10/22  08:35:09
13089         Log: All tests pass (legitimately) on ithreads
13090      Branch: perlio
13091            ! ext/threads/t/basic.t perl.c
13092 ____________________________________________________________________________
13093 [ 12556] By: nick                                  on 2001/10/22  06:51:22
13094         Log: Integrate non-ithreads fix to mainline
13095      Branch: perl
13096           !> perlio.c
13097 ____________________________________________________________________________
13098 [ 12555] By: nick                                  on 2001/10/22  06:48:33
13099         Log: Restore non-ithreads build. Interestingly binmode test passes
13100              non-ithreads - so crlf layer is not damaged and ithreads fail
13101              is a symptom ...
13102      Branch: perlio
13103            ! perlio.c
13104 ____________________________________________________________________________
13105 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
13106         Log: Integrate from perlio; restructuring.
13107      Branch: perl
13108           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
13109           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
13110           !> win32/perlhost.h
13111 ____________________________________________________________________________
13112 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
13113         Log: Integrate from maintperl
13114              (Changes 12350, 12496, 12548, 12549, 12550)
13115      Branch: maint-5.6/macperl
13116           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
13117           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
13118 ____________________________________________________________________________
13119 [ 12552] By: nick                                  on 2001/10/21  19:18:12
13120         Log: Win32 PerlIO_cleanup special cases should no longer be required.
13121      Branch: perlio
13122            ! perl.c
13123 ____________________________________________________________________________
13124 [ 12551] By: nick                                  on 2001/10/21  19:16:56
13125         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
13126      Branch: perlio
13127            ! win32/makefile.mk
13128 ____________________________________________________________________________
13129 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
13130         Log: change#12549 wasn't aware of strictures
13131      Branch: maint-5.6/perl
13132            ! t/pragma/strict-vars toke.c
13133 ____________________________________________________________________________
13134 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
13135         Log: readline() doesn't work with our variables; it confuses them with
13136              my variables (change#4227 was incomplete)
13137      Branch: maint-5.6/perl
13138            ! t/base/rs.t toke.c
13139 ____________________________________________________________________________
13140 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
13141         Log: change#12220 appears to have pulled in a mainline change that
13142              isn't applicable to maint-5.6 (some platforms don't taint
13143              cwd)
13144      Branch: maint-5.6/perl
13145            ! t/lib/filefind-taint.t
13146 ____________________________________________________________________________
13147 [ 12547] By: nick                                  on 2001/10/21  17:15:54
13148         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
13149              for them. Call explicit cleanup during destruct process.
13150              - one binmode test is failing
13151              - also ext/threads/t/basic.t fails under make test, and is noisy under
13152              harness. (Threads results are intermingled and don't match order expected.)
13153      Branch: perlio
13154            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
13155            ! perlio.h perliol.h pod/perlapi.pod sv.c
13156 ____________________________________________________________________________
13157 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
13158         Log: Implement multicharacter case mappings where a single
13159              Unicode character can be mapped into several.
13160      Branch: perl
13161            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
13162            - lib/unicore/To/SpecUpper.pl
13163            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
13164            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
13165            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
13166            ! proto.h t/op/lc.t utf8.c
13167 ____________________________________________________________________________
13168 [ 12545] By: sky                                   on 2001/10/21  15:25:16
13169         Log: First support of threads::shared, support shared svs and references.
13170      Branch: perl
13171            + ext/threads/shared/Makefile.PL ext/threads/shared/README
13172            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
13173            + ext/threads/shared/t/sv_refs.t
13174            + ext/threads/shared/t/sv_simple.t
13175            ! MANIFEST sharedsv.c
13176 ____________________________________________________________________________
13177 [ 12544] By: nick                                  on 2001/10/21  14:52:35
13178         Log: PerlIO layer table as PL_perlio (per-interpreter)
13179      Branch: perlio
13180            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
13181            ! pod/perlapi.pod sv.c
13182 ____________________________________________________________________________
13183 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
13184         Log: Prettyprinting.
13185      Branch: perl
13186            ! pod/perlunicode.pod
13187 ____________________________________________________________________________
13188 [ 12542] By: ams                                   on 2001/10/21  03:50:25
13189         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
13190              From: "Sean M. Burke" <sburke@cpan.org>
13191              Date: Sat, 20 Oct 2001 17:51:09 -0600
13192              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
13193      Branch: perl
13194            + pod/perlpodspec.pod
13195            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
13196            ! pod/perltoc.pod
13197 ____________________________________________________________________________
13198 [ 12541] By: nick                                  on 2001/10/20  22:23:53
13199         Log: Fix typos in new locking on MemShared
13200              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
13201              - seems to make segfaults more deterministic - suspect they are 
13202              attempt to free() after Interp and Host have gone.
13203      Branch: perlio
13204            ! perlio.c win32/perlhost.h
13205 ____________________________________________________________________________
13206 [ 12540] By: nick                                  on 2001/10/20  21:50:46
13207         Log: Remove the MemShared re-#define (again)
13208      Branch: perlio
13209            ! perlio.c
13210 ____________________________________________________________________________
13211 [ 12539] By: nick                                  on 2001/10/20  21:49:06
13212         Log: Use locks on MemShared
13213      Branch: perlio
13214            ! win32/perlhost.h
13215 ____________________________________________________________________________
13216 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
13217         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
13218              From: "chromatic" <chromatic@rmci.net>
13219              Date: Sat, 20 Oct 2001 11:13:47 -0600
13220              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
13221      Branch: perl
13222            ! installhtml
13223 ____________________________________________________________________________
13224 [ 12537] By: nick                                  on 2001/10/20  16:44:03
13225         Log: Integrate mainline
13226      Branch: perlio
13227           !> (integrate 48 files)
13228 ____________________________________________________________________________
13229 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
13230         Log: Update Changes.
13231      Branch: perl
13232            ! Changes patchlevel.h
13233 ____________________________________________________________________________
13234 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
13235         Log: Upgrade to podlators 1.11, from Russ Allbery.
13236      Branch: perl
13237            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
13238            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
13239            ! pod/pod2man.PL pod/pod2text.PL
13240 ____________________________________________________________________________
13241 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
13242         Log: Integrate perlio change #12532:
13243              introduce and use PerlIO_intmod2str().
13244      Branch: perl
13245           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
13246 ____________________________________________________________________________
13247 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
13248         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
13249      Branch: perl
13250            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
13251 ____________________________________________________________________________
13252 [ 12532] By: nick                                  on 2001/10/20  14:25:37
13253         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
13254              Use for non-PERLIO fdupopen().
13255      Branch: perlio
13256            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
13257 ____________________________________________________________________________
13258 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
13259         Log: Integrate perlio: PerlIO win32 fixes.
13260      Branch: perl
13261           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
13262           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
13263           !> proto.h sv.h win32/win32io.c
13264 ____________________________________________________________________________
13265 [ 12530] By: nick                                  on 2001/10/20  12:53:30
13266         Log: Fixed in two places - p4 resolve
13267      Branch: perlio
13268            ! perlsdio.h
13269 ____________________________________________________________________________
13270 [ 12529] By: nick                                  on 2001/10/20  12:51:05
13271         Log: Fix for ithreads/stdio build
13272      Branch: perlio
13273            ! perlio.c perlsdio.h
13274 ____________________________________________________________________________
13275 [ 12528] By: ams                                   on 2001/10/20  12:13:25
13276         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
13277              From: Michael G Schwern <schwern@pobox.com>
13278              Date: Sat, 20 Oct 2001 01:41:21 -0400
13279              Message-Id: <20011020014121.I3681@blackrider>
13280      Branch: perl
13281            ! installman
13282 ____________________________________________________________________________
13283 [ 12527] By: ams                                   on 2001/10/20  12:09:41
13284         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
13285              From: Michael G Schwern <schwern@pobox.com>
13286              Date: Sat, 20 Oct 2001 02:04:21 -0400
13287              Message-Id: <20011020020421.A11732@blackrider>
13288      Branch: perl
13289            ! lib/Pod/Checker.pm
13290 ____________________________________________________________________________
13291 [ 12526] By: ams                                   on 2001/10/20  11:59:41
13292         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
13293              From: "chromatic" <chromatic@rmci.net>
13294              Date: Fri, 19 Oct 2001 22:46:39 -0600
13295              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
13296      Branch: perl
13297            ! lib/Net/Config.pm
13298 ____________________________________________________________________________
13299 [ 12525] By: nick                                  on 2001/10/20  11:16:18
13300         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
13301              Perl_sv_setsv_flags directly.
13302      Branch: perlio
13303            ! ext/threads/threads.xs
13304 ____________________________________________________________________________
13305 [ 12524] By: nick                                  on 2001/10/20  10:28:17
13306         Log: Add a new flag character 'm' to embed.pl set to represent
13307              "functions" which are really macros. Use it foe the troublesome
13308              sv_setsv() etc. macros in sv.h - changing latter to define
13309              sv_setsv rather than sv_setsv_macro etc.
13310      Branch: perlio
13311            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
13312            ! pod/perlapi.pod proto.h sv.h
13313 ____________________________________________________________________________
13314 [ 12523] By: nick                                  on 2001/10/20  09:17:17
13315         Log: Add comments explaining why win32.h/embed.h are included where they are
13316              in perl.h 
13317      Branch: perlio
13318            ! perl.h
13319 ____________________________________________________________________________
13320 [ 12522] By: nick                                  on 2001/10/20  08:27:44
13321         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
13322              being used yet.
13323      Branch: perlio
13324            ! win32/win32io.c
13325 ____________________________________________________________________________
13326 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
13327         Log: Wording tweaks.
13328      Branch: perl
13329            ! t/TEST
13330 ____________________________________________________________________________
13331 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
13332         Log: Subject: IO module with nonblocking socket connect patch 
13333              From: Raul Dias <raul@dias.com.br>
13334              Date: Fri, 19 Oct 2001 22:45:32 -0300
13335              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
13336      Branch: perl
13337            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
13338 ____________________________________________________________________________
13339 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
13340         Log: Test vertical whitespace combined with /x in \p{}.
13341      Branch: perl
13342            ! t/op/pat.t
13343 ____________________________________________________________________________
13344 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
13345         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
13346              From: Gisle Aas <gisle@ActiveState.com> 
13347              Date: 19 Oct 2001 16:46:02 -0700
13348              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
13349      Branch: perl
13350            ! lib/ExtUtils/MakeMaker.pm
13351 ____________________________________________________________________________
13352 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
13353         Log: No more this symbol.
13354      Branch: perl
13355            ! makedef.pl
13356 ____________________________________________________________________________
13357 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
13358         Log: Integrate change #12511; fix gross win32 build issues.
13359      Branch: perl
13360           !> makedef.pl sv.c
13361 ____________________________________________________________________________
13362 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
13363         Log: Unpack in scalar context should return the first value
13364              returned in list context, as pointed out by Ton Hospel
13365              in 2001-05-21 (this is how it works already in blead,
13366              just adding the test).
13367      Branch: perl
13368            ! t/op/pack.t
13369 ____________________________________________________________________________
13370 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
13371         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
13372              From: "Craig A. Berry" <craigberry@mac.com>
13373              Date: Fri, 19 Oct 2001 16:59:30 -0500
13374              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
13375      Branch: perl
13376            ! utils/perldoc.PL
13377 ____________________________________________________________________________
13378 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
13379         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
13380              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13381              Date: Fri, 19 Oct 2001 17:45:23 EDT
13382              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
13383      Branch: perl
13384            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
13385            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
13386            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
13387            ! vms/vmsish.h
13388 ____________________________________________________________________________
13389 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
13390         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
13391              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13392              Date: Fri, 19 Oct 2001 17:26:35 EDT
13393              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
13394      Branch: perl
13395            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
13396 ____________________________________________________________________________
13397 [ 12511] By: nick                                  on 2001/10/19  19:55:36
13398         Log: Fix gross win32 build issues
13399      Branch: perlio
13400            ! makedef.pl sv.c
13401 ____________________________________________________________________________
13402 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
13403         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
13404              From: David Dyck <dcd@tc.fluke.com>
13405              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
13406              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
13407      Branch: perl
13408            ! lib/File/Find.pm
13409 ____________________________________________________________________________
13410 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
13411         Log: Subject: Re: PerlIO and Encode
13412              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13413              Date: Tue, 16 Oct 2001 01:50:16 +0900
13414              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
13415      Branch: perl
13416            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
13417            ! ext/Encode/Encode/Tcl.t
13418 ____________________________________________________________________________
13419 [ 12508] By: ams                                   on 2001/10/19  17:59:16
13420         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
13421              (See #12499)
13422      Branch: perl
13423            ! pod/perlintro.pod
13424 ____________________________________________________________________________
13425 [ 12507] By: nick                                  on 2001/10/19  16:30:43
13426         Log: Integrate mainline
13427      Branch: perlio
13428           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
13429           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
13430           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
13431           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
13432           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
13433           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
13434           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
13435           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
13436           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
13437           +> win32/config_H.win64
13438            - lib/Test/Utils.pm lib/unicore/mktables.PL
13439            - t/lib/Test/Simple/Catch/More.pm
13440           !> (integrate 84 files)
13441 ____________________________________________________________________________
13442 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
13443         Log: Retract the #10451 which seems to be the cause
13444              of the major leakage from while(){eval"sub{}"}
13445      Branch: perl
13446            ! op.c t/run/kill_perl.t
13447 ____________________________________________________________________________
13448 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
13449         Log: Regen toc.
13450      Branch: perl
13451            ! pod/perltoc.pod
13452 ____________________________________________________________________________
13453 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
13454         Log: Tiny tweaks.
13455      Branch: perl
13456            ! pod/perl.pod
13457 ____________________________________________________________________________
13458 [ 12503] By: ams                                   on 2001/10/19  13:34:24
13459         Log: Subject: Re: perlintro.pod
13460              From: Abe Timmerman <abe@ztreet.demon.nl>
13461              Date: Fri, 19 Oct 2001 14:12:40 +0200
13462              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
13463      Branch: perl
13464            ! pod/perlintro.pod
13465 ____________________________________________________________________________
13466 [ 12502] By: ams                                   on 2001/10/19  13:24:12
13467         Log: Slight reorganisation of references.
13468      Branch: perl
13469            ! pod/perl.pod
13470 ____________________________________________________________________________
13471 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
13472         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
13473              From: Kay Röpke <kroepke@dolphin-services.de>
13474              Date: Fri, 19 Oct 2001 14:04:01 +0200 
13475              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
13476      Branch: perl
13477            ! lib/ExtUtils/MakeMaker.pm
13478 ____________________________________________________________________________
13479 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
13480         Log: Unicode categories continue:
13481              implement Category=, Script=, Block=
13482              (these are based on an upcoming update of TR#18)
13483              Fix a bug where we got two In categories named "old italic",
13484              and another where shortcut for the Is categories wasn't taken.
13485      Branch: perl
13486            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
13487            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
13488            ! pod/perlunicode.pod t/op/pat.t
13489 ____________________________________________________________________________
13490 [ 12499] By: ams                                   on 2001/10/19  01:42:29
13491         Log: Subject: a small patch to perlintro.pod.
13492              From: Autrijus Tang <autrijus@autrijus.org>
13493              Date: Fri, 19 Oct 2001 01:45:51 +0800
13494              Message-Id: <20011019014551.A35625@not.autrijus.org>
13495              (Applied by hand with nits.)
13496      Branch: perl
13497            ! pod/perlintro.pod
13498 ____________________________________________________________________________
13499 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
13500         Log: Subject: [PATCH] OpenBSD hints for ithreads
13501              From: Andy Dougherty <doughera@lafayette.edu>
13502              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
13503              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
13504      Branch: perl
13505            ! hints/openbsd.sh
13506 ____________________________________________________________________________
13507 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
13508         Log: Retract #12446; the problem solved by #12474.
13509      Branch: perl
13510            ! hints/aix.sh
13511 ____________________________________________________________________________
13512 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
13513         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
13514              message and suppress line number info (from Steve Hay
13515              <Steve.Hay@uk.radan.com>)
13516      Branch: maint-5.6/perl
13517            ! lib/Carp/Heavy.pm
13518 ____________________________________________________________________________
13519 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
13520         Log: More documented In categories.
13521      Branch: perl
13522            ! pod/perlunicode.pod
13523 ____________________________________________________________________________
13524 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
13525         Log: Update Changes.
13526      Branch: perl
13527            ! Changes patchlevel.h
13528 ____________________________________________________________________________
13529 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
13530         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
13531      Branch: perl
13532            ! MANIFEST
13533 ____________________________________________________________________________
13534 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
13535         Log: Wrong skip() arguments.
13536      Branch: perl
13537            ! ext/B/t/terse.t
13538 ____________________________________________________________________________
13539 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
13540         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
13541              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13542              Date: Wed, 17 Oct 2001 09:10:53 EDT 
13543              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
13544      Branch: perl
13545            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
13546            ! pod/perlapi.pod vms/vms.c
13547 ____________________________________________________________________________
13548 [ 12490] By: ams                                   on 2001/10/18  09:31:00
13549         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
13550              From: Mark-Jason Dominus <mjd@plover.com>
13551              Date: Thu, 18 Oct 2001 06:25:35 -0400
13552              Message-Id: <20011018102535.19264.qmail@plover.com>
13553      Branch: perl
13554            ! pod/perl.pod
13555 ____________________________________________________________________________
13556 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
13557         Log: Prettyprinting.
13558      Branch: perl
13559            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
13560 ____________________________________________________________________________
13561 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
13562         Log: Regen toc.
13563      Branch: perl
13564            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13565 ____________________________________________________________________________
13566 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
13567         Log: Add perlintro, from Skud.
13568      Branch: perl
13569            + pod/perlintro.pod
13570            ! MANIFEST
13571 ____________________________________________________________________________
13572 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
13573         Log: FAQ sync.
13574      Branch: perl
13575            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
13576            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
13577            ! pod/perlfaq8.pod pod/perlfaq9.pod
13578 ____________________________________________________________________________
13579 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
13580         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
13581              in speed (upto 20% speedup in certain operations) but meanwhile
13582              regexps and arithmetics got slower (5-10%) (according to
13583              perlbench average speedup is negligible, and within measuring
13584              flutter, 1%).  Therefore retracting all the changes
13585              aimed at getting -std1 to compile cleanly:  #12475, #12476,
13586              #12479, #12480, #12481, #12482, #12483, #12484.
13587      Branch: perl
13588            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
13589            ! pp_hot.c pp_sys.c toke.c
13590 ____________________________________________________________________________
13591 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
13592         Log: (retracted by #12485)
13593              Strict ANSI doesn't like the third argument of main()
13594              so enable ignoring it if using ultra picky compiler.
13595      Branch: perl
13596            ! miniperlmain.c
13597 ____________________________________________________________________________
13598 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
13599         Log: (retracted by #12485)
13600              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
13601      Branch: perl
13602            ! perl.h
13603 ____________________________________________________________________________
13604 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
13605         Log: (retracted by #12485)
13606              Add explanatory comment.
13607      Branch: perl
13608            ! mg.c
13609 ____________________________________________________________________________
13610 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
13611         Log: (retracted by #12485)
13612              More dollar$hiding.
13613      Branch: perl
13614            ! doio.c perl.h pp_sys.c
13615 ____________________________________________________________________________
13616 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
13617         Log: (retracted by #12485)
13618              KISS.
13619      Branch: perl
13620            ! mg.c
13621 ____________________________________________________________________________
13622 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
13623         Log: (retracted by #12485)
13624              Thou shalt not #ifdef inside macro invocations,
13625              noticed by Rafael Garcia-Suarez.
13626      Branch: perl
13627            ! mg.c
13628 ____________________________________________________________________________
13629 [ 12478] By: ams                                   on 2001/10/17  18:50:55
13630         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
13631              From: Anton Berezin <tobez@tobez.org>
13632              Date: Wed, 17 Oct 2001 18:25:48 +0200
13633              Message-Id: <20011017182548.A12082@heechee.tobez.org>
13634      Branch: perl
13635            ! pp_sys.c
13636 ____________________________________________________________________________
13637 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
13638         Log: (retracted by #12485)
13639              Unterminated #ifdef.
13640      Branch: perl
13641            ! mg.c
13642 ____________________________________________________________________________
13643 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
13644         Log: (retracted by #12485)
13645              Avoid dollar signs in identifiers (in non-VMS) to
13646              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
13647      Branch: perl
13648            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
13649            ! toke.c
13650 ____________________________________________________________________________
13651 [ 12474] By: ams                                   on 2001/10/17  15:14:50
13652         Log: Subject: Two AIX patches
13653              From: H.Merijn Brand <h.m.brand@hccnet.nl>
13654              Date: Wed, 17 Oct 2001 18:04:35 +0200
13655              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
13656      Branch: perl
13657            ! hints/aix.sh makedef.pl
13658 ____________________________________________________________________________
13659 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
13660         Log: Limiting the Time::HiRes::sleep and usleep to
13661              one second is not a good policy if drop-in
13662              replacement is still a goal.
13663      Branch: perl
13664            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
13665            ! ext/Time/HiRes/HiRes.xs
13666 ____________________________________________________________________________
13667 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
13668         Log: Subject: [PATCH] Test::Simple 0.32
13669              From: Michael G Schwern <schwern@pobox.com> 
13670              Date: Wed, 17 Oct 2001 03:42:41 -0400
13671              Message-ID: <20011017034241.A25038@blackrider>
13672      Branch: perl
13673            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
13674            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
13675            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
13676            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
13677            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
13678            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
13679            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
13680            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
13681            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
13682            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
13683            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
13684            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
13685            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
13686            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
13687            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
13688            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
13689            ! t/lib/Test/Simple/Catch.pm
13690            ! t/lib/Test/Simple/sample_tests/five_fail.plx
13691 ____________________________________________________________________________
13692 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
13693         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
13694              From: Michael G Schwern <schwern@pobox.com> 
13695              Date: Wed, 17 Oct 2001 04:04:13 -0400
13696              Message-ID: <20011017040413.C25550@blackrider>
13697      Branch: perl
13698            ! t/TEST t/harness vms/test.com
13699 ____________________________________________________________________________
13700 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
13701         Log: Regen doc with perlmodstyle added.
13702      Branch: perl
13703            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13704 ____________________________________________________________________________
13705 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
13706         Log: Pod cleanup.
13707      Branch: perl
13708            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
13709 ____________________________________________________________________________
13710 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
13711         Log: Subject: perlmodstyle as a patch
13712              From: Kirrily Robert <skud@infotrope.net>
13713              Date: Tue, 16 Oct 2001 22:47:23 -0400
13714              Message-ID: <20011016224723.A20673@infotrope.net>
13715      Branch: perl
13716            + pod/perlmodstyle.pod
13717            ! MANIFEST
13718 ____________________________________________________________________________
13719 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
13720         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
13721              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
13722              Date: Thu, 6 Sep 2001 11:09:40 +0100
13723              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
13724              
13725              Mention also the develooper p5p archive.
13726      Branch: perl
13727            ! pod/perlhack.pod
13728 ____________________________________________________________________________
13729 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
13730         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
13731              From: Kay Röpke <kroepke@dolphin-services.de>
13732              Date: Tue, 16 Oct 2001 17:23:52 +0200
13733              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
13734      Branch: perl
13735            ! lib/ExtUtils/MakeMaker.pm
13736 ____________________________________________________________________________
13737 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
13738         Log: Add the special casing mappings (from SpecCase.txt)
13739              (except for the hyper special case mappings that have
13740              the condition list); the special casing mappings are
13741              unused for now.  Small tidying up on mktables.
13742      Branch: perl
13743            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
13744            + lib/unicore/To/SpecUpper.pl
13745            ! lib/unicore/mktables
13746 ____________________________________________________________________________
13747 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
13748         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
13749              From: "David H. Adler" <dha@panix.com>       
13750              Date: Tue, 16 Oct 2001 11:59:35 -0400
13751              Message-ID: <20011016115935.A13078@panix.com>
13752              
13753              Subject: [ PATCH ] perldata patch, revised
13754              From: "David H. Adler" <dha@panix.com>     
13755              Date: Tue, 16 Oct 2001 18:26:49 -0400
13756              Message-ID: <20011016182649.C23970@panix.com>
13757      Branch: perl
13758            ! pod/perldata.pod pod/perlop.pod
13759 ____________________________________________________________________________
13760 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
13761         Log: Integrate perlio: PerlIO_dup (for all but Win32).
13762      Branch: perl
13763           !> embed.h embed.pl ext/Encode/Encode.xs
13764           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
13765           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
13766           !> win32/win32io.c
13767 ____________________________________________________________________________
13768 [ 12462] By: nick                                  on 2001/10/16  19:11:30
13769         Log: PerlIOXxxx_dups for all but Win32
13770      Branch: perlio
13771            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
13772            ! ext/PerlIO/Via/Via.xs
13773 ____________________________________________________________________________
13774 [ 12461] By: nick                                  on 2001/10/16  18:28:48
13775         Log: Implement PerlIOStdio_dup (explains core dumps - dup
13776              was not setting up a FILE * to be fclosed()).
13777      Branch: perlio
13778            ! perlio.c
13779 ____________________________________________________________________________
13780 [ 12460] By: nick                                  on 2001/10/16  17:31:47
13781         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
13782              overflow.
13783      Branch: perlio
13784            ! perlio.c
13785 ____________________________________________________________________________
13786 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
13787         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
13788              From: "Craig A. Berry" <craigberry@mac.com>
13789              Date: Tue, 16 Oct 2001 13:08:38 -0500
13790              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
13791      Branch: perl
13792            ! configure.com
13793 ____________________________________________________________________________
13794 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
13795         Log: Can't expect too much accuracy from a sleep of one second.
13796              (I think this will also fail with high load.)
13797      Branch: perl
13798            ! ext/Time/HiRes/HiRes.t
13799 ____________________________________________________________________________
13800 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
13801         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
13802              From: "Werner, Randolf" <randolf.werner@sap.com>
13803              Date: Tue, 16 Oct 2001 18:33:02 +0200
13804              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
13805      Branch: perl
13806            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
13807            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
13808 ____________________________________________________________________________
13809 [ 12456] By: nick                                  on 2001/10/16  14:08:16
13810         Log: Builds under ithreads (but fails all threads tests)
13811      Branch: perlio
13812            ! hv.c perlio.c sv.c
13813 ____________________________________________________________________________
13814 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
13815         Log: I think the Perl_sortsv needs *not* be skipped?
13816      Branch: perl
13817            ! makedef.pl
13818 ____________________________________________________________________________
13819 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
13820         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
13821              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
13822              Date: Tue, 16 Oct 2001 15:32:44 +0200
13823              Message-ID: <3BCC531C.11494.3E433F@localhost>
13824      Branch: perl
13825            ! t/op/groups.t
13826 ____________________________________________________________________________
13827 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
13828         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
13829              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
13830              Date: Tue, 16 Oct 2001 15:01:04 +0200
13831              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
13832      Branch: perl
13833            ! t/io/fs.t
13834 ____________________________________________________________________________
13835 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
13836         Log: A forgotten deletion.
13837      Branch: perl
13838            - lib/unicore/mktables.PL
13839 ____________________________________________________________________________
13840 [ 12451] By: nick                                  on 2001/10/16  11:32:48
13841         Log: Skeleton of "PerlIO_dup" coded.
13842              Still-passes all tests non-threaded (well it would wouldn't it!)
13843      Branch: perlio
13844            ! embed.h embed.pl ext/Encode/Encode.xs
13845            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
13846            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
13847            ! win32/win32io.c
13848 ____________________________________________________________________________
13849 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
13850         Log: Document the problem with the swash_fetch() API that affects
13851              more complex case conversions.
13852      Branch: perl
13853            ! lib/utf8_heavy.pl utf8.c
13854 ____________________________________________________________________________
13855 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
13856         Log: Make Time::HiRes::sleep() and usleep() to return
13857              the number of seconds (a floating point value) and 
13858              microseconds (an integer) actually slept (well,
13859              modulo the time spent in measuring the time actually
13860              slept...), to be a better drop-in replacement for
13861              the builtin sleep().  Noticed by Chris Nandor.
13862              
13863              Also make usleep() to croak if fed illegal number
13864              of useconds (anything greater than 1_000_000).
13865      Branch: perl
13866            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
13867            ! ext/Time/HiRes/HiRes.xs
13868 ____________________________________________________________________________
13869 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
13870         Log: A missing SvREFCNT_dec.
13871      Branch: perl
13872            ! perl.c
13873 ____________________________________________________________________________
13874 [ 12447] By: nick                                  on 2001/10/15  20:27:53
13875         Log: Beginings of PerlIO_dup support (unstable)
13876      Branch: perlio
13877            ! perlio.c perliol.h
13878 ____________________________________________________________________________
13879 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
13880         Log: (retracted by #12497)
13881              In AIX vac 5 just can't seem to get regcomp right.
13882      Branch: perl
13883            ! hints/aix.sh
13884 ____________________________________________________________________________
13885 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
13886         Log: Bump the version number to agree with the maintperl one.
13887      Branch: perl
13888            ! lib/Tie/RefHash.pm
13889 ____________________________________________________________________________
13890 [ 12444] By: nick                                  on 2001/10/15  15:59:57
13891         Log: Integrate mainline
13892      Branch: perlio
13893           +> lib/Math/BigInt/t/Math/Subclass.pm
13894           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
13895           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
13896           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
13897           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
13898           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
13899           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
13900           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
13901           +> lib/unicore/mktables
13902            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
13903            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
13904            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
13905            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
13906            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
13907            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
13908            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
13909            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
13910            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
13911            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
13912            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
13913            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
13914            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
13915            - lib/unicore/syllables.txt
13916           !> (integrate 344 files)
13917 ____________________________________________________________________________
13918 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
13919         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
13920      Branch: perl
13921            ! ext/DB_File/DB_File.xs
13922 ____________________________________________________________________________
13923 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
13924         Log: Sync the skip() amounts with the number of tests.
13925      Branch: perl
13926            ! lib/Term/Complete.t
13927 ____________________________________________________________________________
13928 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
13929         Log: Update Changes.
13930      Branch: perl
13931            ! Changes patchlevel.h
13932 ____________________________________________________________________________
13933 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
13934         Log: MacOS Classic catdir() rewrite from Thomas Wegner
13935              (backward incompatibility, but a deliberate one,
13936              the old version simply is broken in its logic),
13937              also documentation updates, and as suggested replicated
13938              the File::Spec::Unix documentation updates also on the
13939              File::Spec documentation.
13940              
13941              TODO: there seems to be duplication of documentation
13942              between File::Spec and File::Spec::Unix.  I think
13943              the ::Unix should be left only with specific UNIXisms,
13944              and all the generic documentation should be in ::Spec.
13945      Branch: perl
13946            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
13947            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
13948            ! lib/File/Spec/Unix.pm
13949 ____________________________________________________________________________
13950 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
13951         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
13952              From: Blair Zajac <blair@orcaware.com>
13953              Date: Mon, 24 Sep 2001 11:48:58 -0700
13954              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
13955              
13956              (the skip() messages)
13957      Branch: perl
13958            ! t/op/magic.t
13959 ____________________________________________________________________________
13960 [ 12438] By: ams                                   on 2001/10/14  23:43:59
13961         Log: Subject: [PATCH] make PerlIO default on VMS
13962              From: "Craig A. Berry" <craigberry@mac.com>
13963              Date: Sun, 14 Oct 2001 15:27:18 -0500
13964              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
13965      Branch: perl
13966            ! configure.com
13967 ____________________________________________________________________________
13968 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
13969         Log: Retract #12436 (Abhijit already did this at #12426)
13970      Branch: perl
13971            ! lib/ExtUtils/MM_Unix.pm
13972 ____________________________________________________________________________
13973 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
13974         Log: (retracted by #12437)
13975              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
13976              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
13977              Date: Sat, 13 Oct 2001 20:33:55 +0200
13978              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
13979      Branch: perl
13980            ! lib/ExtUtils/MM_Unix.pm
13981 ____________________________________________________________________________
13982 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
13983         Log: Subject: h2xs grammar nit
13984              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
13985              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
13986              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
13987      Branch: perl
13988            ! utils/h2xs.PL
13989 ____________________________________________________________________________
13990 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
13991         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
13992              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
13993              Date: Sun, 14 Oct 2001 11:25:08 +0100
13994              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
13995      Branch: perl
13996            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
13997            ! warnings.pl
13998 ____________________________________________________________________________
13999 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
14000         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
14001              for File::Spec::Mac::catfile)
14002      Branch: perl
14003            ! lib/h2xs.t
14004 ____________________________________________________________________________
14005 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
14006         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
14007              From: Nicholas Clark <nick@ccl4.org>
14008              Date: Sat, 13 Oct 2001 00:07:31 +0100
14009              Message-ID: <20011013000731.D67535@plum.flirble.org>
14010      Branch: perl
14011            ! lib/h2xs.t utils/h2xs.PL
14012 ____________________________________________________________________________
14013 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
14014         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
14015              before DEFINE and INC), and repent by taking DEFINE and
14016              INC away from PASTHRU.
14017      Branch: perl
14018            ! lib/ExtUtils/MM_Unix.pm
14019 ____________________________________________________________________________
14020 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
14021         Log: More MANIFEST anomalies.
14022      Branch: perl
14023            ! MANIFEST
14024 ____________________________________________________________________________
14025 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
14026         Log: Not that many.
14027      Branch: perl
14028            ! MANIFEST
14029 ____________________________________________________________________________
14030 [ 12428] By: sky                                   on 2001/10/13  20:59:27
14031         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
14032              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14033              Date: Sat, 13 Oct 2001 23:15:55 +0200
14034              Message-ID: <20011013231555.A18071@rafael>
14035      Branch: perl
14036            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
14037            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
14038 ____________________________________________________________________________
14039 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
14040         Log: Rewrite mktables from scratch.
14041              - Cleaner.
14042              - Faster: 15-20 seconds as opposed to several minutes.
14043              - More dynamic: the names of the various categories
14044              such as the linebreak ones are dynamic, not static.
14045              - Is.pl: long names for the general category properties
14046              are now available.
14047              - Ranges (<... ,First>, <..., Last>) from the general
14048              categories work now.
14049              - No more mktables.PL because the mktables.PL is not
14050              and never has been run to create a mktables.
14051              - syllables.txt and Is/Syl*.pl removed: non-standard
14052              (not part of the Unicode), and the whole concept is
14053              being reworked (http://syllabary.sourceforge.net/),
14054              the old way wouldn't even work with the new Syllables.txt
14055              (it would result in 1000+ new categories)
14056      Branch: perl
14057            + lib/unicore/In/163.pl lib/unicore/In/164.pl
14058            + lib/unicore/In/165.pl lib/unicore/In/166.pl
14059            + lib/unicore/In/167.pl lib/unicore/In/168.pl
14060            + lib/unicore/In/169.pl lib/unicore/In/170.pl
14061            + lib/unicore/In/171.pl lib/unicore/Is.pl
14062            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
14063            + lib/unicore/mktables
14064            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
14065            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
14066            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
14067            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
14068            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
14069            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
14070            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
14071            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
14072            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
14073            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
14074            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
14075            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
14076            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
14077            - lib/unicore/syllables.txt
14078            ! (edit 304 files)
14079 ____________________________________________________________________________
14080 [ 12426] By: ams                                   on 2001/10/13  18:05:36
14081         Log: ExtUtils::MM_Unix should ignore comments when searching for
14082              $VERSION.
14083      Branch: perl
14084            ! lib/ExtUtils/MM_Unix.pm
14085 ____________________________________________________________________________
14086 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
14087         Log: Subject: Re: New module XML::Clean
14088              From: andreas.koenig@anima.de (Andreas J. Koenig)
14089              Date: 13 Oct 2001 10:17:09 +0200
14090              Message-ID: <m37ku0t0my.fsf@anima.de>
14091      Branch: perl
14092            ! pod/perlnewmod.pod
14093 ____________________________________________________________________________
14094 [ 12424] By: sky                                   on 2001/10/13  09:39:59
14095         Log: Set thread stack size if needed.
14096      Branch: perl
14097            ! ext/threads/threads.xs
14098 ____________________________________________________________________________
14099 [ 12423] By: sky                                   on 2001/10/13  09:36:49
14100         Log: We do want to set the attribute to joinable even on modern posix
14101              platforms.
14102      Branch: perl
14103            ! ext/threads/threads.xs
14104 ____________________________________________________________________________
14105 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
14106         Log: Subject: [PATCH ext/Data/Dumper.xs]
14107              From: Brian Ingerson <ingy@ttul.org>
14108              Date: Fri, 12 Oct 2001 19:32:35 -0700
14109              Message-ID: <20011012193235.B889@ttul.org>
14110      Branch: perl
14111            ! ext/Data/Dumper/Dumper.xs
14112 ____________________________________________________________________________
14113 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
14114         Log: Update Changes.
14115      Branch: perl
14116            ! Changes patchlevel.h
14117 ____________________________________________________________________________
14118 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
14119         Log: FAQ sync.
14120      Branch: perl
14121            ! pod/perlfaq3.pod pod/perlfaq4.pod
14122 ____________________________________________________________________________
14123 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
14124         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
14125              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
14126              Date: Fri, 12 Oct 2001 11:51:05 -0700
14127              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
14128      Branch: perl
14129            ! lib/File/Copy.pm
14130 ____________________________________________________________________________
14131 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
14132         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
14133              From: "chromatic" <chromatic@rmci.net>     
14134              Date: Thu, 11 Oct 2001 10:57:55 -0600
14135              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
14136              
14137              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
14138              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14139              Date: Thu, 11 Oct 2001 22:34:21 +0200
14140              Message-ID: <20011011223421.A693@rafael>     
14141              
14142              plus undef $Term::Complete::stty as suggested by Rafael.
14143      Branch: perl
14144            ! lib/Term/Complete.pm lib/Term/Complete.t
14145 ____________________________________________________________________________
14146 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
14147         Log: UUnndduupplleexx..
14148      Branch: perl
14149            ! perl.h
14150 ____________________________________________________________________________
14151 [ 12416] By: sky                                   on 2001/10/12  20:16:19
14152         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
14153              From: Andy Dougherty <doughera@lafayette.edu>
14154              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
14155              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
14156              (Potentially only band-aid)
14157      Branch: perl
14158            ! sv.c
14159 ____________________________________________________________________________
14160 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
14161         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
14162              mishandles kill(), and therefore the sigaction test
14163              should be skipped, from Charles Lane.
14164      Branch: perl
14165            ! ext/POSIX/t/sigaction.t
14166 ____________________________________________________________________________
14167 [ 12414] By: sky                                   on 2001/10/12  18:47:49
14168         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
14169      Branch: perl
14170            ! op.h
14171 ____________________________________________________________________________
14172 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
14173         Log: Upgrade to Math::BigInt 1.44 from Tels and
14174              further fixes from John Peacock.
14175      Branch: perl
14176            + lib/Math/BigInt/t/Math/Subclass.pm
14177            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
14178            + lib/Math/BigInt/t/subclass.t
14179            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14180            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
14181            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
14182            ! lib/Math/BigInt/t/mbimbf.t
14183 ____________________________________________________________________________
14184 [ 12412] By: sky                                   on 2001/10/12  18:28:23
14185         Log: perhaps pthread_attr_t really needs to be set for the old api
14186      Branch: perl
14187            ! ext/threads/threads.xs
14188 ____________________________________________________________________________
14189 [ 12411] By: sky                                   on 2001/10/12  18:11:45
14190         Log: pthread_keycreate not pthread_key_create under the here be dragons API
14191      Branch: perl
14192            ! ext/threads/threads.h
14193 ____________________________________________________________________________
14194 [ 12410] By: sky                                   on 2001/10/12  18:07:37
14195         Log: Apperently OLD PTHREADS API is a bit retarded.
14196              This should fix another set of compile failures in HP-UX 10.20.
14197      Branch: perl
14198            ! ext/threads/threads.h ext/threads/threads.xs
14199 ____________________________________________________________________________
14200 [ 12409] By: nick                                  on 2001/10/12  15:30:01
14201         Log: Blind integrate of mainline
14202      Branch: perlio
14203           +> (branch 32 files)
14204            - lib/unicode/README
14205           !> (integrate 121 files)
14206 ____________________________________________________________________________
14207 [ 12408] By: sky                                   on 2001/10/12  14:55:08
14208         Log: Let us avoid being smart for now.
14209      Branch: perl
14210            ! ext/threads/threads.h
14211 ____________________________________________________________________________
14212 [ 12407] By: sky                                   on 2001/10/12  14:38:12
14213         Log: (void*) the argument to make sure we work with picky compilers
14214      Branch: perl
14215            ! ext/threads/threads.xs
14216 ____________________________________________________________________________
14217 [ 12406] By: ams                                   on 2001/10/12  13:26:04
14218         Log: (replaced with #12600)
14219              
14220              Subject: [PATCH 5.6.1 perldoc] use File::Temp
14221              From: Mikhail Zabaluev <mhz@alt-linux.org>
14222              Date: Fri, 12 Oct 2001 12:47:47 +0400
14223              Message-Id: <20011012124747.E13918@localhost.localdomain>
14224      Branch: perl
14225            ! utils/perldoc.PL
14226 ____________________________________________________________________________
14227 [ 12405] By: ams                                   on 2001/10/12  13:05:32
14228         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
14229              From: andreas.koenig@anima.de (Andreas J. Koenig)
14230              Date: 12 Oct 2001 11:12:07 +0200
14231              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
14232      Branch: perl
14233            ! lib/Memoize/t/speed.t
14234 ____________________________________________________________________________
14235 [ 12404] By: sky                                   on 2001/10/12  12:46:15
14236         Log: A) Support OLD_PTHREADS_API
14237              B) Change from using pthread_t to using a TLS to store the
14238              index of the thread in an hash, this is to avoid problems when
14239              in fact pthread_t was not a seralizable type.
14240              Both these changes are because of HP-UX 10.20
14241              This has not been tested on win32 but should work there.
14242              Need to add support for NetWare.
14243      Branch: perl
14244            ! ext/threads/threads.h ext/threads/threads.xs
14245 ____________________________________________________________________________
14246 [ 12403] By: ams                                   on 2001/10/12  07:34:19
14247         Log: Subject: Re: New module XML::Clean
14248              From: andreas.koenig@anima.de (Andreas J. Koenig)
14249              Date: 12 Oct 2001 10:20:35 +0200
14250              Message-Id: <m3elo9uv58.fsf@anima.de>
14251      Branch: perl
14252            ! pod/perlnewmod.pod
14253 ____________________________________________________________________________
14254 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
14255         Log: More HP model tweaks from Merijn.
14256      Branch: perl
14257            ! README.hpux
14258 ____________________________________________________________________________
14259 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
14260         Log: Update Changes.
14261      Branch: perl
14262            ! Changes patchlevel.h
14263 ____________________________________________________________________________
14264 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
14265         Log: HP-UX update from H.Merijn Brand.
14266      Branch: perl
14267            ! README.hpux
14268 ____________________________________________________________________________
14269 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
14270         Log: Subject: [PATCH] fix link rot in README.vms
14271              From: "Craig A. Berry" <craigberry@mac.com>
14272              Date: Wed, 10 Oct 2001 17:17:00 -0500
14273              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
14274      Branch: perl
14275            ! README.vms
14276 ____________________________________________________________________________
14277 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
14278         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
14279              From: "chromatic" <chromatic@rmci.net>
14280              Date: Wed, 10 Oct 2001 15:50:30 -0600
14281              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
14282      Branch: perl
14283            ! lib/Term/Complete.t
14284 ____________________________________________________________________________
14285 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
14286         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
14287              From: "chromatic" <chromatic@rmci.net>
14288              Date: Wed, 10 Oct 2001 15:45:42 -0600
14289              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
14290      Branch: perl
14291            + lib/ExtUtils/Packlist.t
14292            ! MANIFEST
14293 ____________________________________________________________________________
14294 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
14295         Log: VMS needs quotes around the -I option to keep it from
14296              being downcased, from Charles Lane.
14297      Branch: perl
14298            ! t/run/kill_perl.t
14299 ____________________________________________________________________________
14300 [ 12395] By: ams                                   on 2001/10/10  16:22:32
14301         Log: Subject: [PATCH lib/FindBin.pm]
14302              From: Stas Bekman <stas@stason.org>
14303              Date: Tue, 09 Oct 2001 23:57:10 +0800
14304              Message-Id: <3BC31E56.60805@stason.org>
14305      Branch: perl
14306            ! lib/FindBin.pm
14307 ____________________________________________________________________________
14308 [ 12394] By: ams                                   on 2001/10/10  16:09:53
14309         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
14310              From: Abhijit Menon-Sen <ams@wiw.org>
14311              Date: Wed, 10 Oct 2001 21:59:33 +0530
14312              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
14313      Branch: perl
14314            ! ext/Data/Dumper/Dumper.xs
14315 ____________________________________________________________________________
14316 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
14317         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
14318              from Charles Lane.
14319      Branch: perl
14320            ! lib/File/Spec/VMS.pm
14321 ____________________________________________________________________________
14322 [ 12392] By: ams                                   on 2001/10/10  14:49:43
14323         Log: Subject: [PATCH] two s/// bugfixes
14324              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14325              Date: Wed, 10 Oct 2001 17:23:44 +0200
14326              Message-Id: <20011010172344.C22440@rafael>
14327      Branch: perl
14328            ! pp_ctl.c regexec.c t/op/subst.t
14329 ____________________________________________________________________________
14330 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
14331         Log: Fix/improve handling of the [000000] special "root"
14332              directory, by putting cwd in canonical form when doing
14333              abs2rel, and prepending a 000000 to directory "chunks"
14334              if missing from base or path.  Also adjust test to
14335              reflect the (improved) output from abs2rel.
14336              From Charles Lane.
14337      Branch: perl
14338            ! lib/File/Spec.t lib/File/Spec/VMS.pm
14339 ____________________________________________________________________________
14340 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
14341         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
14342              all of the extra VMSish attributes (such as "treat this logical
14343              as a device name") that are necessary to make programs run.
14344              A tainted %ENV does not hinder VMS.  From Charles Lane.
14345      Branch: perl
14346            ! lib/File/Find/t/taint.t
14347 ____________________________________________________________________________
14348 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
14349         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
14350              
14351              o  VMS is case-insensitive, RTL downcases filenames read
14352              by perl... so need to re-upcase filenames like MANIFEST
14353              and MANIFEST.SKIP
14354              
14355              o  Need to convert VMS-style to Unix-style filenames when comparing
14356              names in MANIFEST to names in filesystem.
14357              
14358              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
14359              since VMS won't let you (easily) delete non-empty directories.
14360              
14361              From Charles Lane.
14362      Branch: perl
14363            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
14364 ____________________________________________________________________________
14365 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
14366         Log: Unix and VMS agree on "*" as a "match any number of any chars"
14367              wildcards, but differ ("?"  vs.  "%") for their "match any single
14368              char" wildcard.  This patch changes "?"  chars to "%" before doing a
14369              VMS glob...at no loss of functionality, since "?"  isn't a valid
14370              filename char on VMS.  From Charles Lane.
14371      Branch: perl
14372            ! doio.c
14373 ____________________________________________________________________________
14374 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
14375         Log: (accidentally empty submit; new life as #12390)
14376      Branch: perl
14377            ! lib/File/Find/t/taint.t
14378 ____________________________________________________________________________
14379 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
14380         Log: Even more VMS tweakage from Charles Lane:
14381              
14382              Tweak #1:  splitdir only works on directory part of filespec,
14383              split off volume first
14384              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
14385              (it's a horrible kludge in the run-time library,
14386              improved in later versions). Check the
14387              $Config{'d_setenv'} flag before attempting to set it.
14388      Branch: perl
14389            ! t/op/chdir.t
14390 ____________________________________________________________________________
14391 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
14392         Log: VMS tweakage from Charles Lane.
14393              
14394              . command.com doubles an output line when prompting for extensions
14395              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
14396              . perl5db doesn't clean up after itself
14397      Branch: perl
14398            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
14399 ____________________________________________________________________________
14400 [ 12384] By: sky                                   on 2001/10/09  19:16:11
14401         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
14402              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14403              Date: Tue, 9 Oct 2001 22:10:26 +0200
14404              Message-ID: <20011009221026.A8579@rafael>
14405      Branch: perl
14406            ! pod/perldata.pod
14407 ____________________________________________________________________________
14408 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
14409         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
14410              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
14411              Date: 9 Oct 2001 15:15:06 -0000
14412              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
14413      Branch: perl
14414            ! t/op/subst.t
14415 ____________________________________________________________________________
14416 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
14417         Log: Update Changes.
14418      Branch: perl
14419            ! Changes patchlevel.h
14420 ____________________________________________________________________________
14421 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
14422         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
14423              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
14424              when a NULL is passed for the filename string pointer.
14425              From Charles Lane.
14426      Branch: perl
14427            ! vms/vms.c
14428 ____________________________________________________________________________
14429 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
14430         Log: Subject: HP systems update
14431              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14432              Date: Tue, 09 Oct 2001 15:59:22 +0200
14433              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
14434      Branch: perl
14435            ! README.hpux
14436 ____________________________________________________________________________
14437 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
14438         Log: CPAN::Nox does now have a test.
14439      Branch: perl
14440            ! t/lib/1_compile.t
14441 ____________________________________________________________________________
14442 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
14443         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
14444              From: David Dyck <dcd@tc.fluke.com>
14445              Date: Mon, 1 Oct 2001 12:17:36 -0700
14446              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
14447      Branch: perl
14448            ! installperl
14449 ____________________________________________________________________________
14450 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
14451         Log: NetWare update from Ananth Kesari.
14452      Branch: perl
14453            ! NetWare/nwperlsys.h makedef.pl
14454 ____________________________________________________________________________
14455 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
14456         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
14457              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14458              Date: Tue, 9 Oct 2001 08:40:57 EDT
14459              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
14460      Branch: perl
14461            ! lib/File/Find/t/find.t
14462 ____________________________________________________________________________
14463 [ 12374] By: ams                                   on 2001/10/09  05:31:45
14464         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
14465              ExtUtils::Mkbootstrap
14466              From: "chromatic" <chromatic@rmci.net>
14467              Date: Tue, 09 Oct 2001 00:08:37 -0600
14468              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
14469      Branch: perl
14470            + lib/ExtUtils/Mkbootstrap.t
14471            ! MANIFEST
14472 ____________________________________________________________________________
14473 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
14474         Log: Enable more debugging.
14475      Branch: perl
14476            ! lib/utf8_heavy.pl
14477 ____________________________________________________________________________
14478 [ 12372] By: ams                                   on 2001/10/09  02:11:59
14479         Log: #12370 forgot to modify is_gv_magical().
14480      Branch: perl
14481            ! gv.c
14482 ____________________________________________________________________________
14483 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
14484         Log: Make the toupper/lower/title API for Unicode not right
14485              but at least less wrong: prepare for the mapping being
14486              more than just one-character-to-one-character.
14487      Branch: perl
14488            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
14489            ! regexec.c utf8.c
14490 ____________________________________________________________________________
14491 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
14492         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
14493              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14494              Date: Mon, 8 Oct 2001 22:18:23 -0400
14495              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
14496      Branch: perl
14497            ! pod/perlvar.pod t/op/taint.t
14498 ____________________________________________________________________________
14499 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
14500         Log: FAQ sync.
14501      Branch: perl
14502            ! pod/perlfaq3.pod pod/perlfaq4.pod
14503 ____________________________________________________________________________
14504 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
14505         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
14506              From: "chromatic" <chromatic@rmci.net>
14507              Date: Mon, 08 Oct 2001 14:05:32 -0600
14508              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
14509      Branch: perl
14510            ! lib/Term/Cap.t
14511 ____________________________________________________________________________
14512 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
14513         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
14514              From: Michael G Schwern <schwern@pobox.com>
14515              Date: Mon, 8 Oct 2001 17:00:14 -0400
14516              Message-ID: <20011008170014.L17083@blackrider>
14517      Branch: perl
14518            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
14519 ____________________________________________________________________________
14520 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
14521         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
14522              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14523              Date: Mon, 8 Oct 2001 16:01:33 EDT
14524              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
14525      Branch: perl
14526            ! ext/Time/HiRes/HiRes.xs
14527 ____________________________________________________________________________
14528 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
14529         Log: Subject: [PATCH] Autosplit patch for VMS
14530              From: "Craig A. Berry" <craigberry@mac.com>
14531              Date: Mon, 08 Oct 2001 15:40:43 -0500
14532              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
14533      Branch: perl
14534            ! lib/AutoSplit.pm lib/AutoSplit.t
14535 ____________________________________________________________________________
14536 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
14537         Log: Don't assume that everybody is running OS X 10.1 yet;
14538              from Kay Röpke.
14539      Branch: perl
14540            ! hints/darwin.sh
14541 ____________________________________________________________________________
14542 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
14543         Log: Update Changes.
14544      Branch: perl
14545            ! Changes patchlevel.h
14546 ____________________________________________________________________________
14547 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
14548         Log: Retract #12358 for now.
14549      Branch: perl
14550            ! lib/Term/Cap.t
14551 ____________________________________________________________________________
14552 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
14553         Log: Can't figure out what this is testing.
14554              (If it is trying to catch SIGKILL, it should stop
14555              trying because that is by definition impossible.)
14556      Branch: perl
14557            ! lib/sigtrap.t
14558 ____________________________________________________________________________
14559 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
14560         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
14561              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14562              Date: Sun, 30 Sep 2001 21:15:13 +0200
14563              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
14564      Branch: perl
14565            ! lib/ExtUtils/MM_Win32.pm
14566 ____________________________________________________________________________
14567 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
14568         Log: Clarify the ldlibpth part and condense the overall text.
14569      Branch: perl
14570            ! t/TEST
14571 ____________________________________________________________________________
14572 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
14573         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
14574              From: "chromatic" <chromatic@rmci.net>
14575              Date: Sun, 07 Oct 2001 16:59:26 -0600
14576              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
14577      Branch: perl
14578            ! lib/Term/Cap.t
14579 ____________________________________________________________________________
14580 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
14581         Log: Update the list because fo #12265.
14582      Branch: perl
14583            ! t/lib/1_compile.t
14584 ____________________________________________________________________________
14585 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
14586         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
14587              From: Nicholas Clark <nick@ccl4.org>
14588              Date: Sun, 7 Oct 2001 20:53:33 +0100
14589              Message-ID: <20011007205333.S38756@plum.flirble.org>   
14590      Branch: perl
14591            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
14592            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
14593            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
14594            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
14595            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
14596            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
14597            ! lib/Switch/t/switch.t lib/Term/Complete.t
14598            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
14599            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
14600            ! t/op/my_stash.t
14601 ____________________________________________________________________________
14602 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
14603         Log: Integrate patch #12350 from maintperl; typo in
14604              IO::Seekable doc.
14605      Branch: perl
14606           !> ext/IO/lib/IO/Seekable.pm
14607 ____________________________________________________________________________
14608 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
14609         Log: Detypo.
14610      Branch: perl
14611            ! hints/darwin.sh
14612 ____________________________________________________________________________
14613 [ 12353] By: sky                                   on 2001/10/07  17:16:14
14614         Log: Change 12349 didn't really get it right.
14615      Branch: perl
14616            ! lib/Unicode/README
14617 ____________________________________________________________________________
14618 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
14619         Log: If running the harness the dynamic library search path
14620              may need setting.
14621      Branch: perl
14622            ! t/TEST
14623 ____________________________________________________________________________
14624 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
14625         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
14626              in ldflags.
14627      Branch: perl
14628            ! hints/darwin.sh
14629 ____________________________________________________________________________
14630 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
14631         Log: typo in IO::Seekable doc
14632      Branch: maint-5.6/perl
14633            ! ext/IO/lib/IO/Seekable.pm
14634 ____________________________________________________________________________
14635 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
14636         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
14637              doesn't work on Mac OS X 10.1 (when unpacking the tar the
14638              latter gets renamed as lib/unicode:1, assumedly for security
14639              reasons not to overwrite stuff)
14640      Branch: perl
14641            + lib/Unicode/README
14642            - lib/unicode/README
14643            ! MANIFEST
14644 ____________________________________________________________________________
14645 [ 12348] By: ams                                   on 2001/10/07  05:33:40
14646         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
14647              From: "chromatic" <chromatic@rmci.net>
14648              Date: Sat, 06 Oct 2001 21:42:03 -0600
14649              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
14650      Branch: perl
14651            + lib/CPAN/t/Nox.t
14652            ! MANIFEST
14653 ____________________________________________________________________________
14654 [ 12347] By: ams                                   on 2001/10/07  00:48:10
14655         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
14656              From: "chromatic" <chromatic@rmci.net>
14657              Date: Sat, 06 Oct 2001 18:52:10 -0600
14658              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
14659      Branch: perl
14660            + lib/sigtrap.t
14661            ! MANIFEST
14662 ____________________________________________________________________________
14663 [ 12346] By: ams                                   on 2001/10/06  23:14:01
14664         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
14665              h2xs write?)
14666              From: Nicholas Clark <nick@ccl4.org>
14667              Date: Sat, 6 Oct 2001 21:46:43 +0100
14668              Message-Id: <20011006214643.L38756@plum.flirble.org>
14669      Branch: perl
14670            ! utils/h2xs.PL
14671 ____________________________________________________________________________
14672 [ 12345] By: ams                                   on 2001/10/06  17:39:53
14673         Log: Subject: [PATCH] Memoize tests
14674              From: Nicholas Clark <nick@ccl4.org>
14675              Date: Sat, 6 Oct 2001 18:04:21 +0100
14676              Message-Id: <20011006180421.J38756@plum.flirble.org>
14677      Branch: perl
14678            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
14679            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
14680            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
14681            ! lib/Memoize/t/expire_module_n.t
14682            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
14683            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
14684            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
14685            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
14686            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
14687            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
14688 ____________________________________________________________________________
14689 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
14690         Log: Retract the latter part of #12343.
14691      Branch: perl
14692            ! ext/IO/lib/IO/Socket/INET.pm
14693 ____________________________________________________________________________
14694 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
14695         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
14696              From: David Dyck <dcd@tc.fluke.com>
14697              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
14698              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
14699              
14700              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
14701              From: David Dyck <dcd@tc.fluke.com>
14702              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
14703              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
14704      Branch: perl
14705            ! ext/IO/lib/IO/Socket/INET.pm
14706 ____________________________________________________________________________
14707 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
14708         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
14709              From: Robin Barker <rmb1@cise.npl.co.uk>
14710              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
14711              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
14712      Branch: perl
14713            ! t/TEST
14714 ____________________________________________________________________________
14715 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
14716         Log: Don't assume that %x is good for displaying UVs.
14717      Branch: perl
14718            ! dump.c
14719 ____________________________________________________________________________
14720 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
14721         Log: Update Changes.
14722      Branch: perl
14723            ! Changes patchlevel.h
14724 ____________________________________________________________________________
14725 [ 12339] By: ams                                   on 2001/10/05  10:22:34
14726         Log: Subject: [PATCH] perlfunc/select
14727              From: Nicholas Clark <nick@ccl4.org>
14728              Date: Fri, 5 Oct 2001 11:33:58 +0100
14729              Message-Id: <20011005113358.Z38756@plum.flirble.org>
14730      Branch: perl
14731            ! pod/perlfunc.pod
14732 ____________________________________________________________________________
14733 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
14734         Log: Retract #12313 and #12249.
14735      Branch: perl
14736            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
14737            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
14738            ! pod/perlebcdic.pod
14739 ____________________________________________________________________________
14740 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
14741         Log: Subject: [PATCH] perlvms.pod update
14742              From: "Craig A. Berry" <craigberry@mac.com>
14743              Date: Thu, 04 Oct 2001 12:55:52 -0500
14744              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
14745      Branch: perl
14746            ! vms/perlvms.pod
14747 ____________________________________________________________________________
14748 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
14749         Log: Subject: PATCH: Tie::SubstrHash
14750              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14751              Date: Thu, 04 Oct 2001 12:12:41 +0100
14752              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
14753      Branch: perl
14754            ! lib/Tie/SubstrHash.pm
14755 ____________________________________________________________________________
14756 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
14757         Log: Unicode properties saga continues.
14758      Branch: perl
14759            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
14760            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
14761 ____________________________________________________________________________
14762 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
14763         Log: Yet more Unicode properties.
14764      Branch: perl
14765            + lib/unicore/In/137.pl lib/unicore/In/138.pl
14766            + lib/unicore/In/139.pl lib/unicore/In/140.pl
14767            + lib/unicore/In/141.pl lib/unicore/In/142.pl
14768            + lib/unicore/In/143.pl lib/unicore/In/144.pl
14769            + lib/unicore/In/145.pl lib/unicore/In/146.pl
14770            + lib/unicore/In/147.pl lib/unicore/In/148.pl
14771            + lib/unicore/In/149.pl lib/unicore/In/150.pl
14772            + lib/unicore/In/151.pl lib/unicore/In/152.pl
14773            + lib/unicore/In/153.pl lib/unicore/In/154.pl
14774            + lib/unicore/In/155.pl lib/unicore/In/156.pl
14775            + lib/unicore/In/157.pl lib/unicore/In/158.pl
14776            + lib/unicore/In/159.pl lib/unicore/In/160.pl
14777            + lib/unicore/In/161.pl lib/unicore/In/162.pl
14778            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
14779            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
14780            ! pod/perlunicode.pod
14781 ____________________________________________________________________________
14782 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
14783         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
14784              From: "Craig A. Berry" <craigberry@mac.com>
14785              Date: Wed, 03 Oct 2001 17:45:25 -0500
14786              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
14787              
14788              (the lib/Term/Complete.t patched differently by #12332)
14789      Branch: perl
14790            ! lib/ExtUtils/Command.t
14791 ____________________________________________________________________________
14792 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
14793         Log: Restore only if something to restore.
14794      Branch: perl
14795            ! lib/Term/Complete.t
14796 ____________________________________________________________________________
14797 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
14798         Log: Update various resources for credits,
14799              minor icons fixes, and versions.
14800      Branch: maint-5.6/macperl
14801            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
14802            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
14803            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
14804 ____________________________________________________________________________
14805 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
14806         Log: Quiet the warnings about using undef value
14807      Branch: maint-5.6/macperl
14808            ! lib/File/Temp.pm
14809 ____________________________________________________________________________
14810 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
14811         Log: Fix up Ballon Help and Help menu docs (first pass);
14812              remove balloon rez file, and autogenerate with
14813              Balloon2Rez instead.
14814      Branch: maint-5.6/macperl
14815            + macos/macperl/macscripts/Balloon2Rez
14816            - macos/macperl/MPBalloons.r
14817            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
14818 ____________________________________________________________________________
14819 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
14820         Log: Allow overriding of defaults, for change #12327.
14821      Branch: maint-5.6/macperl
14822            ! perl.h
14823 ____________________________________________________________________________
14824 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
14825         Log: Override PerlProc_exit.
14826      Branch: maint-5.6/macperl
14827            ! macos/macish.h
14828 ____________________________________________________________________________
14829 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
14830         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
14831      Branch: maint-5.6/macperl
14832            + macos/bundled_lib/blib/lib/MD5.pm
14833            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
14834            + macos/lib/Mac/AETE/Dialect.pm
14835            + macos/lib/Mac/AETE/Format/Converter.pm
14836            + macos/lib/Mac/AETE/Format/Dictionary.pm
14837            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
14838            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
14839            + macos/lib/Mac/Toolbox.pod
14840            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
14841 ____________________________________________________________________________
14842 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
14843         Log: Sync up silly CVS headers ... I should commit CVS
14844              first to avoid this ...
14845      Branch: maint-5.6/macperl
14846            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
14847            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
14848            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
14849            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
14850 ____________________________________________________________________________
14851 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
14852         Log: Fix Matthias' address, and attributions.
14853      Branch: maint-5.6/macperl
14854            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
14855            ! pod/perlport.pod
14856 ____________________________________________________________________________
14857 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
14858         Log: Fix Matthias' address, and attributions.
14859      Branch: maint-5.6/macperl
14860            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
14861            ! macos/ext/Mac/Components/Components.pm
14862            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
14863            ! macos/ext/Mac/Dialogs/Dialogs.pm
14864            ! macos/ext/Mac/Events/Events.pm
14865            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
14866            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
14867            ! macos/ext/Mac/Gestalt/Gestalt.pm
14868            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
14869            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
14870            ! macos/ext/Mac/Menus/Menus.pm
14871            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
14872            ! macos/ext/Mac/Movies/Movies.pm
14873            ! macos/ext/Mac/Navigation/Navigation.pm
14874            ! macos/ext/Mac/Notification/Notification.pm
14875            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
14876            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
14877            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
14878            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
14879            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
14880            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
14881            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
14882            ! macos/ext/Mac/StandardFile/StandardFile.pm
14883            ! macos/ext/Mac/TextEdit/TextEdit.pm
14884            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
14885            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
14886            ! macos/lib/Mac/LowMem.pm
14887 ____________________________________________________________________________
14888 [ 12322] By: sky                                   on 2001/10/03  18:41:07
14889         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
14890              From: "Craig A. Berry" <craigberry@mac.com>
14891              Date: Wed, 03 Oct 2001 14:30:55 -0500
14892              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
14893      Branch: perl
14894            ! vms/vms.c
14895 ____________________________________________________________________________
14896 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
14897         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
14898              From: "Craig A. Berry" <craigberry@mac.com>
14899              Date: Wed, 03 Oct 2001 14:30:55 -0500
14900              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
14901      Branch: perl
14902            ! vms/vms.c
14903 ____________________________________________________________________________
14904 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
14905         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
14906              only IsL&) and Inherited (negative lookahead good);
14907              add tests for Common, Inherited, and L&.
14908      Branch: perl
14909            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
14910 ____________________________________________________________________________
14911 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
14912         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
14913              (The Unicode standard uses L& quite often.)
14914      Branch: perl
14915            ! lib/utf8_heavy.pl
14916 ____________________________________________________________________________
14917 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
14918         Log: Add the 'Common' Unicode property (code points not
14919              explicitly assigned to any other script).
14920      Branch: perl
14921            + lib/unicore/In/136.pl
14922            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
14923 ____________________________________________________________________________
14924 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
14925         Log: Skip the RV printing test under threads until fixed.
14926      Branch: perl
14927            ! ext/B/t/terse.t
14928 ____________________________________________________________________________
14929 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
14930         Log: Subject: 12309 / cygwin / win2k
14931              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14932              Date: Wed, 03 Oct 2001 15:25:15 +0200
14933              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
14934      Branch: perl
14935            ! makedef.pl
14936 ____________________________________________________________________________
14937 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
14938         Log: Metaconfig unit change for #12314.
14939      Branch: metaconfig
14940            ! U/modified/Head.U
14941 ____________________________________________________________________________
14942 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
14943         Log: Subject: Both cygwin and djgpp on one machine
14944              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14945              Date: Wed, 03 Oct 2001 15:02:59 +0200
14946              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
14947      Branch: perl
14948            ! Configure
14949 ____________________________________________________________________________
14950 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
14951         Log: (retracted by #12338)
14952              
14953              Subject: [PATCH] Code clean up for perlboot.pod
14954              From: Casey West <casey@geeknest.com>
14955              Date: Tue, 2 Oct 2001 19:24:43 -0400
14956              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
14957              
14958              Subject: [PATCH] Code clean up for perlbot.diff
14959              From: Casey West <casey@geeknest.com>
14960              Date: Tue, 2 Oct 2001 19:25:22 -0400
14961              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
14962              
14963              Subject: [PATCH] Code clean up for perlcall.pod
14964              From: Casey West <casey@geeknest.com>
14965              Date: Tue, 2 Oct 2001 19:25:57 -0400
14966              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
14967              
14968              Subject: [PATCH] Code clean up for perldata.pod
14969              From: Casey West <casey@geeknest.com>
14970              Date: Tue, 2 Oct 2001 19:26:29 -0400
14971              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
14972              
14973              Subject: [PATCH] Code clean up for perldbmfilter.pod
14974              From: Casey West <casey@geeknest.com>
14975              Date: Tue, 2 Oct 2001 19:26:59 -0400
14976              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
14977              
14978              Subject: [PATCH] Code clean up for perlebcdic.pod
14979              From: Casey West <casey@geeknest.com>
14980              Date: Tue, 2 Oct 2001 19:27:37 -0400
14981              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
14982      Branch: perl
14983            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
14984            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
14985 ____________________________________________________________________________
14986 [ 12312] By: ams                                   on 2001/10/02  23:43:55
14987         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
14988              From: Michael G Schwern <schwern@pobox.com>
14989              Date: Tue, 2 Oct 2001 17:00:49 -0400
14990              Message-Id: <20011002170049.A9955@blackrider>
14991      Branch: perl
14992            ! lib/ExtUtils/MakeMaker.pm
14993 ____________________________________________________________________________
14994 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
14995         Log: FAQ sync.
14996      Branch: perl
14997            ! pod/perlfaq3.pod
14998 ____________________________________________________________________________
14999 [ 12310] By: nick                                  on 2001/10/02  16:09:49
15000         Log: Integrate mainline
15001      Branch: perlio
15002           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
15003           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
15004           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
15005           !> patchlevel.h t/op/pat.t
15006 ____________________________________________________________________________
15007 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
15008         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
15009              not just one single space.
15010      Branch: perl
15011            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
15012 ____________________________________________________________________________
15013 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
15014         Log: AUTHORS updates.
15015      Branch: perl
15016            ! AUTHORS
15017 ____________________________________________________________________________
15018 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
15019         Log: Update Changes.
15020      Branch: perl
15021            ! Changes patchlevel.h
15022 ____________________________________________________________________________
15023 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
15024         Log: Work around old buggy glibcs for langinfo constants,
15025              from Nicholas Clark and David Dyck.
15026      Branch: perl
15027            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
15028 ____________________________________________________________________________
15029 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
15030         Log: Eradicate Time::Piece; add an example.
15031      Branch: perl
15032            ! ext/I18N/Langinfo/Langinfo.pm
15033 ____________________________________________________________________________
15034 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
15035         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
15036              From: Robert Spier <rspier@pobox.com>
15037              Date: Mon, 1 Oct 2001 23:20:16 -0700
15038              Message-ID: <15289.23712.422087.878224@rls.cx>
15039      Branch: perl
15040            ! lib/Pod/Html.pm
15041 ____________________________________________________________________________
15042 [ 12303] By: sky                                   on 2001/10/02  10:40:57
15043         Log: Fixes obscure bug that manifests itself by.
15044              local $!=0;undef*STDOUT;#segfaults
15045              Has been around for a while. Possible other magic IO vars are
15046              possibly affected aswell. Reported by Jos Boumans.
15047      Branch: perl
15048            ! mg.c
15049 ____________________________________________________________________________
15050 [ 12302] By: nick                                  on 2001/10/02  09:00:52
15051         Log: Integrate mainline
15052      Branch: perlio
15053           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
15054           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
15055           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
15056 ____________________________________________________________________________
15057 [ 12301] By: nick                                  on 2001/10/02  08:40:57
15058         Log: Integrate mainline + lib/open.t patch from Chromatic
15059      Branch: perlio
15060           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
15061            ! lib/open.t
15062           !> (integrate 29 files)
15063 ____________________________________________________________________________
15064 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
15065         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
15066              Until it has, better stop early if someone requests threads.
15067      Branch: perl
15068            ! hints/darwin.sh
15069 ____________________________________________________________________________
15070 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
15071         Log: Subject: [ID 20011001.011] redundant code in t/TEST
15072              From: David Dyck <dcd@tc.fluke.com>
15073              Date: Mon, 1 Oct 2001 12:56:24 -0700
15074              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
15075      Branch: perl
15076            ! t/TEST
15077 ____________________________________________________________________________
15078 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
15079         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
15080              From: "chromatic" <chromatic@rmci.net>
15081              Date: Mon, 01 Oct 2001 12:27:12 -0600
15082              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
15083      Branch: perl
15084            ! lib/Term/Cap.t
15085 ____________________________________________________________________________
15086 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
15087         Log: UNICOS testing patches from Nicholas Clark.
15088      Branch: perl
15089            ! t/op/arith.t t/op/pack.t
15090 ____________________________________________________________________________
15091 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
15092         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
15093              From: "chromatic" <chromatic@rmci.net>
15094              Date: Mon, 01 Oct 2001 10:21:51 -0600
15095              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
15096      Branch: perl
15097            ! lib/open.t
15098 ____________________________________________________________________________
15099 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
15100         Log: Make missing the RADIXCHAR a softer, gentler error.
15101      Branch: perl
15102            ! ext/I18N/Langinfo/Langinfo.t
15103 ____________________________________________________________________________
15104 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
15105         Log: Nuke also the LANG because of glibc.
15106      Branch: perl
15107            ! lib/open.t
15108 ____________________________________________________________________________
15109 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
15110         Log: Also the ^Is is optional.
15111      Branch: perl
15112            ! pod/perlunicode.pod t/op/pat.t
15113 ____________________________________________________________________________
15114 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
15115         Log: Be careful to pull chars from the varargs stack when
15116              formatting chars.
15117      Branch: perl
15118            ! regcomp.c
15119 ____________________________________________________________________________
15120 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
15121         Log: sortsv not in place anymore, noticed by John P. Linderman.
15122      Branch: perl
15123            ! pod/perlapi.pod pp_ctl.c
15124 ____________________________________________________________________________
15125 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
15126         Log: Make the diagnostic messages more neutral.
15127      Branch: perl
15128            ! ext/B/t/terse.t
15129 ____________________________________________________________________________
15130 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
15131         Log: Forgotten from #12288.
15132      Branch: perl
15133            ! ext/Data/Dumper/Dumper.pm
15134 ____________________________________________________________________________
15135 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
15136         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
15137              From: Brian Ingerson <ingy@ttul.org>
15138              Date: Sun, 30 Sep 2001 21:45:56 -0700
15139              Message-ID: <20010930214556.D26392@ttul.org>
15140              
15141              (remember also the #12289)
15142      Branch: perl
15143            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
15144 ____________________________________________________________________________
15145 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
15146         Log: More Unicode property tests for the abbreviated
15147              general properties.
15148      Branch: perl
15149            ! t/op/pat.t
15150 ____________________________________________________________________________
15151 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
15152         Log: Further tweaks to the Unicode properties.
15153      Branch: perl
15154            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
15155 ____________________________________________________________________________
15156 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
15157         Log: Retract #12284.
15158      Branch: perl
15159            ! lib/Term/Cap.t
15160 ____________________________________________________________________________
15161 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
15162         Log: (Retracted by #12285)
15163      Branch: perl
15164            ! lib/Term/Cap.t
15165 ____________________________________________________________________________
15166 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
15167         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
15168              From: "chromatic" <chromatic@rmci.net>  
15169              Date: Sun, 30 Sep 2001 16:10:02 -0600
15170              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
15171      Branch: perl
15172            + lib/Term/Cap.t
15173            ! MANIFEST
15174 ____________________________________________________________________________
15175 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
15176         Log: Use stty -g to restore the terminal state, do not even
15177              try to run the tests if stty -g is not available.
15178      Branch: perl
15179            ! lib/Term/Complete.t
15180 ____________________________________________________________________________
15181 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
15182         Log: Cleanup utf8_heavy; allow dropping the In prefix from
15183              Unicode script/block properties.
15184      Branch: perl
15185            ! lib/utf8_heavy.pl
15186 ____________________________________________________________________________
15187 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
15188         Log: Retract the #12259 for now.
15189      Branch: perl
15190            ! embed.h embed.pl sv.h
15191 ____________________________________________________________________________
15192 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
15193         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
15194      Branch: perl
15195            + lib/Text/TabsWrap/CHANGELOG
15196            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
15197 ____________________________________________________________________________
15198 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
15199         Log: #12272 wasn't right, it introduced an extra ().
15200      Branch: perl
15201            ! lib/utf8_heavy.pl
15202 ____________________________________________________________________________
15203 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
15204         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
15205              From: Jonathan Stowe <gellyfish@gellyfish.com>
15206              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
15207              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
15208      Branch: perl
15209            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
15210 ____________________________________________________________________________
15211 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
15212         Log: Subject: Patch to put qsortsv in the public API
15213              From: Brian Ingerson <ingy@ttul.org>
15214              Date: Sat, 29 Sep 2001 17:41:13 -0700
15215              Message-ID: <20010929174113.A30223@ttul.org>
15216      Branch: perl
15217            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
15218 ____________________________________________________________________________
15219 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
15220         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
15221              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15222              Date: Sat, 29 Sep 2001 23:54:48 +0200
15223              Message-ID: <20010929235448.A5017@rafael>
15224      Branch: perl
15225            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
15226 ____________________________________________________________________________
15227 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
15228         Log: FAQ sync.
15229      Branch: perl
15230            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15231            ! pod/perlfaq9.pod
15232 ____________________________________________________________________________
15233 [ 12273] By: bailey                                on 2001/09/29  23:43:46
15234         Log: Resync with mainline
15235      Branch: vmsperl
15236           +> (branch 1207 files)
15237            - (delete 324 files)
15238           !> (integrate 866 files)
15239 ____________________________________________________________________________
15240 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
15241         Log: Nasty recursion trap if one would match Unicode.
15242      Branch: perl
15243            ! lib/utf8_heavy.pl
15244 ____________________________________________________________________________
15245 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
15246         Log: More Unicode todo.
15247      Branch: perl
15248            ! pod/perltodo.pod
15249 ____________________________________________________________________________
15250 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
15251         Log: Explain a bit the new more flexible \p\P syntax.
15252      Branch: perl
15253            ! pod/perlunicode.pod
15254 ____________________________________________________________________________
15255 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
15256         Log: More leniency to the \p and \P: now can have whitespace
15257              between the property definition and the curlies; now can
15258              invert the property by having a caret between the open
15259              curly and the property.
15260      Branch: perl
15261            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
15262 ____________________________________________________________________________
15263 [ 12268] By: nick                                  on 2001/09/29  17:39:26
15264         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
15265              one test (lib/open.t) fails
15266      Branch: perlio
15267           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
15268           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
15269           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
15270           +> lib/Tie/Scalar.t lib/open.t
15271            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
15272            - ext/B/Stash.t
15273           !> (integrate 62 files)
15274 ____________________________________________________________________________
15275 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
15276         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
15277      Branch: perl
15278            ! t/op/chdir.t
15279 ____________________________________________________________________________
15280 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
15281         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
15282              From: "Craig A. Berry" <craigberry@mac.com> 
15283              Date: Sat, 29 Sep 2001 09:35:33 -0500
15284              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
15285      Branch: perl
15286            ! t/op/chdir.t
15287 ____________________________________________________________________________
15288 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
15289         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
15290              From: "chromatic" <chromatic@rmci.net>
15291              Date: Fri, 28 Sep 2001 21:20:12 -0600
15292              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
15293      Branch: perl
15294            + lib/Tie/Scalar.t
15295            ! MANIFEST lib/Tie/Scalar.pm
15296 ____________________________________________________________________________
15297 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
15298         Log: Allow for more flexibility in the \p{In...} names, now
15299              case doesn't matter, and any space or dash can be
15300              matched by any space, dash, underbar, or empty.
15301              (may be going too far on leniency)
15302      Branch: perl
15303            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
15304            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
15305            ! t/op/pat.t
15306 ____________________________________________________________________________
15307 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
15308         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
15309              From: "chromatic" <chromatic@rmci.net>
15310              Date: Fri, 28 Sep 2001 17:39:50 -0600
15311              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
15312      Branch: perl
15313            + lib/open.t
15314            ! MANIFEST
15315 ____________________________________________________________________________
15316 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
15317         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
15318              From: "Craig A. Berry" <craigberry@mac.com>
15319              Date: Fri, 28 Sep 2001 16:24:51 -0500
15320              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
15321      Branch: perl
15322            ! ext/File/Glob/t/basic.t
15323 ____________________________________________________________________________
15324 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
15325         Log: Subject: [DOC PATCH] Carp.pm pod typo
15326              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15327              Date: Fri, 28 Sep 2001 23:14:51 +0200
15328              Message-ID: <20010928231451.E16889@rafael>
15329      Branch: perl
15330            ! lib/Carp.pm
15331 ____________________________________________________________________________
15332 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
15333         Log: Subject: [PATCH] Allow an @INC hook to set %INC
15334              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15335              Date: Fri, 28 Sep 2001 22:18:13 +0200
15336              Message-ID: <20010928221813.A16889@rafael>
15337      Branch: perl
15338            ! pp_ctl.c
15339 ____________________________________________________________________________
15340 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
15341         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
15342              From: Nicholas Clark <nick@ccl4.org>
15343              Date: Fri, 28 Sep 2001 23:39:33 +0100
15344              Message-ID: <20010928233933.C23673@plum.flirble.org>
15345      Branch: perl
15346            ! embed.h embed.pl sv.h
15347 ____________________________________________________________________________
15348 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
15349         Log: Update Changes.
15350      Branch: perl
15351            ! Changes patchlevel.h
15352 ____________________________________________________________________________
15353 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
15354         Log: Move the B tests to B/t.
15355      Branch: perl
15356            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
15357            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
15358            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
15359            - ext/B/Showlex.t ext/B/Stash.t
15360            ! MANIFEST
15361 ____________________________________________________________________________
15362 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
15363         Log: Forgot from #12254.
15364      Branch: perl
15365            + ext/B/B/Terse.t
15366 ____________________________________________________________________________
15367 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
15368         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
15369              From: "chromatic" <chromatic@rmci.net>
15370              Date: Thu, 27 Sep 2001 23:22:17 -0600
15371              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
15372      Branch: perl
15373            ! MANIFEST
15374 ____________________________________________________________________________
15375 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
15376         Log: Test numbering mismatch.
15377      Branch: perl
15378            ! t/op/chdir.t
15379 ____________________________________________________________________________
15380 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
15381         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
15382              From: "Craig A. Berry" <craigberry@mac.com>
15383              Date: Wed, 26 Sep 2001 17:43:14 -0500
15384              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
15385      Branch: perl
15386            ! iperlsys.h t/op/chdir.t
15387 ____________________________________________________________________________
15388 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
15389         Log: Subject: [PATCH gv.c] make __ANON__ global
15390              From: Robin Barker <rmb1@cise.npl.co.uk>
15391              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
15392              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
15393      Branch: perl
15394            ! gv.c t/op/anonsub.t t/op/runlevel.t
15395 ____________________________________________________________________________
15396 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
15397         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
15398              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15399              Date: Thu, 27 Sep 2001 22:34:32 +0200
15400              Message-ID: <20010927223432.A1485@rafael>
15401      Branch: perl
15402            ! ext/B/B/Terse.pm
15403 ____________________________________________________________________________
15404 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
15405         Log: (retracted by #12338)
15406              
15407              Subject: [PATCH] Cleanup of perldsc.pod      
15408              From: Casey West <casey@geeknest.com>
15409              Date: Thu, 27 Sep 2001 11:13:17 -0400
15410              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
15411      Branch: perl
15412            ! pod/perldsc.pod
15413 ____________________________________________________________________________
15414 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
15415         Log: Not everyone is using ithreads...
15416      Branch: perl
15417            ! ext/Devel/Peek/Peek.t
15418 ____________________________________________________________________________
15419 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
15420         Log: Document the nss_delete core dump workaround for HP-UX
15421              and Solaris, bug IDs 20010805.018 and 20010629.004.
15422      Branch: perl
15423            ! README.hpux README.solaris
15424 ____________________________________________________________________________
15425 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
15426         Log: Dump Unicode hash keys also as Unicode,
15427              not just as a byte string.
15428      Branch: perl
15429            ! dump.c ext/Devel/Peek/Peek.t
15430 ____________________________________________________________________________
15431 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
15432         Log: Integrate changes #12241 and #12242 from macperl:
15433              
15434              Remove unneeded disabling of umask() calls
15435              
15436              Note (get|set)sockopt are available.
15437      Branch: perl
15438           !> lib/File/Temp.pm pod/perlport.pod
15439 ____________________________________________________________________________
15440 [ 12244] By: sky                                   on 2001/09/27  08:53:00
15441         Log: Flush buffers on thread closedown.
15442      Branch: perl
15443            ! ext/threads/threads.xs
15444 ____________________________________________________________________________
15445 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
15446         Log: Dump SvUTF8(sv)s also as \x{...}.
15447              
15448              TODO: dump the SvUTF8() hash keys similarly. 
15449      Branch: perl
15450            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
15451 ____________________________________________________________________________
15452 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
15453         Log: Note (get|set)sockopt are available.
15454      Branch: maint-5.6/macperl
15455            ! pod/perlport.pod
15456 ____________________________________________________________________________
15457 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
15458         Log: Remove unneeded disabling of umask() calls
15459      Branch: maint-5.6/macperl
15460            ! lib/File/Temp.pm
15461 ____________________________________________________________________________
15462 [ 12240] By: sky                                   on 2001/09/26  18:44:56
15463         Log: Documention update
15464      Branch: perl
15465            ! ext/threads/threads.pm
15466 ____________________________________________________________________________
15467 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
15468         Log: Update Changes.
15469      Branch: perl
15470            ! Changes patchlevel.h
15471 ____________________________________________________________________________
15472 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
15473         Log: Check that all environment variables are tainted.
15474      Branch: perl
15475            ! t/op/taint.t
15476 ____________________________________________________________________________
15477 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
15478         Log: Manual integration error in #12235.
15479      Branch: perl
15480            ! lib/File/DosGlob.t
15481 ____________________________________________________________________________
15482 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
15483         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
15484              From: "chromatic" <chromatic@rmci.net>
15485              Date: Tue, 25 Sep 2001 23:57:07 -0600
15486              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
15487      Branch: perl
15488            ! perlio.c
15489 ____________________________________________________________________________
15490 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
15491         Log: Integrate macperl changes from Chris Nandor:
15492              12192 11817 11815 11813 11778 11775
15493              
15494              Update CPAN.pm to work with new Mac::BuildTools instead
15495              of ExtUtils::MM_MacOS "orphan" functions
15496              
15497              Fix test
15498              
15499              Make syntax check report in MPW style, fix tests
15500              to use Mac::err=unix to get normal-style error
15501              messages.
15502              
15503              More module and test ports from Thomas Wegner et al
15504              
15505              Fix open of /dev/null for Mac OS
15506              
15507              Allow for platforms to override formatting of errors
15508              on output from Matthias Neeracher (core files)
15509      Branch: perl
15510            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
15511            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
15512            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
15513           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
15514           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
15515           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
15516 ____________________________________________________________________________
15517 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
15518         Log: grrr.
15519      Branch: perl
15520            ! t/op/gv.t
15521 ____________________________________________________________________________
15522 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
15523         Log: Retract #12232.
15524      Branch: perl
15525            ! t/op/gv.t
15526 ____________________________________________________________________________
15527 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
15528         Log: (Retracted by #12233.)
15529      Branch: perl
15530            ! t/op/gv.t
15531 ____________________________________________________________________________
15532 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
15533         Log: Detypo.
15534      Branch: perl
15535            ! ext/Encode/Makefile.PL
15536 ____________________________________________________________________________
15537 [ 12230] By: sky                                   on 2001/09/26  11:36:23
15538         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
15539              We are using a "delay" here because we do not want to depend on thread synchronization issues.
15540      Branch: perl
15541            + ext/threads/t/stress_cv.t
15542            ! MANIFEST ext/threads/t/stress_string.t
15543 ____________________________________________________________________________
15544 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
15545         Log: NetWare tweak from Ananth Kesari.
15546      Branch: perl
15547            ! NetWare/t/Readme.txt
15548 ____________________________________________________________________________
15549 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
15550         Log: Trick to fool case-blind filesystems.
15551      Branch: perl
15552            ! ext/Encode/Makefile.PL
15553 ____________________________________________________________________________
15554 [ 12227] By: sky                                   on 2001/09/26  11:06:50
15555         Log: Threads can start executing in a different order than they were
15556              created.... so we cannot ok() inside the threadstarter.
15557      Branch: perl
15558            ! ext/threads/t/stress_string.t
15559 ____________________________________________________________________________
15560 [ 12226] By: sky                                   on 2001/09/26  07:41:45
15561         Log: Add in stress_string.t to stress test threads a bit more.
15562      Branch: perl
15563            + ext/threads/t/stress_string.t
15564            ! MANIFEST
15565 ____________________________________________________________________________
15566 [ 12225] By: sky                                   on 2001/09/26  07:04:21
15567         Log: Fix negative refcount introduced by #12223.
15568      Branch: perl
15569            ! ext/threads/threads.xs
15570 ____________________________________________________________________________
15571 [ 12224] By: sky                                   on 2001/09/26  06:57:58
15572         Log: Update documentation to match change #12223
15573      Branch: perl
15574            ! sharedsv.c
15575 ____________________________________________________________________________
15576 [ 12223] By: sky                                   on 2001/09/26  06:54:32
15577         Log: Use a separate interpreter for the sharedsv space. Another
15578              negative sv leak. Sigh.
15579      Branch: perl
15580            ! sharedsv.c
15581 ____________________________________________________________________________
15582 [ 12222] By: sky                                   on 2001/09/26  05:58:35
15583         Log: Do the environ assignment in perl_contruct to match perl_destruct.
15584              Now we don't need to perl_parse/perl_run. However environ is a
15585              global....
15586      Branch: perl
15587            ! perl.c
15588 ____________________________________________________________________________
15589 [ 12221] By: sky                                   on 2001/09/26  05:41:02
15590         Log: Move the creation of PL_strtab to perl_construct so we can work
15591              with HV and HEs without running perl_parse.
15592      Branch: perl
15593            ! perl.c
15594 ____________________________________________________________________________
15595 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
15596         Log: integrate macperl changes into maint-5.6
15597      Branch: maint-5.6/perl
15598           !> (integrate 26 files)
15599 ____________________________________________________________________________
15600 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
15601         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
15602              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
15603      Branch: maint-5.6/macperl
15604            ! macos/ext/Mac/Fonts/Fonts.xs
15605            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
15606 ____________________________________________________________________________
15607 [ 12218] By: ams                                   on 2001/09/25  23:31:33
15608         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
15609              From: Nicholas Clark <nick@ccl4.org>
15610              Date: Wed, 26 Sep 2001 01:20:20 +0100
15611              Message-Id: <20010926012020.B48092@plum.flirble.org>
15612      Branch: perl
15613            ! lib/AutoSplit.t
15614 ____________________________________________________________________________
15615 [ 12217] By: ams                                   on 2001/09/25  22:33:05
15616         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
15617              From: "Craig A. Berry" <craigberry@mac.com>
15618              Date: Tue, 25 Sep 2001 18:08:42 -0500
15619              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
15620      Branch: perl
15621            ! vms/vms.c
15622 ____________________________________________________________________________
15623 [ 12216] By: ams                                   on 2001/09/25  21:41:01
15624         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
15625              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
15626              From: Michael G Schwern <schwern@pobox.com>
15627              Date: Wed, 26 Sep 2001 00:38:21 -0400
15628              Message-Id: <20010926003821.A627@blackrider>
15629      Branch: perl
15630            ! lib/AutoSplit.t
15631 ____________________________________________________________________________
15632 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
15633         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
15634              From: Michael G Schwern <schwern@pobox.com>
15635              Date: Tue, 25 Sep 2001 17:43:49 -0400
15636              Message-ID: <20010925174349.B19534@blackrider>
15637      Branch: perl
15638            ! lib/Test/Simple.pm lib/Test/Utils.pm
15639 ____________________________________________________________________________
15640 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
15641         Log: Integrate changes from bleadperl.
15642      Branch: maint-5.6/macperl
15643           !> pod/perlport.pod
15644 ____________________________________________________________________________
15645 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
15646         Log: skip($mess) should result in one skip.
15647      Branch: perl
15648            ! t/test.pl
15649 ____________________________________________________________________________
15650 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
15651         Log: Integrate change #12200 from maintperl.
15652      Branch: maint-5.6/macperl
15653           !> win32/perlhost.h
15654 ____________________________________________________________________________
15655 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
15656         Log: Fix file types to "apple"
15657      Branch: maint-5.6/macperl
15658            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
15659            ! macos/ext/Mac/SAT/t/Collision.rsrc
15660 ____________________________________________________________________________
15661 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
15662         Log: Fix rsrc file as snd file; fix path in t file.
15663      Branch: maint-5.6/macperl
15664            ! macos/ext/Mac/Notification/t/Notification.rsrc
15665            ! macos/ext/Mac/Notification/t/Notification.t
15666 ____________________________________________________________________________
15667 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
15668         Log: Sync up with File::Find from bleadperl.
15669      Branch: maint-5.6/macperl
15670            ! lib/File/Find.pm t/lib/filefind-taint.t
15671 ____________________________________________________________________________
15672 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
15673         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
15674              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
15675              of hundreds)
15676      Branch: maint-5.6/macperl
15677            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
15678            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
15679            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
15680 ____________________________________________________________________________
15681 [ 12207] By: nick                                  on 2001/09/25  19:04:36
15682         Log: Integrate mainline (untested while modem is up)
15683      Branch: perlio
15684           +> lib/AutoSplit.t t/test.pl
15685            - lib/warnings/register.t
15686           !> (integrate 28 files)
15687 ____________________________________________________________________________
15688 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
15689         Log: perldiag entry for #12205.
15690      Branch: perl
15691            ! pod/perldiag.pod
15692 ____________________________________________________________________________
15693 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
15694         Log: Subject: [PATCH] warning on v-string in use/require
15695              From: John Peacock <jpeacock@rowman.com>
15696              Date: Mon, 24 Sep 2001 17:29:03 -0400
15697              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
15698      Branch: perl
15699            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
15700 ____________________________________________________________________________
15701 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
15702         Log: perltooc et al updates.
15703      Branch: perl
15704            ! plan9/mkfile pod/roffitall
15705 ____________________________________________________________________________
15706 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
15707         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
15708              From: Michael G Schwern <schwern@pobox.com>
15709              Date: Sun, 23 Sep 2001 00:07:12 -0400
15710              Message-ID: <20010923000712.A7005@blackrider>
15711      Branch: perl
15712            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
15713 ____________________________________________________________________________
15714 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
15715         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
15716              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15717              Date: Wed, 26 Sep 2001 01:25:10 +0900
15718              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
15719      Branch: perl
15720            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
15721            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
15722            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
15723 ____________________________________________________________________________
15724 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
15725         Log: Integrate change #12200 from maintperl;
15726              on windows, virtualized environment could propagate deleted variables
15727              into children if they happen to be at the very end of the table
15728      Branch: perl
15729           !> win32/perlhost.h
15730 ____________________________________________________________________________
15731 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
15732         Log: on windows, virtualized environment could propagate deleted variables
15733              into children if they happen to be at the very end of the table
15734              (thanks for succinct test case from Johan Holmberg, and fix from
15735              Doug Lankshear)
15736      Branch: maint-5.6/perl
15737            ! win32/perlhost.h
15738 ____________________________________________________________________________
15739 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
15740         Log: avoid the use of ftime() (it does a useless, potentially
15741              expensive call to GetTimeZoneInformation()); this potentially
15742              also results in three more digits of precision from
15743              Time::HiRes::time()
15744      Branch: perl
15745            ! ext/Time/HiRes/HiRes.xs
15746 ____________________________________________________________________________
15747 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
15748         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
15749              
15750              Note: io/binmode is failing, have to figure out why.
15751      Branch: perl
15752            + t/test.pl
15753            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
15754            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
15755            ! t/run/exit.t
15756 ____________________________________________________________________________
15757 [ 12197] By: ams                                   on 2001/09/25  13:48:55
15758         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
15759              From: Nicholas Clark <nick@ccl4.org>
15760              Date: Tue, 25 Sep 2001 00:37:40 +0100
15761              Message-Id: <20010925003740.S4971@plum.flirble.org>
15762              (Further changes expected.)
15763      Branch: perl
15764            + lib/AutoSplit.t
15765            ! MANIFEST
15766 ____________________________________________________________________________
15767 [ 12196] By: sky                                   on 2001/09/25  13:37:12
15768         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
15769              _ftime to try and be more robust.
15770      Branch: perl
15771            ! ext/Time/HiRes/HiRes.xs
15772 ____________________________________________________________________________
15773 [ 12194] By: ams                                   on 2001/09/25  11:40:00
15774         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
15775              From: "Craig A. Berry" <craigberry@mac.com>
15776              Date: Mon, 24 Sep 2001 17:54:20 -0500
15777              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
15778      Branch: perl
15779            ! vms/descrip_mms.template
15780 ____________________________________________________________________________
15781 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
15782         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
15783              not working, cursor not spinning (Bug #422129); external
15784              editor problems (Bug #456329); escape/cmd-. not activating
15785              "Cancel" in Save dialog box (Bug #446960); Runtimes not
15786              executing on launch (Bug #464441).
15787      Branch: maint-5.6/macperl
15788            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
15789            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
15790            ! macos/macperl/MacPerl.r
15791 ____________________________________________________________________________
15792 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
15793         Log: Update CPAN.pm to work with new Mac::BuildTools instead
15794              of ExtUtils::MM_MacOS "orphan" functions
15795      Branch: maint-5.6/macperl
15796            ! lib/CPAN.pm
15797 ____________________________________________________________________________
15798 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
15799         Log: Fix up another xsubpp problem (Matthias Neeracher)
15800      Branch: maint-5.6/macperl
15801            ! macos/xsubpp
15802 ____________________________________________________________________________
15803 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
15804         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
15805      Branch: maint-5.6/macperl
15806            ! macos/lib/ExtUtils/MM_MacOS.pm
15807 ____________________________________________________________________________
15808 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
15809         Log: Fix up Makefiles for more Mac:: modules (and prepare for
15810              static build ...?)
15811      Branch: maint-5.6/macperl
15812            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
15813            ! macos/macperl/Makefile.mk
15814 ____________________________________________________________________________
15815 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
15816         Log: Fix up tests
15817      Branch: maint-5.6/macperl
15818            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
15819 ____________________________________________________________________________
15820 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
15821         Log: Make malloc smarter, fix bugs.  (Bug #404030)
15822      Branch: maint-5.6/macperl
15823            ! macos/icemalloc.c macos/icemalloc.h
15824 ____________________________________________________________________________
15825 [ 12186] By: nick                                  on 2001/09/24  19:18:17
15826         Log: Integrate mainline
15827      Branch: perlio
15828           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
15829           +> lib/filetest.t
15830           !> (integrate 30 files)
15831 ____________________________________________________________________________
15832 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
15833         Log: Retract #12136, the warnings::register is already
15834              tested by t/lib/warnings/9enabled, as pointed out
15835              by Paul Marquess.
15836      Branch: perl
15837            - lib/warnings/register.t
15838            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
15839 ____________________________________________________________________________
15840 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
15841         Log: fix Time::HiRes implementation of gettimeofday() on windows
15842              (HiRes.t#14 now passes)
15843      Branch: perl
15844            ! ext/Time/HiRes/HiRes.xs
15845 ____________________________________________________________________________
15846 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
15847         Log: File::Spec::catfile() canonifies everything to blackslashes on
15848              windows :-(
15849      Branch: perl
15850            ! lib/ExtUtils/Manifest.t
15851 ____________________________________________________________________________
15852 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
15853         Log: test number mismatch
15854      Branch: perl
15855            ! t/op/magic.t
15856 ____________________________________________________________________________
15857 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
15858         Log: ok().
15859      Branch: perl
15860            ! t/op/pack.t
15861 ____________________________________________________________________________
15862 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
15863         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
15864              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
15865      Branch: perl
15866            ! pp_pack.c t/op/pack.t
15867 ____________________________________________________________________________
15868 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
15869         Log: Update Changes.
15870      Branch: perl
15871            ! Changes patchlevel.h
15872 ____________________________________________________________________________
15873 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
15874         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
15875              From: Michael G Schwern <schwern@pobox.com>
15876              Date: Mon, 24 Sep 2001 11:12:13 -0400
15877              Message-ID: <20010924111213.G27885@blackrider>
15878      Branch: perl
15879            ! lib/ExtUtils/Manifest.pm
15880 ____________________________________________________________________________
15881 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
15882         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
15883              From: Michael G Schwern <schwern@pobox.com> 
15884              Date: Mon, 24 Sep 2001 11:02:07 -0400
15885              Message-ID: <20010924110207.E27885@blackrider>
15886      Branch: perl
15887            ! vms/test.com
15888 ____________________________________________________________________________
15889 [ 12176] By: ams                                   on 2001/09/24  14:01:59
15890         Log: Update Changes.
15891      Branch: perl
15892            ! Changes
15893 ____________________________________________________________________________
15894 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
15895         Log: Various cleanups.
15896      Branch: perl
15897            ! ext/threads/Makefile.PL ext/threads/threads.xs
15898 ____________________________________________________________________________
15899 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
15900         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
15901      Branch: maint-5.6/macperl
15902           !> (integrate 33 files)
15903 ____________________________________________________________________________
15904 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
15905         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
15906              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15907              Date: Mon, 24 Sep 2001 20:04:58 +0900
15908              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
15909      Branch: perl
15910            ! ext/Encode/Encode/gb2312.enc
15911 ____________________________________________________________________________
15912 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
15913         Log: Clarifying comment to #12164.
15914      Branch: perl
15915            ! lib/Cwd.pm
15916 ____________________________________________________________________________
15917 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
15918         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
15919              From: Nicholas Clark <nick@ccl4.org>
15920              Date: Sun, 23 Sep 2001 23:00:56 +0100
15921              Message-ID: <20010923230055.Y4971@plum.flirble.org>
15922              
15923              (with "sample_constants" changed to "fallback")
15924      Branch: perl
15925            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
15926            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
15927            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
15928            ! lib/h2xs.t utils/h2xs.PL
15929 ____________________________________________________________________________
15930 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
15931         Log: Metaconfig unit change for #12167.
15932      Branch: metaconfig
15933            ! U/modified/Cppsym.U
15934 ____________________________________________________________________________
15935 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
15936         Log: Add a few glibc cpp symbols to probe for.
15937      Branch: perl
15938            ! Configure
15939 ____________________________________________________________________________
15940 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
15941         Log: DJGPP tweaks for Laszlo Molnar.
15942      Branch: perl
15943            ! djgpp/djgppsed.sh dosish.h
15944 ____________________________________________________________________________
15945 [ 12165] By: ams                                   on 2001/09/24  10:07:08
15946         Log: Subject: [PATCH t/op/inccode.t] More tests
15947              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
15948              Date: 24 Sep 2001 10:01:44 -0000
15949              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
15950      Branch: perl
15951            ! t/op/inccode.t
15952 ____________________________________________________________________________
15953 [ 12164] By: ams                                   on 2001/09/24  09:43:29
15954         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
15955              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
15956              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
15957              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
15958      Branch: perl
15959            ! lib/Cwd.pm
15960 ____________________________________________________________________________
15961 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
15962         Log: 1_compile updates.
15963      Branch: perl
15964            ! t/lib/1_compile.t
15965 ____________________________________________________________________________
15966 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
15967         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
15968              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15969              Date: Wed, 19 Sep 2001 22:47:14 +0200
15970              Message-ID: <20010919224714.A6382@rafael>
15971      Branch: perl
15972            ! pod/perlvar.pod pp_ctl.c
15973 ____________________________________________________________________________
15974 [ 12161] By: ams                                   on 2001/09/23  17:40:02
15975         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
15976              filetest Pragma
15977              From: "chromatic" <chromatic@rmci.net>
15978              Date: Sun, 23 Sep 2001 12:07:25 -0600
15979              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
15980      Branch: perl
15981            + lib/filetest.t
15982            ! MANIFEST t/lib/1_compile.t
15983 ____________________________________________________________________________
15984 [ 12160] By: ams                                   on 2001/09/23  16:32:11
15985         Log: Additional minor chdir() tweak.
15986      Branch: perl
15987            ! pod/perlfunc.pod
15988 ____________________________________________________________________________
15989 [ 12159] By: ams                                   on 2001/09/23  16:25:01
15990         Log: Subject: PATCH lib/ExtUtils/Command.t
15991              From: Abe Timmerman <abe@ztreet.demon.nl>
15992              Date: Sun, 23 Sep 2001 19:11:44 +0200
15993              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
15994      Branch: perl
15995            ! lib/ExtUtils/Command.t
15996 ____________________________________________________________________________
15997 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
15998         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
15999              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
16000              Date: Sun, 23 Sep 2001 02:02:26 +0200
16001              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
16002      Branch: perl
16003            ! makedef.pl
16004 ____________________________________________________________________________
16005 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
16006         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
16007              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
16008              Date: Sat, 22 Sep 2001 12:54:39 -0500
16009              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
16010      Branch: perl
16011            ! t/op/study.t
16012 ____________________________________________________________________________
16013 [ 12156] By: nick                                  on 2001/09/23  07:48:44
16014         Log: Integrate mainline
16015      Branch: perlio
16016            - check83.pl
16017           !> ext/Encode/Encode/2022-cn.enc
16018 ____________________________________________________________________________
16019 [ 12155] By: nick                                  on 2001/09/23  07:48:01
16020         Log: Integrate mainline
16021      Branch: perlio
16022           +> (branch 64 files)
16023            - ext/Encode/Encode/cns11643-1.enc
16024            - ext/Encode/Encode/cns11643-2.enc
16025            - ext/Encode/Encode/iso2022-cn.enc
16026            - ext/Encode/Encode/iso2022-jp.enc
16027            - ext/Encode/Encode/iso2022-jp1.enc
16028            - ext/Encode/Encode/iso2022-jp2.enc
16029            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
16030            - ext/Encode/Encode/iso8859-1.enc
16031            - ext/Encode/Encode/iso8859-1.ucm
16032            - ext/Encode/Encode/iso8859-10.enc
16033            - ext/Encode/Encode/iso8859-10.ucm
16034            - ext/Encode/Encode/iso8859-13.enc
16035            - ext/Encode/Encode/iso8859-13.ucm
16036            - ext/Encode/Encode/iso8859-14.enc
16037            - ext/Encode/Encode/iso8859-14.ucm
16038            - ext/Encode/Encode/iso8859-15.enc
16039            - ext/Encode/Encode/iso8859-15.ucm
16040            - ext/Encode/Encode/iso8859-16.enc
16041            - ext/Encode/Encode/iso8859-16.ucm
16042            - ext/Encode/Encode/iso8859-2.enc
16043            - ext/Encode/Encode/iso8859-2.ucm
16044            - ext/Encode/Encode/iso8859-3.enc
16045            - ext/Encode/Encode/iso8859-3.ucm
16046            - ext/Encode/Encode/iso8859-4.enc
16047            - ext/Encode/Encode/iso8859-4.ucm
16048            - ext/Encode/Encode/iso8859-5.enc
16049            - ext/Encode/Encode/iso8859-5.ucm
16050            - ext/Encode/Encode/iso8859-6.enc
16051            - ext/Encode/Encode/iso8859-6.ucm
16052            - ext/Encode/Encode/iso8859-7.enc
16053            - ext/Encode/Encode/iso8859-7.ucm
16054            - ext/Encode/Encode/iso8859-8.enc
16055            - ext/Encode/Encode/iso8859-8.ucm
16056            - ext/Encode/Encode/iso8859-9.enc
16057            - ext/Encode/Encode/iso8859-9.ucm
16058            - ext/Encode/Encode/isoir-197.enc
16059            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
16060            - t/lib/sample-tests/header_at_end
16061            - t/lib/sample-tests/header_at_end_fail
16062           !> (integrate 174 files)
16063 ____________________________________________________________________________
16064 [ 12154] By: ams                                   on 2001/09/23  07:11:46
16065         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
16066              by Blair Zajac.
16067      Branch: perl
16068            ! pod/perlfunc.pod
16069 ____________________________________________________________________________
16070 [ 12153] By: ams                                   on 2001/09/23  06:56:32
16071         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
16072              Forgotten deprecation of *glob{FILEHANDLE}?
16073              From: "chromatic" <chromatic@rmci.net>
16074              Date: Sat, 22 Sep 2001 21:27:56 -0600
16075              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
16076      Branch: perl
16077            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
16078 ____________________________________________________________________________
16079 [ 12152] By: ams                                   on 2001/09/23  06:42:58
16080         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
16081              From: Michael G Schwern <schwern@pobox.com>
16082              Date: Sun, 23 Sep 2001 03:34:39 -0400
16083              Message-Id: <20010923033439.E7005@blackrider>
16084      Branch: perl
16085            ! lib/File/Find.pm
16086 ____________________________________________________________________________
16087 [ 12151] By: ams                                   on 2001/09/23  06:37:57
16088         Log: Subject: Re: t/op/magic.t missing tests on Win32
16089              From: Michael G Schwern <schwern@pobox.com>
16090              Date: Sat, 22 Sep 2001 20:29:09 -0400
16091              Message-Id: <20010922202909.I18223@blackrider>
16092      Branch: perl
16093            ! t/op/magic.t
16094 ____________________________________________________________________________
16095 [ 12150] By: ams                                   on 2001/09/23  06:36:26
16096         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
16097              Dumpvalue.pm
16098              From: "chromatic" <chromatic@rmci.net>
16099              Date: Sat, 22 Sep 2001 19:41:31 -0600
16100              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
16101      Branch: perl
16102            + lib/Dumpvalue.t
16103            ! MANIFEST lib/Dumpvalue.pm
16104 ____________________________________________________________________________
16105 [ 12149] By: ams                                   on 2001/09/23  06:25:35
16106         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
16107              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16108              Date: Sun, 23 Sep 2001 15:27:56 +0900
16109              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
16110      Branch: perl
16111            ! ext/Encode/Encode/2022-cn.enc
16112 ____________________________________________________________________________
16113 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
16114         Log: Manual eror in #12147.
16115      Branch: perl
16116            ! win32/win32.c
16117 ____________________________________________________________________________
16118 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
16119         Log: Integrate change #12146 from maintperl;
16120              win32_chdir() et al don't handle a NULL argument gracefully
16121      Branch: perl
16122           !> win32/perlhost.h win32/win32.c
16123 ____________________________________________________________________________
16124 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
16125         Log: win32_chdir() et al don't handle a NULL argument gracefully
16126      Branch: maint-5.6/perl
16127            ! win32/perlhost.h win32/win32.c
16128 ____________________________________________________________________________
16129 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
16130         Log: typo in change#12026
16131      Branch: maint-5.6/perl
16132            ! op.c
16133 ____________________________________________________________________________
16134 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
16135         Log: Subject: [PATCH] Re: scalar context unpack bugs
16136              From: Nicholas Clark <nick@ccl4.org>
16137              Date: Sat, 22 Sep 2001 23:07:56 +0100
16138              Message-ID: <20010922230755.O4971@plum.flirble.org>
16139      Branch: perl
16140            ! pp_pack.c t/op/pack.t
16141 ____________________________________________________________________________
16142 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
16143         Log: Try ExtUtils::Command.t everywhere, not just on Win32
16144              (as suggested by NI-S).  Also allow running it either
16145              in t/ or in the main directory.
16146      Branch: perl
16147            ! lib/ExtUtils/Command.t
16148 ____________________________________________________________________________
16149 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
16150         Log: Update the test on warnings/register.t.
16151      Branch: perl
16152            ! t/lib/1_compile.t
16153 ____________________________________________________________________________
16154 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
16155         Log: The code is now almost tidy enough to keep the IRIX cc happy.
16156      Branch: perl
16157            ! hints/irix_6.sh
16158 ____________________________________________________________________________
16159 [ 12140] By: ams                                   on 2001/09/22  17:26:32
16160         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
16161              use_ithreads
16162              From: "Craig A. Berry" <craigberry@mac.com>
16163              Date: Sat, 22 Sep 2001 13:15:32 -0500
16164              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
16165      Branch: perl
16166            ! configure.com
16167 ____________________________________________________________________________
16168 [ 12139] By: ams                                   on 2001/09/22  16:44:08
16169         Log: Do what perl_clone() does for sharedsv functions.
16170      Branch: perl
16171            ! embed.pl proto.h
16172 ____________________________________________________________________________
16173 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
16174         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
16175              (suggested by Sarathy, extensions shouldn't be dabbling with
16176              op structures, so binary backward compatibility should not be
16177              an issue.)
16178      Branch: perl
16179            ! hints/irix_6.sh op.h
16180 ____________________________________________________________________________
16181 [ 12137] By: ams                                   on 2001/09/22  16:21:05
16182         Log: More cleanups. (What's PERL_DECL_PROT?)
16183      Branch: perl
16184            ! embed.pl proto.h sharedsv.h
16185 ____________________________________________________________________________
16186 [ 12136] By: ams                                   on 2001/09/22  15:14:34
16187         Log: (Retracted by #12185)
16188              
16189              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
16190              Add Tests for warnings::register, Doc Update
16191              From: "chromatic" <chromatic@rmci.net>
16192              Date: Sat, 22 Sep 2001 09:43:20 -0600
16193              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
16194      Branch: perl
16195            + lib/warnings/register.t
16196            ! MANIFEST lib/warnings/register.pm
16197 ____________________________________________________________________________
16198 [ 12135] By: ams                                   on 2001/09/22  15:07:50
16199         Log: `@foo' should be @foo for consistency.
16200      Branch: perl
16201            ! pod/perldiag.pod
16202 ____________________________________________________________________________
16203 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
16204         Log: (Retracted by #12138)
16205              
16206              Add -woff (turn warning off) 3187:
16207              "A pointer is converted to a smaller integer."
16208              This happens when your pointers are 64-bit: then every case
16209              of converting pointers to PADOFFSETs (explicitly 32-bit)
16210              faces truncation (even explicit use of INT2PTR doesn't help).
16211              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
16212              Changing PADOFFSET from U32 to UV would help, but that
16213              would break binary backward compatibility of BASEOP and padop
16214              (assuming you have been using 64-bit pointers).
16215      Branch: perl
16216            ! hints/irix_6.sh
16217 ____________________________________________________________________________
16218 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
16219         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
16220              but the name comes from the inside the file, not from the file
16221              name, and Rumanian is the name of the language.
16222      Branch: perl
16223            + ext/Encode/Encode/macRumanian.enc
16224            - ext/Encode/Encode/macRomania.enc
16225            ! MANIFEST
16226 ____________________________________________________________________________
16227 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
16228         Log: Rename perltootc as perltooc for 8.3-friedliness.
16229      Branch: perl
16230            + pod/perltooc.pod
16231            - pod/perltootc.pod
16232            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
16233            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
16234            ! pod/perltoot.pod
16235 ____________________________________________________________________________
16236 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
16237         Log: Find more conflicts by lowercasing.
16238      Branch: perl
16239            + Porting/check83.pl
16240            - check83.pl
16241            ! MANIFEST
16242 ____________________________________________________________________________
16243 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
16244         Log: The AIX cc 5.0.0.0 is simply too buggy.
16245      Branch: perl
16246            ! hints/aix.sh
16247 ____________________________________________________________________________
16248 [ 12129] By: ams                                   on 2001/09/22  12:35:38
16249         Log: Uninteresting cleanup.
16250      Branch: perl
16251            ! form.h
16252 ____________________________________________________________________________
16253 [ 12128] By: ams                                   on 2001/09/22  12:28:48
16254         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
16255              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
16256              Date: Sat, 22 Sep 2001 14:29:13 +0100
16257              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
16258      Branch: perl
16259            ! cv.h
16260 ____________________________________________________________________________
16261 [ 12127] By: ams                                   on 2001/09/22  12:04:28
16262         Log: What's a backet?
16263      Branch: perl
16264            ! dump.c
16265 ____________________________________________________________________________
16266 [ 12126] By: ams                                   on 2001/09/22  10:02:34
16267         Log: Removed duplicated tests #19 and #20.
16268      Branch: perl
16269            ! t/op/do.t
16270 ____________________________________________________________________________
16271 [ 12125] By: ams                                   on 2001/09/22  03:58:41
16272         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
16273              From: Michael Carman <mjcarman@home.com>
16274              Date: Fri, 21 Sep 2001 17:54:05 -0500
16275              Message-Id: <3BABC50D.6040202@home.com>
16276              (Applied with some changes.)
16277      Branch: perl
16278            ! pod/perlmod.pod
16279 ____________________________________________________________________________
16280 [ 12124] By: ams                                   on 2001/09/22  03:44:19
16281         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
16282              From: Michael G Schwern <schwern@pobox.com>
16283              Date: Fri, 21 Sep 2001 19:20:40 -0400
16284              Message-Id: <20010921192040.E5494@blackrider>
16285      Branch: perl
16286            ! t/op/chdir.t
16287 ____________________________________________________________________________
16288 [ 12123] By: ams                                   on 2001/09/22  03:41:08
16289         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
16290              From: Blair Zajac <blair@orcaware.com>
16291              Date: Fri, 21 Sep 2001 15:13:04 -0700
16292              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
16293      Branch: perl
16294            ! t/op/chdir.t
16295 ____________________________________________________________________________
16296 [ 12122] By: ams                                   on 2001/09/22  03:37:07
16297         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
16298              20010920.007
16299              From: Michael G Schwern <schwern@pobox.com>
16300              Date: Fri, 21 Sep 2001 17:59:03 -0400
16301              Message-Id: <20010921175903.V5494@blackrider>
16302      Branch: perl
16303            ! t/op/do.t
16304 ____________________________________________________________________________
16305 [ 12121] By: ams                                   on 2001/09/22  03:30:38
16306         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
16307              suite on WinCE)
16308              From: Michael G Schwern <schwern@pobox.com>
16309              Date: Fri, 21 Sep 2001 19:41:03 -0400
16310              Message-Id: <20010921194103.G5494@blackrider>
16311      Branch: perl
16312            ! pod/perlport.pod
16313 ____________________________________________________________________________
16314 [ 12120] By: ams                                   on 2001/09/22  03:28:06
16315         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
16316              From: Michael G Schwern <schwern@pobox.com>
16317              Date: Fri, 21 Sep 2001 17:33:35 -0400
16318              Message-Id: <20010921173335.T5494@blackrider>
16319              ($ENV{FOO}=undef hunk not applied.)
16320      Branch: perl
16321            ! t/op/magic.t
16322 ____________________________________________________________________________
16323 [ 12119] By: ams                                   on 2001/09/22  03:02:26
16324         Log: Subject: [PATCH] perldiag.pod
16325              From: Peter Scott <Peter@PSDT.com>
16326              Date: Fri, 21 Sep 2001 18:54:50 -0700
16327              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
16328              (Moved to the right place.)
16329      Branch: perl
16330            ! pod/perldiag.pod
16331 ____________________________________________________________________________
16332 [ 12118] By: ams                                   on 2001/09/21  20:05:29
16333         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
16334              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16335              Date: Fri, 21 Sep 2001 22:36:54 +0200
16336              Message-Id: <20010921223654.A12742@rafael>
16337      Branch: perl
16338            ! t/op/do.t
16339 ____________________________________________________________________________
16340 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
16341         Log: Restore things as they were before
16342              the backward compatibility police notices.
16343      Branch: perl
16344            ! lib/Cwd.pm
16345 ____________________________________________________________________________
16346 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
16347         Log: More Cwd from Schwern: make also OS/2 and DOS
16348              Cwd agree with File::Spec (that is, native path
16349              syntax using \ instead of / -- backward compatibility
16350              polic warning) and stop Win32 from using bsd_realpath().
16351      Branch: perl
16352            ! lib/Cwd.pm
16353 ____________________________________________________________________________
16354 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
16355         Log: Subject: [PATCH @12110] RE: Untested libraries update
16356              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
16357              Date: Fri, 21 Sep 2001 18:21:07 +0100
16358              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
16359      Branch: perl
16360            ! lib/warnings/register.pm
16361 ____________________________________________________________________________
16362 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
16363         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
16364              From: Michael G Schwern <schwern@pobox.com>
16365              Date: Thu, 20 Sep 2001 22:54:02 -0400
16366              Message-ID: <20010920225402.A3611@blackrider>
16367      Branch: perl
16368            ! lib/Cwd.pm
16369 ____________________________________________________________________________
16370 [ 12113] By: ams                                   on 2001/09/21  17:08:24
16371         Log: Subject: [PATCH] avoid v-strings with require/use
16372              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16373              Date: Fri, 21 Sep 2001 12:34:40 -0400
16374              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
16375      Branch: perl
16376            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
16377            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
16378            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
16379            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
16380            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
16381            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
16382            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
16383            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
16384            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
16385            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
16386            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
16387            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
16388            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
16389            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
16390            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
16391            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
16392            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
16393            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
16394            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
16395 ____________________________________________________________________________
16396 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
16397         Log: Update Changes.
16398      Branch: perl
16399            ! Changes patchlevel.h
16400 ____________________________________________________________________________
16401 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
16402         Log: Make AIX and Tru64 compilers happy.  
16403      Branch: perl
16404            ! ext/threads/threads.h ext/threads/threads.xs
16405 ____________________________________________________________________________
16406 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
16407         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
16408              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
16409              Date: 21 Sep 2001 09:16:37 -0000
16410              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
16411      Branch: perl
16412            ! toke.c
16413 ____________________________________________________________________________
16414 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
16415         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
16416              From: Michael G Schwern <schwern@pobox.com>
16417              Date: Thu, 20 Sep 2001 21:21:34 -0400
16418              Message-ID: <20010920212134.Y28291@blackrider>
16419      Branch: perl
16420            ! pp_sys.c
16421 ____________________________________________________________________________
16422 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
16423         Log: Subject: Re: GDB Debugging Macros from mod_perl
16424              From: rspier@pobox.com (Robert Spier)
16425              Date: Thu, 20 Sep 2001 22:45:03 -0700
16426              Message-ID: <15274.54239.413929.49430@rls.cx>
16427      Branch: perl
16428            ! pod/perltodo.pod
16429 ____________________________________________________________________________
16430 [ 12105] By: sky                                   on 2001/09/21  10:33:34
16431         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
16432              timezone! GetSystemTime should be available on all Win32 
16433              platforms we support. Perhaps Time::HiRes should be extended to
16434              support WinCE and Novell?
16435      Branch: perl
16436            ! ext/Time/HiRes/HiRes.xs
16437 ____________________________________________________________________________
16438 [ 12104] By: sky                                   on 2001/09/21  08:12:39
16439         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
16440      Branch: perl
16441            ! ext/threads/threads.h ext/threads/threads.xs
16442 ____________________________________________________________________________
16443 [ 12103] By: sky                                   on 2001/09/21  07:57:41
16444         Log: Rename the *thread* functions to Perl_* to avoid clashes.
16445              Notably on AIX but could become a problem on other platforms.
16446      Branch: perl
16447            ! ext/threads/threads.h ext/threads/threads.xs
16448 ____________________________________________________________________________
16449 [ 12102] By: sky                                   on 2001/09/21  07:35:30
16450         Log: Add the shared sv space to the global vars.
16451              Fix problems compiling on win32.
16452      Branch: perl
16453            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
16454            ! sharedsv.c sharedsv.h
16455 ____________________________________________________________________________
16456 [ 12101] By: ams                                   on 2001/09/21  00:19:55
16457         Log: Subject: [PATCH] win32/Makefile warning fix
16458              From: Blair Zajac <blair@orcaware.com>
16459              Date: Thu, 20 Sep 2001 18:15:43 -0700
16460              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
16461      Branch: perl
16462            ! win32/Makefile
16463 ____________________________________________________________________________
16464 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
16465         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
16466              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16467              Date: Thu, 20 Sep 2001 18:36:22 +0200
16468              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
16469      Branch: perl
16470            ! lib/ExtUtils/Command.t
16471 ____________________________________________________________________________
16472 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
16473         Log: Cant spl wirth a dam.
16474      Branch: perl
16475            ! intrpvar.h
16476 ____________________________________________________________________________
16477 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
16478         Log: Don't use C++ comments.
16479      Branch: perl
16480            ! ext/threads/threads.xs
16481 ____________________________________________________________________________
16482 [ 12097] By: ams                                   on 2001/09/20  21:42:07
16483         Log: Change #12044 didn't.
16484      Branch: perl
16485            ! lib/constant.pm
16486 ____________________________________________________________________________
16487 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
16488         Log: Metaconfig unit changes for #12095.
16489      Branch: metaconfig
16490            ! U/modified/Myinit.U U/modified/libs.U
16491 ____________________________________________________________________________
16492 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
16493         Log: Remove iconv references since we are not using it
16494              and not going to; regen perltoc, perlmodlib.
16495              (Some references still linger in perltoc, have to figure
16496              out where they are coming from.)
16497      Branch: perl
16498            ! Configure NetWare/config.wc NetWare/config_H.wc
16499            ! Porting/Glossary Porting/config.sh Porting/config_H
16500            ! config_h.SH configure.com epoc/config.sh perl.h
16501            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
16502            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16503            ! vos/config.ga.h win32/config.bc win32/config.gc
16504            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16505            ! win32/config_H.vc wince/config.ce wince/config.h
16506            ! wince/config_H.ce
16507 ____________________________________________________________________________
16508 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
16509         Log: Subject: [PATCH docs] Re: ARGV and read
16510              From: Dave Mitchell <davem@fdgroup.co.uk>
16511              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
16512              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
16513      Branch: perl
16514            ! pod/perltodo.pod pod/perlvar.pod
16515 ____________________________________________________________________________
16516 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
16517         Log: Fresh copies from the cvs.perl.org perlfaq repository.
16518      Branch: perl
16519            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
16520            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16521            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
16522            ! pod/perlfaq9.pod
16523 ____________________________________________________________________________
16524 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
16525         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
16526              From: Nicholas Clark <nick@ccl4.org>
16527              Date: Thu, 20 Sep 2001 14:27:08 +0100
16528              Message-ID: <20010920142708.X4971@plum.flirble.org>
16529      Branch: perl
16530            ! pp_pack.c t/op/pack.t
16531 ____________________________________________________________________________
16532 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
16533         Log: The sharedsv_space* are variables, not code.  Duh.
16534      Branch: perl
16535            ! intrpvar.h makedef.pl
16536 ____________________________________________________________________________
16537 [ 12090] By: ams                                   on 2001/09/20  11:26:06
16538         Log: Subject: [patch lib/lib_pm.PL]
16539              From: Stas Bekman <stas@stason.org>
16540              Date: Thu, 20 Sep 2001 18:48:53 +0800
16541              Message-Id: <3BA9C995.6010302@stason.org>
16542              (Applied by hand.)
16543      Branch: perl
16544            ! lib/lib_pm.PL
16545 ____________________________________________________________________________
16546 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
16547         Log: Only 21 tests, skipping or not.
16548      Branch: perl
16549            ! lib/ExtUtils/Command.t
16550 ____________________________________________________________________________
16551 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
16552         Log: New exported symbols.
16553      Branch: perl
16554            ! makedef.pl
16555 ____________________________________________________________________________
16556 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
16557         Log: Update Changes.
16558      Branch: perl
16559            ! Changes patchlevel.h
16560 ____________________________________________________________________________
16561 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
16562         Log: Correct numbering of the tests is useful.
16563      Branch: perl
16564            ! ext/threads/t/basic.t
16565 ____________________________________________________________________________
16566 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
16567         Log: More tests now too.
16568      Branch: perl
16569            ! lib/ExtUtils/Command.t
16570 ____________________________________________________________________________
16571 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
16572         Log: More tests now.
16573      Branch: perl
16574            ! ext/threads/t/basic.t
16575 ____________________________________________________________________________
16576 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
16577         Log: The test assumed 7-bit ASCII.  Now it "just"
16578              assumes 8-bit whatever.
16579      Branch: perl
16580            ! t/op/crypt.t
16581 ____________________________________________________________________________
16582 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
16583         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
16584              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16585              Date: Wed, 19 Sep 2001 11:45:28 +0200
16586              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
16587              
16588              Lvalue casts are not portable.
16589      Branch: perl
16590            ! ext/threads/threads.xs
16591 ____________________________________________________________________________
16592 [ 12081] By: sky                                   on 2001/09/19  10:17:52
16593         Log: Make the basic test contain only realy basic API tests
16594              Seems to be a problem with detach.
16595      Branch: perl
16596            ! ext/threads/t/basic.t
16597 ____________________________________________________________________________
16598 [ 12080] By: ams                                   on 2001/09/19  01:23:55
16599         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
16600              From: Michael G Schwern <schwern@pobox.com>
16601              Date: Tue, 18 Sep 2001 19:53:48 -0400
16602              Message-Id: <20010918195348.M585@blackrider>
16603              
16604              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
16605              From: Michael G Schwern <schwern@pobox.com>
16606              Date: Tue, 18 Sep 2001 22:07:13 -0400
16607              Message-Id: <20010918220713.B19616@blackrider>
16608      Branch: perl
16609            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
16610            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
16611            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
16612            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
16613            ! lib/Test/Tutorial.pod
16614 ____________________________________________________________________________
16615 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
16616         Log: Indent the test a bit.
16617      Branch: perl
16618            ! ext/threads/t/basic.t
16619 ____________________________________________________________________________
16620 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
16621         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
16622              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16623              Date: Tue, 18 Sep 2001 18:06:44 +0200
16624              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
16625      Branch: perl
16626            ! win32/win32.c
16627 ____________________________________________________________________________
16628 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
16629         Log: Subject: stat access time is wrong on Win95
16630              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16631              Date: Tue, 18 Sep 2001 21:59:24 +0200
16632              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
16633      Branch: perl
16634            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
16635 ____________________________________________________________________________
16636 [ 12076] By: ams                                   on 2001/09/18  22:11:25
16637         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
16638              From: Michael G Schwern <schwern@pobox.com>
16639              Date: Tue, 18 Sep 2001 18:47:14 -0400
16640              Message-Id: <20010918184714.I585@blackrider>
16641      Branch: perl
16642            ! t/op/crypt.t
16643 ____________________________________________________________________________
16644 [ 12075] By: sky                                   on 2001/09/18  19:29:37
16645         Log: two test failures
16646              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16647              Message-ID: <20010918221702.A17408@rafael>
16648              partly applied, #12074 already fixed half the patch
16649      Branch: perl
16650            ! ext/threads/t/basic.t
16651 ____________________________________________________________________________
16652 [ 12074] By: sky                                   on 2001/09/18  18:49:03
16653         Log: Fixes test case failure introduced by #12071, the warning is
16654              now correctly spelled :-)
16655      Branch: perl
16656            ! ext/IO/lib/IO/t/io_sel.t
16657 ____________________________________________________________________________
16658 [ 12073] By: sky                                   on 2001/09/18  18:46:22
16659         Log: Make the test behave properly!
16660      Branch: perl
16661            ! ext/threads/t/basic.t
16662 ____________________________________________________________________________
16663 [ 12072] By: ams                                   on 2001/09/18  18:44:59
16664         Log: OP_RCATLINE is an SVOP, not a BASEOP.
16665      Branch: perl
16666            ! opcode.h opcode.pl
16667 ____________________________________________________________________________
16668 [ 12071] By: ams                                   on 2001/09/18  18:06:27
16669         Log: Deprecate != Depreciate.
16670      Branch: perl
16671            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
16672            ! lib/Pod/ParseUtils.pm
16673 ____________________________________________________________________________
16674 [ 12070] By: ams                                   on 2001/09/18  15:14:58
16675         Log: Subject: [PATCH] Getopt::Std cleanup
16676              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16677              Date: Tue, 18 Sep 2001 17:32:13 +0200
16678              Message-Id: <20010918173213.C777@rafael>
16679      Branch: perl
16680            ! lib/Getopt/Std.pm lib/Getopt/Std.t
16681 ____________________________________________________________________________
16682 [ 12069] By: sky                                   on 2001/09/18  14:56:33
16683         Log: Forgot the makefile
16684      Branch: perl
16685            + ext/threads/Makefile.PL
16686 ____________________________________________________________________________
16687 [ 12068] By: sky                                   on 2001/09/18  14:13:26
16688         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
16689              The test will fail because of Test.pm not knowing about threads. 
16690              basic needs to be manually tested
16691              compile time warnings on IV2PTR conversions need to be fixed
16692      Branch: perl
16693            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
16694            + ext/threads/threads.h ext/threads/threads.pm
16695            + ext/threads/threads.xs
16696            ! MANIFEST
16697 ____________________________________________________________________________
16698 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
16699         Log: DJGPP tweak from Laszlo Molnar.
16700      Branch: perl
16701            ! djgpp/config.over
16702 ____________________________________________________________________________
16703 [ 12066] By: sky                                   on 2001/09/18  10:24:31
16704         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
16705      Branch: perl
16706            ! sharedsv.c sharedsv.h
16707 ____________________________________________________________________________
16708 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
16709         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
16710              ditto ^cns.
16711      Branch: perl
16712            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
16713            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
16714            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
16715            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
16716            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
16717            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
16718            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
16719            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
16720            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
16721            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
16722            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
16723            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
16724            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
16725            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
16726            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
16727            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
16728            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
16729            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
16730            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
16731            + ext/Encode/Encode/ir-197.enc
16732            - ext/Encode/Encode/cns11643-1.enc
16733            - ext/Encode/Encode/cns11643-2.enc
16734            - ext/Encode/Encode/iso2022-cn.enc
16735            - ext/Encode/Encode/iso2022-jp.enc
16736            - ext/Encode/Encode/iso2022-jp1.enc
16737            - ext/Encode/Encode/iso2022-jp2.enc
16738            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
16739            - ext/Encode/Encode/iso8859-1.enc
16740            - ext/Encode/Encode/iso8859-1.ucm
16741            - ext/Encode/Encode/iso8859-10.enc
16742            - ext/Encode/Encode/iso8859-10.ucm
16743            - ext/Encode/Encode/iso8859-11.enc
16744            - ext/Encode/Encode/iso8859-11.ucm
16745            - ext/Encode/Encode/iso8859-13.enc
16746            - ext/Encode/Encode/iso8859-13.ucm
16747            - ext/Encode/Encode/iso8859-14.enc
16748            - ext/Encode/Encode/iso8859-14.ucm
16749            - ext/Encode/Encode/iso8859-15.enc
16750            - ext/Encode/Encode/iso8859-15.ucm
16751            - ext/Encode/Encode/iso8859-16.enc
16752            - ext/Encode/Encode/iso8859-16.ucm
16753            - ext/Encode/Encode/iso8859-2.enc
16754            - ext/Encode/Encode/iso8859-2.ucm
16755            - ext/Encode/Encode/iso8859-3.enc
16756            - ext/Encode/Encode/iso8859-3.ucm
16757            - ext/Encode/Encode/iso8859-4.enc
16758            - ext/Encode/Encode/iso8859-4.ucm
16759            - ext/Encode/Encode/iso8859-5.enc
16760            - ext/Encode/Encode/iso8859-5.ucm
16761            - ext/Encode/Encode/iso8859-6.enc
16762            - ext/Encode/Encode/iso8859-6.ucm
16763            - ext/Encode/Encode/iso8859-7.enc
16764            - ext/Encode/Encode/iso8859-7.ucm
16765            - ext/Encode/Encode/iso8859-8.enc
16766            - ext/Encode/Encode/iso8859-8.ucm
16767            - ext/Encode/Encode/iso8859-9.enc
16768            - ext/Encode/Encode/iso8859-9.ucm
16769            - ext/Encode/Encode/isoir-197.enc
16770            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
16771 ____________________________________________________________________________
16772 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
16773         Log: Must Uppercase.
16774      Branch: perl
16775            ! ext/Encode/Encode.pm
16776 ____________________________________________________________________________
16777 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
16778         Log: Add various encodings.
16779      Branch: perl
16780            + ext/Encode/Encode/iso8859-11.enc
16781            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
16782            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
16783            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
16784            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
16785            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
16786            + ext/Encode/Encode/viscii.ucm
16787            ! MANIFEST ext/Encode/Encode.pm
16788 ____________________________________________________________________________
16789 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
16790         Log: lib/unicode relic.
16791      Branch: perl
16792            ! ext/Encode/compile
16793 ____________________________________________________________________________
16794 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
16795         Log: Subject: [PATCH] Re: filename problems
16796              From: Michael G Schwern <schwern@pobox.com>
16797              Date: Mon, 17 Sep 2001 17:26:26 -0400
16798              Message-ID: <20010917172626.Q585@blackrider>
16799      Branch: perl
16800            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
16801            - t/lib/sample-tests/header_at_end
16802            - t/lib/sample-tests/header_at_end_fail
16803            ! MANIFEST lib/Test/Harness/t/test-harness.t
16804 ____________________________________________________________________________
16805 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
16806         Log: Explicitly explain the 1e9 seconds, not everybody
16807              is a C geek.
16808      Branch: perl
16809            ! ext/Time/HiRes/HiRes.pm
16810 ____________________________________________________________________________
16811 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
16812         Log: Explain an apparent bug reported by
16813              Richard J. Barbalace <rjbarbal@MIT.EDU>,
16814              with additional explanation from Gisle Aas.
16815      Branch: perl
16816            ! ext/Time/HiRes/HiRes.pm
16817 ____________________________________________________________________________
16818 [ 12058] By: ams                                   on 2001/09/17  19:52:01
16819         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
16820              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16821              Date: Mon, 17 Sep 2001 22:48:05 +0200
16822              Message-Id: <20010917224805.C11744@rafael>
16823      Branch: perl
16824            ! t/lib/warnings/op t/lib/warnings/pp
16825 ____________________________________________________________________________
16826 [ 12057] By: ams                                   on 2001/09/17  16:51:18
16827         Log: Its a nit!
16828      Branch: perl
16829            ! sv.h
16830 ____________________________________________________________________________
16831 [ 12056] By: ams                                   on 2001/09/17  16:47:55
16832         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
16833              From: "Craig A. Berry" <craigberry@mac.com>
16834              Date: Mon, 17 Sep 2001 12:34:20 -0500
16835              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
16836      Branch: perl
16837            ! vms/vms.c
16838 ____________________________________________________________________________
16839 [ 12055] By: ams                                   on 2001/09/17  16:05:15
16840         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
16841              From: Gisle Aas <gisle@ActiveState.com>
16842              Date: 16 Apr 2001 16:20:34 -0700
16843              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
16844              (Applied by hand.)
16845      Branch: perl
16846            ! lib/CPAN.pm lib/CPAN/Nox.pm
16847 ____________________________________________________________________________
16848 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
16849         Log: Update Changes.
16850      Branch: perl
16851            ! Changes patchlevel.h
16852 ____________________________________________________________________________
16853 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
16854         Log: Adding new files to the MANIFEST is always nice.
16855      Branch: perl
16856            ! MANIFEST
16857 ____________________________________________________________________________
16858 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
16859         Log: Reindent the PerlIO files (suggested by NI-S), used
16860              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
16861              (GNU indent).  Note that wholesale re-indenting might
16862              be nice, but that would break nice formatting/alignment
16863              of assignments, equality testing, and complex boolean
16864              expressions with lots of &s and |s.
16865      Branch: perl
16866            ! perlio.c perlio.h perliol.h
16867 ____________________________________________________________________________
16868 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
16869         Log: Add a script for being 8.3-polite.
16870              The found conflicts are being worked on.
16871      Branch: perl
16872            + check83.pl
16873            ! MANIFEST Porting/pumpkin.pod
16874 ____________________________________________________________________________
16875 [ 12050] By: sky                                   on 2001/09/17  12:44:36
16876         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
16877              finding it.
16878      Branch: perl
16879            ! sv.c
16880 ____________________________________________________________________________
16881 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
16882         Log: Bump up versions because of #12041.
16883      Branch: perl
16884            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
16885            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
16886            ! lib/Time/localtime.pm
16887 ____________________________________________________________________________
16888 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
16889         Log: Bump the version number because of #12042.
16890      Branch: perl
16891            ! lib/CPAN/FirstTime.pm
16892 ____________________________________________________________________________
16893 [ 12047] By: ams                                   on 2001/09/17  11:21:40
16894         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
16895              From: Abhijit Menon-Sen <ams@wiw.org>
16896              Date: Mon, 17 Sep 2001 17:44:12 +0530
16897              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
16898      Branch: perl
16899            ! op.c
16900 ____________________________________________________________________________
16901 [ 12046] By: sky                                   on 2001/09/17  07:14:17
16902         Log: Subject: Re: t/op/ver.t using skip() improperly
16903              From: "chromatic" <chromatic@rmci.net>
16904              Date: Mon, 17 Sep 2001 00:22:29 -0600
16905              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
16906      Branch: perl
16907            ! t/op/ver.t
16908 ____________________________________________________________________________
16909 [ 12045] By: nick                                  on 2001/09/17  07:12:14
16910         Log: Integrate mainline
16911      Branch: perlio
16912           +> t/op/chdir.t
16913           !> (integrate 117 files)
16914 ____________________________________________________________________________
16915 [ 12044] By: ams                                   on 2001/09/17  05:49:53
16916         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
16917              From: Ilmari Karonen <iltzu@sci.fi>
16918              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
16919              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
16920              (And $VERSION = '1.05'.)
16921      Branch: perl
16922            ! lib/constant.pm
16923 ____________________________________________________________________________
16924 [ 12043] By: ams                                   on 2001/09/17  05:44:50
16925         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
16926              From: Michael G Schwern <schwern@pobox.com>
16927              Date: Mon, 17 Sep 2001 07:49:04 +0200
16928              Message-Id: <20010917074904.V1588@blackrider>
16929              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
16930      Branch: perl
16931            + t/op/chdir.t
16932            ! MANIFEST pp_sys.c
16933 ____________________________________________________________________________
16934 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
16935         Log: Subject: Re: CPAN.pm needs some hacking 
16936              From: "chromatic" <chromatic@rmci.net>
16937              Date: Sun, 16 Sep 2001 16:46:29 -0600
16938              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
16939      Branch: perl
16940            ! lib/CPAN/FirstTime.pm
16941 ____________________________________________________________________________
16942 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
16943         Log: Change use|require 5.005_64 to use|require 5.6.1.
16944      Branch: perl
16945            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
16946            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
16947            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
16948            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
16949            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
16950            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
16951            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
16952            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
16953            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
16954            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
16955            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
16956            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
16957            ! lib/base.pm lib/fields.pm
16958 ____________________________________________________________________________
16959 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
16960         Log: Bump up version numbers.
16961              
16962              TODO 1: double check that pre-5.6.1 CPAN.pm:s
16963              don't try to download 5.8.0 because of the
16964              version numbers.  Mainly this means using _00
16965              in the core version numbers.
16966              
16967              TODO 2: the "use 5.005_64" in many modules
16968              needs to be changed to, say, "use 5.6.1".
16969      Branch: perl
16970            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
16971            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
16972            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
16973            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
16974            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
16975            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
16976            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
16977            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
16978            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
16979            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
16980            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
16981 ____________________________________________________________________________
16982 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
16983         Log: Use UCHARAT() as suggested by Inaba Hiroto.
16984      Branch: perl
16985            ! regexec.c
16986 ____________________________________________________________________________
16987 [ 12038] By: ams                                   on 2001/09/16  15:16:24
16988         Log: Subject: [PATCH] Re: Core module version numbers review
16989              From: Peter Scott <Peter@PSDT.com>
16990              Date: Sun, 16 Sep 2001 09:09:58 -0700
16991              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
16992      Branch: perl
16993            ! lib/perl5db.pl
16994 ____________________________________________________________________________
16995 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
16996         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
16997              not yet fully implemented.
16998      Branch: perl
16999            ! pod/perlfunc.pod pod/perlunicode.pod
17000 ____________________________________________________________________________
17001 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
17002         Log: Subject: [patch] plug PL_beginav_save leak
17003              From: Doug MacEachern <dougm@covalent.net>
17004              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
17005              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
17006      Branch: perl
17007            ! perl.c
17008 ____________________________________________________________________________
17009 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
17010         Log: (accidentally empty checkin)
17011      Branch: perl
17012            ! sv.c
17013 ____________________________________________________________________________
17014 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
17015         Log: Subject: [patch] ithreads+PL_beginav_save
17016              From: Doug MacEachern <dougm@covalent.net>
17017              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
17018              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
17019      Branch: perl
17020            ! sv.c
17021 ____________________________________________________________________________
17022 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
17023         Log: Subject: [PATCH] h2xs.PL with C::Scan
17024              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17025              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
17026              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
17027      Branch: perl
17028            ! utils/h2xs.PL
17029 ____________________________________________________________________________
17030 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
17031         Log: Elaborate (well, make more vague, really) #12030.
17032      Branch: perl
17033            ! pod/perltodo.pod pod/perlunicode.pod
17034 ____________________________________________________________________________
17035 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
17036         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
17037              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17038              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
17039              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
17040      Branch: perl
17041            ! regexec.c
17042 ____________________________________________________________________________
17043 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
17044         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
17045              are not yet complete.
17046      Branch: perl
17047            ! pod/perltodo.pod pod/perlunicode.pod
17048 ____________________________________________________________________________
17049 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
17050         Log: Document what's still to be done on the regular expression
17051              Unicode support, based on the UTR#18.
17052      Branch: perl
17053            ! pod/perltodo.pod pod/perlunicode.pod
17054 ____________________________________________________________________________
17055 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
17056         Log: Regen headers.
17057      Branch: perl
17058            ! embedvar.h perlapi.h
17059 ____________________________________________________________________________
17060 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
17061         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
17062              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17063              Date: Sun, 09 Sep 2001 18:41:54 +0100
17064              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
17065      Branch: perl
17066            ! Porting/findvars ext/ByteLoader/bytecode.h
17067            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
17068            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
17069 ____________________________________________________________________________
17070 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
17071         Log: enable most warnings for windows build; fix the various typecasting
17072              nits that showed up (no bugfixes here)
17073      Branch: maint-5.6/perl
17074            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
17075            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
17076            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
17077            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
17078            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
17079            ! x2p/walk.c
17080 ____________________________________________________________________________
17081 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
17082         Log: Integrate change #12024 from maintperl
17083              (a local() precedence bug)
17084      Branch: perl
17085           !> lib/ExtUtils/Install.pm
17086 ____________________________________________________________________________
17087 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
17088         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
17089              change#8642
17090      Branch: maint-5.6/perl
17091            ! lib/ExtUtils/Install.pm
17092 ____________________________________________________________________________
17093 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
17094         Log: Update Changes.
17095      Branch: perl
17096            ! Changes patchlevel.h
17097 ____________________________________________________________________________
17098 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
17099         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
17100              From: "chromatic" <chromatic@rmci.net>
17101              Date: Fri, 14 Sep 2001 09:44:57 -0600 
17102              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
17103      Branch: perl
17104            ! lib/ExtUtils/Manifest.t
17105 ____________________________________________________________________________
17106 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
17107         Log: Hopefully better skipping of the Complete.t tests
17108              in case of not a tty. 
17109      Branch: perl
17110            ! lib/Term/Complete.t t/op/stat.t
17111 ____________________________________________________________________________
17112 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
17113         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
17114              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17115              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
17116              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
17117      Branch: perl
17118            ! regexec.c t/op/pat.t
17119 ____________________________________________________________________________
17120 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
17121         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
17122              From: Robin Barker <rmb1@cise.npl.co.uk>
17123              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
17124              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
17125      Branch: perl
17126            ! pod/perlport.pod
17127 ____________________________________________________________________________
17128 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
17129         Log: NetWare tweaks from Ananth Kesari.
17130      Branch: perl
17131            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
17132            ! NetWare/nwutil.h
17133 ____________________________________________________________________________
17134 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
17135         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
17136              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17137              Date: Fri, 14 Sep 2001 10:51:13 +0200
17138              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
17139      Branch: perl
17140            ! pod/perlport.pod
17141 ____________________________________________________________________________
17142 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
17143         Log: Subject: Re: [PATCH 2 pl2pm.PL]
17144              From: Joe Smith <Joe.Smith@inwap.com>
17145              Date: Fri, 14 Sep 2001 00:13:32 -0700
17146              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
17147              
17148              Eradicate qu.
17149      Branch: perl
17150            ! keywords.h keywords.pl utils/pl2pm.PL
17151 ____________________________________________________________________________
17152 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
17153         Log: Retract #12013, didn't go over too well in Tru64.
17154      Branch: perl
17155            ! embed.h embed.pl sv.h
17156 ____________________________________________________________________________
17157 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
17158         Log: Subject: [PATCH] Execute files of debugger commands
17159              From: Peter Scott <Peter@PSDT.com>
17160              Date: Thu, 13 Sep 2001 15:26:31 -0700
17161              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
17162      Branch: perl
17163            ! lib/perl5db.pl pod/perldebug.pod
17164 ____________________________________________________________________________
17165 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
17166         Log: (Retracted by #12015)
17167              Subject: [proposed PATCH] Re: perl@11920
17168              From: Nicholas Clark <nick@ccl4.org>
17169              Date: Wed, 12 Sep 2001 23:46:09 +0100
17170              Message-ID: <20010912234609.H4971@plum.flirble.org>     
17171      Branch: perl
17172            ! embed.h embed.pl sv.h
17173 ____________________________________________________________________________
17174 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
17175         Log: ucblib shouldn't be linked against in nonstop-ux,
17176              from Tom Bates.
17177      Branch: perl
17178            ! hints/nonstopux.sh
17179 ____________________________________________________________________________
17180 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
17181         Log: Do stty only if we have stty.
17182              
17183              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
17184      Branch: perl
17185            ! lib/Term/Complete.pm
17186 ____________________________________________________________________________
17187 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
17188         Log: Skip the test if not running on a tty.
17189      Branch: perl
17190            ! lib/Term/Complete.t
17191 ____________________________________________________________________________
17192 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
17193         Log: Regen headers.
17194      Branch: perl
17195            ! embed.h opcode.h pod/perlapi.pod proto.h
17196 ____________________________________________________________________________
17197 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
17198         Log: Subject: [PATCH op.c] Re: perl@12003
17199              From: Robin Barker <rmb1@cise.npl.co.uk>
17200              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
17201              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
17202      Branch: perl
17203            ! op.c
17204 ____________________________________________________________________________
17205 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
17206         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
17207              From: Robin Barker <rmb1@cise.npl.co.uk>
17208              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
17209              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
17210      Branch: perl
17211            ! sv.c
17212 ____________________________________________________________________________
17213 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
17214         Log: Upgrade to Memoize 0.66.
17215      Branch: perl
17216            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
17217            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
17218            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
17219 ____________________________________________________________________________
17220 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
17221         Log: Subject: [ID 20010912.007] substr reference core dump
17222              From: me-01@ton.iguana.be
17223              Date: 12 Sep 2001 14:11:16 -0000
17224              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
17225      Branch: perl
17226            ! mg.c
17227 ____________________________________________________________________________
17228 [ 12004] By: ams                                   on 2001/09/12  01:13:49
17229         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
17230              From: Ilmari Karonen <iltzu@sci.fi>
17231              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
17232              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
17233      Branch: perl
17234            ! pod/perlfaq4.pod
17235 ____________________________________________________________________________
17236 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
17237         Log: Update Changes.
17238      Branch: perl
17239            ! Changes patchlevel.h
17240 ____________________________________________________________________________
17241 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
17242         Log: NetWare update from Ananth Kesari.
17243      Branch: perl
17244            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
17245            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
17246 ____________________________________________________________________________
17247 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
17248         Log: Retract #11984: div() being redefined, and 1397
17249              failing on 64-bit platforms.
17250      Branch: perl
17251            ! lib/Math/BigInt/Calc.pm
17252 ____________________________________________________________________________
17253 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
17254         Log: Metaconfig unit change for #11999.
17255      Branch: metaconfig
17256            ! U/protos/d_lseekproto.U
17257 ____________________________________________________________________________
17258 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
17259         Log: The lseek fix (#11991) was no fix.
17260      Branch: perl
17261            ! Configure
17262 ____________________________________________________________________________
17263 [ 11998] By: sky                                   on 2001/09/11  07:52:06
17264         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
17265              From: Matt Sergeant <MSergeant@star.net.uk>
17266              Date: Tue, 11 Sep 2001 09:22:32 +0100
17267              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
17268      Branch: perl
17269            ! ext/Encode/Encode.pm
17270 ____________________________________________________________________________
17271 [ 11997] By: sky                                   on 2001/09/11  06:35:29
17272         Log: Sometimes dTHX is added because it is needed on non 
17273              gnuc platforms, but not needed there. This uses GCC
17274              to silence GCC specific warnings by marking pTHX as 
17275              unused.
17276      Branch: perl
17277            ! perl.h
17278 ____________________________________________________________________________
17279 [ 11996] By: nick                                  on 2001/09/11  06:25:27
17280         Log: Integrate mainline
17281      Branch: perlio
17282            - ext/POSIX/sigaction.t lib/File/Find/taint.t
17283           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
17284 ____________________________________________________________________________
17285 [ 11995] By: nick                                  on 2001/09/11  06:23:39
17286         Log: Part Integrate mainline
17287      Branch: perlio
17288           +> (branch 69 files)
17289            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
17290            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
17291            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
17292            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
17293            - lib/Switch/t/switch_case.t lib/Test/Harness.t
17294            - lib/Test/More/Changes lib/Test/More/t/More.t
17295            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
17296            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
17297            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
17298            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
17299            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
17300            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
17301            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
17302            - t/lib/Test/More/Catch.pm wince/perl.ico
17303           !> (integrate 197 files)
17304 ____________________________________________________________________________
17305 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
17306         Log: Subject: Re: [PATCH] Encode.pm docs fix
17307              From: Gisle Aas <gisle@ActiveState.com>
17308              Date: 10 Sep 2001 11:27:02 -0700
17309              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
17310      Branch: perl
17311            ! ext/Encode/Encode.pm
17312 ____________________________________________________________________________
17313 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
17314         Log: Fix unpack U to be the reverse of pack U
17315              (but implement unpack U0U as a backdoor to get
17316              the UTF-8 malformed warnings from un-UTF-8 data)
17317      Branch: perl
17318            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
17319 ____________________________________________________________________________
17320 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
17321         Log: Metaconfig unit change for #11991;
17322              delete an unused unit (d_strtoull.U is the one used)
17323      Branch: metaconfig
17324            ! U/protos/d_lseekproto.U
17325      Branch: metaconfig/U/perl
17326            - strtoull.U
17327 ____________________________________________________________________________
17328 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
17329         Log: Subject: [PATCH] Configure not recording lseek proto
17330              From: Blair Zajac <blair@orcaware.com>
17331              Date: Mon, 10 Sep 2001 17:52:37 -0700
17332              Message-ID: <3B9D6055.BA334A31@orcaware.com>
17333              
17334              plus regen Configure.
17335      Branch: perl
17336            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17337            ! config_h.SH uconfig.h
17338 ____________________________________________________________________________
17339 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
17340         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?)))                  
17341              From: Nicholas Clark <nick@ccl4.org>
17342              Date: Tue, 11 Sep 2001 00:00:31 +0100
17343              Message-ID: <20010911000031.G1512@plum.flirble.org>
17344      Branch: perl
17345            + t/op/qq.t
17346            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
17347 ____________________________________________________________________________
17348 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
17349         Log: Subject: [PATCH] Building on win32 w/o perlio
17350              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
17351              Date: Mon, 10 Sep 2001 23:38:46 +0200
17352              Message-ID: <3B9D4F06.14433.2C37644@localhost>
17353      Branch: perl
17354            ! perl.c win32/Makefile win32/makefile.mk
17355 ____________________________________________________________________________
17356 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
17357         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
17358              From: "chromatic" <chromatic@rmci.net>
17359              Date: Mon, 10 Sep 2001 15:14:01 -0600
17360              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
17361      Branch: perl
17362            + lib/CGI/t/push.t
17363            ! MANIFEST
17364 ____________________________________________________________________________
17365 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
17366         Log: Subject: avoiding hoardes of zombies
17367              From: Nicholas Clark <nick@ccl4.org>
17368              Date: Mon, 10 Sep 2001 22:00:40 +0100
17369              Message-ID: <20010910220040.C1512@plum.flirble.org>
17370      Branch: perl
17371            ! pod/perlipc.pod
17372 ____________________________________________________________________________
17373 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
17374         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
17375              From: John Peacock <jpeacock@rowman.com>
17376              Date: Mon, 10 Sep 2001 16:34:30 -0400
17377              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
17378      Branch: perl
17379            ! sv.c t/op/ver.t utf8.h
17380 ____________________________________________________________________________
17381 [ 11985] By: ams                                   on 2001/09/10  23:20:13
17382         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
17383      Branch: perl
17384            ! MANIFEST
17385 ____________________________________________________________________________
17386 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
17387         Log: (Retracted by #12001)
17388              Subject: Calc with USE_MUL/USE_DIV
17389              From: Tels <perl_dummy@bloodgate.com>
17390              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
17391              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
17392      Branch: perl
17393            ! lib/Math/BigInt/Calc.pm
17394 ____________________________________________________________________________
17395 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
17396         Log: Subject: [PATCH op.c] Re: perl@11978
17397              From: Robin Barker <rmb1@cise.npl.co.uk>
17398              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
17399              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
17400              
17401              Format errors.
17402      Branch: perl
17403            ! op.c
17404 ____________________________________________________________________________
17405 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
17406         Log: Switch PADOFFSET back to U32 both because of binary backward
17407              compatibility and because Arthur seems to have been fixing the
17408              problems with naughty integer-pointer casting.
17409      Branch: perl
17410            ! op.h
17411 ____________________________________________________________________________
17412 [ 11981] By: ams                                   on 2001/09/10  16:31:43
17413         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
17414              Fix Pod Typo, Add Test for ExtUtils::Command
17415              From: "chromatic" <chromatic@rmci.net>
17416              Date: Mon, 10 Sep 2001 11:20:56 -0600
17417              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
17418      Branch: perl
17419            + lib/ExtUtils/Command.t
17420            ! MANIFEST lib/ExtUtils/Command.pm
17421 ____________________________________________________________________________
17422 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
17423         Log: Subject: [PATCH] Encode.pm docs fix
17424              From: Matt Sergeant <MSergeant@star.net.uk>
17425              Date: Mon, 10 Sep 2001 15:24:01 +0100
17426              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
17427      Branch: perl
17428            ! ext/Encode/Encode.pm
17429 ____________________________________________________________________________
17430 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
17431         Log: Update Changes.
17432      Branch: perl
17433            ! Changes patchlevel.h
17434 ____________________________________________________________________________
17435 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
17436         Log: Revert #11973, the dTHX seems to be needed in there
17437              for threaded builds.
17438      Branch: perl
17439            ! perlio.c
17440 ____________________________________________________________________________
17441 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
17442         Log: Detypo.
17443      Branch: perl
17444            ! pod/perlguts.pod
17445 ____________________________________________________________________________
17446 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
17447         Log: Further Class::Struct patching from Damian.
17448              
17449              The new new semantics are:
17450              
17451              * If you pass an initializer for a nested object, it has to be:
17452              a) a reference to an object of that class, or      
17453              b) a reference to an object of a subclass of that class, or
17454              c) a reference to a hash of arguments to be passed to the
17455              class's constructor
17456              * If you pass no initializer for a nested object, the attribute
17457              is initialized to C<undef>
17458      Branch: perl
17459            ! lib/Class/Struct.pm
17460 ____________________________________________________________________________
17461 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
17462         Log: Skip the crypt test if no crypt.
17463      Branch: perl
17464            ! t/op/crypt.t
17465 ____________________________________________________________________________
17466 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
17467         Log: Warn against using bare v-strings as IP addresses
17468              (okay if using the wrappers from Socket)
17469      Branch: perl
17470            ! pod/perldata.pod pod/perlport.pod
17471 ____________________________________________________________________________
17472 [ 11973] By: sky                                   on 2001/09/10  11:57:58
17473         Log: Remove unused dTHX. Silenced another warning.
17474      Branch: perl
17475            ! perlio.c
17476 ____________________________________________________________________________
17477 [ 11972] By: sky                                   on 2001/09/10  11:54:25
17478         Log: Silence some more warnings INT2PTR.
17479      Branch: perl
17480            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
17481 ____________________________________________________________________________
17482 [ 11971] By: sky                                   on 2001/09/10  11:21:50
17483         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
17484      Branch: perl
17485            ! cop.h
17486 ____________________________________________________________________________
17487 [ 11970] By: sky                                   on 2001/09/10  11:17:25
17488         Log: Apply INT2PTR with force to silence warnings from
17489              PM_GETRE and friends. No more warnings with 64bit 
17490              IVs and 32bit pointers.    
17491      Branch: perl
17492            ! op.c op.h perl.c
17493 ____________________________________________________________________________
17494 [ 11969] By: sky                                   on 2001/09/10  10:13:02
17495         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
17496      Branch: perl
17497            ! pod/perlguts.pod
17498 ____________________________________________________________________________
17499 [ 11968] By: sky                                   on 2001/09/10  10:02:51
17500         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
17501              Rename to custop_op_name to Perl_custom_op_name to match perlapi
17502              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
17503              perl_clone.
17504      Branch: perl
17505            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
17506 ____________________________________________________________________________
17507 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
17508         Log: Using strlen() not good on embedded nul bytes.
17509      Branch: perl
17510            ! regcomp.c
17511 ____________________________________________________________________________
17512 [ 11966] By: ams                                   on 2001/09/09  21:06:13
17513         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
17514              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17515              Date: Mon, 13 Aug 2001 22:51:59 +0200
17516              Message-ID: <20010813225159.C6681@rafael>
17517              (Applied with several tweaks.)
17518      Branch: perl
17519            ! embed.h embed.pl proto.h toke.c
17520 ____________________________________________________________________________
17521 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
17522         Log: The exact error message is system-dependent.
17523      Branch: perl
17524            ! lib/ExtUtils/Manifest.t
17525 ____________________________________________________________________________
17526 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
17527         Log: Add Windows and Mac Sami support to Encode
17528              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
17529      Branch: perl
17530            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
17531            ! MANIFEST
17532 ____________________________________________________________________________
17533 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
17534         Log: Use the tried method.
17535      Branch: perl
17536            ! pod/perlport.pod
17537 ____________________________________________________________________________
17538 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
17539         Log: Can't count parentheses.
17540      Branch: perl
17541            ! ext/IO/lib/IO/Socket/INET.pm
17542 ____________________________________________________________________________
17543 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
17544         Log: perlport additions: 1 while unlink, add/delete directory
17545              entries and permissions, cygwin stat funkiness (from Michael
17546              Schwern and Nicholas Clark)
17547      Branch: perl
17548            ! pod/perlport.pod
17549 ____________________________________________________________________________
17550 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
17551         Log: blib does have a detectable test.
17552      Branch: perl
17553            ! t/lib/1_compile.t
17554 ____________________________________________________________________________
17555 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
17556         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
17557              From: "chromatic" <chromatic@rmci.net>
17558              Date: Sat, 08 Sep 2001 19:33:42 -0600
17559              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
17560      Branch: perl
17561            + lib/Term/Complete.t
17562            ! MANIFEST
17563 ____________________________________________________________________________
17564 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
17565         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
17566              From: Michael G Schwern <schwern@pobox.com> 
17567              Date: Sat, 8 Sep 2001 02:40:26 -0400
17568              Message-ID: <20010908024026.A26283@blackrider>
17569      Branch: perl
17570            + lib/Test/Tutorial.pod
17571            ! MANIFEST
17572 ____________________________________________________________________________
17573 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
17574         Log: Try to look up protocol (by name) only iff it has non-numbers:
17575              nice if the server is in a chrooted environment (no /etc/protocols,
17576              server code using hardcorded protocol numbers like 6 for tcp),
17577              suggested by John Holdsworth <coldwave@bigfoot.com>.
17578              In other words, if we are given a number, why look it up again
17579              (by number)?
17580      Branch: perl
17581            ! ext/IO/lib/IO/Socket/INET.pm
17582 ____________________________________________________________________________
17583 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
17584         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
17585              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17586              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
17587              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
17588              
17589              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
17590              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17591              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
17592              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
17593              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
17594              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17595              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
17596              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
17597      Branch: perl
17598            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
17599 ____________________________________________________________________________
17600 [ 11955] By: ams                                   on 2001/09/09  02:54:21
17601         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
17602              From: "Craig A. Berry" <craigberry@mac.com>
17603              Date: Sat, 08 Sep 2001 19:02:16 -0500
17604              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
17605      Branch: perl
17606            ! lib/CGI/t/carp.t
17607 ____________________________________________________________________________
17608 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
17609         Log: Documentation tweaks; think the IP address as an opaque string.
17610      Branch: perl
17611            ! ext/Socket/Socket.pm
17612 ____________________________________________________________________________
17613 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
17614         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
17615              From: Michael G Schwern <schwern@pobox.com>
17616              Date: Sat, 8 Sep 2001 19:45:46 -0400
17617              Message-ID: <20010908194546.C9193@blackrider>
17618      Branch: perl
17619            + lib/blib.t
17620            ! MANIFEST lib/blib.pm t/lib/1_compile.t
17621 ____________________________________________________________________________
17622 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
17623         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
17624              From: "chromatic" <chromatic@rmci.net>
17625              Date: Sat, 08 Sep 2001 12:31:44 -0600
17626              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
17627      Branch: perl
17628            + lib/CGI/t/fast.t
17629            ! MANIFEST
17630 ____________________________________________________________________________
17631 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
17632         Log: The Socket tests were wrong: they were assuming too much.
17633      Branch: perl
17634            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
17635 ____________________________________________________________________________
17636 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
17637         Log: Retract the portability changes since they
17638              seem to have opened a can of worms... will
17639              go back to UNICOS/mk and do the bare minimum
17640              required to get the tests working.
17641      Branch: perl
17642            ! ext/Socket/Socket.xs
17643 ____________________________________________________________________________
17644 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
17645         Log: PADOFFSET is used to cast pointers into integers,
17646              if pointers are 64 bits and U32 32 bits,
17647              bad things may happen, or at least warnings issued.
17648      Branch: perl
17649            ! op.h
17650 ____________________________________________________________________________
17651 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
17652         Log: Still more Socket portability tweaking.
17653              Now Socket.t seems to be happy in all of
17654              Linux/x86, Tru64/alpha, Solaris/sparc,
17655              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
17656              
17657              Addendum: it seems that io_multihomed, io_sock, and hostent
17658              were broken in little-endians (linux/x86 and tru64/alpha)
17659              because of this change.  Argh.
17660      Branch: perl
17661            ! ext/Socket/Socket.xs
17662 ____________________________________________________________________________
17663 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
17664         Log: More portability kicking on inet_ntoa().
17665      Branch: perl
17666            ! ext/Socket/Socket.xs
17667 ____________________________________________________________________________
17668 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
17669         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
17670              From: Michael G Schwern <schwern@pobox.com> 
17671              Date: Fri, 7 Sep 2001 23:06:51 -0400
17672              Message-ID: <20010907230651.R606@blackrider>
17673      Branch: perl
17674            + lib/ExtUtils/Manifest.t
17675            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
17676 ____________________________________________________________________________
17677 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
17678         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
17679              From: "chromatic" <chromatic@rmci.net>
17680              Date: Fri, 07 Sep 2001 17:53:15 -0600      
17681              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
17682      Branch: perl
17683            + lib/ExtUtils/testlib.t
17684            ! MANIFEST
17685 ____________________________________________________________________________
17686 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
17687         Log: Thinko.
17688      Branch: perl
17689            ! lib/integer.t
17690 ____________________________________________________________________________
17691 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
17692         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
17693              From: "Craig A. Berry" <craigberry@mac.com>
17694              Date: Fri, 07 Sep 2001 15:30:03 -0500
17695              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
17696      Branch: perl
17697            ! lib/CGI/Carp.pm
17698 ____________________________________________________________________________
17699 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
17700         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
17701              From: Michael G Schwern <schwern@pobox.com>
17702              Date: Fri, 7 Sep 2001 15:38:13 -0400
17703              Message-ID: <20010907153813.K606@blackrider>
17704      Branch: perl
17705            ! lib/ExtUtils/MM_Unix.pm
17706 ____________________________________________________________________________
17707 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
17708         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
17709              From: Robin Barker <rmb1@cise.npl.co.uk>
17710              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
17711              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
17712      Branch: perl
17713            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
17714 ____________________________________________________________________________
17715 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
17716         Log: Clean up 1_compile.t; move tests to more consistent
17717              places (t/ subdirectories); add integer.t (much of
17718              the pragma is tested elsewhere but there is no one
17719              centralized place)
17720      Branch: perl
17721            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
17722            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
17723            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
17724            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
17725            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
17726            - lib/File/Find/find.t lib/File/Find/taint.t
17727            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
17728 ____________________________________________________________________________
17729 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
17730         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
17731              From: "chromatic" <chromatic@rmci.net>
17732              Date: Fri, 07 Sep 2001 10:17:40 -0600
17733              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
17734      Branch: perl
17735            ! lib/File/Find/taint.t
17736 ____________________________________________________________________________
17737 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
17738         Log: Update Changes.
17739      Branch: perl
17740            ! Changes patchlevel.h
17741 ____________________________________________________________________________
17742 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
17743         Log: Rename the old threading tutorial, start a new one,
17744              regen toc.
17745      Branch: perl
17746            + pod/perlothrtut.pod
17747            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
17748            ! pod/perltoc.pod
17749 ____________________________________________________________________________
17750 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
17751         Log: vars very much has a test.
17752      Branch: perl
17753            ! t/lib/1_compile.t
17754 ____________________________________________________________________________
17755 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
17756         Log: Subject: Re: wince/perl.ico marked as binary
17757              From: Nicholas Clark <nick@ccl4.org>
17758              Date: Fri, 7 Sep 2001 13:54:40 +0100
17759              Message-ID: <20010907135439.D39150@plum.flirble.org>
17760              
17761              and wince/Makefile.ce change from Rainer Keuchel.
17762      Branch: perl
17763            + wince/makeico.pl
17764            ! MANIFEST wince/Makefile.ce
17765 ____________________________________________________________________________
17766 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
17767         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
17768              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17769              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
17770              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
17771      Branch: perl
17772            ! regexec.c
17773 ____________________________________________________________________________
17774 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
17775         Log: (Replaced by #11934)
17776              Subject: Re: [PATCH regexec.c] more general .* and .*?
17777              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17778              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
17779              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
17780      Branch: perl
17781            ! regexec.c
17782 ____________________________________________________________________________
17783 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
17784         Log: The #11931 patching misbehaved.
17785      Branch: perl
17786            ! lib/Test/Harness/t/test-harness.t
17787 ____________________________________________________________________________
17788 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
17789         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
17790              From: Michael G Schwern <schwern@pobox.com>
17791              Date: Fri, 7 Sep 2001 03:30:41 -0400
17792              Message-ID: <20010907033041.A2796@blackrider>
17793      Branch: perl
17794            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
17795            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
17796            + t/lib/sample-tests/header_at_end_fail
17797            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
17798            - lib/Test/Harness.t
17799            ! MANIFEST lib/Test/Harness.pm t/TEST
17800 ____________________________________________________________________________
17801 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
17802         Log: Subject: [PATCH] Digest::MD5 update
17803              From: Gisle Aas <gisle@ActiveState.com>
17804              Date: 06 Sep 2001 23:32:56 -0700
17805              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
17806      Branch: perl
17807            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
17808            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
17809 ____________________________________________________________________________
17810 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
17811         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
17812              From: "chromatic" <chromatic@rmci.net>
17813              Date: Thu, 06 Sep 2001 23:11:44 -0600
17814              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
17815      Branch: perl
17816            + lib/less.t
17817            ! MANIFEST t/lib/1_compile.t
17818 ____________________________________________________________________________
17819 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
17820         Log: The binary file must somehow differently stored.
17821      Branch: perl
17822            - wince/perl.ico
17823            ! MANIFEST
17824 ____________________________________________________________________________
17825 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
17826         Log: Add more modules to the list of modules that have tests,
17827              Schwern's wallet is getting more nervous.
17828              (Run t/lib/1_compile.t manually to see which modules
17829              are lacking tests, or the tests can't be run for some
17830              reason or another, such as the Net:: modules)
17831      Branch: perl
17832            ! t/lib/1_compile.t
17833 ____________________________________________________________________________
17834 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
17835         Log: Try to make Socket::inet_ntoa() more robust.
17836      Branch: perl
17837            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
17838 ____________________________________________________________________________
17839 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
17840         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
17841              From: chromatic <chromatic@rmci.net>       
17842              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
17843              Message-Id: <01090522580506.19590@firewheel>           
17844      Branch: perl
17845            ! lib/English.t
17846 ____________________________________________________________________________
17847 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
17848         Log: Subject: Re: perlvar manpage and localizing special vars
17849              From: Stas Bekman <stas@stason.org>
17850              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
17851              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
17852      Branch: perl
17853            ! pod/perlvar.pod
17854 ____________________________________________________________________________
17855 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
17856         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
17857              From: Robin Barker <rmb1@cise.npl.co.uk>
17858              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
17859              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
17860      Branch: perl
17861            ! lib/ExtUtils/MakeMaker.pm
17862 ____________________________________________________________________________
17863 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
17864         Log: Symbol missing; AIX unhappy.
17865      Branch: perl
17866            ! makedef.pl
17867 ____________________________________________________________________________
17868 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
17869         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
17870              Reported in 5.61, seems to work okay in blead.
17871      Branch: perl
17872            ! t/run/kill_perl.t
17873 ____________________________________________________________________________
17874 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
17875         Log: Update Changes.
17876      Branch: perl
17877            ! Changes patchlevel.h
17878 ____________________________________________________________________________
17879 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
17880         Log: Document the bad assumptions currently breaking
17881              the Socket.t tests 10, 11, and 13 in UNICOS.
17882      Branch: perl
17883            ! ext/Socket/Socket.xs
17884 ____________________________________________________________________________
17885 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
17886         Log: Subject: [PATCH x2p] make OPTIMIZE=...
17887              From: Robin Barker <rmb1@cise.npl.co.uk>
17888              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
17889              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
17890      Branch: perl
17891            ! x2p/Makefile.SH x2p/cflags.SH
17892 ____________________________________________________________________________
17893 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
17894         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
17895              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
17896              Date: Thu, 6 Sep 2001 11:09:40 +0100
17897              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
17898              
17899              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
17900              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
17901              Date: 6 Sep 2001 10:14:38 -0000
17902              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
17903      Branch: perl
17904            ! pod/perlfaq1.pod pod/perlhack.pod
17905 ____________________________________________________________________________
17906 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
17907         Log: Subject: Extra NUL is Data::Dumper output - patch
17908              From: Tony Cook <tony@develop-help.com>
17909              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
17910              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
17911      Branch: perl
17912            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
17913 ____________________________________________________________________________
17914 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
17915         Log: Avoid redefinition warning
17916              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
17917              from
17918              perl -w -Ilib -MCwd -e ''
17919      Branch: perl
17920            ! lib/Cwd.pm
17921 ____________________________________________________________________________
17922 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
17923         Log: Update the is_tainted() example implementation.
17924      Branch: perl
17925            ! pod/perlsec.pod
17926 ____________________________________________________________________________
17927 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
17928         Log: Missing) in #11912.
17929      Branch: perl
17930            ! lib/Test/Simple/t/fail.t
17931 ____________________________________________________________________________
17932 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
17933         Log: Rewhack Test-Simple into core harness.
17934      Branch: perl
17935            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
17936            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
17937            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
17938            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
17939            ! lib/Test/Simple/t/skipall.t
17940 ____________________________________________________________________________
17941 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
17942         Log: Workaround for the new Exporter 'feature'.
17943      Branch: perl
17944            ! lib/Test/More.pm
17945 ____________________________________________________________________________
17946 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
17947         Log: Re-introduce pure-Perl fall-back for abs_path,
17948              re-introduce #11898.
17949      Branch: perl
17950            ! lib/Cwd.pm lib/File/Find.pm
17951 ____________________________________________________________________________
17952 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
17953         Log: More tests.
17954      Branch: perl
17955            ! lib/Exporter.t
17956 ____________________________________________________________________________
17957 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
17958         Log: Retract #11898 for now because it introduces
17959              a rather nasty depencency: when B is being built,
17960              MakeMaker is used.  MakeMaker uses File::Find.
17961              File::Find uses Cwd::getcwd()...which doesn't
17962              exist yet.
17963      Branch: perl
17964            ! lib/File/Find.pm
17965 ____________________________________________________________________________
17966 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
17967         Log: New test welcome.
17968      Branch: perl
17969            + lib/Test/Simple/t/simple.t
17970 ____________________________________________________________________________
17971 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
17972         Log: Old test begone.
17973      Branch: perl
17974            - lib/Attribute/Handlers/test.pl
17975 ____________________________________________________________________________
17976 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
17977         Log: Test-Simple syncup from Schwern.
17978      Branch: perl
17979            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
17980            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
17981            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
17982            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
17983            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
17984            - lib/Test/More/Changes lib/Test/More/t/More.t
17985            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
17986            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
17987            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
17988            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
17989            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
17990            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
17991            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
17992            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
17993            ! t/lib/Test/Simple/sample_tests/death.plx
17994            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
17995            ! t/lib/Test/Simple/sample_tests/extras.plx
17996            ! t/lib/Test/Simple/sample_tests/five_fail.plx
17997            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
17998            ! t/lib/Test/Simple/sample_tests/one_fail.plx
17999            ! t/lib/Test/Simple/sample_tests/require.plx
18000            ! t/lib/Test/Simple/sample_tests/success.plx
18001            ! t/lib/Test/Simple/sample_tests/too_few.plx
18002            ! t/lib/Test/Simple/sample_tests/two_fail.plx
18003 ____________________________________________________________________________
18004 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
18005         Log: Integrate File::Find changes from bleadperl
18006      Branch: maint-5.6/macperl
18007            ! lib/File/Find.pm t/lib/filefind-taint.t
18008 ____________________________________________________________________________
18009 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
18010         Log: Integrate 11847 from maint-5.6/perl
18011      Branch: maint-5.6/macperl
18012           !> sv.c
18013 ____________________________________________________________________________
18014 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
18015         Log: In UNICOS division yada yada.
18016      Branch: perl
18017            ! t/op/override.t
18018 ____________________________________________________________________________
18019 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
18020         Log: In UNICOS division is really lossy, better use
18021              a tolerance test.
18022      Branch: perl
18023            ! ext/Time/HiRes/HiRes.t
18024 ____________________________________________________________________________
18025 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
18026         Log: In UNICOS sigaction() sets an extra flag
18027              ("the signal has been registered for all the processes in
18028              a multitasking group.")
18029      Branch: perl
18030            ! ext/POSIX/sigaction.t
18031 ____________________________________________________________________________
18032 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
18033         Log: Documentation micropatch from Damian.
18034      Branch: perl
18035            ! lib/Attribute/Handlers.pm
18036 ____________________________________________________________________________
18037 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
18038         Log: (Retracted by #11908)
18039              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
18040              From: Michael G Schwern <schwern@pobox.com>
18041              Date: Wed, 5 Sep 2001 15:58:21 -0400
18042              Message-ID: <20010905155821.I632@blackrider>
18043      Branch: perl
18044            ! lib/File/Find.pm lib/File/Find/taint.t
18045 ____________________________________________________________________________
18046 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
18047         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
18048              From: Michael G Schwern <schwern@pobox.com>
18049              Date: Wed, 5 Sep 2001 19:16:31 -0400
18050              Message-ID: <20010905191631.E11386@blackrider>
18051      Branch: perl
18052            + lib/CGI/t/carp.t
18053            ! MANIFEST
18054 ____________________________________________________________________________
18055 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
18056         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
18057              From: chromatic <chromatic@rmci.net>
18058              Date: Wed, 5 Sep 2001 18:08:07 -0600
18059              Message-Id: <01090518080700.19590@firewheel>
18060      Branch: perl
18061            ! lib/English.pm
18062 ____________________________________________________________________________
18063 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
18064         Log: Fix a typo #11889 and add a test for the same.
18065      Branch: perl
18066            ! ext/Socket/Socket.t ext/Socket/Socket.xs
18067 ____________________________________________________________________________
18068 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
18069         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
18070              From: "Craig A. Berry" <craigberry@mac.com>
18071              Date: Wed, 05 Sep 2001 17:48:54 -0500
18072              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
18073      Branch: perl
18074            ! lib/warnings.t t/run/kill_perl.t
18075 ____________________________________________________________________________
18076 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
18077         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
18078              From: Michael G Schwern <schwern@pobox.com>
18079              Date: Wed, 5 Sep 2001 17:22:25 -0400
18080              Message-ID: <20010905172225.C11386@blackrider>
18081      Branch: perl
18082            ! t/run/kill_perl.t
18083 ____________________________________________________________________________
18084 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
18085         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
18086              From: Nicholas Clark <nick@ccl4.org>
18087              Date: Wed, 5 Sep 2001 20:54:24 +0100
18088              Message-ID: <20010905205424.C25120@plum.flirble.org>
18089      Branch: perl
18090            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
18091 ____________________________________________________________________________
18092 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
18093         Log: Forgotten thing.
18094      Branch: perl
18095            ! uconfig.h
18096 ____________________________________________________________________________
18097 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
18098         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
18099              From: chromatic <chromatic@rmci.net>               
18100              Date: Wed, 5 Sep 2001 13:22:08 -0600
18101              Message-Id: <01090513220807.10587@firewheel> 
18102      Branch: perl
18103            ! lib/English.pm
18104 ____________________________________________________________________________
18105 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
18106         Log: inet_ntoa() tweaks:
18107              - don't allow addresses with > 255 characters
18108              - indent the HP-UX workaround
18109              - don't leak memory
18110      Branch: perl
18111            ! ext/Socket/Socket.xs
18112 ____________________________________________________________________________
18113 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
18114         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
18115              <xwu@theeducationcenter.com>
18116      Branch: perl
18117            ! lib/File/Find.pm
18118 ____________________________________________________________________________
18119 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
18120         Log: Typo nits.
18121      Branch: perl
18122            ! lib/File/Find.pm
18123 ____________________________________________________________________________
18124 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
18125         Log: -Wall nit.
18126      Branch: perl
18127            ! op.c
18128 ____________________________________________________________________________
18129 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
18130         Log: Update to Scalar-List-Utils 1.05
18131      Branch: perl
18132            ! ext/List/Util/ChangeLog ext/List/Util/README
18133            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
18134 ____________________________________________________________________________
18135 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
18136         Log: Update Changes.
18137      Branch: perl
18138            ! Changes patchlevel.h
18139 ____________________________________________________________________________
18140 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
18141         Log: Update to Scalar-List-Utils 1.04
18142      Branch: perl
18143            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
18144            ! ext/List/Util/lib/List/Util.pm
18145            ! ext/List/Util/lib/Scalar/Util.pm
18146 ____________________________________________________________________________
18147 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
18148         Log: Metaconfigify #11724.
18149      Branch: metaconfig
18150            ! U/threads/archname.U
18151 ____________________________________________________________________________
18152 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
18153         Log: The MacOS reference is okay, no reason to hide it.
18154      Branch: perl
18155            ! lib/Cwd.pm
18156 ____________________________________________________________________________
18157 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
18158         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
18159              From: Michael G Schwern <schwern@pobox.com>
18160              Date: Tue, 4 Sep 2001 15:30:10 -0400
18161              Message-ID: <20010904153010.H26466@blackrider> 
18162              
18163              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
18164      Branch: perl
18165            ! ext/Cwd/Makefile.PL lib/Cwd.pm
18166 ____________________________________________________________________________
18167 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
18168         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.))
18169              From: Michael G Schwern <schwern@pobox.com>
18170              Date: Tue, 4 Sep 2001 17:39:13 -0400
18171              Message-ID: <20010904173913.C626@blackrider>
18172      Branch: perl
18173            ! lib/Cwd.pm
18174 ____________________________________________________________________________
18175 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
18176         Log: Subject: Re: Perl_pp_* in public API?
18177              From: "Craig A. Berry" <craigberry@mac.com>
18178              Date: Tue, 4 Sep 2001 21:51:29 -0500
18179              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
18180      Branch: perl
18181            ! ext/List/Util/Util.xs
18182 ____________________________________________________________________________
18183 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
18184         Log: From Damian: Class::Struct was unable to define
18185              recursive classes.  After the patch an object reference
18186              (rather than a hash) is required to initialize
18187              an object attribute.  If no such initializer is given to
18188              the constructor, object attributes are now default
18189              initialized to C<undef>.
18190      Branch: perl
18191            ! lib/Class/Struct.pm lib/Class/Struct.t
18192 ____________________________________________________________________________
18193 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
18194         Log: Subject: Re: sv_catpvfn and sv_setpvfn
18195              From: Richard Soderberg <rs@oregonnet.com>
18196              Date: Tue, 4 Sep 2001 15:16:47 -0700
18197              Message-Id: <200109042216.PAA17858@oregonnet.com>
18198      Branch: perl
18199            ! pod/perlclib.pod pod/perlguts.pod
18200 ____________________________________________________________________________
18201 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
18202         Log: NetWare updates from Ananth Kesari.
18203      Branch: perl
18204            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
18205            ! NetWare/nw5thread.h
18206 ____________________________________________________________________________
18207 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
18208         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?))
18209              From: Nicholas Clark <nick@ccl4.org>
18210              Date: Tue, 4 Sep 2001 22:42:50 +0100
18211              Message-ID: <20010904224250.P25120@plum.flirble.org>
18212      Branch: perl
18213            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
18214            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
18215            ! t/op/oct.t toke.c
18216 ____________________________________________________________________________
18217 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
18218         Log: Fix Cwd::getcwd() not being tainted, as noticed
18219              by Schwern.
18220      Branch: perl
18221            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
18222            - ext/Cwd/Cwd.t
18223            ! MANIFEST ext/Cwd/Cwd.xs util.c
18224 ____________________________________________________________________________
18225 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
18226         Log: Retract #11870 and volatilize the right destruct_level.
18227              Silly thinko pointed out by Sarathy.
18228      Branch: perl
18229            ! intrpvar.h perl.c
18230 ____________________________________________________________________________
18231 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
18232         Log: At least a temporary fix for the mysterious scope core dumps
18233              in Tru64 from Graham.
18234      Branch: perl
18235            ! ext/List/Util/Util.xs
18236 ____________________________________________________________________________
18237 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
18238         Log: (Retracted by #11872)
18239      Branch: perl
18240            ! intrpvar.h
18241 ____________________________________________________________________________
18242 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
18243         Log: Quench a -Wall gripe noticed by Robin Barker.
18244      Branch: perl
18245            ! op.c
18246 ____________________________________________________________________________
18247 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
18248         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
18249              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
18250              Date: Wed, 05 Sep 2001 02:01:32 +0900
18251              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
18252      Branch: perl
18253            ! lib/Unicode/UCD.pm
18254 ____________________________________________________________________________
18255 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
18256         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
18257              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18258              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
18259              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
18260      Branch: perl
18261            ! gv.c
18262 ____________________________________________________________________________
18263 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
18264         Log: Update Changes.
18265      Branch: perl
18266            ! Changes patchlevel.h
18267 ____________________________________________________________________________
18268 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
18269         Log: Add the \[$@%&*] prototype support.
18270      Branch: perl
18271            ! op.c pod/perlsub.pod t/comp/proto.t
18272 ____________________________________________________________________________
18273 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
18274         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
18275              From: Michael G Schwern <schwern@pobox.com>
18276              Date: Mon, 3 Sep 2001 18:59:01 -0400
18277              Message-ID: <20010903185901.Z9233@blackrider>
18278      Branch: perl
18279            ! lib/CGI/t/form.t
18280 ____________________________________________________________________________
18281 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
18282         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
18283              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18284              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
18285              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
18286      Branch: perl
18287            ! gv.c
18288 ____________________________________________________________________________
18289 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
18290         Log: More srand entry tweakage based on Randal's suggestion.
18291      Branch: perl
18292            ! pod/perlfunc.pod
18293 ____________________________________________________________________________
18294 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
18295         Log: Subject: [PATCH] 'main' *is* a reserved word
18296              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18297              Date: Mon, 3 Sep 2001 22:55:41 +0200
18298              Message-ID: <20010903225541.A24097@rafael>
18299      Branch: perl
18300            ! toke.c
18301 ____________________________________________________________________________
18302 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
18303         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
18304              From: Peter Prymmer <pvhp@best.com>
18305              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
18306              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
18307      Branch: perl
18308            ! README.vms configure.com
18309 ____________________________________________________________________________
18310 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
18311         Log: Subject: Re: A slightly better default seed?   
18312              From: Michael G Schwern <schwern@pobox.com>
18313              Date: Mon, 3 Sep 2001 18:08:15 -0400 
18314              Message-ID: <20010903180815.W9233@blackrider>
18315      Branch: perl
18316            ! t/op/srand.t
18317 ____________________________________________________________________________
18318 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
18319         Log: Add sharedsv.o to microperl object files.
18320      Branch: perl
18321            ! Makefile.micro
18322 ____________________________________________________________________________
18323 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
18324         Log: AUTHORS updates and
18325              
18326              Subject: [PATCH] Just some preening :-)        
18327              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
18328              Date: Tue, 4 Sep 2001 14:16:59 +0100
18329              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
18330      Branch: perl
18331            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
18332 ____________________________________________________________________________
18333 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
18334         Log: Typo fix and slight rewording.
18335      Branch: perl
18336            ! pod/perlfunc.pod
18337 ____________________________________________________________________________
18338 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
18339         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
18340      Branch: perl
18341            ! pod/perlfaq4.pod
18342 ____________________________________________________________________________
18343 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
18344         Log: The helper file changed name.
18345      Branch: perl
18346            ! MANIFEST
18347 ____________________________________________________________________________
18348 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
18349         Log: Update to Scalar-List-Utils 1.03
18350      Branch: perl
18351            + ext/List/Util/t/shuffle.t
18352            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
18353            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
18354            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
18355            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
18356            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
18357            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
18358            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
18359            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
18360 ____________________________________________________________________________
18361 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
18362         Log: Make crypt() do something more sane for Unicode
18363              (take crypt() of the low eight bits of the characters,
18364              instead of taking crypt() of the UTF-8 of the scalar);
18365              add a test for crypt().
18366      Branch: perl
18367            + t/op/crypt.t
18368            ! MANIFEST pod/perlfunc.pod pp.c
18369 ____________________________________________________________________________
18370 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
18371         Log: Reorganize the srand entry.
18372      Branch: perl
18373            ! pod/perlfunc.pod
18374 ____________________________________________________________________________
18375 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
18376         Log: Remove the tests that assume something about
18377              calling srand() without arguments multiple times.
18378      Branch: perl
18379            ! t/op/srand.t
18380 ____________________________________________________________________________
18381 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
18382         Log: Upgrade to Math::BigInt 1.42.
18383      Branch: perl
18384            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18385            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
18386            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
18387            ! lib/Math/BigInt/t/mbimbf.t
18388 ____________________________________________________________________________
18389 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
18390         Log: integrate change#11847 from maint-5.6
18391              
18392              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
18393      Branch: perl
18394            ! sv.c
18395 ____________________________________________________________________________
18396 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
18397         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
18398      Branch: maint-5.6/perl
18399            ! sv.c
18400 ____________________________________________________________________________
18401 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
18402         Log: As far as I can tell these functions have been Unicodified.
18403      Branch: perl
18404            ! doop.c
18405 ____________________________________________________________________________
18406 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
18407         Log: Update to Storable 1.0.13.
18408      Branch: perl
18409            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
18410            ! ext/Storable/Storable.xs
18411 ____________________________________________________________________________
18412 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
18413         Log: Patch the Filter::Simple test to work with
18414              the core test suite (since the FilterTest.pm
18415              is in t/lib, not in lib).
18416      Branch: perl
18417            ! lib/Filter/Simple/t/filter.t
18418 ____________________________________________________________________________
18419 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
18420         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
18421      Branch: perl
18422            + t/lib/FilterTest.pm
18423            - t/lib/MyFilter.pm
18424 ____________________________________________________________________________
18425 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
18426         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
18427              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
18428              Text::Balanced 1.86.
18429      Branch: perl
18430            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
18431            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
18432            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
18433            + lib/Switch/t/nested.t lib/Switch/t/switch.t
18434            + lib/Text/Balanced/Changes lib/Text/Balanced/README
18435            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
18436            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
18437            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
18438            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
18439            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
18440            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
18441            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
18442            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
18443            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
18444            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
18445            ! MANIFEST lib/Attribute/Handlers.pm
18446            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
18447            ! lib/Attribute/Handlers/demo/Demo.pm
18448            ! lib/Attribute/Handlers/demo/Descriptions.pm
18449            ! lib/Attribute/Handlers/demo/MyClass.pm
18450            ! lib/Attribute/Handlers/demo/demo.pl
18451            ! lib/Attribute/Handlers/demo/demo2.pl
18452            ! lib/Attribute/Handlers/demo/demo3.pl
18453            ! lib/Attribute/Handlers/demo/demo4.pl
18454            ! lib/Attribute/Handlers/demo/demo_call.pl
18455            ! lib/Attribute/Handlers/demo/demo_chain.pl
18456            ! lib/Attribute/Handlers/demo/demo_cycle.pl
18457            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
18458            ! lib/Attribute/Handlers/demo/demo_phases.pl
18459            ! lib/Attribute/Handlers/demo/demo_range.pl
18460            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
18461            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
18462            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
18463            ! lib/Text/Balanced.pm
18464 ____________________________________________________________________________
18465 [ 11841] By: sky                                   on 2001/09/03  11:04:15
18466         Log: Forgot to add a file with Change #11840
18467      Branch: perl
18468            + t/op/srand.t
18469 ____________________________________________________________________________
18470 [ 11840] By: sky                                   on 2001/09/03  11:02:04
18471         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
18472              From: Michael G Schwern <schwern@pobox.com>
18473              Date: Mon, 3 Sep 2001 07:43:00 -0400
18474              Message-ID: <20010903074300.E9233@blackrider>
18475      Branch: perl
18476            ! MANIFEST pod/perlfunc.pod t/op/rand.t
18477 ____________________________________________________________________________
18478 [ 11839] By: sky                                   on 2001/09/03  10:47:11
18479         Log: Document the changes with regards to running of END blocks.
18480              And DESTROY on global objects are called in perl_destruct()!
18481      Branch: perl
18482            ! pod/perl572delta.pod pod/perlembed.pod
18483 ____________________________________________________________________________
18484 [ 11838] By: sky                                   on 2001/09/03  09:34:44
18485         Log: Subject: [PATCH t/op/time.t] Partial cleanup
18486              From: Michael G Schwern <schwern@pobox.com>
18487              Date: Mon, 3 Sep 2001 06:29:42 -0400
18488              Message-ID: <20010903062942.C9233@blackrider>
18489      Branch: perl
18490            ! t/op/time.t
18491 ____________________________________________________________________________
18492 [ 11837] By: sky                                   on 2001/09/03  09:30:02
18493         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
18494              From: Michael G Schwern <schwern@pobox.com>
18495              Date: Mon, 3 Sep 2001 06:24:13 -0400
18496              Message-ID: <20010903062413.B9233@blackrider>
18497      Branch: perl
18498            ! t/op/rand.t
18499 ____________________________________________________________________________
18500 [ 11836] By: sky                                   on 2001/09/03  07:56:47
18501         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
18502              From: Michael G Schwern <schwern@pobox.com>
18503              Date: Sun, 2 Sep 2001 21:38:43 -0400
18504              Message-ID: <20010902213843.L2711@blackrider>
18505      Branch: perl
18506            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
18507            ! MANIFEST
18508 ____________________________________________________________________________
18509 [ 11835] By: nick                                  on 2001/09/03  06:20:06
18510         Log: Integrate mainline
18511      Branch: perlio
18512           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
18513            - t/op/misc.t
18514           !> (integrate 187 files)
18515 ____________________________________________________________________________
18516 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
18517         Log: Update Changes.
18518      Branch: perl
18519            ! Changes patchlevel.h
18520 ____________________________________________________________________________
18521 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
18522         Log: Slight tweaks.
18523      Branch: perl
18524            ! t/run/kill_perl.t
18525 ____________________________________________________________________________
18526 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
18527         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
18528      Branch: perl
18529            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
18530 ____________________________________________________________________________
18531 [ 11831] By: sky                                   on 2001/09/02  12:10:42
18532         Log: Change #11828 wasn't complete, this updates to intest path
18533      Branch: perl
18534            ! t/run/kill_perl.t
18535 ____________________________________________________________________________
18536 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
18537         Log: 's's's.
18538      Branch: perl
18539            ! Changes
18540 ____________________________________________________________________________
18541 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
18542         Log: Update Changes.
18543      Branch: perl
18544            ! Changes patchlevel.h
18545 ____________________________________________________________________________
18546 [ 11828] By: sky                                   on 2001/09/02  11:53:56
18547         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
18548              From: Michael G Schwern <schwern@pobox.com>
18549              Date: Sat, 1 Sep 2001 20:18:58 -0400
18550              Message-ID: <20010901201858.X606@blackrider>
18551              +MANIFEST Fix
18552      Branch: perl
18553            + t/run/kill_perl.t
18554            - t/op/misc.t t/run/segfault.t
18555            ! MANIFEST
18556 ____________________________________________________________________________
18557 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
18558         Log: Subject: [PATCH] lib/Time/Local.pm
18559              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18560              Date: Sun, 2 Sep 2001 06:50:01 -0500
18561              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
18562      Branch: perl
18563            ! lib/Time/Local.pm
18564 ____________________________________________________________________________
18565 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
18566         Log: Tick off Unicode collation and the normalization from
18567              the todo list.
18568      Branch: perl
18569            ! pod/perltodo.pod
18570 ____________________________________________________________________________
18571 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
18572         Log: Update to Unicode 3.1.1.
18573      Branch: perl
18574            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
18575            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
18576            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
18577            ! lib/unicore/PropList.txt lib/unicore/README.perl
18578            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
18579            ! lib/unicore/rename lib/unicore/version
18580 ____________________________________________________________________________
18581 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
18582         Log: Slight doc tweaks for the module.
18583      Branch: perl
18584            ! lib/Unicode/UCD.pm
18585 ____________________________________________________________________________
18586 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
18587         Log: Rename the variable: it *used* to be (wrongly) that the
18588              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
18589              but that is no more the case: PL_reg_match_utf8 is better.
18590      Branch: perl
18591            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
18592            ! regexec.c sv.c thrdvar.h
18593 ____________________________________________________________________________
18594 [ 11822] By: ams                                   on 2001/09/02  02:54:50
18595         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
18596              From: Ilmari Karonen <iltzu@sci.fi>
18597              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
18598              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
18599              (op/sub_lval.t updated to take new error message into account.)
18600      Branch: perl
18601            ! op.c t/op/sub_lval.t
18602 ____________________________________________________________________________
18603 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
18604         Log: remove stray CRs in files; keep all files with UNIX line-ends
18605              (Porting/makerel adds CRs to the files that need it in the
18606              distribution)
18607      Branch: perl
18608            ! NetWare/t/NWScripts.pl README.dos
18609            ! ext/Encode/Encode/cns11643-1.enc
18610            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
18611            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
18612 ____________________________________________________________________________
18613 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
18614         Log: some remnants of change#11803
18615      Branch: perl
18616            ! ext/ByteLoader/byterun.h perl.h
18617 ____________________________________________________________________________
18618 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
18619         Log: Update to Unicode::Collate 0.08.
18620      Branch: perl
18621            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
18622            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
18623 ____________________________________________________________________________
18624 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
18625         Log: Test tweaks.
18626      Branch: perl
18627            ! t/op/pat.t
18628 ____________________________________________________________________________
18629 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
18630         Log: Fix test
18631      Branch: maint-5.6/macperl
18632            ! t/lib/b.t
18633 ____________________________________________________________________________
18634 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
18635         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
18636              warnings in Config.pm with -W; increase default and
18637              minimum RAM; bump version number.
18638      Branch: maint-5.6/macperl
18639            + macos/lib/Mac/LowMem.pm
18640            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
18641            ! macos/configpm macos/macperl/MacPerl.r
18642 ____________________________________________________________________________
18643 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
18644         Log: Make syntax check report in MPW style, fix tests
18645              to use Mac::err=unix to get normal-style error
18646              messages.
18647      Branch: maint-5.6/macperl
18648            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
18649            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
18650 ____________________________________________________________________________
18651 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
18652         Log: Make MPW-style errors optional (but the default); add
18653              MacPerl::ErrorFormat() function and Mac::err pragma
18654      Branch: maint-5.6/macperl
18655            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
18656            + macos/ext/Mac/err/err.xs
18657            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
18658            ! macos/macish.c macos/macish.h macos/macperl.sym
18659 ____________________________________________________________________________
18660 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
18661         Log: More module and test ports from Thomas Wegner et al
18662      Branch: maint-5.6/macperl
18663            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
18664            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
18665            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
18666            ! t/op/magic.t
18667 ____________________________________________________________________________
18668 [ 11812] By: sky                                   on 2001/09/01  17:19:30
18669         Log: Subject: [PATCH t/op/concat.t] cleanup
18670              From: Michael G Schwern <schwern@pobox.com>
18671              Date: Sat, 1 Sep 2001 14:06:28 -0400
18672              Message-ID: <20010901140628.C606@blackrider>
18673      Branch: perl
18674            ! t/op/concat.t
18675 ____________________________________________________________________________
18676 [ 11811] By: sky                                   on 2001/09/01  12:25:29
18677         Log: Change #11805 didn't update the MANIFEST
18678      Branch: perl
18679            ! MANIFEST
18680 ____________________________________________________________________________
18681 [ 11810] By: sky                                   on 2001/09/01  11:52:44
18682         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
18683              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18684              Date: Sat, 1 Sep 2001 14:50:14 +0200
18685              Message-ID: <20010901145014.A691@rafael>
18686      Branch: perl
18687            ! t/op/inccode.t
18688 ____________________________________________________________________________
18689 [ 11809] By: sky                                   on 2001/09/01  11:49:22
18690         Log: Subject: PATCH: ExtUtils::MakeMaker
18691              From: Tony Bowden <tony@kasei.com>
18692              Date: Sat, 1 Sep 2001 10:33:53 +0100
18693              Message-ID: <20010901103353.A13863@soto.kasei.com>
18694              Manually applied
18695      Branch: perl
18696            ! lib/ExtUtils/MakeMaker.pm
18697 ____________________________________________________________________________
18698 [ 11808] By: sky                                   on 2001/09/01  11:39:13
18699         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
18700              From: mike808@users.sourceforge.net
18701              Date: Sat, 1 Sep 101 11:27:50 GMT
18702              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
18703              With little tweak
18704      Branch: perl
18705            ! lib/Term/Cap.pm
18706 ____________________________________________________________________________
18707 [ 11807] By: ams                                   on 2001/09/01  11:31:16
18708         Log: Subject: oct() and hex()
18709              From: Nicholas Clark <nick@ccl4.org>
18710              Date: Fri, 31 Aug 2001 23:14:13 +0100
18711              Message-Id: <20010831231413.J4950@plum.flirble.org>
18712      Branch: perl
18713            ! pod/perlclib.pod
18714 ____________________________________________________________________________
18715 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
18716         Log: Integrate change 11801 from maintperl
18717      Branch: maint-5.6/macperl
18718            ! perl.c
18719 ____________________________________________________________________________
18720 [ 11805] By: sky                                   on 2001/08/31  21:35:10
18721         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
18722              From: Michael G Schwern <schwern@pobox.com>
18723              Date: Fri, 31 Aug 2001 15:36:28 -0400
18724              Message-ID: <20010831153628.B598@blackrider>
18725              Check for things which used to segfault
18726      Branch: perl
18727            + t/run/segfault.t
18728 ____________________________________________________________________________
18729 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
18730         Log: integrate change#11801 from maint-5.6
18731              
18732              remove age-old UNICOS "workaround" that introduces a static, and
18733              hence an egregious race condition for threaded builds (*sigh*
18734              beats me why this kludge wasn't guarded by a UNICOS-specific
18735              #define *sigh*)
18736      Branch: perl
18737            ! perl.c
18738 ____________________________________________________________________________
18739 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
18740         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
18741              working in 5.7.x
18742      Branch: perl
18743            - objXSUB.h
18744            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
18745            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
18746            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
18747            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
18748            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
18749            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
18750            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
18751            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
18752            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
18753            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
18754            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
18755            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
18756            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
18757            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
18758            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
18759            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
18760            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
18761            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
18762            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
18763            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
18764            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
18765            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
18766 ____________________________________________________________________________
18767 [ 11802] By: ams                                   on 2001/08/31  18:11:32
18768         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
18769              From: "Philip Newton" <Philip.Newton@gmx.net>
18770              Date: Fri, 31 Aug 2001 21:12:56 +0200
18771              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
18772      Branch: perl
18773            ! pod/perldiag.pod
18774 ____________________________________________________________________________
18775 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
18776         Log: remove age-old UNICOS "workaround" that introduces a static, and
18777              hence an egregious race condition for threaded builds (*sigh*
18778              beats me why this kludge wasn't guarded by a UNICOS-specific
18779              #define *sigh*)
18780      Branch: maint-5.6/perl
18781            ! perl.c
18782 ____________________________________________________________________________
18783 [ 11800] By: sky                                   on 2001/08/31  17:30:26
18784         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
18785              Might break on platforms where bool is larger than 8 bites ???
18786      Branch: perl
18787            ! regcomp.c
18788 ____________________________________________________________________________
18789 [ 11799] By: ams                                   on 2001/08/31  12:15:44
18790         Log: Integrate 11778 into mainline.
18791      Branch: perl
18792            ! t/base/term.t
18793 ____________________________________________________________________________
18794 [ 11798] By: sky                                   on 2001/08/31  11:31:44
18795         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
18796              supposed to happen.
18797      Branch: perl
18798            ! regcomp.c
18799 ____________________________________________________________________________
18800 [ 11797] By: sky                                   on 2001/08/31  11:28:17
18801         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
18802              From: "John P. Linderman" <jpl@research.att.com>
18803              Date: Fri, 31 Aug 2001 08:20:35 -0400
18804              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
18805              Fixes test 14 which could fail randomly in rare cases.
18806      Branch: perl
18807            ! ext/Time/HiRes/HiRes.t regcomp.c
18808 ____________________________________________________________________________
18809 [ 11796] By: ams                                   on 2001/08/31  01:13:07
18810         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
18811              From: Nicholas Clark <nick@ccl4.org>
18812              Date: Thu, 30 Aug 2001 23:21:50 +0100
18813              Message-Id: <20010830232150.D4950@plum.flirble.org>
18814      Branch: perl
18815            ! ext/Sys/Syslog/Makefile.PL
18816 ____________________________________________________________________________
18817 [ 11795] By: ams                                   on 2001/08/30  23:53:23
18818         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
18819              patching example
18820              From: Michael G Schwern <schwern@pobox.com>
18821              Date: Thu, 30 Aug 2001 17:02:08 -0400
18822              Message-Id: <20010830170208.M2318@blackrider>
18823      Branch: perl
18824            ! pod/perlhack.pod
18825 ____________________________________________________________________________
18826 [ 11794] By: ams                                   on 2001/08/30  19:35:36
18827         Log: Subject: [PATCH] pp_modulo
18828              From: Nicholas Clark <nick@ccl4.org>
18829              Date: Thu, 30 Aug 2001 18:20:54 +0100
18830              Message-Id: <20010830182053.A4950@plum.flirble.org>
18831      Branch: perl
18832            ! pp.c t/op/64bitint.t
18833 ____________________________________________________________________________
18834 [ 11793] By: sky                                   on 2001/08/30  13:02:48
18835         Log: 11792 wasn't complete
18836      Branch: perl
18837            ! makedef.pl regcomp.c
18838 ____________________________________________________________________________
18839 [ 11792] By: sky                                   on 2001/08/30  12:21:11
18840         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
18841      Branch: perl
18842            ! makedef.pl
18843 ____________________________________________________________________________
18844 [ 11791] By: sky                                   on 2001/08/30  10:08:02
18845         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
18846      Branch: perl
18847            ! config_h.SH
18848 ____________________________________________________________________________
18849 [ 11790] By: sky                                   on 2001/08/30  08:22:31
18850         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
18851              on the pad. Fixes coredumps in cleanups introduced by
18852              Change 11755  
18853      Branch: perl
18854            ! op.c perl.c sv.h
18855 ____________________________________________________________________________
18856 [ 11789] By: sky                                   on 2001/08/29  19:01:47
18857         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
18858              This is a replacement implmentation that works on HPUX.
18859              This bug should probably be fixed in GCC.
18860      Branch: perl
18861            ! ext/Socket/Socket.xs
18862 ____________________________________________________________________________
18863 [ 11788] By: ams                                   on 2001/08/29  17:35:33
18864         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
18865              From: Nicholas Clark <nick@ccl4.org>
18866              Date: Wed, 29 Aug 2001 18:21:56 +0100
18867              Message-Id: <20010829182156.O4950@plum.flirble.org>
18868      Branch: perl
18869            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
18870 ____________________________________________________________________________
18871 [ 11787] By: sky                                   on 2001/08/29  10:42:54
18872         Log: Added test for pack_addr_in and unpack_addr_in
18873              Nitpik in test 10
18874      Branch: perl
18875            ! ext/Socket/Socket.t
18876 ____________________________________________________________________________
18877 [ 11786] By: sky                                   on 2001/08/29  10:28:14
18878         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
18879              Trying to catch errors on HP-UX
18880      Branch: perl
18881            ! ext/Socket/Socket.t
18882 ____________________________________________________________________________
18883 [ 11785] By: sky                                   on 2001/08/29  09:07:03
18884         Log: make sure USE_THREADS is defined so external apps work
18885      Branch: perl
18886            ! config_h.SH
18887 ____________________________________________________________________________
18888 [ 11784] By: sky                                   on 2001/08/29  08:06:12
18889         Log: Subject: Re: The hitlist of untested modules.
18890              From: Jonathan Stowe <gellyfish@gellyfish.com>
18891              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
18892              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
18893              Start of tests for Shell.pm (make Schwern poorer!)
18894      Branch: perl
18895            + lib/Shell.t
18896            ! MANIFEST
18897 ____________________________________________________________________________
18898 [ 11783] By: sky                                   on 2001/08/29  07:37:50
18899         Log: END{} can change the return value even if we die from BEGIN{}
18900      Branch: perl
18901            ! miniperlmain.c
18902 ____________________________________________________________________________
18903 [ 11782] By: ams                                   on 2001/08/29  06:32:17
18904         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
18905              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18906              Date: Wed, 29 Aug 2001 09:18:17 +0200
18907              Message-Id: <20010829091817.A4453@rafael>
18908      Branch: perl
18909            ! t/op/inccode.t
18910 ____________________________________________________________________________
18911 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
18912         Log: Delete xsubpp.patch, as full copy exists now
18913      Branch: maint-5.6/macperl
18914            - macos/xsubpp.patch
18915 ____________________________________________________________________________
18916 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
18917         Log: Add Changes file
18918      Branch: maint-5.6/macperl
18919            + macos/Changes
18920 ____________________________________________________________________________
18921 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
18922         Log: Add Mac version of xsubpp as separate file
18923      Branch: maint-5.6/macperl
18924            + macos/xsubpp
18925            ! macos/Makefile.mk
18926 ____________________________________________________________________________
18927 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
18928         Log: Fix open of /dev/null for Mac OS
18929      Branch: maint-5.6/macperl
18930            ! t/base/term.t
18931 ____________________________________________________________________________
18932 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
18933         Log: Various patches: enable more tests; skip CVS in PerlInstall;
18934              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
18935      Branch: maint-5.6/macperl
18936            ! macos/MacPerlTests.cmd macos/PerlInstall
18937            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
18938 ____________________________________________________________________________
18939 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
18940         Log: Allow for platforms to override formatting of errors
18941              on output from Matthias Neeracher (Mac files)
18942      Branch: maint-5.6/macperl
18943            ! macos/macish.c macos/macish.h
18944 ____________________________________________________________________________
18945 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
18946         Log: Allow for platforms to override formatting of errors
18947              on output from Matthias Neeracher (core files)
18948      Branch: maint-5.6/macperl
18949            ! perl.h pp_ctl.c util.c
18950 ____________________________________________________________________________
18951 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
18952         Log: Add some param checking, from reports by Kevin Reid.
18953      Branch: maint-5.6/macperl
18954            ! macos/ext/Mac/Controls/Controls.pm
18955            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
18956 ____________________________________________________________________________
18957 [ 11773] By: ams                                   on 2001/08/28  23:54:57
18958         Log: Subject: [PATCH] make coretest
18959              From: Paul Johnson <paul@pjcj.net>
18960              Date: Wed, 29 Aug 2001 00:11:38 +0200
18961              Message-Id: <20010829001138.B12169@pjcj.net>
18962              (Applied without the change to perlhack.pod. This should
18963              probably stay undocumented.)
18964      Branch: perl
18965            ! Makefile.SH t/TEST
18966 ____________________________________________________________________________
18967 [ 11772] By: sky                                   on 2001/08/28  13:01:20
18968         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
18969              From: Michael G Schwern <schwern@pobox.com>
18970              Date: Tue, 28 Aug 2001 09:57:39 -0400
18971              Message-ID: <20010828095738.E17775@blackrider>
18972      Branch: perl
18973            ! pod/perlhack.pod t/op/pack.t
18974 ____________________________________________________________________________
18975 [ 11771] By: sky                                   on 2001/08/28  11:20:13
18976         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
18977              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18978              Date: Tue, 28 Aug 2001 14:23:43 +0200
18979              Message-ID: <20010828142343.A19299@rafael>
18980      Branch: perl
18981            ! pod/perlvar.pod pp_ctl.c
18982 ____________________________________________________________________________
18983 [ 11770] By: ams                                   on 2001/08/28  10:13:21
18984         Log: Subject: [PATCH] odd typo in op.h
18985              From: Nicholas Clark <nick@ccl4.org>
18986              Date: Tue, 28 Aug 2001 12:10:26 +0100
18987              Message-Id: <20010828121026.V4950@plum.flirble.org>
18988      Branch: perl
18989            ! op.h
18990 ____________________________________________________________________________
18991 [ 11769] By: sky                                   on 2001/08/28  08:09:16
18992         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
18993              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
18994              Date: Tue, 28 Aug 2001 02:22:20 +0300
18995              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
18996      Branch: perl
18997            ! ext/B/B/Lint.pm
18998 ____________________________________________________________________________
18999 [ 11768] By: ams                                   on 2001/08/28  00:47:35
19000         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
19001              From: Michael G Schwern <schwern@pobox.com>
19002              Date: Mon, 27 Aug 2001 21:24:44 -0400
19003              Message-Id: <20010827212444.F12582@blackrider>
19004      Branch: perl
19005            ! pod/perlhack.pod t/op/pack.t
19006 ____________________________________________________________________________
19007 [ 11767] By: ams                                   on 2001/08/27  23:59:48
19008         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
19009              From: Michael G Schwern <schwern@pobox.com>
19010              Date: Mon, 27 Aug 2001 20:12:29 -0400
19011              Message-Id: <20010827201229.D12582@blackrider>
19012      Branch: perl
19013            ! pod/perlhack.pod t/op/pack.t
19014 ____________________________________________________________________________
19015 [ 11766] By: ams                                   on 2001/08/27  23:39:40
19016         Log: Update Changes.
19017      Branch: perl
19018            ! Changes
19019 ____________________________________________________________________________
19020 [ 11765] By: ams                                   on 2001/08/27  22:53:10
19021         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
19022              From: Michael G Schwern <schwern@pobox.com>
19023              Date: Mon, 27 Aug 2001 19:47:30 -0400
19024              Message-Id: <20010827194730.C12582@blackrider>
19025      Branch: perl
19026            ! t/op/inccode.t
19027 ____________________________________________________________________________
19028 [ 11764] By: ams                                   on 2001/08/27  22:46:21
19029         Log: Subject: [PATCH] new tests for the coderef-in-@INC
19030              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19031              Date: Mon, 27 Aug 2001 22:36:27 +0200
19032              Message-Id: <20010827223627.C690@rafael>
19033              
19034              Subject: Re: [PATCH] new tests for the coderef-in-@INC
19035              From: Nicholas Clark <nick@ccl4.org>
19036              Date: Tue, 28 Aug 2001 00:02:46 +0100
19037              Message-Id: <20010828000245.R4950@plum.flirble.org>
19038      Branch: perl
19039            + t/op/inccode.t
19040            ! MANIFEST
19041 ____________________________________________________________________________
19042 [ 11763] By: ams                                   on 2001/08/27  22:41:09
19043         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
19044              bleadperl on fire, Win95+4NT)
19045              From: Michael G Schwern <schwern@pobox.com>
19046              Date: Mon, 27 Aug 2001 16:54:42 -0400
19047              Message-Id: <20010827165442.F9436@blackrider>
19048      Branch: perl
19049            ! lib/warnings.t
19050 ____________________________________________________________________________
19051 [ 11762] By: sky                                   on 2001/08/27  19:19:17
19052         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
19053              avaible at compile time. This broke the compilation of 
19054              Net/Ping.pm
19055      Branch: perl
19056            ! lib/Net/Ping.pm
19057 ____________________________________________________________________________
19058 [ 11761] By: sky                                   on 2001/08/27  18:34:48
19059         Log: Removed tripple definitions of CUSTOM_OP functions.
19060      Branch: perl
19061            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
19062 ____________________________________________________________________________
19063 [ 11760] By: sky                                   on 2001/08/27  18:21:27
19064         Log: Regen headers
19065      Branch: perl
19066            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
19067            ! perlapi.h proto.h
19068 ____________________________________________________________________________
19069 [ 11759] By: ams                                   on 2001/08/27  16:31:53
19070         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
19071              From: "chromatic" <chromatic@rmci.net>
19072              Date: Mon, 27 Aug 2001 11:17:09 -0600
19073              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
19074      Branch: perl
19075            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
19076 ____________________________________________________________________________
19077 [ 11758] By: sky                                   on 2001/08/27  15:16:42
19078         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
19079              Thanks to H. Merijn Brand for the patch.
19080              Some of the comments and or guards might be removable in perl.h now.
19081      Branch: perl
19082            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
19083            ! Porting/Glossary Porting/config_H README.threads config_h.SH
19084            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
19085            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
19086            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
19087            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
19088            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
19089            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
19090            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
19091            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
19092            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
19093            ! win32/config_H.vc win32/perllib.c win32/win32.h
19094            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
19095            ! wince/config.h wince/config_H.ce wince/win32.h
19096            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
19097 ____________________________________________________________________________
19098 [ 11757] By: sky                                   on 2001/08/27  13:39:16
19099         Log: Subject: GNU ld parses arguments different
19100              From: H.Merijn Brand <h.m.brand@hccnet.nl>
19101              Date: Mon, 27 Aug 2001 16:25:51 +0200
19102              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
19103      Branch: perl
19104            ! hints/hpux.sh
19105 ____________________________________________________________________________
19106 [ 11756] By: sky                                   on 2001/08/27  13:18:45
19107         Log: Subject: Custom Ops
19108              From: Simon Cozens <simon@netthink.co.uk>
19109              Date: Sat, 25 Aug 2001 17:45:09 +0100
19110              Message-ID: <20010825174509.A5752@netthink.co.uk>
19111              I also added a fix to Opcode.pm to quite test cases.
19112      Branch: perl
19113            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
19114            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
19115 ____________________________________________________________________________
19116 [ 11755] By: sky                                   on 2001/08/27  05:37:17
19117         Log: Plugs a memory leak on destruction of regular expressions
19118              introcued by #11274.
19119              PL_regex_padav now has an AV as it's first entry with a list
19120              of freed regex_padav slots that it will reuse on creating
19121              new PMOPs.
19122      Branch: perl
19123            ! op.c perl.c
19124 ____________________________________________________________________________
19125 [ 11754] By: ams                                   on 2001/08/26  14:38:52
19126         Log: Subject: [PATCH] t/io/binmode.t
19127              From: Nicholas Clark <nick@ccl4.org>
19128              Date: Sun, 26 Aug 2001 12:03:05 +0100
19129              Message-Id: <20010826120305.C4950@plum.flirble.org>
19130              
19131              (Also a nitpick in #11752 to t/op/universal.t)
19132      Branch: perl
19133            ! t/io/binmode.t t/op/universal.t
19134 ____________________________________________________________________________
19135 [ 11753] By: ams                                   on 2001/08/26  08:19:34
19136         Log: Subject: [PATCH] op/universal.t failing
19137              From: Nicholas Clark <nick@ccl4.org>
19138              Date: Sun, 26 Aug 2001 09:48:22 +0100
19139              Message-Id: <20010826094822.B4950@plum.flirble.org>
19140      Branch: perl
19141            ! t/op/universal.t
19142 ____________________________________________________________________________
19143 [ 11752] By: ams                                   on 2001/08/25  22:46:13
19144         Log: Subject: Re: 'can' with undefined subs
19145              From: Tony Bowden <tony@kasei.com>
19146              Date: Sat, 25 Aug 2001 14:58:17 +0100
19147              Message-Id: <20010825145817.A11788@soto.kasei.com>
19148              (Applied with minor modifications.)
19149      Branch: perl
19150            ! t/op/universal.t
19151 ____________________________________________________________________________
19152 [ 11751] By: ams                                   on 2001/08/25  18:28:43
19153         Log: Subject: Re: 'can' with undefined subs
19154              From: Tony Bowden <tony@kasei.com>
19155              Date: Sat, 25 Aug 2001 15:13:14 +0100
19156              Message-Id: <20010825151314.B11788@soto.kasei.com>
19157      Branch: perl
19158            ! lib/UNIVERSAL.pm
19159 ____________________________________________________________________________
19160 [ 11750] By: nick                                  on 2001/08/25  15:24:15
19161         Log: Integrate mainline
19162      Branch: perlio
19163           +> t/io/binmode.t
19164           !> (integrate 26 files)
19165 ____________________________________________________________________________
19166 [ 11749] By: nick                                  on 2001/08/25  14:55:41
19167         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
19168              From:  John Peacock <jpeacock@rowman.com>
19169              Date:  Wed, 22 Aug 2001 12:05:28 -0400
19170              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
19171      Branch: perl
19172            ! pod/perlhack.pod
19173 ____________________________________________________________________________
19174 [ 11748] By: nick                                  on 2001/08/25  14:53:04
19175         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
19176              From:  Michael G Schwern <schwern@pobox.com>
19177              Date:  Wed, 22 Aug 2001 19:22:45 -0400
19178              Message-Id:  <20010822192245.U619@blackrider>
19179      Branch: perl
19180            ! MANIFEST
19181 ____________________________________________________________________________
19182 [ 11747] By: nick                                  on 2001/08/25  14:52:33
19183         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
19184              From:  Nicholas Clark <nick@ccl4.org>
19185              Date:  Wed, 22 Aug 2001 23:29:06 +0100
19186              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
19187      Branch: perl
19188            + t/io/binmode.t
19189            ! perlio.c pod/perlfunc.pod
19190 ____________________________________________________________________________
19191 [ 11744] By: nick                                  on 2001/08/25  14:37:33
19192         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
19193              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
19194              Date:  Fri, 24 Aug 2001 22:10:42 +0200
19195              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
19196      Branch: perl
19197            ! x2p/a2py.c x2p/walk.c
19198 ____________________________________________________________________________
19199 [ 11743] By: nick                                  on 2001/08/25  14:32:47
19200         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
19201              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19202              Date:  Fri, 24 Aug 2001 23:34:13 +0200
19203              Message-Id:  <20010824233413.A1285@rafael>
19204      Branch: perl
19205            ! pod/perlfunc.pod pod/perlvar.pod
19206 ____________________________________________________________________________
19207 [ 11742] By: ams                                   on 2001/08/25  13:16:02
19208         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
19209              From: Nicholas Clark <nick@ccl4.org>
19210              Date: Sat, 25 Aug 2001 14:50:07 +0100
19211              Message-Id: <20010825145007.L41464@plum.flirble.org>
19212      Branch: perl
19213            ! pp_ctl.c
19214 ____________________________________________________________________________
19215 [ 11741] By: nick                                  on 2001/08/24  07:08:45
19216         Log: When applying patch via Porting/apply fails, do p4 refresh
19217              to get old files back.
19218      Branch: perl
19219            ! Porting/apply
19220 ____________________________________________________________________________
19221 [ 11740] By: ams                                   on 2001/08/24  04:47:24
19222         Log: #11739 was incomplete.
19223      Branch: perl
19224            ! pod/perldiag.pod
19225 ____________________________________________________________________________
19226 [ 11739] By: ams                                   on 2001/08/24  04:09:40
19227         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
19228              From: "Philip Newton" <Philip.Newton@gmx.net>
19229              Date: Fri, 24 Aug 2001 07:08:34 +0200
19230      Branch: perl
19231            ! pod/perldiag.pod
19232 ____________________________________________________________________________
19233 [ 11738] By: ams                                   on 2001/08/24  02:19:42
19234         Log: Fixed Doug Wilson's email address.
19235      Branch: perl
19236            ! AUTHORS
19237 ____________________________________________________________________________
19238 [ 11737] By: ams                                   on 2001/08/24  00:10:13
19239         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
19240              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19241              Date: Thu, 23 Aug 2001 22:22:58 +0200
19242              Message-Id: <20010823222258.A901@rafael>
19243      Branch: perl
19244            ! pod/perldiag.pod
19245 ____________________________________________________________________________
19246 [ 11736] By: ams                                   on 2001/08/24  00:05:02
19247         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
19248              From: "Craig A. Berry" <craigberry@mac.com>
19249              Date: Thu, 23 Aug 2001 19:07:45 -0500
19250              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
19251      Branch: perl
19252            ! configure.com
19253 ____________________________________________________________________________
19254 [ 11735] By: sky                                   on 2001/08/23  13:42:07
19255         Log: Backed out 11732, it breaks lib/strict.t 
19256      Branch: perl
19257            ! op.c
19258 ____________________________________________________________________________
19259 [ 11734] By: sky                                   on 2001/08/23  11:45:59
19260         Log: Removed toy from 17133 after Matt Sargeants request.
19261      Branch: perl
19262            ! pod/perlfaq4.pod
19263 ____________________________________________________________________________
19264 [ 11733] By: sky                                   on 2001/08/23  11:36:29
19265         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
19266              From: Robin Houston <robin@kitsite.com>
19267              Date: Wed, 22 Aug 2001 23:06:16 +0100
19268              Message-ID: <20010822230616.A254@robin.kitsite.com>
19269      Branch: perl
19270            ! pod/perlfaq4.pod
19271 ____________________________________________________________________________
19272 [ 11732] By: sky                                   on 2001/08/23  10:36:02
19273         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
19274              From: Simon Cozens <simon@netthink.co.uk>
19275              Date: Thu, 23 Aug 2001 12:06:36 +0100
19276              Message-ID: <20010823120636.A9961@netthink.co.uk>
19277      Branch: perl
19278            ! op.c
19279 ____________________________________________________________________________
19280 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
19281         Log: fix broken windows build
19282      Branch: perl
19283            ! perl.h
19284 ____________________________________________________________________________
19285 [ 11730] By: ams                                   on 2001/08/22  21:35:30
19286         Log: Subject: [PATCH] io/tell.t doesn't chdir t
19287              From: Nicholas Clark <nick@ccl4.org>
19288              Date: Wed, 22 Aug 2001 23:25:58 +0100
19289              Message-Id: <20010822232557.Y82818@plum.flirble.org>
19290      Branch: perl
19291            ! t/io/tell.t
19292 ____________________________________________________________________________
19293 [ 11729] By: ams                                   on 2001/08/22  20:32:21
19294         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
19295              questions)
19296              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19297              Date: Wed, 22 Aug 2001 17:09:04 -0400
19298              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
19299              (Oops, forgot File::Spec::Unix in the previous patch.)
19300      Branch: perl
19301            ! lib/File/Spec/Unix.pm
19302 ____________________________________________________________________________
19303 [ 11728] By: ams                                   on 2001/08/22  20:25:41
19304         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
19305              questions)
19306              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19307              Date: Wed, 22 Aug 2001 17:09:04 -0400
19308              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
19309      Branch: perl
19310            ! lib/File/Spec.pm
19311 ____________________________________________________________________________
19312 [ 11727] By: ams                                   on 2001/08/22  19:43:30
19313         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
19314              From: John Peacock <jpeacock@rowman.com>
19315              Date: Wed, 22 Aug 2001 12:35:52 -0400
19316              Message-Id: <3B83DF68.5D89DC81@rowman.com>
19317              (Adds proper tests for $], notwithstanding Subject. +nitpick)
19318      Branch: perl
19319            ! t/op/ver.t
19320 ____________________________________________________________________________
19321 [ 11726] By: ams                                   on 2001/08/22  19:36:39
19322         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
19323              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
19324              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
19325              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
19326      Branch: perl
19327            ! lib/diagnostics.pm lib/diagnostics.t
19328 ____________________________________________________________________________
19329 [ 11725] By: ams                                   on 2001/08/22  19:25:01
19330         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
19331              From: Nicholas Clark <nick@ccl4.org>
19332              Date: Wed, 22 Aug 2001 20:59:05 +0100
19333              Message-Id: <20010822205905.U82818@plum.flirble.org>
19334      Branch: perl
19335            ! pp.c t/op/64bitint.t t/op/arith.t
19336 ____________________________________________________________________________
19337 [ 11724] By: ams                                   on 2001/08/22  10:02:33
19338         Log: Subject: Configure blooper
19339              From: H.Merijn Brand <h.m.brand@hccnet.nl>
19340              Date: Wed, 22 Aug 2001 12:38:35 +0200
19341              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
19342      Branch: perl
19343            ! Configure
19344 ____________________________________________________________________________
19345 [ 11723] By: ams                                   on 2001/08/21  16:17:53
19346         Log: Subject: [PATCH] installperl -help
19347              From: Nicholas Clark <nick@ccl4.org>
19348              Date: Tue, 21 Aug 2001 17:34:23 +0100
19349              Message-Id: <20010821173423.F82818@plum.flirble.org>
19350      Branch: perl
19351            ! installperl
19352 ____________________________________________________________________________
19353 [ 11722] By: ams                                   on 2001/08/20  07:46:31
19354         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
19355              From: Ilmari Karonen <iltzu@sci.fi>
19356              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
19357              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
19358      Branch: perl
19359            ! pod/perlvar.pod
19360 ____________________________________________________________________________
19361 [ 11721] By: nick                                  on 2001/08/20  06:24:31
19362         Log: Integrate mainline
19363      Branch: perlio
19364           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
19365           +> lib/Lingua/KO/Hangul/Util/Changes
19366           +> lib/Lingua/KO/Hangul/Util/README
19367           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
19368           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
19369           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
19370           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
19371           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
19372           +> lib/Unicode/Normalize/t/test.t
19373            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
19374           !> (integrate 55 files)
19375 ____________________________________________________________________________
19376 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
19377         Log: Integrate Change #11599 from maint-5.6/perl
19378      Branch: maint-5.6/macperl
19379           !> README.win32
19380 ____________________________________________________________________________
19381 [ 11719] By: ams                                   on 2001/08/18  21:21:42
19382         Log: Add Porting/apply to MANIFEST.
19383      Branch: perl
19384            ! MANIFEST
19385 ____________________________________________________________________________
19386 [ 11718] By: sky                                   on 2001/08/18  14:38:01
19387         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
19388              Better solution would be to make 5005threaded perl use
19389              the same system as ithreads do
19390      Branch: perl
19391            ! perl.h
19392 ____________________________________________________________________________
19393 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
19394         Log: New try for ID 20010407.006: detach the semantics
19395              "was the last match target UTF8" into its own variable.
19396      Branch: perl
19397            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
19398            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
19399 ____________________________________________________________________________
19400 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
19401         Log: UTF8 flag should be meaningful only when POK.
19402      Branch: perl
19403            ! dump.c
19404 ____________________________________________________________________________
19405 [ 11715] By: sky                                   on 2001/08/18  11:45:16
19406         Log: USE_THREADS and USE_ITHREADS are never true at the same time
19407      Branch: perl
19408            ! perl.h
19409 ____________________________________________________________________________
19410 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
19411         Log: Retract #11712 for now.  The real fix would probably
19412              be something like making PL_reg_sv a copy (PV + UTF8)
19413              of the matched/substituted string (note: not just a SvPOK
19414              string, for example the stringified form of a ROK would
19415              be applicable)  Beware of leaks.
19416      Branch: perl
19417            ! pp_hot.c t/op/pat.t
19418 ____________________________________________________________________________
19419 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
19420         Log: UTF8 wasn't printing for PVMGs.
19421      Branch: perl
19422            ! dump.c
19423 ____________________________________________________________________________
19424 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
19425         Log: (Retracted by #11714)
19426              
19427              Okay analysis, debatable fix.  (The fix will inc
19428              the refcount of all temporary match objects,
19429              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
19430              which will then cause griping at untie() time
19431              ("inner references remain").
19432              
19433              Fix for ID 20010407.006: PL_reg_sv got wiped out
19434              by freetemps if the match target was a temporary
19435              (like function_call() =~ /.../), which in turn meant
19436              that the $1 et al stopped working if they had UTF-8
19437              in them.  Therefore bump up the refcount of PL_reg_sv.
19438      Branch: perl
19439            ! pp_hot.c t/op/pat.t
19440 ____________________________________________________________________________
19441 [ 11711] By: ams                                   on 2001/08/17  20:32:08
19442         Log: Subject: [PATCH] doesn't compile, was perl@11710
19443              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19444              Date: Fri, 17 Aug 2001 23:21:10 +0200
19445              Message-Id: <20010817232110.C7041@rafael> 
19446      Branch: perl
19447            ! sharedsv.c
19448 ____________________________________________________________________________
19449 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
19450         Log: Update Changes.
19451      Branch: perl
19452            ! Changes patchlevel.h
19453 ____________________________________________________________________________
19454 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
19455         Log: Upgrade to libnet 1.0704.
19456      Branch: perl
19457            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
19458            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
19459            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
19460            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
19461            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
19462            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
19463            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
19464 ____________________________________________________________________________
19465 [ 11708] By: sky                                   on 2001/08/17  13:34:04
19466         Log: Let perl_clone copy PL_exit_flags
19467      Branch: perl
19468            ! sv.c
19469 ____________________________________________________________________________
19470 [ 11707] By: sky                                   on 2001/08/17  12:28:41
19471         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
19472      Branch: perl
19473            ! sharedsv.c sharedsv.h
19474 ____________________________________________________________________________
19475 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
19476         Log: The metaconfig unit change for #11705.
19477      Branch: metaconfig/U/perl
19478            ! Extensions.U
19479 ____________________________________________________________________________
19480 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
19481         Log: Allow the threads extension to be found if present.
19482      Branch: perl
19483            ! Configure
19484 ____________________________________________________________________________
19485 [ 11704] By: nick                                  on 2001/08/17  11:47:54
19486         Log: Mail -> change script (pre-alpha)
19487      Branch: perl
19488            + Porting/apply
19489 ____________________________________________________________________________
19490 [ 11703] By: sky                                   on 2001/08/17  07:11:24
19491         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
19492              Thanks to Tom Hospel for pointing out my error.
19493      Branch: perl
19494            ! op.h
19495 ____________________________________________________________________________
19496 [ 11702] By: sky                                   on 2001/08/17  04:18:11
19497         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.
19498      Branch: perl
19499            ! embed.pl miniperlmain.c perl.c perl.h proto.h
19500 ____________________________________________________________________________
19501 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
19502         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
19503              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
19504      Branch: perl
19505            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
19506            + lib/Lingua/KO/Hangul/Util/README
19507            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
19508            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
19509            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
19510            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
19511            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
19512            + lib/Unicode/Normalize/t/test.t
19513            ! MANIFEST
19514 ____________________________________________________________________________
19515 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
19516         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
19517              Date: Thu, 16 Aug 2001 22:46:15 -0500
19518              From: "Craig A. Berry" <craigberry@mac.com>
19519              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
19520      Branch: perl
19521            ! configure.com numeric.c
19522 ____________________________________________________________________________
19523 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
19524         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
19525              of the usual suspects (like getpwent) but not for others
19526              (like localtime and rand).  The _r versions are available
19527              for all of them, so let's use them.
19528      Branch: perl
19529            ! perl.h
19530 ____________________________________________________________________________
19531 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
19532         Log: (Accidental apply; thankfully empty.)
19533      Branch: perl
19534            ! hints/os390.sh
19535 ____________________________________________________________________________
19536 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
19537         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
19538              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19539              Date: Thu, 16 Aug 2001 16:27:49 +0100
19540              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
19541      Branch: perl
19542            ! regexec.c t/op/re_tests
19543 ____________________________________________________________________________
19544 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
19545         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
19546              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19547              Date: Thu, 16 Aug 2001 18:50:01 +0100
19548              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
19549      Branch: perl
19550            ! pp_hot.c t/op/pat.t
19551 ____________________________________________________________________________
19552 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
19553         Log: Subject: [PATCH] *time_r again
19554              From: "Arthur Bergman" <arthur@contiller.se>
19555              Date: Thu, 16 Aug 2001 16:01:54 +0200
19556              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
19557      Branch: perl
19558            ! op.h
19559 ____________________________________________________________________________
19560 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
19561         Log: system() and backtick error handling cleanup from Craig A. Berry.
19562      Branch: perl
19563            ! vms/vms.c
19564 ____________________________________________________________________________
19565 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
19566         Log: change#10334 leaks memory, copies string when it doesn't
19567              need to
19568      Branch: perl
19569            ! perl.c
19570 ____________________________________________________________________________
19571 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
19572         Log: One more twist to the sprintf + utf8 testing.
19573      Branch: perl
19574            ! t/op/misc.t
19575 ____________________________________________________________________________
19576 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
19577         Log: Fix for 20010407.008 sprintf removes utf8-ness.
19578      Branch: perl
19579            ! pp.c t/op/misc.t
19580 ____________________________________________________________________________
19581 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
19582         Log: Subject: [PATCH] *time_r fixes
19583              From: "Arthur Bergman" <arthur@contiller.se>
19584              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
19585              Date: Thu, 16 Aug 2001 14:22:27 +0200
19586      Branch: perl
19587            ! op.h
19588 ____________________________________________________________________________
19589 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
19590         Log: Upgrade to CGI.pm 2.77.
19591      Branch: perl
19592            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
19593            ! lib/CGI/t/function.t
19594 ____________________________________________________________________________
19595 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
19596         Log: Document the bytes-to-Unicode upgrading.
19597      Branch: perl
19598            ! pod/perlunicode.pod
19599 ____________________________________________________________________________
19600 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
19601         Log: Add a test for Unicode sprintf.
19602      Branch: perl
19603            ! t/op/misc.t
19604 ____________________________________________________________________________
19605 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
19606         Log: Add Unicode tests for index/rindex.
19607      Branch: perl
19608            ! t/op/index.t
19609 ____________________________________________________________________________
19610 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
19611         Log: Document a bit the art of minimizing the installation,
19612              based on the p5p discussion.
19613      Branch: perl
19614            ! INSTALL
19615 ____________________________________________________________________________
19616 [ 11684] By: nick                                  on 2001/08/15  15:03:31
19617         Log: Integrate mainline
19618      Branch: perlio
19619           +> sharedsv.c sharedsv.h
19620           !> (integrate 53 files)
19621 ____________________________________________________________________________
19622 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
19623         Log: Update Changes.
19624      Branch: perl
19625            ! Changes patchlevel.h
19626 ____________________________________________________________________________
19627 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
19628         Log: The #11673 necessitated a test tweak.
19629      Branch: perl
19630            ! t/io/utf8.t
19631 ____________________________________________________________________________
19632 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
19633         Log: Also UNICOS is in the general case unable to silently
19634              handle fp overflows.
19635      Branch: perl
19636            ! numeric.c
19637 ____________________________________________________________________________
19638 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
19639         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
19640              NV_EPSILON #defined.
19641      Branch: perl
19642            ! perl.h
19643 ____________________________________________________________________________
19644 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
19645         Log: Re-establish the fp overflow detection for VAX VMS; there
19646              is no easy way to have the IEEE fp silent overflow semantics.
19647              (in Alpha VMS we still will use IEEE fp by default-- but it
19648              is still possible to configure Perl to use G_FLOAT)
19649      Branch: perl
19650            ! numeric.c
19651 ____________________________________________________________________________
19652 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
19653         Log: Subject: [PATCH] pp_lock 
19654              From: "Arthur Bergman" <arthur@contiller.se>
19655              Date: Wed, 15 Aug 2001 11:52:16 +0200
19656              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
19657      Branch: perl
19658            ! pp.c
19659 ____________________________________________________________________________
19660 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
19661         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
19662              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19663              Date: Wed, 15 Aug 2001 11:32:11 +0100
19664              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
19665      Branch: perl
19666            ! regcomp.c t/op/re_tests
19667 ____________________________________________________________________________
19668 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
19669         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
19670              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19671              Date: Wed, 15 Aug 2001 10:33:49 +0100
19672              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
19673      Branch: perl
19674            ! regexec.c t/op/re_tests
19675 ____________________________________________________________________________
19676 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
19677         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
19678              From: Barrie Slaymaker <barries@slaysys.com>
19679              Date: Tue, 14 Aug 2001 14:32:25 -0400
19680              Message-ID: <20010814143225.A19822@jester.slaysys.com>
19681      Branch: perl
19682            ! lib/File/Spec.t lib/File/Spec/Unix.pm
19683 ____________________________________________________________________________
19684 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
19685         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
19686              From: Peter Prymmer <pvhp@forte.com>
19687              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
19688              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
19689      Branch: perl
19690            ! README.vms configure.com
19691 ____________________________________________________________________________
19692 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
19693         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
19694              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19695              Date: Tue, 14 Aug 2001 21:23:27 +0200
19696              Message-ID: <20010814212327.A1919@rafael>
19697      Branch: perl
19698            ! doio.c
19699 ____________________________________________________________________________
19700 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
19701         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
19702              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
19703              Date: Tue, 14 Aug 2001 22:30:11 +0200
19704              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
19705              
19706              Combination of nmake, quoting, and Perl expanded $( in here-doc.
19707      Branch: perl
19708            ! ext/SDBM_File/Makefile.PL
19709 ____________________________________________________________________________
19710 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
19711         Log: Todo updates.
19712      Branch: perl
19713            ! pod/perltodo.pod
19714 ____________________________________________________________________________
19715 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
19716         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
19717              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
19718              Date: Mon, 13 Aug 2001 23:15:01 +0200
19719              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
19720      Branch: perl
19721            ! sv.c
19722 ____________________________________________________________________________
19723 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
19724         Log: Subject: [PATCH] [b-]showlex.t
19725              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
19726              Date: Sun, 12 Aug 2001 22:24:51 +0200
19727              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
19728              
19729              The 4nt command shell will expand the % in command line
19730              no matter what quoting is attempted, changed the % to @.
19731      Branch: perl
19732            ! ext/B/Showlex.t
19733 ____________________________________________________________________________
19734 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
19735         Log: Subject: [PATCH] magic.t
19736              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
19737              Date: Sun, 12 Aug 2001 20:49:27 +0200
19738              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
19739      Branch: perl
19740            ! t/op/magic.t
19741 ____________________________________________________________________________
19742 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
19743         Log: Add sharedsv* to the DOSish platforms; plus add
19744              some WinCE files to the list of DOSish files.
19745      Branch: perl
19746            ! NetWare/Makefile Porting/makerel win32/Makefile
19747            ! win32/makefile.mk wince/Makefile.ce
19748 ____________________________________________________________________________
19749 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
19750         Log: More DOSish files.
19751      Branch: perl
19752            ! Porting/makerel
19753 ____________________________________________________________________________
19754 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
19755         Log: Strip CRs from the WinCE files.  Now we need to
19756              figure out in which CRs are really needed: probably
19757              Makefile.ce and the README files, at least, probably
19758              also the registry.bat.
19759      Branch: perl
19760            ! wince/Makefile.ce wince/README.compile wince/README.perlce
19761            ! wince/config.h wince/include/cectype.h wince/include/errno.h
19762            ! wince/include/sys/stat.h wince/include/sys/types.h
19763            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
19764            ! wince/perldll.def wince/registry.bat wince/wince.h
19765            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
19766 ____________________________________________________________________________
19767 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
19768         Log: Add some files to DOSish and writables.
19769      Branch: perl
19770            ! Porting/makerel
19771 ____________________________________________________________________________
19772 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
19773         Log: Compile failure message tidying.
19774      Branch: perl
19775            ! t/lib/1_compile.t
19776 ____________________________________________________________________________
19777 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
19778         Log: The new sharedsv* should be exported only if usethreads.
19779      Branch: perl
19780            ! makedef.pl
19781 ____________________________________________________________________________
19782 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
19783         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
19784              From: Peter Prymmer <pvhp@forte.com>
19785              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
19786              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
19787      Branch: perl
19788            ! README.os390
19789 ____________________________________________________________________________
19790 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
19791         Log: Update Changes.
19792      Branch: perl
19793            ! Changes patchlevel.h
19794 ____________________________________________________________________________
19795 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
19796         Log: Subject: [PATHC] sharedsv.[c|h]
19797              From: "Artur Bergman" <artur@contiller.se>
19798              Date: Mon, 13 Aug 2001 14:38:41 +0200
19799              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
19800              
19801              Subject: [PATCH] embed.pl
19802              From: Arthur Bergman <arthur@contiller.se>
19803              Date: Mon, 13 Aug 2001 14:38:14 +0200
19804              Message-ID: <B79D96D6.3088%arthur@contiller.se>
19805              
19806              Subject: [PATCH] sharedsv cleanups
19807              From: "Arthur Bergman" <arthur@contiller.se>
19808              Date: Mon, 13 Aug 2001 15:14:25 +0200
19809              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
19810              
19811              Plus few tweaks: _init needs to be Adp, the prototypes
19812              should not be revealed unless using ithreads, #endif FOO
19813              must be #endif /* FOO */, adding (parentheses) around
19814              do { } while doesn't work too well.
19815      Branch: perl
19816            + sharedsv.c sharedsv.h
19817            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
19818            ! perl.h perlapi.c pod/perlapi.pod proto.h
19819 ____________________________________________________________________________
19820 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
19821         Log: Subject: Re: END {} blocks run in perl_run
19822              From: Arthur Bergman <arthur@contiller.se>
19823              Date: Mon, 13 Aug 2001 11:11:30 +0200
19824              Message-ID: <B79D6661.3068%arthur@contiller.se>
19825      Branch: perl
19826            ! perl.c
19827 ____________________________________________________________________________
19828 [ 11657] By: nick                                  on 2001/08/13  09:03:02
19829         Log: Integrate mainline
19830      Branch: perlio
19831           +> (branch 326 files)
19832            - (delete 330 files)
19833           !> (integrate 85 files)
19834 ____________________________________________________________________________
19835 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
19836         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
19837              and the Perl will be built to do that by default (adding that
19838              will break scripts having non-UTF-8 binary data, such as Latin-1.)
19839      Branch: perl
19840            ! op.c toke.c utf8.h
19841 ____________________________________________________________________________
19842 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
19843         Log: Unnecessary downgrades.
19844      Branch: perl
19845            ! doop.c
19846 ____________________________________________________________________________
19847 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
19848         Log: Failure not true anymore (probably caused by my broken setup).
19849      Branch: perl
19850            ! t/op/pat.t
19851 ____________________________________________________________________________
19852 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
19853         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
19854              stopped working).
19855      Branch: perl
19856            ! op.h pp_ctl.c regcomp.c
19857 ____________________________________________________________________________
19858 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
19859         Log: There is no IN_UTF8.
19860      Branch: perl
19861            ! utf8.h
19862 ____________________________________________________________________________
19863 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
19864         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
19865      Branch: perl
19866            ! op.c op.h pp_ctl.c regcomp.c
19867 ____________________________________________________________________________
19868 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
19869         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
19870              and a test tweak.
19871      Branch: perl
19872            ! op.c t/pod/find.t
19873 ____________________________________________________________________________
19874 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
19875         Log: Todo updates and fixes.
19876      Branch: perl
19877            ! pod/perltodo.pod
19878 ____________________________________________________________________________
19879 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
19880         Log: Mark tests (and one module) having explicit Latin-1
19881              (and one file having explicit UTF-8) with an explicit
19882              'no utf8' (and one explicit 'use utf8').
19883              
19884              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
19885      Branch: perl
19886            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
19887            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
19888            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
19889 ____________________________________________________________________________
19890 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
19891         Log: Subject: SV: END {} blocks run in perl_run
19892              From: "Arthur Bergman" <arthur@contiller.se>
19893              Date: Sun, 12 Aug 2001 00:34:28 +0200 
19894              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
19895      Branch: perl
19896            ! miniperlmain.c perl.c
19897 ____________________________________________________________________________
19898 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
19899         Log: Typos in #11645.
19900      Branch: perl
19901            ! perl.h
19902 ____________________________________________________________________________
19903 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
19904         Log: On ithreads default to use_reentrant except on naturally
19905              threadsafe platforms.
19906      Branch: perl
19907            ! perl.h
19908 ____________________________________________________________________________
19909 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
19910         Log: (Hopefully) a fix for 20010723.004: make install needs
19911              write permission in build directory.  The problem was
19912              probably caused by overeager sprinkling of the lib/re.pm
19913              dependencies (which was done to guarantee lib/re.pm being
19914              uptodate for parallel makes: now solved by funneling that
19915              through an explicit recursive make in the preplibrary target).
19916      Branch: perl
19917            ! Makefile.SH
19918 ____________________________________________________________________________
19919 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
19920         Log: Dispell the "use utf8" superstition.
19921      Branch: perl
19922            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
19923            ! pod/perlunicode.pod
19924 ____________________________________________________________________________
19925 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
19926         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
19927              From: "Abigail" <abigail@foad.org> 
19928              Date: Sat, 11 Aug 2001 23:49:49 +0200
19929              Message-ID: <20010811214950.23255.qmail@foad.org>
19930      Branch: perl
19931            ! t/op/taint.t
19932 ____________________________________________________________________________
19933 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
19934         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
19935              From: Abhijit Menon-Sen <ams@wiw.org>
19936              Date: Sat, 11 Aug 2001 06:18:19 +0530
19937              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
19938      Branch: perl
19939            ! mg.c
19940 ____________________________________________________________________________
19941 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
19942         Log: Test for change #11639.
19943      Branch: perl
19944            ! t/op/tiehandle.t
19945 ____________________________________________________________________________
19946 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
19947         Log: Subject: Re: Can't localize *FH, then tie it
19948              From: Abhijit Menon-Sen <ams@wiw.org>
19949              Date: Sun, 12 Aug 2001 16:08:06 +0530
19950              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
19951      Branch: perl
19952            ! pp_hot.c pp_sys.c
19953 ____________________________________________________________________________
19954 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
19955         Log: Drop all the unnecessary "use utf8" clauses and some of
19956              the unnecessary "use bytes" ones.
19957              
19958              TODO: scour the documentation for unnecessary "use utf8"
19959              and prominently display it in perldelta when the time comes.
19960              ("use utf8" should be necessary ONLY if one wants the script
19961              to be in UTF-8.)  Also should be checked in some non-ASCII
19962              non-Latin-1 platform, like EBCDIC.
19963      Branch: perl
19964            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
19965            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
19966 ____________________________________________________________________________
19967 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
19968         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
19969              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
19970              in Unicode handling.
19971      Branch: perl
19972            + t/op/lc.t
19973            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
19974 ____________________________________________________________________________
19975 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
19976         Log: Thinko: we want the flags for native cc, not gcc.
19977      Branch: perl
19978            ! hints/dec_osf.sh
19979 ____________________________________________________________________________
19980 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
19981         Log: (retracted by 13077)
19982              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
19983              From: Robin Houston <robin@kitsite.com>
19984              Date: Fri, 10 Aug 2001 14:42:02 +0100
19985              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
19986      Branch: perl
19987            ! pp.c
19988 ____________________________________________________________________________
19989 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
19990         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
19991              From: Abhijit Menon-Sen <ams@wiw.org>
19992              Date: Sat, 11 Aug 2001 16:31:04 +0530
19993              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
19994      Branch: perl
19995            ! op.c
19996 ____________________________________________________________________________
19997 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
19998         Log: Get rid of indread, from Abhijit Menon-Sen.
19999      Branch: perl
20000            ! pp_sys.c
20001 ____________________________________________________________________________
20002 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
20003         Log: CRLFgngngn.
20004      Branch: perl
20005            ! win32/Makefile win32/makefile.mk
20006 ____________________________________________________________________________
20007 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
20008         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
20009      Branch: perl
20010            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
20011            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
20012            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
20013            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
20014            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
20015            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
20016            ! win32/Makefile win32/makefile.mk
20017 ____________________________________________________________________________
20018 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
20019         Log: Avoid #elif (less portable than #else #if).
20020      Branch: perl
20021            ! handy.h
20022 ____________________________________________________________________________
20023 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
20024         Log: Subject: patch for perlvar.pod
20025              From: mah@everybody.org (Mark A. Hershberger)
20026              Date: 08 Aug 2001 17:03:16 -0500
20027              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
20028      Branch: perl
20029            ! pod/perlvar.pod
20030 ____________________________________________________________________________
20031 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
20032         Log: cpp commands must start (the # must be) at the column #0.
20033      Branch: perl
20034            ! op.c
20035 ____________________________________________________________________________
20036 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
20037         Log: If using gcc -B/foo/bar makedepend would give
20038              unnecessary warnings about unused -B/foo/bar.
20039      Branch: perl
20040            ! makedepend.SH
20041 ____________________________________________________________________________
20042 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
20043         Log: Update Changes.
20044      Branch: perl
20045            ! Changes patchlevel.h
20046 ____________________________________________________________________________
20047 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
20048         Log: s/z/tz/
20049      Branch: perl
20050            ! pod/perlfaq2.pod
20051 ____________________________________________________________________________
20052 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
20053         Log: Article nit.
20054      Branch: perl
20055            ! pod/perlfaq2.pod
20056 ____________________________________________________________________________
20057 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
20058         Log: Rename lib/unicode files to lib/unicore to avoid
20059              conflicts between core lib/unicode and Unicode::
20060              files in case-ignoring filesystems.
20061      Branch: perl
20062            + (add 325 files)
20063            - (delete 324 files)
20064            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
20065 ____________________________________________________________________________
20066 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
20067         Log: Upgrade to Math::BigInt 1.41.
20068      Branch: perl
20069            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
20070 ____________________________________________________________________________
20071 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
20072         Log: Subject: [PATCH] remove PL_na from typemap
20073              From: James <james@rf.net>
20074              Date: Mon, 06 Aug 2001 20:23:15 -0700
20075              Message-ID: <3B6F5F23.A31A81B1@rf.net>
20076              
20077              (had to be manually applied)
20078      Branch: perl
20079            ! lib/ExtUtils/typemap
20080 ____________________________________________________________________________
20081 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
20082         Log: The metaconfig unit changes for #11618.
20083      Branch: metaconfig/U/perl
20084            + d_fpclassl.U i_fp.U
20085 ____________________________________________________________________________
20086 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
20087         Log: Forgot this from #11618.
20088              
20089              NOTE: wince/config_H.ce needs updating.
20090      Branch: perl
20091            ! wince/config.ce
20092 ____________________________________________________________________________
20093 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
20094         Log: Introduce more floating point classifying APIs;
20095              try to define (most importantly) Perl_is{inf,nan}(x).
20096              
20097              For this first cut, assume none such APIs exist in non-UNIXoid
20098              platforms-- this is of course too unkind: Win32 rumoredly has
20099              _fpclass() and _isnan(), and VMS/VOS very probably have some
20100              of the APIs available.     The only thing Perl uses at the moment
20101              is Perl_isnan() (has been in use for a while now).
20102              
20103              NOTE: the Win32 and NetWare config_h.?c need regenerating.
20104      Branch: perl
20105            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
20106            ! Porting/config_H config_h.SH configure.com epoc/config.sh
20107            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
20108            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20109            ! vos/config.ga.h win32/config.bc win32/config.gc
20110            ! win32/config.vc win32/config_H.bc win32/config_H.gc
20111            ! win32/config_H.vc wince/config.ce wince/config.h
20112 ____________________________________________________________________________
20113 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
20114         Log: Integrate change #11519 from perlio:
20115              
20116              Avoid testing for (non-)existance of "encoding(xxxx)"
20117              layer is called "encoding" the (xxxx) is an argument.
20118      Branch: perl
20119           !> lib/open.pm
20120 ____________________________________________________________________________
20121 [ 11616] By: nick                                  on 2001/08/09  07:50:24
20122         Log: Integrate mainline
20123      Branch: perlio
20124           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
20125           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
20126           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
20127           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
20128            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
20129            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
20130           !> (integrate 79 files)
20131 ____________________________________________________________________________
20132 [ 11615] By: nick                                  on 2001/08/09  06:23:44
20133         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
20134              layer is called "encoding" the (xxxx) is an argument.
20135      Branch: perlio
20136            ! lib/open.pm
20137 ____________________________________________________________________________
20138 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
20139         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
20140              From: Paul Johnson <paul@pjcj.net>
20141              Date: Wed, 8 Aug 2001 23:54:17 +0200
20142              Message-ID: <20010808235417.O1006@pjcj.net>
20143      Branch: perl
20144            ! ext/B/B/Concise.pm
20145 ____________________________________________________________________________
20146 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
20147         Log: Make VMS use IEEE math by default; reorder Tru64 hints
20148              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
20149              exception semantics) is always set if using (the new) cc.
20150      Branch: perl
20151            ! configure.com hints/dec_osf.sh
20152 ____________________________________________________________________________
20153 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
20154         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
20155              From: Abhijit Menon-Sen <ams@wiw.org>
20156              Date: Tue, 7 Aug 2001 17:16:05 +0530
20157              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
20158      Branch: perl
20159            ! pp_sys.c
20160 ____________________________________________________________________________
20161 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
20162         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
20163              From: "Craig A. Berry" <craigberry@mac.com>
20164              Date: Tue, 07 Aug 2001 22:27:47 -0500
20165              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
20166      Branch: perl
20167            ! t/run/exit.t
20168 ____________________________________________________________________________
20169 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
20170         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
20171              From: "Craig A. Berry" <craigberry@mac.com>
20172              Date: Tue, 07 Aug 2001 20:01:53 -0500
20173              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
20174      Branch: perl
20175            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
20176 ____________________________________________________________________________
20177 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
20178         Log: Update the magazine information.
20179      Branch: perl
20180            ! pod/perlfaq2.pod
20181 ____________________________________________________________________________
20182 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
20183         Log: Ignore SIGFPE everywhere.
20184      Branch: perl
20185            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
20186 ____________________________________________________________________________
20187 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
20188         Log: With permission, change the licensing of the docs by
20189              TomC (and Gnat) to comply with the rest of Perl.
20190      Branch: perl
20191            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
20192            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
20193            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
20194            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
20195            ! pod/perltootc.pod
20196 ____________________________________________________________________________
20197 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
20198         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
20199              From: Andy Dougherty <doughera@lafayette.edu>
20200              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
20201              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
20202      Branch: perl
20203            ! hints/openbsd.sh
20204 ____________________________________________________________________________
20205 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
20206         Log: Subject: [PATCH] Makefile.SH test_prep dependency
20207              From: Andy Dougherty <doughera@lafayette.edu>
20208              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
20209              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
20210      Branch: perl
20211            ! Makefile.SH
20212 ____________________________________________________________________________
20213 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
20214         Log: Don't autogenerate the headers et alia,
20215              make regen_headers explicitly.
20216      Branch: perl
20217            ! Makefile.SH
20218 ____________________________________________________________________________
20219 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
20220         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
20221              From: Gurusamy Sarathy <gsar@ActiveState.com> 
20222              Date: Tue, 07 Aug 2001 08:33:26 -0700
20223              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
20224              
20225              Unnecessary dependency.
20226      Branch: perl
20227            ! embed.pl
20228 ____________________________________________________________________________
20229 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
20230         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
20231              From: Abhijit Menon-Sen <ams@wiw.org>
20232              Date: Tue, 7 Aug 2001 09:10:54 +0530
20233              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
20234      Branch: perl
20235            ! pp_hot.c
20236 ____________________________________________________________________________
20237 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
20238         Log: Subject: [PATCH perl@11597] B && BEGIN handling
20239              From: "James A. Duncan" <jduncan@fotango.com>
20240              Date: Mon, 6 Aug 2001 17:29:11 +0100
20241              Message-ID: <20010806172911.A2071@fotango.com>
20242              
20243              (the intrpvar.h addition moved to the end for bincompat)
20244      Branch: perl
20245            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
20246 ____________________________________________________________________________
20247 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
20248         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
20249      Branch: perl
20250           !> README.win32
20251 ____________________________________________________________________________
20252 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
20253         Log: fix URLs for fcrypt.c
20254      Branch: maint-5.6/perl
20255            ! README.win32
20256 ____________________________________________________________________________
20257 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
20258         Log: Yet another way to say Infinity: HP-UX calls its "++".
20259      Branch: perl
20260            ! lib/Math/BigInt/t/bigintpm.t
20261 ____________________________________________________________________________
20262 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
20263         Log: Update Changes.
20264      Branch: perl
20265            ! Changes patchlevel.h
20266 ____________________________________________________________________________
20267 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
20268         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
20269      Branch: perl
20270            ! pod/perlfaq5.pod
20271 ____________________________________________________________________________
20272 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
20273         Log: The #11593 wasn't right.
20274      Branch: perl
20275            ! lib/Math/BigInt/t/bigintpm.t
20276 ____________________________________________________________________________
20277 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
20278         Log: Subject: [PATCH: perl@11564] introducing perlivp
20279              From: Prymmer/Kahn <pvhp@best.com>
20280              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
20281              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
20282              
20283              Subject: Re: [PATCH: perl@11564] introducing perlivp
20284              From: Prymmer/Kahn <pvhp@best.com>
20285              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
20286              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
20287      Branch: perl
20288            + utils/perlivp.PL
20289            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
20290            ! win32/Makefile win32/makefile.mk
20291 ____________________________________________________________________________
20292 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
20293         Log: libcs are confused what to call Infinity.
20294      Branch: perl
20295            ! lib/Math/BigInt/t/bigintpm.t
20296 ____________________________________________________________________________
20297 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
20298         Log: Avoid SIGFPE in Tru64.
20299      Branch: perl
20300            ! numeric.c
20301 ____________________________________________________________________________
20302 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
20303         Log: Upgrade to Math::BigInt 1.40.
20304              
20305              NOTE: this patch necessitates doing something about
20306              infinity handling since the new bigintpm.t tests use
20307              infinity, which causes SIGFPEs at least in Tru64.
20308      Branch: perl
20309            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20310            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
20311            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
20312            ! lib/Math/BigInt/t/mbimbf.t
20313 ____________________________________________________________________________
20314 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
20315         Log: remove hardcoded cmd shell in testsuite
20316      Branch: perl
20317            ! t/op/glob.t t/op/magic.t t/op/stat.t
20318 ____________________________________________________________________________
20319 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
20320         Log: 4-arg select() was busted on windows because change#8178 didn't
20321              make it into mainline
20322      Branch: perl
20323            ! perl.h win32/include/sys/socket.h
20324 ____________________________________________________________________________
20325 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
20326         Log: Rename the Getopt::Long tests to be as they are
20327              in the Getopt::Long official distribution.
20328      Branch: perl
20329            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
20330            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
20331            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
20332            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
20333            ! MANIFEST
20334 ____________________________________________________________________________
20335 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
20336         Log: Upgrade to Getopt::Long 2.26.
20337      Branch: perl
20338            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
20339            ! MANIFEST lib/Getopt/Long.pm
20340 ____________________________________________________________________________
20341 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
20342         Log: Retract #10874 (the hack should be unnecessary by now)
20343      Branch: perl
20344            ! lib/Test/Harness.pm
20345 ____________________________________________________________________________
20346 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
20347         Log: avoid temp file littering in tests
20348      Branch: perl
20349            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
20350 ____________________________________________________________________________
20351 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
20352         Log: Subject: warning in sv.c: double format, NV arg
20353              From: "Philip Newton" <Philip.Newton@gmx.net>
20354              Date: Sun, 5 Aug 2001 19:41:07 +0200
20355              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
20356      Branch: perl
20357            ! sv.c
20358 ____________________________________________________________________________
20359 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
20360         Log: fix POSIX.t#13 for windos
20361      Branch: perl
20362            ! ext/POSIX/POSIX.t
20363 ____________________________________________________________________________
20364 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
20365         Log: Add a test for PerlIO::Via.
20366      Branch: perl
20367            + ext/PerlIO/t/via.t
20368            ! MANIFEST ext/PerlIO/Via/Via.pm
20369 ____________________________________________________________________________
20370 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
20371         Log: flock() and link() are not available on Windows 9x
20372      Branch: perl
20373            ! win32/config_sh.PL
20374 ____________________________________________________________________________
20375 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
20376         Log: Some Tru64 C compilers have C++ components that confuse
20377              the ccversion parsing.
20378      Branch: perl
20379            ! hints/dec_osf.sh
20380 ____________________________________________________________________________
20381 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
20382         Log: (Reintroduce #11125)
20383              
20384              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
20385              From: Alan Burlison <Alan.Burlison@sun.com> 
20386              Date: Tue, 03 Jul 2001 15:20:13 +0100   
20387              Message-ID: <3B41D49D.A923D4F9@sun.com> 
20388      Branch: perl
20389            ! lib/ExtUtils/MM_Unix.pm
20390 ____________________________________________________________________________
20391 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
20392         Log: Little pointer juggling for HP-UX cc to avoid
20393              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
20394              followed by
20395              "error 1549: Modifiable lvalue required for assignment operator."
20396      Branch: perl
20397            ! hv.c
20398 ____________________________________________________________________________
20399 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
20400         Log: Continuation of #11575: SANY_SEEN completely deprecated,
20401              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
20402              plus a fix for the bug.
20403      Branch: perl
20404            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
20405 ____________________________________________________________________________
20406 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
20407         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
20408              From: Doug MacEachern <dougm@covalent.net>
20409              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
20410              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
20411      Branch: perl
20412            ! sv.c
20413 ____________________________________________________________________________
20414 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
20415         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
20416              the new CANY is the \C.  The problem reported and the
20417              test case supplied in
20418              
20419              Subject: UTF-8 bugs in string length & single line regex matches
20420              From: "Daniel P. Berrange" <dan@berrange.com>
20421              Date: Fri, 3 Aug 2001 11:39:33 +0100
20422              Message-ID: <20010803113932.A19318@berrange.com>
20423      Branch: perl
20424            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
20425            ! t/op/pat.t
20426 ____________________________________________________________________________
20427 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
20428         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
20429              From: Doug MacEachern <dougm@covalent.net>
20430              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
20431              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
20432      Branch: perl
20433            ! perl.c regexec.c
20434 ____________________________________________________________________________
20435 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
20436         Log: The #11572 didn't up the test count.
20437      Branch: perl
20438            ! t/op/length.t
20439 ____________________________________________________________________________
20440 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
20441         Log: Subject: UTF-8 bugs in string length & single line regex matches
20442              From: "Daniel P. Berrange" <dan@berrange.com>
20443              Date: Fri, 3 Aug 2001 11:39:33 +0100         
20444              Message-ID: <20010803113932.A19318@berrange.com>
20445              
20446              (the mg_length() fix)
20447      Branch: perl
20448            ! mg.c t/op/length.t
20449 ____________________________________________________________________________
20450 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
20451         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
20452              From: Abhijit Menon-Sen <ams@wiw.org>
20453              Date: Sat, 4 Aug 2001 16:56:35 +0530
20454              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
20455      Branch: perl
20456            ! hv.c
20457 ____________________________________________________________________________
20458 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
20459         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
20460              From: Abhijit Menon-Sen <ams@wiw.org>
20461              Date: Sat, 4 Aug 2001 16:16:03 +0530
20462              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
20463      Branch: perl
20464            ! hv.c
20465 ____________________________________________________________________________
20466 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
20467         Log: Subject: Re: [patch] refcount re ops
20468              From: Abhijit Menon-Sen <ams@wiw.org>
20469              Date: Sat, 4 Aug 2001 08:54:55 +0530
20470              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
20471      Branch: perl
20472            ! sv.c
20473 ____________________________________________________________________________
20474 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
20475         Log: Subject: [patch] refcount re ops
20476              From: Doug MacEachern <dougm@covalent.net>
20477              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
20478              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
20479      Branch: perl
20480            ! regcomp.c sv.c
20481 ____________________________________________________________________________
20482 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
20483         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
20484              From: Doug MacEachern <dougm@covalent.net>
20485              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
20486              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
20487      Branch: perl
20488            ! perl.c regexec.c
20489 ____________________________________________________________________________
20490 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
20491         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
20492              From: "Craig A. Berry" <craigberry@mac.com> 
20493              Date: Fri, 03 Aug 2001 16:16:16 -0500
20494              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
20495      Branch: perl
20496            ! t/op/misc.t
20497 ____________________________________________________________________________
20498 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
20499         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
20500              From: John Kristian <jmk2001@engineer.com>
20501              Date: Fri, 03 Aug 2001 00:59:08 -0700
20502              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
20503      Branch: perl
20504            ! win32/win32.c
20505 ____________________________________________________________________________
20506 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
20507         Log: Update Changes.
20508      Branch: perl
20509            ! Changes patchlevel.h
20510 ____________________________________________________________________________
20511 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
20512         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
20513              From: "Craig A. Berry" <craigberry@mac.com>
20514              Date: Thu, 02 Aug 2001 23:15:24 -0500
20515              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
20516      Branch: perl
20517            ! ext/B/Stash.t
20518 ____________________________________________________________________________
20519 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
20520         Log: Subject: [patch] plug PL_cshname leak
20521              From: Doug MacEachern <dougm@covalent.net>
20522              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
20523              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
20524      Branch: perl
20525            ! sv.c
20526 ____________________________________________________________________________
20527 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
20528         Log: Subject: [patch] plug PL_sh_path leak
20529              From: Doug MacEachern <dougm@covalent.net>
20530              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
20531              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
20532      Branch: perl
20533            ! sv.c
20534 ____________________________________________________________________________
20535 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
20536         Log: Subject: [patch] plug PL_regex_padav leaks
20537              From: Doug MacEachern <dougm@covalent.net>
20538              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
20539              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
20540      Branch: perl
20541            ! op.c op.h perl.c
20542 ____________________________________________________________________________
20543 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
20544         Log: Subject: [patch] plug PL_origargv leak
20545              From: Doug MacEachern <dougm@covalent.net>
20546              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
20547              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
20548      Branch: perl
20549            ! perl.c
20550 ____________________________________________________________________________
20551 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
20552         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
20553              From: Abhijit Menon-Sen <ams@wiw.org>
20554              Date: Fri, 3 Aug 2001 06:38:11 +0530
20555              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
20556      Branch: perl
20557            ! hv.c
20558 ____________________________________________________________________________
20559 [ 11557] By: nick                                  on 2001/08/03  08:17:38
20560         Log: Integrate mainline
20561      Branch: perlio
20562           +> (branch 47 files)
20563            - lib/Switch/test.pl
20564           !> (integrate 49 files)
20565 ____________________________________________________________________________
20566 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
20567         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
20568              From: "Craig A. Berry" <craigberry@mac.com>
20569              Date: Thu, 02 Aug 2001 12:56:19 -0500
20570              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
20571      Branch: perl
20572            ! ext/B/Showlex.t
20573 ____________________________________________________________________________
20574 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
20575         Log: Be more careful about non-existent files.
20576      Branch: perl
20577            ! lib/File/Copy.pm
20578 ____________________________________________________________________________
20579 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
20580         Log: Subject: [PATCH resend] deparse empty formats
20581              From: Robin Houston <robin@kitsite.com> 
20582              Date: Thu, 2 Aug 2001 14:32:36 +0100
20583              Message-ID: <20010802143236.A894@robin.kitsite.com>
20584      Branch: perl
20585            ! ext/B/B/Deparse.pm
20586 ____________________________________________________________________________
20587 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
20588         Log: Subject: [patch] ithreads + refto fix improvement
20589              From: Doug MacEachern <dougm@covalent.net>
20590              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
20591              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
20592      Branch: perl
20593            ! pp.c
20594 ____________________________________________________________________________
20595 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
20596         Log: Readability nit from Abhijit.
20597      Branch: perl
20598            ! op.c
20599 ____________________________________________________________________________
20600 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
20601         Log: setproctitle() API version nit from Anton Berezin.
20602      Branch: perl
20603            ! mg.c
20604 ____________________________________________________________________________
20605 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
20606         Log: Add PerlCE to the docs.
20607      Branch: perl
20608            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
20609            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
20610 ____________________________________________________________________________
20611 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
20612         Log: Integrate the PerlCE (WinCE Perl) port;
20613              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
20614      Branch: perl
20615            + README.ce wince/FindExt.pm wince/Makefile.ce
20616            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
20617            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
20618            + wince/bin/search.pl wince/config.ce wince/config.h
20619            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
20620            + wince/dl_win32.xs wince/include/arpa/inet.h
20621            + wince/include/cectype.h wince/include/errno.h
20622            + wince/include/netdb.h wince/include/sys/socket.h
20623            + wince/include/sys/stat.h wince/include/sys/types.h
20624            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
20625            + wince/perl.rc wince/perldll.def wince/perllib.c
20626            + wince/perlmain.c wince/registry.bat wince/runperl.c
20627            + wince/splittree.pl wince/win32.h wince/win32iop.h
20628            + wince/win32thread.c wince/win32thread.h wince/wince.c
20629            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
20630            + wince/xdistclean.ksh wince/xmakediffs.ksh
20631            ! MANIFEST perl.c perl.h perlio.c
20632 ____________________________________________________________________________
20633 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
20634         Log: setproctitle() made simpler.  (This assumes the string is
20635              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
20636              should be used.  Note len, not len + 1.)  BSD-fu from Anton
20637              Berezin.
20638      Branch: perl
20639            ! mg.c
20640 ____________________________________________________________________________
20641 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
20642         Log: Subject: [PATCH] -Wall cleanup: op.c
20643              From: Richard Soderberg <rs@oregonnet.com>
20644              Date: Thu, 2 Aug 2001 00:17:09 -0700
20645              Message-Id: <200108020717.AAA26895@oregonnet.com>
20646              
20647              Subject: [PATCH] -Wall cleanup: sv.c
20648              From: Richard Soderberg <rs@oregonnet.com>
20649              Date: Thu, 2 Aug 2001 00:49:21 -0700
20650              Message-Id: <200108020749.AAA27492@oregonnet.com>
20651      Branch: perl
20652            ! op.c sv.c
20653 ____________________________________________________________________________
20654 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
20655         Log: Update Changes.
20656      Branch: perl
20657            ! Changes patchlevel.h
20658 ____________________________________________________________________________
20659 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
20660         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
20661              From: Doug MacEachern <dougm@covalent.net>
20662              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
20663              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
20664      Branch: perl
20665            ! op.c
20666 ____________________________________________________________________________
20667 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
20668         Log: The #11541 didn't work under threads.
20669      Branch: perl
20670            ! op.c
20671 ____________________________________________________________________________
20672 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
20673         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
20674              From: Hugo <hv@crypt.compulink.co.uk>
20675              Date: Fri, 22 Jun 2001 01:19:08 +0100 
20676              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
20677              
20678              (Skip tests if accept() failed)
20679      Branch: perl
20680            ! ext/IO/lib/IO/t/io_unix.t
20681 ____________________________________________________________________________
20682 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
20683         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
20684              From: "Stian Seeberg" <sseeberg@nimsoft.no>
20685              Date: Mon, 30 Jul 2001 12:28:07 +0200
20686              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
20687      Branch: perl
20688            ! perl.h
20689 ____________________________________________________________________________
20690 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
20691         Log: Subject: Pluggable optimizer
20692              From: Simon Cozens <simon@netthink.co.uk>
20693              Date: Wed, 1 Aug 2001 13:57:02 -0700
20694              Message-ID: <20010801135702.I10442@netthink.co.uk>
20695      Branch: perl
20696            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
20697 ____________________________________________________________________________
20698 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
20699         Log: Subject: [ID 20010801.039] perlre.pod message typo
20700              From: Autrijus Tang <autrijus@geb.elixus.org>
20701              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
20702              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
20703      Branch: perl
20704            ! pod/perlre.pod
20705 ____________________________________________________________________________
20706 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
20707         Log: Test for change #11536.
20708      Branch: perl
20709            ! t/op/tiehandle.t
20710 ____________________________________________________________________________
20711 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
20712         Log: More test fixups for #11537.
20713      Branch: perl
20714            ! t/lib/warnings/4lint t/lib/warnings/9enabled
20715 ____________________________________________________________________________
20716 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
20717         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
20718              From: Doug MacEachern <dougm@covalent.net>
20719              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
20720              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
20721      Branch: perl
20722            ! op.c t/TestInit.pm
20723 ____________________________________________________________________________
20724 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
20725         Log: Subject: [patch] ithreads + refto bug
20726              From: Doug MacEachern <dougm@covalent.net>
20727              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
20728              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
20729              
20730              (Test in change #11539)
20731      Branch: perl
20732            ! pp.c
20733 ____________________________________________________________________________
20734 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
20735         Log: Subject: [PATCH: perl@11523] fixups for t/harness
20736              From: Prymmer/Kahn <pvhp@best.com>
20737              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
20738              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
20739      Branch: perl
20740            ! t/harness
20741 ____________________________________________________________________________
20742 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
20743         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
20744              From: Prymmer/Kahn <pvhp@best.com>
20745              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
20746              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
20747      Branch: perl
20748            ! win32/Makefile win32/makefile.mk
20749 ____________________________________________________________________________
20750 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
20751         Log: Need to know the number of tests.
20752      Branch: perl
20753            ! t/run/exit.t
20754 ____________________________________________________________________________
20755 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
20756         Log: Subject: Re: new exit tests on VMS
20757              From: "Craig A. Berry" <craigberry@mac.com>
20758              Date: Tue, 31 Jul 2001 12:19:29 -0500
20759              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
20760      Branch: perl
20761            ! t/run/exit.t
20762 ____________________________________________________________________________
20763 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
20764         Log: Retract #11530 (the dTHX is needed under threads)
20765      Branch: perl
20766            ! perlio.c
20767 ____________________________________________________________________________
20768 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
20769         Log: (Retracted by #11531)
20770      Branch: perl
20771            ! perlio.c
20772 ____________________________________________________________________________
20773 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
20774         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
20775              From: Richard Soderberg <rs@crystalflame.net>
20776              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
20777              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
20778      Branch: perl
20779            ! unixish.h
20780 ____________________________________________________________________________
20781 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
20782         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
20783              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20784              Date: Tue, 31 Jul 2001 05:39:09 -0400
20785              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
20786              
20787              (with a note about the case of UV being equal to long long)
20788      Branch: perl
20789            ! utils/h2xs.PL
20790 ____________________________________________________________________________
20791 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
20792         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
20793              From: "Craig A. Berry" <craigberry@mac.com>
20794              Date: Tue, 31 Jul 2001 14:57:43 -0500
20795              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
20796      Branch: perl
20797            ! t/io/fs.t
20798 ____________________________________________________________________________
20799 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
20800         Log: Fix for
20801              
20802              Subject: [ID 20010116.001] File::Copy truncates orig file 
20803              From: arbor@al37al08.telecel.pt
20804              Date: Tue, 16 Jan 2001 11:43:02 GMT
20805              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
20806              
20807              (copy($foo, $foo) would truncate $foo)
20808      Branch: perl
20809            ! lib/File/Copy.pm lib/File/Copy.t
20810 ____________________________________________________________________________
20811 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
20812         Log: Metaconfig unit change for #11524.
20813      Branch: metaconfig/U/perl
20814            ! Extras.U
20815 ____________________________________________________________________________
20816 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
20817         Log: Multiple modules didn't work; plus typo fixes.
20818      Branch: perl
20819            ! Configure
20820 ____________________________________________________________________________
20821 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
20822         Log: Update Changes.
20823      Branch: perl
20824            ! Changes patchlevel.h
20825 ____________________________________________________________________________
20826 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
20827         Log: Regen perlapi.
20828      Branch: perl
20829            ! pod/perlapi.pod
20830 ____________________________________________________________________________
20831 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
20832         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
20833              From: Dave Mitchell <davem@fdgroup.co.uk>
20834              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
20835              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
20836      Branch: perl
20837            ! sv.c
20838 ____________________________________________________________________________
20839 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
20840         Log: Regen toc.
20841      Branch: perl
20842            ! pod/perltoc.pod
20843 ____________________________________________________________________________
20844 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
20845         Log: Regen Porting stuff.
20846      Branch: perl
20847            ! Porting/Glossary Porting/config.sh Porting/config_H
20848 ____________________________________________________________________________
20849 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
20850         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
20851              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20852              Date: Tue, 31 Jul 2001 05:34:38 -0400
20853              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
20854      Branch: perl
20855            ! utils/h2xs.PL
20856 ____________________________________________________________________________
20857 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
20858         Log: Metaconfig unit change for #11516. 
20859      Branch: metaconfig/U/perl
20860            ! gccvers.U
20861 ____________________________________________________________________________
20862 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
20863         Log: Add -Wall in cflags, not in Configure.
20864              (This way -Wall affects only the core and the core XS,
20865              not user modules' XS.  Concern from Paul Marquess,
20866              implementation idea from Andy Dougherty.)
20867      Branch: perl
20868            ! Configure cflags.SH
20869 ____________________________________________________________________________
20870 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
20871         Log: Metaconfig unit changes for #11514.
20872      Branch: metaconfig
20873            + U/modified/sysman.U
20874            ! U/installdirs/man1dir.U
20875 ____________________________________________________________________________
20876 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
20877         Log: Subject: Configure's detection of system manual
20878              From: Sean Dague <sean@dague.net> 
20879              Date: Sun, 13 May 2001 15:53:15 -0400
20880              Message-ID: <20010513155315.A15833@underhill.dague.net>
20881      Branch: perl
20882            ! Configure
20883 ____________________________________________________________________________
20884 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
20885         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
20886              From: Autrijus Tang <autrijus@autrijus.org> 
20887              Date: Thu, 21 Jun 2001 23:56:48 +0800
20888              Message-Id: <20010621235648.A57340@not.autrijus.org>
20889      Branch: perl
20890            ! pod/perlobj.pod
20891 ____________________________________________________________________________
20892 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
20893         Log: Subject: Typo in DB_File.pm
20894              From: "Philip Newton" <Philip.Newton@gmx.net>
20895              Date: Tue, 31 Jul 2001 06:19:35 +0200
20896              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
20897      Branch: perl
20898            ! ext/DB_File/DB_File.pm
20899 ____________________________________________________________________________
20900 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
20901         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
20902              From: "Stephen P. Potter" <spp@spotter.yi.org>
20903              Date: Wed, 30 May 2001 13:59:34 -0400
20904              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
20905      Branch: perl
20906            ! pod/perlre.pod
20907 ____________________________________________________________________________
20908 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
20909         Log: eval "format foo=" would loop indefinitely; reported in
20910              
20911              Subject: A load of old rubbish
20912              From: Mike Guy <mjtg@cam.ac.uk>
20913              Date: Mon, 14 May 2001 16:12:22 +0100
20914              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
20915              
20916              (The core dumps reported in there already fixed.)
20917      Branch: perl
20918            ! toke.c
20919 ____________________________________________________________________________
20920 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
20921         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
20922      Branch: perl
20923            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
20924            + lib/Switch/t/switch_case.t
20925            - lib/Switch/test.pl
20926            ! MANIFEST lib/Switch.pm
20927 ____________________________________________________________________________
20928 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
20929         Log: Subject: [PATCH @11505] DB_File-1.78
20930              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
20931              Date: Mon, 30 Jul 2001 22:54:37 +0100
20932              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
20933      Branch: perl
20934            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20935            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
20936 ____________________________________________________________________________
20937 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
20938         Log: Explain in more detail why -pipe and -fno-common are good.
20939      Branch: perl
20940            ! hints/darwin.sh
20941 ____________________________________________________________________________
20942 [ 11506] By: nick                                  on 2001/07/30  14:32:23
20943         Log: Integrate mainline
20944      Branch: perlio
20945           !> INSTALL Makefile.SH doio.c hints/darwin.sh
20946 ____________________________________________________________________________
20947 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
20948         Log: Perl hasn't been putting man pages into $prefix/lib for
20949              a long time now; pointed out by Andy Dougherty. 
20950      Branch: perl
20951            ! hints/darwin.sh
20952 ____________________________________________________________________________
20953 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
20954         Log: Document the extras Configure option.
20955      Branch: perl
20956            ! INSTALL
20957 ____________________________________________________________________________
20958 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
20959         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
20960              everywhere.
20961      Branch: perl
20962           !> doio.c
20963 ____________________________________________________________________________
20964 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
20965         Log: Doubly guard against invoking CPAN if no extras defined,
20966              pointed out by H. Merijn Brand.
20967      Branch: perl
20968            ! Makefile.SH
20969 ____________________________________________________________________________
20970 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
20971         Log: Fix O_RDONLY check to check for O_RDONLY.
20972      Branch: maint-5.6/macperl
20973            ! doio.c
20974 ____________________________________________________________________________
20975 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
20976         Log: Integrate miscellaneous changes from maint-5.6/perl.
20977      Branch: maint-5.6/macperl
20978           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
20979 ____________________________________________________________________________
20980 [ 11499] By: nick                                  on 2001/07/30  06:52:42
20981         Log: Integrate mainline
20982      Branch: perlio
20983           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
20984           +> win32/sync_ext.pl
20985            - win32/sncfnmcs.pl
20986           !> (integrate 71 files)
20987 ____________________________________________________________________________
20988 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
20989         Log: Update Changes.
20990      Branch: perl
20991            ! Changes patchlevel.h
20992 ____________________________________________________________________________
20993 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
20994         Log: Now Configure -Dextras=Foo::Bar and "make install" will
20995              fetch and install Foo::Bar.
20996      Branch: perl
20997            ! Makefile.SH
20998 ____________________________________________________________________________
20999 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
21000         Log: Metaconfig unit change for #11495.
21001      Branch: metaconfig/U/perl
21002            ! Extras.U
21003 ____________________________________________________________________________
21004 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
21005         Log: extras.make, extras.test, and extras.install make targets.
21006      Branch: perl
21007            ! Configure Makefile.SH
21008 ____________________________________________________________________________
21009 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
21010         Log: Metaconfig unit change for #11493.
21011      Branch: metaconfig/U/perl
21012            ! Extras.U
21013 ____________________________________________________________________________
21014 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
21015         Log: Better to have the list of extras in $extras than 'define'.
21016      Branch: perl
21017            ! Configure
21018 ____________________________________________________________________________
21019 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
21020         Log: The metaconfig unit change for #11490.
21021      Branch: metaconfig/U/perl
21022            + Extras.U
21023 ____________________________________________________________________________
21024 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
21025         Log: Missed from #11490 (the required dependency).
21026      Branch: perl
21027            ! Makefile.SH
21028 ____________________________________________________________________________
21029 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
21030         Log: Add the support of asking for extra modules or bundles of modules
21031              to be fetched from the CPAN and installed as a part of the Perl
21032              build process.  None of this installation is yet really done;
21033              only the list is asked, and saved away in extras.lst for
21034              the build and installation process to worry about later.
21035      Branch: perl
21036            ! Configure
21037 ____________________________________________________________________________
21038 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
21039         Log: Beginnings of better Inf and NaN support.
21040              At least toke.c and sv.c still need quite a bit of work.
21041      Branch: perl
21042            ! numeric.c perl.h
21043 ____________________________________________________________________________
21044 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
21045         Log: Top-level Makefile didn't honour OPTIMIZE.
21046      Branch: perl
21047            ! Makefile.SH
21048 ____________________________________________________________________________
21049 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
21050         Log: Update Changes.
21051      Branch: perl
21052            ! Changes patchlevel.h
21053 ____________________________________________________________________________
21054 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
21055         Log: Use Search::Dict 1.02 interface for charinfo().
21056      Branch: perl
21057            ! lib/UnicodeCD.pm
21058 ____________________________________________________________________________
21059 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
21060         Log: Now also allow transforming the read lines before comparing them.
21061              (This will help UnicodeCD.) 
21062      Branch: perl
21063            ! lib/Search/Dict.pm
21064 ____________________________________________________________________________
21065 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
21066         Log: Remove tiehandle code.
21067      Branch: perl
21068            ! lib/UnicodeCD.pm
21069 ____________________________________________________________________________
21070 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
21071         Log: Allow specifying a comparison function for Search::Dict::look().
21072      Branch: perl
21073            ! lib/Search/Dict.pm
21074 ____________________________________________________________________________
21075 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
21076         Log: Small UnicodeCD tweaks.
21077      Branch: perl
21078            ! lib/UnicodeCD.pm lib/UnicodeCD.t
21079 ____________________________________________________________________________
21080 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
21081         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
21082              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21083              Date: Tue, 24 Jul 2001 01:51:32 +0900
21084              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
21085      Branch: perl
21086            ! lib/UnicodeCD.pm lib/UnicodeCD.t
21087 ____________________________________________________________________________
21088 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
21089         Log: Subject: [PATCH] installperl
21090              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
21091              Date: Fri, 27 Jul 2001 19:05:04 -0700
21092              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
21093      Branch: perl
21094            ! installperl
21095 ____________________________________________________________________________
21096 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
21097         Log: Subject: [PATCH] Set proper compatibility versions in core
21098              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
21099              Date: Fri, 27 Jul 2001 20:01:49 -0700
21100              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
21101      Branch: perl
21102            ! Makefile.SH
21103 ____________________________________________________________________________
21104 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
21105         Log: Metaconfig unit change for #11477.
21106      Branch: metaconfig/U/perl
21107            ! dlsrc.U
21108 ____________________________________________________________________________
21109 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
21110         Log: Subject: [PATCH] Darwin: -fpic not so good
21111              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
21112              Date: Fri, 27 Jul 2001 18:57:38 -0700
21113              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
21114      Branch: perl
21115            ! Configure
21116 ____________________________________________________________________________
21117 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
21118         Log: Subject: [PATCH] Clean up Darwin hints
21119              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
21120              Date: Fri, 27 Jul 2001 19:13:15 -0700
21121              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
21122      Branch: perl
21123            ! hints/darwin.sh
21124 ____________________________________________________________________________
21125 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
21126         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
21127              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21128              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
21129              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
21130      Branch: perl
21131            ! pod/perlfunc.pod pp.c t/op/split.t
21132 ____________________________________________________________________________
21133 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
21134         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
21135              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21136              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
21137              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
21138      Branch: perl
21139            ! pod/perlvar.pod
21140 ____________________________________________________________________________
21141 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
21142         Log: Subject: [PATCH] fixes to constant.pm documentation
21143              From: Ilmari Karonen <iltzu@sci.fi>
21144              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
21145              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
21146      Branch: perl
21147            ! lib/constant.pm
21148 ____________________________________________________________________________
21149 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
21150         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
21151              From: "Philip Newton" <Philip.Newton@gmx.net>
21152              Date: Fri, 27 Jul 2001 07:51:10 +0200
21153              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
21154      Branch: perl
21155            ! pod/perlport.pod
21156 ____________________________________________________________________________
21157 [ 11471] By: nick                                  on 2001/07/26  06:23:32
21158         Log: Subject:  [PATCH] Doc fix for perlguts / threading
21159              From:  Arthur Bergman <arthur@contiller.se>
21160              Date:  Wed, 25 Jul 2001 11:28:23 +0200
21161              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
21162      Branch: perl
21163            ! pod/perlguts.pod
21164 ____________________________________________________________________________
21165 [ 11470] By: nick                                  on 2001/07/26  06:21:06
21166         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
21167              From:  Philip Newton <Philip.Newton@gmx.net>
21168              Date:  Wed, 25 Jul 2001 08:19:47 +0200
21169              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
21170      Branch: perl
21171            ! INSTALL
21172 ____________________________________________________________________________
21173 [ 11469] By: nick                                  on 2001/07/26  06:20:25
21174         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
21175              From:  Philip Newton <Philip.Newton@gmx.net>
21176              Date:  Wed, 25 Jul 2001 08:12:48 +0200
21177              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
21178      Branch: perl
21179            ! INSTALL
21180 ____________________________________________________________________________
21181 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
21182         Log: More +x.
21183      Branch: perl
21184            ! Porting/makerel
21185 ____________________________________________________________________________
21186 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
21187         Log: Update Changes.
21188      Branch: perl
21189            ! Changes patchlevel.h
21190 ____________________________________________________________________________
21191 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
21192         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
21193              From: "Philip Newton" <Philip.Newton@gmx.net>
21194              Date: Tue, 24 Jul 2001 06:45:55 +0200
21195              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
21196      Branch: perl
21197            ! os2/perlrexx.c
21198 ____________________________________________________________________________
21199 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
21200         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
21201              From: Peter Prymmer <pvhp@forte.com>
21202              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
21203              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
21204      Branch: perl
21205            ! pod/perlport.pod t/io/fs.t vms/test.com
21206 ____________________________________________________________________________
21207 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
21208         Log: Workaround on Cwd bootstrap problem.
21209      Branch: perl
21210            ! lib/ExtUtils/MakeMaker.pm
21211 ____________________________________________________________________________
21212 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
21213         Log: When in Rome, quote like the Romans do.
21214      Branch: perl
21215            ! cflags.SH
21216 ____________________________________________________________________________
21217 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
21218         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
21219              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21220              Date: Mon, 23 Jul 2001 19:29:49 -0400
21221              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
21222      Branch: perl
21223            + os2/perlrexx.c
21224            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
21225            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
21226            ! t/op/write.t
21227 ____________________________________________________________________________
21228 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
21229         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
21230              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21231              Date: Mon, 23 Jul 2001 18:43:42 -0400
21232              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
21233      Branch: perl
21234            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
21235 ____________________________________________________________________________
21236 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
21237         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
21238              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21239              Date: Mon, 23 Jul 2001 18:33:16 -0400
21240              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
21241      Branch: perl
21242            ! lib/ExtUtils/MakeMaker.pm
21243 ____________________________________________________________________________
21244 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
21245         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
21246              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21247              Date: Mon, 23 Jul 2001 18:20:35 -0400
21248              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
21249      Branch: perl
21250            ! Makefile.SH cflags.SH
21251 ____________________________________________________________________________
21252 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
21253         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
21254              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
21255              Date: Mon, 23 Jul 2001 11:32:17 -0500
21256              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
21257      Branch: perl
21258            ! lib/ExtUtils/MakeMaker.pm
21259 ____________________________________________________________________________
21260 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
21261         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
21262              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21263              Date: Mon, 23 Jul 2001 18:13:20 -0400
21264              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
21265      Branch: perl
21266            ! lib/perl5db.pl
21267 ____________________________________________________________________________
21268 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
21269         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
21270              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21271              Date: Mon, 23 Jul 2001 18:07:40 -0400
21272              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
21273      Branch: perl
21274            ! op.c
21275 ____________________________________________________________________________
21276 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
21277         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
21278              From: "Craig A. Berry" <craigberry@mac.com>
21279              Date: Mon, 23 Jul 2001 15:35:06 -0500
21280              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
21281      Branch: perl
21282            ! util.c
21283 ____________________________________________________________________________
21284 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
21285         Log: Subject: [PATCH perlfaq9.pod typo]
21286              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
21287              Date: Mon, 23 Jul 2001 07:49:05 -0700
21288              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
21289      Branch: perl
21290            ! pod/perlfaq9.pod
21291 ____________________________________________________________________________
21292 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
21293         Log: Subject: win32\sncfnmcs.pl corrections
21294              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
21295              Date: Mon, 23 Jul 2001 12:56:54 +0200
21296              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
21297              
21298              Rename the script a little bit more sensibly.
21299      Branch: perl
21300            + win32/sync_ext.pl
21301            - win32/sncfnmcs.pl
21302            ! MANIFEST README.win32
21303 ____________________________________________________________________________
21304 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
21305         Log: Test tweak.
21306      Branch: perl
21307            ! ext/B/Deparse.t
21308 ____________________________________________________________________________
21309 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
21310         Log: Metaconfig unit tweak for #11450.
21311      Branch: metaconfig/U/perl
21312            ! Mksymlinks.U
21313 ____________________________________________________________________________
21314 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
21315         Log: Too volatile failsafe check.
21316      Branch: perl
21317            ! Configure
21318 ____________________________________________________________________________
21319 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
21320         Log: Further doc tweaks.
21321      Branch: perl
21322            ! lib/UnicodeCD.pm
21323 ____________________________________________________________________________
21324 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
21325         Log: Doc tweaks.
21326      Branch: perl
21327            ! lib/UnicodeCD.pm
21328 ____________________________________________________________________________
21329 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
21330         Log: Doc tweakery from Abhijit.
21331      Branch: perl
21332            ! Porting/repository.pod
21333 ____________________________________________________________________________
21334 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
21335         Log: An accidental empty line.
21336      Branch: perl
21337            ! MANIFEST
21338 ____________________________________________________________________________
21339 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
21340         Log: Missing MANIFESTations.
21341      Branch: perl
21342            ! MANIFEST
21343 ____________________________________________________________________________
21344 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
21345         Log: Update Changes.
21346      Branch: perl
21347            ! Changes patchlevel.h
21348 ____________________________________________________________________________
21349 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
21350         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
21351              From: Mike Guy <mjtg@cam.ac.uk>
21352              Date: Fri, 20 Jul 2001 16:12:49 +0100
21353              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
21354      Branch: perl
21355            ! Porting/pumpkin.pod
21356 ____________________________________________________________________________
21357 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
21358         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
21359              From: Peter Prymmer <pvhp@forte.com>
21360              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
21361              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
21362      Branch: perl
21363            ! pod/perlhack.pod
21364 ____________________________________________________________________________
21365 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
21366         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
21367              From: Michael G Schwern <schwern@pobox.com>
21368              Date: Fri, 20 Jul 2001 20:22:35 -0400
21369              Message-ID: <20010720202235.O4498@blackrider>
21370      Branch: perl
21371            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
21372            ! lib/Test/t/todo.t
21373 ____________________________________________________________________________
21374 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
21375         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
21376              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
21377              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
21378              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
21379      Branch: perl
21380            ! ext/POSIX/POSIX.pod
21381 ____________________________________________________________________________
21382 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
21383         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
21384              From: Mark-Jason Dominus <mjd@plover.com>
21385              Date: Fri, 20 Jul 2001 23:16:54 -0400
21386              Message-ID: <20010721031654.21877.qmail@plover.com>
21387      Branch: perl
21388            ! ext/POSIX/POSIX.pod
21389 ____________________________________________________________________________
21390 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
21391         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
21392              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21393              Date: Sun, 22 Jul 2001 14:56:09 +0200
21394              Message-ID: <20010722145609.A766@rafael>
21395      Branch: perl
21396            ! ext/B/O.pm
21397 ____________________________________________________________________________
21398 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
21399         Log: Subject: regexec.c #define cleanup
21400              From: Mark-Jason Dominus <mjd@plover.com>
21401              Date: Sat, 21 Jul 2001 18:33:25 -0400
21402              Message-ID: <20010721223325.3069.qmail@plover.com>
21403      Branch: perl
21404            ! regexec.c
21405 ____________________________________________________________________________
21406 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
21407         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
21408              From: Prymmer/Kahn <pvhp@best.com>
21409              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
21410              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
21411      Branch: perl
21412            ! t/io/fs.t
21413 ____________________________________________________________________________
21414 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
21415         Log: Typo in #11432.
21416      Branch: perl
21417            ! ext/POSIX/POSIX.t
21418 ____________________________________________________________________________
21419 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
21420         Log: Integrate (manually) change #11424 from macperl.
21421      Branch: perl
21422            ! ext/Filter/t/call.t
21423 ____________________________________________________________________________
21424 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
21425         Log: Integrate change #11408 from macperl.
21426      Branch: perl
21427           !> README.macos pod/perlport.pod
21428 ____________________________________________________________________________
21429 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
21430         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
21431      Branch: perl
21432           +> macos/MacPerlTests.cmd macos/xsubpp.patch
21433            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
21434            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
21435            ! ext/POSIX/POSIX.t
21436 ____________________________________________________________________________
21437 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
21438         Log: pod/*.t tests not picked up by t/TEST either
21439      Branch: maint-5.6/perl
21440            ! t/TEST
21441 ____________________________________________________________________________
21442 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
21443         Log: better tweak for change#11429 (windows has both / and \ separated
21444              paths in @INC at that point)
21445      Branch: maint-5.6/perl
21446            ! t/pod/testp2pt.pl
21447 ____________________________________________________________________________
21448 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
21449         Log: MacOS pod test tweak needs \Escape
21450      Branch: maint-5.6/perl
21451            ! t/pod/testp2pt.pl
21452 ____________________________________________________________________________
21453 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
21454         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
21455              resulting duplicate output, but t/harness isn't)
21456      Branch: maint-5.6/perl
21457            ! t/run/runenv.t
21458 ____________________________________________________________________________
21459 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
21460         Log: t/harness wasn't picking up all the tests
21461      Branch: maint-5.6/perl
21462            ! t/harness
21463 ____________________________________________________________________________
21464 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
21465         Log: update MANIFEST for new file
21466      Branch: maint-5.6/perl
21467            ! MANIFEST
21468 ____________________________________________________________________________
21469 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
21470         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
21471              the exception of the macperl/macos/... tree
21472      Branch: maint-5.6/perl
21473           +> t/lib/filefind-taint.t
21474           !> (integrate 72 files)
21475 ____________________________________________________________________________
21476 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
21477         Log: Fix test.
21478      Branch: maint-5.6/macperl
21479            ! macos/bundled_ext/Filter/t/call.t
21480 ____________________________________________________________________________
21481 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
21482         Log: Make perl fork()-safe (in a slightly limited way) even on
21483              platforms that don't have pthread_atfork() (extension of
21484              the fix in change#11151).
21485              
21486              Note that this will not help extensions that call fork()
21487              directly in C, or that link to libraries that call fork()
21488              directly.  Such cases must be fixed to either call
21489              PerlProc_fork(), or call atfork_lock() in parent before the
21490              calling the function that forks and call atfork_unlock()
21491              in both parent and child immediately after the fork().
21492              (There are no worries if C code calls exec() in the child
21493              immediately after a fork().  Only cases where the child
21494              calls perl's API functions (including New()) after the
21495              fork() are problematic.)
21496              
21497              This change also eliminates the use of vfork() from perl,
21498              since all such uses were violating the severe restrictions
21499              on modifying the state of the process between the vfork()
21500              and the exec().
21501              
21502              This is a modified version of patches suggested by Abhijit
21503              Menon-Sen and Richard Soderberg.
21504      Branch: perl
21505            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
21506            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
21507 ____________________________________________________________________________
21508 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
21509         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
21510              Switch, and Text::Balanced.
21511      Branch: maint-5.6/macperl
21512            + macos/bundled_ext/Filter/Util/Call/Call.pm
21513            + macos/bundled_ext/Filter/Util/Call/Call.xs
21514            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
21515            + macos/bundled_ext/Filter/t/MyFilter.pm
21516            + macos/bundled_ext/Filter/t/call.t
21517            + macos/bundled_ext/Filter/t/filter-util.pl
21518            + macos/bundled_lib/blib/lib/Class/ISA.pm
21519            + macos/bundled_lib/blib/lib/Digest.pm
21520            + macos/bundled_lib/blib/lib/Filter/Simple.pm
21521            + macos/bundled_lib/blib/lib/Switch.pm
21522            + macos/bundled_lib/blib/lib/Text/Balanced.pm
21523            + macos/bundled_lib/blib/lib/Text/Balanced.pod
21524            + macos/bundled_lib/t/Class/ISA/test.pl
21525            + macos/bundled_lib/t/Digest/Digest.t
21526            + macos/bundled_lib/t/Filter/Simple/test.pl
21527            + macos/bundled_lib/t/Switch/test.pl
21528            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
21529            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
21530            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
21531            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
21532            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
21533            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
21534            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
21535            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
21536 ____________________________________________________________________________
21537 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
21538         Log: Add Filter::Util::Call to config/make files; edit utils
21539              to recognize the module (it was descended too far down).
21540              Bump version to 5.6.1a4.
21541      Branch: maint-5.6/macperl
21542            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
21543            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
21544            ! macos/macperl/Makefile.mk macos/xsubpp.patch
21545 ____________________________________________________________________________
21546 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
21547         Log: Make DB_File the default for MLDBM on MacOS.
21548      Branch: maint-5.6/macperl
21549            ! macos/bundled_lib/blib/lib/MLDBM.pm
21550 ____________________________________________________________________________
21551 [ 11419] By: nick                                  on 2001/07/20  14:51:03
21552         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
21553              From:  Simon Cozens <simon@netthink.co.uk>
21554              Date:  Fri, 20 Jul 2001 11:42:35 -0400
21555              Message-Id:  <20010720114235.A5235@netthink.co.uk>
21556      Branch: perl
21557            ! lib/UnicodeCD.pm
21558 ____________________________________________________________________________
21559 [ 11418] By: nick                                  on 2001/07/20  14:48:12
21560         Log: Subject:  [PATCH regcomp.h] adds a comment
21561              From:  Abhijit Menon-Sen <ams@wiw.org>
21562              Date:  Fri, 20 Jul 2001 21:05:37 +0530
21563              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
21564      Branch: perl
21565            ! regcomp.h
21566 ____________________________________________________________________________
21567 [ 11417] By: nick                                  on 2001/07/20  14:16:38
21568         Log: Subject:  [PATCH 5.7.2] INSTALL updates
21569              From:  Andy Dougherty <doughera@lafayette.edu>
21570              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
21571              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
21572      Branch: perl
21573            ! INSTALL
21574 ____________________________________________________________________________
21575 [ 11416] By: nick                                  on 2001/07/20  06:44:44
21576         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
21577              From:  Russ Allbery <rra@stanford.edu>
21578              Date:  19 Jul 2001 15:52:37 -0700
21579              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
21580      Branch: perl
21581            ! lib/Pod/Man.pm
21582 ____________________________________________________________________________
21583 [ 11415] By: nick                                  on 2001/07/20  06:35:11
21584         Log: Subject:  [PATCH] defer op_seq allocation
21585              From:  Abhijit Menon-Sen <ams@wiw.org>
21586              Date:  Thu, 19 Jul 2001 22:12:24 +0530
21587              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
21588      Branch: perl
21589            ! op.c
21590 ____________________________________________________________________________
21591 [ 11414] By: nick                                  on 2001/07/20  06:23:36
21592         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
21593              From:  Abhijit Menon-Sen <ams@wiw.org>
21594              Date:  Fri, 20 Jul 2001 01:18:50 +0530
21595              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
21596              (Private e-mail)
21597      Branch: perl
21598            ! ext/Time/HiRes/HiRes.xs
21599 ____________________________________________________________________________
21600 [ 11413] By: nick                                  on 2001/07/20  06:18:53
21601         Log: Integrate mainline
21602      Branch: perlio
21603           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
21604            - t/base/commonsense.t
21605           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
21606           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
21607           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
21608           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
21609           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
21610           !> win32/win32.c
21611 ____________________________________________________________________________
21612 [ 11412] By: nick                                  on 2001/07/19  06:44:27
21613         Log: Integrate win32/perlhost.h from maintenance branch.
21614              (Rest of $ENV{PATH} / system() fix.)
21615      Branch: perl
21616           !> win32/perlhost.h
21617 ____________________________________________________________________________
21618 [ 11411] By: nick                                  on 2001/07/19  06:41:34
21619         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
21620              From:  Philip Newton <Philip.Newton@gmx.net>
21621              Date:  Wed, 18 Jul 2001 21:43:57 +0200
21622              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
21623      Branch: perl
21624            ! pod/perlhack.pod
21625 ____________________________________________________________________________
21626 [ 11410] By: nick                                  on 2001/07/19  06:39:35
21627         Log: Subject:  Security hole in taint checking in open()
21628              From:  deekoo@tentacle.net
21629              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
21630              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
21631      Branch: perl
21632            ! doio.c
21633 ____________________________________________________________________________
21634 [ 11409] By: nick                                  on 2001/07/19  06:28:08
21635         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
21636              From:  Abhijit Menon-Sen <ams@wiw.org>
21637              Date:  Thu, 19 Jul 2001 04:30:43 +0530
21638              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
21639      Branch: perl
21640            ! ext/Time/HiRes/HiRes.xs
21641 ____________________________________________________________________________
21642 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
21643         Log: Update docs with latest implementation information and new URLs.
21644      Branch: maint-5.6/macperl
21645            ! README.macos pod/perlport.pod
21646 ____________________________________________________________________________
21647 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
21648         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
21649              Fix BuildRules to accept optimization variables.
21650      Branch: maint-5.6/macperl
21651            + macos/bundled_ext/Digest/MD5/Makefile.mk
21652            ! macos/BuildRules.mk macos/Makefile.mk
21653            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
21654            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
21655 ____________________________________________________________________________
21656 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
21657         Log: Integrate changes 11399,11401
21658      Branch: maint-5.6/macperl
21659           !> win32/perlhost.h win32/win32.c
21660 ____________________________________________________________________________
21661 [ 11405] By: nick                                  on 2001/07/18  06:50:33
21662         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
21663              from perl5.6*
21664      Branch: perl
21665           !> win32/perlhost.h win32/win32.c
21666 ____________________________________________________________________________
21667 [ 11404] By: nick                                  on 2001/07/18  06:43:59
21668         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
21669              From:  hv@crypt0.demon.co.uk
21670              Date:  Wed, 18 Jul 2001 05:58:46 +0100
21671              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
21672      Branch: perl
21673            ! ext/POSIX/POSIX.t
21674 ____________________________________________________________________________
21675 [ 11403] By: nick                                  on 2001/07/18  06:38:57
21676         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
21677              From:  hv@crypt0.demon.co.uk
21678              Date:  Wed, 18 Jul 2001 05:21:54 +0100
21679              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
21680      Branch: perl
21681            ! numeric.c t/op/arith.t
21682 ____________________________________________________________________________
21683 [ 11402] By: nick                                  on 2001/07/18  06:19:17
21684         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
21685              From:  mjd@plover.com
21686              Date:  17 Jul 2001 17:59:20 -0000
21687              Message-Id:  <20010717175920.8177.qmail@plover.com>
21688      Branch: perl
21689            ! pod/perlre.pod
21690 ____________________________________________________________________________
21691 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
21692         Log: thinko in change#11400 (duh)
21693      Branch: maint-5.6/perl
21694            ! win32/perlhost.h
21695 ____________________________________________________________________________
21696 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
21697         Log: change#11399 revealed another unrelated bug; this is just a temporary
21698              bandaid
21699      Branch: maint-5.6/perl
21700            ! win32/perlhost.h
21701 ____________________________________________________________________________
21702 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
21703         Log: fix bugs in handling of the virtualized environment under windows;
21704              there were bugs in propagating any changes to %ENV down to the real
21705              environment when such changes happened in the toplevel process
21706              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
21707              problem identification, and for a part of the fix)
21708      Branch: maint-5.6/perl
21709            ! win32/perlhost.h win32/win32.c
21710 ____________________________________________________________________________
21711 [ 11398] By: nick                                  on 2001/07/17  08:26:35
21712         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
21713              From: Peter Prymmer <pvhp@forte.com>
21714              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
21715              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
21716              
21717              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
21718              should not depend on existance of Config.pm
21719      Branch: perl
21720           +> t/lib/commonsense.t
21721            - t/base/commonsense.t
21722            ! MANIFEST t/README
21723 ____________________________________________________________________________
21724 [ 11397] By: nick                                  on 2001/07/17  08:09:58
21725         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
21726              From:  Michael G Schwern <schwern@pobox.com>
21727              Date:  Mon, 16 Jul 2001 18:20:31 -0400
21728              Message-Id:  <20010716182031.A1128@blackrider>
21729      Branch: perl
21730            ! pod/perlhack.pod
21731 ____________________________________________________________________________
21732 [ 11396] By: nick                                  on 2001/07/17  08:04:11
21733         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
21734              From:  Gwyn Judd <b.judd@xtra.co.nz>
21735              Date:  Tue, 17 Jul 2001 20:55:58 +1200
21736              Message-Id:  <20010717205558.A3107@thislove>
21737      Branch: perl
21738            ! pod/perlfunc.pod
21739 ____________________________________________________________________________
21740 [ 11395] By: nick                                  on 2001/07/17  08:02:22
21741         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
21742              From:  Peter Prymmer <pvhp@forte.com>
21743              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
21744              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
21745      Branch: perl
21746            ! t/op/sprintf.t
21747 ____________________________________________________________________________
21748 [ 11394] By: nick                                  on 2001/07/17  07:57:06
21749         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
21750              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
21751              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
21752              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
21753      Branch: perl
21754            ! gv.c
21755 ____________________________________________________________________________
21756 [ 11392] By: nick                                  on 2001/07/17  07:50:12
21757         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
21758              From:  Coral <coral@moonlight.crystalflame.net>
21759              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
21760              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
21761      Branch: perl
21762            ! pp_sys.c thread.h
21763 ____________________________________________________________________________
21764 [ 11391] By: nick                                  on 2001/07/17  07:34:28
21765         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
21766              From:  Jonathan Stowe <gellyfish@gellyfish.com>
21767              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
21768              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
21769      Branch: perl
21770            ! utils/h2xs.PL
21771 ____________________________________________________________________________
21772 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
21773         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
21774              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
21775              and Mac::Apps::Launch, which don't work, and Time::HiRes and
21776              Time::Piece, which don't yet work.
21777      Branch: maint-5.6/macperl
21778            + (add 154 files)
21779 ____________________________________________________________________________
21780 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
21781         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
21782              Also add hack to get around missing setenv for PERL5DB.
21783      Branch: maint-5.6/macperl
21784            ! macos/macish.c macos/macish.h
21785 ____________________________________________________________________________
21786 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
21787         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
21788      Branch: maint-5.6/macperl
21789            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
21790            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
21791 ____________________________________________________________________________
21792 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
21793         Log: Fix up some configuration and make options, add extra
21794              extensions.
21795      Branch: maint-5.6/macperl
21796            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
21797            ! macos/macperl/Makefile.mk
21798 ____________________________________________________________________________
21799 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
21800         Log: From Change 11374 in maintperl.
21801      Branch: maint-5.6/macperl
21802           !> utils/h2ph.PL
21803 ____________________________________________________________________________
21804 [ 11385] By: nick                                  on 2001/07/16  14:12:58
21805         Log: Back out change to h2xs till it passes its test.
21806      Branch: perl
21807            ! utils/h2xs.PL
21808 ____________________________________________________________________________
21809 [ 11384] By: nick                                  on 2001/07/16  14:00:10
21810         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
21811              From:  Jonathan Stowe <gellyfish@gellyfish.com>
21812              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
21813              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
21814      Branch: perl
21815            ! utils/h2xs.PL
21816 ____________________________________________________________________________
21817 [ 11383] By: nick                                  on 2001/07/16  13:53:12
21818         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
21819              From:  Robin Houston <robin@kitsite.com>
21820              Date:  Sun, 15 Jul 2001 18:22:31 +0100
21821              Message-Id:  <20010715182230.A11174@robin>
21822      Branch: perl
21823            ! hints/darwin.sh
21824 ____________________________________________________________________________
21825 [ 11382] By: nick                                  on 2001/07/16  13:52:49
21826         Log: Subject:  [PATCH perl@11372] re_dup
21827              From:  Radu Greab <radu@netsoft.ro>
21828              Date:  Sun, 15 Jul 2001 04:50:06 +0300
21829              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
21830      Branch: perl
21831            ! sv.c
21832 ____________________________________________________________________________
21833 [ 11379] By: nick                                  on 2001/07/16  13:35:39
21834         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
21835              From:  Robin Houston <robin@kitsite.com>
21836              Date:  Sat, 14 Jul 2001 14:28:50 +0100
21837              Message-Id:  <20010714142850.A10205@robin>
21838      Branch: perl
21839            ! ext/B/B/Deparse.pm
21840 ____________________________________________________________________________
21841 [ 11378] By: nick                                  on 2001/07/16  13:30:36
21842         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
21843              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
21844              Date:  Sat, 14 Jul 2001 22:17:42 +0900
21845              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
21846      Branch: perl
21847            + ext/Encode/Encode/euc-jp-0212.enc
21848            ! ext/Encode/Encode/Tcl.pm
21849 ____________________________________________________________________________
21850 [ 11377] By: nick                                  on 2001/07/16  13:17:28
21851         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
21852              From:  Andy Dougherty <doughera@lafayette.edu>
21853              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
21854              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
21855      Branch: perl
21856            ! hints/darwin.sh hints/rhapsody.sh
21857 ____________________________________________________________________________
21858 [ 11376] By: nick                                  on 2001/07/16  09:05:00
21859         Log: Integrate mainline
21860      Branch: perlio
21861           +> ext/Encode/Encode/7bit-greek.enc
21862           +> ext/Encode/Encode/7bit-latin1.enc
21863           +> ext/Encode/Encode/cns11643-1.enc
21864           +> ext/Encode/Encode/cns11643-2.enc
21865           +> ext/Encode/Encode/iso2022-cn.enc
21866           +> ext/Encode/Encode/iso2022-jp1.enc
21867           +> ext/Encode/Encode/iso2022-jp2.enc
21868           !> Changes Configure MANIFEST Makefile.SH
21869           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
21870           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
21871           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
21872           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
21873           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
21874 ____________________________________________________________________________
21875 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
21876         Log: integrate change#11374 from maint-5.6
21877              
21878              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
21879      Branch: perl
21880           !> utils/h2ph.PL
21881 ____________________________________________________________________________
21882 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
21883         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
21884      Branch: maint-5.6/perl
21885            ! utils/h2ph.PL
21886 ____________________________________________________________________________
21887 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
21888         Log: Update Changes.
21889      Branch: perl
21890            ! Changes patchlevel.h
21891 ____________________________________________________________________________
21892 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
21893         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
21894              From: Jonathan Stowe <gellyfish@gellyfish.com>
21895              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
21896              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
21897      Branch: perl
21898            ! utils/h2xs.PL
21899 ____________________________________________________________________________
21900 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
21901         Log: Subject: patch to add DEL to [:cntrl:]
21902              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
21903              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
21904              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
21905      Branch: perl
21906            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
21907 ____________________________________________________________________________
21908 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
21909         Log: Metaconfig unit change for #11369; plus a dependency nit.
21910      Branch: metaconfig
21911            ! U/compline/nblock_io.U
21912      Branch: metaconfig/U/perl
21913            ! Extensions.U
21914 ____________________________________________________________________________
21915 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
21916         Log: #include <stdlib.h> so that exit() is prototyped,
21917              noticed by Hugo.
21918      Branch: perl
21919            ! Configure
21920 ____________________________________________________________________________
21921 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
21922         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
21923              From: Peter Prymmer <pvhp@forte.com>
21924              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
21925              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
21926      Branch: perl
21927            ! t/op/sprintf.t
21928 ____________________________________________________________________________
21929 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
21930         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
21931              From: Peter Prymmer <pvhp@forte.com>
21932              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
21933              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
21934      Branch: perl
21935            ! ext/Encode/Encode/Tcl.t
21936 ____________________________________________________________________________
21937 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
21938         Log: Add information about gcc 3.0 basic block profiling.
21939      Branch: perl
21940            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
21941 ____________________________________________________________________________
21942 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
21943         Log: Subject: Error in lib/PerlIO/Via.pm ?
21944              From: Mark-Jason Dominus <mjd@plover.com>
21945              Date: Fri, 13 Jul 2001 15:55:41 -0400
21946              Message-ID: <20010713195541.26751.qmail@plover.com>
21947      Branch: perl
21948            ! ext/PerlIO/Via/Via.pm
21949 ____________________________________________________________________________
21950 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
21951         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
21952              section from the Compiler section.
21953      Branch: perl
21954            ! myconfig.SH
21955 ____________________________________________________________________________
21956 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
21957         Log: Handle glibc style of constant definitions using enum
21958              with intervening #defines; from Brendan O'Dea.
21959      Branch: perl
21960            ! utils/h2ph.PL
21961 ____________________________________________________________________________
21962 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
21963         Log: Add LC_MESSAGES to the locale_h export tag (it already is
21964              in the Makefile.PL and thusly eligible for an XS constant)
21965              (see also maintperl #10543)
21966      Branch: perl
21967            ! ext/POSIX/POSIX.pm
21968 ____________________________________________________________________________
21969 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
21970         Log: Subject: Re: [patch] re_dup
21971              From: Abhijit Menon-Sen <ams@wiw.org>
21972              Date: Fri, 13 Jul 2001 21:41:09 +0530
21973              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
21974      Branch: perl
21975            ! sv.c
21976 ____________________________________________________________________________
21977 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
21978         Log: Subject: [patch] re_dup
21979              From: Doug MacEachern <dougm@covalent.net>
21980              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
21981              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
21982      Branch: perl
21983            ! sv.c
21984 ____________________________________________________________________________
21985 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
21986         Log: Update Changes.
21987      Branch: perl
21988            ! Changes patchlevel.h
21989 ____________________________________________________________________________
21990 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
21991         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
21992              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
21993              Date: Sat, 14 Jul 2001 00:06:30 +0900
21994              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
21995      Branch: perl
21996            + ext/Encode/Encode/7bit-greek.enc
21997            + ext/Encode/Encode/7bit-latin1.enc
21998            + ext/Encode/Encode/cns11643-1.enc
21999            + ext/Encode/Encode/cns11643-2.enc
22000            + ext/Encode/Encode/iso2022-cn.enc
22001            + ext/Encode/Encode/iso2022-jp1.enc
22002            + ext/Encode/Encode/iso2022-jp2.enc
22003            ! MANIFEST ext/Encode/Encode/Tcl.pm
22004            ! ext/Encode/Encode/iso2022-kr.enc
22005 ____________________________________________________________________________
22006 [ 11357] By: nick                                  on 2001/07/13  14:24:06
22007         Log: Blind integrate mainline (as of 5.7.2?)
22008      Branch: perlio
22009           !> AUTHORS Changes Porting/config.sh Porting/config_H
22010           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
22011           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
22012           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
22013           !> win32/makefile.mk
22014 ____________________________________________________________________________
22015 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
22016         Log: Snip away the devel patchlevel.
22017      Branch: perl
22018            ! patchlevel.h
22019 ____________________________________________________________________________
22020 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
22021         Log: Bump the version to 5.7.2.
22022      Branch: perl
22023            ! Porting/config.sh Porting/config_H patchlevel.h
22024            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
22025            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22026            ! win32/makefile.mk
22027 ____________________________________________________________________________
22028 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
22029         Log: Update Changes.
22030      Branch: perl
22031            ! Changes
22032 ____________________________________________________________________________
22033 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
22034         Log: Reword.
22035      Branch: perl
22036            ! AUTHORS
22037 ____________________________________________________________________________
22038 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
22039         Log: AUTHORS update.
22040      Branch: perl
22041            ! AUTHORS
22042 ____________________________________________________________________________
22043 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
22044         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
22045              unless ithreads.
22046      Branch: perl
22047            ! makedef.pl
22048 ____________________________________________________________________________
22049 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
22050         Log: Integrate perlio.
22051      Branch: perl
22052           !> win32/distclean.bat
22053 ____________________________________________________________________________
22054 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
22055         Log: Test the encoding transform only iff we have PerlIO,
22056              noticed by H. Merijn Brand.
22057      Branch: perl
22058            ! ext/PerlIO/t/encoding.t
22059 ____________________________________________________________________________
22060 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
22061         Log: README.netware tweaks from Ananth Kesari.
22062      Branch: perl
22063            ! README.netware
22064 ____________________________________________________________________________
22065 [ 11346] By: nick                                  on 2001/07/13  09:18:51
22066         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
22067              to avoid /unicode vs /Unicode issues.
22068      Branch: perlio
22069            ! win32/distclean.bat
22070 ____________________________________________________________________________
22071 [ 11345] By: nick                                  on 2001/07/13  06:24:18
22072         Log: Integrate mainline
22073      Branch: perlio
22074           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
22075            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
22076           !> (integrate 63 files)
22077 ____________________________________________________________________________
22078 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
22079         Log: Add d_bincompat5005 information to perl -V.
22080      Branch: perl
22081            ! myconfig.SH
22082 ____________________________________________________________________________
22083 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
22084         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
22085              From: Abhijit Menon-Sen <ams@wiw.org>
22086              Date: Fri, 13 Jul 2001 07:12:36 +0530
22087              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
22088      Branch: perl
22089            ! sv.c
22090 ____________________________________________________________________________
22091 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
22092         Log: Remove unicode::distinct, as per Inaba Hiroto.
22093      Branch: perl
22094            - lib/unicode/distinct.pm
22095            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
22096            ! t/lib/1_compile.t
22097 ____________________________________________________________________________
22098 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
22099         Log: Paging for Dr Octothorpe.
22100      Branch: perl
22101            ! pod/perlfaq4.pod
22102 ____________________________________________________________________________
22103 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
22104         Log: cut-n-paste error noticed by mjd.
22105      Branch: perl
22106            ! pod/perlfaq4.pod
22107 ____________________________________________________________________________
22108 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
22109         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
22110              From: Peter Prymmer <pvhp@forte.com>
22111              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
22112              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
22113      Branch: perl
22114            ! pod/perlfaq4.pod
22115 ____________________________________________________________________________
22116 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
22117         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
22118              From: Randall Gellens <randy@qualcomm.com>
22119              Date: Thu, 12 Jul 2001 16:56:23 -0700
22120              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
22121      Branch: perl
22122            ! Porting/repository.pod
22123 ____________________________________________________________________________
22124 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
22125         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
22126      Branch: perl
22127            ! thread.h
22128 ____________________________________________________________________________
22129 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
22130         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
22131              From: coral <coral@moonlight.crystalflame.net>
22132              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
22133              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
22134      Branch: perl
22135            ! thread.h
22136 ____________________________________________________________________________
22137 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
22138         Log: Metaconfig unit change for #11134.
22139      Branch: metaconfig
22140            + U/threads/d_pthread_atfork.U
22141 ____________________________________________________________________________
22142 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
22143         Log: Add HAS_PTHREAD_ATFORK.
22144      Branch: perl
22145            ! Configure NetWare/config.wc NetWare/config_H.wc
22146            ! Porting/Glossary Porting/config.sh Porting/config_H
22147            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
22148            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
22149            ! vos/config.ga.def vos/config.ga.h win32/config.bc
22150            ! win32/config.gc win32/config.vc win32/config_H.bc
22151            ! win32/config_H.gc win32/config_H.vc
22152 ____________________________________________________________________________
22153 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
22154         Log: Subject: [PATCH] File::Copy fails on tied handles
22155              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
22156              Date: Thu, 12 Jul 2001 15:18:51 -0700
22157              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
22158      Branch: perl
22159            ! lib/File/Copy.pm
22160 ____________________________________________________________________________
22161 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
22162         Log: Subject: [PATCH] Langinfo.t
22163              From: Nicholas Clark <nick@ccl4.org>
22164              Date: Thu, 12 Jul 2001 23:55:38 +0100
22165              Message-ID: <20010712235538.M5827@plum.flirble.org>
22166      Branch: perl
22167            ! ext/I18N/Langinfo/Langinfo.t
22168 ____________________________________________________________________________
22169 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
22170         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
22171              From: Peter Prymmer <pvhp@forte.com>
22172              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
22173              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
22174      Branch: perl
22175            ! pod/perl572delta.pod
22176 ____________________________________________________________________________
22177 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
22178         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
22179              From: Abhijit Menon-Sen <ams@wiw.org>
22180              Date: Fri, 13 Jul 2001 05:21:16 +0530
22181              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
22182      Branch: perl
22183            ! sv.c
22184 ____________________________________________________________________________
22185 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
22186         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
22187              From: Abhijit Menon-Sen <ams@wiw.org>
22188              Date: Fri, 13 Jul 2001 03:04:25 +0530
22189              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
22190      Branch: perl
22191            ! av.c
22192 ____________________________________________________________________________
22193 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
22194         Log: s/^M$//g
22195      Branch: perl
22196            ! win32/Makefile win32/makefile.mk
22197 ____________________________________________________________________________
22198 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
22199         Log: Update Changes.
22200      Branch: perl
22201            ! Changes patchlevel.h
22202 ____________________________________________________________________________
22203 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
22204         Log: Typo spotted by Philip Newton.
22205      Branch: perl
22206            ! pod/perl572delta.pod
22207 ____________________________________________________________________________
22208 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
22209         Log: Subject: [PATCH] fixes perl_clone of perl_clone
22210              From: Artur Bergman <artur@contiller.se>
22211              Date: Thu, 12 Jul 2001 20:57:09 +0200
22212              Message-ID: <B773BFA4.236B%artur@contiller.se>
22213      Branch: perl
22214            ! sv.c
22215 ____________________________________________________________________________
22216 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
22217         Log: Add README.uts from Hal Morris.
22218      Branch: perl
22219            + README.uts
22220            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
22221            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
22222 ____________________________________________________________________________
22223 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
22224         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
22225              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22226              Date: Thu, 12 Jul 2001 20:32:37 +0200
22227              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
22228      Branch: perl
22229            ! hints/aix.sh
22230 ____________________________________________________________________________
22231 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
22232         Log: Subject: Patch: document reg_data.what member
22233              From: Mark-Jason Dominus <mjd@plover.com>
22234              Message-ID: <20010712182532.14821.qmail@plover.com>
22235              Date: Thu, 12 Jul 2001 14:25:32 -0400
22236      Branch: perl
22237            ! regcomp.c regcomp.h
22238 ____________________________________________________________________________
22239 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
22240         Log: Subject: [PATCH] Perl_re_dup()
22241              From: Abhijit Menon-Sen <ams@wiw.org>
22242              Date: Thu, 12 Jul 2001 23:54:32 +0530
22243              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
22244      Branch: perl
22245            ! embed.h embed.pl perlapi.c proto.h sv.c
22246 ____________________________________________________________________________
22247 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
22248         Log: Regen Configure, modlib, toc.
22249      Branch: perl
22250            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22251            ! pod/perlmodlib.pod pod/perltoc.pod
22252 ____________________________________________________________________________
22253 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
22254         Log: The problem seems to be in PerlIO::Layer::->find() not
22255              accepting the ":encoding(blurflur)" arguments.
22256      Branch: perl
22257            ! lib/PerlIO.pm lib/open.pm
22258 ____________________________________________________________________________
22259 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
22260         Log: AIX doc update.
22261      Branch: perl
22262            ! README.aix pod/perl572delta.pod
22263 ____________________________________________________________________________
22264 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
22265         Log: Subject: AIX README update
22266              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22267              Date: Thu, 12 Jul 2001 19:28:30 +0200
22268              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
22269      Branch: perl
22270            ! README.aix
22271 ____________________________________________________________________________
22272 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
22273         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
22274              From: Norton Allen <allen@huarp.harvard.edu>
22275              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
22276              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
22277      Branch: perl
22278            ! ext/IO/lib/IO/t/io_unix.t
22279 ____________________________________________________________________________
22280 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
22281         Log: Subject: [PATCH README.qnx hints/qnx.sh]
22282              From: Norton Allen <allen@huarp.harvard.edu>
22283              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
22284              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
22285      Branch: perl
22286            ! README.qnx hints/qnx.sh
22287 ____________________________________________________________________________
22288 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
22289         Log: Subject: [patch] faster PM_GETRE
22290              From: Doug MacEachern <dougm@covalent.net>
22291              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
22292              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
22293      Branch: perl
22294            ! op.h
22295 ____________________________________________________________________________
22296 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
22297         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
22298              From: Doug MacEachern <dougm@covalent.net>
22299              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
22300              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
22301      Branch: perl
22302            ! op.c
22303 ____________________________________________________________________________
22304 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
22305         Log: Tell where the nice Estonian database is.
22306      Branch: perl
22307            ! lib/open.pm
22308 ____________________________________________________________________________
22309 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
22310         Log: Retract #11309 since #11310 is a better fix.
22311      Branch: perl
22312            ! t/lib/1_compile.t
22313 ____________________________________________________________________________
22314 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
22315         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
22316              change#11300 needs to return the status of failed win32_spawnvp())
22317              
22318              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
22319              splitting correctly; remove unused variables; 'require' at run time
22320              rather than 'use' at compile time for I18N::Langinfo, since it
22321              isn't everyware
22322      Branch: perl
22323            ! lib/open.pm win32/win32.c
22324 ____________________________________________________________________________
22325 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
22326         Log: Temporary workaround.
22327      Branch: perl
22328            ! t/lib/1_compile.t
22329 ____________________________________________________________________________
22330 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
22331         Log: UCD typo in #11306 and add also more known-to-be-tested
22332              modules to the skip list.
22333      Branch: perl
22334            ! t/lib/1_compile.t
22335 ____________________________________________________________________________
22336 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
22337         Log: Rename Unicode::UCD to UnicodeCD to avoid
22338              messups with case-insensitive filesystems.
22339      Branch: perl
22340            + lib/UnicodeCD.pm lib/UnicodeCD.t
22341            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
22342            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
22343 ____________________________________________________________________________
22344 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
22345         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
22346              From: daniel@biz.bitpusher.com
22347              Date: Wed, 11 Jul 2001 23:25:47 -0700
22348              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
22349      Branch: perl
22350            ! lib/Tie/Array.pm t/op/splice.t
22351 ____________________________________________________________________________
22352 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
22353         Log: Subject: [PATCH] More accurate line numbers in messages
22354              From: Paul Johnson <paul@pjcj.net>
22355              Date: Thu, 12 Jul 2001 04:14:11 +0200
22356              Message-ID: <20010712041411.A3467@pjcj.net>
22357              
22358              (With prototyping and multiplicity tweaks.)
22359      Branch: perl
22360            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
22361 ____________________________________________________________________________
22362 [ 11304] By: nick                                  on 2001/07/12  12:53:40
22363         Log: Integrate mainline
22364      Branch: perlio
22365           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
22366           !> regexec.c thread.h
22367 ____________________________________________________________________________
22368 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
22369         Log: Cut-and-pasto in #11298.
22370      Branch: perl
22371            ! ext/ByteLoader/bytecode.h
22372 ____________________________________________________________________________
22373 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
22374         Log: Update the AIX known problems section.
22375      Branch: perl
22376            ! pod/perl572delta.pod
22377 ____________________________________________________________________________
22378 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
22379         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
22380              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22381              Date: Thu, 12 Jul 2001 12:16:16 +0200
22382              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
22383      Branch: perl
22384            ! hints/aix.sh
22385 ____________________________________________________________________________
22386 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
22387         Log: Integrate perlio.
22388      Branch: perl
22389           !> makedef.pl win32/win32.c
22390 ____________________________________________________________________________
22391 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
22392         Log: Subject: [PATCH] fix for PMOP threadness failures
22393              From: Artur Bergman <artur@contiller.se>
22394              Date: Thu, 12 Jul 2001 09:48:06 +0200
22395              Message-ID: <B77322D6.22DD%artur@contiller.se>
22396      Branch: perl
22397            ! regexec.c
22398 ____________________________________________________________________________
22399 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
22400         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
22401              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
22402              Date: Thu, 12 Jul 2001 09:09:48 +0200
22403              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
22404              
22405              More parentheses to keep bcc happy.
22406      Branch: perl
22407            ! ext/ByteLoader/bytecode.h
22408 ____________________________________________________________________________
22409 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
22410         Log: Subject: Re: [patch] pthread_atfork bandaid
22411              From: Doug MacEachern <dougm@covalent.net>
22412              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
22413              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
22414      Branch: perl
22415            ! thread.h
22416 ____________________________________________________________________________
22417 [ 11296] By: nick                                  on 2001/07/12  11:55:48
22418         Log: Exclude reentrant_buffer from .def file
22419      Branch: perlio
22420            ! makedef.pl
22421 ____________________________________________________________________________
22422 [ 11295] By: nick                                  on 2001/07/12  11:11:44
22423         Log: Honour void-ness of my_exit()
22424      Branch: perlio
22425            ! win32/win32.c
22426 ____________________________________________________________________________
22427 [ 11294] By: nick                                  on 2001/07/12  07:51:04
22428         Log: Integrate mainline
22429      Branch: perlio
22430           +> uts/sprintf_wrap.c
22431           !> (integrate 35 files)
22432 ____________________________________________________________________________
22433 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
22434         Log: Retract #11289.
22435      Branch: perl
22436            ! embed.h embed.pl perl.c proto.h thread.h
22437 ____________________________________________________________________________
22438 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
22439         Log: Now the :locale pseudolayer *almost* works...
22440      Branch: perl
22441            ! lib/open.pm
22442 ____________________________________________________________________________
22443 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
22444         Log: Locale encoding tweaks.
22445      Branch: perl
22446            ! lib/open.pm
22447 ____________________________________________________________________________
22448 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
22449         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
22450              From: Mark-Jason Dominus <mjd@plover.com>
22451              Date: Thu, 12 Jul 2001 00:59:31 -0400
22452              Message-ID: <20010712045931.8543.qmail@plover.com>
22453              
22454              Remove the chmod/umask leading zero warning.
22455      Branch: perl
22456            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
22457            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
22458 ____________________________________________________________________________
22459 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
22460         Log: (Retracted by #11289.)
22461      Branch: perl
22462            ! embed.h embed.pl perl.c proto.h thread.h
22463 ____________________________________________________________________________
22464 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
22465         Log: Needed by #11283.
22466      Branch: perl
22467            ! intrpvar.h
22468 ____________________________________________________________________________
22469 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
22470         Log: Metaconfig unit change for #11286.
22471      Branch: metaconfig/U/perl
22472            ! patchlevel.U
22473 ____________________________________________________________________________
22474 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
22475         Log: Subject: Re: [PATCH Configure] perl -V broken
22476              From: Andy Dougherty <doughera@lafayette.edu>
22477              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
22478              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
22479      Branch: perl
22480            ! Configure myconfig.SH
22481 ____________________________________________________________________________
22482 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
22483         Log: Retract #11166 (and #11237).
22484      Branch: perl
22485            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
22486            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
22487            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
22488 ____________________________________________________________________________
22489 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
22490         Log: UTS tweaks for Hal Morris.
22491      Branch: perl
22492            + uts/sprintf_wrap.c
22493            ! MANIFEST hints/uts.sh perl.h
22494 ____________________________________________________________________________
22495 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
22496         Log: Subject: [PATCH] Use reentrant API glibc
22497              From: Artur Bergman <artur@contiller.se>
22498              Date: Thu, 12 Jul 2001 00:58:21 +0200
22499              Message-ID: <B772A6AD.2288%artur@contiller.se>
22500      Branch: perl
22501            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
22502            ! sv.c
22503 ____________________________________________________________________________
22504 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
22505         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
22506              From: barries <barries@slaysys.com>
22507              Date: Wed, 11 Jul 2001 15:11:46 -0400
22508              Message-ID: <20010711151146.G24560@jester.slaysys.com>
22509      Branch: perl
22510            ! pp_sys.c t/lib/warnings/doio win32/win32.c
22511 ____________________________________________________________________________
22512 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
22513         Log: Subject: [patch] pthread_atfork bandaid
22514              From: Doug MacEachern <dougm@covalent.net>
22515              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
22516              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
22517      Branch: perl
22518            ! miniperlmain.c perl.c
22519 ____________________________________________________________________________
22520 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
22521         Log: Subject: [patch] perl_clone leaks
22522              From: Doug MacEachern <dougm@covalent.net>
22523              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
22524              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
22525      Branch: perl
22526            ! sv.c
22527 ____________________________________________________________________________
22528 [ 11279] By: nick                                  on 2001/07/11  15:49:38
22529         Log: Integrate mainline
22530      Branch: perlio
22531           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
22532           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
22533           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
22534           +> lib/Term/ANSIColor/README
22535           !> (integrate 54 files)
22536 ____________________________________________________________________________
22537 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
22538         Log: Update Changes.
22539      Branch: perl
22540            ! Changes patchlevel.h
22541 ____________________________________________________________________________
22542 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
22543         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
22544              From: Peter Prymmer <pvhp@forte.com>
22545              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
22546              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
22547              
22548              Backport of embed.pl to 5.003.
22549      Branch: perl
22550            ! embed.pl
22551 ____________________________________________________________________________
22552 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
22553         Log: Subject: Re: POSIX test #14 on UTS 
22554              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22555              Date: Wed, 11 Jul 2001 03:02:14 +0100
22556              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
22557      Branch: perl
22558            ! ext/POSIX/POSIX.t
22559 ____________________________________________________________________________
22560 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
22561         Log: Make the I32 an IV to preserve structure alignment and size.
22562      Branch: perl
22563            ! op.h
22564 ____________________________________________________________________________
22565 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
22566         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
22567              From: "Artur Bergman" <artur@contiller.se>
22568              Date: Wed, 11 Jul 2001 14:23:37 +0200
22569              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
22570              
22571              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
22572      Branch: perl
22573            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
22574            ! pod/perlapi.pod sv.c
22575 ____________________________________________________________________________
22576 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
22577         Log: Tweak until Pod::Parser gets updated.
22578      Branch: perl
22579            ! t/pod/special_seqs.xr
22580 ____________________________________________________________________________
22581 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
22582         Log: File::Spec usage tweak.
22583      Branch: perl
22584            ! lib/ExtUtils.t
22585 ____________________________________________________________________________
22586 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
22587         Log: Integrate #11263 from macperl; macos and macosx updates.
22588      Branch: perl
22589           !> pod/perlport.pod
22590 ____________________________________________________________________________
22591 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
22592         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
22593              From: Peter Prymmer <pvhp@forte.com>
22594              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
22595              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
22596      Branch: perl
22597            + ext/Time/HiRes/hints/dynixptx.pl
22598            ! MANIFEST hints/dynixptx.sh
22599 ____________________________________________________________________________
22600 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
22601         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
22602              From: Nicholas Clark <nick@ccl4.org>
22603              Date: Tue, 10 Jul 2001 23:17:43 +0100
22604              Message-ID: <20010710231742.B59620@plum.flirble.org>
22605      Branch: perl
22606            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
22607 ____________________________________________________________________________
22608 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
22609         Log: Subject: [DOC PATCH] Pluggable runops
22610              From: Paul Johnson <paul@pjcj.net>
22611              Date: Tue, 10 Jul 2001 21:53:28 +0200
22612              Message-ID: <20010710215328.B26577@pjcj.net>
22613      Branch: perl
22614            ! pod/perlguts.pod
22615 ____________________________________________________________________________
22616 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
22617         Log: Subject: [PATCH] Authors
22618              From: Artur Bergman <artur@contiller.se>
22619              Date: Tue, 10 Jul 2001 20:39:12 +0200
22620              Message-ID: <B771186F.21CD%artur@contiller.se>
22621      Branch: perl
22622            ! AUTHORS
22623 ____________________________________________________________________________
22624 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
22625         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
22626              From: Doug MacEachern <dougm@covalent.net>
22627              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
22628              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
22629      Branch: perl
22630            ! pp_ctl.c
22631 ____________________________________________________________________________
22632 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
22633         Log: Subject: doc patch; times() in scalar context
22634              From: mjd@plover.com
22635              Date: 10 Jul 2001 18:01:17 -0000
22636              Message-ID: <20010710180117.12477.qmail@plover.com>
22637      Branch: perl
22638            ! pod/perlfunc.pod
22639 ____________________________________________________________________________
22640 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
22641         Log: Subject: [PATCH] Small fix to pp_gmtime
22642              From: Artur Bergman <artur@contiller.se>
22643              Date: Tue, 10 Jul 2001 19:54:52 +0200
22644              Message-ID: <B7710E0B.21C5%artur@contiller.se>
22645      Branch: perl
22646            ! pp_sys.c
22647 ____________________________________________________________________________
22648 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
22649         Log: Integrate changes from mainline perl, add notes about
22650              Mac OS X and Mac OS.
22651      Branch: maint-5.6/macperl
22652            ! pod/perlport.pod
22653 ____________________________________________________________________________
22654 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
22655         Log: A proof of the dangers of package; ?
22656      Branch: perl
22657            ! t/lib/warnings/op
22658 ____________________________________________________________________________
22659 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
22660         Log: Regen toc and modlib.
22661      Branch: perl
22662            ! pod/perlmodlib.pod pod/perltoc.pod
22663 ____________________________________________________________________________
22664 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
22665         Log: Add compexcl(), casefold(), and casespec() interfaces;
22666              and make all interfaces to return hash references instead
22667              of hashes. 
22668      Branch: perl
22669            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
22670 ____________________________________________________________________________
22671 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
22672         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
22673              From: "Philip Newton" <Philip.Newton@gmx.net>
22674              Date: Tue, 10 Jul 2001 09:55:59 +0200
22675              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
22676              
22677              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
22678              From: "Philip Newton" <Philip.Newton@gmx.net>
22679              Date: Tue, 10 Jul 2001 09:56:37 +0200
22680              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
22681      Branch: perl
22682            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
22683            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
22684 ____________________________________________________________________________
22685 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
22686         Log: Subject: [patch] undef &xsub for 1,2
22687              From: Doug MacEachern <dougm@covalent.net>
22688              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
22689              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
22690              
22691              (This version of the patch with a comment from Gisle.)
22692      Branch: perl
22693            ! op.c
22694 ____________________________________________________________________________
22695 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
22696         Log: Mention package; deprecation and the Win32 problems.
22697      Branch: perl
22698            ! pod/perl572delta.pod
22699 ____________________________________________________________________________
22700 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
22701         Log: Subject: [PATCH] deprecate package with no arguments
22702              From: Robin Houston <robin@kitsite.com>
22703              Date: Tue, 10 Jul 2001 13:33:40 +0100
22704              Message-ID: <20010710133340.A13452@robin.kitsite.com>
22705      Branch: perl
22706            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
22707 ____________________________________________________________________________
22708 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
22709         Log: Upgrade to podlators 1.10.
22710      Branch: perl
22711            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
22712            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
22713            ! pod/pod2man.PL pod/pod2text.PL
22714 ____________________________________________________________________________
22715 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
22716         Log: Upgrade to Term::ANSIColor 1.04.
22717      Branch: perl
22718            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
22719            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
22720 ____________________________________________________________________________
22721 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
22722         Log: Integrate perlio (the right fix for the ":layer(args)")
22723      Branch: perl
22724           !> perlio.c
22725 ____________________________________________________________________________
22726 [ 11252] By: nick                                  on 2001/07/10  06:58:14
22727         Log: Fix open(...,"...:layer(xxx)",...)
22728              - use memEQ not strEQ as there is '(' not '\0'
22729      Branch: perlio
22730            ! perlio.c
22731 ____________________________________________________________________________
22732 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
22733         Log: Telling the number of tests helps.
22734      Branch: perl
22735            ! ext/PerlIO/t/encoding.t
22736 ____________________________________________________________________________
22737 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
22738         Log: Require I18N::Langinfo, not use.
22739      Branch: perl
22740            ! lib/open.pm
22741 ____________________________________________________________________________
22742 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
22743         Log: Add a test for for PerlIO ":encoding(...)" layer.
22744      Branch: perl
22745            + ext/PerlIO/t/encoding.t
22746            ! MANIFEST ext/Encode/Encode.pm
22747 ____________________________________________________________________________
22748 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
22749         Log: PerlIO ":encoding(foobar)" temporary fix.
22750              Not really correct, I think, since the change means
22751              that prefixes match.
22752      Branch: perl
22753            ! perlio.c
22754 ____________________________________________________________________________
22755 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
22756         Log: Update to Math::BigInt 1.36.  The biggest news is
22757              the separation of the backend; now the pure Perl
22758              implementation is in Math::BigInt::Calc, but one
22759              can plugin, say, Math::BigInt::BitVect, and get
22760              considerable speedup.
22761      Branch: perl
22762            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
22763            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
22764            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
22765            ! lib/Math/BigInt/t/mbimbf.t
22766 ____________________________________________________________________________
22767 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
22768         Log: Subject: Re: compatibility question
22769              From: Peter Prymmer <pvhp@forte.com>
22770              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
22771              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
22772      Branch: perl
22773            ! lib/ExtUtils/MM_VMS.pm
22774 ____________________________________________________________________________
22775 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
22776         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
22777              From: Norton Allen <allen@huarp.harvard.edu>
22778              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
22779              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
22780      Branch: perl
22781            ! ext/File/Glob/t/basic.t
22782 ____________________________________________________________________________
22783 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
22784         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
22785              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22786              Date: Tue, 10 Jul 2001 00:29:55 +0900
22787              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
22788      Branch: perl
22789            + ext/Encode/Encode/HZ.enc
22790            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
22791            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
22792            ! ext/Encode/Encode/iso2022-jp.enc
22793            ! ext/Encode/Encode/iso2022-kr.enc
22794 ____________________________________________________________________________
22795 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
22796         Log: Add in all them there macos/ files.
22797      Branch: maint-5.6/macperl
22798            + (add 577 files)
22799 ____________________________________________________________________________
22800 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
22801         Log: Add the new modules to the list of having those own tests.
22802      Branch: perl
22803            ! t/lib/1_compile.t
22804 ____________________________________________________________________________
22805 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
22806         Log: Add INOUT to control both ways at the same time.
22807      Branch: perl
22808            ! lib/open.pm
22809 ____________________________________________________________________________
22810 [ 11240] By: nick                                  on 2001/07/09  16:33:50
22811         Log: Integrate mainline
22812      Branch: perlio
22813           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
22814           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
22815           !> (integrate 41 files)
22816 ____________________________________________________________________________
22817 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
22818         Log: More encoding mapping magic.
22819      Branch: perl
22820            ! lib/open.pm
22821 ____________________________________________________________________________
22822 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
22823         Log: Update Changes.
22824      Branch: perl
22825            ! Changes patchlevel.h
22826 ____________________________________________________________________________
22827 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
22828         Log: (Retracted by #11285).
22829              
22830              Subject: [PATCH] OPpCONST_OCTAL fixes
22831              From: Abhijit Menon-Sen <ams@wiw.org>
22832              Date: Mon, 9 Jul 2001 07:38:45 +0530
22833              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
22834      Branch: perl
22835            ! op.c
22836 ____________________________________________________________________________
22837 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
22838         Log: Add a pseudolayer ":locale" to the open pragma which
22839              will get the encoding from the locale.  Yet undocumented
22840              because I can't get the PerlIO :encoding(foobar) to work.
22841      Branch: perl
22842            ! ext/Encode/Encode.pm lib/open.pm
22843 ____________________________________________________________________________
22844 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
22845         Log: Add more encoding mappings.
22846      Branch: perl
22847            ! ext/Encode/Encode.pm
22848 ____________________________________________________________________________
22849 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
22850         Log: Document that using :encoding layer requires using Encode.
22851      Branch: perl
22852            ! ext/Encode/Encode.pm lib/PerlIO.pm
22853 ____________________________________________________________________________
22854 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
22855         Log: Netware tweak from Ananth Kesari.
22856      Branch: perl
22857            ! NetWare/netware.h
22858 ____________________________________________________________________________
22859 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
22860         Log: t/harness doesn't know about run/*.t
22861      Branch: perl
22862            ! t/harness
22863 ____________________________________________________________________________
22864 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
22865         Log: run/exit.t busted on windows
22866      Branch: perl
22867            ! t/run/exit.t
22868 ____________________________________________________________________________
22869 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
22870         Log: fix a couple of UCD.t tests that fail due to bad case
22871      Branch: perl
22872            ! lib/Unicode/UCD.t
22873 ____________________________________________________________________________
22874 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
22875         Log: test skip logic was broken
22876      Branch: perl
22877            ! ext/I18N/Langinfo/Langinfo.t
22878 ____________________________________________________________________________
22879 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
22880         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
22881              failure of ExtUtils.t#27 when built in debug mode)
22882      Branch: perl
22883            ! lib/ExtUtils/MM_Win32.pm
22884 ____________________________________________________________________________
22885 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
22886         Log: I18N::Langinfo is not available on windows
22887      Branch: perl
22888            ! win32/FindExt.pm
22889 ____________________________________________________________________________
22890 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
22891         Log: save a dTHX
22892      Branch: perl
22893            ! ext/POSIX/POSIX.xs
22894 ____________________________________________________________________________
22895 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
22896         Log: Update Changes.
22897      Branch: perl
22898            ! Changes patchlevel.h
22899 ____________________________________________________________________________
22900 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
22901         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
22902              as pointed out by Sarathy.
22903      Branch: perl
22904            ! ext/I18N/Langinfo/Langinfo.xs
22905 ____________________________________________________________________________
22906 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
22907         Log: Retract #11212.
22908      Branch: perl
22909            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
22910 ____________________________________________________________________________
22911 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
22912         Log: Bump up the VERSION of Cwd.xs.
22913      Branch: perl
22914            ! ext/Cwd/Makefile.PL
22915 ____________________________________________________________________________
22916 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
22917         Log: Retract #11220, the problem wasn't the missing leading zero.
22918              Here's the problem:
22919              $ ./perl -we 'chmod(oct("755"), ".")'
22920              Non-octal literal mode (493) specified at -e line 1.
22921              (Did you mean 0493 instead?)
22922      Branch: perl
22923            ! lib/ExtUtils/MM_Unix.pm
22924 ____________________________________________________________________________
22925 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
22926         Log: (Retracted by #11221)
22927              Change the PERM_RW and PERM_RWX to 0644 and 0755
22928              (add the leading zero).
22929      Branch: perl
22930            ! lib/ExtUtils/MM_Unix.pm
22931 ____________________________________________________________________________
22932 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
22933         Log: Integrate changes #11193, 11205, 11209 from macperl.
22934              
22935              Fix up AutoLoader to fudge for Mac paths in import().
22936              
22937              Allow symbols in try_symbol() to begin with "_".
22938              
22939              Small portability fix for Mac OS.
22940      Branch: perl
22941           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
22942 ____________________________________________________________________________
22943 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
22944         Log: Metaconfig unit change for #11217.
22945      Branch: metaconfig/U/perl
22946            ! Extensions.U
22947 ____________________________________________________________________________
22948 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
22949         Log: Detypo, problem noticed by Gerrit P. Haase.
22950      Branch: perl
22951            ! Configure config_h.SH
22952 ____________________________________________________________________________
22953 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
22954         Log: Cwd cleanups.
22955      Branch: perl
22956            ! ext/Cwd/Cwd.xs
22957 ____________________________________________________________________________
22958 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
22959         Log: Slight tweaks on #11213.
22960      Branch: perl
22961            ! toke.c
22962 ____________________________________________________________________________
22963 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
22964         Log: A missing dTHX noticed by Gerrit P. Haase.
22965      Branch: perl
22966            ! ext/POSIX/POSIX.xs
22967 ____________________________________________________________________________
22968 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
22969         Log: Subject: [PATCH toke.c] Simplify yytoke()
22970              From: Simon Cozens <simon@netthink.co.uk>
22971              Date: Sun, 8 Jul 2001 13:24:34 +0100
22972              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
22973              
22974              Split out pending_ident().
22975      Branch: perl
22976            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
22977 ____________________________________________________________________________
22978 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
22979         Log: (Retracted by #11223.)
22980              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
22981              Date: Wed, 05 Nov 1997 17:22:34 -0600
22982              From: Graham Barr <gbarr@ti.com>
22983              Message-Id: <3460FFBA.6DA51F46@ti.com>
22984      Branch: perl
22985            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
22986 ____________________________________________________________________________
22987 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
22988         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
22989      Branch: perl
22990            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
22991            ! pod/perllocale.pod
22992 ____________________________________________________________________________
22993 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
22994         Log: Really do the test under the C locale.
22995      Branch: perl
22996            ! ext/I18N/Langinfo/Langinfo.t
22997 ____________________________________________________________________________
22998 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
22999         Log: Small portability fix for Mac OS.
23000      Branch: maint-5.6/macperl
23001            ! lib/Cwd.pm
23002 ____________________________________________________________________________
23003 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
23004         Log: Metaconfig unit change for #11207.
23005      Branch: metaconfig/U/perl
23006            ! Extensions.U
23007 ____________________________________________________________________________
23008 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
23009         Log: Add I18N::Langinfo, which is basically a wrapper around
23010              nl_langinfo(), which is an additional way to query locale
23011              specific information.
23012      Branch: perl
23013            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
23014            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
23015            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
23016 ____________________________________________________________________________
23017 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
23018         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
23019              used in File::Find tests; replace with if.t.
23020      Branch: maint-5.6/macperl
23021            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
23022            ! t/pragma/warn/op
23023 ____________________________________________________________________________
23024 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
23025         Log: Allow symbols in try_symbol() to begin with "_".
23026      Branch: maint-5.6/macperl
23027            ! makedef.pl
23028 ____________________________________________________________________________
23029 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
23030         Log: Sync up the File::Find changes from the rewrite by
23031              Thomas Wegner, et al.
23032      Branch: maint-5.6/macperl
23033            + t/lib/filefind-taint.t
23034            ! lib/File/Find.pm t/lib/filefind.t
23035 ____________________________________________________________________________
23036 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
23037         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
23038              From: Thomas Wegner <wegner_thomas@yahoo.com>
23039              Date: Thu, 5 Jul 2001 20:31:25 +0200
23040              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
23041      Branch: maint-5.6/macperl
23042            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
23043 ____________________________________________________________________________
23044 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
23045         Log: Some more test portability fixes.
23046      Branch: maint-5.6/macperl
23047            ! t/lib/filecopy.t t/pragma/warn/pp_sys
23048 ____________________________________________________________________________
23049 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
23050         Log: The #11200 removed wrong (non-existent) target.  Duh.
23051      Branch: perl
23052            ! Makefile.SH
23053 ____________________________________________________________________________
23054 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
23055         Log: Zap the lib/re.pm before creating it.
23056      Branch: perl
23057            ! Makefile.SH
23058 ____________________________________________________________________________
23059 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
23060         Log: Another test.  Please ignore.
23061      Branch: maint-5.6/macperl
23062            ! README.macos
23063 ____________________________________________________________________________
23064 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
23065         Log: Portability fixes for a lot of tests, especially IO-related
23066              tests, and warnings, and the harness script.
23067      Branch: maint-5.6/macperl
23068            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
23069            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
23070            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
23071            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
23072            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
23073            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
23074            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
23075            ! t/pragma/warnings.t
23076 ____________________________________________________________________________
23077 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
23078         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
23079              From: Nicholas Clark <nick@ccl4.org>
23080              Date: Sat, 7 Jul 2001 21:00:17 +0100
23081              Message-ID: <20010707210017.H59620@plum.flirble.org>
23082      Branch: perl
23083            ! lib/h2xs.t
23084 ____________________________________________________________________________
23085 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
23086         Log: The UNICOS/mk SysV IPC problem has been fixed.
23087      Branch: perl
23088            ! pod/perl572delta.pod
23089 ____________________________________________________________________________
23090 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
23091         Log: Slight update tweaks on perlunicode.pod.
23092      Branch: perl
23093            ! pod/perlunicode.pod
23094 ____________________________________________________________________________
23095 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
23096         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
23097              From: Mark-Jason Dominus <mjd@plover.com>
23098              Date: Sat, 07 Jul 2001 13:04:04 -0400
23099              Message-ID: <20010707170404.32694.qmail@plover.com>
23100      Branch: perl
23101            ! ext/DB_File/DB_File.pm
23102 ____________________________________________________________________________
23103 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
23104         Log: Fix up AutoLoader to fudge for Mac paths in import().
23105      Branch: maint-5.6/macperl
23106            ! lib/AutoLoader.pm
23107 ____________________________________________________________________________
23108 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
23109         Log: Try to force the lib/re.pm to be there before entering
23110              the extensions builds, should help for parallel makes.
23111      Branch: perl
23112            ! Makefile.SH
23113 ____________________________________________________________________________
23114 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
23115         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
23116              From: Norton Allen <allen@huarp.harvard.edu>
23117              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
23118              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
23119      Branch: perl
23120            ! ext/POSIX/POSIX.xs
23121 ____________________________________________________________________________
23122 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
23123         Log: Subject: [PATCH] Re: op/arith.t
23124              From: Nicholas Clark <nick@ccl4.org>
23125              Date: Sat, 7 Jul 2001 13:04:54 +0100
23126              Message-ID: <20010707130454.D59620@plum.flirble.org>
23127      Branch: perl
23128            ! numeric.c toke.c
23129 ____________________________________________________________________________
23130 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
23131         Log: Subject: [PATCH] h2xs
23132              From: Nicholas Clark <nick@ccl4.org>
23133              Date: Fri, 6 Jul 2001 23:25:14 +0100
23134              Message-ID: <20010706232514.X59620@plum.flirble.org>
23135      Branch: perl
23136            ! utils/h2xs.PL
23137 ____________________________________________________________________________
23138 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
23139         Log: Subject: Re: bleedperl perl_alloc..free leakage
23140              From: Radu Greab <radu@netsoft.ro>
23141              Date: Fri, 6 Jul 2001 19:48:54 +0300
23142              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
23143              
23144              Leak-be-gone.
23145      Branch: perl
23146            ! op.c
23147 ____________________________________________________________________________
23148 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
23149         Log: Test again.  Please ignore.
23150      Branch: maint-5.6/macperl
23151            ! README.macos
23152 ____________________________________________________________________________
23153 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
23154         Log: Test.  Please ignore.
23155      Branch: maint-5.6/macperl
23156            ! README.macos
23157 ____________________________________________________________________________
23158 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
23159         Log: Include changes already sent in separately as patches,
23160              before branch was created.
23161      Branch: maint-5.6/macperl
23162            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
23163            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
23164            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
23165            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
23166            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
23167            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
23168            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
23169            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
23170            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
23171            ! t/pragma/strict.t
23172 ____________________________________________________________________________
23173 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
23174         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
23175              From: Norton Allen <allen@huarp.harvard.edu>
23176              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
23177              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
23178      Branch: perl
23179            ! utf8.h
23180 ____________________________________________________________________________
23181 [ 11183] By: nick                                  on 2001/07/06  16:27:40
23182         Log: Integrate mainline
23183      Branch: perlio
23184           +> (branch 42 files)
23185            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
23186            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
23187            - win32/bin/mdelete.bat
23188           !> (integrate 215 files)
23189 ____________________________________________________________________________
23190 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
23191         Log: The #11166 needed also these updated.
23192      Branch: perl
23193            ! lib/warnings.pm warnings.h
23194 ____________________________________________________________________________
23195 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
23196         Log: Update Changes.
23197      Branch: perl
23198            ! Changes patchlevel.h
23199 ____________________________________________________________________________
23200 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
23201         Log: Regen toc.
23202      Branch: perl
23203            ! pod/perltoc.pod
23204 ____________________________________________________________________________
23205 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
23206         Log: Nit from Abhijit.
23207      Branch: perl
23208            ! lib/CPAN.pm
23209 ____________________________________________________________________________
23210 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
23211         Log: Retract #11172.
23212      Branch: perl
23213            ! t/op/method.t
23214 ____________________________________________________________________________
23215 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
23216         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
23217              From: Norton Allen <allen@huarp.harvard.edu>
23218              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
23219              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
23220      Branch: perl
23221            ! lib/Cwd.pm
23222 ____________________________________________________________________________
23223 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
23224         Log: (Accidentally empty check-in.)
23225      Branch: perl
23226            ! utf8.h
23227 ____________________________________________________________________________
23228 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
23229         Log: Retract #11165 since Sarathy pointed out it'll not
23230              work properly under threads, the problem should be
23231              solved using "the savestack, either via SSNEW() or
23232              using a newSVpv()+SAVEFREESV() combo."
23233      Branch: perl
23234            ! ext/POSIX/POSIX.xs
23235 ____________________________________________________________________________
23236 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
23237         Log: Retract #11125 since NI-S pointed out it'll not work in
23238              cases where the extension has their own handcrafted INC
23239              et alia.
23240      Branch: perl
23241            ! lib/ExtUtils/MM_Unix.pm
23242 ____________________________________________________________________________
23243 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
23244         Log: Subject: RE: [PATCH] -I and MakeMaker again
23245              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
23246              Date: Fri, 6 Jul 2001 09:18:29 +0200
23247              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
23248      Branch: perl
23249            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
23250            ! lib/ExtUtils/MM_Win32.pm
23251 ____________________________________________________________________________
23252 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
23253         Log: (Retracted by #11178)
23254              Subject: [PATCH t/op/method.t] SUPER:: strangeness
23255              From: Piers Cawley <pdcawley@iterative-software.com>
23256              Date: 06 Jul 2001 10:49:01 +0100
23257              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
23258      Branch: perl
23259            ! t/op/method.t
23260 ____________________________________________________________________________
23261 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
23262         Log: VOS README update from Paul Green.
23263      Branch: perl
23264            ! README.vos
23265 ____________________________________________________________________________
23266 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
23267         Log: Subject: [PATCH README.qnx hints/qnx.sh]
23268              From: Norton Allen <allen@huarp.harvard.edu>
23269              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
23270              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
23271      Branch: perl
23272            ! README.qnx hints/qnx.sh
23273 ____________________________________________________________________________
23274 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
23275         Log: Subject: [PATCH] Doc patch for Tie::Hash
23276              From: Artur Bergman <artur@contiller.se>
23277              Date: Thu, 05 Jul 2001 22:51:18 +0200
23278              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
23279      Branch: perl
23280            ! lib/Tie/Hash.pm
23281 ____________________________________________________________________________
23282 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
23283         Log: Subject: [PATCH] perlfaq4.pod
23284              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
23285              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
23286              Date: Thu, 5 Jul 2001 18:44:10 +0100 
23287      Branch: perl
23288            ! pod/perlfaq4.pod
23289 ____________________________________________________________________________
23290 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
23291         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
23292              From: Robin Houston <robin@kitsite.com>
23293              Date: Thu, 5 Jul 2001 18:33:21 +0100
23294              Message-ID: <20010705183321.A27345@robin.kitsite.com>
23295      Branch: perl
23296            ! ext/B/B/Deparse.pm
23297 ____________________________________________________________________________
23298 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
23299         Log: (Retracted by #11285.)
23300              
23301              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
23302              From: Abhijit Menon-Sen <ams@wiw.org>
23303              Date: Fri, 6 Jul 2001 01:26:32 +0530
23304              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
23305      Branch: perl
23306            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
23307            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
23308            ! warnings.pl
23309 ____________________________________________________________________________
23310 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
23311         Log: (Retracted by #11175)
23312              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
23313              From: Norton Allen <allen@huarp.harvard.edu>
23314              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
23315              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
23316      Branch: perl
23317            ! ext/POSIX/POSIX.xs
23318 ____________________________________________________________________________
23319 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
23320         Log: Unterminated C< (noticed by Richard Hatch), and few other
23321              small Unicode doc tweaks.
23322      Branch: perl
23323            ! pod/perlretut.pod
23324 ____________________________________________________________________________
23325 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
23326         Log: More flexible argument understanding; add charblocks() and
23327              charscripts(); make charblock() and charscript() two-way;
23328              add charinrange(); separate the $Unicode::UCD::VERSION and
23329              the version of the Unicode by adding UnicodeVersion().
23330      Branch: perl
23331            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
23332 ____________________________________________________________________________
23333 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
23334         Log: Update Unicode::UCD on \p{In...}.
23335      Branch: perl
23336            ! lib/Unicode/UCD.pm
23337 ____________________________________________________________________________
23338 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
23339         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
23340              From: Norton Allen <allen@huarp.harvard.edu>
23341              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
23342              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
23343      Branch: perl
23344            ! lib/ExtUtils/MM_Unix.pm
23345 ____________________________________________________________________________
23346 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
23347         Log: POSIX-BC tweaks from Thomas Dorner.
23348      Branch: perl
23349            ! hints/posix-bc.sh perlio.h
23350 ____________________________________________________________________________
23351 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
23352         Log: Module updates for the delta.
23353      Branch: perl
23354            ! pod/perl572delta.pod
23355 ____________________________________________________________________________
23356 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
23357         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
23358              From: Norton Allen <allen@huarp.harvard.edu>
23359              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
23360              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
23361      Branch: perl
23362            ! ext/IO/lib/IO/t/io_sock.t
23363 ____________________________________________________________________________
23364 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
23365         Log: Subject: [PATCH perldiag.pod] Quick fixes
23366              From: Simon Cozens <simon@netthink.co.uk>
23367              Date: Wed, 4 Jul 2001 20:22:12 +0100
23368              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
23369      Branch: perl
23370            ! pod/perldiag.pod
23371 ____________________________________________________________________________
23372 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
23373         Log: (retracted by #13533)
23374              
23375              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
23376              From: Radu Greab <radu@netsoft.ro>
23377              Date: Wed, 4 Jul 2001 22:13:31 +0300
23378              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
23379      Branch: perl
23380            ! op.c sv.c t/op/pos.t
23381 ____________________________________________________________________________
23382 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
23383         Log: Subject: [PATCH] -I and MakeMaker again
23384              From: Michael G Schwern <schwern@pobox.com>
23385              Date: Wed, 4 Jul 2001 15:03:07 -0400
23386              Message-ID: <20010704150307.I20340@blackrider>
23387              
23388              (and retract #11145)
23389      Branch: perl
23390            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
23391            ! lib/ExtUtils/MakeMaker.pm
23392 ____________________________________________________________________________
23393 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
23394         Log: Subject: Re: PERFORCE change 11142 for review
23395              From: "Philip Newton" <Philip.Newton@gmx.net>
23396              Date: Wed, 4 Jul 2001 20:46:26 +0200
23397              Message-Id: <200107041841.VAA25380@taas.iki.fi>
23398      Branch: perl
23399            ! lib/ExtUtils/MakeMaker.pm
23400 ____________________________________________________________________________
23401 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
23402         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
23403              From: Jonathan Stowe <gellyfish@gellyfish.com>
23404              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
23405              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
23406      Branch: perl
23407            ! utils/pl2pm.PL
23408 ____________________________________________________________________________
23409 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
23410         Log: fix the binary compatibility issue when building with/without
23411              usemymalloc by exporting Perl_malloc() et al as simple wrappers
23412              around the system functions (this allows most extensions built
23413              using one mode to coexist with perls built in the other mode)
23414              
23415              XXX the Perl_mfree() wrapper might need to do return(free()) on
23416              platforms where Free_t isn't "void"
23417      Branch: perl
23418            ! embed.h embed.pl makedef.pl proto.h util.c
23419 ____________________________________________________________________________
23420 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
23421         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
23422              since it doesn't ensure threads other than the one calling fork()
23423              aren't holding any locks; the fix is to use pthread_atfork() to
23424              hold global locks
23425              
23426              building perl with -Dusemymalloc exacerbates the problem since
23427              Perl_malloc() holds a mutex, and perl's exec() calls New()
23428              
23429              XXX the code in win32thread.h may be needed on platforms that have
23430              no pthread_atfork()
23431      Branch: perl
23432            ! perl.c thread.h win32/win32thread.h
23433 ____________________________________________________________________________
23434 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
23435         Log: Integrate #11009 from maintperl.
23436      Branch: maint-5.6/macperl
23437           !> lib/ExtUtils/Manifest.pm
23438 ____________________________________________________________________________
23439 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
23440         Log: Flexing my Perforce muscles.
23441      Branch: maint-5.6/macperl
23442            ! README.macos
23443 ____________________________________________________________________________
23444 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
23445         Log: Update Changes.
23446      Branch: perl
23447            ! Changes patchlevel.h
23448 ____________________________________________________________________________
23449 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
23450         Log: Metaconfig unit change for #11146.
23451      Branch: metaconfig/U/perl
23452            ! d_fcntl_can_lock.U
23453 ____________________________________________________________________________
23454 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
23455         Log: Somehow the #ifdefs of the added code (in #11093) made
23456              HP-UX to fail the fcntl locking test, without the ifdefs
23457              the test seems to be working again.  Reason unknown:
23458              HP-UX cc doesn't complain either way.
23459      Branch: perl
23460            ! Configure
23461 ____________________________________________________________________________
23462 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
23463         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
23464      Branch: perl
23465            ! lib/ExtUtils/MM_Unix.pm
23466 ____________________________________________________________________________
23467 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
23468         Log: gcc -Wall nit.
23469      Branch: perl
23470            ! pp_hot.c
23471 ____________________________________________________________________________
23472 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
23473         Log: When removing tests updating the test count is a good idea, too.
23474      Branch: perl
23475            ! lib/Net/t/require.t
23476 ____________________________________________________________________________
23477 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
23478         Log: Document #11134 and add the new symbols to the list of
23479              of MakeMaker known ones.
23480      Branch: perl
23481            ! lib/ExtUtils/MakeMaker.pm
23482 ____________________________________________________________________________
23483 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
23484         Log: Microperl update.
23485      Branch: perl
23486            ! uconfig.h
23487 ____________________________________________________________________________
23488 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
23489         Log: Update the libnet tests as per #11138.
23490      Branch: perl
23491            - lib/Net/t/ph.t
23492            ! MANIFEST lib/Net/t/require.t
23493 ____________________________________________________________________________
23494 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
23495         Log: Regen toc and modlib.
23496      Branch: perl
23497            ! pod/perlmodlib.pod pod/perltoc.pod
23498 ____________________________________________________________________________
23499 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
23500         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
23501              Graham's request.
23502      Branch: perl
23503            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
23504            ! MANIFEST
23505 ____________________________________________________________________________
23506 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
23507         Log: Add the OS/390 harness results to the delta.
23508      Branch: perl
23509            ! pod/perl572delta.pod
23510 ____________________________________________________________________________
23511 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
23512         Log: Avoid the two study tests in OS/390 until the bug has been solved.
23513      Branch: perl
23514            ! t/op/study.t
23515 ____________________________________________________________________________
23516 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
23517         Log: DOS/DJGPP tweaks from Laszlo Molnar.
23518      Branch: perl
23519            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
23520 ____________________________________________________________________________
23521 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
23522         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
23523              From: Michael G Schwern <schwern@pobox.com>
23524              Date: Wed, 4 Jul 2001 00:01:16 -0400
23525              Message-ID: <20010704000116.C591@blackrider>
23526      Branch: perl
23527            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
23528 ____________________________________________________________________________
23529 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
23530         Log: The #11132 missed singleton characters (not part
23531              of a unilo..unihi range) in Unicode scripts.
23532      Branch: perl
23533            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
23534            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
23535            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
23536            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
23537            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
23538            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
23539            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
23540            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
23541            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
23542            ! lib/unicode/mktables.PL t/op/pat.t
23543 ____________________________________________________________________________
23544 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
23545         Log: Support preferentially the Unicode 'scripts' definition
23546              in the \p{In...} notation since according to Unicode the
23547              scripts concept is more natural for matching than using
23548              the somewhat artificial block names.  The block names are
23549              still available, though, and if there's a name conflict,
23550              the scripts one wins and the blocks one has to do with
23551              'Block' appended to its name.  For more information see
23552              
23553              http://www.unicode.org/unicode/reports/tr24/
23554      Branch: perl
23555            + lib/unicode/In/100.pl lib/unicode/In/101.pl
23556            + lib/unicode/In/102.pl lib/unicode/In/103.pl
23557            + lib/unicode/In/104.pl lib/unicode/In/105.pl
23558            + lib/unicode/In/106.pl lib/unicode/In/107.pl
23559            + lib/unicode/In/108.pl lib/unicode/In/109.pl
23560            + lib/unicode/In/110.pl lib/unicode/In/111.pl
23561            + lib/unicode/In/112.pl lib/unicode/In/113.pl
23562            + lib/unicode/In/114.pl lib/unicode/In/115.pl
23563            + lib/unicode/In/116.pl lib/unicode/In/117.pl
23564            + lib/unicode/In/118.pl lib/unicode/In/119.pl
23565            + lib/unicode/In/120.pl lib/unicode/In/121.pl
23566            + lib/unicode/In/122.pl lib/unicode/In/123.pl
23567            + lib/unicode/In/124.pl lib/unicode/In/125.pl
23568            + lib/unicode/In/126.pl lib/unicode/In/127.pl
23569            + lib/unicode/In/128.pl lib/unicode/In/129.pl
23570            + lib/unicode/In/130.pl lib/unicode/In/131.pl
23571            + lib/unicode/In/132.pl lib/unicode/In/133.pl
23572            + lib/unicode/In/134.pl lib/unicode/In/135.pl
23573            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
23574            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
23575            ! (edit 106 files)
23576 ____________________________________________________________________________
23577 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
23578         Log: Better document the difference between a block and a script.
23579      Branch: perl
23580            ! lib/Unicode/UCD.pm
23581 ____________________________________________________________________________
23582 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
23583         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
23584              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
23585              Date: Tue, 3 Jul 2001 15:04:23 -0500
23586              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
23587      Branch: perl
23588            ! lib/CPAN.pm
23589 ____________________________________________________________________________
23590 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
23591         Log: Add tests for charscript().
23592      Branch: perl
23593            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
23594 ____________________________________________________________________________
23595 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
23596         Log: Add charscript() to get the UTR#24 script names of characters.
23597      Branch: perl
23598            ! lib/Unicode/UCD.pm
23599 ____________________________________________________________________________
23600 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
23601         Log: Todo updates.
23602      Branch: perl
23603            ! pod/perltodo.pod
23604 ____________________________________________________________________________
23605 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
23606         Log: Unicode::UCD updates.
23607      Branch: perl
23608            ! lib/Unicode/UCD.pm
23609 ____________________________________________________________________________
23610 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
23611         Log: (Retracted by #11174)
23612              Subject: MakeMaker should pass through DEFINE and INC to subdirs
23613              From: Alan Burlison <Alan.Burlison@sun.com>
23614              Date: Tue, 03 Jul 2001 15:20:13 +0100
23615              Message-ID: <3B41D49D.A923D4F9@sun.com>
23616      Branch: perl
23617            ! lib/ExtUtils/MM_Unix.pm
23618 ____________________________________________________________________________
23619 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
23620         Log: Subject: Patch needed for UTS
23621              From: hom00@utsglobal.com (Hal Morris)
23622              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
23623              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
23624              
23625              Replace #11113 with a better version.
23626      Branch: perl
23627            ! perl.h
23628 ____________________________________________________________________________
23629 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
23630         Log: Subject: Re: POINTERRIGOR
23631              From: Andy Dougherty <doughera@lafayette.edu>
23632              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
23633              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
23634      Branch: perl
23635            ! util.c
23636 ____________________________________________________________________________
23637 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
23638         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
23639              From: "Philip Newton" <pnewton@gmx.de>
23640              Date: Tue, 3 Jul 2001 17:03:34 +0200
23641              Message-ID: <3B41FAE6.29564.660E117@localhost>
23642      Branch: perl
23643            ! pp_hot.c
23644 ____________________________________________________________________________
23645 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
23646         Log: Typos.
23647      Branch: perl
23648            ! INSTALL
23649 ____________________________________________________________________________
23650 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
23651         Log: Subject: [PATCH 5.6.1] debugger fixes
23652              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23653              Date: Tue, 3 Jul 2001 03:38:18 -0400
23654              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
23655              
23656              The $^S is working again.
23657      Branch: perl
23658            ! lib/perl5db.pl
23659 ____________________________________________________________________________
23660 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
23661         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
23662              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23663              Date: Tue, 3 Jul 2001 03:34:06 -0400
23664              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
23665      Branch: perl
23666            ! os2/OS2/Process/Process.pm
23667 ____________________________________________________________________________
23668 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
23669         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
23670              From: "Philip Newton" <Philip.Newton@gmx.net>
23671              Date: Tue, 3 Jul 2001 09:11:27 +0200
23672              Message-Id: <200107030706.KAA04596@taas.iki.fi>
23673      Branch: perl
23674            ! lib/FindBin.pm
23675 ____________________________________________________________________________
23676 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
23677         Log: Delta delta.
23678      Branch: perl
23679            ! pod/perl572delta.pod
23680 ____________________________________________________________________________
23681 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
23682         Log: Metaconfig unit change for 11115.
23683      Branch: metaconfig
23684            ! U/modified/libc.U
23685 ____________________________________________________________________________
23686 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
23687         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
23688              (from Richard Hatch) (this was the cause of pipes() and
23689              times() myeteriously not being found)
23690      Branch: perl
23691            ! Configure
23692 ____________________________________________________________________________
23693 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
23694         Log: Retract #10142, the real culprit found by Richard Hatch,
23695              coming soon to Configure near you.
23696      Branch: perl
23697            ! hints/aix.sh
23698 ____________________________________________________________________________
23699 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
23700         Log: (Replaced by #11124) UTS workaround from Hal Morris.
23701      Branch: perl
23702            ! perl.h
23703 ____________________________________________________________________________
23704 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
23705         Log: Subject: [PATCH] grok not grocking correctly
23706              From: Nicholas Clark <nick@ccl4.org>
23707              Date: Tue, 3 Jul 2001 00:19:08 +0100
23708              Message-ID: <20010703001908.H59620@plum.flirble.org>
23709      Branch: perl
23710            ! numeric.c
23711 ____________________________________________________________________________
23712 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
23713         Log: Subject: [PATCH Deparse.t] test just-posted patches
23714              From: Robin Houston <robin@kitsite.com>
23715              Date: Mon, 2 Jul 2001 23:46:15 +0100
23716              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
23717      Branch: perl
23718            ! ext/B/Deparse.t
23719 ____________________________________________________________________________
23720 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
23721         Log: Subject: [PATCH toke.c] autosplit into @F
23722              From: Robin Houston <robin@kitsite.com>
23723              Date: Mon, 2 Jul 2001 23:18:20 +0100
23724              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
23725      Branch: perl
23726            ! perl.c toke.c
23727 ____________________________________________________________________________
23728 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
23729         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
23730              From: Robin Houston <robin@kitsite.com>
23731              Date: Mon, 2 Jul 2001 23:00:48 +0100
23732              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
23733      Branch: perl
23734            ! ext/B/B/Deparse.pm
23735 ____________________________________________________________________________
23736 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
23737         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
23738              From: "Philip Newton" <Philip.Newton@gmx.net>
23739              Date: Mon, 2 Jul 2001 22:06:22 +0200
23740              (no Message-Id)
23741      Branch: perl
23742            ! ext/NDBM_File/hints/linux.pl
23743 ____________________________________________________________________________
23744 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
23745         Log: Subject: Re: Fixed pack problem - sort of
23746              From: Nicholas Clark <nick@ccl4.org>
23747              Date: Mon, 2 Jul 2001 20:59:20 +0100
23748              Message-ID: <20010702205919.F59620@plum.flirble.org>
23749      Branch: perl
23750            ! pp_pack.c t/op/pack.t
23751 ____________________________________________________________________________
23752 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
23753         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
23754              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23755              Date: Mon, 2 Jul 2001 15:45:41 -0400
23756              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
23757      Branch: perl
23758            ! os2/os2.c
23759 ____________________________________________________________________________
23760 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
23761         Log: (Mistaken retraction)
23762      Branch: perl
23763            ! utils/pl2pm.PL
23764 ____________________________________________________________________________
23765 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
23766         Log: Detypo in #11103.
23767      Branch: perl
23768            ! utils/pl2pm.PL
23769 ____________________________________________________________________________
23770 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
23771         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
23772              From: Jonathan Stowe <gellyfish@gellyfish.com>
23773              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
23774              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
23775      Branch: perl
23776            ! utils/pl2pm.PL
23777 ____________________________________________________________________________
23778 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
23779         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
23780              From: "Craig A. Berry" <craigberry@mac.com>
23781              Date: Mon, 02 Jul 2001 14:11:23 -0500
23782              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
23783      Branch: perl
23784            ! lib/Unicode/UCD.pm
23785 ____________________________________________________________________________
23786 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
23787         Log: Subject: [PATCH] Re: op/numconvert.t failures
23788              From: Nicholas Clark <nick@ccl4.org>
23789              Date: Mon, 2 Jul 2001 20:10:48 +0100
23790              Message-ID: <20010702201048.E59620@plum.flirble.org>
23791      Branch: perl
23792            ! t/op/numconvert.t
23793 ____________________________________________________________________________
23794 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
23795         Log: Update Changes.
23796      Branch: perl
23797            ! Changes patchlevel.h
23798 ____________________________________________________________________________
23799 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
23800         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
23801              The real fix must be more involved.  The line of code all the leaky
23802              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
23803              line of Perl_newPMOP().
23804      Branch: perl
23805            ! op.h
23806 ____________________________________________________________________________
23807 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
23808         Log: Based on
23809              
23810              Subject: Re: sizeof(struct sembuf)
23811              From: Nicholas Clark <nick@ccl4.org>
23812              Date: Sun, 1 Jul 2001 22:26:48 +0100
23813              Message-ID: <20010701222648.W59620@plum.flirble.org>
23814              
23815              but do semop() always the slow way.
23816      Branch: perl
23817            ! doio.c
23818 ____________________________________________________________________________
23819 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
23820         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
23821              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23822              Date: Tue, 03 Jul 2001 00:56:30 +0900
23823              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
23824      Branch: perl
23825            ! ext/Encode/Encode/Tcl.t
23826 ____________________________________________________________________________
23827 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
23828         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
23829              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23830              Date: Tue, 03 Jul 2001 00:55:46 +0900
23831              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
23832      Branch: perl
23833            ! ext/Encode/Encode/Tcl.pm
23834 ____________________________________________________________________________
23835 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
23836         Log: Regen api and toc.
23837      Branch: perl
23838            ! pod/perlapi.pod pod/perltoc.pod
23839 ____________________________________________________________________________
23840 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
23841         Log: Metaconfig unit change for #11093.
23842      Branch: metaconfig/U/perl
23843            ! d_fcntl_can_lock.U
23844 ____________________________________________________________________________
23845 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
23846         Log: The fcntl locking test may hang if NFS locking messed up;
23847              break out with alarm(10).
23848      Branch: perl
23849            ! Configure
23850 ____________________________________________________________________________
23851 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
23852         Log: Move the mdelete.bat from win32/bin to win32.
23853      Branch: perl
23854            ! MANIFEST
23855 ____________________________________________________________________________
23856 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
23857         Log: Typo in #11083.
23858      Branch: perl
23859            ! ext/Time/Piece/Piece.t
23860 ____________________________________________________________________________
23861 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
23862         Log: Netware tweaks from Guruprasad.
23863      Branch: perl
23864            - NetWare/perlsdio.h
23865            ! MANIFEST NetWare/Makefile NetWare/interface.c
23866            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
23867            ! perlsdio.h
23868 ____________________________________________________________________________
23869 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
23870         Log: Subject: Re: [PATH] shared -> unique;
23871              From: Abhijit Menon-Sen <ams@wiw.org>
23872              Date: Wed, 27 Jun 2001 03:51:27 +0530
23873              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
23874      Branch: perl
23875            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
23876 ____________________________________________________________________________
23877 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
23878         Log: Subject: Re: AIX / gcc-3.0
23879              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23880              Date: Mon, 02 Jul 2001 15:20:21 +0200
23881              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
23882      Branch: perl
23883            ! hints/aix.sh
23884 ____________________________________________________________________________
23885 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
23886         Log: Subject: Re: Bug report: split splits on wrong pattern
23887              From: Abhijit Menon-Sen <ams@wiw.org>
23888              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
23889              Date: Mon, 2 Jul 2001 16:31:33 +0530
23890      Branch: perl
23891            ! pp_ctl.c
23892 ____________________________________________________________________________
23893 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
23894         Log: Subject: [PATCH 5.6.1] test harness
23895              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23896              Date: Mon, 2 Jul 2001 06:29:21 -0400
23897              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
23898      Branch: perl
23899            ! lib/Test/Harness.pm
23900 ____________________________________________________________________________
23901 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
23902         Log: Subject: [PATCH 5.6.1] debugger goof
23903              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23904              Date: Mon, 2 Jul 2001 06:27:22 -0400
23905              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
23906      Branch: perl
23907            ! lib/perl5db.pl
23908 ____________________________________________________________________________
23909 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
23910         Log: Subject: [PATCH 5.6.1] OS/2 cwd
23911              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23912              Date: Mon, 2 Jul 2001 06:21:17 -0400
23913              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
23914      Branch: perl
23915            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
23916 ____________________________________________________________________________
23917 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
23918         Log: Make #11082 more OS/2-specific.
23919      Branch: perl
23920            ! ext/Time/Piece/Piece.t
23921 ____________________________________________________________________________
23922 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
23923         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
23924              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23925              Date: Mon, 2 Jul 2001 06:06:34 -0400
23926              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
23927      Branch: perl
23928            ! ext/Time/Piece/Piece.t
23929 ____________________________________________________________________________
23930 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
23931         Log: Subject: [PATCH B::Deparse] version number & changes
23932              From: Robin Houston <robin@kitsite.com>  
23933              Date: Sun, 1 Jul 2001 17:17:29 +0100
23934              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
23935      Branch: perl
23936            ! ext/B/B/Deparse.pm
23937 ____________________________________________________________________________
23938 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
23939         Log: Subject: a small fix.
23940              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
23941              Date: Mon, 2 Jul 2001 12:17:53 +0200
23942              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
23943      Branch: perl
23944            ! ext/Thread/Thread.xs
23945 ____________________________________________________________________________
23946 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
23947         Log: Subject: RE: perl@10907
23948              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
23949              Date: Mon, 2 Jul 2001 12:06:16 +0200
23950              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
23951              
23952              Borland C vs PerlIO.
23953      Branch: perl
23954            ! win32/config.bc win32/config_H.bc
23955 ____________________________________________________________________________
23956 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
23957         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
23958              From: "H.M. Brand" <merijn@l1.procura.nl>
23959              Date: Mon, 02 Jul 2001 11:18:57 +0200
23960              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
23961      Branch: perl
23962            ! t/op/write.t
23963 ____________________________________________________________________________
23964 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
23965         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
23966              From: Michael G Schwern <schwern@pobox.com>
23967              Date: Mon, 2 Jul 2001 00:26:24 -0400
23968              Message-ID: <20010702002624.A18302@blackrider>
23969      Branch: perl
23970            - ext/util/mkbootstrap
23971 ____________________________________________________________________________
23972 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
23973         Log: Subject: [PATCH op.h] v minor comment tweak
23974              From: Robin Houston <robin@puffinry.freeserve.co.uk>
23975              Date: Mon, 2 Jul 2001 00:42:01 +0100
23976              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
23977      Branch: perl
23978            ! op.h
23979 ____________________________________________________________________________
23980 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
23981         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
23982      Branch: perl
23983            ! pod/perlfunc.pod
23984 ____________________________________________________________________________
23985 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
23986         Log: Subject: Re: sizeof(struct sembuf)
23987              From: Nicholas Clark <nick@ccl4.org>
23988              Date: Sun, 1 Jul 2001 19:23:16 +0100
23989              Message-ID: <20010701192316.V59620@plum.flirble.org>
23990              
23991              s/signaling/signalling/
23992      Branch: perl
23993            ! pod/perlfunc.pod
23994 ____________________________________________________________________________
23995 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
23996         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
23997              From: "Philip Newton" <Philip.Newton@gmx.net>
23998              Date: Sun, 1 Jul 2001 09:37:56 +0200
23999              Message-Id: <200107010733.KAA03920@taas.iki.fi>
24000      Branch: perl
24001            ! pod/perlvar.pod
24002 ____________________________________________________________________________
24003 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
24004         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
24005              From: "Philip Newton" <Philip.Newton@gmx.net>
24006              Date: Sun, 1 Jul 2001 09:37:56 +0200
24007              Message-Id: <200107010733.KAA03925@taas.iki.fi>
24008      Branch: perl
24009            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
24010 ____________________________________________________________________________
24011 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
24012         Log: Metaconfig unit change for #11070.
24013      Branch: metaconfig
24014            ! U/compline/randfunc.U
24015 ____________________________________________________________________________
24016 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
24017         Log: Subject: [PATCH perlsnap] its --> it's --> its
24018              From: "Philip Newton" <Philip.Newton@gmx.net>
24019              Date: Sun, 1 Jul 2001 09:37:56 +0200
24020              Message-Id: <200107010733.KAA03914@taas.iki.fi>
24021      Branch: perl
24022            ! Porting/config_H
24023 ____________________________________________________________________________
24024 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
24025         Log: Sync with Sarathy; integrate with perlio.
24026      Branch: perl
24027           !> gv.c
24028 ____________________________________________________________________________
24029 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
24030         Log: regenerate win32/config_H.?c files
24031      Branch: perl
24032            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24033 ____________________________________________________________________________
24034 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
24035         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
24036              naming discipline
24037              
24038              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
24039              because of this)
24040              
24041              fix a warning about "fd" being used without being set in Cwd.xs
24042      Branch: perl
24043            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
24044            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
24045            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
24046            ! win32/config.vc
24047 ____________________________________________________________________________
24048 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
24049         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
24050              within macro arguments") and warnings ("unary minus applied to
24051              unsigned type", among others)
24052      Branch: perl
24053            ! gv.c hv.c op.c pp.c sv.c toke.c
24054 ____________________________________________________________________________
24055 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
24056         Log: win32 fixes: more spurious CRs
24057      Branch: perl
24058            ! win32/mdelete.bat
24059 ____________________________________________________________________________
24060 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
24061         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
24062              from win32/bin (or it gets deleted by distclean); don't delete
24063              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
24064              NT (should be made Win9x specific, and added to makefile.mk)
24065      Branch: perl
24066           +> win32/mdelete.bat
24067            - win32/bin/mdelete.bat
24068            ! win32/Makefile win32/makefile.mk
24069 ____________________________________________________________________________
24070 [ 11063] By: nick                                  on 2001/07/01  18:54:09
24071         Log: Quick for for #ifdef mess
24072      Branch: perlio
24073            ! gv.c
24074 ____________________________________________________________________________
24075 [ 11062] By: nick                                  on 2001/07/01  18:47:42
24076         Log: Raw integrate - does not build #if mess in gv.c
24077      Branch: perlio
24078           !> (integrate 29 files)
24079 ____________________________________________________________________________
24080 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
24081         Log: Make 'compile' target a little less broken.
24082              Still very broken, though: -Wall warnings from
24083              the generated code, boot_Foo prototypes missing,
24084              can't autoload Fcntl::SEEK_CUR et alia, ...
24085      Branch: perl
24086            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
24087            ! utils/perlcc.PL x2p/Makefile.SH
24088 ____________________________________________________________________________
24089 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
24090         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
24091      Branch: perl
24092            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
24093            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
24094 ____________________________________________________________________________
24095 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
24096         Log: Update Changes.
24097      Branch: perl
24098            ! Changes patchlevel.h
24099 ____________________________________________________________________________
24100 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
24101         Log: Still one typo, regen toc.
24102      Branch: perl
24103            ! lib/Unicode/UCD.pm pod/perltoc.pod
24104 ____________________________________________________________________________
24105 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
24106         Log: Detypos and regen toc.
24107      Branch: perl
24108            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
24109 ____________________________________________________________________________
24110 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
24111         Log: VERSION tweak.
24112      Branch: perl
24113            ! ext/List/Util/lib/List/Util.pm
24114 ____________________________________________________________________________
24115 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
24116         Log: Attempt at plugging the leak under ithreads detected by Doug.
24117      Branch: perl
24118            ! op.h
24119 ____________________________________________________________________________
24120 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
24121         Log: gcc -Wall lint after #11051.
24122      Branch: perl
24123            ! pp_sys.c
24124 ____________________________________________________________________________
24125 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
24126         Log: Integrate perlio.
24127      Branch: perl
24128           !> lib/File/Find/taint.t
24129 ____________________________________________________________________________
24130 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
24131         Log: Don't use the v-strings for module VERSIONs.
24132      Branch: perl
24133            ! lib/Unicode/UCD.pm
24134 ____________________________________________________________________________
24135 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
24136         Log: Code cleanup based on turning off the -woffs in IRIX.
24137              Not all of the gripes cleaned up (hairy code in hv.c and
24138              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
24139              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
24140              to the IRIX hints)
24141      Branch: perl
24142            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
24143            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
24144            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
24145            ! regcomp.c sv.c
24146 ____________________________________________________________________________
24147 [ 11050] By: nick                                  on 2001/06/30  20:46:46
24148         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
24149      Branch: perlio
24150            ! lib/File/Find/taint.t
24151 ____________________________________________________________________________
24152 [ 11049] By: nick                                  on 2001/06/30  18:13:33
24153         Log: Integrate mainline
24154      Branch: perlio
24155           +> NetWare/nwstdio.h NetWare/perlsdio.h
24156           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
24157           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
24158           +> lib/Unicode/UCD.t t/run/exit.t
24159           !> (integrate 60 files)
24160 ____________________________________________________________________________
24161 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
24162         Log: Delta delta.
24163      Branch: perl
24164            ! pod/perl572delta.pod
24165 ____________________________________________________________________________
24166 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
24167         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
24168              by CPAN.pm, use rather _00.
24169      Branch: perl
24170            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
24171            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
24172            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
24173            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
24174            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
24175            ! lib/ExtUtils/Embed.pm lib/Test.pm
24176 ____________________________________________________________________________
24177 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
24178         Log: Add a simple Unicode character database interface, Unicode::UCD.
24179      Branch: perl
24180            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
24181            ! MANIFEST
24182 ____________________________________________________________________________
24183 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
24184         Log: Subject: [PATCH] op/numconver.t
24185              From: Nicholas Clark <nick@ccl4.org>
24186              Date: Sat, 30 Jun 2001 15:40:10 +0100
24187              Message-ID: <20010630154010.I59620@plum.flirble.org>
24188      Branch: perl
24189            ! t/op/numconvert.t
24190 ____________________________________________________________________________
24191 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
24192         Log: The $^N is now taken (by #11038).
24193      Branch: perl
24194            ! t/base/lex.t
24195 ____________________________________________________________________________
24196 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
24197         Log: The #11040 had slipped to a wrong function...
24198      Branch: perl
24199            ! sv.c
24200 ____________________________________________________________________________
24201 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
24202         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
24203              the Configure library symbol probe mysteriously finds all
24204              symbols but those of pipe() and times().
24205      Branch: perl
24206            ! hints/aix.sh
24207 ____________________________________________________________________________
24208 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
24209         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
24210              From: Nicholas Clark <nick@ccl4.org>
24211              Date: Fri, 29 Jun 2001 23:49:07 +0100
24212              Message-ID: <20010629234907.D59620@plum.flirble.org>
24213      Branch: perl
24214            ! lib/ExtUtils.t
24215 ____________________________________________________________________________
24216 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
24217         Log: Subject: [PATCH] weakref fix 2, not yet there
24218              From: Artur Bergman <artur@contiller.se>
24219              Date: Sat, 30 Jun 2001 01:18:16 +0200
24220              Message-ID: <B762D957.1CC9%artur@contiller.se>
24221      Branch: perl
24222            ! sv.c
24223 ____________________________________________________________________________
24224 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
24225         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
24226              From: Michael G Schwern <schwern@pobox.com>
24227              Date: Fri, 29 Jun 2001 19:39:11 -0400
24228              Message-ID: <20010629193910.D25304@blackrider>
24229      Branch: perl
24230            + t/run/exit.t
24231            ! MANIFEST
24232 ____________________________________________________________________________
24233 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
24234         Log: Add support for $^N, the most-recently closed group.
24235      Branch: perl
24236            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
24237            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
24238            ! thrdvar.h
24239 ____________________________________________________________________________
24240 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
24241         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
24242              From: lvirden@cas.org
24243              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
24244              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
24245              
24246              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
24247              From: lvirden@cas.org
24248              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
24249              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
24250      Branch: perl
24251            ! README.solaris
24252 ____________________________________________________________________________
24253 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
24254         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
24255              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24256              Date: Sat, 30 Jun 2001 07:33:37 +0900
24257              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
24258              
24259              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
24260              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24261              Date: Sat, 30 Jun 2001 21:38:14 +0900
24262              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
24263      Branch: perl
24264            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
24265            + ext/Encode/Encode/7bit-kr.enc
24266            ! MANIFEST ext/Encode/Encode/Tcl.pm
24267 ____________________________________________________________________________
24268 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
24269         Log: NetWare tweaks from Guruprasad.
24270      Branch: perl
24271            + NetWare/nwstdio.h NetWare/perlsdio.h
24272            ! MANIFEST NetWare/Makefile NetWare/config.wc
24273            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
24274            ! NetWare/t/Readme.txt
24275 ____________________________________________________________________________
24276 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
24277         Log: More module $VERSION bump-ups.
24278      Branch: perl
24279            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
24280            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
24281            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
24282 ____________________________________________________________________________
24283 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
24284         Log: Doc update due to #11032.
24285      Branch: perl
24286            ! pod/perl572delta.pod
24287 ____________________________________________________________________________
24288 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
24289         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
24290              From: Peter Prymmer <pvhp@forte.com>
24291              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
24292              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
24293      Branch: perl
24294            ! ext/Time/HiRes/HiRes.xs
24295 ____________________________________________________________________________
24296 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
24297         Log: -lpthreads missing in AIX.
24298      Branch: perl
24299            ! hints/aix.sh
24300 ____________________________________________________________________________
24301 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
24302         Log: Subject: [PATCH] CLONE && weakrefs
24303              From: Artur Bergman <artur@contiller.se>
24304              Date: Fri, 29 Jun 2001 17:02:00 +0200
24305              Message-ID: <B7626508.1CA0%artur@contiller.se>
24306      Branch: perl
24307            ! sv.c
24308 ____________________________________________________________________________
24309 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
24310         Log: Subject: Re: Bug report: split splits on wrong pattern
24311              From: Radu Greab <radu@netsoft.ro>
24312              Date: Wed, 27 Jun 2001 21:50:52 +0300
24313              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
24314      Branch: perl
24315            ! pp_ctl.c t/op/split.t
24316 ____________________________________________________________________________
24317 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
24318         Log: Metaconfig unit change for #11027.
24319      Branch: metaconfig/U/perl
24320            ! d_modfl.U
24321 ____________________________________________________________________________
24322 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
24323         Log: I thought this Configure glitch for AIX was just recently fixed?
24324      Branch: perl
24325            ! Configure
24326 ____________________________________________________________________________
24327 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
24328         Log: Update Changes.
24329      Branch: perl
24330            ! Changes patchlevel.h
24331 ____________________________________________________________________________
24332 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
24333         Log: Subject: Re: perl@10967, File::Find, and Cwd
24334              From: Mike Guy <mjtg@cam.ac.uk>
24335              Date: Fri, 29 Jun 2001 14:56:49 +0100
24336              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
24337      Branch: perl
24338            ! lib/File/Find/taint.t
24339 ____________________________________________________________________________
24340 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
24341         Log: Update the sv_pvprintify() spec.
24342      Branch: perl
24343            ! pod/perltodo.pod
24344 ____________________________________________________________________________
24345 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
24346         Log: Known test failures update.
24347      Branch: perl
24348            ! pod/perl572delta.pod
24349 ____________________________________________________________________________
24350 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
24351         Log: Based on
24352              
24353              Subject: [PATCH @11016] More );) fixes
24354              From: Richard Soderberg <rs@crystalflame.net>
24355              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
24356              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
24357      Branch: perl
24358            ! ext/Thread/Thread.xs ext/Thread/typemap
24359 ____________________________________________________________________________
24360 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
24361         Log: Subject: [PATCH @11016] Fixes compile errors in four files
24362              From: Richard Soderberg <rs@crystalflame.net>
24363              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
24364              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
24365      Branch: perl
24366            ! mg.c pp.c pp_hot.c util.c
24367 ____________________________________________________________________________
24368 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
24369         Log: AIX hints tweaking continues, from Merijn Brand.
24370      Branch: perl
24371            ! hints/aix.sh
24372 ____________________________________________________________________________
24373 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
24374         Log: HP-UX needs gccversion sooner, from Merijn Brand.
24375      Branch: perl
24376            ! hints/hpux.sh
24377 ____________________________________________________________________________
24378 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
24379         Log: Subject: [PATCH 5.6.1] OS/2 docs
24380              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24381              Date: Fri, 29 Jun 2001 02:34:12 -0400
24382              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
24383      Branch: perl
24384            ! README.os2 os2/Changes
24385 ____________________________________________________________________________
24386 [ 11017] By: nick                                  on 2001/06/29  10:20:30
24387         Log: Integrate mainline
24388      Branch: perlio
24389           +> (branch 37 files)
24390            - ext/ODBM_File/sdbm.t
24391           !> (integrate 211 files)
24392 ____________________________________________________________________________
24393 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
24394         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
24395              the modules found using a script written by Larry Schatzer Jr.
24396      Branch: perl
24397            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
24398            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
24399            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
24400            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
24401            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
24402            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
24403            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
24404            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
24405            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
24406            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
24407            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
24408            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
24409            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
24410            ! lib/constant.pm lib/fields.pm lib/strict.pm
24411 ____________________________________________________________________________
24412 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
24413         Log: The latest JPL from the anoncvs.
24414      Branch: perl
24415            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
24416 ____________________________________________________________________________
24417 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
24418         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
24419      Branch: perl
24420            ! t/op/pat.t
24421 ____________________________________________________________________________
24422 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
24423         Log: Worrying about insecure directories now is a bit too late.
24424      Branch: perl
24425            ! lib/File/Find/taint.t
24426 ____________________________________________________________________________
24427 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
24428         Log: Cannot DIE() in a void function,
24429              from Richard Hatch <rhatch@austin.ibm.com>.
24430      Branch: perl
24431            ! ext/IPC/SysV/SysV.xs
24432 ____________________________________________________________________________
24433 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
24434         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
24435              From: Peter Prymmer <pvhp@forte.com>
24436              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
24437              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
24438              
24439              (unfinished: time/hires tests 3, 5, 14 failing, but better
24440              than wholesale failure)
24441      Branch: perl
24442            ! ext/Time/HiRes/HiRes.xs
24443 ____________________________________________________________________________
24444 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
24445         Log: Subject: [PATCH 5.6.1] OS/2 improvements
24446              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24447              Date: Thu, 28 Jun 2001 16:03:14 -0400
24448              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
24449      Branch: perl
24450            + os2/os2_base.t
24451            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
24452            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
24453            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
24454            ! os2/os2ish.h
24455 ____________________________________________________________________________
24456 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
24457         Log: Subject: Incrementing Extutils::Manifest's $VERSION
24458              From: Michael G Schwern <schwern@pobox.com>
24459              Date: Thu, 28 Jun 2001 13:13:49 -0400
24460              Message-ID: <20010628131349.A14738@blackrider>
24461      Branch: maint-5.6/perl
24462            ! lib/ExtUtils/Manifest.pm
24463 ____________________________________________________________________________
24464 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
24465         Log: AIX tweak from Merijn Brand.
24466      Branch: perl
24467            ! hints/aix.sh
24468 ____________________________________________________________________________
24469 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
24470         Log: Create the macperl branch.
24471      Branch: maint-5.6/macperl
24472           +> (branch 1728 files)
24473 ____________________________________________________________________________
24474 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
24475         Log: Update Changes.
24476      Branch: perl
24477            ! Changes patchlevel.h
24478 ____________________________________________________________________________
24479 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
24480         Log: More Perforce lore.
24481      Branch: perl
24482            ! Porting/repository.pod
24483 ____________________________________________________________________________
24484 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
24485         Log: Metaconfig unit changes for #11003.
24486      Branch: metaconfig/U/perl
24487            + d_nl_langinfo.U i_langinfo.U
24488 ____________________________________________________________________________
24489 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
24490         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
24491              Expected not to exist in non-UNIX excepting in VMS, where
24492              according to a quick web survey they just might.
24493      Branch: perl
24494            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
24495            ! Porting/config_H config_h.SH configure.com epoc/config.sh
24496            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
24497            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24498            ! win32/config.bc win32/config.gc win32/config.vc
24499 ____________________________________________________________________________
24500 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
24501         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
24502              in AIX is one is doing a 64-bit build.
24503      Branch: perl
24504            ! hints/aix.sh
24505 ____________________________________________________________________________
24506 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
24507         Log: Metaconfig unit changes for #11000.
24508      Branch: metaconfig/U/perl
24509            ! use64bits.U uselfs.U
24510 ____________________________________________________________________________
24511 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
24512         Log: Move use64bitint and use64bitall before uselargefiles.
24513      Branch: perl
24514            ! Configure
24515 ____________________________________________________________________________
24516 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
24517         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
24518              From: Robert Spier <rspier@pobox.com>
24519              Message-ID: <15162.41164.618712.841415@rls.cx>
24520              Date: Wed, 27 Jun 2001 23:13:16 -0400
24521      Branch: perl
24522            ! doio.c
24523 ____________________________________________________________________________
24524 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
24525         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
24526              From: Peter Prymmer <pvhp@forte.com>
24527              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
24528              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
24529      Branch: perl
24530            ! numeric.c
24531 ____________________________________________________________________________
24532 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
24533         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
24534              From: Peter Prymmer <pvhp@forte.com>
24535              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
24536              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
24537      Branch: perl
24538            ! configure.com ext/Digest/MD5/Makefile.PL
24539 ____________________________________________________________________________
24540 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
24541         Log: Update Changes.
24542      Branch: perl
24543            ! Changes patchlevel.h
24544 ____________________________________________________________________________
24545 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
24546         Log: Tiny EPOC updates.
24547      Branch: perl
24548            ! epoc/config.sh
24549 ____________________________________________________________________________
24550 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
24551         Log: The Test::More and Test::Simple tests required help
24552              thanks to our schizophrenic test scheme.
24553      Branch: perl
24554            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
24555            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
24556            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
24557            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
24558            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
24559 ____________________________________________________________________________
24560 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
24561         Log: Upgrade to Test::Simple 0.09.
24562      Branch: perl
24563            + lib/Test/Simple/Changes
24564            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
24565            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
24566            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
24567            ! lib/Test/Simple/t/plan_is_noplan.t
24568 ____________________________________________________________________________
24569 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
24570         Log: Upgrade to Test::More 0.07.
24571      Branch: perl
24572            + lib/Test/More/Changes
24573            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
24574            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
24575            ! lib/Test/More/t/skipall.t
24576 ____________________________________________________________________________
24577 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
24578         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
24579              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24580              Date: Wed, 27 Jun 2001 18:40:04 +0200
24581              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
24582      Branch: perl
24583            ! hints/hpux.sh
24584 ____________________________________________________________________________
24585 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
24586         Log: Subject: [PATCH README.qnx hints/qnx.sh]
24587              From: Norton Allen <allen@huarp.harvard.edu>
24588              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
24589              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
24590      Branch: perl
24591            ! README.qnx hints/qnx.sh
24592 ____________________________________________________________________________
24593 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
24594         Log: Subject: [PATCH] two little documentation nits
24595              From: Abhijit Menon-Sen <ams@wiw.org>
24596              Date: Wed, 27 Jun 2001 20:07:50 +0530
24597              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
24598      Branch: perl
24599            ! sv.c sv.h
24600 ____________________________________________________________________________
24601 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
24602         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
24603              From: Norton Allen <allen@huarp.harvard.edu>
24604              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
24605              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
24606      Branch: perl
24607            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
24608 ____________________________________________________________________________
24609 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
24610         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
24611              From: Michael G Schwern <schwern@pobox.com>
24612              Date: Wed, 27 Jun 2001 02:34:58 -0400
24613              Message-ID: <20010627023458.K23874@blackrider>
24614      Branch: perl
24615            ! vms/test.com
24616 ____________________________________________________________________________
24617 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
24618         Log: Add perl_clone_host() for Netware.
24619      Branch: perl
24620            ! NetWare/nw5.c
24621 ____________________________________________________________________________
24622 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
24623         Log: GCC 3.0 hints for HP-UX.
24624      Branch: perl
24625            ! hints/hpux.sh
24626 ____________________________________________________________________________
24627 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
24628         Log: In some Linux distributions the libndbm is broken
24629              (no null key support), therefore link with libgdbm
24630              (if available), since it has a working ndbm emulation,
24631              from Jonathan Stowe.
24632      Branch: perl
24633            + ext/NDBM_File/hints/linux.pl
24634            ! MANIFEST
24635 ____________________________________________________________________________
24636 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
24637         Log: Subject: [PATCH perl@10930] find.t hack for VMS
24638              From: "Craig A. Berry" <craigberry@mac.com>
24639              Date: Tue, 26 Jun 2001 23:40:25 -0500
24640              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
24641      Branch: perl
24642            ! lib/File/Find/find.t
24643 ____________________________________________________________________________
24644 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
24645         Log: AUTHORS updates.
24646      Branch: perl
24647            ! AUTHORS
24648 ____________________________________________________________________________
24649 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
24650         Log: Metaconfig unit change like #10980.
24651      Branch: metaconfig
24652            ! U/compline/d_stdstdio.U
24653 ____________________________________________________________________________
24654 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
24655         Log: "lose the it's", from Abhijit Menon-Sen.
24656              ("It's" not searched, pods not searched.)
24657      Branch: perl
24658            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
24659            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
24660            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
24661            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
24662            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
24663            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
24664 ____________________________________________________________________________
24665 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
24666         Log: "lose the looses", from Abhijit Menon-Sen.
24667      Branch: perl
24668            ! ext/B/B/Assembler.pm gv.c
24669 ____________________________________________________________________________
24670 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
24671         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
24672      Branch: perl
24673            ! hints/os390.sh
24674 ____________________________________________________________________________
24675 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
24676         Log: DEC C 5.3 on the VAX simply doesn't seem to like
24677              compiling the MD5 extension, disable it there for now,
24678              from Peter Prymmer.
24679      Branch: perl
24680            ! configure.com
24681 ____________________________________________________________________________
24682 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
24683         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
24684              From: Jonathan Stowe <gellyfish@gellyfish.com>
24685              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
24686              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
24687      Branch: perl
24688            ! pod/perlfaq3.pod
24689 ____________________________________________________________________________
24690 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
24691         Log: Subject: [PATCH 5.6.1] perlxs misprints
24692              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24693              Date: Tue, 26 Jun 2001 17:20:00 -0400
24694              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
24695      Branch: perl
24696            ! pod/perlxs.pod
24697 ____________________________________________________________________________
24698 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
24699         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
24700              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24701              Date: Tue, 26 Jun 2001 17:27:07 -0400
24702              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
24703      Branch: perl
24704            ! lib/ExtUtils/MM_Unix.pm
24705 ____________________________________________________________________________
24706 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
24707         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
24708              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24709              Date: Tue, 26 Jun 2001 17:23:24 -0400
24710              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
24711      Branch: perl
24712            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
24713 ____________________________________________________________________________
24714 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
24715         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
24716              by Olaf Flebbe.
24717      Branch: perl
24718            ! perl.h
24719 ____________________________________________________________________________
24720 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
24721         Log: Detypo.
24722      Branch: perl
24723            ! lib/Memoize/t/tie_sdbm.t
24724 ____________________________________________________________________________
24725 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
24726         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
24727      Branch: perl
24728            ! win32/perllib.c
24729 ____________________________________________________________________________
24730 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
24731         Log: Subject: [patch] perl_clone+CvFILE
24732              From: Doug MacEachern <dougm@covalent.net>
24733              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
24734              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
24735      Branch: perl
24736            ! sv.c
24737 ____________________________________________________________________________
24738 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
24739         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
24740              From: Mark-Jason Dominus <mjd@plover.com>
24741              Date: Tue, 26 Jun 2001 12:33:01 -0400
24742              Message-ID: <20010626163301.31298.qmail@plover.com>
24743      Branch: perl
24744            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
24745 ____________________________________________________________________________
24746 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
24747         Log: Update Changes.
24748      Branch: perl
24749            ! Changes patchlevel.h
24750 ____________________________________________________________________________
24751 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
24752         Log: Also catfile() needs now to explicitly exported.
24753      Branch: perl
24754            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
24755 ____________________________________________________________________________
24756 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
24757         Log: Regen toc.
24758      Branch: perl
24759            ! pod/perltoc.pod
24760 ____________________________________________________________________________
24761 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
24762         Log: Nonexistent pod command.
24763      Branch: perl
24764            ! pod/perl572delta.pod
24765 ____________________________________________________________________________
24766 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
24767         Log: Be more portable in the quest for tmpdir.
24768      Branch: perl
24769            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
24770 ____________________________________________________________________________
24771 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
24772         Log: Be more portable in finding out the home directory,
24773              and use File::Spec to do the concat.
24774              (Come to think of it, couldn't File::Spec provide
24775              for a ->homedir method?)
24776      Branch: perl
24777            ! lib/Net/Config.pm
24778 ____________________________________________________________________________
24779 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
24780         Log: Doc patch for #10959.
24781      Branch: perl
24782            ! pod/perlfunc.pod
24783 ____________________________________________________________________________
24784 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
24785         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
24786              From: "Philip Newton" <pnewton@gmx.de>
24787              Date: Tue, 26 Jun 2001 16:26:47 +0200
24788              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
24789      Branch: perl
24790            ! pod/perldata.pod
24791 ____________________________________________________________________________
24792 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
24793         Log: Subject: [PATH] shared -> unique;
24794              From: "Artur Bergman" <artur@contiller.se>
24795              Date: Tue, 26 Jun 2001 16:18:40 +0200
24796              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
24797              
24798              Because "shared" isn't: it's read-only.
24799      Branch: perl
24800            ! toke.c xsutils.c
24801 ____________________________________________________________________________
24802 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
24803         Log: Escape multiline croak messages.
24804      Branch: perl
24805            ! t/op/ver.t
24806 ____________________________________________________________________________
24807 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
24808         Log: No more pragma/*.t for minitest.
24809      Branch: perl
24810            ! Makefile.SH
24811 ____________________________________________________________________________
24812 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
24813         Log: AUTHORS updates.
24814      Branch: perl
24815            ! AUTHORS
24816 ____________________________________________________________________________
24817 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
24818         Log: delta updates.
24819      Branch: perl
24820            ! pod/perl572delta.pod
24821 ____________________________________________________________________________
24822 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
24823         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
24824              From: Artur Bergman <artur@contiller.se> 
24825              Date: Tue, 26 Jun 2001 15:32:53 +0200
24826              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
24827      Branch: perl
24828            ! makedef.pl sv.c sv.h win32/perllib.c
24829 ____________________________________________________________________________
24830 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
24831         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
24832              From: Jonathan Stowe <gellyfish@gellyfish.com>
24833              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
24834              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
24835              
24836              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
24837      Branch: perl
24838            + ext/Time/HiRes/hints/sco.pl
24839            ! MANIFEST
24840 ____________________________________________________________________________
24841 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
24842         Log: Subject: [PATCH 5.6.1] static build
24843              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24844              Date: Tue, 26 Jun 2001 04:22:25 -0400
24845              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
24846      Branch: perl
24847            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
24848            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
24849 ____________________________________________________________________________
24850 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
24851         Log: DJGPP patches from Laszlo Molnar.
24852      Branch: perl
24853            ! djgpp/djgpp.c perl.c util.c
24854 ____________________________________________________________________________
24855 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
24856         Log: Netware patches from Ananth Kesari.
24857      Branch: perl
24858            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
24859            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
24860            ! NetWare/nwtinfo.h
24861 ____________________________________________________________________________
24862 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
24863         Log: Detypo.
24864      Branch: perl
24865            ! ext/Errno/Errno_pm.PL
24866 ____________________________________________________________________________
24867 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
24868         Log: There seems to be two ways of spelling the $^O in *STEP.
24869      Branch: perl
24870            ! ext/Errno/Errno_pm.PL
24871 ____________________________________________________________________________
24872 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
24873         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
24874              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
24875      Branch: perl
24876            ! ext/Errno/Errno_pm.PL
24877 ____________________________________________________________________________
24878 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
24879         Log: Known bugs update.
24880      Branch: perl
24881            ! pod/perl572delta.pod
24882 ____________________________________________________________________________
24883 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
24884         Log: The default installation of Cygwin has 500 as root's uid.
24885      Branch: perl
24886            ! lib/User/pwent.t
24887 ____________________________________________________________________________
24888 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
24889         Log: Be even more relaxed (re-allow having only one entry).
24890      Branch: perl
24891            ! t/op/grent.t t/op/pwent.t
24892 ____________________________________________________________________________
24893 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
24894         Log: Test failure updates.
24895      Branch: perl
24896            ! pod/perl572delta.pod
24897 ____________________________________________________________________________
24898 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
24899         Log: MPE/iX test tweaks from Mark Bixby.
24900      Branch: perl
24901            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
24902            ! t/io/fs.t t/op/stat.t
24903 ____________________________________________________________________________
24904 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
24905         Log: Microperl findings.
24906      Branch: perl
24907            ! perl.h pp_sys.c
24908 ____________________________________________________________________________
24909 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
24910         Log: Touch uconfig.h.
24911      Branch: perl
24912            ! uconfig.h
24913 ____________________________________________________________________________
24914 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
24915         Log: Subject: [PATCH] Proposed fix for Pod::Man
24916              From: Rob Napier <rnapier@employees.org>
24917              Date: Mon, 25 Jun 2001 15:49:24 -0400
24918              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
24919              
24920              Cater for Solaris nroff brokenness (shortchanges daisywheel
24921              printers, but hey, we also no more support PDPs.)
24922      Branch: perl
24923            ! lib/Pod/Man.pm
24924 ____________________________________________________________________________
24925 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
24926         Log: Typo in #10937.
24927      Branch: perl
24928            ! ext/POSIX/sigaction.t
24929 ____________________________________________________________________________
24930 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
24931         Log: SIGCONT not trappable in VMS.
24932      Branch: perl
24933            ! ext/POSIX/sigaction.t
24934 ____________________________________________________________________________
24935 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
24936         Log: Subject: [DRAFT] Encode-Tcl.t
24937              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24938              Date: Tue, 26 Jun 2001 03:38:08 +0900
24939              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
24940      Branch: perl
24941            + ext/Encode/Encode/Tcl.t
24942            ! MANIFEST ext/Encode/Encode/Tcl.pm
24943 ____________________________________________________________________________
24944 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
24945         Log: Because of #10932 retract also the perlfunc hunk of #10910.
24946      Branch: perl
24947            ! pod/perlfunc.pod
24948 ____________________________________________________________________________
24949 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
24950         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
24951              by Ilya Zakharevich in
24952              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
24953      Branch: perl
24954            ! XSUB.h
24955 ____________________________________________________________________________
24956 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
24957         Log: Typo in #10889.
24958      Branch: perl
24959            ! hints/uts.sh
24960 ____________________________________________________________________________
24961 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
24962         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
24963              From: Abhijit Menon-Sen <ams@wiw.org>
24964              Date: Mon, 25 Jun 2001 23:45:45 +0530
24965              Message-ID: <20010625234545.A5022@lustre.linux.in>
24966      Branch: perl
24967            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
24968 ____________________________________________________________________________
24969 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
24970         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
24971              From: Michael G Schwern <schwern@pobox.com>
24972              Date: Mon, 25 Jun 2001 14:35:51 -0400
24973              Message-ID: <20010625143551.H13819@blackrider>
24974      Branch: perl
24975            ! lib/Test.pm
24976 ____________________________________________________________________________
24977 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
24978         Log: Update Changes.
24979      Branch: perl
24980            ! Changes patchlevel.h
24981 ____________________________________________________________________________
24982 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
24983         Log: Regen toc and modlib.
24984      Branch: perl
24985            ! pod/perlmodlib.pod pod/perltoc.pod
24986 ____________________________________________________________________________
24987 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
24988         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
24989              for the benefit of C++ compilers, as suggested by Guruprasad.
24990      Branch: perl
24991            ! embed.pl proto.h
24992 ____________________________________________________________________________
24993 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
24994         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
24995              From: Jonathan Stowe <gellyfish@gellyfish.com>
24996              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
24997              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
24998      Branch: perl
24999            ! pod/perlfaq5.pod
25000 ____________________________________________________________________________
25001 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
25002         Log: Missed from #10925.
25003      Branch: perl
25004            ! gv.c
25005 ____________________________________________________________________________
25006 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
25007         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
25008              From: Robin Houston <robin@kitsite.com>
25009              Date: Sat, 19 May 2001 16:19:34 +0100
25010              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
25011      Branch: perl
25012            ! cv.h gv.h op.c
25013 ____________________________________________________________________________
25014 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
25015         Log: Netware README tweak.
25016      Branch: perl
25017            ! README.netware
25018 ____________________________________________________________________________
25019 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
25020         Log: Subject: [PATCH] Re: overload.t fails
25021              From: Abhijit Menon-Sen <ams@wiw.org>
25022              Date: Mon, 25 Jun 2001 14:52:20 +0530
25023              Message-ID: <20010625145220.A24114@lustre.linux.in>
25024      Branch: perl
25025            ! lib/overload.t
25026 ____________________________________________________________________________
25027 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
25028         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
25029              From: Mike Guy <mjtg@cam.ac.uk>
25030              Date: Mon, 25 Jun 2001 11:43:23 +0100
25031              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
25032      Branch: perl
25033            ! lib/Carp.pm
25034 ____________________________________________________________________________
25035 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
25036         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
25037              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25038              Date: Sun, 24 Jun 2001 05:17:05 -0400
25039              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
25040      Branch: perl
25041            ! os2/os2ish.h
25042 ____________________________________________________________________________
25043 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
25044         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
25045              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25046              Date: Mon, 25 Jun 2001 05:52:27 -0400
25047              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
25048      Branch: perl
25049            ! hints/os2.sh
25050 ____________________________________________________________________________
25051 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
25052         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
25053              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25054              Date: Mon, 25 Jun 2001 05:23:35 -0400
25055              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
25056      Branch: perl
25057            ! os2/os2.c
25058 ____________________________________________________________________________
25059 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
25060         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
25061              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25062              Date: Mon, 25 Jun 2001 05:04:32 -0400
25063              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
25064      Branch: perl
25065            ! os2/OS2/REXX/DLL/DLL.pm
25066 ____________________________________________________________________________
25067 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
25068         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
25069              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25070              Date: Mon, 25 Jun 2001 05:02:36 -0400
25071              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
25072      Branch: perl
25073            ! mg.c os2/dl_os2.c os2/os2.c
25074 ____________________________________________________________________________
25075 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
25076         Log: Subject: Re: [PATCH 5.6.1] misprints
25077              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25078              Date: Mon, 25 Jun 2001 04:50:50 -0400
25079              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
25080      Branch: perl
25081            ! os2/os2.c pp_sys.c
25082 ____________________________________________________________________________
25083 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
25084         Log: Add Test::More and Test::Simple to the delta.
25085      Branch: perl
25086            ! pod/perl572delta.pod
25087 ____________________________________________________________________________
25088 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
25089         Log: Add Test::More, from Michael G Schwern.
25090      Branch: perl
25091            + lib/Test/More.pm lib/Test/More/t/More.t
25092            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
25093            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
25094            + t/lib/Test/More/Catch.pm
25095            ! MANIFEST
25096 ____________________________________________________________________________
25097 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
25098         Log: Add Test::Simple from Michael G Schwern.
25099      Branch: perl
25100            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
25101            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
25102            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
25103            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
25104            + t/lib/Test/Simple/Catch.pm
25105            + t/lib/Test/Simple/sample_tests/death.plx
25106            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
25107            + t/lib/Test/Simple/sample_tests/extras.plx
25108            + t/lib/Test/Simple/sample_tests/five_fail.plx
25109            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
25110            + t/lib/Test/Simple/sample_tests/one_fail.plx
25111            + t/lib/Test/Simple/sample_tests/require.plx
25112            + t/lib/Test/Simple/sample_tests/success.plx
25113            + t/lib/Test/Simple/sample_tests/too_few.plx
25114            + t/lib/Test/Simple/sample_tests/two_fail.plx
25115            ! MANIFEST
25116 ____________________________________________________________________________
25117 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
25118         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
25119              From: "Craig A. Berry" <craigberry@mac.com>
25120              Date: Sun, 24 Jun 2001 23:41:36 -0500
25121              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
25122      Branch: perl
25123            ! pp_sys.c
25124 ____________________________________________________________________________
25125 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
25126         Log: Upgrade to Attribute::Handlers 0.70.
25127      Branch: perl
25128            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
25129            ! MANIFEST lib/Attribute/Handlers.pm
25130 ____________________________________________________________________________
25131 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
25132         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
25133              From: Abhijit Menon-Sen <ams@wiw.org>
25134              Date: Sat, 23 Jun 2001 05:17:44 +0530
25135              Message-ID: <20010623051744.A18583@lustre.linux.in>
25136              
25137              (Can't think of a good place to put tests.)
25138      Branch: perl
25139            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
25140 ____________________________________________________________________________
25141 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
25142         Log: Subject: [PATCH] t/op/pat.t typo fix
25143              From: Richard Soderberg <rs@crystalflame.net>
25144              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
25145              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
25146      Branch: perl
25147            ! t/op/pat.t
25148 ____________________________________________________________________________
25149 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
25150         Log: Move the pack warnings to their own file, as pointed
25151              out by Spider.
25152      Branch: perl
25153            + t/lib/warnings/pp_pack
25154            ! MANIFEST t/lib/warnings/pp
25155 ____________________________________________________________________________
25156 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
25157         Log: Update Changes.
25158      Branch: perl
25159            ! Changes patchlevel.h
25160 ____________________________________________________________________________
25161 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
25162         Log: Partially fix a problem noticed by IRIX compiler:
25163              the initialization of parse_start was bypassed by
25164              several gotos.  Now initialized to zero, which may
25165              not be the best choice.
25166      Branch: perl
25167            ! regcomp.c
25168 ____________________________________________________________________________
25169 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
25170         Log: Relax the group and password tests back to moaning only
25171              if no matches at all are found.  (Even with a small sample
25172              I could find many sites where there are, umm, anomalies in
25173              the said databases.)       
25174      Branch: perl
25175            ! t/op/grent.t t/op/pwent.t
25176 ____________________________________________________________________________
25177 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
25178         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
25179      Branch: perl
25180            ! pp_ctl.c
25181 ____________________________________________________________________________
25182 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
25183         Log: De-cut-and-pasto in #10902.
25184      Branch: perl
25185            ! pp_ctl.c
25186 ____________________________________________________________________________
25187 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
25188         Log: The #10771 didn't take?
25189      Branch: perl
25190            ! pp_ctl.c
25191 ____________________________________________________________________________
25192 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
25193         Log: Undo the filetests part of #10900, under multiplicity
25194              weird errors take place.
25195      Branch: perl
25196            ! pp_sys.c
25197 ____________________________________________________________________________
25198 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
25199         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
25200      Branch: perl
25201            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
25202 ____________________________________________________________________________
25203 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
25204         Log: (Replaced by #10922)
25205              
25206              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
25207              From: Tony Bowden <tony@kasei.com>
25208              Date: Sun, 24 Jun 2001 17:32:40 +0100
25209              Message-ID: <20010624173240.A16293@blackstar.co.uk>
25210              
25211              Document (well, mention) shortmess() and longmess()
25212              to rob people of their fun of reinventing the weel.
25213      Branch: perl
25214            ! lib/Carp.pm
25215 ____________________________________________________________________________
25216 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
25217         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
25218              From: Brian Jepson <bjepson@oreilly.com>
25219              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
25220              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
25221      Branch: perl
25222            ! pp_sys.c
25223 ____________________________________________________________________________
25224 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
25225         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
25226              From: Robin Barker <rmb1@cise.npl.co.uk> 
25227              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
25228              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
25229      Branch: perl
25230            ! lib/CPAN.pm
25231 ____________________________________________________________________________
25232 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
25233         Log: Memoize patch from mjd.
25234      Branch: perl
25235            ! lib/Memoize/t/tie_storable.t
25236 ____________________________________________________________________________
25237 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
25238         Log: Spec the sv_pvprintify() a bit more.
25239      Branch: perl
25240            ! pod/perltodo.pod
25241 ____________________________________________________________________________
25242 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
25243         Log: Upgrade to Memoize 0.65.
25244      Branch: perl
25245            + lib/Memoize/t/array_confusion.t
25246            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
25247            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
25248            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
25249            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
25250            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
25251            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
25252            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
25253            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
25254            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
25255            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
25256            ! lib/Memoize/t/tie_storable.t
25257 ____________________________________________________________________________
25258 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
25259         Log: Metaconfig unit change for #10892.
25260      Branch: metaconfig
25261            ! U/modified/Options.U
25262 ____________________________________________________________________________
25263 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
25264         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
25265              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25266              Date: Sun, 24 Jun 2001 05:24:40 -0400
25267              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
25268      Branch: perl
25269            ! Configure hints/os2.sh
25270 ____________________________________________________________________________
25271 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
25272         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
25273              From: Mike Guy <mjtg@cam.ac.uk>
25274              Date: Sun, 24 Jun 2001 15:28:39 +0100
25275              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
25276              
25277              Fix an ancient (5.002) bug.
25278      Branch: perl
25279            ! lib/Carp/Heavy.pm
25280 ____________________________________________________________________________
25281 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
25282         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
25283              variables.
25284      Branch: perl
25285            ! pp_sys.c
25286 ____________________________________________________________________________
25287 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
25288         Log: Make UTS as per #10888.
25289      Branch: perl
25290            ! hints/uts.sh
25291 ____________________________________________________________________________
25292 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
25293         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
25294      Branch: perl
25295            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
25296            ! mpeix/mpeixish.h perl.h unixish.h
25297 ____________________________________________________________________________
25298 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
25299         Log: AUTHORS update.
25300      Branch: perl
25301            ! AUTHORS
25302 ____________________________________________________________________________
25303 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
25304         Log: Subject: Encode::Tcl for multibyte doesnot work
25305              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
25306              Date: Sun, 24 Jun 2001 22:48:21 +0900
25307              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
25308      Branch: perl
25309            ! ext/Encode/Encode/Tcl.pm
25310 ____________________________________________________________________________
25311 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
25312         Log: Subject: [PATCH] Remove tautology in error messages
25313              From: Mike Guy <mjtg@cam.ac.uk>
25314              Date: Sun, 24 Jun 2001 13:31:00 +0100
25315              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
25316      Branch: perl
25317            ! pp_sys.c
25318 ____________________________________________________________________________
25319 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
25320         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
25321      Branch: perl
25322            ! hints/darwin.sh
25323 ____________________________________________________________________________
25324 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
25325         Log: Subject: Re: [PATCH 5.6.1] test suite
25326              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25327              Date: Sun, 24 Jun 2001 05:47:05 -0400
25328              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
25329              
25330              Test suite fixes.
25331      Branch: perl
25332            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
25333 ____________________________________________________________________________
25334 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
25335         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
25336              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25337              Date: Sun, 24 Jun 2001 05:37:19 -0400
25338              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
25339      Branch: perl
25340            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
25341 ____________________________________________________________________________
25342 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
25343         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
25344              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25345              Date: Sun, 24 Jun 2001 05:34:50 -0400
25346              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
25347              
25348              Pacify compiler warnings.
25349      Branch: perl
25350            ! pp_sys.c
25351 ____________________________________________________________________________
25352 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
25353         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
25354              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25355              Date: Sun, 24 Jun 2001 05:21:18 -0400
25356              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
25357              
25358              Enable compression of executables during link time.
25359      Branch: perl
25360            ! hints/os2.sh
25361 ____________________________________________________________________________
25362 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
25363         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
25364              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25365              Date: Sun, 24 Jun 2001 05:15:11 -0400
25366              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
25367              
25368              Add ordinals to the export list for Perl DLL.
25369              (Breaks intra-version DLL compatibility.)
25370      Branch: perl
25371            ! makedef.pl
25372 ____________________________________________________________________________
25373 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
25374         Log: Allow (displaying and) re-editing the Subject in perlbug.
25375              Also abstract the Subject quality control into a function.
25376      Branch: perl
25377            ! utils/perlbug.PL
25378 ____________________________________________________________________________
25379 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
25380         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
25381      Branch: perl
25382            ! utils/perlbug.PL
25383 ____________________________________________________________________________
25384 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
25385         Log: Regen toc and modlib.
25386      Branch: perl
25387            ! pod/perlmodlib.pod pod/perltoc.pod
25388 ____________________________________________________________________________
25389 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
25390         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
25391              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
25392              attribute semantics as much as possible, or 'ntsec' which uses
25393              native NTFS semantics.)  (See also #10877.)
25394      Branch: perl
25395            ! perl.c
25396 ____________________________________________________________________________
25397 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
25398         Log: (Retracted by #11586)
25399              
25400              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
25401      Branch: perl
25402            ! lib/Test/Harness.pm
25403 ____________________________________________________________________________
25404 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
25405         Log: Just zap the -uPerlio.
25406      Branch: perl
25407            ! ext/B/Stash.t
25408 ____________________________________________________________________________
25409 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
25410         Log: Do not test PerlIO if PerlIO not used.
25411      Branch: perl
25412            ! ext/PerlIO/PerlIO.t
25413 ____________________________________________________________________________
25414 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
25415         Log: Regen perlapi.
25416      Branch: perl
25417            ! pod/perlapi.pod
25418 ____________________________________________________________________________
25419 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
25420         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
25421              From: Nicholas Clark <nick@ccl4.org>
25422              Date: Sat, 23 Jun 2001 22:55:47 +0100
25423              Message-ID: <20010623225547.Z98663@plum.flirble.org>
25424      Branch: perl
25425            ! numeric.c
25426 ____________________________________________________________________________
25427 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
25428         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
25429              From: Prymmer/Kahn <pvhp@best.com>
25430              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
25431              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
25432      Branch: perl
25433            ! lib/h2xs.t
25434 ____________________________________________________________________________
25435 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
25436         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
25437              cygwin does not taint cwd, just like win32.
25438      Branch: perl
25439            ! lib/File/Find/taint.t t/op/taint.t
25440 ____________________________________________________________________________
25441 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
25442         Log: Retract #10865, the patch should be unnecessary.
25443              (But seemingly helpful in Cygwin?  Strange.)
25444      Branch: perl
25445            ! lib/Memoize/t/tie_ndbm.t
25446 ____________________________________________________________________________
25447 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
25448         Log: Misplaced test file; plus Cygwin filesystem semantics.
25449      Branch: perl
25450            + ext/SDBM_File/sdbm.t
25451            - ext/ODBM_File/sdbm.t
25452            ! MANIFEST
25453 ____________________________________________________________________________
25454 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
25455         Log: (Retracted by #10867.)
25456      Branch: perl
25457            ! lib/Memoize/t/tie_ndbm.t
25458 ____________________________________________________________________________
25459 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
25460         Log: Metaconfig unit change for #10863.
25461      Branch: metaconfig/U/perl
25462            ! Extensions.U
25463 ____________________________________________________________________________
25464 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
25465         Log: In Cygwin do not build NDBM_File and ODBM_File unless
25466              -lndbm and -ldbm are available.
25467      Branch: perl
25468            ! Configure config_h.SH
25469 ____________________________________________________________________________
25470 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
25471         Log: More Cygwin filesystem semantics.
25472      Branch: perl
25473            ! t/io/fs.t t/op/stat.t
25474 ____________________________________________________________________________
25475 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
25476         Log: More DOSish permission semantics for Cygwin.
25477      Branch: perl
25478            ! lib/AnyDBM_File.t
25479 ____________________________________________________________________________
25480 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
25481         Log: Cygwin too has different permission semantics.
25482      Branch: perl
25483            ! ext/GDBM_File/gdbm.t
25484 ____________________________________________________________________________
25485 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
25486         Log: The group (and assumedly passwd) databases can have
25487              only one entry (this is the case in cygwin).
25488      Branch: perl
25489            ! t/op/grent.t t/op/pwent.t
25490 ____________________________________________________________________________
25491 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
25492         Log: Also in Cygwin use Socket to figure out domainname
25493              (if any) (avoids trying to call external 'domainname',
25494              which doesn't at the moment exist in Cygwin)
25495      Branch: perl
25496            ! lib/Net/Domain.pm
25497 ____________________________________________________________________________
25498 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
25499         Log: Remove also the lib$Foo.def, not just $Foo.def.
25500      Branch: perl
25501            ! lib/ExtUtils/MM_Unix.pm
25502 ____________________________________________________________________________
25503 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
25504         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
25505      Branch: perl
25506            ! unixish.h
25507 ____________________________________________________________________________
25508 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
25509         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
25510              to match the whole isprint(), only the space character.
25511      Branch: perl
25512            ! handy.h pod/perlre.pod t/op/pat.t
25513 ____________________________________________________________________________
25514 [ 10854] By: nick                                  on 2001/06/23  08:09:33
25515         Log: Integrate mainline
25516      Branch: perlio
25517           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
25518           !> lib/ExtUtils.t lib/File/Find/taint.t
25519           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
25520           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
25521           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
25522 ____________________________________________________________________________
25523 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
25524         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
25525              with its floats    in os390 and s390 (UTS).
25526      Branch: perl
25527            ! lib/Math/BigInt/t/bigintpm.t
25528 ____________________________________________________________________________
25529 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
25530         Log: Add also UTS (s390) to the non-IEEE float platforms.
25531      Branch: perl
25532            ! t/op/sprintf.t
25533 ____________________________________________________________________________
25534 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
25535         Log: Subject: RFC: what are applicable standards for exponent sizes?
25536              From: Peter Prymmer <pvhp@forte.com>
25537              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
25538              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
25539      Branch: perl
25540            ! t/op/sprintf.t
25541 ____________________________________________________________________________
25542 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
25543         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
25544              From: Peter Prymmer <pvhp@forte.com>
25545              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
25546              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
25547      Branch: perl
25548            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
25549 ____________________________________________________________________________
25550 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
25551         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
25552              From: Peter Prymmer <pvhp@forte.com>
25553              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
25554              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
25555      Branch: perl
25556            ! lib/ExtUtils.t
25557 ____________________________________________________________________________
25558 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
25559         Log: Retract #10845.
25560      Branch: perl
25561            ! lib/File/Find/taint.t
25562 ____________________________________________________________________________
25563 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
25564         Log: Yet another error message.
25565      Branch: perl
25566            ! t/op/mkdir.t
25567 ____________________________________________________________________________
25568 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
25569         Log: The croak message for nonexistent socket functions may vary.
25570      Branch: perl
25571            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
25572 ____________________________________________________________________________
25573 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
25574         Log: (Retracted by #10848.)
25575      Branch: perl
25576            ! lib/File/Find/taint.t
25577 ____________________________________________________________________________
25578 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
25579         Log: Integrate perlio.
25580      Branch: perl
25581           !> lib/File/Find/taint.t t/op/write.t
25582 ____________________________________________________________________________
25583 [ 10843] By: nick                                  on 2001/06/22  21:24:51
25584         Log: Back out debug in taint.t
25585      Branch: perlio
25586            ! lib/File/Find/taint.t
25587 ____________________________________________________________________________
25588 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
25589         Log: setitimer() does not exist in Unicos, despite of what
25590              Configure thinks, from Mark P. Lutz.
25591      Branch: perl
25592            ! hints/unicos.sh
25593 ____________________________________________________________________________
25594 [ 10841] By: nick                                  on 2001/06/22  21:19:36
25595         Log: Skip cwd test on Win32 ???
25596      Branch: perlio
25597            ! lib/File/Find/taint.t
25598 ____________________________________________________________________________
25599 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
25600         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
25601              and Tru64 gcc -Wall happy.
25602      Branch: perl
25603            ! mg.c
25604 ____________________________________________________________________________
25605 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
25606         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
25607      Branch: perl
25608            ! ext/IPC/SysV/Semaphore.pm
25609 ____________________________________________________________________________
25610 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
25611         Log: Metaconfig unit change for #10837.
25612      Branch: metaconfig/U/perl
25613            ! Cross.U
25614 ____________________________________________________________________________
25615 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
25616         Log: Cleanup of the cross-compilation unit.
25617      Branch: perl
25618            ! Configure
25619 ____________________________________________________________________________
25620 [ 10836] By: nick                                  on 2001/06/22  20:45:12
25621         Log: Skip |- based op/write.t on Win32 as well as VMS
25622      Branch: perlio
25623            ! t/op/write.t
25624 ____________________________________________________________________________
25625 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
25626         Log: Integrate perlio.
25627      Branch: perl
25628           !> util.c
25629 ____________________________________________________________________________
25630 [ 10834] By: nick                                  on 2001/06/22  20:41:54
25631         Log: Integrate mainline
25632      Branch: perlio
25633           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
25634           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
25635           !> vos/config.ga.h
25636 ____________________________________________________________________________
25637 [ 10833] By: nick                                  on 2001/06/22  20:22:58
25638         Log: Patcho fix.
25639      Branch: perlio
25640            ! util.c
25641 ____________________________________________________________________________
25642 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
25643         Log: Metaconfig unit changes for #10831.
25644      Branch: metaconfig
25645            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
25646 ____________________________________________________________________________
25647 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
25648         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
25649              From: Andy Dougherty <doughera@lafayette.edu>
25650              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
25651              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
25652      Branch: perl
25653            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25654            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
25655 ____________________________________________________________________________
25656 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
25657         Log: MPE/iX prototype nits from Mark Bixby.
25658      Branch: perl
25659            ! pp_sys.c
25660 ____________________________________________________________________________
25661 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
25662         Log: Detypo.
25663      Branch: perl
25664            ! util.c
25665 ____________________________________________________________________________
25666 [ 10828] By: nick                                  on 2001/06/22  15:33:37
25667         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
25668      Branch: perlio
25669           +> lib/h2xs.t
25670           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
25671           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
25672           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
25673           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
25674           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
25675           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
25676           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
25677           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
25678           !> vms/vmsish.h
25679 ____________________________________________________________________________
25680 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
25681         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
25682              Date: Fri, 22 Jun 2001 10:08:35 -0500
25683              From: "Craig A. Berry" <craigberry@mac.com>
25684              Message-Id: <a05101001b75908704194@[192.168.56.145]>
25685      Branch: perl
25686            ! vms/vms.c vms/vmsish.h
25687 ____________________________________________________________________________
25688 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
25689         Log: NetWare scripts tweak from Ananth Kesari.
25690      Branch: perl
25691            ! NetWare/t/NWScripts.pl
25692 ____________________________________________________________________________
25693 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
25694         Log: Update Changes.
25695      Branch: perl
25696            ! Changes patchlevel.h
25697 ____________________________________________________________________________
25698 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
25699         Log: Add .i and .s targets.
25700      Branch: perl
25701            ! Makefile.SH
25702 ____________________________________________________________________________
25703 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
25704         Log: Upgrade to Locale::Maketext 1.03.
25705      Branch: perl
25706            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
25707            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
25708 ____________________________________________________________________________
25709 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
25710         Log: Upgrade to I18N::LangTags 0.26.
25711      Branch: perl
25712            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
25713            ! lib/I18N/LangTags/test.pl
25714 ____________________________________________________________________________
25715 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
25716         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
25717              Philip Newton.
25718      Branch: perl
25719            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
25720            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
25721 ____________________________________________________________________________
25722 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
25723         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
25724              From: Prymmer/Kahn <pvhp@best.com>
25725              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
25726              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
25727      Branch: perl
25728            + lib/h2xs.t
25729            ! MANIFEST utils/h2xs.PL
25730 ____________________________________________________________________________
25731 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
25732         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
25733              From: Prymmer/Kahn <pvhp@best.com>
25734              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
25735              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
25736      Branch: perl
25737            ! lib/ExtUtils.t
25738 ____________________________________________________________________________
25739 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
25740         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
25741              From: Prymmer/Kahn <pvhp@best.com>
25742              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
25743              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
25744      Branch: perl
25745            ! t/pod/plainer.t
25746 ____________________________________________________________________________
25747 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
25748         Log: AUTHORS update.
25749      Branch: perl
25750            ! AUTHORS
25751 ____________________________________________________________________________
25752 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
25753         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
25754              From: "Craig A. Berry" <craigberry@mac.com>
25755              Date: Thu, 21 Jun 2001 18:20:38 -0500
25756              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
25757      Branch: perl
25758            ! ext/POSIX/POSIX.xs
25759 ____________________________________________________________________________
25760 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
25761         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
25762              From: "Craig A. Berry" <craigberry@mac.com>
25763              Date: Thu, 21 Jun 2001 09:58:52 -0500
25764              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
25765      Branch: perl
25766            ! ext/B/Deparse.t t/op/write.t
25767 ____________________________________________________________________________
25768 [ 10814] By: nick                                  on 2001/06/22  08:13:09
25769         Log: Integrate mainline.
25770      Branch: perlio
25771           !> (integrate 46 files)
25772 ____________________________________________________________________________
25773 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
25774         Log: Change the prefixes only if $prefix is unset,
25775              as originally patched by Marcel Grunauer.
25776      Branch: perl
25777            ! hints/darwin.sh hints/rhapsody.sh
25778 ____________________________________________________________________________
25779 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
25780         Log: Subject: Re: Patch for hints/darwin.sh
25781              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
25782              Date: Thu, 21 Jun 2001 11:23:46 -0700
25783              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
25784      Branch: perl
25785            ! hints/darwin.sh hints/rhapsody.sh
25786 ____________________________________________________________________________
25787 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
25788         Log: Add .PHONY targets for non-file targets,
25789              from Wilfredo Sánchez.  Should help saying
25790              "make install" on case-insensitive filesystems.
25791      Branch: perl
25792            ! Makefile.SH
25793 ____________________________________________________________________________
25794 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
25795         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
25796              From: Doug MacEachern <dougm@covalent.net>
25797              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
25798              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
25799              
25800              plus reword the getcwd() comment, plus use getcwd() buffer
25801              size minus one.
25802      Branch: perl
25803            ! util.c
25804 ____________________________________________________________________________
25805 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
25806         Log: More gprofing from Doug MacEachern.
25807      Branch: perl
25808            ! Makefile.SH
25809 ____________________________________________________________________________
25810 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
25811         Log: Metaconfig unit change for #10807.
25812      Branch: metaconfig/U/perl
25813            ! d_sfio.U
25814 ____________________________________________________________________________
25815 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
25816         Log: Tell that you are removing the unneeded -lsfio.
25817      Branch: perl
25818            ! Configure
25819 ____________________________________________________________________________
25820 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
25821         Log: More MPE/iX tweaks from Mark Bixby.
25822      Branch: perl
25823            ! perl.c t/op/magic.t
25824 ____________________________________________________________________________
25825 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
25826         Log: The fchdir() proto is supposed to live in <unistd.h>.
25827      Branch: perl
25828            ! ext/Cwd/Cwd.xs
25829 ____________________________________________________________________________
25830 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
25831         Log: This town is too small for the Cwd extension and me,
25832              it would seem...
25833      Branch: perl
25834            ! ext/Cwd/Cwd.xs
25835 ____________________________________________________________________________
25836 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
25837         Log: Metaconfig unit change for #10802.
25838      Branch: metaconfig/U/perl
25839            ! d_modfl.U
25840 ____________________________________________________________________________
25841 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
25842         Log: More d'ohs.
25843      Branch: perl
25844            ! Configure
25845 ____________________________________________________________________________
25846 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
25847         Log: Off-by-one.  I'm so classic.
25848      Branch: perl
25849            ! util.c
25850 ____________________________________________________________________________
25851 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
25852         Log: Update Changes.
25853      Branch: perl
25854            ! Changes patchlevel.h
25855 ____________________________________________________________________________
25856 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
25857         Log: Subject: Documentation patch for Net::FTP
25858              From: Marcel Grunauer <marcel@codewerk.com>
25859              Date: Wed, 20 Jun 2001 23:03:26 +0200
25860              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
25861      Branch: perl
25862            ! lib/Net/FTP.pm
25863 ____________________________________________________________________________
25864 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
25865         Log: Retract the #10417 mg.c and embed.pl parts because of
25866              strange SEGVs in 64bit x86 FreeBSD observed by
25867              Nicholas Clark.
25868      Branch: perl
25869            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
25870 ____________________________________________________________________________
25871 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
25872         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
25873      Branch: perl
25874            ! Configure NetWare/config.wc NetWare/config_H.wc
25875            ! Porting/Glossary Porting/config.sh Porting/config_H
25876            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
25877            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25878            ! vos/config.ga.h win32/config.bc win32/config.gc
25879            ! win32/config.vc win32/config_H.bc win32/config_H.gc
25880            ! win32/config_H.vc
25881 ____________________________________________________________________________
25882 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
25883         Log: Cwd tweak from Doug MacEachern.
25884      Branch: perl
25885            ! ext/Cwd/Cwd.xs
25886 ____________________________________________________________________________
25887 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
25888         Log: Protect the fchdir() and lstat() with ifdefs.
25889              fchdir() needs a Configure probe.
25890      Branch: perl
25891            ! ext/Cwd/Cwd.xs
25892 ____________________________________________________________________________
25893 [ 10794] By: nick                                  on 2001/06/21  17:11:35
25894         Log: Integrate mainline
25895      Branch: perlio
25896           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
25897           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
25898           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
25899           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
25900           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
25901           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
25902           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
25903           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
25904            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
25905            - lib/File/Glob/case.t lib/File/Glob/global.t
25906            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
25907            - lib/File/Temp/posix.t lib/File/Temp/security.t
25908            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
25909            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
25910            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
25911            - lib/Text/Wrap/wrap.t
25912           !> (integrate 41 files)
25913 ____________________________________________________________________________
25914 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
25915         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
25916              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
25917              Date: Thu, 21 Jun 2001 13:04:54 -0500
25918              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
25919      Branch: perl
25920            ! ext/Cwd/Cwd.xs
25921 ____________________________________________________________________________
25922 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
25923         Log: Subject: [PATCH pod] overlong =item
25924              From: Robin Barker <rmb1@cise.npl.co.uk>
25925              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
25926              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
25927      Branch: perl
25928            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
25929            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
25930 ____________________________________________________________________________
25931 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
25932         Log: Subject: [PATCH perlio.c] format 
25933              From: Robin Barker <rmb1@cise.npl.co.uk>
25934              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
25935              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
25936      Branch: perl
25937            ! perlio.c
25938 ____________________________________________________________________________
25939 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
25940         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
25941              From: Radu Greab <radu@netsoft.ro>
25942              Date: Thu, 21 Jun 2001 19:06:02 +0300
25943              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
25944      Branch: perl
25945            ! pod/perlapi.pod sv.c
25946 ____________________________________________________________________________
25947 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
25948         Log: The metaconfig unit changes for #10788.
25949      Branch: metaconfig/U/perl
25950            ! Cross.U fflushall.U
25951 ____________________________________________________________________________
25952 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
25953         Log: Cross-configuration changes: make $from to rm the files
25954              before copying them over (this means that he rm can be
25955              removed from the fflushall test), create $targetmkdir      
25956              (not documented in install since it is supposed to internal
25957              use only), make $run to copy over the executable only if
25958              a stamp file .xok doesn't already exist (to avoid unnecessary
25959              copying of the executable)
25960      Branch: perl
25961            ! Configure Makefile.SH
25962 ____________________________________________________________________________
25963 [ 10787] By: nick                                  on 2001/06/21  14:16:18
25964         Log: Integrate mainline
25965      Branch: perlio
25966           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
25967           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
25968           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
25969            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
25970           !> (integrate 34 files)
25971 ____________________________________________________________________________
25972 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
25973         Log: Re-add the files as text.
25974      Branch: perl
25975            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
25976 ____________________________________________________________________________
25977 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
25978         Log: Delete the binary files.
25979      Branch: perl
25980            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
25981 ____________________________________________________________________________
25982 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
25983         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
25984              From: Andy Dougherty <doughera@lafayette.edu>
25985              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
25986              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
25987      Branch: perl
25988            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
25989            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
25990            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
25991            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
25992 ____________________________________________________________________________
25993 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
25994         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
25995              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
25996              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
25997              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
25998              
25999              Setting umask to something friendlier.
26000      Branch: perl
26001            ! installman installperl
26002 ____________________________________________________________________________
26003 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
26004         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
26005              Resort MANIFEST with sort -f, looks much better.
26006      Branch: perl
26007            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
26008            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
26009            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
26010            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
26011            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
26012            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
26013            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
26014            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
26015            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
26016            - lib/File/Glob/case.t lib/File/Glob/global.t
26017            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
26018            - lib/File/Temp/posix.t lib/File/Temp/security.t
26019            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
26020            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
26021            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
26022            - lib/Text/Wrap/wrap.t
26023            ! MANIFEST
26024 ____________________________________________________________________________
26025 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
26026         Log: Upgrade to I18N::LangTags 0.25.
26027      Branch: perl
26028            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
26029            ! lib/I18N/LangTags/List.pm
26030 ____________________________________________________________________________
26031 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
26032         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
26033              From: Richard Soderberg <rs@crystalflame.net>
26034              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
26035              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
26036      Branch: perl
26037            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
26038            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
26039 ____________________________________________________________________________
26040 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
26041         Log: Test obsoleted by change #10777.
26042      Branch: perl
26043            ! t/op/sub_lval.t
26044 ____________________________________________________________________________
26045 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
26046         Log: Case of confused test numbering.
26047      Branch: perl
26048            ! t/op/pat.t
26049 ____________________________________________________________________________
26050 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
26051         Log: Subject: Re: Opinion on undef lvalue
26052              From: Abhijit Menon-Sen <ams@wiw.org>
26053              Date: Sun, 17 Jun 2001 13:04:46 +0530
26054              Message-ID: <20010617130446.B27925@lustre.linux.in>
26055              
26056              Allow lvalue subs to return undef in array context.
26057      Branch: perl
26058            ! pp_hot.c
26059 ____________________________________________________________________________
26060 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
26061         Log: Just a guess that using the same hack for cygwin as
26062              for win32 might help.
26063      Branch: perl
26064            ! lib/File/Find/find.t
26065 ____________________________________________________________________________
26066 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
26067         Log: NetWare tweaks from Guruprasad.
26068      Branch: perl
26069            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
26070            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
26071            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
26072            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
26073 ____________________________________________________________________________
26074 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
26075         Log: Subject: Re: perl@10722: Bogus warnings on REs 
26076              From: Hugo <hv@crypt.compulink.co.uk>
26077              Date: Thu, 21 Jun 2001 09:51:17 +0100
26078              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
26079              
26080              Unroll to avoid a UTS compiler bug.
26081      Branch: perl
26082            ! regcomp.c
26083 ____________________________________________________________________________
26084 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
26085         Log: Subject: Re: [PATCH] Make /o work under i?threads
26086              From: Artur Bergman <artur@contiller.se>
26087              Date: Thu, 21 Jun 2001 14:38:03 +0200
26088              Message-ID: <B757B74A.184D%artur@contiller.se>
26089      Branch: perl
26090            ! t/op/pat.t
26091 ____________________________________________________________________________
26092 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
26093         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
26094              From: Artur Bergman <artur@contiller.se> 
26095              Date: Thu, 21 Jun 2001 14:27:33 +0200
26096              Message-ID: <B757B4D4.1849%artur@contiller.se>
26097              
26098              Plus extra parentheses.
26099      Branch: perl
26100            ! op.h
26101 ____________________________________________________________________________
26102 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
26103         Log: Subject: [PATCH] Make /o work under i?threads
26104              From: Richard Soderberg <rs@crystalflame.net>
26105              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
26106              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
26107      Branch: perl
26108            ! pp_ctl.c
26109 ____________________________________________________________________________
26110 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
26111         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
26112              From: Artur Bergman <artur@contiller.se>
26113              Date: Thu, 21 Jun 2001 14:04:54 +0200
26114              Message-ID: <B757AF86.1842%artur@contiller.se>
26115      Branch: perl
26116            ! op.h
26117 ____________________________________________________________________________
26118 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
26119         Log: Subject: Re: perl@10765: sv.c not OK on win32
26120              From: Artur Bergman <artur@contiller.se>
26121              Date: Thu, 21 Jun 2001 10:31:06 +0200
26122              Message-ID: <B7577D69.182C%artur@contiller.se>
26123      Branch: perl
26124            ! sv.c
26125 ____________________________________________________________________________
26126 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
26127         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
26128              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26129              Date: Thu, 21 Jun 2001 06:23:56 -0400
26130              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
26131              
26132              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
26133              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26134              Date: Thu, 21 Jun 2001 06:32:21 -0400
26135              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
26136      Branch: perl
26137            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
26138 ____________________________________________________________________________
26139 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
26140         Log: Subject: [PATCH] make syslog test more verbose
26141              From: Robert Spier <rspier@pobox.com>
26142              Date: Thu, 21 Jun 2001 00:54:32 -0400
26143              Message-ID: <15153.32264.295807.333073@rls.cx>
26144      Branch: perl
26145            ! ext/Sys/Syslog/syslog.t
26146 ____________________________________________________________________________
26147 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
26148         Log: Subject: op/study.t refinements
26149              From: Hugo <hv@crypt.compulink.co.uk>
26150              Date: Thu, 21 Jun 2001 00:29:07 +0100
26151              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
26152      Branch: perl
26153            ! t/op/study.t
26154 ____________________________________________________________________________
26155 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
26156         Log: Update Changes.
26157      Branch: perl
26158            ! Changes patchlevel.h
26159 ____________________________________________________________________________
26160 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
26161         Log: Subject: Re: [PATCH] djgpp updates
26162              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
26163              Date: Wed, 20 Jun 2001 10:05:15 +0200
26164              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
26165      Branch: perl
26166            ! djgpp/config.over
26167 ____________________________________________________________________________
26168 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
26169         Log: Fix for ID 20010619.002 "When building hash, hash keys that
26170              are function calls are not being called", from Abhijit.
26171      Branch: perl
26172            ! t/base/lex.t toke.c
26173 ____________________________________________________________________________
26174 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
26175         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
26176      Branch: perl
26177            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
26178            + lib/Locale/Maketext/test.pl
26179            - lib/Locale/Maketext.t
26180            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
26181            ! lib/Locale/Maketext/TPJ13.pod
26182 ____________________________________________________________________________
26183 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
26184         Log: Metaconfig unit change for #10760.
26185      Branch: metaconfig
26186            ! U/modified/Cppsym.U
26187 ____________________________________________________________________________
26188 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
26189         Log: Do not remove the ccsym* Cppsym* files since
26190              they are useful for metaconfig units coming after us.
26191              (This is the Configure nit mentioned in #10752.)
26192      Branch: perl
26193            ! Configure
26194 ____________________________________________________________________________
26195 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
26196         Log: Update to I18N::LangTags 0.24, from Sean Burke.
26197      Branch: perl
26198            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
26199            + lib/I18N/LangTags/README
26200            - lib/I18N/LangTags/List.pod
26201            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
26202 ____________________________________________________________________________
26203 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
26204         Log: Regen headers.
26205      Branch: perl
26206            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
26207            ! pod/perlapi.pod proto.h
26208 ____________________________________________________________________________
26209 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
26210         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
26211              From: Artur Bergman <artur@contiller.se>
26212              Date: Wed, 20 Jun 2001 11:31:32 +0200
26213              Message-ID: <B7563A14.17D8%artur@contiller.se>
26214      Branch: perl
26215            ! embed.pl hv.c intrpvar.h sv.c sv.h
26216 ____________________________________________________________________________
26217 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
26218         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
26219              From: Tim Sweetman <tim@aldigital.co.uk> 
26220              Date: Wed, 13 Jun 2001 14:25:17 +0100 
26221              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
26222      Branch: perl
26223            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
26224 ____________________________________________________________________________
26225 [ 10755] By: nick                                  on 2001/06/20  16:12:37
26226         Log: Integrate mainline
26227      Branch: perlio
26228           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
26229           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
26230           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
26231           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
26232           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
26233           !> t/op/study.t util.c
26234 ____________________________________________________________________________
26235 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
26236         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
26237              but not Makefile)
26238      Branch: maint-5.6/perl
26239            ! win32/Makefile
26240 ____________________________________________________________________________
26241 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
26242         Log: Security tweak on readlink().
26243      Branch: perl
26244            ! pp_sys.c
26245 ____________________________________________________________________________
26246 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
26247         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
26248      Branch: perl
26249            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
26250            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
26251            ! mpeix/relink t/op/pwent.t
26252 ____________________________________________________________________________
26253 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
26254         Log: Reinstate #10725 (with probe for alarm()).
26255      Branch: perl
26256            ! t/op/study.t
26257 ____________________________________________________________________________
26258 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
26259         Log: Replace our implementation of realpath() with OpenBSD's
26260              (src/lib/libc/stdlib/realpath.c 1.4).
26261      Branch: perl
26262            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
26263            ! pod/perldiag.pod proto.h util.c
26264 ____________________________________________________________________________
26265 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
26266         Log: Integrate perlio.
26267      Branch: perl
26268           !> perlio.c
26269 ____________________________________________________________________________
26270 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
26271         Log: No point in going into memory-saving contortions
26272              with getcwd() since there's a danger of buffer overflow.
26273              Also make the POSIX extension to use sv_getcwd().
26274              Finally, a missed proto.h fragment.
26275      Branch: perl
26276            ! ext/POSIX/POSIX.xs proto.h util.c
26277 ____________________________________________________________________________
26278 [ 10747] By: nick                                  on 2001/06/20  12:38:26
26279         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
26280      Branch: perlio
26281            ! perlio.c
26282 ____________________________________________________________________________
26283 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
26284         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
26285              From: Graham Barr <gbarr@pobox.com>
26286              Date: Wed, 20 Jun 2001 11:05:49 +0100
26287              Message-ID: <20010620110549.I19188@pobox.com>
26288              
26289              reported in        
26290              
26291              Subject: Bug in IO::Socket::INET module (repeat)
26292              From: "Harmon S. Nine" <hnine@netarx.com>
26293              Date: Tue, 19 Jun 2001 09:41:35 -0400
26294              Message-ID: <3B2F568F.8080605@netarx.com>
26295              
26296              The bug was that the IO::Socket::INET constructor
26297              did not allow a 'LocalPort' of 0.
26298      Branch: perl
26299            ! ext/IO/lib/IO/Socket/INET.pm
26300 ____________________________________________________________________________
26301 [ 10745] By: nick                                  on 2001/06/20  08:56:39
26302         Log: Integrate mainline.
26303      Branch: perlio
26304           !> (integrate 37 files)
26305 ____________________________________________________________________________
26306 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
26307         Log: After some reading I don't think we can blindly
26308              use systems' realpath().  Too many security problems,
26309              too many buggy implementations.
26310              
26311              TODO: the realpath() emulation code in util.c doesn't
26312              seem fully operational?  (readlink(), for example?)
26313      Branch: perl
26314            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
26315            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
26316            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
26317            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
26318            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
26319            ! win32/config_H.gc win32/config_H.vc
26320 ____________________________________________________________________________
26321 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
26322         Log: Metaconfig unit change for #10738.
26323      Branch: metaconfig
26324            ! U/compline/d_gconvert.U
26325 ____________________________________________________________________________
26326 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
26327         Log: Integrate change #10739 from maintperl:
26328              
26329              C<eval "/x$\r\n/x"> fails to compile correctly 
26330      Branch: perl
26331           !> t/op/pat.t toke.c
26332 ____________________________________________________________________________
26333 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
26334         Log: Retract #10725 (Hugo asked NOT to apply the patch)
26335      Branch: perl
26336            ! t/op/study.t
26337 ____________________________________________________________________________
26338 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
26339         Log: The test.third results were funnily named because of the
26340              new test scheme.
26341      Branch: perl
26342            ! t/TEST
26343 ____________________________________________________________________________
26344 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
26345         Log: C<eval "/x$\r\n/x"> fails to compile correctly
26346      Branch: maint-5.6/perl
26347            ! t/op/pat.t toke.c
26348 ____________________________________________________________________________
26349 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
26350         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
26351              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26352              Date: Tue, 19 Jun 2001 19:15:40 -0400
26353              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
26354              
26355              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
26356              because "1e+129" being expected but "1.e+129" being returned.
26357              The culprit (at least in Tru64) is the use of gcvt().
26358      Branch: perl
26359            ! Configure
26360 ____________________________________________________________________________
26361 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
26362         Log: Subject: [PATCH perl@10722] test hunting on VMS
26363              From: "Craig A. Berry" <craigberry@mac.com>
26364              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
26365              Date: Tue, 19 Jun 2001 18:59:01 -0500
26366      Branch: perl
26367            ! vms/test.com
26368 ____________________________________________________________________________
26369 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
26370         Log: Subject: [PATCH] s/typos//
26371              From: Abhijit Menon-Sen <ams@wiw.org>
26372              Date: Wed, 20 Jun 2001 02:15:02 +0530
26373              Message-ID: <20010620021502.A14541@lustre.linux.in>
26374              
26375              Without the op.h s/bearword/bareword/ hunk, see
26376              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
26377      Branch: perl
26378            ! util.c
26379 ____________________________________________________________________________
26380 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
26381         Log: Metaconfig unit change for #10732 and #10733.
26382      Branch: metaconfig/U/perl
26383            ! fflushall.U
26384 ____________________________________________________________________________
26385 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
26386         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
26387              From: "Craig A. Berry" <craigberry@mac.com>
26388              Date: Tue, 19 Jun 2001 17:19:48 -0500
26389              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
26390      Branch: perl
26391            ! configure.com vms/descrip_mms.template
26392 ____________________________________________________________________________
26393 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
26394         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
26395              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26396              Date: Tue, 19 Jun 2001 16:48:07 -0400
26397              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
26398              
26399              Further fixes to fflush(NULL) detection.
26400      Branch: perl
26401            ! Configure
26402 ____________________________________________________________________________
26403 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
26404         Log: AIX test -s hangs with non-existent files?
26405              (A genuine logic bug in Configure, but AIX also broken?)
26406      Branch: perl
26407            ! Configure
26408 ____________________________________________________________________________
26409 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
26410         Log: AUTHORS updates.
26411      Branch: perl
26412            ! AUTHORS
26413 ____________________________________________________________________________
26414 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
26415         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
26416              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26417              Date: Tue, 19 Jun 2001 15:33:25 -0400
26418              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
26419      Branch: perl
26420            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
26421            ! t/lib/warnings/pp
26422 ____________________________________________________________________________
26423 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
26424         Log: Integrate perlio.
26425      Branch: perl
26426           !> lib/File/Find/find.t win32/distclean.bat
26427 ____________________________________________________________________________
26428 [ 10728] By: nick                                  on 2001/06/19  18:24:53
26429         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
26430      Branch: perlio
26431            ! lib/File/Find/find.t win32/distclean.bat
26432 ____________________________________________________________________________
26433 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
26434         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
26435              also add information how to find out whether one has PerlIO.
26436      Branch: perl
26437            ! pod/perlfunc.pod
26438 ____________________________________________________________________________
26439 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
26440         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
26441              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
26442              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
26443              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
26444      Branch: perl
26445            ! pod/perlfunc.pod
26446 ____________________________________________________________________________
26447 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
26448         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
26449              From: Hugo <hv@crypt.compulink.co.uk>
26450              Date: Tue, 19 Jun 2001 12:37:30 +0100
26451              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
26452      Branch: perl
26453            ! t/op/study.t
26454 ____________________________________________________________________________
26455 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
26456         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
26457              From: Hugo <hv@crypt.compulink.co.uk>
26458              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
26459              Date: Tue, 19 Jun 2001 13:15:17 +0100
26460      Branch: perl
26461            ! util.c
26462 ____________________________________________________________________________
26463 [ 10723] By: nick                                  on 2001/06/19  14:46:15
26464         Log: Integrate mainline
26465      Branch: perlio
26466           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
26467           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
26468           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
26469           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
26470           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
26471           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
26472            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
26473            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
26474            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
26475            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
26476            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
26477            - ext/Thread/unsync4.t
26478           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
26479           !> djgpp/config.over djgpp/fixpmain
26480           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
26481           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
26482           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
26483 ____________________________________________________________________________
26484 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
26485         Log: Update Changes.
26486      Branch: perl
26487            ! Changes patchlevel.h
26488 ____________________________________________________________________________
26489 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
26490         Log: The existence shall be MANIFESted.
26491      Branch: perl
26492            ! MANIFEST
26493 ____________________________________________________________________________
26494 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
26495         Log: The old libnet.cfg is first searched from the current directory,
26496              only then from the module path.
26497      Branch: perl
26498            ! utils/libnetcfg.PL
26499 ____________________________________________________________________________
26500 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
26501         Log: NetWare tweaks from Guruprasad.
26502      Branch: perl
26503            ! NetWare/Makefile NetWare/config.wc
26504 ____________________________________________________________________________
26505 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
26506         Log: Subject: [PATCH] djgpp updates
26507              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
26508              Date: Tue, 19 Jun 2001 10:59:06 +0200
26509              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
26510      Branch: perl
26511            ! djgpp/config.over djgpp/fixpmain
26512 ____________________________________________________________________________
26513 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
26514         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
26515              From: Prymmer/Kahn <pvhp@best.com>
26516              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
26517              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
26518      Branch: perl
26519            ! win32/Makefile
26520 ____________________________________________________________________________
26521 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
26522         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
26523              to happen right after the inclusion of <inttypes.h>,
26524              from Edward Moy.
26525      Branch: perl
26526            ! handy.h perl.h
26527 ____________________________________________________________________________
26528 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
26529         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
26530              From: Doug MacEachern <dougm@covalent.net>
26531              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
26532              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
26533      Branch: perl
26534            ! ext/DynaLoader/DynaLoader_pm.PL
26535 ____________________________________________________________________________
26536 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
26537         Log: Revert #10656 for perfomance reasons but leave in the
26538              use of Hv*() macros -- in comments, so that grepping the
26539              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
26540              suggested by Sarathy, also by Abhijit.)
26541      Branch: perl
26542            ! hv.c
26543 ____________________________________________________________________________
26544 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
26545         Log: Subject: [patch] .s MakeMaker suffix
26546              From: Doug MacEachern <dougm@covalent.net>
26547              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
26548              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
26549      Branch: perl
26550            ! lib/ExtUtils/MM_Unix.pm
26551 ____________________________________________________________________________
26552 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
26553         Log: One test lost in the big shuffle restored.
26554      Branch: perl
26555            + ext/IPC/SysV/ipcsysv.t
26556            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
26557 ____________________________________________________________________________
26558 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
26559         Log: Rename the old non-standard threads tests so that
26560              they won't be invoked.
26561      Branch: perl
26562            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
26563            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
26564            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
26565            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
26566            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
26567            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
26568            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
26569            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
26570            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
26571            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
26572            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
26573            - ext/Thread/unsync4.t
26574            ! MANIFEST
26575 ____________________________________________________________________________
26576 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
26577         Log: Integrate perlio.
26578      Branch: perl
26579           !> win32/config_sh.PL
26580 ____________________________________________________________________________
26581 [ 10709] By: nick                                  on 2001/06/19  08:18:18
26582         Log: Integrate mainline
26583      Branch: perlio
26584           +> (branch 40 files)
26585            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
26586            - lib/strict/subs lib/strict/vars lib/warnings/1global
26587            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
26588            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
26589            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
26590            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
26591            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
26592            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
26593            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
26594            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
26595            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
26596            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
26597            - lib/warnings/utf8 lib/warnings/util
26598           !> (integrate 57 files)
26599 ____________________________________________________________________________
26600 [ 10708] By: nick                                  on 2001/06/19  07:57:10
26601         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
26602      Branch: perlio
26603            ! win32/config_sh.PL
26604 ____________________________________________________________________________
26605 [ 10707] By: nick                                  on 2001/06/19  07:05:07
26606         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
26607      Branch: perl
26608            ! perly.c perly.y perly_c.diff vms/perly_c.vms
26609 ____________________________________________________________________________
26610 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
26611         Log: More perl572delta tweaks.
26612      Branch: perl
26613            ! pod/perl572delta.pod
26614 ____________________________________________________________________________
26615 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
26616         Log: Update perl572delta.
26617      Branch: perl
26618            ! pod/perl572delta.pod
26619 ____________________________________________________________________________
26620 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
26621         Log: VOS updates from Paul Green.
26622      Branch: perl
26623            ! vos/Changes vos/build.cm vos/perl.bind
26624 ____________________________________________________________________________
26625 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
26626         Log: Update the vos/config.*.* files.
26627      Branch: perl
26628            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26629            ! vos/config.ga.h
26630 ____________________________________________________________________________
26631 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
26632         Log: Add a makefile for more painless adding of symbols to the
26633              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
26634              takes care of the adding)
26635      Branch: perl
26636            + vos/Makefile
26637 ____________________________________________________________________________
26638 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
26639         Log: Make libnetcfg by default display the libnet configuration,
26640              -c to change, add -i for old config, document all options,
26641              regen toc.
26642      Branch: perl
26643            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
26644 ____________________________________________________________________________
26645 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
26646         Log: gcc -Wall sweep.
26647      Branch: perl
26648            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
26649 ____________________________________________________________________________
26650 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
26651         Log: So there.
26652      Branch: perl
26653            ! universal.c
26654 ____________________________________________________________________________
26655 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
26656         Log: Document the need for sv_printify().
26657              
26658              Document that 'use utf8' has been considered.
26659              
26660              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
26661      Branch: perl
26662            ! pod/perltodo.pod universal.c
26663 ____________________________________________________________________________
26664 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
26665         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
26666              From: Nicholas Clark <nick@ccl4.org>
26667              Date: Mon, 18 Jun 2001 23:29:23 +0100
26668              Message-ID: <20010618232923.I98663@plum.flirble.org>
26669      Branch: perl
26670            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
26671            ! ext/Sys/Syslog/Makefile.PL
26672 ____________________________________________________________________________
26673 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
26674         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
26675              From: Scott.L.Miller@Compaq.com
26676              Date: Mon, 18 Jun 2001 10:12:27 -0500
26677              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
26678      Branch: perl
26679            ! lib/perl5db.pl pod/perldebug.pod
26680 ____________________________________________________________________________
26681 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
26682         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
26683              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
26684              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
26685              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
26686      Branch: perl
26687            ! lib/Carp/Heavy.pm
26688 ____________________________________________________________________________
26689 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
26690         Log: Subject: [PATCH] Documentation changes for CLONE
26691              From: Artur Bergman <artur@contiller.se>
26692              Date: Mon, 18 Jun 2001 22:06:37 +0200
26693              Message-ID: <B7542BEC.1719%artur@contiller.se>
26694      Branch: perl
26695            ! pod/perlmod.pod pod/perlsub.pod
26696 ____________________________________________________________________________
26697 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
26698         Log: Subject: Re: configure.com
26699              From: "Craig A. Berry" <craigberry@mac.com>
26700              Date: Mon, 18 Jun 2001 16:04:38 -0500
26701              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
26702      Branch: perl
26703            ! configure.com
26704 ____________________________________________________________________________
26705 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
26706         Log: Subject: PL_nullstash + perl_clone()
26707              From: Doug MacEachern <dougm@covalent.net>
26708              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
26709              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
26710      Branch: perl
26711            ! sv.c
26712 ____________________________________________________________________________
26713 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
26714         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
26715              From: davem@fdgroup.co.uk
26716              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
26717              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
26718      Branch: perl
26719            ! embed.pl pod/perlapi.pod
26720 ____________________________________________________________________________
26721 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
26722         Log: More cross-compilation defaults gleaned from -Dcc
26723              if it is CPU-OS-gcc.
26724      Branch: metaconfig
26725            ! U/modified/libc.U
26726      Branch: metaconfig/U/perl
26727            ! Cross.U
26728      Branch: perl
26729            ! Configure INSTALL
26730 ____________________________________________________________________________
26731 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
26732         Log: Update Changes.
26733      Branch: perl
26734            ! Changes patchlevel.h
26735 ____________________________________________________________________________
26736 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
26737         Log: Subject: [PATCH 5.7.1] sv.c documentation
26738              From: davem@fdgroup.co.uk
26739              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
26740              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
26741      Branch: perl
26742            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
26743            ! sv.c sv.h
26744 ____________________________________________________________________________
26745 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
26746         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
26747              From: "Jon Gunnip" <jongunnip@hotmail.com>
26748              Date: Sun, 17 Jun 2001 18:24:29 -0400
26749              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
26750      Branch: perl
26751            ! pod/perlvar.pod
26752 ____________________________________________________________________________
26753 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
26754         Log: Move the locale/strict/warnings helper files back
26755              under the t/lib; this way the amount of non-installabled
26756              stuff under lib/ stays smaller.
26757      Branch: perl
26758            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
26759            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
26760            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
26761            + t/lib/warnings/5nolint t/lib/warnings/6default
26762            + t/lib/warnings/7fatal t/lib/warnings/8signal
26763            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
26764            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
26765            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
26766            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
26767            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
26768            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
26769            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
26770            + t/lib/warnings/taint t/lib/warnings/toke
26771            + t/lib/warnings/universal t/lib/warnings/utf8
26772            + t/lib/warnings/util
26773            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
26774            - lib/strict/subs lib/strict/vars lib/warnings/1global
26775            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
26776            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
26777            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
26778            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
26779            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
26780            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
26781            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
26782            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
26783            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
26784            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
26785            - lib/warnings/utf8 lib/warnings/util
26786            ! MANIFEST installperl lib/locale.t lib/strict.t
26787 ____________________________________________________________________________
26788 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
26789         Log: Split off the pack/unpack code, from Nicholas Clark.
26790      Branch: perl
26791            + pp_pack.c
26792            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
26793            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
26794            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
26795 ____________________________________________________________________________
26796 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
26797         Log: Guard the SysV IPC tests against being invoked in
26798              SysV-IPC-less places.
26799      Branch: perl
26800            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
26801 ____________________________________________________________________________
26802 [ 10683] By: nick                                  on 2001/06/18  12:24:42
26803         Log: Integrate mainline (new test scheme now ok on Linux).
26804      Branch: perlio
26805           +> lib/warnings.t
26806           !> dump.c sv.c
26807 ____________________________________________________________________________
26808 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
26809         Log: Add the locale.c and numeric.c to the microperl sources.
26810      Branch: perl
26811            ! Makefile.micro win32/Makefile
26812 ____________________________________________________________________________
26813 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
26814         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
26815              From: Abhijit Menon-Sen <ams@wiw.org>
26816              Date: Mon, 18 Jun 2001 14:23:44 +0530
26817              Message-ID: <20010618142344.A13136@lustre.linux.in>
26818      Branch: perl
26819            ! dump.c
26820 ____________________________________________________________________________
26821 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
26822         Log: Subject: Re: [PATCH] more anonymous stash cleanups
26823              From: Abhijit Menon-Sen <ams@wiw.org>
26824              Date: Mon, 18 Jun 2001 15:50:32 +0530
26825              Message-ID: <20010618155032.A13223@lustre.linux.in>
26826              
26827              Plus the comment left in as suggested by NI-S.
26828      Branch: perl
26829            ! sv.c
26830 ____________________________________________________________________________
26831 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
26832         Log: One missed file.
26833      Branch: perl
26834            + lib/warnings.t
26835 ____________________________________________________________________________
26836 [ 10678] By: nick                                  on 2001/06/18  08:05:29
26837         Log: Integrate mainline (part2 - the deletes)
26838      Branch: perlio
26839            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
26840            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
26841            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
26842            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
26843            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
26844            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
26845            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
26846            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
26847            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
26848            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
26849            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
26850 ____________________________________________________________________________
26851 [ 10677] By: nick                                  on 2001/06/18  08:04:44
26852         Log: Integrate mainline (part1)
26853      Branch: perlio
26854           +> (branch 376 files)
26855            - (delete 219 files)
26856           !> (integrate 151 files)
26857 ____________________________________________________________________________
26858 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
26859         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
26860              No doubt I made some mistakes like missed some files or
26861              misnamed some files.  The naming rules were more or less:
26862              (1) if the module is from CPAN, follows its ways, be it
26863              t/*.t or test.pl.
26864              (2) otherwise if there are multiple tests for a module
26865              put them in a t/
26866              (3) otherwise if there's only one test put it in Module.t
26867              (4) helper files go to module/ (locale, strict, warnings)
26868              (5) use longer filenames now that we can (but e.g. the
26869              compat-0.6.t and the Text::Balanced test files still
26870              were renamed to be more civil against the 8.3 people)
26871              installperl was updated appropriately not to install the
26872              *.t files or the help files from under lib.
26873              
26874              TODO: some helper files still remain under t/ that could
26875              follow their 'masters'.  UPDATE: On second thoughts, why
26876              should they.  They can continue to live under t/lib, and
26877              in fact the locale/strict/warnings helpers that were moved
26878              could be moved back.  This way the amount of non-installable
26879              stuff under lib/ stays smaller.
26880      Branch: perl
26881            + (add 253 files)
26882            - (delete 254 files)
26883            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
26884 ____________________________________________________________________________
26885 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
26886         Log: The warning no more comes from util.c, it comes from numeric.c.
26887      Branch: perl
26888            ! README.tru64
26889 ____________________________________________________________________________
26890 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
26891         Log: Subject: Re: anyone good at casting spells?
26892              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26893              Date: Sun, 17 Jun 2001 21:21:04 -0400
26894              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
26895      Branch: perl
26896            ! ext/POSIX/POSIX.xs hv.h
26897 ____________________________________________________________________________
26898 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
26899         Log: Protect the (original) thread tests against testing if no 5.005
26900              threads have been configured.
26901      Branch: perl
26902            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
26903            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
26904            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
26905            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
26906            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
26907            ! ext/Thread/unsync4.t
26908 ____________________________________________________________________________
26909 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
26910         Log: Try the new test scanning scheme on Text::Abbrev.
26911      Branch: perl
26912            + lib/Text/Abbrev.t
26913            - lib/Text/Abbrev/t/abbrev.t
26914            ! MANIFEST
26915 ____________________________________________________________________________
26916 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
26917         Log: Change the scan policy of the *.t and test.pl files,
26918              now the *.t do not need to live in a t/ directory.
26919      Branch: perl
26920            ! t/TEST t/harness
26921 ____________________________________________________________________________
26922 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
26923         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
26924              From: Ilmari Karonen <iltzu@sci.fi>
26925              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
26926              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
26927      Branch: perl
26928            ! pod/perlfaq7.pod
26929 ____________________________________________________________________________
26930 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
26931         Log: Quench the warnings from Tru64; the HP-UX is still
26932              broken because it really, REALLY, doesn't like the
26933              HvARRAY() being lvalue:
26934              
26935              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
26936              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
26937      Branch: perl
26938            ! hv.c
26939 ____________________________________________________________________________
26940 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
26941         Log: Integrate change #10667 from maintperl:
26942              
26943              change#10449 broke the special-case that makes lexicals inside the
26944              eval"" within DB::DB() visible
26945      Branch: perl
26946           !> op.c
26947 ____________________________________________________________________________
26948 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
26949         Log: change#10449 broke the special-case that makes lexicals inside the
26950              eval"" within DB::DB() visible
26951      Branch: maint-5.6/perl
26952            ! op.c
26953 ____________________________________________________________________________
26954 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
26955         Log: Still spurious output; indent the code a bit.
26956              
26957              TODO1: separate the utility functions like MkDir
26958              into a helper script?
26959              
26960              TODO2: I see a lot of repetition in the filepath()
26961              and dirpath() calls.
26962      Branch: perl
26963            ! t/lib/filefind.t t/lib/findtaint.t
26964 ____________________________________________________________________________
26965 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
26966         Log: Regen modlib, toc.
26967      Branch: perl
26968            ! pod/perlmodlib.pod pod/perltoc.pod
26969 ____________________________________________________________________________
26970 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
26971         Log: Add libnetcfg to perlutil.
26972      Branch: perl
26973            ! pod/perlutil.pod
26974 ____________________________________________________________________________
26975 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
26976         Log: Initial integration of libnet-1.0703.
26977              The Configure script renamed as libnetcfg, will be
26978              installed along other utilities.
26979      Branch: perl
26980            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
26981            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
26982            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
26983            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
26984            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
26985            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
26986            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
26987            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
26988            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
26989            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
26990            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
26991            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
26992            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
26993            + utils/libnetcfg.PL
26994            ! MANIFEST utils.lst utils/Makefile
26995 ____________________________________________________________________________
26996 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
26997         Log: Less potentially test-harness-confusing output.
26998      Branch: perl
26999            ! lib/Memoize/t/expire_module_t.t
27000 ____________________________________________________________________________
27001 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
27002         Log: The final print annoys make test.
27003      Branch: perl
27004            ! t/lib/filefind.t t/lib/findtaint.t
27005 ____________________________________________________________________________
27006 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
27007         Log: Add an option for handling dangling symbolic links.
27008      Branch: perl
27009            ! lib/File/Find.pm t/lib/filefind.t
27010 ____________________________________________________________________________
27011 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
27012         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
27013              From: Thomas Wegner <wegner_thomas@yahoo.com>
27014              Date: Sun, 17 Jun 2001 14:43:11 +0200
27015              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
27016      Branch: perl
27017            + t/lib/findtaint.t
27018            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
27019 ____________________________________________________________________________
27020 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
27021         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
27022              From: Jonathan Stowe <gellyfish@gellyfish.com>
27023              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
27024              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
27025      Branch: perl
27026            ! lib/ExtUtils/MM_Unix.pm
27027 ____________________________________________________________________________
27028 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
27029         Log: Subject: [PATCH] more anonymous stash cleanups
27030              From: Abhijit Menon-Sen <ams@wiw.org>
27031              Date: Sun, 17 Jun 2001 11:44:06 +0530
27032              Message-ID: <20010617114406.A25203@lustre.linux.in>
27033      Branch: perl
27034            ! op.c
27035 ____________________________________________________________________________
27036 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
27037         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
27038              From: Abhijit Menon-Sen <ams@wiw.org>
27039              Date: Sun, 17 Jun 2001 08:02:59 +0530
27040              Message-ID: <20010617080259.A28776@lustre.linux.in>
27041              
27042              Subject: [PATCH #2/7] xhv_eiter
27043              From: Abhijit Menon-Sen <ams@wiw.org>
27044              Date: Sun, 17 Jun 2001 08:13:18 +0530
27045              Message-ID: <20010617081318.B28776@lustre.linux.in>
27046              
27047              Subject: [PATCH #3/7] xhv_fill
27048              From: Abhijit Menon-Sen <ams@wiw.org>
27049              Date: Sun, 17 Jun 2001 08:25:16 +0530
27050              Message-ID: <20010617082516.C28776@lustre.linux.in>
27051              
27052              Subject: [PATCH #4/7] xhv_keys
27053              From: Abhijit Menon-Sen <ams@wiw.org>
27054              Date: Sun, 17 Jun 2001 08:36:17 +0530
27055              Message-ID: <20010617083617.D28776@lustre.linux.in>
27056              
27057              Subject: [PATCH #5/7] xhv_max
27058              From: Abhijit Menon-Sen <ams@wiw.org>
27059              Date: Sun, 17 Jun 2001 08:39:48 +0530
27060              Message-ID: <20010617083948.E28776@lustre.linux.in>
27061              
27062              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
27063              From: Abhijit Menon-Sen <ams@wiw.org>
27064              Date: Sun, 17 Jun 2001 08:51:11 +0530
27065              Message-ID: <20010617085111.F28776@lustre.linux.in>
27066      Branch: perl
27067            ! hv.c
27068 ____________________________________________________________________________
27069 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
27070         Log: Update Changes.
27071      Branch: perl
27072            ! Changes patchlevel.h
27073 ____________________________________________________________________________
27074 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
27075         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
27076              From: Abhijit Menon-Sen <ams@wiw.org>
27077              Date: Sat, 16 Jun 2001 07:41:19 +0530
27078              Message-ID: <20010616074119.A24720@lustre.linux.in>
27079      Branch: perl
27080            ! hv.c perl.c vms/vmsish.h win32/win32.h
27081 ____________________________________________________________________________
27082 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
27083         Log: Document tests failing when threaded, since we now have more.
27084      Branch: perl
27085            ! pod/perl572delta.pod
27086 ____________________________________________________________________________
27087 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
27088         Log: -Wall cleanup.
27089      Branch: perl
27090            ! ext/Thread/Thread.xs
27091 ____________________________________________________________________________
27092 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
27093         Log: pthread_attr_setstacksize() isn't absolutely necessary
27094              to call, only iff THREAD_CREATE_NEEDS_STACK.
27095      Branch: perl
27096            ! ext/Thread/Thread.xs
27097 ____________________________________________________________________________
27098 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
27099         Log: -Wall strays.
27100      Branch: perl
27101            ! perl.c util.c
27102 ____________________________________________________________________________
27103 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
27104         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
27105              (and INT64_MIN) brokenness.
27106      Branch: perl
27107            ! hints/darwin.sh perl.h
27108 ____________________________________________________________________________
27109 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
27110         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
27111              From: Nicholas Clark <nick@ccl4.org>
27112              Date: Sun, 17 Jun 2001 00:16:05 +0100
27113              Message-ID: <20010617001605.V98663@plum.flirble.org>
27114      Branch: perl
27115            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
27116            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
27117            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
27118 ____________________________________________________________________________
27119 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
27120         Log: Add perlnetware to docs; regen toc; supply skeleton
27121              docs for some Memoize submodules.
27122      Branch: perl
27123            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
27124            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
27125            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
27126            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
27127            ! win32/Makefile win32/makefile.mk
27128 ____________________________________________________________________________
27129 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
27130         Log: pod cleanup.
27131      Branch: perl
27132            ! README.netware
27133 ____________________________________________________________________________
27134 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
27135         Log: Integrate Memoize 0.64.  Few tweaks were required in
27136              the test scripts.  Note that the speed and expire*
27137              tests take several dozen seconds to run.
27138      Branch: perl
27139            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
27140            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
27141            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
27142            + lib/Memoize/README lib/Memoize/SDBM_File.pm
27143            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
27144            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
27145            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
27146            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
27147            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
27148            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
27149            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
27150            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
27151            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
27152            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
27153            ! MANIFEST t/lib/1_compile.t
27154 ____________________________________________________________________________
27155 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
27156         Log: Document the cross-compilation options.
27157      Branch: perl
27158            ! Cross/README INSTALL
27159 ____________________________________________________________________________
27160 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
27161         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
27162      Branch: perl
27163            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
27164            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
27165            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
27166            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
27167            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
27168            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
27169            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
27170            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
27171            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
27172            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
27173            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
27174            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
27175            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
27176            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
27177            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
27178            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
27179            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
27180            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
27181            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
27182            + lib/ExtUtils/MM_NW5.pm
27183            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
27184            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
27185            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
27186            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
27187            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
27188            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
27189            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
27190            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
27191            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
27192            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
27193            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
27194            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
27195            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
27196            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
27197            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
27198            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
27199            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
27200            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
27201            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
27202            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
27203            ! util.h x2p/a2py.c
27204 ____________________________________________________________________________
27205 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
27206         Log: Resort MANIFEST.
27207      Branch: perl
27208            ! MANIFEST
27209 ____________________________________________________________________________
27210 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
27211         Log: Integrate perlio.
27212      Branch: perl
27213           +> win32/win32io.c
27214           !> MANIFEST perlio.c perliol.h win32/makefile.mk
27215 ____________________________________________________________________________
27216 [ 10640] By: nick                                  on 2001/06/16  18:38:31
27217         Log: Disable :win32 layer as default till I get it working
27218      Branch: perlio
27219            ! MANIFEST perlio.c
27220 ____________________________________________________________________________
27221 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
27222         Log: Try the new scheme by moving the Text::Abbrev test
27223              to a new place under lib.
27224      Branch: perl
27225            + lib/Text/Abbrev/t/abbrev.t
27226            - t/lib/abbrev.t
27227            ! MANIFEST
27228 ____________________________________________________________________________
27229 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
27230         Log: Make the code even more dynamical so that testname
27231              suffix length can change.
27232      Branch: perl
27233            ! lib/Test/Harness.pm t/TEST
27234 ____________________________________________________________________________
27235 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
27236         Log: Allow for deeper t/ and also a single test.pl.
27237      Branch: perl
27238            ! t/TEST t/harness
27239 ____________________________________________________________________________
27240 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
27241         Log: #define fix from Nicholas Clark.
27242      Branch: perl
27243            ! ext/POSIX/POSIX.xs
27244 ____________________________________________________________________________
27245 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
27246         Log: Initialization is nice.
27247      Branch: perl
27248            ! lib/Test/Harness.pm
27249 ____________________________________________________________________________
27250 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
27251         Log: Make t/TEST and t/harness to test also the t/ tests
27252              under the main lib/ and ext/ directories.  Fix Test::Harness
27253              to dynamically change the width of its "foo/bar....ok" output.
27254      Branch: perl
27255            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
27256 ____________________________________________________________________________
27257 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
27258         Log: Subject: [PATCH] Re: perl@10611 
27259              From: Nicholas Clark <nick@ccl4.org>
27260              Date: Sat, 16 Jun 2001 16:52:47 +0100
27261              Message-ID: <20010616165247.O98663@plum.flirble.org>
27262              
27263              The .xs parts, too.
27264      Branch: perl
27265            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
27266            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
27267 ____________________________________________________________________________
27268 [ 10632] By: nick                                  on 2001/06/16  16:44:35
27269         Log: Work-in-progress win32 layer semi-functional, checking 
27270              for UNIX breakage.
27271      Branch: perlio
27272            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
27273 ____________________________________________________________________________
27274 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
27275         Log: Subject: [PATCH] Re: perl@10611 
27276              From: Nicholas Clark <nick@ccl4.org>
27277              Date: Sat, 16 Jun 2001 16:52:47 +0100
27278              Message-ID: <20010616165247.O98663@plum.flirble.org>
27279      Branch: perl
27280            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
27281            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
27282            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
27283            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
27284            ! lib/ExtUtils/Constant.pm
27285 ____________________________________________________________________________
27286 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
27287         Log: Metaconfig unit change for #10629.
27288      Branch: metaconfig
27289            ! U/modified/Finish.U
27290 ____________________________________________________________________________
27291 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
27292         Log: The extraction changed directories.
27293      Branch: perl
27294            ! Configure
27295 ____________________________________________________________________________
27296 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
27297         Log: Math::BigInt 1.35 from Tels.
27298      Branch: perl
27299            + t/lib/mbimbf.t
27300            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
27301            ! t/lib/bigfltpm.t t/lib/bigintpm.t
27302 ____________________________________________________________________________
27303 [ 10627] By: nick                                  on 2001/06/16  14:54:52
27304         Log: Work in progress UNIX-side edit of win32 PerLIO layer
27305      Branch: perlio
27306            + win32/win32io.c
27307            ! perlio.c win32/makefile.mk
27308 ____________________________________________________________________________
27309 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
27310         Log: Subject: [PATCH 5.6.1] os2/diff-configure
27311              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27312              Date: Fri, 15 Jun 2001 01:19:36 -0400
27313              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
27314              
27315              Empty all of it because I think #10624 made even the
27316              last patch hunk unnecessary.
27317      Branch: perl
27318            ! os2/diff.configure
27319 ____________________________________________________________________________
27320 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
27321         Log: Metaconfig unit change for 10624.
27322      Branch: metaconfig
27323            ! U/modified/libc.U
27324      Branch: perl
27325            ! config_h.SH
27326 ____________________________________________________________________________
27327 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
27328         Log: Move the initialization of libnames to the beginning so
27329              that can one 'seed' it (as OS/2 does.)
27330      Branch: perl
27331            ! Configure
27332 ____________________________________________________________________________
27333 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
27334         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
27335              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27336              Date: Fri, 15 Jun 2001 19:10:57 -0400
27337              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
27338      Branch: perl
27339            ! os2/OS2/REXX/DLL/DLL.pm
27340 ____________________________________________________________________________
27341 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
27342         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
27343              From: "Craig A. Berry" <craigberry@mac.com>
27344              Date: Fri, 15 Jun 2001 17:00:03 -0500
27345              Message-Id: <a05101007b750342599be@[172.16.52.1]>
27346      Branch: perl
27347            ! vms/descrip_mms.template
27348 ____________________________________________________________________________
27349 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
27350         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
27351              From: "Craig A. Berry" <craigberry@mac.com>
27352              Date: Fri, 15 Jun 2001 18:39:42 -0500
27353              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
27354      Branch: perl
27355            ! lib/File/Spec/VMS.pm t/lib/extutils.t
27356 ____________________________________________________________________________
27357 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
27358         Log: Integrate perlio.
27359      Branch: perl
27360           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
27361           !> t/io/utf8.t t/lib/io_scalar.t
27362 ____________________________________________________________________________
27363 [ 10619] By: nick                                  on 2001/06/15  21:05:19
27364         Log: Generated files
27365      Branch: perlio
27366            ! embed.h proto.h
27367 ____________________________________________________________________________
27368 [ 10618] By: nick                                  on 2001/06/15  20:27:42
27369         Log: Fix open.pm to work via XS-implemented method calls rather
27370              than *open::layers variables which caused all the HV/AV hassle.
27371      Branch: perlio
27372            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
27373            ! t/lib/io_scalar.t
27374 ____________________________________________________________________________
27375 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
27376         Log: Integrate perlio.
27377      Branch: perl
27378           !> lib/ExtUtils/Constant.pm
27379 ____________________________________________________________________________
27380 [ 10616] By: nick                                  on 2001/06/15  18:46:47
27381         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
27382      Branch: perlio
27383            ! lib/ExtUtils/Constant.pm
27384 ____________________________________________________________________________
27385 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
27386         Log: Integrate perlio.
27387      Branch: perl
27388           !> ext/Socket/Socket.xs
27389 ____________________________________________________________________________
27390 [ 10614] By: nick                                  on 2001/06/15  18:33:37
27391         Log: MULTIPLICITY fix for Socket.xs
27392      Branch: perlio
27393            ! ext/Socket/Socket.xs
27394 ____________________________________________________________________________
27395 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
27396         Log: Subject: Re: perl@10611
27397              From: Doug MacEachern <dougm@covalent.net>
27398              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
27399              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
27400      Branch: perl
27401            ! ext/Socket/Socket.xs
27402 ____________________________________________________________________________
27403 [ 10612] By: nick                                  on 2001/06/15  16:14:38
27404         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
27405      Branch: perlio
27406           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
27407           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
27408           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
27409           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
27410           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
27411           !> utils/h2ph.PL
27412 ____________________________________________________________________________
27413 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
27414         Log: Update Changes.
27415      Branch: perl
27416            ! Changes patchlevel.h
27417 ____________________________________________________________________________
27418 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
27419         Log: Upping the test count.
27420      Branch: perl
27421            ! t/lib/filefind.t
27422 ____________________________________________________________________________
27423 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
27424         Log: Integrate perlio.
27425      Branch: perl
27426           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27427 ____________________________________________________________________________
27428 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
27429         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
27430              From: andreas.koenig@anima.de (Andreas J. Koenig)
27431              Date: 15 Jun 2001 13:30:39 +0200
27432              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
27433              
27434              Record the grim history.
27435      Branch: perl
27436            ! lib/File/Find.pm
27437 ____________________________________________________________________________
27438 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
27439         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
27440              From: Brian McCauley <nobull@mail.com>
27441              Date: 15 Jun 2001 07:51:26 +0100
27442              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
27443      Branch: perl
27444            ! lib/File/Find.pm t/lib/filefind.t
27445 ____________________________________________________________________________
27446 [ 10606] By: nick                                  on 2001/06/15  14:00:08
27447         Log: regen_config_h for Win32.
27448      Branch: perlio
27449            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27450 ____________________________________________________________________________
27451 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
27452         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
27453              From: Peter Prymmer <pvhp@forte.com>
27454              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
27455              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
27456      Branch: perl
27457            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
27458 ____________________________________________________________________________
27459 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
27460         Log: Some filesystems require writability for rename/unlink.
27461      Branch: perl
27462            ! opcode.pl
27463 ____________________________________________________________________________
27464 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
27465         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
27466              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
27467              Date: Fri, 15 Jun 2001 12:08:53 +0200
27468              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
27469      Branch: perl
27470            ! perlio.c
27471 ____________________________________________________________________________
27472 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
27473         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
27474              From: Mike Guy <mjtg@cam.ac.uk>
27475              Date: Fri, 15 Jun 2001 14:11:49 +0100
27476              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
27477      Branch: perl
27478            ! opcode.pl
27479 ____________________________________________________________________________
27480 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
27481         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
27482              From: Nicholas Clark <nick@ccl4.org>
27483              Date: Thu, 14 Jun 2001 23:52:56 +0100
27484              Message-ID: <20010614235256.G98663@plum.flirble.org>
27485      Branch: perl
27486            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
27487            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
27488 ____________________________________________________________________________
27489 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
27490         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
27491              From: Russ Allbery <rra@stanford.edu>
27492              Date: 14 Jun 2001 13:24:43 -0700
27493              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
27494      Branch: perl
27495            ! ext/GDBM_File/GDBM_File.pm
27496 ____________________________________________________________________________
27497 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
27498         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
27499              From: Nicholas Clark <nick@ccl4.org>
27500              Date: Thu, 14 Jun 2001 20:37:47 +0100
27501              Message-ID: <20010614203747.F98663@plum.flirble.org>
27502      Branch: perl
27503            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
27504            ! t/lib/gdbm.t
27505 ____________________________________________________________________________
27506 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
27507         Log: Integrate perlio.
27508      Branch: perl
27509           !> makedef.pl sv.c
27510 ____________________________________________________________________________
27511 [ 10597] By: nick                                  on 2001/06/15  11:08:13
27512         Log: Check that HVs with HvNAME() != NULL are really stashes before
27513              treating them as such. Also be more defensive on the GvCV.
27514              Win32 fork and dprof now working again. 
27515      Branch: perlio
27516            ! sv.c
27517 ____________________________________________________________________________
27518 [ 10596] By: nick                                  on 2001/06/15  10:11:20
27519         Log: Integrate mainline.
27520      Branch: perlio
27521           +> Cross/README
27522           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
27523           !> Porting/config_H config_h.SH configure.com epoc/config.sh
27524           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
27525           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27526           !> vos/config.ga.h win32/config.bc win32/config.gc
27527           !> win32/config.vc win32/config_H.bc win32/config_H.gc
27528           !> win32/config_H.vc
27529 ____________________________________________________________________________
27530 [ 10595] By: nick                                  on 2001/06/15  09:37:17
27531         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
27532              - Win32 (VC++) now builds but fails:
27533              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
27534              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
27535              write.t    - open(...,"|-") not implemented on Win32 
27536      Branch: perlio
27537            ! makedef.pl
27538 ____________________________________________________________________________
27539 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
27540         Log: Integrate perlio.
27541      Branch: perl
27542           !> perlio.c win32/makefile.mk
27543 ____________________________________________________________________________
27544 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
27545         Log: Metaconfig unit changes for #10592.
27546      Branch: metaconfig
27547            + U/modified/i_varhdr.U U/modified/startsh.U
27548            - U/a_dvisory/crosscompile.U U/target/Target.U
27549            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
27550            ! U/compline/bitpbyte.U U/compline/byteorder.U
27551            ! U/compline/ccflags.U U/compline/charsize.U
27552            ! U/compline/d_casti32.U U/compline/d_castneg.U
27553            ! U/compline/d_closedir.U U/compline/d_fd_set.U
27554            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
27555            ! U/compline/d_keepsig.U U/compline/d_open3.U
27556            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
27557            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
27558            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
27559            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
27560            ! U/compline/doublesize.U U/compline/floatsize.U
27561            ! U/compline/nblock_io.U U/compline/orderlib.U
27562            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
27563            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
27564            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
27565            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
27566            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
27567            ! U/modified/spitshell.U U/threads/archname.U
27568            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
27569            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
27570            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
27571            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
27572            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
27573      Branch: metaconfig/U/perl
27574            + Cross.U
27575            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
27576            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
27577            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
27578            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
27579            ! stdio_streams.U uselfs.U
27580 ____________________________________________________________________________
27581 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
27582         Log: The first steps towards cross-compilation.
27583              
27584              Abstract execution of compiled test executables with $run,
27585              and abstract transfer of files with $to and $from.
27586              
27587              Under cross-compilation the $run, $to, and $from will point
27588              to appropriate wrapper scripts, by default ssh and scp,
27589              but also rsh, rcp, and cp are supported.  If not
27590              cross-compiling, they will be set to '', ':', and ':',
27591              respectively.
27592              
27593              With these patches I was able to get Configure for
27594              iPAQ ARM Linux on an Intel Linux about 95% right
27595              (only a few tests failed to execute or they produced
27596              incorrect results), and I was able to compile
27597              a functional miniperl.
27598              
27599              The symbol crosscompile renamed to be usecrosscompile,
27600              the corresponding C symbol from CROSSCOMPILE to
27601              USE_CROSS_COMPILE.
27602      Branch: perl
27603            ! Configure Cross/README Makefile.SH Porting/Glossary
27604            ! Porting/config.sh Porting/config_H config_h.SH configure.com
27605            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
27606            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
27607            ! vos/config.ga.def vos/config.ga.h win32/config.bc
27608            ! win32/config.gc win32/config.vc win32/config_H.bc
27609            ! win32/config_H.gc win32/config_H.vc
27610 ____________________________________________________________________________
27611 [ 10591] By: nick                                  on 2001/06/14  20:00:12
27612         Log: Steps along the road toward Win32 building again.
27613      Branch: perlio
27614            ! perlio.c win32/makefile.mk
27615 ____________________________________________________________________________
27616 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
27617         Log: Integrate perlio.
27618      Branch: perl
27619           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27620 ____________________________________________________________________________
27621 [ 10589] By: nick                                  on 2001/06/14  13:54:07
27622         Log: Routine regen_config_h for Win32
27623      Branch: perlio
27624            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27625 ____________________________________________________________________________
27626 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
27627         Log: Integrate perlio.
27628      Branch: perl
27629           +> perlyline.pl
27630           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
27631 ____________________________________________________________________________
27632 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
27633         Log: A placeholder.
27634      Branch: perl
27635            + Cross/README
27636 ____________________________________________________________________________
27637 [ 10586] By: nick                                  on 2001/06/14  08:25:07
27638         Log: Add new step to run_byacc which:
27639              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
27640              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
27641      Branch: perlio
27642            + perlyline.pl
27643            ! MANIFEST Makefile.SH perly.c
27644 ____________________________________________________________________________
27645 [ 10585] By: nick                                  on 2001/06/14  08:22:29
27646         Log: Integrate mainline
27647      Branch: perlio
27648           +> locale.c numeric.c
27649           !> Changes cygwin/Makefile.SHs embed.h embed.pl
27650           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
27651           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
27652           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
27653           !> x2p/Makefile.SH
27654 ____________________________________________________________________________
27655 [ 10584] By: nick                                  on 2001/06/14  08:05:53
27656         Log: Hack to remove insecure directories from PATH so test will run.
27657      Branch: perlio
27658            ! t/lib/filefind.t
27659 ____________________________________________________________________________
27660 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
27661         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
27662      Branch: perl
27663            - t/lib/mbimbf.t
27664            ! MANIFEST
27665 ____________________________________________________________________________
27666 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
27667         Log: Detypo.
27668      Branch: perl
27669            ! x2p/Makefile.SH
27670 ____________________________________________________________________________
27671 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
27672         Log: de-$CONFIG continues.
27673      Branch: perl
27674            ! cygwin/Makefile.SHs x2p/Makefile.SH
27675 ____________________________________________________________________________
27676 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
27677         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
27678              From: Nicholas Clark <nick@ccl4.org>
27679              Date: Wed, 13 Jun 2001 21:20:13 +0100
27680              Message-ID: <20010613212013.D98663@plum.flirble.org>
27681      Branch: perl
27682            ! opcode.pl
27683 ____________________________________________________________________________
27684 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
27685         Log: Subject: splitting util.c
27686              From: Hugo <hv@crypt.compulink.co.uk>
27687              Date: Thu, 14 Jun 2001 00:41:08 +0100
27688              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
27689      Branch: perl
27690            + locale.c numeric.c
27691            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
27692            ! pod/perlapi.pod proto.h util.c
27693 ____________________________________________________________________________
27694 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
27695         Log: Upgrade to Math::BigInt 1.34 from Tels.
27696      Branch: perl
27697            + t/lib/mbimbf.t
27698            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
27699            ! t/lib/bigfltpm.t t/lib/bigintpm.t
27700 ____________________________________________________________________________
27701 [ 10577] By: nick                                  on 2001/06/13  19:02:48
27702         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
27703      Branch: perlio
27704           !> (integrate 125 files)
27705 ____________________________________________________________________________
27706 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
27707         Log: Update Changes.
27708      Branch: perl
27709            ! Changes patchlevel.h
27710 ____________________________________________________________________________
27711 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
27712         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
27713              From: "Craig A. Berry" <craigberry@mac.com>
27714              Date: Wed, 13 Jun 2001 13:24:28 -0500
27715              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
27716      Branch: perl
27717            ! ext/re/Makefile.PL
27718 ____________________________________________________________________________
27719 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
27720         Log: Mc.u.c. for #10573.
27721      Branch: metaconfig
27722            ! U/threads/usethreads.U
27723 ____________________________________________________________________________
27724 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
27725         Log: It would be also be good if I could type.
27726      Branch: perl
27727            ! Configure
27728 ____________________________________________________________________________
27729 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
27730         Log: Metaconfig unit change for #10571.
27731      Branch: metaconfig
27732            ! U/threads/usethreads.U
27733 ____________________________________________________________________________
27734 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
27735         Log: A non-empty default is a good thing.
27736      Branch: perl
27737            ! Configure
27738 ____________________________________________________________________________
27739 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
27740         Log: Metaconfig unit change for #10569.
27741      Branch: metaconfig
27742            ! U/threads/usethreads.U
27743 ____________________________________________________________________________
27744 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
27745         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
27746              extremely experimental, not even prompted for.
27747      Branch: perl
27748            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27749            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
27750            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
27751            ! win32/config.bc win32/config.gc win32/config.vc
27752 ____________________________________________________________________________
27753 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
27754         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
27755      Branch: perl
27756            ! pod/perlfaq6.pod
27757 ____________________________________________________________________________
27758 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
27759         Log: Integrate perlio; conflicts, accept Nick's versions.
27760      Branch: perl
27761           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
27762           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
27763 ____________________________________________________________________________
27764 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
27765         Log: Subject: Re: ext/ + -Wall
27766              From: Doug MacEachern <dougm@covalent.net>
27767              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
27768              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
27769      Branch: perl
27770            ! XSUB.h lib/ExtUtils/xsubpp perl.h
27771 ____________________________________________________________________________
27772 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
27773         Log: Similar logic as DB_File.xs, using the modern macros and
27774              defines them to older ones for older Perls where PERL_VERSION
27775              is not defined, from Doug MacEachern.
27776      Branch: perl
27777            ! ext/Storable/Storable.xs
27778 ____________________________________________________________________________
27779 [ 10564] By: nick                                  on 2001/06/13  15:22:01
27780         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
27781              and using that instead (name lookups are sequential search for now).
27782      Branch: perlio
27783            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
27784            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
27785 ____________________________________________________________________________
27786 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
27787         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
27788              From: "Richard Soderberg" <rs@crystalflame.net>
27789              Date: Sat, 26 May 2001 06:44:20 -0700
27790              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
27791      Branch: perl
27792            ! sv.c t/op/glob.t
27793 ____________________________________________________________________________
27794 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
27795         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
27796              From: "Craig A. Berry" <craigberry@mac.com>
27797              Date: Tue, 12 Jun 2001 23:55:26 -0500
27798              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
27799      Branch: perl
27800            ! ext/re/Makefile.PL ext/re/re.xs
27801 ____________________________________________________________________________
27802 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
27803         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
27804              suggested by NI-S.
27805      Branch: perl
27806            ! XSUB.h malloc.c perl.h
27807 ____________________________________________________________________________
27808 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
27809         Log: Regen toc.
27810      Branch: perl
27811            ! pod/perltoc.pod
27812 ____________________________________________________________________________
27813 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
27814         Log: Subject: [patch] perl.gprof control
27815              From: Doug MacEachern <dougm@covalent.net>
27816              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
27817              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
27818      Branch: perl
27819            ! miniperlmain.c perl.h
27820 ____________________________________________________________________________
27821 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
27822         Log: Subject: Re: ext/ + -Wall
27823              From: Doug MacEachern <dougm@covalent.net>
27824              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
27825              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
27826              
27827              Document ax and break up dXSARGS.
27828      Branch: perl
27829            ! XSUB.h pod/perlapi.pod
27830 ____________________________________________________________________________
27831 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
27832         Log: More AIX tweakage from Merijn.
27833      Branch: perl
27834            ! hints/aix.sh
27835 ____________________________________________________________________________
27836 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
27837         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
27838              From: "Craig A. Berry" <craigberry@mac.com>
27839              Date: Tue, 12 Jun 2001 22:57:45 -0500
27840              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
27841      Branch: perl
27842            ! vms/descrip_mms.template
27843 ____________________________________________________________________________
27844 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
27845         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
27846              From: "Craig A. Berry" <craigberry@mac.com>
27847              Date: Tue, 12 Jun 2001 22:21:39 -0500
27848              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
27849      Branch: perl
27850            ! configure.com util.c
27851 ____________________________________________________________________________
27852 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
27853         Log: New AIX dynaloading code from Jens-Uwe Mager.
27854              Does break binary compatibility.
27855      Branch: perl
27856            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
27857 ____________________________________________________________________________
27858 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
27859         Log: VMS DEC C compiler found nits by Peter Prymmer.
27860      Branch: perl
27861            ! util.c
27862 ____________________________________________________________________________
27863 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
27864         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
27865              From: Peter Prymmer <pvhp@forte.com>
27866              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
27867              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
27868      Branch: perl
27869            ! t/lib/filecomp.t
27870 ____________________________________________________________________________
27871 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
27872         Log: I wonder how many $CONFIGs still lurk in the shadows.
27873      Branch: perl
27874            ! pod/Makefile.SH x2p/cflags.SH
27875 ____________________________________________________________________________
27876 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
27877         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
27878      Branch: perl
27879            ! pod/checkpods.PL
27880 ____________________________________________________________________________
27881 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
27882         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
27883      Branch: perl
27884            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
27885 ____________________________________________________________________________
27886 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
27887         Log: Subject: [patch] rid local_patches warnings
27888              From: Doug MacEachern <dougm@covalent.net>
27889              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
27890              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
27891      Branch: perl
27892            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
27893 ____________________________________________________________________________
27894 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
27895         Log: Subject: Re: ext/ + -Wall
27896              From: Doug MacEachern <dougm@covalent.net>
27897              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
27898              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
27899      Branch: perl
27900            ! ext/attrs/attrs.xs
27901 ____________________________________________________________________________
27902 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
27903         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
27904              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
27905              Date: Tue, 12 Jun 2001 14:36:20 -0400
27906              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
27907      Branch: perl
27908            ! pod/perlretut.pod
27909 ____________________________________________________________________________
27910 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
27911         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
27912              From: Mike Guy <mjtg@cam.ac.uk>
27913              Date: Tue, 12 Jun 2001 19:10:31 +0100
27914              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
27915              
27916              Subject: Re: [ID 20010612.001] out of memory during regex compilation
27917              From: Mike Guy <mjtg@cam.ac.uk>
27918              Date: Tue, 12 Jun 2001 19:21:01 +0100
27919              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
27920      Branch: perl
27921            ! pod/perlop.pod
27922 ____________________________________________________________________________
27923 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
27924         Log: AIX tweaks from Merijn H. Brand.
27925      Branch: perl
27926            ! hints/aix.sh
27927 ____________________________________________________________________________
27928 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
27929         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
27930              From: "Brendan O'Dea" <bod@compusol.com.au>
27931              Date: Wed, 13 Jun 2001 05:16:47 +1000
27932              Message-ID: <20010613051647.A8945@compusol.com.au>
27933      Branch: maint-5.6/perl
27934            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
27935 ____________________________________________________________________________
27936 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
27937         Log: Subject: Small bcopy cleanup
27938              From: Andy Dougherty <doughera@lafayette.edu>
27939              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
27940              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
27941      Branch: perl
27942            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
27943 ____________________________________________________________________________
27944 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
27945         Log: Subject: [PATCH] Re: ext/ + -Wall
27946              From: Nicholas Clark <nick@ccl4.org>
27947              Date: Wed, 13 Jun 2001 00:04:30 +0100
27948              Message-ID: <20010613000430.M5901@plum.flirble.org>
27949      Branch: perl
27950            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
27951 ____________________________________________________________________________
27952 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
27953         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
27954              From: Nicholas Clark <nick@ccl4.org>
27955              Date: Tue, 12 Jun 2001 23:53:07 +0100
27956              Message-ID: <20010612235307.L5901@plum.flirble.org>
27957      Branch: perl
27958            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
27959 ____________________________________________________________________________
27960 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
27961         Log: MPE/iX tweaks from Mark Bixby.
27962      Branch: perl
27963            ! hints/mpeix.sh mpeix/mpeixish.h util.c
27964 ____________________________________________________________________________
27965 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
27966         Log: Update Changes.
27967      Branch: perl
27968            ! Changes patchlevel.h
27969 ____________________________________________________________________________
27970 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
27971         Log: One less -Wall whine (found under DEBUGGING).
27972      Branch: perl
27973            ! x2p/Makefile.SH x2p/a2p.c
27974 ____________________________________________________________________________
27975 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
27976         Log: s/case-independent/case-insensitive/g
27977      Branch: perl
27978            ! pod/perldebug.pod
27979 ____________________________________________________________________________
27980 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
27981         Log: As suggested in    
27982              
27983              Subject: Re: ext/ + -Wall
27984              From: Gurusamy Sarathy <gsar@ActiveState.com>
27985              Date: Mon, 11 Jun 2001 23:34:31 -0700
27986              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
27987      Branch: perl
27988            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
27989            ! perl.h
27990 ____________________________________________________________________________
27991 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
27992         Log: Subject: ext/ + -Wall
27993              From: Doug MacEachern <dougm@covalent.net>
27994              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
27995              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
27996      Branch: perl
27997            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
27998            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
27999            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
28000            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
28001            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
28002            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
28003            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
28004            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
28005            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
28006            ! lib/ExtUtils/xsubpp
28007 ____________________________________________________________________________
28008 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
28009         Log: Subject: [PATCH] anonymous stashes
28010              From: Abhijit Menon-Sen <ams@wiw.org>
28011              Date: Tue, 12 Jun 2001 12:47:04 +0530
28012              Message-ID: <20010612124704.A29029@lustre.linux.in>
28013      Branch: perl
28014            ! dump.c gv.c sv.c xsutils.c
28015 ____________________________________________________________________________
28016 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
28017         Log: One more test for $^S.
28018      Branch: perl
28019            ! t/op/magic.t
28020 ____________________________________________________________________________
28021 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
28022         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
28023              From: Abhijit Menon-Sen <ams@wiw.org>
28024              Date: Tue, 12 Jun 2001 17:35:55 +0530
28025              Message-ID: <20010612173555.A32426@lustre.linux.in>
28026      Branch: perl
28027            ! mg.c t/op/magic.t
28028 ____________________________________________________________________________
28029 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
28030         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
28031              From: Mike Guy <mjtg@cam.ac.uk>
28032              Date: Tue, 12 Jun 2001 13:14:15 +0100
28033              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
28034      Branch: perl
28035            ! pod/perlop.pod
28036 ____________________________________________________________________________
28037 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
28038         Log: AUTHORS updates.
28039      Branch: perl
28040            ! AUTHORS
28041 ____________________________________________________________________________
28042 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
28043         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
28044              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
28045              Content-Transfer-Encoding: 7bit
28046              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
28047      Branch: perl
28048            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
28049 ____________________________________________________________________________
28050 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
28051         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
28052              From: "Philip Newton" <Philip.Newton@gmx.net>
28053              Date: Mon, 11 Jun 2001 07:08:03 +0200
28054              Message-Id: <200106120802.LAA08992@taas.iki.fi>
28055      Branch: perl
28056            ! t/base/term.t
28057 ____________________________________________________________________________
28058 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
28059         Log: Cleanup the a2p.c for -Wall.
28060      Branch: perl
28061            ! x2p/Makefile.SH x2p/a2p.c
28062 ____________________________________________________________________________
28063 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
28064         Log: File::Find update for MacOS from Chris Nandor.
28065      Branch: perl
28066            ! lib/File/Find.pm t/lib/filefind.t
28067 ____________________________________________________________________________
28068 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
28069         Log: gcc -Wall nits picked out by a non-UNIX system
28070              (courtesy of Mark Bixby)
28071      Branch: perl
28072            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
28073            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
28074            ! pp_sys.c util.c
28075 ____________________________________________________________________________
28076 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
28077         Log: Metaconfig unit change for #10522.  (The d_modfl changes
28078              placate metalint.)
28079      Branch: metaconfig/U/perl
28080            ! d_modfl.U d_u32align.U
28081 ____________________________________________________________________________
28082 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
28083         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
28084              be "./try 2>&1 >/dev/null".
28085      Branch: perl
28086            ! Configure
28087 ____________________________________________________________________________
28088 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
28089         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
28090              From: "Craig A. Berry" <craigberry@mac.com>
28091              Date: Mon, 11 Jun 2001 14:00:32 -0500
28092              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
28093      Branch: perl
28094            ! configure.com
28095 ____________________________________________________________________________
28096 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
28097         Log: Move the full \p\P lists to perlunicode.
28098      Branch: perl
28099            ! pod/perlretut.pod pod/perlunicode.pod
28100 ____________________________________________________________________________
28101 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
28102         Log: VOS build tweak for 5.6.1 from Paul Green.
28103      Branch: maint-5.6/perl
28104            ! vos/build.cm
28105 ____________________________________________________________________________
28106 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
28107         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
28108              From: "Craig A. Berry" <craigberry@mac.com>
28109              Date: Fri, 8 Jun 2001 18:08:18 -0500
28110              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
28111      Branch: perl
28112            ! vms/vms.c
28113 ____________________________________________________________________________
28114 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
28115         Log: Update Changes.
28116      Branch: perl
28117            ! Changes patchlevel.h
28118 ____________________________________________________________________________
28119 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
28120         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
28121      Branch: perl
28122            ! vos/config.alpha.h vos/config.ga.h
28123 ____________________________________________________________________________
28124 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
28125         Log: VOS updates from Paul Green for @10476.
28126      Branch: perl
28127            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
28128            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28129            ! vos/config.ga.h vos/configure_perl.cm
28130 ____________________________________________________________________________
28131 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
28132         Log: Subject: [PATCH] Not many people know this ...
28133              From: Mike Guy <mjtg@cam.ac.uk>
28134              Date: Mon, 11 Jun 2001 14:55:15 +0100
28135              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
28136      Branch: perl
28137            ! pod/perldebug.pod
28138 ____________________________________________________________________________
28139 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
28140         Log: Add final commas to lists as suggested by Philip Newton.
28141      Branch: perl
28142            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
28143 ____________________________________________________________________________
28144 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
28145         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
28146              Date: Sun, 10 Jun 2001 23:35:38 -0400
28147              From: Chris Nandor <pudge@pobox.com>
28148              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
28149      Branch: perl
28150            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
28151            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
28152            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
28153            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
28154            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
28155            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
28156            ! t/op/write.t t/pragma/strict.t
28157 ____________________________________________________________________________
28158 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
28159         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
28160              From: Chris Nandor <pudge@pobox.com>
28161              Date: Mon, 11 Jun 2001 08:24:28 -0400
28162              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
28163      Branch: perl
28164            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
28165            ! t/lib/io_dir.t
28166 ____________________________________________________________________________
28167 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
28168         Log: One more run_byacc (a hand-tweaked version had slipped in).
28169      Branch: perl
28170            ! perly.c vms/perly_c.vms
28171 ____________________________________________________________________________
28172 [ 10509] By: nick                                  on 2001/06/11  07:49:15
28173         Log: Integrate mainline
28174      Branch: perlio
28175           !> Makefile.SH embed.h embed.pl global.sym
28176           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
28177           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
28178           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
28179           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
28180 ____________________________________________________________________________
28181 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
28182         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
28183              From: Mike Guy <mjtg@cam.ac.uk>
28184              Reply-To: mjtg@cam.ac.uk
28185              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
28186      Branch: perl
28187            ! lib/ExtUtils/Manifest.pm
28188 ____________________________________________________________________________
28189 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
28190         Log: Subject: [PATCH] ExtUtils::Constant
28191              From: Nicholas Clark <nick@ccl4.org>
28192              Date: Sun, 10 Jun 2001 23:25:41 +0100
28193              Message-ID: <20010610232540.C76396@plum.flirble.org>
28194      Branch: perl
28195            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
28196 ____________________________________________________________________________
28197 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
28198         Log: Integrate perlio.
28199      Branch: perl
28200           !> iperlsys.h
28201 ____________________________________________________________________________
28202 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
28203         Log: Move the grok_number and its lieutenant grok_numeric_radix
28204              from sv.c statics to util.c and public.
28205      Branch: perl
28206            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
28207            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
28208 ____________________________________________________________________________
28209 [ 10504] By: nick                                  on 2001/06/10  17:47:06
28210         Log: Fix (valid) -Wall warnings in perlio.c
28211      Branch: perlio
28212            ! iperlsys.h
28213 ____________________________________________________________________________
28214 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
28215         Log: Update perly_c.diff, update perly.fixer to edit away
28216              some of the -Wall noise.
28217      Branch: perl
28218            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
28219 ____________________________________________________________________________
28220 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
28221         Log: Check the version of byacc.
28222      Branch: perl
28223            ! Makefile.SH
28224 ____________________________________________________________________________
28225 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
28226         Log: Subject: [PATCH] perly.y overhaul
28227              From: Simon Cozens <simon@netthink.co.uk>
28228              Date: Sun, 10 Jun 2001 16:56:54 +0100
28229              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
28230              
28231              Plus make run_byacc.
28232      Branch: perl
28233            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
28234 ____________________________________________________________________________
28235 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
28236         Log: Integrate perlio.
28237      Branch: perl
28238           !> perlio.c perlsfio.h
28239 ____________________________________________________________________________
28240 [ 10499] By: nick                                  on 2001/06/10  15:01:08
28241         Log: Integrate mainline
28242      Branch: perlio
28243           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
28244           !> t/pragma/locale.t util.c
28245 ____________________________________________________________________________
28246 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
28247         Log: Put some meat on the perl572delta bones.  The list of
28248              selected bug fixes needs more work, as does still the
28249              whole document.
28250      Branch: perl
28251            ! pod/perl572delta.pod
28252 ____________________________________________________________________________
28253 [ 10497] By: nick                                  on 2001/06/10  12:27:51
28254         Log: Paper over a crack or two with USE_SFIO
28255      Branch: perlio
28256            ! perlio.c perlsfio.h
28257 ____________________________________________________________________________
28258 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
28259         Log: Update Changes.
28260      Branch: perl
28261            ! Changes patchlevel.h
28262 ____________________________________________________________________________
28263 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
28264         Log: Subject: Re: pragma/locale.t #107
28265              From: Hugo <hv@crypt.compulink.co.uk>
28266              Date: Sun, 10 Jun 2001 11:23:30 +0100
28267              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
28268              
28269              Encapsulate the scan of the decimal radix separator.
28270      Branch: perl
28271            ! embed.h embed.pl proto.h sv.c
28272 ____________________________________________________________________________
28273 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
28274         Log: Try to grok numbers both with the locale specific separator
28275              and with the usual "." (if different from the lss); add a test
28276              to locale.t to do also a little bit of math in addition to just
28277              equalness testing; remove extraneous logic as suggested in
28278              
28279              Subject: Re: pragma/locale.t #107
28280              From: Nicholas Clark <nick@ccl4.org>
28281              Date: Sat, 9 Jun 2001 22:37:36 +0100
28282              Message-ID: <20010609223735.Y76396@plum.flirble.org>
28283      Branch: perl
28284            ! sv.c t/pragma/locale.t
28285 ____________________________________________________________________________
28286 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
28287         Log: Metaconfig unit change for #10492.
28288      Branch: metaconfig/U/perl
28289            ! Extensions.U
28290 ____________________________________________________________________________
28291 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
28292         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
28293              From: Artur Bergman <artur@contiller.se> 
28294              Date: Sat, 09 Jun 2001 21:03:51 +0200
28295              Message-ID: <B7483FB6.1398%artur@contiller.se>
28296      Branch: perl
28297            ! Configure
28298 ____________________________________________________________________________
28299 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
28300         Log: Integrate perlio.
28301      Branch: perl
28302           !> perlsfio.h
28303 ____________________________________________________________________________
28304 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
28305         Log: Do locale specific separator if only in locale.
28306      Branch: perl
28307            ! util.c
28308 ____________________________________________________________________________
28309 [ 10489] By: nick                                  on 2001/06/09  19:13:25
28310         Log: Make XS/Typemap compile (but fail) with sfio
28311      Branch: perlio
28312            ! perlsfio.h
28313 ____________________________________________________________________________
28314 [ 10488] By: nick                                  on 2001/06/09  19:12:51
28315         Log: Re-integrate mainline
28316      Branch: perlio
28317           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
28318           !> proto.h sv.c util.c
28319 ____________________________________________________________________________
28320 [ 10487] By: nick                                  on 2001/06/09  16:26:29
28321         Log: Integrate mainline
28322      Branch: perlio
28323           !> (integrate 31 files)
28324 ____________________________________________________________________________
28325 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
28326         Log: Subject: [PATCH] New attempt to clone callack
28327              From: Artur Bergman <artur@contiller.se> 
28328              Date: Thu, 07 Jun 2001 11:52:16 +0200
28329              Message-ID: <B7451B6F.12B7%artur@contiller.se>
28330      Branch: perl
28331            ! embedvar.h intrpvar.h perlapi.h sv.c
28332 ____________________________________________________________________________
28333 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
28334         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
28335      Branch: perl
28336            ! embed.h embed.pl perl.h proto.h sv.c util.c
28337 ____________________________________________________________________________
28338 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
28339         Log: Subject: Re: pragma/locale.t #107
28340              From: Nicholas Clark <nick@ccl4.org>
28341              Date: Sat, 9 Jun 2001 16:26:10 +0100
28342              Message-ID: <20010609162609.V76396@plum.flirble.org>
28343              
28344              A missing NVification.
28345      Branch: perl
28346            ! sv.c
28347 ____________________________________________________________________________
28348 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
28349         Log: Redo the #10482, there already was a test script for formats.
28350      Branch: perl
28351            - t/io/format.t
28352            ! MANIFEST t/op/write.t
28353 ____________________________________________________________________________
28354 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
28355         Log: Twisted format testing, from Merijn.
28356      Branch: perl
28357            + t/io/format.t
28358            ! MANIFEST
28359 ____________________________________________________________________________
28360 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
28361         Log: More \p{In...} testing, combined with \N{...}.
28362      Branch: perl
28363            ! lib/utf8_heavy.pl t/op/pat.t
28364 ____________________________________________________________________________
28365 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
28366         Log: Metaconfig changes for #10479.
28367      Branch: metaconfig
28368            ! U/Glossary.patch
28369      Branch: metaconfig/U/perl
28370            ! d_modfl.U
28371 ____________________________________________________________________________
28372 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
28373         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
28374      Branch: perl
28375            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28376            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
28377            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
28378            ! win32/config.bc win32/config.gc win32/config.vc
28379 ____________________________________________________________________________
28380 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
28381         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
28382              From: "Craig A. Berry" <craigberry@mac.com>
28383              Date: Thu, 7 Jun 2001 14:27:20 -0500
28384              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
28385      Branch: perl
28386            ! vms/perlvms.pod
28387 ____________________________________________________________________________
28388 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
28389         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
28390              From: Gisle Aas <gisle@ActiveState.com>
28391              Date: 07 Jun 2001 17:04:29 -0700
28392              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
28393      Branch: perl
28394            ! ext/re/re.xs
28395 ____________________________________________________________________________
28396 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
28397         Log: Update Changes.
28398      Branch: perl
28399            ! Changes patchlevel.h
28400 ____________________________________________________________________________
28401 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
28402         Log: Regen Glossary et alia.
28403      Branch: perl
28404            ! Porting/Glossary Porting/config.sh Porting/config_H
28405 ____________________________________________________________________________
28406 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
28407         Log: Metaconfig unit changes for #10473.
28408      Branch: metaconfig/U/perl
28409            ! d_modfl.U
28410 ____________________________________________________________________________
28411 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
28412         Log: Harumph, also AIX will spill its guts (i.e. dump core)
28413              if an executable contains modfl() but it hasn't been
28414              compiled right (in the case of AIX, with cc -qlongdouble).
28415      Branch: perl
28416            ! Configure
28417 ____________________________________________________________________________
28418 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
28419         Log: integrate change#10471 from mainline
28420              
28421              in change#10451, check that CvOUTSIDE is a CV before looking in
28422              (it can apparently be SVt_NULL during global destruction)
28423      Branch: maint-5.6/perl
28424           !> op.c
28425 ____________________________________________________________________________
28426 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
28427         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
28428              (it can apparently be SVt_NULL during global destruction)
28429      Branch: perl
28430            ! op.c
28431 ____________________________________________________________________________
28432 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
28433         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
28434              From: Robin Barker <rmb1@cise.npl.co.uk>
28435              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
28436              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
28437      Branch: perl
28438            ! lib/diagnostics.pm pod/perldiag.pod
28439 ____________________________________________________________________________
28440 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
28441         Log: Subject: [PATCH perl@10439] long =item
28442              From: Robin Barker <rmb1@cise.npl.co.uk>
28443              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
28444              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
28445      Branch: perl
28446            ! README.amiga lib/Attribute/Handlers.pm
28447            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
28448 ____________________________________________________________________________
28449 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
28450         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
28451              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
28452              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
28453              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
28454      Branch: perl
28455            ! pod/perlguts.pod
28456 ____________________________________________________________________________
28457 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
28458         Log: Integrate perlio.
28459      Branch: perl
28460           !> sv.c
28461 ____________________________________________________________________________
28462 [ 10466] By: nick                                  on 2001/06/07  10:25:40
28463         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
28464              whitespace tweaks.
28465              Still coredumps in pragma/overload.t - what a nice hard fail that is...
28466      Branch: perlio
28467            ! sv.c
28468 ____________________________________________________________________________
28469 [ 10465] By: nick                                  on 2001/06/07  08:41:58
28470         Log: Raw integrate of mainline for S_grok_number debug
28471              (sv.c has MULTIPLICITY issues as well as whatever else ...)
28472      Branch: perlio
28473            - plan9/perlplan9.doc plan9/perlplan9.pod
28474           !> (integrate 46 files)
28475 ____________________________________________________________________________
28476 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
28477         Log: The proper prototyping for #10463.
28478      Branch: perl
28479            ! embed.h embed.pl proto.h sv.c
28480 ____________________________________________________________________________
28481 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
28482         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
28483              From: Nicholas Clark <nick@ccl4.org>
28484              Date: Thu, 7 Jun 2001 00:29:59 +0100
28485              Message-ID: <20010607002959.Z76396@plum.flirble.org>
28486      Branch: perl
28487            ! sv.c
28488 ____________________________________________________________________________
28489 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
28490         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
28491              From: "Craig A. Berry" <craigberry@mac.com>
28492              Date: Wed, 06 Jun 2001 17:54:30 -0500
28493              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
28494      Branch: perl
28495            ! vms/perlvms.pod
28496 ____________________________________________________________________________
28497 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
28498         Log: Podify the remaining README.platform files;
28499              merge README.plan9 and plan9/perlplan9.pod;
28500              delete plan9/perlplan9.* (the perlplan.doc needs to
28501              be regenerated in Plan 9); make the =head1 and =head2
28502              in the README.platform to be a little more verbose
28503              (skipped README.os2 not to anger Ilya) so that they
28504              look better in the toc; regen toc.
28505      Branch: perl
28506            - plan9/perlplan9.doc plan9/perlplan9.pod
28507            ! MANIFEST README.aix README.amiga README.apollo README.beos
28508            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
28509            ! README.hpux README.hurd README.machten README.macos
28510            ! README.micro README.mint README.mpeix README.os390
28511            ! README.plan9 README.qnx README.solaris README.threads
28512            ! README.tru64 README.vmesa README.vms README.vos README.win32
28513            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
28514            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
28515 ____________________________________________________________________________
28516 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
28517         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
28518              From: Mike Guy <mjtg@cam.ac.uk>
28519              Reply-To: mjtg@cam.ac.uk
28520              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
28521      Branch: perl
28522            ! pod/perlguts.pod
28523 ____________________________________________________________________________
28524 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
28525         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
28526              From: Mike Guy <mjtg@cam.ac.uk>
28527              Reply-To: mjtg@cam.ac.uk
28528              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
28529      Branch: perl
28530            ! pod/perlsec.pod
28531 ____________________________________________________________________________
28532 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
28533         Log: Disable long doubles from pre-5.0 Tru64s.
28534      Branch: perl
28535            ! README.tru64 hints/dec_osf.sh
28536 ____________________________________________________________________________
28537 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
28538         Log: The #10455 exposed that modfl() is fundamentally busted
28539              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
28540              testing it.
28541      Branch: perl
28542            ! hints/dec_osf.sh
28543 ____________________________________________________________________________
28544 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
28545         Log: Metaconfig unit change for #10455.
28546      Branch: metaconfig/U/perl
28547            ! d_modfl.U
28548 ____________________________________________________________________________
28549 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
28550         Log: Configure check for geborken modfl(), inspired by
28551              
28552              Subject: Re: [20010118.017] op/int.t failure 
28553              From: Hugo <hv@crypt.compulink.co.uk>
28554              Date: Tue, 05 Jun 2001 13:43:27 +0100
28555              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
28556      Branch: perl
28557            ! Configure
28558 ____________________________________________________________________________
28559 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
28560         Log: Integrate changes #10450 and #10451 from maintperl:
28561              
28562              optimize change#10448 slightly (don't repeat search in eval""s lexical
28563              scope, since that has already been searched)
28564              
28565              change#9108 needs subtler treatment for case of closures created
28566              within eval""
28567      Branch: perl
28568           !> op.c t/op/misc.t
28569 ____________________________________________________________________________
28570 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
28571         Log: MakeMaker magic to compile (when no dynamic loading)
28572              List/Util.xsc as (ListUtil.c and) ListUtil.o since
28573              POSIX-BC (BS2000) linker has an evil limitation of
28574              being unable to include in the same executable several
28575              object files with the same name - case-insensitively -
28576              because otherwise we conflict with util.c.
28577              Strictly speaking currently required only in POSIX-BC
28578              but probably will do no harm elsewhere where static
28579              linking is required.
28580      Branch: perl
28581            ! ext/List/Util/Makefile.PL
28582 ____________________________________________________________________________
28583 [ 10452] By: nick                                  on 2001/06/06  08:59:51
28584         Log: Integrate mainline.
28585      Branch: perlio
28586           +> lib/Attribute/Handlers/demo/Demo.pm
28587           +> lib/Attribute/Handlers/demo/Descriptions.pm
28588           +> lib/Attribute/Handlers/demo/MyClass.pm
28589           +> lib/Attribute/Handlers/demo/demo.pl
28590           +> lib/Attribute/Handlers/demo/demo2.pl
28591           +> lib/Attribute/Handlers/demo/demo3.pl
28592           +> lib/Attribute/Handlers/demo/demo4.pl
28593           +> lib/Attribute/Handlers/demo/demo_call.pl
28594           +> lib/Attribute/Handlers/demo/demo_chain.pl
28595           +> lib/Attribute/Handlers/demo/demo_cycle.pl
28596           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
28597           +> lib/Attribute/Handlers/demo/demo_phases.pl
28598           +> lib/Attribute/Handlers/demo/demo_range.pl
28599           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
28600           +> uts/strtol_wrap.c
28601           !> (integrate 91 files)
28602 ____________________________________________________________________________
28603 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
28604         Log: change#9108 needs subtler treatment for case of closures created
28605              within eval""
28606      Branch: maint-5.6/perl
28607            ! op.c t/op/misc.t
28608 ____________________________________________________________________________
28609 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
28610         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
28611              scope, since that has already been searched)
28612      Branch: maint-5.6/perl
28613            ! op.c
28614 ____________________________________________________________________________
28615 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
28616         Log: Integrate change #10448 from maintperl; lexicals
28617              outside an eval"" weren't resolved correctly inside a subroutine
28618              definition inside the eval"" if they were not already referenced
28619              in the toplevel of the eval""-ed code
28620      Branch: perl
28621           !> cop.h op.c pp_ctl.c t/op/misc.t
28622 ____________________________________________________________________________
28623 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
28624         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
28625              outside an eval"" weren't resolved correctly inside a subroutine
28626              definition inside the eval"" if they were not already referenced
28627              in the toplevel of the eval""-ed code
28628      Branch: maint-5.6/perl
28629            ! cop.h op.c pp_ctl.c t/op/misc.t
28630 ____________________________________________________________________________
28631 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
28632         Log: Subject: [PATCH] perl570delta.pod
28633              From: Peter Scott <Peter@PSDT.com> 
28634              Date: Tue, 05 Jun 2001 18:51:02 -0700
28635              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
28636      Branch: perl
28637            ! pod/perl570delta.pod
28638 ____________________________________________________________________________
28639 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
28640         Log: The fudge factor is no more needed.  I hope.
28641      Branch: perl
28642            ! t/lib/posix.t
28643 ____________________________________________________________________________
28644 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
28645         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
28646              From: Hugo <hv@crypt.compulink.co.uk>
28647              Date: Tue, 05 Jun 2001 12:58:19 +0100
28648              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
28649      Branch: perl
28650            ! util.c
28651 ____________________________________________________________________________
28652 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
28653         Log: Make up prototypes only for those who have the functions
28654              but not the prototypes.
28655      Branch: perl
28656            ! perl.h
28657 ____________________________________________________________________________
28658 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
28659         Log: Subject: Re: Not OK: perl@10439 on win32 
28660              From: Prymmer/Kahn <pvhp@best.com> 
28661              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
28662              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
28663      Branch: perl
28664            ! perl.h util.c
28665 ____________________________________________________________________________
28666 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
28667         Log: The metaconfig units changes for #10441.
28668      Branch: metaconfig
28669            ! U/modified/Extract.U U/modified/Extractall.U
28670            ! U/modified/Finish.U
28671 ____________________________________________________________________________
28672 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
28673         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
28674      Branch: perl
28675            ! Configure
28676 ____________________________________________________________________________
28677 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
28678         Log: Unnecessary fuzziness undone, noted by Mike Guy.
28679      Branch: perl
28680            ! t/op/tr.t
28681 ____________________________________________________________________________
28682 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
28683         Log: Update Changes.
28684      Branch: perl
28685            ! Changes patchlevel.h
28686 ____________________________________________________________________________
28687 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
28688         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
28689              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
28690              leakage patch.
28691      Branch: perl
28692            ! t/op/misc.t
28693 ____________________________________________________________________________
28694 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
28695         Log: Test case for #10433/#10424.
28696      Branch: perl
28697            ! t/op/misc.t
28698 ____________________________________________________________________________
28699 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
28700         Log: Subject: One fix for strtoul not setting errno
28701              From: hom00@utsglobal.com (Hal Morris)
28702              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
28703              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
28704      Branch: perl
28705            + uts/strtol_wrap.c
28706            ! MANIFEST hints/uts.sh
28707 ____________________________________________________________________________
28708 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
28709         Log: Metaconfig units changes for #10434.
28710      Branch: metaconfig
28711            ! U/modified/Cppsym.U
28712      Branch: metaconfig/U/perl
28713            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
28714            + d_syscallproto.U d_usleepproto.U
28715            ! longdblfio.U quadfio.U
28716 ____________________________________________________________________________
28717 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
28718         Log: Configure tweaks; add prototype probes, make the cpp symbols
28719              probe to cast, not whine; test for %Ld and %Lf before %lld and
28720              %llf because the L is the ANSI way.
28721      Branch: perl
28722            ! Configure config_h.SH configure.com epoc/config.sh
28723            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
28724            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
28725            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
28726 ____________________________________________________________________________
28727 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
28728         Log: Sigh.  This is what #10424 was supposed to check in.
28729      Branch: perl
28730            ! op.c sv.c sv.h
28731 ____________________________________________________________________________
28732 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
28733         Log: More verbose failure.
28734      Branch: perl
28735            ! t/op/ver.t
28736 ____________________________________________________________________________
28737 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
28738         Log: The .pm changes to go with #10428.
28739      Branch: perl
28740            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
28741            ! ext/Sys/Syslog/Syslog.pm
28742 ____________________________________________________________________________
28743 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
28744         Log: On second thoughts show to utf8 skippage message only
28745              on failures, it's too confusing otherwise,
28746      Branch: perl
28747            ! t/pragma/locale.t
28748 ____________________________________________________________________________
28749 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
28750         Log: Do not import anything from Encode.
28751      Branch: perl
28752            ! ext/MIME/Base64/QuotedPrint.pm
28753 ____________________________________________________________________________
28754 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
28755         Log: The #10402 didn't take.  Weird.
28756      Branch: perl
28757            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
28758            ! ext/Sys/Syslog/Syslog.xs
28759 ____________________________________________________________________________
28760 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
28761         Log: Eradicate traces of 'asciirange' re subpragma.
28762      Branch: perl
28763            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
28764            ! pod/perldiag.pod
28765 ____________________________________________________________________________
28766 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
28767         Log: use is a compile-time thing.
28768      Branch: perl
28769            ! ext/MIME/Base64/QuotedPrint.pm
28770 ____________________________________________________________________________
28771 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
28772         Log: Subject: [PATCH perl@10419] -Wall casting patch
28773              From: Robin Barker <rmb1@cise.npl.co.uk>
28774              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
28775              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
28776      Branch: perl
28777            ! ext/Devel/DProf/DProf.xs mg.c
28778 ____________________________________________________________________________
28779 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
28780         Log: Subject: [PATCH #2] introducing SVpad_TYPED
28781              From: Abhijit Menon-Sen <ams@wiw.org>
28782              Date: Mon, 4 Jun 2001 12:26:02 +0530
28783              Message-ID: <20010604122602.A5775@lustre.linux.in>
28784      Branch: perl
28785            ! op.c sv.c sv.h
28786 ____________________________________________________________________________
28787 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
28788         Log: testsuite for change#10192 (from Gisle Aas)
28789      Branch: perl
28790            + t/op/override.t
28791            ! MANIFEST
28792 ____________________________________________________________________________
28793 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
28794         Log: integrate changes#10414-10416 from mainline
28795              
28796              Potential buffer overrun if the radix separator is more than
28797              one byte.  Also, under locales, prefer the locale-specific
28798              separator over the old boring ".".
28799              
28800              "10.", that is, decimal numbers can have no decimal part at all.
28801              
28802              The non-locale places need love, too.
28803      Branch: maint-5.6/perl
28804           !> perl.h sv.c
28805 ____________________________________________________________________________
28806 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
28807         Log: Missed from #10420.
28808      Branch: perl
28809            ! epoc/config.sh
28810 ____________________________________________________________________________
28811 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
28812         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
28813              often this prototype goes with HAS_SETRESUID_PROTO.
28814      Branch: perl
28815            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28816            ! config_h.SH configure.com perl.h uconfig.h
28817 ____________________________________________________________________________
28818 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
28819         Log: Update Changes.
28820      Branch: perl
28821            ! Changes patchlevel.h
28822 ____________________________________________________________________________
28823 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
28824         Log: -Wall "subscript has type `char'" cleanup.
28825      Branch: perl
28826            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
28827 ____________________________________________________________________________
28828 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
28829         Log: Various "cast to pointer from integer of different size"
28830              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
28831              wide but I32 (int) only 32 bits wide).
28832              
28833              WARNING: the classnum and tagnum changes in Storable.xs
28834              may not be wise, they may be breaking binary compatibility
28835              (in 64-bit platforms), asked Raphael Manfredi about the changes.
28836      Branch: perl
28837            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
28838            ! mg.c proto.h
28839 ____________________________________________________________________________
28840 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
28841         Log: The non-locale places need love, too.
28842      Branch: perl
28843            ! perl.h
28844 ____________________________________________________________________________
28845 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
28846         Log: "10.", that is, decimal numbers can have no decimal part at all.
28847      Branch: perl
28848            ! perl.h
28849 ____________________________________________________________________________
28850 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
28851         Log: Potential buffer overrun if the radix separator is more than
28852              one byte.  Also, under locales, prefer the locale-specific
28853              separator over the old boring ".".
28854      Branch: perl
28855            ! perl.h sv.c
28856 ____________________________________________________________________________
28857 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
28858         Log: Integrate change #10412 from maintperl; locale is now
28859              per-cop, not per-op; plus retweak the locale.t to always
28860              list the skipped utf8 locales.
28861      Branch: perl
28862            ! t/pragma/locale.t
28863           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
28864           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
28865 ____________________________________________________________________________
28866 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
28867         Log: rationalize locale handling to fix the bugs uncovered by change#10394
28868              
28869              the major issue was that the runtime was looking at PL_hints rather
28870              than op_private to notice whether locale was enabled
28871              
28872              the secondary issue was that many locale-sensitive numeric ops didn't
28873              have HINT_LOCALE propagated into their op_private
28874              
28875              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
28876              instead of per-op, just like HINT_BYTE and the hints for lexical
28877              warnings (this makes the hint available to every op via PL_curcop)
28878              
28879              pragma/locale.t may need to be reworked with these fixes in mind
28880              (it currently passes its tests)
28881      Branch: maint-5.6/perl
28882            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
28883            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
28884 ____________________________________________________________________________
28885 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
28886         Log: More verbose debugging.
28887      Branch: perl
28888            ! t/pragma/locale.t
28889 ____________________________________________________________________________
28890 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
28891         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
28892              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
28893              Date: Sat, 2 Jun 2001 22:53:33 +0100
28894              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
28895      Branch: perl
28896            ! regcomp.c t/pragma/warn/regcomp
28897 ____________________________________________________________________________
28898 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
28899         Log: Mention that lexicalizing $a or $b is a bad idea if one
28900              wants to use sort().
28901      Branch: perl
28902            ! pod/perlvar.pod
28903 ____________________________________________________________________________
28904 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
28905         Log: Tweak the test to be happy if the accuracy is 'good enough'.
28906      Branch: perl
28907            ! t/lib/posix.t
28908 ____________________________________________________________________________
28909 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
28910         Log: Upgrade to Attribute::Handlers 0.70.
28911              
28912              NOTE: this unearthed the "too late for CHECK block" bug,
28913              that's why the 1_compile.t change.
28914      Branch: perl
28915            + lib/Attribute/Handlers/demo/Demo.pm
28916            + lib/Attribute/Handlers/demo/Descriptions.pm
28917            + lib/Attribute/Handlers/demo/MyClass.pm
28918            + lib/Attribute/Handlers/demo/demo.pl
28919            + lib/Attribute/Handlers/demo/demo2.pl
28920            + lib/Attribute/Handlers/demo/demo3.pl
28921            + lib/Attribute/Handlers/demo/demo4.pl
28922            + lib/Attribute/Handlers/demo/demo_call.pl
28923            + lib/Attribute/Handlers/demo/demo_chain.pl
28924            + lib/Attribute/Handlers/demo/demo_cycle.pl
28925            + lib/Attribute/Handlers/demo/demo_hashdir.pl
28926            + lib/Attribute/Handlers/demo/demo_phases.pl
28927            + lib/Attribute/Handlers/demo/demo_range.pl
28928            + lib/Attribute/Handlers/demo/demo_rawdata.pl
28929            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
28930            ! t/lib/attrhand.t
28931 ____________________________________________________________________________
28932 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
28933         Log: One less -Wall whine.
28934      Branch: perl
28935            ! regcomp.c
28936 ____________________________________________________________________________
28937 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
28938         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
28939      Branch: perl
28940           !> t/op/eval.t
28941 ____________________________________________________________________________
28942 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
28943         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
28944              aren't "normally" visible inside eval""s contained in subs unless
28945              a cloned reference to them already exists)
28946              
28947              strangely enough, t/harness didn't show this up as a failure
28948              (harness needs fixing?)
28949      Branch: maint-5.6/perl
28950            ! t/op/eval.t
28951 ____________________________________________________________________________
28952 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
28953         Log: Update to Text::Balanced 1.85.
28954      Branch: perl
28955            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
28956 ____________________________________________________________________________
28957 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
28958         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
28959              From: Nicholas Clark <nick@ccl4.org>
28960              Date: Sun, 3 Jun 2001 17:54:36 +0100
28961              Message-ID: <20010603175436.E76396@plum.flirble.org> 
28962      Branch: perl
28963            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
28964            ! ext/Sys/Syslog/Syslog.xs
28965 ____________________________________________________________________________
28966 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
28967         Log: Unused variables.
28968      Branch: perl
28969            ! util.c
28970 ____________________________________________________________________________
28971 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
28972         Log: Subject: [PATCH] APIfy op_clear 
28973              From: Simon Cozens <simon@netthink.co.uk>
28974              Date: Sun, 3 Jun 2001 13:51:46 +0100
28975              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
28976              
28977              (despite the subject line, op_null is APIfied by the patch)
28978      Branch: perl
28979            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
28980 ____________________________________________________________________________
28981 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
28982         Log: Subject: [PATCH] t/lib/extutils.t
28983              From: Nicholas Clark <nick@ccl4.org>
28984              Date: Sat, 2 Jun 2001 23:57:05 +0100
28985              Message-ID: <20010602235705.Q12698@plum.flirble.org>
28986      Branch: perl
28987            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
28988 ____________________________________________________________________________
28989 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
28990         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
28991              From: Prymmer/Kahn <pvhp@best.com>
28992              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
28993              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
28994      Branch: perl
28995            ! win32/Makefile win32/makefile.mk
28996 ____________________________________________________________________________
28997 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
28998         Log: Subject: Re: 'decimal digits' macro? 
28999              From: Hugo <hv@crypt.compulink.co.uk>
29000              Date: Sun, 03 Jun 2001 04:26:36 +0100
29001              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
29002      Branch: perl
29003            ! handy.h t/lib/posix.t t/op/tr.t
29004 ____________________________________________________________________________
29005 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
29006         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
29007              From: Hugo <hv@crypt.compulink.co.uk>
29008              Date: Sun, 03 Jun 2001 14:56:30 +0100
29009              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
29010      Branch: perl
29011            ! util.c
29012 ____________________________________________________________________________
29013 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
29014         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
29015      Branch: perl
29016           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
29017           !> vms/perly_c.vms
29018 ____________________________________________________________________________
29019 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
29020         Log: fix leakage of lexicals at file scope into subroutines that were
29021              declared before them; this appears to be a longstanding bug that
29022              meant that lexicals at file scope were never "deintroduced", meaning
29023              their scope range was never properly closed, and their visibility
29024              extended to all subsequent eval""s or requires
29025              
29026              added a test case
29027              
29028              seems to also fix a case of bogus duplicate warnings
29029      Branch: maint-5.6/perl
29030            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
29031            ! vms/perly_c.vms
29032 ____________________________________________________________________________
29033 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
29034         Log: More VMS tweaks from Craig A. Berry.
29035      Branch: perl
29036            ! configure.com t/lib/extutils.t
29037 ____________________________________________________________________________
29038 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
29039         Log: -Wall cleanup continues.
29040      Branch: perl
29041            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
29042            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
29043            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
29044            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
29045            ! run.c toke.c util.c
29046 ____________________________________________________________________________
29047 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
29048         Log: The metaconfig unit change for #10390.
29049      Branch: metaconfig/U/perl
29050            ! gccvers.U
29051 ____________________________________________________________________________
29052 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
29053         Log: Drop the -ansi from the default gcc flags.
29054              
29055              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
29056              that struct cannot be compared with a flat integer, such as STRLEN.
29057              The -ansi will also cause a lot of noise in Solaris because of:
29058              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
29059      Branch: perl
29060            ! Configure
29061 ____________________________________________________________________________
29062 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
29063         Log: Integrate perlio.
29064      Branch: perl
29065           !> pod/perlapi.pod util.c
29066 ____________________________________________________________________________
29067 [ 10388] By: nick                                  on 2001/06/02  08:01:12
29068         Log: Integrate mainline
29069      Branch: perlio
29070           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
29071           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
29072           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
29073           !> t/lib/1_compile.t t/lib/mimeqp.t
29074 ____________________________________________________________________________
29075 [ 10387] By: nick                                  on 2001/06/02  07:39:17
29076         Log: Tweak util.c's atof2 for MULTIPLICITY
29077      Branch: perlio
29078            ! util.c
29079 ____________________________________________________________________________
29080 [ 10386] By: nick                                  on 2001/06/02  07:38:33
29081         Log: Integrate mainline
29082      Branch: perlio
29083           !> (integrate 41 files)
29084 ____________________________________________________________________________
29085 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
29086         Log: Add Attribute::Handlers 0.61 from Damian Conway.
29087      Branch: perl
29088            + lib/Attribute/Handlers.pm t/lib/attrhand.t
29089            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
29090 ____________________________________________________________________________
29091 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
29092         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
29093              From: Peter Prymmer <pvhp@forte.com>
29094              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
29095              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
29096      Branch: perl
29097            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
29098 ____________________________________________________________________________
29099 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
29100         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
29101              From: Jeff Pinyan <jeffp@crusoe.net>
29102              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
29103              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
29104      Branch: perl
29105            ! lib/File/Find.pm
29106 ____________________________________________________________________________
29107 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
29108         Log: Subject: [PATCH perl@10381] configure.com tweaks
29109              From: "Craig A. Berry" <craigberry@mac.com>
29110              Date: Fri, 1 Jun 2001 13:55:43 -0500
29111              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
29112      Branch: perl
29113            ! configure.com
29114 ____________________________________________________________________________
29115 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
29116         Log: Update Changes.
29117      Branch: perl
29118            ! Changes patchlevel.h
29119 ____________________________________________________________________________
29120 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
29121         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
29122              From: Mike Guy <mjtg@cam.ac.uk>
29123              Date: Fri, 01 Jun 2001 18:17:02 +0100
29124              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
29125      Branch: perl
29126            ! lib/perl5db.pl
29127 ____________________________________________________________________________
29128 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
29129         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
29130              From: Hugo <hv@crypt.compulink.co.uk>
29131              Date: Thu, 31 May 2001 20:49:48 +0100
29132              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
29133      Branch: perl
29134            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
29135            ! util.c
29136 ____________________________________________________________________________
29137 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
29138         Log: Zero() is not available in x2p (or, rather, some of its
29139              implementations like memzero() might not be available.)
29140      Branch: perl
29141            ! x2p/hash.c
29142 ____________________________________________________________________________
29143 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
29144         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
29145              From: Michael G Schwern <schwern@pobox.com>
29146              Date: Fri, 1 Jun 2001 12:00:29 +0100
29147              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
29148              
29149              (But use Zero() instead of memset.)
29150      Branch: perl
29151            ! x2p/hash.c
29152 ____________________________________________________________________________
29153 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
29154         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
29155              From: Jeff Pinyan <jeffp@crusoe.net>
29156              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
29157              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
29158      Branch: perl
29159            ! pod/perldiag.pod regcomp.c t/op/pat.t
29160 ____________________________________________________________________________
29161 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
29162         Log: Retract #10324 and #10333; not needed.
29163      Branch: perl
29164            ! hints/irix_6.sh hints/linux.sh
29165 ____________________________________________________________________________
29166 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
29167         Log: The #10370 wasn't quite right.
29168      Branch: perl
29169            ! ext/XS/Typemap/Typemap.xs
29170 ____________________________________________________________________________
29171 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
29172         Log: The metaconfig units changes for #10372.
29173      Branch: metaconfig/U/perl
29174            + d_realpath.U d_sresgproto.U d_sresuproto.U
29175            ! gccvers.U i_db.U
29176 ____________________________________________________________________________
29177 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
29178         Log: Configure tweaks; record the Berkeley DB version,
29179              probe for realpath(), for setresuid() and setresgid()
29180              prototypes; use realpath() (try to be paranoid enough),
29181              use the setres[ug]id prototypes because glibc has the functions
29182              but not their prototypes; add -Wall -ansi to gcc ccflags;
29183              regen toc.
29184      Branch: perl
29185            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29186            ! config_h.SH configure.com epoc/config.sh
29187            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
29188            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
29189            ! vos/config.ga.def win32/config.bc win32/config.gc
29190            ! win32/config.vc
29191 ____________________________________________________________________________
29192 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
29193         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
29194              From: Michael G Schwern <schwern@pobox.com>
29195              Date: Fri, 1 Jun 2001 11:28:14 +0100
29196              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
29197      Branch: perl
29198            ! lib/attributes.pm xsutils.c
29199 ____________________________________________________________________________
29200 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
29201         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
29202              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29203              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
29204              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
29205      Branch: perl
29206            ! ext/XS/Typemap/Typemap.xs
29207 ____________________________________________________________________________
29208 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
29209         Log: Subject: [patch] Cwd.xs optimizations/abstraction
29210              From: Doug MacEachern <dougm@covalent.net>
29211              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
29212              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
29213      Branch: perl
29214            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
29215            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
29216 ____________________________________________________________________________
29217 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
29218         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!])
29219              From: Nicholas Clark <nick@ccl4.org>
29220              Date: Thu, 31 May 2001 23:56:40 +0100
29221              Message-ID: <20010531235640.F12698@plum.flirble.org>
29222              
29223              Make the test work also under only static extensions
29224              (sh Configure -Uusedl fakes this nicely)
29225      Branch: perl
29226            ! t/lib/extutils.t
29227 ____________________________________________________________________________
29228 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
29229         Log: Subject: [PATCH hv.c] Eliminating trigraph
29230              From: Michael G Schwern <schwern@pobox.com>
29231              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
29232              Date: Fri, 1 Jun 2001 11:49:56 +0100
29233      Branch: perl
29234            ! hv.c
29235 ____________________________________________________________________________
29236 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
29237         Log: Subject: Re: [PATCH] Tests for File::Compare 
29238              From: "Philip Newton" <Philip.Newton@gmx.net>
29239              Date: Thu, 31 May 2001 19:44:05 +0200
29240              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
29241              
29242              Unnecessary "quotation marks".
29243      Branch: perl
29244            ! t/lib/filecomp.t
29245 ____________________________________________________________________________
29246 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
29247         Log: Integrate perlio.
29248      Branch: perl
29249           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
29250 ____________________________________________________________________________
29251 [ 10364] By: nick                                  on 2001/06/01  10:13:31
29252         Log: Cleanup dll.base and dll.exp created by GCC builds.
29253      Branch: perlio
29254            ! lib/ExtUtils/MM_Win32.pm
29255 ____________________________________________________________________________
29256 [ 10363] By: nick                                  on 2001/06/01  10:02:17
29257         Log: Make filecomp test work on CRLF platforms by adding binmode.
29258      Branch: perlio
29259            ! t/lib/filecomp.t
29260 ____________________________________________________________________________
29261 [ 10362] By: nick                                  on 2001/06/01  08:37:17
29262         Log: Integrate mainline
29263      Branch: perlio
29264           !> Changes Configure patchlevel.h perlio.c
29265 ____________________________________________________________________________
29266 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
29267         Log: panic:claustrophobia.
29268      Branch: perl
29269            ! perlio.c
29270 ____________________________________________________________________________
29271 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
29272         Log: Update Changes.
29273      Branch: perl
29274            ! Changes patchlevel.h
29275 ____________________________________________________________________________
29276 [ 10359] By: nick                                  on 2001/05/31  12:35:50
29277         Log: Integrate mainline.
29278      Branch: perlio
29279           +> t/lib/filecomp.t
29280           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
29281           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
29282 ____________________________________________________________________________
29283 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
29284         Log: Integrate perlio.
29285      Branch: perl
29286           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
29287           !> win32/config_H.vc
29288 ____________________________________________________________________________
29289 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
29290         Log: Metaconfig unit change for #10356.
29291      Branch: metaconfig
29292            ! U/installdirs/inc_version_list.U
29293 ____________________________________________________________________________
29294 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
29295         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
29296              (idea from Sarathy; implementation from Andy)
29297      Branch: perl
29298            ! Configure
29299 ____________________________________________________________________________
29300 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
29301         Log: More AUTHORS.
29302      Branch: perl
29303            ! AUTHORS
29304 ____________________________________________________________________________
29305 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
29306         Log: Subject: Re: [PATCH] Tests for File::Compare
29307              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
29308              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
29309              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
29310      Branch: perl
29311            + t/lib/filecomp.t
29312            ! MANIFEST t/lib/1_compile.t
29313 ____________________________________________________________________________
29314 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
29315         Log: Subject: [PATCH] DEBUG_* macro cleanups
29316              From: Abhijit Menon-Sen <ams@wiw.org>
29317              Date: Thu, 31 May 2001 12:16:22 +0530
29318              Message-ID: <20010531121622.B4829@lustre.linux.in>
29319              
29320              Subject: Re: [PATCH] DEBUG_* macro cleanups
29321              From: Abhijit Menon-Sen <ams@wiw.org>
29322              Date: Thu, 31 May 2001 13:57:01 +0530
29323              Message-ID: <20010531135701.A21775@lustre.linux.in>
29324              
29325              (The DEBUG_ definitions in perl.h changed to use the
29326              STMT_START and STMT_END.)
29327      Branch: perl
29328            ! perl.h pp_ctl.c sv.c toke.c
29329 ____________________________________________________________________________
29330 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
29331         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
29332              From: Abhijit Menon-Sen <ams@wiw.org>
29333              Date: Thu, 31 May 2001 08:27:55 +0530
29334              Message-ID: <20010531082755.A10018@lustre.linux.in>
29335      Branch: perl
29336            ! ext/Storable/Storable.xs gv.c perl.c
29337 ____________________________________________________________________________
29338 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
29339         Log: Subject: [PATCH] AUTHORS
29340              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
29341              Date: Thu, 31 May 2001 01:27:59 -0500
29342              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
29343              
29344              Subject: Re: [PATCH] AUTHORS
29345              From: "Philip Newton" <Philip.Newton@gmx.net>
29346              Date: Thu, 31 May 2001 10:08:06 +0200
29347              (Message-Id missing?)
29348      Branch: perl
29349            ! AUTHORS
29350 ____________________________________________________________________________
29351 [ 10350] By: nick                                  on 2001/05/31  11:40:43
29352         Log: win32 - dmake regen_config_h
29353      Branch: perlio
29354            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29355 ____________________________________________________________________________
29356 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
29357         Log: Subject: Re: [PATCH util.c] More warning cleanups.
29358              From: "Philip Newton" <Philip.Newton@gmx.net>
29359              Date: Thu, 31 May 2001 07:41:36 +0200
29360              Message-Id: <200105310538.IAA25458@taku.hut.fi>
29361              
29362              Undo C++-ism that snekt in.
29363      Branch: perl
29364            ! util.c
29365 ____________________________________________________________________________
29366 [ 10348] By: nick                                  on 2001/05/31  11:36:46
29367         Log: Tolerate Win32 numerics
29368      Branch: perlio
29369            ! t/pragma/warn/toke
29370 ____________________________________________________________________________
29371 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
29372         Log: Integrate perlio.
29373      Branch: perl
29374           !> perlio.c win32/win32.h
29375 ____________________________________________________________________________
29376 [ 10346] By: nick                                  on 2001/05/31  10:54:55
29377         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
29378              perlio.c change 10255.
29379      Branch: perlio
29380            ! perlio.c
29381 ____________________________________________________________________________
29382 [ 10345] By: nick                                  on 2001/05/31  10:01:57
29383         Log: Conditionaly put back some "unused" dTHX which are used
29384              with PERL_IMPLICIT_SYS
29385      Branch: perlio
29386            ! perlio.c
29387 ____________________________________________________________________________
29388 [ 10344] By: nick                                  on 2001/05/31  10:00:59
29389         Log: Fix Win32 for new spelling IN_BYTES 
29390      Branch: perlio
29391            ! win32/win32.h
29392 ____________________________________________________________________________
29393 [ 10343] By: nick                                  on 2001/05/31  08:01:32
29394         Log: perlio.c -Wall cleaner under MULTIPLICITY
29395              - still minor noise with linux stdio
29396      Branch: perlio
29397            ! perlio.c
29398 ____________________________________________________________________________
29399 [ 10342] By: nick                                  on 2001/05/31  07:52:23
29400         Log: Integrate mainline.
29401      Branch: perlio
29402           !> (integrate 42 files)
29403 ____________________________________________________________________________
29404 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
29405         Log: AUTHORS updates.
29406      Branch: perl
29407            ! AUTHORS
29408 ____________________________________________________________________________
29409 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
29410         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
29411              From: Peter Prymmer <pvhp@forte.com>
29412              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
29413              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
29414      Branch: perl
29415            ! t/lib/md5-file.t
29416 ____________________________________________________________________________
29417 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
29418         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
29419              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
29420              to match the pragma name; various robustness cleanups.
29421      Branch: perl
29422            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
29423            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
29424 ____________________________________________________________________________
29425 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
29426         Log: More -Wall sweeping.
29427      Branch: perl
29428            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
29429            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
29430            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
29431            ! regcomp.c sv.c toke.c utf8.c
29432 ____________________________________________________________________________
29433 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
29434         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
29435              From: Nicholas Clark <nick@ccl4.org>
29436              Date: Wed, 30 May 2001 22:34:41 +0100
29437              Message-ID: <20010530223441.Y86445@plum.flirble.org>
29438      Branch: perl
29439            ! t/op/cmp.t
29440 ____________________________________________________________________________
29441 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
29442         Log: It's is not, it isn't ain't, and it's it's, not its,
29443              if you mean it is. If you don't, it's its. Then too,
29444              it's hers. It isn't her's. It isn't our's either.
29445              It's ours, and likewise yours and theirs.
29446              -- Oxford University Press, Edpress News
29447      Branch: perl
29448            ! lib/autouse.pm
29449 ____________________________________________________________________________
29450 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
29451         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
29452      Branch: perl
29453            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
29454            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
29455            ! x2p/str.c x2p/walk.c xsutils.c
29456 ____________________________________________________________________________
29457 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
29458         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
29459              From: Michael G Schwern <schwern@pobox.com>
29460              Date: Wed, 30 May 2001 17:10:38 +0100
29461              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
29462              
29463              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
29464              From: Abhijit Menon-Sen <ams@wiw.org>
29465              Date: Wed, 30 May 2001 23:16:13 +0530
29466              Message-ID: <20010530231613.A31933@lustre.linux.in>
29467      Branch: perl
29468            ! perl.c t/run/runenv.t
29469 ____________________________________________________________________________
29470 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
29471         Log: (Retracted by #10375.)
29472              
29473              IRIX hints patch from Merijn Broeren.
29474              
29475              TODO: (this and the earlier Linux hints patch) should be solved
29476              at Configure level.  Merijn: -ldb should not be used on any platform
29477              for perl, just when linking DBFile itself. Trying to be helpful here
29478              is counterproductive.
29479      Branch: perl
29480            ! hints/irix_6.sh
29481 ____________________________________________________________________________
29482 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
29483         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
29484              From: Nicholas Clark <nick@ccl4.org>
29485              Date: Wed, 30 May 2001 23:20:58 +0100
29486              Message-ID: <20010530232058.B86445@plum.flirble.org>
29487      Branch: perl
29488            ! doop.c
29489 ____________________________________________________________________________
29490 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
29491         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
29492              From: Michael G Schwern <schwern@pobox.com> 
29493              Date: Wed, 30 May 2001 15:24:20 +0100
29494              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
29495      Branch: perl
29496            ! t/pragma/autouse.t
29497 ____________________________________________________________________________
29498 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
29499         Log: The regex trick wasn't a good idea.
29500      Branch: perl
29501            ! pod/perlfaq4.pod
29502 ____________________________________________________________________________
29503 [ 10329] By: nick                                  on 2001/05/30  18:34:35
29504         Log: Integrate mainline
29505      Branch: perlio
29506           !> (integrate 40 files)
29507 ____________________________________________________________________________
29508 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
29509         Log: Update Changes.
29510      Branch: perl
29511            ! Changes patchlevel.h
29512 ____________________________________________________________________________
29513 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
29514         Log: The metaconfig unit change for #10325.
29515      Branch: metaconfig
29516            + U/modified/afs.U
29517 ____________________________________________________________________________
29518 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
29519         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
29520              is now wrong.
29521      Branch: perl
29522            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
29523 ____________________________________________________________________________
29524 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
29525         Log: Introduce $Config{afsroot}.
29526      Branch: perl
29527            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29528            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
29529            ! win32/config.gc win32/config.vc
29530 ____________________________________________________________________________
29531 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
29532         Log: (Retracted by #10375.)
29533              
29534              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
29535      Branch: perl
29536            ! hints/linux.sh
29537 ____________________________________________________________________________
29538 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
29539         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
29540              (Also Configure tweaks needed; coming up soon.)
29541      Branch: perl
29542            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
29543 ____________________________________________________________________________
29544 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
29545         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
29546              From: Michael G Schwern <schwern@pobox.com>
29547              Date: Sun, 27 May 2001 10:29:43 +0100
29548              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
29549      Branch: perl
29550            ! lib/perl5db.pl
29551 ____________________________________________________________________________
29552 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
29553         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
29554              and Abhijit Menon-Sen.
29555      Branch: perl
29556            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
29557            ! perl.c pp_sys.c regcomp.c
29558 ____________________________________________________________________________
29559 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
29560         Log: Fix the BOOT section to call myU2time properly.
29561      Branch: perl
29562            ! ext/Time/HiRes/HiRes.xs
29563 ____________________________________________________________________________
29564 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
29565         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
29566              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
29567              Date: Wed, 30 May 2001 09:44:29 -0400
29568              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
29569              
29570              Detypo; plus add one more trick.
29571      Branch: perl
29572            ! pod/perlfaq4.pod
29573 ____________________________________________________________________________
29574 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
29575         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)
29576              From: Michael G Schwern <schwern@pobox.com>
29577              Date: Wed, 30 May 2001 14:39:06 +0100
29578              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
29579      Branch: perl
29580            ! lib/autouse.pm t/pragma/autouse.t
29581 ____________________________________________________________________________
29582 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
29583         Log: Subject: Re: AIX and gcc (moving targets)
29584              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29585              Date: Wed, 30 May 2001 15:25:08 +0200
29586              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
29587      Branch: perl
29588            ! ext/Time/HiRes/HiRes.xs
29589 ____________________________________________________________________________
29590 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
29591         Log: Subject: [PATCH t/TEST] sorting tests
29592              From: Michael G Schwern <schwern@pobox.com>
29593              Date: Wed, 30 May 2001 10:24:02 +0100
29594              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
29595      Branch: perl
29596            ! t/TEST
29597 ____________________________________________________________________________
29598 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
29599         Log: Subject: [ID 20010529.002] typos in man page perlre
29600              From: bart@cg681574-a.adubn1.nj.home.com 
29601              Date: Tue, 29 May 2001 13:58:59 -0500
29602              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
29603      Branch: perl
29604            ! pod/perlre.pod
29605 ____________________________________________________________________________
29606 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
29607         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
29608              From: "Craig A. Berry" <craigberry@mac.com>
29609              Date: Tue, 29 May 2001 23:23:45 -0500
29610              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
29611      Branch: perl
29612            ! t/lib/extutils.t t/pragma/autouse.t
29613 ____________________________________________________________________________
29614 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
29615         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)
29616              From: David Dyck <dcd@tc.fluke.com>
29617              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
29618              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
29619      Branch: perl
29620            ! t/lib/filefind.t
29621 ____________________________________________________________________________
29622 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
29623         Log: AIX hints update for gcc from Merijn H. Brand.
29624      Branch: perl
29625            ! hints/aix.sh
29626 ____________________________________________________________________________
29627 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
29628         Log: Retract #10295 and #10296: a more generic solution
29629              is needed (there's something funny with gcc on AIX).
29630      Branch: perl
29631            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
29632 ____________________________________________________________________________
29633 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
29634         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
29635              From: Hugo <hv@crypt.compulink.co.uk>
29636              Date: Wed, 30 May 2001 11:59:19 +0100
29637              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
29638              
29639              localizing $@ has unfortunate semantics - if you die past
29640              a local $@, the die message is lost.
29641      Branch: perl
29642            ! lib/utf8_heavy.pl
29643 ____________________________________________________________________________
29644 [ 10309] By: nick                                  on 2001/05/30  08:23:02
29645         Log: Integrate mainline (autouse works again.)
29646      Branch: perlio
29647           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
29648           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
29649           !> pod/perlvar.pod t/op/cmp.t
29650 ____________________________________________________________________________
29651 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
29652         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
29653              From: David Dyck <dcd@tc.fluke.com>
29654              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
29655              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
29656      Branch: perl
29657            ! lib/File/Find.pm
29658 ____________________________________________________________________________
29659 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
29660         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
29661              From: Nicholas Clark <nick@ccl4.org>
29662              Date: Tue, 29 May 2001 23:16:09 +0100
29663              Message-ID: <20010529231609.U86445@plum.flirble.org>
29664              
29665              Make the test output slightly clearer by distinguishing
29666              between '' and undef.
29667      Branch: perl
29668            ! t/op/cmp.t
29669 ____________________________________________________________________________
29670 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
29671         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
29672              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29673              Date: Tue, 29 May 2001 19:15:19 -0400
29674              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
29675      Branch: perl
29676            ! hints/os2.sh
29677 ____________________________________________________________________________
29678 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
29679         Log: Subject: perlvar.pod addition
29680              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
29681              Date: Fri, 25 May 2001 20:23:12 +0200
29682              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
29683              
29684              Subject: Re: perlvar.pod addition
29685              From: "Abigail" <abigail@foad.org> 
29686              Date: Fri, 25 May 2001 22:00:39 +0200
29687              Message-ID: <20010525200039.28029.qmail@foad.org>
29688              
29689              Mention $a and $b in perlvar.
29690      Branch: perl
29691            ! pod/perlvar.pod
29692 ____________________________________________________________________________
29693 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
29694         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
29695              From: Jeff Pinyan <jeffp@crusoe.net>
29696              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
29697              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
29698      Branch: perl
29699            ! pod/perlvar.pod
29700 ____________________________________________________________________________
29701 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
29702         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
29703              From: Jeff Pinyan <jeffp@crusoe.net>
29704              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
29705              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
29706      Branch: perl
29707            ! pod/perlfaq6.pod
29708 ____________________________________________________________________________
29709 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
29710         Log: Mention Time::localtime and Time::gmtime.
29711      Branch: perl
29712            ! ext/Time/Piece/Piece.pm
29713 ____________________________________________________________________________
29714 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
29715         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
29716              From: Michael G Schwern <schwern@pobox.com>
29717              Date: Tue, 29 May 2001 18:51:32 +0100
29718              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
29719      Branch: perl
29720            ! pod/perlfaq4.pod
29721 ____________________________________________________________________________
29722 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
29723         Log: Retract #10243.
29724      Branch: perl
29725            ! lib/autouse.pm
29726 ____________________________________________________________________________
29727 [ 10299] By: nick                                  on 2001/05/29  18:41:19
29728         Log: Post weekend integrate mainline (fails one test pragma/autouse).
29729      Branch: perlio
29730           +> (branch 29 files)
29731           !> (integrate 91 files)
29732 ____________________________________________________________________________
29733 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
29734         Log: Update Changes.
29735      Branch: perl
29736            ! Changes patchlevel.h
29737 ____________________________________________________________________________
29738 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
29739         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
29740              before Perl_load_module/Perl_call_method and restore the value
29741              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
29742      Branch: perl
29743            ! utf8.c
29744 ____________________________________________________________________________
29745 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
29746         Log: Subject: Re: AIX and gcc (moving targets)
29747              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29748              Date: Tue, 29 May 2001 17:59:40 +0200
29749              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
29750      Branch: perl
29751            ! ext/Storable/Makefile.PL
29752 ____________________________________________________________________________
29753 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
29754         Log: Subject: Re: AIX and gcc (moving targets)
29755              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29756              Date: Tue, 29 May 2001 12:32:57 +0200
29757              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
29758      Branch: perl
29759            ! ext/POSIX/Makefile.PL
29760 ____________________________________________________________________________
29761 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
29762         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
29763              From: Michael G Schwern <schwern@pobox.com>
29764              Date: Tue, 29 May 2001 09:53:29 +0100
29765              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
29766              
29767              (#10280 retracted)
29768      Branch: perl
29769            ! lib/Test/Harness.pm t/lib/test-harness.t
29770 ____________________________________________________________________________
29771 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
29772         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
29773              From: Michael G Schwern <schwern@pobox.com>
29774              Date: Tue, 29 May 2001 09:19:52 +0100
29775              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
29776      Branch: perl
29777            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
29778            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
29779            + t/lib/Test/todo.t
29780            ! MANIFEST lib/Test.pm t/TEST
29781 ____________________________________________________________________________
29782 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
29783         Log: From: Michael G Schwern <schwern@pobox.com>
29784              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
29785              Date: Tue, 29 May 2001 08:26:09 +0100
29786              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
29787      Branch: perl
29788            ! t/TEST
29789 ____________________________________________________________________________
29790 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
29791         Log: Add tests for Time::gmtime and Time::localtime.
29792      Branch: perl
29793            + t/lib/time-gmtime.t t/lib/time-localtime.t
29794            ! MANIFEST t/lib/1_compile.t
29795 ____________________________________________________________________________
29796 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
29797         Log: Add test for File::stat.
29798      Branch: perl
29799            + t/lib/filestat.t
29800            ! MANIFEST t/lib/1_compile.t
29801 ____________________________________________________________________________
29802 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
29803         Log: Add test for Net::servent.
29804      Branch: perl
29805            + t/lib/net-sent.t
29806            ! MANIFEST t/lib/1_compile.t
29807 ____________________________________________________________________________
29808 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
29809         Log: Add test for Net::protoent.
29810      Branch: perl
29811            + t/lib/net-pent.t
29812            ! MANIFEST t/lib/1_compile.t
29813 ____________________________________________________________________________
29814 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
29815         Log: Add test for Net::netent.
29816      Branch: perl
29817            + t/lib/net-nent.t
29818            ! MANIFEST t/lib/1_compile.t
29819 ____________________________________________________________________________
29820 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
29821         Log: Add test for User::grent.  Portability doubtful.
29822      Branch: perl
29823            + t/lib/user-grent.t
29824            ! MANIFEST t/lib/1_compile.t
29825 ____________________________________________________________________________
29826 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
29827         Log: Add test for User::pwent.
29828              Probably will fall down somewhere for portability reasons.
29829      Branch: perl
29830            + t/lib/user-pwent.t
29831            ! MANIFEST t/lib/1_compile.t
29832 ____________________________________________________________________________
29833 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
29834         Log: Metaconfig units changes for #10283.
29835      Branch: metaconfig
29836            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
29837            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
29838            ! U/installdirs/sitescript.U U/modified/Signal.U
29839 ____________________________________________________________________________
29840 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
29841         Log: Subject: [PATCH 5.6.1] signal names in Configure
29842              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29843              Date: Tue, 29 May 2001 03:52:25 -0400
29844              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
29845              
29846              Subject: [PATCH 5.6.1] older perl in Configure
29847              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29848              Date: Tue, 29 May 2001 03:55:40 -0400
29849              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
29850              
29851              Subject: [PATCH 5.6.1] goofs in Configure
29852              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29853              Date: Tue, 29 May 2001 04:13:07 -0400
29854              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
29855              
29856              Configure portability tweaks.
29857      Branch: perl
29858            ! Configure
29859 ____________________________________________________________________________
29860 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
29861         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
29862              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29863              Date: Tue, 29 May 2001 04:07:06 -0400
29864              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
29865      Branch: perl
29866            ! os2/os2.c
29867 ____________________________________________________________________________
29868 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
29869         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
29870              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29871              Date: Tue, 29 May 2001 04:01:38 -0400
29872              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
29873      Branch: perl
29874            ! hints/os2.sh os2/Makefile.SHs
29875 ____________________________________________________________________________
29876 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
29877         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
29878              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29879              Date: Tue, 29 May 2001 03:50:18 -0400
29880              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
29881      Branch: perl
29882            ! lib/Test/Harness.pm
29883 ____________________________________________________________________________
29884 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
29885         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
29886      Branch: perl
29887            ! lib/utf8_heavy.pl
29888 ____________________________________________________________________________
29889 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
29890         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
29891              From: Hugo <hv@crypt.compulink.co.uk>
29892              Date: Tue, 29 May 2001 03:03:45 +0100
29893              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
29894              
29895              Explanation why the $@ always gets the UTF8 flag when under use utf8--
29896              because we told it to have the flag when under use utf8.
29897      Branch: perl
29898            ! pp_ctl.c
29899 ____________________________________________________________________________
29900 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
29901         Log: At least a partial fix for 20010528.004.
29902      Branch: perl
29903            ! lib/utf8_heavy.pl
29904 ____________________________________________________________________________
29905 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
29906         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
29907              From: Nicholas Clark <nick@ccl4.org> 
29908              Date: Mon, 28 May 2001 23:39:38 +0100
29909              Message-ID: <20010528233938.M86445@plum.flirble.org>
29910              
29911              More portable non-zero UV.
29912      Branch: perl
29913            ! t/lib/extutils.t
29914 ____________________________________________________________________________
29915 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
29916         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
29917              From: Nicholas Clark <nick@ccl4.org>
29918              Date: Mon, 28 May 2001 22:46:09 +0100
29919              Message-ID: <20010528224608.L86445@plum.flirble.org>
29920              
29921              Test also "make clean".
29922      Branch: perl
29923            ! t/lib/extutils.t
29924 ____________________________________________________________________________
29925 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
29926         Log: Subject: Re: Would -Wno-unused -Wall be better?
29927              From: Michael G Schwern <schwern@pobox.com>
29928              Date: Tue, 29 May 2001 00:55:54 +0100
29929              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
29930      Branch: perl
29931            ! pp.h
29932 ____________________________________________________________________________
29933 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
29934         Log: Add a test for 20010528.007, fixed in #10272.
29935      Branch: perl
29936            ! t/op/misc.t toke.c
29937 ____________________________________________________________________________
29938 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
29939         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
29940              From: Hugo <hv@crypt.compulink.co.uk>
29941              Date: Tue, 29 May 2001 00:23:23 +0100
29942              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
29943      Branch: perl
29944            ! toke.c
29945 ____________________________________________________________________________
29946 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
29947         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
29948              From: Michael G Schwern <schwern@pobox.com>
29949              Date: Tue, 29 May 2001 00:42:59 +0100
29950              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
29951      Branch: perl
29952            ! t/pragma/autouse.t
29953 ____________________________________________________________________________
29954 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
29955         Log: Some shells seemingly arrange the signal handlers differently
29956              (bug id 20010521.004).
29957      Branch: perl
29958            ! t/lib/sigaction.t
29959 ____________________________________________________________________________
29960 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
29961         Log: Regen perlmodlib.
29962      Branch: perl
29963            ! pod/perlmodlib.pod
29964 ____________________________________________________________________________
29965 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
29966         Log: Update Changes.
29967      Branch: perl
29968            ! Changes patchlevel.h
29969 ____________________________________________________________________________
29970 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
29971         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
29972              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
29973              Date: Mon, 28 May 2001 14:56:35 -0500
29974              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
29975      Branch: perl
29976            ! pod/perlnewmod.pod
29977 ____________________________________________________________________________
29978 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
29979         Log: Regen toc.
29980      Branch: perl
29981            ! pod/perltoc.pod
29982 ____________________________________________________________________________
29983 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
29984         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
29985              From: "Richard Soderberg" <rs@crystalflame.net>
29986              Date: Mon, 28 May 2001 12:31:23 -0700
29987              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
29988      Branch: perl
29989            ! t/op/splice.t
29990 ____________________________________________________________________________
29991 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
29992         Log: The #10260 was too bold: locales and utf8 still do not mix.
29993      Branch: perl
29994            ! t/pragma/locale.t
29995 ____________________________________________________________________________
29996 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
29997         Log: Subject: [PATCH] Pod nitpicks
29998              From: "Richard Soderberg" <rs@crystalflame.net>
29999              Date: Mon, 28 May 2001 10:08:58 -0700
30000              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
30001      Branch: perl
30002            ! pod/perl571delta.pod pod/perlapi.pod sv.h
30003 ____________________________________________________________________________
30004 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
30005         Log: Upgrade to I18N::LangTags 0.22.
30006      Branch: perl
30007            + lib/I18N/LangTags/List.pod
30008            ! MANIFEST lib/I18N/LangTags.pm
30009 ____________________________________________________________________________
30010 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
30011         Log: A slightly more serious bug found by -Mutf8; op/misc and
30012              lib/complex dumped core.
30013      Branch: perl
30014            ! regexec.c
30015 ____________________________________________________________________________
30016 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
30017         Log: Various buglets shaken out by -Mutf8.
30018      Branch: perl
30019            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
30020            ! t/pragma/locale.t
30021 ____________________________________________________________________________
30022 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
30023         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
30024      Branch: perl
30025            ! t/lib/carp.t
30026 ____________________________________________________________________________
30027 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
30028         Log: Subject: [PATCH] todo patch
30029              From: Artur Bergman <artur@contiller.se> 
30030              Date: Mon, 28 May 2001 17:03:51 +0200
30031              Message-ID: <B7383577.F34%artur@contiller.se>
30032      Branch: perl
30033            ! pod/perltodo.pod
30034 ____________________________________________________________________________
30035 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
30036         Log: Subject: typo in perlguts.pod
30037              From: "John P. Linderman" <jpl@research.att.com>
30038              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
30039              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
30040      Branch: perl
30041            ! pod/perlguts.pod
30042 ____________________________________________________________________________
30043 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
30044         Log: Subject: AIX and gcc (moving targets)
30045              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30046              Date: Mon, 28 May 2001 12:54:04 +0200
30047              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
30048      Branch: perl
30049            ! hints/aix.sh
30050 ____________________________________________________________________________
30051 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
30052         Log: Subject: Re: perlio + multiple perl_alloc..destruct
30053              From: Doug MacEachern <dougm@covalent.net>
30054              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
30055              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
30056      Branch: perl
30057            ! perlio.c
30058 ____________________________________________________________________________
30059 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
30060         Log: The #10251 wasn't quite up-to-the-code.
30061      Branch: perl
30062            ! t/op/misc.t
30063 ____________________________________________________________________________
30064 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
30065         Log: Test case for bug 20010526.004, fixed in #10252.
30066      Branch: perl
30067            ! t/op/taint.t
30068 ____________________________________________________________________________
30069 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
30070         Log: Subject: Re: [ID 20010526.004] Taint looses value
30071              From: Hugo <hv@crypt.compulink.co.uk>
30072              Date: Sun, 27 May 2001 20:39:32 +0100
30073              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
30074      Branch: perl
30075            ! sv.c
30076 ____________________________________________________________________________
30077 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
30078         Log: Test case for 20010422.005, fixed by #10250.
30079      Branch: perl
30080            ! t/op/misc.t
30081 ____________________________________________________________________________
30082 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
30083         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
30084              From: Spider Boardman <spider@Orb.Nashua.NH.US>
30085              Date: Mon, 28 May 2001 06:39:12 -0400
30086              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
30087      Branch: perl
30088            ! toke.c
30089 ____________________________________________________________________________
30090 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
30091         Log: Linerewrapping.
30092      Branch: perl
30093            ! lib/open.pm
30094 ____________________________________________________________________________
30095 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
30096         Log: Updates on the modules list.
30097      Branch: perl
30098            ! t/lib/1_compile.t
30099 ____________________________________________________________________________
30100 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
30101         Log: Add a test for PerlIO.
30102              
30103              (I probably got the crlf/raw thing wrong for clrfy platforms...)
30104      Branch: perl
30105            + t/lib/perlio.t
30106            ! MANIFEST lib/PerlIO.pm
30107 ____________________________________________________________________________
30108 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
30109         Log: Add a test for carp et alia.
30110      Branch: perl
30111            + t/lib/carp.t
30112            ! MANIFEST
30113 ____________________________________________________________________________
30114 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
30115         Log: Adding the new test would be swell.
30116      Branch: perl
30117            + t/pragma/autouse.t
30118 ____________________________________________________________________________
30119 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
30120         Log: Add a test for the autouse pragma.
30121      Branch: perl
30122            ! MANIFEST
30123 ____________________________________________________________________________
30124 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
30125         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
30126              From: dLux <dlux@spam.sch.bme.hu>
30127              Date: Sun, 27 May 2001 16:14:26 +0200
30128              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
30129      Branch: perl
30130            ! lib/autouse.pm
30131 ____________________________________________________________________________
30132 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
30133         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
30134              From: "Richard Soderberg" <rs@crystalflame.net>
30135              Date: Mon, 28 May 2001 03:56:36 -0700
30136              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
30137      Branch: perl
30138            ! utils/dprofpp.PL
30139 ____________________________________________________________________________
30140 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
30141         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
30142              From: "Stephen P. Potter" <spp@spotter.yi.org>
30143              Date: Tue, 22 May 2001 11:40:25 -0400
30144              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
30145              
30146              Subject: Re: [ID 20010522.003] Time::Local module bug
30147              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
30148              Date: Tue, 22 May 2001 11:50:19 -0400
30149              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
30150      Branch: perl
30151            ! lib/Time/Local.pm
30152 ____________________________________________________________________________
30153 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
30154         Log: The PERL_DL_NONLAZY can have whitespace in front.
30155      Branch: perl
30156            ! t/lib/extutils.t
30157 ____________________________________________________________________________
30158 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
30159         Log: Document strftime() and strptime().
30160      Branch: perl
30161            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
30162 ____________________________________________________________________________
30163 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
30164         Log: Make Time::Piece::strptime() to be a function, not a method.
30165      Branch: perl
30166            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
30167 ____________________________________________________________________________
30168 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
30169         Log: Tweak the test to be more portable.
30170      Branch: perl
30171            ! t/lib/extutils.t
30172 ____________________________________________________________________________
30173 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
30174         Log: Subject: PATCH: Re: Re: Attributes that tie
30175              From: Leon Brocard <acme@astray.com>
30176              Date: Sun, 27 May 2001 12:37:29 +0100
30177              Message-ID: <20010527123729.A22663@ns0.astray.com>
30178              
30179              Document that variable attributes are not currently usable
30180              for tieing.  (An ugly limitation that should be fixed.)
30181      Branch: perl
30182            ! lib/attributes.pm
30183 ____________________________________________________________________________
30184 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
30185         Log: Microperl tweaks.
30186      Branch: perl
30187            ! Makefile.micro uconfig.h uconfig.sh
30188 ____________________________________________________________________________
30189 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
30190         Log: Add make target for microperl (kind of silly, but convenient).
30191      Branch: perl
30192            ! Makefile.SH
30193 ____________________________________________________________________________
30194 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
30195         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
30196              for microperl.)
30197      Branch: perl
30198            ! doio.c
30199 ____________________________________________________________________________
30200 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
30201         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
30202              From: rspier@pobox.com (Robert Spier)
30203              Date: Sat, 26 May 2001 20:05:23 -0400
30204              Message-ID: <15120.17603.148648.12430@rls.cx>
30205              
30206              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
30207              From: rspier@pobox.com (Robert Spier)
30208              Date: Sun, 27 May 2001 00:23:12 -0400
30209              Message-ID: <15120.33072.511966.767230@rls.cx>
30210      Branch: perl
30211            ! doio.c pod/perlfunc.pod
30212 ____________________________________________________________________________
30213 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
30214         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
30215      Branch: perl
30216            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30217 ____________________________________________________________________________
30218 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
30219         Log: Add README.tru64.
30220      Branch: perl
30221            + README.tru64
30222 ____________________________________________________________________________
30223 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
30224         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
30225      Branch: perl
30226            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
30227            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
30228            ! MANIFEST
30229 ____________________________________________________________________________
30230 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
30231         Log: Integrate I18N::LangTags from Sean Burke.
30232              
30233              TODO: the language list from RFC 3066 needs to be integrated
30234              and made available somehow.  The list is included in the
30235              I18N-LangTags 0.21 distribution, but it is undocumented
30236              and unconnected to the module.
30237      Branch: perl
30238            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
30239            ! MANIFEST
30240 ____________________________________________________________________________
30241 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
30242         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
30243              envisioned by Sarathy.
30244      Branch: perl
30245            ! t/op/ver.t toke.c
30246 ____________________________________________________________________________
30247 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
30248         Log: Subject: [ID 20010525.001] Pod typo nits fixed
30249              From: lvirden@cas.org
30250              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
30251              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
30252              
30253              minus the perlsolaris decimation plus the
30254              
30255              Subject: Re: [ID 20010525.001] Pod typo nits fixed
30256              From: "Philip Newton" <Philip.Newton@gmx.net>
30257              Date: Fri, 25 May 2001 18:05:55 +0200
30258              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
30259      Branch: perl
30260            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
30261            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
30262            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
30263            ! pod/perlutil.pod pod/perlxstut.pod
30264 ____________________________________________________________________________
30265 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
30266         Log: return clauses are nice.
30267      Branch: perl
30268            ! sv.c
30269 ____________________________________________________________________________
30270 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
30271         Log: Subject: change 10199 backwards?
30272              From: Doug MacEachern <dougm@covalent.net>
30273              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
30274              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
30275      Branch: perl
30276            ! sv.c
30277 ____________________________________________________________________________
30278 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
30279         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
30280              From: Hugo <hv@crypt.compulink.co.uk>
30281              Date: Sat, 26 May 2001 17:05:12 +0100
30282              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
30283      Branch: perl
30284            + t/op/gmagic.t
30285            ! MANIFEST doop.c embed.h embed.pl global.sym
30286            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
30287            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
30288 ____________________________________________________________________________
30289 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
30290         Log: Regen headers for #10221.
30291      Branch: perl
30292            ! global.sym objXSUB.h perlapi.c
30293 ____________________________________________________________________________
30294 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
30295         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
30296              From: Juha Laiho <juha.laiho@Elma.Net>
30297              Date: Thu, 3 May 2001 09:51:30 +0300
30298              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
30299      Branch: perl
30300            ! embed.pl
30301 ____________________________________________________________________________
30302 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
30303         Log: Subject: Re: [PATCH] Re: stability of sort()?
30304              From: "John P. Linderman" <jpl@research.att.com>
30305              Date: Sat, 26 May 2001 13:27:19 -0400
30306              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
30307      Branch: perl
30308            ! pod/perlfunc.pod
30309 ____________________________________________________________________________
30310 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
30311         Log: Integrate perlio.
30312      Branch: perl
30313           !> pod/perlguts.pod
30314 ____________________________________________________________________________
30315 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
30316         Log: Subject: [PATCH perl@10210] PerlIO for VMS
30317              From: "Craig A. Berry" <craigberry@mac.com>
30318              Date: Sat, 26 May 2001 09:34:11 -0500
30319              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
30320      Branch: perl
30321            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
30322            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
30323            ! vms/vmsish.h
30324 ____________________________________________________________________________
30325 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
30326         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
30327              From: David Dyck <dcd@tc.fluke.com>
30328              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
30329              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
30330      Branch: perl
30331            ! lib/perl5db.pl
30332 ____________________________________________________________________________
30333 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
30334         Log: Subject: utf8 regexp tests
30335              From: Hugo <hv@crypt.compulink.co.uk>
30336              Date: Fri, 25 May 2001 22:35:01 +0100
30337              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
30338      Branch: perl
30339            ! t/op/regexp.t
30340 ____________________________________________________________________________
30341 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
30342         Log: Subject: [PATCH] Re: stability of sort()?
30343              From: Nicholas Clark <nick@ccl4.org>
30344              Date: Fri, 25 May 2001 22:40:19 +0100
30345              Message-ID: <20010525224019.B86445@plum.flirble.org>
30346      Branch: perl
30347            ! pod/perlfunc.pod
30348 ____________________________________________________________________________
30349 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
30350         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
30351              From: John Peacock <jpeacock@rowman.com>
30352              Date: Thu, 24 May 2001 22:14:01 -0400
30353              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
30354      Branch: perl
30355            ! mg.c scope.c sv.c
30356 ____________________________________________________________________________
30357 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
30358         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
30359              From: Nicholas Clark <nick@ccl4.org>
30360              Date: Sun, 20 May 2001 19:24:13 +0100
30361              Message-ID: <20010520192413.G83222@plum.flirble.org>
30362      Branch: perl
30363            + lib/ExtUtils/Constant.pm t/lib/extutils.t
30364            ! MANIFEST utils/h2xs.PL
30365 ____________________________________________________________________________
30366 [ 10212] By: nick                                  on 2001/05/26  09:49:28
30367         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
30368              add a few more notes there on use of mortals on the stack.
30369      Branch: perlio
30370            ! pod/perlguts.pod
30371 ____________________________________________________________________________
30372 [ 10211] By: nick                                  on 2001/05/26  09:05:36
30373         Log: Integrate mainline
30374      Branch: perlio
30375           +> t/lib/fcntl.t t/pragma/vars.t
30376           !> (integrate 49 files)
30377 ____________________________________________________________________________
30378 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
30379         Log: Update Changes.
30380      Branch: perl
30381            ! Changes patchlevel.h
30382 ____________________________________________________________________________
30383 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
30384         Log: Based on
30385              
30386              Subject: [PATCH pp.c] Wrapping pack("C",256)
30387              From: Simon Cozens <simon@netthink.co.uk>
30388              Date: Sat, 12 May 2001 17:58:41 +0100
30389              Message-ID: <20010512175841.A6132@netthink.co.uk>
30390      Branch: perl
30391            ! pod/perldiag.pod pp.c t/pragma/warn/pp
30392 ____________________________________________________________________________
30393 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
30394         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
30395              From: "Brendan O'Dea" <bod@compusol.com.au>
30396              Date: Fri, 25 May 2001 11:18:29 +1000
30397              Message-ID: <20010525111829.A28411@compusol.com.au>
30398              
30399              (Slightly modified.)
30400      Branch: perl
30401            ! lib/Term/Cap.pm
30402 ____________________________________________________________________________
30403 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
30404         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
30405              From: Hugo <hv@crypt.compulink.co.uk>
30406              Date: Fri, 25 May 2001 02:13:25 +0100
30407              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
30408      Branch: perl
30409            ! t/op/misc.t
30410 ____________________________________________________________________________
30411 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
30412         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
30413              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
30414              Date: Fri, 25 May 2001 10:25:36 +0900
30415              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
30416      Branch: perl
30417            ! regcomp.c regexec.c
30418 ____________________________________________________________________________
30419 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
30420         Log: Subject: [PATCH #2] stash autovivification and method call error messages
30421              From: Ilmari Karonen <iltzu@sci.fi>
30422              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
30423              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
30424      Branch: perl
30425            ! gv.c pp_hot.c t/op/method.t
30426 ____________________________________________________________________________
30427 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
30428         Log: Add make target and documentation for gprof profiling.
30429      Branch: perl
30430            ! Makefile.SH pod/perlhack.pod
30431 ____________________________________________________________________________
30432 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
30433         Log: Subject: Don't think about UTF8 
30434              From: Mike Guy <mjtg@cam.ac.uk> 
30435              Date: Tue, 22 May 2001 14:35:39 +0100
30436              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
30437      Branch: perl
30438            ! sv.h
30439 ____________________________________________________________________________
30440 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
30441         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
30442              From: Geraint A Edwards <gedge@serf.org> 
30443              Date: Thu, 24 May 2001 22:51:24 +0100
30444              Message-Id: <20010524225124.A34981@cymru.serf.org>
30445      Branch: perl
30446            ! x2p/find2perl.PL
30447 ____________________________________________________________________________
30448 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
30449         Log: DB_File has its own attribute story.
30450      Branch: perl
30451            ! ext/DB_File/DB_File.xs
30452 ____________________________________________________________________________
30453 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
30454         Log: Subject: Re: Making perl with -Wall
30455              From: Andy Dougherty <doughera@lafayette.edu>
30456              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
30457              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
30458      Branch: perl
30459            ! perl.h
30460 ____________________________________________________________________________
30461 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
30462         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
30463              From: "Richard Soderberg" <rs@crystalflame.net>
30464              Date: Thu, 24 May 2001 08:58:16 -0700
30465              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
30466      Branch: perl
30467            ! sv.c
30468 ____________________________________________________________________________
30469 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
30470         Log: IV/UV casting fixes from Nicholas Clark.
30471      Branch: perl
30472            ! perl.h pp_sys.c util.c
30473 ____________________________________________________________________________
30474 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
30475         Log: Subject: Re: Making perl with -Wall
30476              From: Michael G Schwern <schwern@pobox.com>
30477              Date: Thu, 24 May 2001 15:40:28 +0100
30478              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
30479      Branch: perl
30480            ! malloc.c perl.h
30481 ____________________________________________________________________________
30482 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
30483         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
30484              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30485              Date: Tue, 22 May 2001 11:49:37 +0200
30486              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
30487      Branch: metaconfig
30488            ! U/modified/Oldsym.U
30489      Branch: metaconfig/U/perl
30490            ! patchlevel.U
30491      Branch: perl
30492            ! Configure config_h.SH myconfig.SH
30493 ____________________________________________________________________________
30494 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
30495         Log: Under versiononly install also the scripts with the version suffix.
30496              (e.g. .../bin/h2xs5.7.1)
30497      Branch: perl
30498            ! installperl
30499 ____________________________________________________________________________
30500 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
30501         Log: Subject: [PATCH] Stop segfault in mg.c:636
30502              From: "Richard Soderberg" <rs@crystalflame.net>
30503              Date: Thu, 24 May 2001 05:51:52 -0700
30504              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
30505      Branch: perl
30506            ! mg.c
30507 ____________________________________________________________________________
30508 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
30509         Log: Iteration continues; hopefully convergently.
30510      Branch: perl
30511            ! t/lib/b-stash.t
30512 ____________________________________________________________________________
30513 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
30514         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
30515              From: Gisle Aas <gisle@ActiveState.com>
30516              Date: 23 May 2001 16:13:10 -0700
30517              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
30518      Branch: perl
30519            ! op.c toke.c
30520 ____________________________________________________________________________
30521 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
30522         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
30523              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
30524              Date: Thu, 24 May 2001 05:05:22 -0500
30525              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
30526      Branch: perl
30527            ! lib/dumpvar.pl lib/perl5db.pl
30528 ____________________________________________________________________________
30529 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
30530         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
30531              From: David Dyck <dcd@tc.fluke.com>
30532              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
30533              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
30534      Branch: perl
30535            ! lib/perl5db.pl
30536 ____________________________________________________________________________
30537 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
30538         Log: Tiny pod nits on READMEs, mostly whitespace issues.
30539      Branch: perl
30540            ! README.amiga README.dos README.macos README.mpeix README.vmesa
30541            ! README.win32
30542 ____________________________________________________________________________
30543 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
30544         Log: The DG/UX part of the 20010521.005.
30545      Branch: perl
30546            ! README.dgux
30547 ____________________________________________________________________________
30548 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
30549         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
30550              From: Hugo <hv@crypt.compulink.co.uk>
30551              Date: Mon, 21 May 2001 16:32:02 +0100
30552              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
30553      Branch: perl
30554            ! regcomp.c t/op/misc.t
30555 ____________________________________________________________________________
30556 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
30557         Log: Subject: [PATCH] Extra UNIVERSAL tests
30558              From: Mike Guy <mjtg@cam.ac.uk>
30559              Date: Wed, 23 May 2001 12:29:20 +0100
30560              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
30561      Branch: perl
30562            ! t/op/universal.t
30563 ____________________________________________________________________________
30564 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
30565         Log: Subject: [PATCH] Remove EQ keyword
30566              From: Mike Guy <mjtg@cam.ac.uk>
30567              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
30568              Date: Wed, 23 May 2001 11:17:29 +0100
30569      Branch: perl
30570            ! keywords.h keywords.pl
30571 ____________________________________________________________________________
30572 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
30573         Log: Subject: [PATCH] lib/perl5db.pl
30574              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
30575              Date: Wed, 23 May 2001 02:18:03 -0500
30576              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
30577      Branch: perl
30578            ! lib/perl5db.pl
30579 ____________________________________________________________________________
30580 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
30581         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
30582              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
30583              Date: Tue, 22 May 2001 23:34:41 -0500
30584              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
30585      Branch: perl
30586            ! lib/Term/Cap.pm
30587 ____________________________________________________________________________
30588 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
30589         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
30590              From: davem@fdgroup.co.uk
30591              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
30592              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
30593      Branch: perl
30594            ! emacs/e2ctags.pl
30595 ____________________________________________________________________________
30596 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
30597         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
30598              From: Michael G Schwern <schwern@pobox.com>
30599              Date: Tue, 22 May 2001 14:15:09 +0100
30600              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
30601      Branch: perl
30602            ! lib/vars.pm
30603 ____________________________________________________________________________
30604 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
30605         Log: Subject: [PATCH lib/vars.pm] Odd code nit
30606              From: Michael G Schwern <schwern@pobox.com>
30607              Date: Tue, 22 May 2001 14:14:28 +0100
30608              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
30609      Branch: perl
30610            ! lib/vars.pm
30611 ____________________________________________________________________________
30612 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
30613         Log: Use the new use vars feature.
30614      Branch: perl
30615            ! t/lib/b-stash.t
30616 ____________________________________________________________________________
30617 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
30618         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
30619              From: Mike Guy <mjtg@cam.ac.uk>
30620              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30621              Date: Tue, 22 May 2001 13:11:39 +0100
30622      Branch: perl
30623            + t/pragma/vars.t
30624            ! MANIFEST lib/vars.pm t/lib/1_compile.t
30625 ____________________________________________________________________________
30626 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
30627         Log: -qlongdouble considered harmful by Merijn.
30628      Branch: perl
30629            ! hints/aix.sh
30630 ____________________________________________________________________________
30631 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
30632         Log: Update Changes.
30633      Branch: perl
30634            ! Changes patchlevel.h
30635 ____________________________________________________________________________
30636 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
30637         Log: Add a test of its very own for Fcntl.  Hopefully portable.
30638      Branch: perl
30639            + t/lib/fcntl.t
30640            ! MANIFEST
30641 ____________________________________________________________________________
30642 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
30643         Log: Must be trickier for 'minitest' not to die.
30644      Branch: perl
30645            ! t/op/taint.t
30646 ____________________________________________________________________________
30647 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
30648         Log: Can't declare other people's variables.
30649      Branch: perl
30650            ! t/lib/b-stash.t
30651 ____________________________________________________________________________
30652 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
30653         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
30654      Branch: perl
30655            ! doio.c t/op/taint.t
30656 ____________________________________________________________________________
30657 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
30658         Log: The OS/2 variable needs to be declared.
30659      Branch: perl
30660            ! t/lib/b-stash.t
30661 ____________________________________________________________________________
30662 [ 10170] By: nick                                  on 2001/05/20  16:48:29
30663         Log: Integrate mainline
30664      Branch: perlio
30665           !> (integrate 41 files)
30666 ____________________________________________________________________________
30667 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
30668         Log: Small perlsec updates: clarify the taintedness of filename
30669              globbing; suggest using Scalar::Util::tainted().
30670      Branch: perl
30671            ! pod/perlsec.pod
30672 ____________________________________________________________________________
30673 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
30674         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
30675              From: Dave Mitchell <davem@fdgroup.co.uk>
30676              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
30677              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
30678      Branch: perl
30679            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
30680            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
30681            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
30682            ! xsutils.c
30683 ____________________________________________________________________________
30684 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
30685         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
30686              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30687              Date: Sat, 19 May 2001 04:08:46 -0400
30688              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
30689      Branch: perl
30690            ! lib/ExtUtils/Mksymlists.pm makedef.pl
30691 ____________________________________________________________________________
30692 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
30693         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
30694              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30695              Date: Sat, 19 May 2001 04:30:45 -0400
30696              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
30697      Branch: perl
30698            ! os2/os2.c
30699 ____________________________________________________________________________
30700 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
30701         Log: Subject: [PATCH 5.6.1] build bugs OS/2
30702              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30703              Date: Sat, 19 May 2001 04:35:28 -0400
30704              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
30705      Branch: perl
30706            ! os2/Makefile.SHs os2/os2.c
30707 ____________________________________________________________________________
30708 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
30709         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
30710              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30711              Date: Sat, 19 May 2001 04:04:23 -0400
30712              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
30713              
30714              (In bleadperl patched b-stash.t instead of b.t)
30715      Branch: perl
30716            ! t/lib/b-stash.t t/lib/bigfltpm.t
30717 ____________________________________________________________________________
30718 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
30719         Log: Subject: [PATCH 5.6.1] perl5db
30720              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30721              Date: Sat, 19 May 2001 03:49:09 -0400
30722              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
30723      Branch: perl
30724            ! lib/perl5db.pl
30725 ____________________________________________________________________________
30726 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
30727         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
30728              From: Gisle Aas <gisle@ActiveState.com>
30729              Date: 18 May 2001 14:24:51 -0700
30730              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
30731      Branch: perl
30732            ! pp_ctl.c
30733 ____________________________________________________________________________
30734 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
30735         Log: Subject: [PATCH] Chomp should not always stringify
30736              From: Gisle Aas <gisle@ActiveState.com>
30737              Date: 18 May 2001 07:55:25 -0700
30738              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
30739      Branch: perl
30740            ! doop.c t/op/chop.t
30741 ____________________________________________________________________________
30742 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
30743         Log: Integrate perlio.
30744      Branch: perl
30745           !> pod/perlfunc.pod
30746 ____________________________________________________________________________
30747 [ 10159] By: nick                                  on 2001/05/20  09:39:46
30748         Log: Document some more of open's features.
30749      Branch: perlio
30750            ! pod/perlfunc.pod
30751 ____________________________________________________________________________
30752 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
30753         Log: back out change#10153 (it has compatibility issues such as the
30754              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
30755              benefit for 5.6.x doesn't seem worth the risk)
30756      Branch: maint-5.6/perl
30757            ! toke.c
30758 ____________________________________________________________________________
30759 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
30760         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
30761      Branch: perl
30762            ! x2p/s2p.PL
30763 ____________________________________________________________________________
30764 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
30765         Log: Update Changes.
30766      Branch: perl
30767            ! Changes patchlevel.h
30768 ____________________________________________________________________________
30769 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
30770         Log: Integrate change #10144 from maintperl.
30771              
30772              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
30773      Branch: perl
30774           !> win32/config.bc win32/config.gc win32/config.vc
30775           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
30776 ____________________________________________________________________________
30777 [ 10154] By: nick                                  on 2001/05/18  07:23:03
30778         Log: Integrate mainline.
30779      Branch: perlio
30780           +> README.dgux t/lib/i18n-collate.t utils.lst
30781           !> (integrate 49 files)
30782 ____________________________________________________________________________
30783 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
30784         Log: Integrate change #7224 from mainline into maintperl.
30785              
30786              Allow @+ and @- to be doublequoted, from Simon Cozens. 
30787              (Approved by Larry, see Tom's comment in 20000830.005.)
30788      Branch: maint-5.6/perl
30789           !> toke.c
30790 ____________________________________________________________________________
30791 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
30792         Log: Subject: [PATCH bleadperl] small lookbehind fix
30793              From: Hugo <hv@crypt.compulink.co.uk>
30794              Date: Fri, 18 May 2001 00:07:19 +0100
30795              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
30796      Branch: perl
30797            ! regexec.c
30798 ____________________________________________________________________________
30799 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
30800         Log: Detypos.
30801      Branch: perl
30802            ! installman utils.lst
30803 ____________________________________________________________________________
30804 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
30805         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
30806              in 20001222.001.
30807      Branch: perl
30808            ! t/lib/glob-basic.t
30809 ____________________________________________________________________________
30810 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
30811         Log: Subject: [PATCH] Test for bug 20010515.004
30812              From: Benjamin Sugars <bsugars@canoe.ca>
30813              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
30814              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
30815      Branch: perl
30816            ! t/op/misc.t
30817 ____________________________________________________________________________
30818 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
30819         Log: Integrate #10145 from maintperl.
30820              
30821              fix for ID 20010515.004 (needs test)
30822      Branch: perl
30823           !> pp_hot.c
30824 ____________________________________________________________________________
30825 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
30826         Log: Thinko noticed by Doug MacEachern.
30827      Branch: perl
30828            ! thread.h
30829 ____________________________________________________________________________
30830 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
30831         Log: Subject: Re: [PATCH] HERE mark in regex
30832              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30833              Date: Thu, 17 May 2001 12:20:33 -0400
30834              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
30835      Branch: perl
30836            ! t/op/re_tests
30837 ____________________________________________________________________________
30838 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
30839         Log: fix for ID 20010515.004 (needs test)
30840      Branch: maint-5.6/perl
30841            ! pp_hot.c
30842 ____________________________________________________________________________
30843 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
30844         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
30845      Branch: maint-5.6/perl
30846            ! win32/config.bc win32/config.gc win32/config.vc
30847            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30848 ____________________________________________________________________________
30849 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
30850         Log: Macrofy the getspecific (and use it also in util.c)
30851      Branch: perl
30852            ! thread.h util.c
30853 ____________________________________________________________________________
30854 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
30855         Log: Use the unchecked thread-specific key fetch also in Tru64.
30856      Branch: perl
30857            ! thread.h
30858 ____________________________________________________________________________
30859 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
30860         Log: Subject: [PATCH 5.6.1]Quick thread speedup
30861              From: Dan Sugalski <dan@sidhe.org> 
30862              Date: Wed, 16 May 2001 18:05:19 -0400
30863              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
30864      Branch: perl
30865            ! thread.h util.c
30866 ____________________________________________________________________________
30867 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
30868         Log: I think this is quite enough testing for a deprecated feature.
30869      Branch: perl
30870            + t/lib/i18n-collate.t
30871            ! MANIFEST t/lib/1_compile.t
30872 ____________________________________________________________________________
30873 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
30874         Log: More HP-UX lore from Jeff Okamoto.
30875      Branch: perl
30876            ! README.hpux
30877 ____________________________________________________________________________
30878 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
30879         Log: Sort utils.lst for easier maintenance.
30880      Branch: perl
30881            ! utils.lst
30882 ____________________________________________________________________________
30883 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
30884         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
30885              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30886              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
30887              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
30888              
30889              Add pod2latex to utils.lst.
30890      Branch: perl
30891            ! MANIFEST utils.lst
30892 ____________________________________________________________________________
30893 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
30894         Log: Subject: Re: [PATCH] HERE mark in regex
30895              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30896              Date: Wed, 16 May 2001 13:04:43 -0400
30897              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
30898      Branch: perl
30899            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
30900            ! t/op/regmesg.t t/pragma/warn/regcomp
30901 ____________________________________________________________________________
30902 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
30903         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
30904              From: Simon Cozens <simon@netthink.co.uk>
30905              Date: Wed, 16 May 2001 18:02:08 +0100
30906              Message-ID: <20010516180208.A6458@netthink.co.uk>
30907      Branch: perl
30908            ! installman utils.lst
30909 ____________________________________________________________________________
30910 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
30911         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
30912              From: "Philip Newton" <pnewton@gmx.de>
30913              Date: Tue, 15 May 2001 15:09:30 +0200
30914              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
30915              
30916              Test case for #10128.
30917      Branch: perl
30918            ! t/pragma/warn/pp_hot
30919 ____________________________________________________________________________
30920 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
30921         Log: Update Changes.
30922      Branch: perl
30923            ! Changes patchlevel.h
30924 ____________________________________________________________________________
30925 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
30926         Log: Deprecate pseudo-hashes.
30927      Branch: perl
30928            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
30929 ____________________________________________________________________________
30930 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
30931         Log: HP-UX hints update from Merijn.
30932      Branch: perl
30933            ! hints/hpux.sh
30934 ____________________________________________________________________________
30935 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
30936         Log: README.hpux update from Merijn.
30937      Branch: perl
30938            ! README.hpux
30939 ____________________________________________________________________________
30940 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
30941         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
30942              From: Simon Cozens <simon@netthink.co.uk>
30943              Date: Wed, 16 May 2001 15:57:55 +0100
30944              Message-ID: <20010516155755.A4728@netthink.co.uk>
30945      Branch: perl
30946            + utils.lst
30947            ! MANIFEST installman installperl
30948 ____________________________________________________________________________
30949 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
30950         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
30951              From: "Philip Newton" <pnewton@gmx.de>
30952              Date: Tue, 15 May 2001 16:31:05 +0200
30953              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
30954              
30955              Fix PERL_Y2KWARN test to check before rather than after appending.
30956      Branch: perl
30957            ! pp_hot.c
30958 ____________________________________________________________________________
30959 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
30960         Log: Regen Porting stuff.
30961      Branch: perl
30962            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30963            ! config_h.SH
30964 ____________________________________________________________________________
30965 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
30966         Log: Metaconfig unit change for #10125.
30967      Branch: metaconfig
30968            ! U/modified/Oldconfig.U
30969 ____________________________________________________________________________
30970 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
30971         Log: Use OSVERS.
30972      Branch: perl
30973            ! Configure config_h.SH perl.c
30974 ____________________________________________________________________________
30975 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
30976         Log: Regen toc.
30977      Branch: perl
30978            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30979 ____________________________________________________________________________
30980 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
30981         Log: Adding the README.dgux to the MANIFEST would be a good idea.
30982      Branch: perl
30983            ! MANIFEST
30984 ____________________________________________________________________________
30985 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
30986         Log: Move the stack desire definition to thread.h.
30987      Branch: perl
30988            ! ext/Thread/Thread.xs thread.h
30989 ____________________________________________________________________________
30990 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
30991         Log: DG-UX threading patches, including a README.dgux,
30992              from Takis Psarogiannakopoulos.
30993      Branch: perl
30994            + README.dgux
30995            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
30996 ____________________________________________________________________________
30997 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
30998         Log: Subject: [PATCH B::Deparse] More on /x regexes
30999              From: Robin Houston <robin@kitsite.com>
31000              Date: Tue, 15 May 2001 19:09:35 +0100
31001              Message-ID: <20010515190935.A27268@penderel>
31002      Branch: perl
31003            ! ext/B/B/Deparse.pm
31004 ____________________________________________________________________________
31005 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
31006         Log: Document that the core time() may be rounding rather
31007              than truncating, would have saved at least my confusion.
31008      Branch: perl
31009            ! ext/Time/HiRes/HiRes.pm
31010 ____________________________________________________________________________
31011 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
31012         Log: Subject: perl-current/t/time-hires.t
31013              From: John Peacock <jpeacock@rowman.com>
31014              Date: Fri, 11 May 2001 14:09:41 -0400
31015              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
31016      Branch: perl
31017            ! t/lib/time-hires.t
31018 ____________________________________________________________________________
31019 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
31020         Log: Subject: [PATCH dump.c] Op private flags
31021              From: Simon Cozens <simon@netthink.co.uk>
31022              Date: Sun, 13 May 2001 20:20:36 +0100
31023              Message-ID: <20010513202036.A21896@netthink.co.uk>
31024      Branch: perl
31025            ! dump.c
31026 ____________________________________________________________________________
31027 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
31028         Log: Upgrade to Switch 2.03.
31029      Branch: perl
31030            ! lib/Switch.pm
31031 ____________________________________________________________________________
31032 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
31033         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
31034              to PERL_CONFIG_SH and use it consistently.
31035      Branch: maint-5.6/perl
31036           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
31037           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
31038           !> myconfig.SH writemain.SH
31039 ____________________________________________________________________________
31040 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
31041         Log: Metaconfig units changes for #10113.
31042      Branch: metaconfig
31043            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
31044 ____________________________________________________________________________
31045 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
31046         Log: The problem described in 20010514.031 still wasn't
31047              fully cured, there were remnants of $CONFIG when
31048              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
31049              to avoid future conflicts.
31050      Branch: perl
31051            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
31052            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
31053            ! myconfig.SH writemain.SH
31054 ____________________________________________________________________________
31055 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
31056         Log: Half of #10107 got lost.
31057      Branch: perl
31058            ! ext/B/B/Deparse.pm
31059 ____________________________________________________________________________
31060 [ 10111] By: nick                                  on 2001/05/15  08:39:14
31061         Log: Integrate mainline.
31062      Branch: perlio
31063           +> ext/POSIX/hints/uts.pl
31064            - Todo Todo-5.6 t/camel-III/vstring.t
31065           !> (integrate 48 files)
31066 ____________________________________________________________________________
31067 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
31068         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
31069              From: Robin Houston <robin@kitsite.com>
31070              Date: Mon, 14 May 2001 22:27:08 +0100
31071              Message-ID: <20010514222708.A22963@penderel>
31072      Branch: perl
31073            ! t/TestInit.pm
31074 ____________________________________________________________________________
31075 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
31076         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
31077              From: Robin Houston <robin@kitsite.com>
31078              Date: Mon, 14 May 2001 22:16:43 +0100
31079              Message-ID: <20010514221643.A22437@penderel>
31080      Branch: perl
31081            ! ext/B/B/Deparse.pm
31082 ____________________________________________________________________________
31083 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
31084         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
31085              From: Robin Houston <robin@kitsite.com>
31086              Date: Mon, 14 May 2001 22:03:44 +0100
31087              Message-ID: <20010514220344.A20643@penderel>
31088      Branch: perl
31089            ! ext/B/B/Deparse.pm
31090 ____________________________________________________________________________
31091 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
31092         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
31093              From: Robin Houston <robin@kitsite.com>
31094              Date: Mon, 14 May 2001 22:10:07 +0100
31095              Message-ID: <20010514221007.A21118@penderel>
31096      Branch: perl
31097            ! ext/B/B/Deparse.pm
31098 ____________________________________________________________________________
31099 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
31100         Log: Fix for 20010514.037; substr() didn't invalidate the locale
31101              collation magic.
31102      Branch: perl
31103            ! pp.c
31104 ____________________________________________________________________________
31105 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
31106         Log: Update Changes.
31107      Branch: perl
31108            ! Changes patchlevel.h
31109 ____________________________________________________________________________
31110 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
31111         Log: Retract #10094.
31112      Branch: perl
31113            ! lib/Pod/Text.pm
31114 ____________________________________________________________________________
31115 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
31116         Log: Integrate change #10100 from maintperl.
31117              
31118              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
31119              bug ID 20010514.027)
31120      Branch: perl
31121           !> mg.c pp_ctl.c
31122 ____________________________________________________________________________
31123 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
31124         Log: Document the deprecatedness of suidperl.
31125      Branch: perl
31126            ! INSTALL pod/perlfaq1.pod
31127 ____________________________________________________________________________
31128 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
31129         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
31130              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31131              Date: Mon, 14 May 2001 09:38:59 -0400
31132              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
31133      Branch: perl
31134            ! lib/ExtUtils/MM_Unix.pm
31135 ____________________________________________________________________________
31136 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
31137         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
31138              bug ID 20010514.027)
31139              
31140              TODO: this needs a testsuite addition
31141      Branch: maint-5.6/perl
31142            ! mg.c pp_ctl.c
31143 ____________________________________________________________________________
31144 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
31145         Log: More DWIMminess for Class::Struct: calling the array or hash
31146              accessors only with one argument, an array or a hash reference,
31147              sets the underlying array or hash.  This mirrors nicely also
31148              the usage in the constructor.
31149              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
31150      Branch: perl
31151            ! lib/Class/Struct.pm t/lib/class-struct.t
31152 ____________________________________________________________________________
31153 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
31154         Log: Reference cmp'ing should go through the whole stringification
31155              process shebang, as pointed out by Sarathy in #10091.
31156      Branch: perl
31157            ! pp.c
31158 ____________________________________________________________________________
31159 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
31160         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
31161              From: Simon Cozens <simon@netthink.co.uk>
31162              Date: Sat, 12 May 2001 16:36:27 +0100
31163              Message-ID: <20010512163627.A5522@netthink.co.uk>
31164              
31165              with some additions salvaged from Todo and Todo-5.6 before
31166              retiring them.
31167      Branch: perl
31168            - Todo Todo-5.6
31169            ! MANIFEST pod/perltodo.pod
31170 ____________________________________________________________________________
31171 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
31172         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
31173              From: "Golubev I. N." <gin@mo.msk.ru>
31174              Date: Mon, 07 May 2001 14:33:34 (GMT)
31175              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
31176      Branch: perl
31177            ! perl.h
31178 ____________________________________________________________________________
31179 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
31180         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
31181              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
31182              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
31183              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
31184      Branch: perl
31185            ! lib/ExtUtils/MM_Unix.pm
31186 ____________________________________________________________________________
31187 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
31188         Log: (Retracted by #10104.)
31189              
31190              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
31191              From: barries <barries@slaysys.com>
31192              Date: Sat, 12 May 2001 01:28:10 -0400
31193              Message-ID: <20010512012810.B26358@jester.slaysys.com>
31194      Branch: perl
31195            ! lib/Pod/Text.pm
31196 ____________________________________________________________________________
31197 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
31198         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
31199              From: Mike Guy <mjtg@cam.ac.uk>
31200              Date: Sat, 12 May 2001 19:24:33 +0100
31201              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
31202      Branch: perl
31203            ! lib/AutoSplit.pm
31204 ____________________________________________________________________________
31205 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
31206         Log: Yet another HP-UX hints tweak from Merijn.
31207      Branch: perl
31208            ! hints/hpux.sh
31209 ____________________________________________________________________________
31210 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
31211         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
31212              isn't defined (changes#9366,9368,9370 from mainline without the
31213              pp_scmp() change)
31214      Branch: maint-5.6/perl
31215            ! pp.c pp.h pp_hot.c
31216 ____________________________________________________________________________
31217 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
31218         Log: The sorting seems to happen now automatically.
31219      Branch: perl
31220            ! t/lib/glob-basic.t
31221 ____________________________________________________________________________
31222 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
31223         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
31224              From: Benjamin Sugars <bsugars@canoe.ca>
31225              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
31226              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
31227      Branch: perl
31228            ! pod/perlfunc.pod
31229 ____________________________________________________________________________
31230 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
31231         Log: Subject: Re: undef(&foo) does not work for XS functions
31232              From: Doug MacEachern <dougm@covalent.net>
31233              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
31234              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
31235      Branch: perl
31236            ! op.c
31237 ____________________________________________________________________________
31238 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
31239         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
31240              From: Peter Prymmer <pvhp@forte.com>
31241              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
31242              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
31243      Branch: perl
31244            ! t/op/append.t
31245 ____________________________________________________________________________
31246 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
31247         Log: Update Changes.
31248      Branch: perl
31249            ! Changes patchlevel.h
31250 ____________________________________________________________________________
31251 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
31252         Log: Remove the 'asciir' re subpragma.  Should instead implement
31253              the 'physical vs logical' range scheme:
31254              
31255              \xAA-\xCC is a native physical range, you want that range of
31256              codepoints in your native encoding.  In EBCDIC the codepoints
31257              in the gaps (between i-j and r-s) should be included.
31258              
31259              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
31260              codepoints in Unicode.
31261              
31262              a-z is a logical range, you want that range of 'logical' codepoints
31263              in your native encoding.  In EBCDIC the codepoints in the gaps
31264              (between i-j and r-s) should not be included.
31265              
31266              Mixed cases (a-\xAA, etc) should either be errors, or maybe
31267              the 'logical' endpoints should be converted to native/Unicode
31268              codepoints, and the range handled as a physical range.
31269              
31270              'Logical endpoints' are to be recognized only in the A-Z, a-z,
31271              and 0-9 ranges.  Probably a warning should be given for mixed
31272              cases like A-z or a-9 (since such expressions are encoding
31273              dependent), with a recommendation to use physical ranges.
31274      Branch: perl
31275            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
31276            ! t/op/regexp.t
31277 ____________________________________________________________________________
31278 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
31279         Log: Make the test to cleanup the test directory tree
31280              both before and after the testing so that we always
31281              have a clean slate to work with.
31282      Branch: perl
31283            ! t/lib/filefind.t
31284 ____________________________________________________________________________
31285 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
31286         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
31287              From: Jon Eveland <jweveland@yahoo.com>
31288              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
31289              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
31290      Branch: perl
31291            ! pod/perlfunc.pod
31292 ____________________________________________________________________________
31293 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
31294         Log: Merge the camel-III/vstring.t with op/ver.t.
31295      Branch: perl
31296            - t/camel-III/vstring.t
31297            ! MANIFEST t/TEST t/harness t/op/ver.t
31298 ____________________________________________________________________________
31299 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
31300         Log: Add test.deparse make target.
31301      Branch: perl
31302            ! Makefile.SH
31303 ____________________________________________________________________________
31304 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
31305         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
31306              From: Robin Houston <robin@kitsite.com>
31307              Date: Fri, 11 May 2001 12:02:22 +0100
31308              Message-ID: <20010511120222.A11529@penderel>
31309      Branch: perl
31310            ! ext/B/B/Deparse.pm t/op/method.t
31311 ____________________________________________________________________________
31312 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
31313         Log: A nicely working combination for UTS from Hal Morris.
31314      Branch: perl
31315            + ext/POSIX/hints/uts.pl
31316            ! MANIFEST hints/uts.sh
31317 ____________________________________________________________________________
31318 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
31319         Log: i_ieeefp=undef for UTS.
31320      Branch: perl
31321            ! hints/uts.sh
31322 ____________________________________________________________________________
31323 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
31324         Log: Subject: RE: rand(0) is rand(1)
31325              From: Larry Shatzer <lshatzer@islanddata.com>
31326              Date: Thu, 10 May 2001 11:09:27 -0700
31327              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
31328      Branch: perl
31329            ! pod/perlfunc.pod
31330 ____________________________________________________________________________
31331 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
31332         Log: Subject: [patch] make op_{clear,null} public
31333              From: Doug MacEachern <dougm@covalent.net>
31334              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
31335              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
31336      Branch: perl
31337            ! embed.h embed.pl op.c proto.h
31338 ____________________________________________________________________________
31339 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
31340         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
31341              From: Robin Houston <robin@kitsite.com>
31342              Date: Thu, 10 May 2001 18:54:59 +0100
31343              Message-ID: <20010510185459.A5995@penderel>
31344      Branch: perl
31345            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
31346 ____________________________________________________________________________
31347 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
31348         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
31349              From: Robin Houston <robin@kitsite.com>
31350              Date: Thu, 10 May 2001 12:56:39 +0100
31351              Message-ID: <20010510125639.A2119@penderel>
31352      Branch: perl
31353            ! ext/B/B/Deparse.pm
31354 ____________________________________________________________________________
31355 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
31356         Log: Retract #10070, not ready yet.
31357      Branch: perl
31358            ! ext/B/B/Deparse.pm
31359 ____________________________________________________________________________
31360 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
31361         Log: The metaconfig unit change for #10071.
31362      Branch: metaconfig
31363            ! U/modified/mallocsrc.U
31364 ____________________________________________________________________________
31365 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
31366         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
31367      Branch: perl
31368            ! Configure
31369 ____________________________________________________________________________
31370 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
31371         Log: (Retracted by #10073)
31372              
31373              Subject: Re: [PATCH t/TEST] B::Deparse tester 
31374              From: Hugo <hv@crypt.compulink.co.uk>
31375              Date: Thu, 10 May 2001 05:48:09 +0100
31376              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
31377      Branch: perl
31378            ! ext/B/B/Deparse.pm
31379 ____________________________________________________________________________
31380 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
31381         Log: Add a for(func()) test.
31382      Branch: perl
31383            ! t/cmd/for.t
31384 ____________________________________________________________________________
31385 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
31386         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
31387              From: Robin Houston <robin@kitsite.com>
31388              Date: Thu, 10 May 2001 13:50:08 +0100
31389              Message-ID: <20010510135008.A2454@penderel>
31390      Branch: perl
31391            ! ext/B/B/Deparse.pm
31392 ____________________________________________________________________________
31393 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
31394         Log: A thinko in #10065.
31395      Branch: perl
31396            ! hv.c
31397 ____________________________________________________________________________
31398 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
31399         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
31400              From: Robin Houston <robin@kitsite.com>
31401              Date: Thu, 10 May 2001 02:10:34 +0100
31402              Message-ID: <20010510021034.A19421@penderel>
31403      Branch: perl
31404            ! ext/B/B.xs ext/B/B/Deparse.pm
31405 ____________________________________________________________________________
31406 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
31407         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
31408              From: Doug MacEachern <dougm@covalent.net>
31409              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
31410              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
31411      Branch: perl
31412            ! hv.c
31413 ____________________________________________________________________________
31414 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
31415         Log: One more workaround for the UTS compiler from Hal Morris.
31416      Branch: perl
31417            ! perl.h
31418 ____________________________________________________________________________
31419 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
31420         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
31421              From: Robin Houston <robin@kitsite.com>
31422              Date: Thu, 10 May 2001 01:02:08 +0100
31423              Message-ID: <20010510010208.A18200@penderel>
31424      Branch: perl
31425            ! ext/B/B/Debug.pm
31426 ____________________________________________________________________________
31427 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
31428         Log: Subject: [PATCH] Simplify deb_curcv() a bit
31429              From: Benjamin Sugars <bsugars@canoe.ca>
31430              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
31431              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
31432      Branch: perl
31433            ! run.c
31434 ____________________________________________________________________________
31435 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
31436         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
31437              From: Benjamin Sugars <bsugars@canoe.ca>
31438              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
31439              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
31440      Branch: perl
31441            ! t/lib/io_scalar.t
31442 ____________________________________________________________________________
31443 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
31444         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
31445              From: Peter Prymmer <pvhp@forte.com>
31446              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
31447              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
31448      Branch: perl
31449            ! t/lib/md5-file.t
31450 ____________________________________________________________________________
31451 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
31452         Log: Subject: [PATCH t/TEST] B::Deparse tester
31453              From: Robin Houston <robin@kitsite.com>
31454              Date: Wed, 9 May 2001 19:17:50 +0100
31455              Message-ID: <20010509191750.A16940@penderel>
31456      Branch: perl
31457            ! ext/B/O.pm t/TEST
31458 ____________________________________________________________________________
31459 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
31460         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
31461              From: Jeff Pinyan <jeffp@crusoe.net>
31462              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
31463              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
31464      Branch: perl
31465            ! lib/Pod/Html.pm
31466 ____________________________________________________________________________
31467 [ 10057] By: nick                                  on 2001/05/09  18:37:56
31468         Log: Integrate mainline.
31469      Branch: perlio
31470           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
31471           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
31472 ____________________________________________________________________________
31473 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
31474         Log: Update Changes.
31475      Branch: perl
31476            ! Changes patchlevel.h
31477 ____________________________________________________________________________
31478 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
31479         Log: Integrate perlio.
31480      Branch: perl
31481           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
31482 ____________________________________________________________________________
31483 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
31484         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
31485              From: Benjamin Sugars <bsugars@canoe.ca>
31486              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
31487              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
31488      Branch: perl
31489            ! perlio.c
31490 ____________________________________________________________________________
31491 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
31492         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
31493              From: Benjamin Sugars <bsugars@canoe.ca>
31494              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
31495              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
31496      Branch: perl
31497            ! ext/PerlIO/Scalar/Scalar.xs
31498 ____________________________________________________________________________
31499 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
31500         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
31501              From: Jeff Pinyan <jeffp@crusoe.net>
31502              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
31503              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
31504      Branch: perl
31505            ! lib/Pod/Html.pm
31506 ____________________________________________________________________________
31507 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
31508         Log: EPOC tweak from Olaf Flebbe.
31509      Branch: perl
31510            ! epoc/epocish.h
31511 ____________________________________________________________________________
31512 [ 10050] By: nick                                  on 2001/05/09  14:37:57
31513         Log: win32, regen_config_h
31514      Branch: perlio
31515            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31516 ____________________________________________________________________________
31517 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
31518         Log: Integrate perlio.
31519      Branch: perl
31520           !> pp_sys.c
31521 ____________________________________________________________________________
31522 [ 10048] By: nick                                  on 2001/05/09  11:59:50
31523         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
31524              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
31525      Branch: perlio
31526            ! pp_sys.c
31527 ____________________________________________________________________________
31528 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
31529         Log: Integrate perlio.
31530      Branch: perl
31531           !> run.c
31532 ____________________________________________________________________________
31533 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
31534         Log: Subject: Re: Less warnings during configure
31535              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31536              Date: Wed, 09 May 2001 13:12:49 +0200
31537              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
31538      Branch: perl
31539            ! hints/hpux.sh
31540 ____________________________________________________________________________
31541 [ 10045] By: nick                                  on 2001/05/09  09:56:59
31542         Log: MULTIPLICITY/DEBUGGING build fix.
31543      Branch: perlio
31544            ! run.c
31545 ____________________________________________________________________________
31546 [ 10044] By: nick                                  on 2001/05/09  09:46:37
31547         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
31548      Branch: perlio
31549           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
31550            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
31551           !> (integrate 65 files)
31552 ____________________________________________________________________________
31553 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
31554         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
31555              From: Robin Houston <robin@kitsite.com>
31556              Date: Tue, 8 May 2001 19:38:00 +0100
31557              Message-ID: <20010508193800.A4389@penderel>
31558              
31559              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
31560              From: Robin Houston <robin@kitsite.com>
31561              Date: Tue, 8 May 2001 20:03:57 +0100
31562              Message-ID: <20010508200357.A4614@penderel>
31563              
31564              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
31565              From: Robin Houston <robin@kitsite.com>
31566              Date: Wed, 9 May 2001 00:12:05 +0100
31567              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
31568      Branch: perl
31569            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
31570 ____________________________________________________________________________
31571 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
31572         Log: Retract #10031.
31573      Branch: perl
31574            ! pod/perlfunc.pod
31575 ____________________________________________________________________________
31576 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
31577         Log: The metaconfig unit changes for #10040.
31578      Branch: metaconfig/U/perl
31579            ! Checkcc.U d_dlsymun.U dlsrc.U
31580 ____________________________________________________________________________
31581 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
31582         Log: The Configure half of
31583              
31584              Subject: Less warnings during configure
31585              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31586              Date: Tue, 08 May 2001 08:44:02 +0200
31587              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
31588      Branch: perl
31589            ! Configure
31590 ____________________________________________________________________________
31591 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
31592         Log: Subject: Less warnings during configure
31593              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31594              Date: Tue, 08 May 2001 08:44:02 +0200
31595              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
31596      Branch: perl
31597            ! hints/hpux.sh
31598 ____________________________________________________________________________
31599 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
31600         Log: Don't forget to whine about \d__\d.
31601      Branch: perl
31602            ! t/pragma/warn/toke toke.c
31603 ____________________________________________________________________________
31604 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
31605         Log: Allow underscores also in the exponent part.
31606      Branch: perl
31607            ! t/pragma/warn/toke toke.c
31608 ____________________________________________________________________________
31609 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
31610         Log: CodeMagicCD doesn't look like an *I*DE.
31611      Branch: perl
31612            ! pod/perlfaq3.pod
31613 ____________________________________________________________________________
31614 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
31615         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
31616              to be consistently down).
31617      Branch: perl
31618            ! pod/perlfaq3.pod
31619 ____________________________________________________________________________
31620 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
31621         Log: Upgrade to Text::Balanced 1.84.
31622      Branch: perl
31623            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
31624 ____________________________________________________________________________
31625 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
31626         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
31627              From: Benjamin Sugars <bsugars@canoe.ca>
31628              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
31629              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
31630      Branch: perl
31631            ! run.c
31632 ____________________________________________________________________________
31633 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
31634         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
31635              From: Peter Prymmer <pvhp@forte.com>
31636              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
31637              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
31638      Branch: perl
31639            ! t/pod/plainer.t
31640 ____________________________________________________________________________
31641 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
31642         Log: (Retracted by #10042)
31643              
31644              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
31645              From: "Philip Newton" <pnewton@gmx.de>
31646              Date: Tue, 8 May 2001 09:18:10 +0200
31647              Message-ID: <3AF7B9D2.28861.603732@localhost>
31648      Branch: perl
31649            ! pod/perlfunc.pod
31650 ____________________________________________________________________________
31651 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
31652         Log: Subject: [PATCH B::Deparse] Document known bugs
31653              From: Robin Houston <robin@kitsite.com>
31654              Date: Tue, 8 May 2001 01:53:34 +0100
31655              Message-ID: <20010508015334.A32394@penderel>
31656      Branch: perl
31657            ! ext/B/B/Deparse.pm
31658 ____________________________________________________________________________
31659 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
31660         Log: Subject: Re: Perl book, magazine and website updates.
31661              From: "Philip Newton" <pnewton@gmx.de>
31662              Date: Mon, 7 May 2001 17:03:58 +0200
31663              Message-ID: <3AF6D57E.5387.1E29930@localhost>
31664      Branch: perl
31665            ! pod/perlfaq2.pod
31666 ____________________________________________________________________________
31667 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
31668         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
31669              From: Peter Prymmer <pvhp@forte.com>
31670              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
31671              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
31672      Branch: perl
31673            ! t/io/fflush.t
31674 ____________________________________________________________________________
31675 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
31676         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
31677              From: Robin Houston <robin@kitsite.com>
31678              Date: Tue, 8 May 2001 01:14:55 +0100
31679              Message-ID: <20010508011455.A32162@penderel>
31680      Branch: perl
31681            ! ext/B/B/Deparse.pm
31682 ____________________________________________________________________________
31683 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
31684         Log: Typo in #10025.
31685      Branch: perl
31686            ! hints/uts.sh
31687 ____________________________________________________________________________
31688 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
31689         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
31690      Branch: perl
31691            ! hints/uts.sh
31692 ____________________________________________________________________________
31693 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
31694         Log: Subject: Re: [ID 20010506.045] question about hash syntax
31695              From: Peter Scott <Peter@PSDT.com>
31696              Date: Sun, 06 May 2001 13:10:40 -0700
31697              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
31698      Branch: perl
31699            ! pod/perl56delta.pod
31700 ____________________________________________________________________________
31701 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
31702         Log: Configure should figure out the list of dynamic extensions
31703              just fine in UTS-- and in fact it does, as reported by Hal Morris.
31704      Branch: perl
31705            ! hints/uts.sh
31706 ____________________________________________________________________________
31707 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
31708         Log: Update Changes.
31709      Branch: perl
31710            ! Changes patchlevel.h
31711 ____________________________________________________________________________
31712 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
31713         Log: Subject: [PATCH regcomp.c] Insecure regexes
31714              From: Robin Houston <robin@kitsite.com>
31715              Date: Mon, 7 May 2001 21:56:12 +0100
31716              Message-ID: <20010507215612.A31114@penderel>
31717      Branch: perl
31718            ! regcomp.c
31719 ____________________________________________________________________________
31720 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
31721         Log: Drop the foobar.perl.com references for now until Simon
31722              gets them sorted out.
31723      Branch: perl
31724            ! pod/perlfaq2.pod
31725 ____________________________________________________________________________
31726 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
31727         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
31728              From: Prymmer/Kahn <pvhp@best.com>
31729              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
31730              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
31731      Branch: perl
31732            ! lib/Devel/SelfStubber.pm
31733 ____________________________________________________________________________
31734 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
31735         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
31736              From: Prymmer/Kahn <pvhp@best.com>
31737              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
31738              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
31739      Branch: perl
31740            ! win32/Makefile
31741 ____________________________________________________________________________
31742 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
31743         Log: s/WebTechnique's/WebTechniques/
31744      Branch: perl
31745            ! pod/perlfaq2.pod
31746 ____________________________________________________________________________
31747 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
31748         Log: Llama 3 updates from Randal.
31749      Branch: perl
31750            ! pod/perlfaq2.pod
31751 ____________________________________________________________________________
31752 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
31753         Log: Subject: [PATCH] Help -Dt show correct pad variables
31754              From: Benjamin Sugars <ben.sugars@home.com>
31755              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
31756              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
31757      Branch: perl
31758            ! embed.h embed.pl proto.h run.c
31759 ____________________________________________________________________________
31760 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
31761         Log: Subject: [PATCH] Document C<our $foo : shared>
31762              From: Benjamin Sugars <ben.sugars@home.com>
31763              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
31764              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
31765      Branch: perl
31766            ! pod/perlfunc.pod
31767 ____________________________________________________________________________
31768 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
31769         Log: Subject: [PATCH B::Deparse] undefined folded constants
31770              From: Robin Houston <robin@kitsite.com>
31771              Date: Sun, 6 May 2001 17:19:09 +0100
31772              Message-ID: <20010506171909.A7046@penderel>
31773      Branch: perl
31774            ! ext/B/B/Deparse.pm
31775 ____________________________________________________________________________
31776 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
31777         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
31778              From: Robin Houston <robin@kitsite.com>
31779              Message-ID: <20010506164654.A6848@penderel>
31780              Date: Sun, 6 May 2001 16:46:54 +0100
31781      Branch: perl
31782            ! ext/B/B/Deparse.pm
31783 ____________________________________________________________________________
31784 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
31785         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
31786              From: Robin Houston <robin@kitsite.com>
31787              Date: Sun, 6 May 2001 14:47:02 +0100
31788              Message-ID: <20010506144702.A6308@penderel>
31789      Branch: perl
31790            ! t/op/my_stash.t
31791 ____________________________________________________________________________
31792 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
31793         Log: Subject: Perl book, magazine and website updates.
31794              From: Simon Cozens <simon@netthink.co.uk>
31795              Date: Sun, 6 May 2001 16:55:36 +0100
31796              Message-ID: <20010506165536.A1795@netthink.co.uk>
31797      Branch: perl
31798            ! pod/perlbook.pod pod/perlfaq2.pod
31799 ____________________________________________________________________________
31800 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
31801         Log: Tweaks on the Tru64 prof options.
31802      Branch: perl
31803            ! pod/perlhack.pod
31804 ____________________________________________________________________________
31805 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
31806         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
31807              From: Robin Houston <robin@kitsite.com>
31808              Date: Sun, 6 May 2001 14:40:51 +0100
31809              Message-ID: <20010506144051.A6279@penderel>
31810      Branch: perl
31811            ! t/pod/testp2pt.pl
31812 ____________________________________________________________________________
31813 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
31814         Log: Subject: [PATCH B::Deparse] scoping
31815              From: Robin Houston <robin@kitsite.com>
31816              Date: Sun, 6 May 2001 14:36:56 +0100
31817              Message-ID: <20010506143656.A4006@penderel>
31818      Branch: perl
31819            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
31820 ____________________________________________________________________________
31821 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
31822         Log: Document the undefinedness of bitshifting out of range.
31823      Branch: perl
31824            ! pod/perlop.pod
31825 ____________________________________________________________________________
31826 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
31827         Log: Retract #10003 and update the IDE descriptions a bit.
31828      Branch: perl
31829            ! pod/perlfaq3.pod
31830 ____________________________________________________________________________
31831 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
31832         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
31833              From: Prymmer/Kahn <pvhp@best.com>
31834              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
31835              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
31836      Branch: perl
31837            ! win32/Makefile win32/buildext.pl win32/config.bc
31838            ! win32/config.gc win32/config.vc
31839 ____________________________________________________________________________
31840 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
31841         Log: (Retracted by #10005.)
31842      Branch: perl
31843            ! pod/perlfaq3.pod
31844 ____________________________________________________________________________
31845 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
31846         Log: It's "psed", not "sed".
31847      Branch: perl
31848            ! x2p/s2p.PL
31849 ____________________________________________________________________________
31850 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
31851         Log: Update Changes.
31852      Branch: perl
31853            ! Changes patchlevel.h
31854 ____________________________________________________________________________
31855 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
31856         Log: Subject: Re: bleadperl make install fails due to "psed"
31857              From: andreas.koenig@anima.de (Andreas J. Koenig)
31858              Date: 05 May 2001 18:23:28 +0200
31859              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
31860      Branch: perl
31861            ! x2p/Makefile.SH x2p/s2p.PL
31862 ____________________________________________________________________________
31863 [  9999] By: jhi                                   on 2001/05/05  18:28:09
31864         Log: AUTHORS updates.
31865      Branch: perl
31866            ! AUTHORS
31867 ____________________________________________________________________________
31868 [  9998] By: jhi                                   on 2001/05/05  18:16:00
31869         Log: Updates on the pods related to the modules included since 5.6.
31870              
31871              TODO: perltodo really could use major updating.
31872      Branch: perl
31873            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
31874            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
31875            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
31876            ! pod/perlsyn.pod pod/perltodo.pod
31877 ____________________________________________________________________________
31878 [  9997] By: jhi                                   on 2001/05/05  17:35:17
31879         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
31880              from Kurt Skauen.
31881      Branch: perl
31882            + hints/atheos.sh
31883            ! MANIFEST
31884 ____________________________________________________________________________
31885 [  9996] By: jhi                                   on 2001/05/05  17:25:00
31886         Log: Add preemptive #undefs for some of the shorter and more prone
31887              to collision regcomp.h #defines.  (Background: the MASK collided
31888              with a system header #define in Rhapsody.)
31889      Branch: perl
31890            ! regcomp.h
31891 ____________________________________________________________________________
31892 [  9995] By: jhi                                   on 2001/05/05  13:24:21
31893         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
31894              From: Nicholas Clark <nick@ccl4.org>
31895              Date: Sat, 5 May 2001 14:46:39 +0100
31896              Message-ID: <20010505144639.O53513@plum.flirble.org>
31897              
31898              Add a test for the constants (if any) being processed correctly.
31899      Branch: perl
31900            ! utils/h2xs.PL
31901 ____________________________________________________________________________
31902 [  9994] By: jhi                                   on 2001/05/05  02:11:03
31903         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
31904              From: Peter Prymmer <pvhp@forte.com>
31905              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
31906              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
31907      Branch: perl
31908            ! t/lib/b-stash.t
31909 ____________________________________________________________________________
31910 [  9993] By: jhi                                   on 2001/05/05  02:03:49
31911         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
31912              From: Peter Prymmer <pvhp@forte.com>
31913              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
31914              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
31915      Branch: perl
31916            ! perlio.c vms/vmsish.h
31917 ____________________________________________________________________________
31918 [  9992] By: jhi                                   on 2001/05/04  17:21:12
31919         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
31920              From: Robin Barker <rmb1@cise.npl.co.uk>
31921              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
31922              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
31923      Branch: perl
31924            + t/pod/plainer.t
31925            ! MANIFEST
31926 ____________________________________________________________________________
31927 [  9991] By: jhi                                   on 2001/05/04  16:47:45
31928         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
31929              From: Robin Barker <rmb1@cise.npl.co.uk>
31930              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
31931              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
31932      Branch: perl
31933            ! regcomp.c
31934 ____________________________________________________________________________
31935 [  9990] By: jhi                                   on 2001/05/04  14:37:20
31936         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
31937              From: Prymmer/Kahn <pvhp@best.com>
31938              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
31939              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
31940      Branch: perl
31941            ! t/lib/b-stash.t
31942 ____________________________________________________________________________
31943 [  9989] By: jhi                                   on 2001/05/04  14:03:58
31944         Log: Introduce perl572delta, update Todo, add the missing
31945              mention about signal safety since 5.7.1 (though this
31946              requires verification and more details.)
31947      Branch: perl
31948            + pod/perl572delta.pod
31949            ! MANIFEST Todo pod/perl571delta.pod
31950 ____________________________________________________________________________
31951 [  9988] By: jhi                                   on 2001/05/04  12:41:51
31952         Log: Subject: [PATCH perl@9944] long =item
31953              From: Robin Barker <rmb1@cise.npl.co.uk>
31954              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
31955              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
31956      Branch: perl
31957            ! ext/Time/HiRes/HiRes.pm
31958 ____________________________________________________________________________
31959 [  9987] By: jhi                                   on 2001/05/04  12:39:19
31960         Log: The #9901 had removed one line essential for EBCDIC.
31961      Branch: perl
31962            ! regcomp.c
31963 ____________________________________________________________________________
31964 [  9986] By: jhi                                   on 2001/05/04  12:30:23
31965         Log: Subject: cygwin/Makefile.SHs INSTALL patch
31966              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
31967              Date: Mon, 08 Jan 2001 04:59:21 +0200
31968              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
31969      Branch: perl
31970            ! cygwin/Makefile.SHs
31971 ____________________________________________________________________________
31972 [  9985] By: jhi                                   on 2001/05/04  03:51:39
31973         Log: Encode/IO doc tweaks.
31974      Branch: perl
31975            ! ext/Encode/Encode.pm
31976 ____________________________________________________________________________
31977 [  9984] By: jhi                                   on 2001/05/04  03:29:34
31978         Log: Remove GDBM_File from the dynamic extensions for UTS,
31979              GDBM is not a standard feature.
31980      Branch: perl
31981            ! hints/uts.sh
31982 ____________________________________________________________________________
31983 [  9983] By: jhi                                   on 2001/05/04  03:22:59
31984         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
31985      Branch: perl
31986            ! pod/perlretut.pod
31987 ____________________________________________________________________________
31988 [  9982] By: jhi                                   on 2001/05/03  23:21:03
31989         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
31990              From: Benjamin Sugars <bsugars@canoe.ca>
31991              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
31992              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
31993      Branch: perl
31994            ! dump.c
31995 ____________________________________________________________________________
31996 [  9981] By: jhi                                   on 2001/05/03  23:20:05
31997         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
31998              From: Benjamin Sugars <bsugars@canoe.ca>
31999              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
32000              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
32001      Branch: perl
32002            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
32003 ____________________________________________________________________________
32004 [  9980] By: jhi                                   on 2001/05/03  23:15:29
32005         Log: Integrate perlio.
32006      Branch: perl
32007           !> ext/Encode/Encode.pm
32008 ____________________________________________________________________________
32009 [  9979] By: jhi                                   on 2001/05/03  16:54:59
32010         Log: Install psed man page.
32011      Branch: perl
32012            ! installman
32013 ____________________________________________________________________________
32014 [  9978] By: jhi                                   on 2001/05/03  16:45:58
32015         Log: Remove unused files; noted by Sarathy.
32016      Branch: perl
32017            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
32018            ! MANIFEST
32019 ____________________________________________________________________________
32020 [  9977] By: jhi                                   on 2001/05/03  16:42:30
32021         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
32022              From: Andy Dougherty <doughera@lafayette.edu>
32023              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
32024              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
32025      Branch: perl
32026            ! INSTALL
32027 ____________________________________________________________________________
32028 [  9976] By: nick                                  on 2001/05/03  16:40:42
32029         Log: Allow $answer = encode($object,$text); like it says in docs.
32030      Branch: perlio
32031            ! ext/Encode/Encode.pm
32032 ____________________________________________________________________________
32033 [  9975] By: nick                                  on 2001/05/03  16:22:30
32034         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
32035              to be in scope (fair enough), and also a package variable (our) for eval to see it.
32036      Branch: perlio
32037            ! ext/Encode/Encode.pm
32038 ____________________________________________________________________________
32039 [  9974] By: nick                                  on 2001/05/03  15:48:17
32040         Log: Integrate mainline.
32041      Branch: perlio
32042           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
32043           +> t/lib/filter-simple.t t/lib/next.t
32044           !> (integrate 70 files)
32045 ____________________________________________________________________________
32046 [  9973] By: jhi                                   on 2001/05/03  13:09:09
32047         Log: Update Changes.
32048      Branch: perl
32049            ! Changes patchlevel.h
32050 ____________________________________________________________________________
32051 [  9972] By: jhi                                   on 2001/05/03  12:58:33
32052         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
32053              From: Prymmer/Kahn <pvhp@best.com>
32054              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
32055              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
32056      Branch: perl
32057            ! t/io/fflush.t
32058 ____________________________________________________________________________
32059 [  9971] By: jhi                                   on 2001/05/03  12:57:26
32060         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
32061              From: Prymmer/Kahn <pvhp@best.com>
32062              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
32063              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
32064      Branch: perl
32065            ! win32/FindExt.pm
32066 ____________________________________________________________________________
32067 [  9970] By: jhi                                   on 2001/05/03  02:42:46
32068         Log: Can't croak sans thread context, from Doug MacEachern.
32069      Branch: perl
32070            ! toke.c
32071 ____________________________________________________________________________
32072 [  9969] By: jhi                                   on 2001/05/03  01:23:48
32073         Log: Subject: Random input test and Perl
32074              From: Ilya Zakharevich <ilya@math.berkeley.edu>
32075              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
32076              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
32077      Branch: perl
32078            ! toke.c
32079 ____________________________________________________________________________
32080 [  9968] By: jhi                                   on 2001/05/02  22:17:21
32081         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
32082              From: Peter Prymmer <pvhp@forte.com>
32083              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
32084              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
32085      Branch: perl
32086            ! pod/perlfunc.pod pod/perlport.pod
32087 ____________________________________________________________________________
32088 [  9967] By: jhi                                   on 2001/05/02  20:12:45
32089         Log: Workaround for UTS compiler casting bug from Hal Morris.
32090      Branch: perl
32091            ! perl.h
32092 ____________________________________________________________________________
32093 [  9966] By: jhi                                   on 2001/05/02  18:31:37
32094         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
32095              From: Dan Sugalski <dan@sidhe.org>
32096              Date: Wed, 02 May 2001 15:23:22 -0400
32097              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
32098      Branch: perl
32099            ! perl.c vms/vms.c
32100 ____________________________________________________________________________
32101 [  9965] By: jhi                                   on 2001/05/02  18:21:29
32102         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
32103      Branch: perl
32104            ! pod/perlfunc.pod
32105 ____________________________________________________________________________
32106 [  9964] By: jhi                                   on 2001/05/02  18:15:01
32107         Log: Document large files in INSTALL, document also the %x
32108              limitation if not use64bitint, closes bug 20010326.007.
32109      Branch: perl
32110            ! INSTALL
32111 ____________________________________________________________________________
32112 [  9963] By: jhi                                   on 2001/05/02  17:24:47
32113         Log: perlmodlib tweaks; regen pods.
32114      Branch: perl
32115            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
32116            ! pod/perltoc.pod
32117 ____________________________________________________________________________
32118 [  9962] By: jhi                                   on 2001/05/02  17:14:00
32119         Log: Fix for a segfault, from Marc Lehmann.
32120      Branch: perl
32121            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
32122 ____________________________________________________________________________
32123 [  9961] By: jhi                                   on 2001/05/02  15:55:53
32124         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
32125              From: "Philip Newton" <pnewton@gmx.de>
32126              Date: Wed, 2 May 2001 18:39:03 +0200
32127              Message-ID: <3AF05447.15525.173B588@localhost>
32128      Branch: perl
32129            ! pod/perlop.pod
32130 ____________________________________________________________________________
32131 [  9960] By: jhi                                   on 2001/05/02  15:35:37
32132         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
32133              From: Dan Sugalski <dan@sidhe.org>
32134              Date: Wed, 02 May 2001 11:37:27 -0400
32135              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
32136      Branch: perl
32137            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
32138            ! thread.h vms/vms.c vms/vmsish.h
32139 ____________________________________________________________________________
32140 [  9959] By: jhi                                   on 2001/05/02  15:21:08
32141         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
32142              From: Benjamin Sugars <bsugars@canoe.ca>
32143              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
32144              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
32145      Branch: perl
32146            ! ext/PerlIO/Scalar/Scalar.xs
32147 ____________________________________________________________________________
32148 [  9958] By: jhi                                   on 2001/05/02  15:15:53
32149         Log: Bug in #9915, spotted by Mike Guy.
32150      Branch: perl
32151            ! installperl
32152 ____________________________________________________________________________
32153 [  9957] By: jhi                                   on 2001/05/02  13:26:01
32154         Log: Add a test for not griping about references as array
32155              indices if the reference has magic in it (overloaded
32156              methods).
32157      Branch: perl
32158            ! pod/perldiag.pod t/pragma/warn/pp_hot
32159 ____________________________________________________________________________
32160 [  9956] By: jhi                                   on 2001/05/02  13:07:01
32161         Log: Retracted a bit too much in #9952.
32162      Branch: perl
32163            ! t/pragma/sub_lval.t
32164 ____________________________________________________________________________
32165 [  9955] By: jhi                                   on 2001/05/02  13:05:38
32166         Log: Test for #9952.
32167      Branch: perl
32168            ! t/op/tie.t
32169 ____________________________________________________________________________
32170 [  9954] By: jhi                                   on 2001/05/02  11:48:18
32171         Log: Additional note on the encoding example: one cannot
32172              convert string constants in-place.
32173      Branch: perl
32174            ! ext/Encode/Encode.pm
32175 ____________________________________________________________________________
32176 [  9953] By: jhi                                   on 2001/05/02  11:43:51
32177         Log: Note that if you have recent enough Perl you already
32178              have Filter::Util::Call.
32179      Branch: perl
32180            ! lib/Filter/Simple.pm
32181 ____________________________________________________________________________
32182 [  9952] By: jhi                                   on 2001/05/02  11:31:53
32183         Log: Retract changes #8254 and #8255, causes coredump in
32184              'tie FH, "main"', reported by Abigail, culprit found by
32185              Benjamin Sugars.  Mirrors maintperl change #9950.
32186      Branch: perl
32187            ! op.c t/pragma/sub_lval.t
32188 ____________________________________________________________________________
32189 [  9951] By: jhi                                   on 2001/05/02  11:14:29
32190         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
32191      Branch: perl
32192            + t/lib/MyFilter.pm
32193 ____________________________________________________________________________
32194 [  9950] By: gsar                                  on 2001/05/02  03:17:11
32195         Log: revert integration of changes#8254,8255 in change#8620 (causes
32196              a coredump in C<tie FH, 'foo'>; the idea itself may need better
32197              rationalization)
32198      Branch: maint-5.6/perl
32199            ! op.c t/pragma/sub_lval.t
32200 ____________________________________________________________________________
32201 [  9949] By: gsar                                  on 2001/05/02  02:56:32
32202         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
32203              
32204              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
32205              
32206              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
32207      Branch: maint-5.6/perl
32208           !> hints/svr5.sh
32209 ____________________________________________________________________________
32210 [  9948] By: gsar                                  on 2001/05/02  02:49:15
32211         Log: pod/find.t breaks on VMS (from Craig Berry)
32212      Branch: maint-5.6/perl
32213            ! t/pod/find.t
32214 ____________________________________________________________________________
32215 [  9947] By: jhi                                   on 2001/05/02  02:43:09
32216         Log: Add an encoding conversion example.
32217      Branch: perl
32218            ! ext/Encode/Encode.pm
32219 ____________________________________________________________________________
32220 [  9946] By: jhi                                   on 2001/05/02  01:34:22
32221         Log: Another coat of paint but still nowhere finished.
32222              Need to decide on the semantics of strptime(): should
32223              strptime() be a function instead of a method?  To do
32224              the week/monthname-strptiming the i18n/l10n bullet needs
32225              to be bitten with gusto.
32226      Branch: perl
32227            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
32228 ____________________________________________________________________________
32229 [  9945] By: jhi                                   on 2001/05/01  23:40:52
32230         Log: Update Changes.
32231      Branch: perl
32232            ! Changes patchlevel.h
32233 ____________________________________________________________________________
32234 [  9944] By: jhi                                   on 2001/05/01  23:33:37
32235         Log: Add known-to-be-tested modules to the list-to-be-skipped.
32236      Branch: perl
32237            ! t/lib/1_compile.t
32238 ____________________________________________________________________________
32239 [  9943] By: jhi                                   on 2001/05/01  23:24:40
32240         Log: Subject: BorlandC++ fix
32241              From: "Vadim Konovalov" <watman@inbox.ru>
32242              Date: Mon, 30 Apr 2001 20:12:26 -0700
32243              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
32244      Branch: perl
32245            ! win32/makefile.mk
32246 ____________________________________________________________________________
32247 [  9942] By: jhi                                   on 2001/05/01  23:18:02
32248         Log: Update to Filter::Simple 0.60, create a test for it.
32249      Branch: perl
32250            + t/lib/filter-simple.t
32251            ! MANIFEST lib/Filter/Simple.pm
32252 ____________________________________________________________________________
32253 [  9941] By: jhi                                   on 2001/05/01  19:47:24
32254         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
32255              From: Hugo <hv@crypt.compulink.co.uk>
32256              Date: Tue, 01 May 2001 20:12:20 +0100
32257              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
32258      Branch: perl
32259            ! pp_hot.c t/op/re_tests
32260 ____________________________________________________________________________
32261 [  9940] By: jhi                                   on 2001/05/01  19:42:16
32262         Log: Integrate perlio.
32263      Branch: perl
32264           !> lib/base.pm t/lib/fields.t
32265 ____________________________________________________________________________
32266 [  9939] By: jhi                                   on 2001/05/01  19:39:51
32267         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
32268              From: Benjamin Sugars <bsugars@canoe.ca>
32269              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
32270              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
32271      Branch: perl
32272            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
32273 ____________________________________________________________________________
32274 [  9938] By: jhi                                   on 2001/05/01  19:34:09
32275         Log: Add NEXT, a pseudo-class for method redispatching.
32276              <Damian>NEXT.pm probably offers more bang-for-buck
32277              than anything else I've ever written.</Damian>
32278      Branch: perl
32279            + lib/NEXT.pm t/lib/next.t
32280            ! MANIFEST
32281 ____________________________________________________________________________
32282 [  9937] By: jhi                                   on 2001/05/01  19:21:41
32283         Log: Update to Switch 2.02.
32284      Branch: perl
32285            ! lib/Switch.pm t/lib/switch.t
32286 ____________________________________________________________________________
32287 [  9936] By: nick                                  on 2001/05/01  19:09:21
32288         Log: Fix for base.pm clobbering $VERSION
32289      Branch: perlio
32290            ! lib/base.pm
32291 ____________________________________________________________________________
32292 [  9935] By: nick                                  on 2001/05/01  18:54:38
32293         Log: Test for base.pm clobbering $VERSION.
32294      Branch: perlio
32295            ! t/lib/fields.t
32296 ____________________________________________________________________________
32297 [  9934] By: jhi                                   on 2001/05/01  18:39:10
32298         Log: Add information about Scalar::Util::blessed.
32299      Branch: perl
32300            ! pod/perlobj.pod
32301 ____________________________________________________________________________
32302 [  9933] By: jhi                                   on 2001/05/01  18:33:51
32303         Log: Subject: Extra UNIVERSAL documentation
32304              From: Mike Guy <mjtg@cam.ac.uk>
32305              Date: Tue, 01 May 2001 20:12:11 +0100
32306              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
32307      Branch: perl
32308            ! pod/perlobj.pod
32309 ____________________________________________________________________________
32310 [  9932] By: jhi                                   on 2001/05/01  18:26:54
32311         Log: Subject: Autoflush in tests as appropriate
32312              From: Mike Guy <mjtg@cam.ac.uk>
32313              Date: Tue, 01 May 2001 20:05:31 +0100
32314              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
32315      Branch: perl
32316            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
32317            ! t/op/taint.t
32318 ____________________________________________________________________________
32319 [  9931] By: jhi                                   on 2001/05/01  18:02:29
32320         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
32321              From: Benjamin Sugars <bsugars@canoe.ca>
32322              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
32323              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
32324      Branch: perl
32325            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
32326 ____________________________________________________________________________
32327 [  9930] By: jhi                                   on 2001/05/01  15:12:26
32328         Log: Subject: Re: Finally got a round tuit
32329              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32330              Date: Tue, 01 May 2001 14:14:10 +0200
32331              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
32332              
32333              The -DP part, slightly modified.
32334      Branch: perl
32335            ! perl.c
32336 ____________________________________________________________________________
32337 [  9929] By: jhi                                   on 2001/05/01  14:17:15
32338         Log: Subject: Re: Finally got a round tuit
32339              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32340              Date: Tue, 01 May 2001 16:34:06 +0200
32341              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
32342              
32343              cpp and optimization tweaks for HP-UX.
32344      Branch: perl
32345            ! hints/hpux.sh
32346 ____________________________________________________________________________
32347 [  9928] By: jhi                                   on 2001/05/01  13:24:20
32348         Log: Tune the scan_num() comments to reality.
32349      Branch: perl
32350            ! toke.c
32351 ____________________________________________________________________________
32352 [  9927] By: jhi                                   on 2001/05/01  13:14:01
32353         Log: Subject: [PATCH B::Deparse] optimised sort
32354              From: Robin Houston <robin@kitsite.com>
32355              Date: Tue, 1 May 2001 14:07:12 +0100
32356              Message-ID: <20010501140712.A4266@penderel>
32357      Branch: perl
32358            ! ext/B/B/Deparse.pm
32359 ____________________________________________________________________________
32360 [  9926] By: jhi                                   on 2001/05/01  13:10:53
32361         Log: Subject: [PATCH t/lib/b-deparse.t] 
32362              From: Robin Houston <robin@kitsite.com>
32363              Date: Tue, 1 May 2001 13:37:42 +0100
32364              Message-ID: <20010501133742.A4082@penderel>
32365      Branch: perl
32366            ! t/lib/b-deparse.t
32367 ____________________________________________________________________________
32368 [  9925] By: jhi                                   on 2001/05/01  13:10:13
32369         Log: Subject: [PATCH B::Deparse] for(;;), sort
32370              From: Robin Houston <robin@kitsite.com>
32371              Date: Tue, 1 May 2001 13:35:00 +0100
32372              Message-ID: <20010501133500.A4061@penderel>
32373      Branch: perl
32374            ! ext/B/B/Deparse.pm
32375 ____________________________________________________________________________
32376 [  9924] By: jhi                                   on 2001/05/01  13:09:22
32377         Log: Subject: [PATCH B::Deparse] do, warn, use
32378              From: Robin Houston <robin@kitsite.com>
32379              Date: Tue, 1 May 2001 13:31:03 +0100
32380              Message-ID: <20010501133103.A4041@penderel>
32381      Branch: perl
32382            ! ext/B/B/Deparse.pm
32383 ____________________________________________________________________________
32384 [  9923] By: jhi                                   on 2001/05/01  11:45:36
32385         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
32386              From: Benjamin Sugars <ben.sugars@home.com>
32387              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
32388              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
32389      Branch: perl
32390            + t/io/fflush.t
32391            ! MANIFEST
32392 ____________________________________________________________________________
32393 [  9922] By: jhi                                   on 2001/05/01  11:35:42
32394         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
32395              From: Peter Prymmer <pvhp@forte.com>
32396              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
32397              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
32398      Branch: perl
32399            ! t/lib/selfstubber.t
32400 ____________________________________________________________________________
32401 [  9921] By: jhi                                   on 2001/04/30  16:34:33
32402         Log: Subject: [PATCH B::Concise] suppress warning
32403              From: Robin Houston <robin@kitsite.com>
32404              Date: Mon, 30 Apr 2001 16:09:49 +0100
32405              Message-ID: <20010430160949.A25086@penderel>
32406      Branch: perl
32407            ! ext/B/B/Concise.pm
32408 ____________________________________________________________________________
32409 [  9920] By: jhi                                   on 2001/04/30  13:56:04
32410         Log: Strip the *markers* from #9919.
32411      Branch: perl
32412            ! pod/perlfaq.pod pod/perlfaq5.pod
32413 ____________________________________________________________________________
32414 [  9919] By: jhi                                   on 2001/04/30  13:54:04
32415         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
32416              From: Gwyn Judd <b.judd@xtra.co.nz>
32417              Date: Sun, 29 Apr 2001 01:47:49 +1200
32418              Message-ID: <20010429014749.A4418@thislove>
32419      Branch: perl
32420            ! pod/perlfaq.pod pod/perlfaq5.pod
32421 ____________________________________________________________________________
32422 [  9918] By: jhi                                   on 2001/04/30  13:13:54
32423         Log: More_tweakage.
32424      Branch: perl
32425            ! pod/perldata.pod pod/perldiag.pod
32426 ____________________________________________________________________________
32427 [  9917] By: jhi                                   on 2001/04/30  13:01:27
32428         Log: Update Changes.
32429      Branch: perl
32430            ! Changes patchlevel.h
32431 ____________________________________________________________________________
32432 [  9916] By: jhi                                   on 2001/04/30  12:57:03
32433         Log: T_w_e_a_k_a_g_e.
32434      Branch: perl
32435            ! pod/perldata.pod pod/perldiag.pod
32436 ____________________________________________________________________________
32437 [  9915] By: jhi                                   on 2001/04/30  12:39:29
32438         Log: Install s2p also as psed.
32439              
32440              TODO: psed documentation?
32441      Branch: perl
32442            ! installperl
32443 ____________________________________________________________________________
32444 [  9914] By: jhi                                   on 2001/04/30  12:29:21
32445         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
32446              From: Jens Hamisch <jens@Strawberry.COM>
32447              Date: Fri, 27 Apr 2001 17:00:36 +0200
32448              Message-ID: <20010427170036.K1372@Strawberry.COM>
32449              
32450              SOCKS5_VERSION_NAME is the right symbol to detect
32451              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
32452              function called socks5_init() is available, and even that is
32453              not universal, most SOCKS5 installations use SOCKSinit()).
32454      Branch: perl
32455            ! perlio.c
32456 ____________________________________________________________________________
32457 [  9913] By: jhi                                   on 2001/04/30  12:22:15
32458         Log: Allow a zero timeout on IO::Socket accept and connect--
32459              though one really shouldn't do that.  Based on
32460              
32461              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
32462              From: "John Holdsworth" <coldwave@bigfoot.com>
32463              Date: Sun, 4 Feb 2001 12:48:18 +0100
32464              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
32465      Branch: perl
32466            ! ext/IO/lib/IO/Socket.pm
32467 ____________________________________________________________________________
32468 [  9912] By: jhi                                   on 2001/04/30  11:27:27
32469         Log: Save the spot of regprev (see #9911) for binary compatibility;
32470              regen API.
32471      Branch: perl
32472            ! embedvar.h perlapi.h thrdvar.h
32473 ____________________________________________________________________________
32474 [  9911] By: jhi                                   on 2001/04/30  11:22:03
32475         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
32476              From: Hugo <hv@crypt.compulink.co.uk>
32477              Date: Sun, 29 Apr 2001 17:09:30 +0100
32478              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
32479      Branch: perl
32480            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
32481 ____________________________________________________________________________
32482 [  9910] By: jhi                                   on 2001/04/30  11:15:12
32483         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
32484              a dummy for PL_numeric_radix); no pressing reason to break
32485              binary compatibility; regen API.
32486      Branch: perl
32487            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
32488            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
32489 ____________________________________________________________________________
32490 [  9909] By: jhi                                   on 2001/04/30  10:56:08
32491         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
32492              From: Walt Mankowski <waltman@netaxs.com>
32493              Date: Sun, 29 Apr 2001 21:53:48 -0400
32494              Message-ID: <20010429215348.A3971@netaxs.com>
32495      Branch: perl
32496            ! pod/perlfunc.pod
32497 ____________________________________________________________________________
32498 [  9908] By: jhi                                   on 2001/04/30  10:49:40
32499         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
32500      Branch: perl
32501            ! t/lib/selfstubber.t
32502 ____________________________________________________________________________
32503 [  9907] By: nick                                  on 2001/04/30  09:26:50
32504         Log: Integrate mainline.
32505      Branch: perlio
32506           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
32507 ____________________________________________________________________________
32508 [  9906] By: jhi                                   on 2001/04/29  23:24:20
32509         Log: Abigail spotted a thinko in #9905.
32510      Branch: perl
32511            ! pod/perldiag.pod
32512 ____________________________________________________________________________
32513 [  9905] By: jhi                                   on 2001/04/29  15:55:39
32514         Log: Changed the underscore/undebar syntax in numeric constants;
32515              now any grouping will do, as long as the underscores are not
32516              consecutive (so "zero-grouping" is out), and they do not begin
32517              or end the integer or fractional parts.
32518      Branch: perl
32519            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
32520 ____________________________________________________________________________
32521 [  9904] By: nick                                  on 2001/04/29  15:43:22
32522         Log: Integrate mainline.
32523      Branch: perlio
32524           +> (branch 98 files)
32525            - lib/unicode/Block.pl
32526            - lib/unicode/In/AlphabeticPresentationForms.pl
32527            - lib/unicode/In/Arabic.pl
32528            - lib/unicode/In/ArabicPresentationForms-A.pl
32529            - lib/unicode/In/ArabicPresentationForms-B.pl
32530            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
32531            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
32532            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
32533            - lib/unicode/In/BopomofoExtended.pl
32534            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
32535            - lib/unicode/In/CJKCompatibility.pl
32536            - lib/unicode/In/CJKCompatibilityForms.pl
32537            - lib/unicode/In/CJKCompatibilityIdeographs.pl
32538            - lib/unicode/In/CJKRadicalsSupplement.pl
32539            - lib/unicode/In/CJKSymbolsandPunctuation.pl
32540            - lib/unicode/In/CJKUnifiedIdeographs.pl
32541            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
32542            - lib/unicode/In/Cherokee.pl
32543            - lib/unicode/In/CombiningDiacriticalMarks.pl
32544            - lib/unicode/In/CombiningHalfMarks.pl
32545            - lib/unicode/In/CombiningMarksforSymbols.pl
32546            - lib/unicode/In/ControlPictures.pl
32547            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
32548            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
32549            - lib/unicode/In/EnclosedAlphanumerics.pl
32550            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
32551            - lib/unicode/In/Ethiopic.pl
32552            - lib/unicode/In/GeneralPunctuation.pl
32553            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
32554            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
32555            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
32556            - lib/unicode/In/HalfwidthandFullwidthForms.pl
32557            - lib/unicode/In/HangulCompatibilityJamo.pl
32558            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
32559            - lib/unicode/In/Hebrew.pl
32560            - lib/unicode/In/HighPrivateUseSurrogates.pl
32561            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
32562            - lib/unicode/In/IPAExtensions.pl
32563            - lib/unicode/In/IdeographicDescriptionCharacters.pl
32564            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
32565            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
32566            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
32567            - lib/unicode/In/Latin-1Supplement.pl
32568            - lib/unicode/In/LatinExtended-A.pl
32569            - lib/unicode/In/LatinExtended-B.pl
32570            - lib/unicode/In/LatinExtendedAdditional.pl
32571            - lib/unicode/In/LetterlikeSymbols.pl
32572            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
32573            - lib/unicode/In/MathematicalOperators.pl
32574            - lib/unicode/In/MiscellaneousSymbols.pl
32575            - lib/unicode/In/MiscellaneousTechnical.pl
32576            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
32577            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
32578            - lib/unicode/In/OpticalCharacterRecognition.pl
32579            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
32580            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
32581            - lib/unicode/In/SmallFormVariants.pl
32582            - lib/unicode/In/SpacingModifierLetters.pl
32583            - lib/unicode/In/Specials.pl
32584            - lib/unicode/In/SuperscriptsandSubscripts.pl
32585            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
32586            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
32587            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
32588            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
32589            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
32590           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
32591           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
32592           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
32593           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
32594           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
32595           !> utf8.c win32/Makefile
32596 ____________________________________________________________________________
32597 [  9903] By: jhi                                   on 2001/04/29  14:30:53
32598         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
32599              From: Prymmer/Kahn <pvhp@best.com>
32600              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
32601              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
32602      Branch: perl
32603            ! win32/Makefile
32604 ____________________________________________________________________________
32605 [  9902] By: jhi                                   on 2001/04/29  02:52:44
32606         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
32607              From: "Abigail" <abigail@foad.org>
32608              Date: Sun, 29 Apr 2001 03:14:25 +0200
32609              Message-ID: <20010429011425.24503.qmail@foad.org>
32610      Branch: perl
32611            ! ext/IO/lib/IO/Seekable.pm
32612 ____________________________________________________________________________
32613 [  9901] By: jhi                                   on 2001/04/29  02:04:46
32614         Log: In character classes one couldn't have 0x80..0xff characters
32615              at the left hand side if there were 0x100.. characters in the
32616              character class.
32617      Branch: perl
32618            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
32619            ! t/op/pat.t utf8.c
32620 ____________________________________________________________________________
32621 [  9900] By: jhi                                   on 2001/04/28  22:55:04
32622         Log: Forgot the latest mktables.PL from #9899.
32623      Branch: perl
32624            ! lib/unicode/mktables.PL
32625 ____________________________________________________________________________
32626 [  9899] By: jhi                                   on 2001/04/28  22:53:28
32627         Log: Explain the \p{} and \P{} error message better and
32628              have prettier prettyprint in In.pl.
32629      Branch: perl
32630            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
32631            ! pod/perldiag.pod
32632 ____________________________________________________________________________
32633 [  9898] By: jhi                                   on 2001/04/28  21:03:34
32634         Log: Add one possible explanation for the "Invalid [] range" error.
32635      Branch: perl
32636            ! pod/perldiag.pod
32637 ____________________________________________________________________________
32638 [  9897] By: jhi                                   on 2001/04/28  17:18:26
32639         Log: Add a level of indirection to the implementation of \p{InFoo}
32640              so that we don't have to have long filenames.  (Nothing changes
32641              in the user interface.)   The indirection is defined in
32642              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
32643              Also rename some the character classes by removing '-' from
32644              the classnames, and finally renamed Block.pl as Blocks.pl.
32645      Branch: perl
32646            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
32647            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
32648            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
32649            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
32650            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
32651            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
32652            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
32653            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
32654            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
32655            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
32656            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
32657            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
32658            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
32659            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
32660            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
32661            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
32662            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
32663            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
32664            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
32665            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
32666            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
32667            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
32668            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
32669            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
32670            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
32671            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
32672            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
32673            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
32674            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
32675            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
32676            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
32677            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
32678            + lib/unicode/In/94.pl lib/unicode/In/95.pl
32679            - lib/unicode/Block.pl
32680            - lib/unicode/In/AlphabeticPresentationForms.pl
32681            - lib/unicode/In/Arabic.pl
32682            - lib/unicode/In/ArabicPresentationForms-A.pl
32683            - lib/unicode/In/ArabicPresentationForms-B.pl
32684            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
32685            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
32686            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
32687            - lib/unicode/In/BopomofoExtended.pl
32688            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
32689            - lib/unicode/In/CJKCompatibility.pl
32690            - lib/unicode/In/CJKCompatibilityForms.pl
32691            - lib/unicode/In/CJKCompatibilityIdeographs.pl
32692            - lib/unicode/In/CJKRadicalsSupplement.pl
32693            - lib/unicode/In/CJKSymbolsandPunctuation.pl
32694            - lib/unicode/In/CJKUnifiedIdeographs.pl
32695            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
32696            - lib/unicode/In/Cherokee.pl
32697            - lib/unicode/In/CombiningDiacriticalMarks.pl
32698            - lib/unicode/In/CombiningHalfMarks.pl
32699            - lib/unicode/In/CombiningMarksforSymbols.pl
32700            - lib/unicode/In/ControlPictures.pl
32701            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
32702            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
32703            - lib/unicode/In/EnclosedAlphanumerics.pl
32704            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
32705            - lib/unicode/In/Ethiopic.pl
32706            - lib/unicode/In/GeneralPunctuation.pl
32707            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
32708            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
32709            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
32710            - lib/unicode/In/HalfwidthandFullwidthForms.pl
32711            - lib/unicode/In/HangulCompatibilityJamo.pl
32712            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
32713            - lib/unicode/In/Hebrew.pl
32714            - lib/unicode/In/HighPrivateUseSurrogates.pl
32715            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
32716            - lib/unicode/In/IPAExtensions.pl
32717            - lib/unicode/In/IdeographicDescriptionCharacters.pl
32718            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
32719            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
32720            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
32721            - lib/unicode/In/Latin-1Supplement.pl
32722            - lib/unicode/In/LatinExtended-A.pl
32723            - lib/unicode/In/LatinExtended-B.pl
32724            - lib/unicode/In/LatinExtendedAdditional.pl
32725            - lib/unicode/In/LetterlikeSymbols.pl
32726            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
32727            - lib/unicode/In/MathematicalOperators.pl
32728            - lib/unicode/In/MiscellaneousSymbols.pl
32729            - lib/unicode/In/MiscellaneousTechnical.pl
32730            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
32731            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
32732            - lib/unicode/In/OpticalCharacterRecognition.pl
32733            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
32734            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
32735            - lib/unicode/In/SmallFormVariants.pl
32736            - lib/unicode/In/SpacingModifierLetters.pl
32737            - lib/unicode/In/Specials.pl
32738            - lib/unicode/In/SuperscriptsandSubscripts.pl
32739            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
32740            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
32741            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
32742            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
32743            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
32744            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
32745            ! pod/perlunicode.pod
32746 ____________________________________________________________________________
32747 [  9896] By: jhi                                   on 2001/04/28  14:33:17
32748         Log: Update the information on shared library path on HP-UX.
32749      Branch: perl
32750            ! INSTALL
32751 ____________________________________________________________________________
32752 [  9895] By: jhi                                   on 2001/04/28  14:32:30
32753         Log: Because #9894 seems to do the trick, this workaround can be removed.
32754      Branch: perl
32755            ! t/lib/selfstubber.t
32756 ____________________________________________________________________________
32757 [  9894] By: jhi                                   on 2001/04/28  14:26:13
32758         Log: For PerlIO flush the children's file handles (on fork/exec/system).
32759      Branch: perl
32760            ! perl.h
32761 ____________________________________________________________________________
32762 [  9893] By: jhi                                   on 2001/04/28  14:23:15
32763         Log: Test tweak for #9891.
32764      Branch: perl
32765            ! t/lib/b-deparse.t
32766 ____________________________________________________________________________
32767 [  9892] By: jhi                                   on 2001/04/28  14:10:13
32768         Log: New HP-UX hints from Merijn.
32769      Branch: perl
32770            ! hints/hpux.sh
32771 ____________________________________________________________________________
32772 [  9891] By: jhi                                   on 2001/04/28  14:07:27
32773         Log: Subject: [PATCH B::Deparse] non-block scopes
32774              From: Robin Houston <robin@kitsite.com>
32775              Date: Fri, 27 Apr 2001 19:15:14 +0100
32776              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
32777      Branch: perl
32778            ! ext/B/B/Deparse.pm
32779 ____________________________________________________________________________
32780 [  9890] By: nick                                  on 2001/04/27  19:41:25
32781         Log: Integrate mainline
32782      Branch: perlio
32783           +> t/lib/selfstubber.t
32784           !> (integrate 50 files)
32785 ____________________________________________________________________________
32786 [  9889] By: jhi                                   on 2001/04/27  18:23:46
32787         Log: Subject: Re: selfstubber test fail on bleadperl
32788              From: Mike Guy <mjtg@cam.ac.uk>
32789              Date: Fri, 27 Apr 2001 19:31:18 +0100
32790              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
32791      Branch: perl
32792            ! t/lib/selfstubber.t
32793 ____________________________________________________________________________
32794 [  9888] By: jhi                                   on 2001/04/27  16:20:54
32795         Log: Test tweak for #9886.
32796      Branch: perl
32797            ! t/lib/b-deparse.t
32798 ____________________________________________________________________________
32799 [  9887] By: jhi                                   on 2001/04/27  16:16:33
32800         Log: Buffering issue at least in Solaris (even with perlio).
32801      Branch: perl
32802            ! t/lib/selfstubber.t
32803 ____________________________________________________________________________
32804 [  9886] By: jhi                                   on 2001/04/27  14:59:23
32805         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
32806              From: Robin Houston <robin@kitsite.com>
32807              Date: Fri, 27 Apr 2001 16:53:20 +0100
32808              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
32809      Branch: perl
32810            ! ext/B/B/Deparse.pm
32811 ____________________________________________________________________________
32812 [  9885] By: jhi                                   on 2001/04/27  14:23:51
32813         Log: Update Changes.
32814      Branch: perl
32815            ! Changes patchlevel.h
32816 ____________________________________________________________________________
32817 [  9884] By: jhi                                   on 2001/04/27  14:14:12
32818         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
32819              From: "Philip Newton" <pnewton@gmx.de>
32820              Date: Fri, 27 Apr 2001 16:40:13 +0200
32821              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
32822      Branch: perl
32823            ! pod/perldata.pod
32824 ____________________________________________________________________________
32825 [  9883] By: jhi                                   on 2001/04/27  13:28:19
32826         Log: Add LOG_PERROR; prettify the "removed".
32827      Branch: perl
32828            ! ext/Sys/Syslog/Syslog.xs
32829 ____________________________________________________________________________
32830 [  9882] By: jhi                                   on 2001/04/27  13:13:18
32831         Log: h2xs tweaks: use NV instead of double, "quote" the removed
32832              prefixes for clarity (especially when nothing is removed),
32833              slight pod reformats.
32834      Branch: perl
32835            ! utils/h2xs.PL
32836 ____________________________________________________________________________
32837 [  9881] By: jhi                                   on 2001/04/27  12:58:48
32838         Log: Don't bother creating existing directories.
32839      Branch: perl
32840            ! utils/h2xs.PL
32841 ____________________________________________________________________________
32842 [  9880] By: jhi                                   on 2001/04/27  12:45:39
32843         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
32844              From: Mike Schilli <m@perlmeister.com>
32845              Date: Wed, 25 Apr 2001 01:29:21 -0700
32846              Message-id: <3AE68AE1.6A981723@perlmeister.com>
32847      Branch: perl
32848            ! utils/h2xs.PL
32849 ____________________________________________________________________________
32850 [  9879] By: jhi                                   on 2001/04/27  12:40:55
32851         Log: break is not yet Perl.  Added the template license also to README.
32852      Branch: perl
32853            ! utils/h2xs.PL
32854 ____________________________________________________________________________
32855 [  9878] By: jhi                                   on 2001/04/27  03:08:20
32856         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
32857              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32858              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
32859              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
32860      Branch: perl
32861            ! t/lib/xs-typemap.t
32862 ____________________________________________________________________________
32863 [  9877] By: jhi                                   on 2001/04/26  23:54:40
32864         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
32865              From: "Abigail" <abigail@foad.org>
32866              Date: Fri, 27 Apr 2001 01:44:28 +0200
32867              Message-ID: <20010426234428.19786.qmail@foad.org>
32868      Branch: perl
32869            ! utils/h2xs.PL
32870 ____________________________________________________________________________
32871 [  9876] By: jhi                                   on 2001/04/26  23:52:06
32872         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
32873              From: Peter Prymmer <pvhp@forte.com>
32874              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
32875              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
32876      Branch: perl
32877            ! t/lib/selfstubber.t
32878 ____________________________________________________________________________
32879 [  9875] By: jhi                                   on 2001/04/26  23:48:10
32880         Log: Deparse nits.
32881      Branch: perl
32882            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
32883 ____________________________________________________________________________
32884 [  9874] By: jhi                                   on 2001/04/26  22:46:05
32885         Log: Document ANYOF_CLASS.
32886      Branch: perl
32887            ! regcomp.h
32888 ____________________________________________________________________________
32889 [  9873] By: jhi                                   on 2001/04/26  22:35:03
32890         Log: Subject: Re: [PATCH @9846] dumping ANYOF
32891              From: Hugo <hv@crypt.compulink.co.uk>
32892              Date: Thu, 26 Apr 2001 23:33:38 +0100
32893              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
32894      Branch: perl
32895            ! regcomp.c regcomp.h
32896 ____________________________________________________________________________
32897 [  9872] By: jhi                                   on 2001/04/26  22:34:31
32898         Log: Subject: [PATCH] more for Devel::SelfStubber
32899              From: Nicholas Clark <nick@ccl4.org>
32900              Date: Fri, 27 Apr 2001 00:13:52 +0100
32901              Message-ID: <20010427001351.K88186@plum.flirble.org>
32902      Branch: perl
32903            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
32904 ____________________________________________________________________________
32905 [  9871] By: jhi                                   on 2001/04/26  21:59:17
32906         Log: Subject: [PATCH B::Deparse] formats must be flush left
32907              From: Robin Houston <robin@kitsite.com>
32908              Date: Thu, 26 Apr 2001 23:54:29 +0100
32909              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
32910      Branch: perl
32911            ! ext/B/B/Deparse.pm
32912 ____________________________________________________________________________
32913 [  9870] By: jhi                                   on 2001/04/26  21:57:37
32914         Log: If some of the constants are prefixes of others,
32915              the prefixes may never get recognized.  (See 20010426.006.)
32916      Branch: perl
32917            ! utils/h2xs.PL
32918 ____________________________________________________________________________
32919 [  9869] By: jhi                                   on 2001/04/26  21:50:42
32920         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
32921              From: Chris Bongaarts <cab@tc.umn.edu>
32922              Date: Thu, 26 Apr 2001 17:10:31 -0500
32923              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
32924      Branch: perl
32925            ! ext/Sys/Syslog/Syslog.xs
32926 ____________________________________________________________________________
32927 [  9868] By: jhi                                   on 2001/04/26  21:35:12
32928         Log: Further cuts and more docs from Graham Barr.
32929      Branch: perl
32930            ! ext/List/Util/lib/List/Util.pm
32931            ! ext/List/Util/lib/Scalar/Util.pm
32932 ____________________________________________________________________________
32933 [  9867] By: jhi                                   on 2001/04/26  21:18:57
32934         Log: Subject: [PATCH 5.7.1] DB_File-1.77
32935              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
32936              Date: Thu, 26 Apr 2001 22:37:53 +0100
32937              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
32938      Branch: perl
32939            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32940            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
32941 ____________________________________________________________________________
32942 [  9866] By: jhi                                   on 2001/04/26  21:12:31
32943         Log: Subject: [PATCH B::Deparse] fix easy bugs
32944              From: Robin Houston <robin@kitsite.com>
32945              Date: Thu, 26 Apr 2001 23:03:33 +0100
32946              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
32947      Branch: perl
32948            ! ext/B/B/Deparse.pm
32949 ____________________________________________________________________________
32950 [  9865] By: jhi                                   on 2001/04/26  20:26:13
32951         Log: Update Changes.
32952      Branch: perl
32953            ! Changes patchlevel.h
32954 ____________________________________________________________________________
32955 [  9864] By: jhi                                   on 2001/04/26  19:27:48
32956         Log: Dethinko from Robin Houston.
32957      Branch: perl
32958            ! ext/B/B/Deparse.pm
32959 ____________________________________________________________________________
32960 [  9863] By: jhi                                   on 2001/04/26  19:10:35
32961         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
32962              From: Robin Houston <robin@kitsite.com>
32963              Date: Thu, 26 Apr 2001 21:08:32 +0100
32964              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
32965      Branch: perl
32966            ! ext/B/B/Deparse.pm
32967 ____________________________________________________________________________
32968 [  9862] By: jhi                                   on 2001/04/26  19:04:23
32969         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
32970              From: Robin Houston <robin@kitsite.com>
32971              Date: Thu, 26 Apr 2001 20:52:50 +0100
32972              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
32973      Branch: perl
32974            ! ext/B/B/Deparse.pm
32975 ____________________________________________________________________________
32976 [  9861] By: jhi                                   on 2001/04/26  18:56:14
32977         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
32978              From: Mike Guy <mjtg@cam.ac.uk>
32979              Date: Thu, 26 Apr 2001 14:22:40 +0100
32980              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
32981      Branch: perl
32982            ! pod/perlobj.pod
32983 ____________________________________________________________________________
32984 [  9860] By: jhi                                   on 2001/04/26  18:46:42
32985         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
32986              From: Robin Houston <robin@kitsite.com>
32987              Date: Thu, 26 Apr 2001 20:34:29 +0100
32988              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
32989              
32990              Hashes do not interpolate.
32991      Branch: perl
32992            ! ext/B/B/Deparse.pm
32993 ____________________________________________________________________________
32994 [  9859] By: jhi                                   on 2001/04/26  18:43:51
32995         Log: Subject: The Time::Piece conspiracy unmasked!!!
32996              From: Mike Guy <mjtg@cam.ac.uk>
32997              Date: Thu, 26 Apr 2001 19:02:50 +0100
32998              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
32999              
33000              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
33001              From: Mike Guy <mjtg@cam.ac.uk>
33002              Date: Thu, 26 Apr 2001 19:08:21 +0100
33003              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
33004              
33005              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
33006              From: Graham Barr <gbarr@pobox.com>
33007              Date: Thu, 26 Apr 2001 19:12:03 +0100
33008              Message-ID: <20010426191203.A70835@pobox.com>
33009              
33010              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
33011      Branch: perl
33012            ! ext/List/Util/lib/List/Util.pm
33013            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
33014 ____________________________________________________________________________
33015 [  9858] By: jhi                                   on 2001/04/26  18:17:42
33016         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
33017              From: Robin Houston <robin@kitsite.com>
33018              Date: Thu, 26 Apr 2001 16:09:35 +0100
33019              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
33020      Branch: perl
33021            ! t/comp/proto.t
33022 ____________________________________________________________________________
33023 [  9857] By: jhi                                   on 2001/04/26  18:04:59
33024         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
33025              From: barries <barries@slaysys.com>
33026              Date: Thu, 26 Apr 2001 12:01:10 -0400
33027              Message-ID: <20010426120110.E29698@jester.slaysys.com>
33028      Branch: perl
33029            ! pod/perldiag.pod
33030 ____________________________________________________________________________
33031 [  9856] By: jhi                                   on 2001/04/26  18:03:33
33032         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
33033              Date: Thu, 26 Apr 2001 17:13:41 +0100
33034              From: Robin Houston <robin@kitsite.com>
33035              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
33036              
33037              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
33038              From: Robin Houston <robin@kitsite.com>
33039              Date: Thu, 26 Apr 2001 18:44:29 +0100
33040              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
33041      Branch: perl
33042            ! ext/B/B/Deparse.pm
33043 ____________________________________________________________________________
33044 [  9855] By: jhi                                   on 2001/04/26  17:56:04
33045         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
33046              From: Robin Houston <robin@kitsite.com>
33047              Date: Thu, 26 Apr 2001 17:04:08 +0100
33048              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
33049      Branch: perl
33050            ! ext/B/B/Deparse.pm
33051 ____________________________________________________________________________
33052 [  9854] By: jhi                                   on 2001/04/26  17:47:26
33053         Log: Subject: Re: Short test case for undef %stash:: crash
33054              From: Benjamin Sugars <bsugars@canoe.ca> 
33055              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
33056              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
33057              Changed and moved the perldiag entry.
33058      Branch: perl
33059            ! gv.c pod/perldiag.pod
33060 ____________________________________________________________________________
33061 [  9853] By: jhi                                   on 2001/04/26  14:35:16
33062         Log: Beginnings of strptime().  Do not touch the wet paint.
33063      Branch: perl
33064            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
33065 ____________________________________________________________________________
33066 [  9852] By: jhi                                   on 2001/04/26  13:17:21
33067         Log: Retract #9851, core dumps from pod2man.
33068      Branch: perl
33069            ! regcomp.c
33070 ____________________________________________________________________________
33071 [  9851] By: jhi                                   on 2001/04/26  11:54:41
33072         Log: (Retracted by #9852.)
33073              
33074              Subject: [PATCH @9846] dumping ANYOF
33075              From: Hugo <hv@crypt.compulink.co.uk>
33076              Date: Thu, 26 Apr 2001 05:32:38 +0100
33077              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
33078      Branch: perl
33079            ! regcomp.c
33080 ____________________________________________________________________________
33081 [  9850] By: jhi                                   on 2001/04/26  02:34:44
33082         Log: If ccflags was empty the _previous_ $* containing all the
33083              environment variables and Configure variables was used,
33084              which lead, among other bad things, into $ccflags being your
33085              uname -a output, which lead into test compile with cc failing,
33086              which lead into gcc being selected, which didn't work that well
33087              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
33088              with large files, et cetera.
33089      Branch: perl
33090            ! hints/hpux.sh
33091 ____________________________________________________________________________
33092 [  9849] By: jhi                                   on 2001/04/26  01:44:57
33093         Log: Make selfstubber test more portable.
33094      Branch: perl
33095            ! t/lib/selfstubber.t
33096 ____________________________________________________________________________
33097 [  9848] By: jhi                                   on 2001/04/26  00:50:26
33098         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
33099              From: Benjamin Sugars <ben.sugars@home.com>
33100              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
33101              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
33102      Branch: perl
33103            ! ext/Cwd/Cwd.xs
33104 ____________________________________________________________________________
33105 [  9847] By: jhi                                   on 2001/04/26  00:46:58
33106         Log: Subject: [PATCH: perl@9841] VMS updates
33107              From: Peter Prymmer <pvhp@forte.com>
33108              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
33109              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
33110      Branch: perl
33111            ! README.vms configure.com vms/descrip_mms.template
33112            ! vms/ext/filespec.t
33113 ____________________________________________________________________________
33114 [  9846] By: jhi                                   on 2001/04/26  00:11:56
33115         Log: re 'debug' was broken by #9084.
33116      Branch: perl
33117            ! ext/re/re.xs
33118 ____________________________________________________________________________
33119 [  9845] By: jhi                                   on 2001/04/25  22:33:17
33120         Log: Subject: [PATCH] test for Devel::SelfStubber
33121              From: Nicholas Clark <nick@ccl4.org>
33122              Date: Thu, 26 Apr 2001 00:00:54 +0100
33123              Message-ID: <20010426000054.D89026@plum.flirble.org>
33124      Branch: perl
33125            + t/lib/selfstubber.t
33126            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
33127 ____________________________________________________________________________
33128 [  9844] By: jhi                                   on 2001/04/25  22:29:32
33129         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
33130              From: Paul Johnson <paul@pjcj.net>
33131              Date: Thu, 26 Apr 2001 00:46:08 +0200
33132              Message-ID: <20010426004608.H2338@pjcj.net>
33133      Branch: perl
33134            ! ext/B/B/Concise.pm
33135 ____________________________________________________________________________
33136 [  9843] By: jhi                                   on 2001/04/25  22:28:28
33137         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
33138              From: Peter Prymmer <pvhp@forte.com>
33139              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
33140              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
33141      Branch: perl
33142            ! ext/Cwd/Cwd.xs
33143 ____________________________________________________________________________
33144 [  9842] By: jhi                                   on 2001/04/25  20:58:12
33145         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
33146              From: John Peacock <jpeacock@rowman.com>
33147              Date: Wed, 25 Apr 2001 17:30:26 -0400
33148              Message-ID: <3AE741F2.B3217464@rowman.com>
33149      Branch: perl
33150            ! lib/Math/BigInt.pm t/lib/bigintpm.t
33151 ____________________________________________________________________________
33152 [  9841] By: jhi                                   on 2001/04/25  20:07:05
33153         Log: Update Changes.
33154      Branch: perl
33155            ! Changes patchlevel.h
33156 ____________________________________________________________________________
33157 [  9840] By: jhi                                   on 2001/04/25  19:56:51
33158         Log: Yet another HP-UX hints version from Merijn.
33159      Branch: perl
33160            ! hints/hpux.sh
33161 ____________________________________________________________________________
33162 [  9839] By: jhi                                   on 2001/04/25  19:53:04
33163         Log: abs_path() didn't terminate the filename correctly,
33164              in DIRNAMLENless systems like HP-UX this would fail.
33165      Branch: perl
33166            ! ext/Cwd/Cwd.xs
33167 ____________________________________________________________________________
33168 [  9838] By: jhi                                   on 2001/04/25  16:37:26
33169         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
33170              From: Mike Guy <mjtg@cam.ac.uk>
33171              Date: Wed, 25 Apr 2001 18:31:47 +0100
33172              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
33173      Branch: perl
33174            ! op.c
33175 ____________________________________________________________________________
33176 [  9837] By: jhi                                   on 2001/04/25  16:21:53
33177         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
33178              From: Jon Eveland <jweveland@yahoo.com>
33179              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
33180              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
33181      Branch: perl
33182            ! lib/perl5db.pl
33183 ____________________________________________________________________________
33184 [  9836] By: jhi                                   on 2001/04/25  14:17:50
33185         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
33186              From: "Philip Newton" <pnewton@gmx.de>
33187              Date: Wed, 25 Apr 2001 17:05:58 +0200
33188              Message-ID: <3AE703F6.3234.1833C45@localhost>
33189      Branch: perl
33190            ! Porting/patching.pod
33191 ____________________________________________________________________________
33192 [  9835] By: jhi                                   on 2001/04/25  13:58:07
33193         Log: It would seem that both ar and full_ar need to be overridden
33194              for HP-UX to avoid the GNU ar.
33195      Branch: perl
33196            ! hints/hpux.sh
33197 ____________________________________________________________________________
33198 [  9834] By: jhi                                   on 2001/04/25  13:50:40
33199         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
33200              From: "Philip Newton" <pnewton@gmx.de>
33201              Date: Wed, 25 Apr 2001 16:09:23 +0200
33202              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
33203              
33204              Detypo.
33205      Branch: perl
33206            ! t/op/misc.t
33207 ____________________________________________________________________________
33208 [  9833] By: jhi                                   on 2001/04/25  12:36:11
33209         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
33210      Branch: perl
33211            ! hints/hpux.sh
33212 ____________________________________________________________________________
33213 [  9832] By: jhi                                   on 2001/04/25  12:33:36
33214         Log: New version of HP-UX hints from Merijn.
33215      Branch: perl
33216            ! hints/hpux.sh
33217 ____________________________________________________________________________
33218 [  9831] By: jhi                                   on 2001/04/25  03:39:45
33219         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
33220      Branch: perl
33221            ! hints/hpux.sh
33222 ____________________________________________________________________________
33223 [  9830] By: jhi                                   on 2001/04/25  02:53:25
33224         Log: The tzname[] bit is not needed by util.c -- and causes
33225              heartburn in VMS (and it missing was probably the cause of
33226              the Mac OS X trouble).  Ouch.
33227      Branch: perl
33228            ! ext/POSIX/POSIX.xs util.c
33229 ____________________________________________________________________________
33230 [  9829] By: jhi                                   on 2001/04/25  00:10:06
33231         Log: Metaconfig unit change for #9828.
33232      Branch: metaconfig
33233            ! U/compline/ccflags.U
33234 ____________________________________________________________________________
33235 [  9828] By: jhi                                   on 2001/04/25  00:04:18
33236         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
33237              (which is actually the reason for the change, we need to pass
33238              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
33239              EP/IX, OS/2, and TitanOS, based on the hints files.
33240      Branch: perl
33241            ! Configure config_h.SH
33242 ____________________________________________________________________________
33243 [  9827] By: jhi                                   on 2001/04/24  23:49:20
33244         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
33245              the $cat must have an absolute path.
33246      Branch: perl
33247            ! makedepend.SH
33248 ____________________________________________________________________________
33249 [  9826] By: jhi                                   on 2001/04/24  23:40:53
33250         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
33251      Branch: perl
33252            ! README.amiga
33253 ____________________________________________________________________________
33254 [  9825] By: jhi                                   on 2001/04/24  23:35:35
33255         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
33256              From: "Philip Newton" <pnewton@gmx.de>
33257              Date: Tue, 24 Apr 2001 18:52:49 +0200
33258              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
33259      Branch: perl
33260            ! x2p/find2perl.PL
33261 ____________________________________________________________________________
33262 [  9824] By: jhi                                   on 2001/04/24  23:33:07
33263         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
33264              Some gcc specifics dropped out due to extensive rewriting;
33265              will be put back later as needed.
33266      Branch: perl
33267            ! hints/hpux.sh
33268 ____________________________________________________________________________
33269 [  9823] By: jhi                                   on 2001/04/24  23:27:57
33270         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
33271      Branch: perl
33272            ! ext/POSIX/POSIX.xs
33273 ____________________________________________________________________________
33274 [  9822] By: jhi                                   on 2001/04/24  23:25:21
33275         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
33276              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33277              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
33278              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
33279      Branch: perl
33280            ! ext/XS/Typemap/Typemap.xs
33281 ____________________________________________________________________________
33282 [  9821] By: jhi                                   on 2001/04/24  23:24:10
33283         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
33284              From: "Abigail" <abigail@foad.org>
33285              Date: Tue, 24 Apr 2001 23:12:03 +0200
33286              Message-ID: <20010424211203.7901.qmail@foad.org>
33287      Branch: perl
33288            ! pod/perlport.pod
33289 ____________________________________________________________________________
33290 [  9820] By: jhi                                   on 2001/04/24  23:23:15
33291         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
33292              From: Matt Sergeant <matt@sergeant.org>
33293              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
33294              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
33295      Branch: perl
33296            ! pod/perlfaq4.pod
33297 ____________________________________________________________________________
33298 [  9819] By: nick                                  on 2001/04/24  18:49:43
33299         Log: Integrate mainline.
33300      Branch: perlio
33301           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
33302           !> (integrate 37 files)
33303 ____________________________________________________________________________
33304 [  9818] By: jhi                                   on 2001/04/24  14:35:23
33305         Log: Update Changes.
33306      Branch: perl
33307            ! Changes patchlevel.h
33308 ____________________________________________________________________________
33309 [  9817] By: jhi                                   on 2001/04/24  14:09:17
33310         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
33311              From: "Philip Newton" <pnewton@gmx.de>
33312              Date: Tue, 24 Apr 2001 12:58:12 +0200
33313              Message-ID: <3AE57864.8304.B77A0A@localhost> 
33314              
33315              plus add CPAN to the list of modules that have their own tests.
33316      Branch: perl
33317            ! t/lib/1_compile.t
33318 ____________________________________________________________________________
33319 [  9816] By: jhi                                   on 2001/04/24  14:07:03
33320         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
33321              From: Michael G Schwern <schwern@pobox.com>
33322              Date: Sat, 21 Apr 2001 22:35:00 +0100
33323              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
33324      Branch: perl
33325            ! t/lib/1_compile.t
33326 ____________________________________________________________________________
33327 [  9815] By: jhi                                   on 2001/04/24  13:54:32
33328         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
33329              From: Robin Houston <robin@kitsite.com>
33330              Date: Tue, 24 Apr 2001 15:51:18 +0100
33331              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
33332      Branch: perl
33333            ! ext/B/B/Deparse.pm
33334 ____________________________________________________________________________
33335 [  9814] By: jhi                                   on 2001/04/24  13:17:34
33336         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
33337              From: Bill Glicker <billg@burrelles.com>
33338              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
33339              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
33340      Branch: perl
33341            ! hints/svr5.sh
33342 ____________________________________________________________________________
33343 [  9813] By: jhi                                   on 2001/04/24  12:54:23
33344         Log: Prevent path disclosure (probing for existence of filenames)
33345              using suidperl; bug id 20010322.218.
33346      Branch: perl
33347            ! perl.c pod/perldiag.pod
33348 ____________________________________________________________________________
33349 [  9812] By: jhi                                   on 2001/04/24  12:08:36
33350         Log: Retract #9811.
33351      Branch: perl
33352            ! ext/POSIX/POSIX.xs
33353 ____________________________________________________________________________
33354 [  9811] By: jhi                                   on 2001/04/24  11:57:35
33355         Log: (Retracted by #9812.)
33356      Branch: perl
33357            ! ext/POSIX/POSIX.xs
33358 ____________________________________________________________________________
33359 [  9810] By: jhi                                   on 2001/04/24  03:32:35
33360         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
33361      Branch: perl
33362            ! util.c
33363 ____________________________________________________________________________
33364 [  9809] By: jhi                                   on 2001/04/24  03:16:13
33365         Log: The Math::BigFloat::import() was broken.
33366              (Fixes bug id 20010422.002.)
33367      Branch: perl
33368            ! lib/Math/BigFloat.pm
33369 ____________________________________________________________________________
33370 [  9808] By: jhi                                   on 2001/04/24  01:11:40
33371         Log: Additional dependencies; should help for parallel makes
33372              not to fail on missing lib/lib.pm or lib/re.pm.
33373      Branch: perl
33374            ! Makefile.SH
33375 ____________________________________________________________________________
33376 [  9807] By: jhi                                   on 2001/04/24  00:57:01
33377         Log: Update the test failure disclaimer.
33378      Branch: perl
33379            ! t/pragma/warn/pp_hot
33380 ____________________________________________________________________________
33381 [  9806] By: jhi                                   on 2001/04/24  00:54:04
33382         Log: Add make target "install-all" which is alias for "install"
33383              to cater for case-preserving filesystems like HFS+.
33384      Branch: perl
33385            ! INSTALL Makefile.SH
33386 ____________________________________________________________________________
33387 [  9805] By: jhi                                   on 2001/04/24  00:47:28
33388         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
33389              From: Peter Prymmer <pvhp@forte.com>
33390              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
33391              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
33392              
33393              (Ken William's message forwarded from macosx@perl.org)
33394      Branch: perl
33395            ! hints/darwin.sh
33396 ____________________________________________________________________________
33397 [  9804] By: jhi                                   on 2001/04/23  23:57:35
33398         Log: Cut-and-pasto.
33399      Branch: perl
33400            ! perlio.c
33401 ____________________________________________________________________________
33402 [  9803] By: jhi                                   on 2001/04/23  23:52:25
33403         Log: More PerlIO robustness.
33404      Branch: perl
33405            ! perlio.c
33406 ____________________________________________________________________________
33407 [  9802] By: jhi                                   on 2001/04/23  23:43:35
33408         Log: Make the "STD* opened only for ..." errors more consistent.
33409      Branch: perl
33410            ! doio.c
33411 ____________________________________________________________________________
33412 [  9801] By: jhi                                   on 2001/04/23  23:34:26
33413         Log: Test case for #9800.
33414      Branch: perl
33415            ! t/op/misc.t
33416 ____________________________________________________________________________
33417 [  9800] By: jhi                                   on 2001/04/23  23:14:43
33418         Log: Avoid coredump on 'close STDERR; die' by making
33419              the PerlIO calls more robust.  Also use SETERRNO()
33420              instead of errno = to be more VMS-ready.
33421      Branch: perl
33422            ! perlio.c
33423 ____________________________________________________________________________
33424 [  9799] By: jhi                                   on 2001/04/23  21:41:10
33425         Log: Subject: test for ID 20010423.002
33426              From: Robin Houston <robin@kitsite.com>
33427              Date: Mon, 23 Apr 2001 16:52:21 +0100
33428              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
33429      Branch: perl
33430            ! t/op/avhv.t
33431 ____________________________________________________________________________
33432 [  9798] By: jhi                                   on 2001/04/23  21:40:07
33433         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
33434              From: David Dyck <dcd@tc.fluke.com>
33435              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
33436              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
33437      Branch: perl
33438            ! installperl
33439 ____________________________________________________________________________
33440 [  9797] By: jhi                                   on 2001/04/23  21:37:56
33441         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
33442              From: Benjamin Sugars <bsugars@canoe.ca>
33443              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
33444              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
33445      Branch: perl
33446            ! ext/Cwd/Cwd.xs lib/Cwd.pm
33447 ____________________________________________________________________________
33448 [  9796] By: jhi                                   on 2001/04/23  21:29:24
33449         Log: Synchronize h2xs and pod2man some more on the documentation
33450              templates they propose.
33451      Branch: perl
33452            ! pod/pod2man.PL utils/h2xs.PL
33453 ____________________________________________________________________________
33454 [  9795] By: jhi                                   on 2001/04/23  17:30:40
33455         Log: Add one more naughty test for base64; make encoding logic cleaner.
33456      Branch: perl
33457            ! t/lib/mimeb64.t
33458 ____________________________________________________________________________
33459 [  9794] By: jhi                                   on 2001/04/23  13:51:32
33460         Log: Update Changes.
33461      Branch: perl
33462            ! Changes patchlevel.h
33463 ____________________________________________________________________________
33464 [  9793] By: jhi                                   on 2001/04/23  13:44:18
33465         Log: Duplicate lines.
33466      Branch: perl
33467            ! MANIFEST
33468 ____________________________________________________________________________
33469 [  9792] By: jhi                                   on 2001/04/23  13:39:13
33470         Log: Subject: Re: PATCH 5.7.1
33471              From: Mark-Jason Dominus <mjd@plover.com>
33472              Date: Mon, 23 Apr 2001 10:30:21 -0400
33473              Message-ID: <20010423143021.17335.qmail@plover.com>
33474      Branch: perl
33475            ! perl.h sv.c
33476 ____________________________________________________________________________
33477 [  9791] By: jhi                                   on 2001/04/23  13:32:40
33478         Log: Add the CPAN.pm 1.59_54 tests.
33479      Branch: perl
33480            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
33481            ! MANIFEST
33482 ____________________________________________________________________________
33483 [  9790] By: jhi                                   on 2001/04/23  13:21:55
33484         Log: Subject: Deparse nit
33485              From: Robin Houston <robin@kitsite.com>
33486              Date: Mon, 23 Apr 2001 12:38:20 +0100
33487              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
33488      Branch: perl
33489            ! ext/B/B/Deparse.pm
33490 ____________________________________________________________________________
33491 [  9789] By: jhi                                   on 2001/04/23  13:19:07
33492         Log: Subject: [PATCH] bug 20010423.002
33493              From: Robin Houston <robin@kitsite.com>
33494              Date: Mon, 23 Apr 2001 13:12:30 +0100
33495              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
33496      Branch: perl
33497            ! pp.c
33498 ____________________________________________________________________________
33499 [  9788] By: jhi                                   on 2001/04/23  13:02:49
33500         Log: Subject: PATCH [5.7.1] hv.c unused #define
33501              From: Mark-Jason Dominus <mjd@plover.com>
33502              Date: Sun, 22 Apr 2001 14:17:49 -0400
33503              Message-ID: <20010422181749.26976.qmail@plover.com>
33504      Branch: perl
33505            ! hv.c
33506 ____________________________________________________________________________
33507 [  9787] By: jhi                                   on 2001/04/23  13:02:02
33508         Log: Subject: PATCH 5.7.1
33509              From: Mark-Jason Dominus <mjd@plover.com>
33510              Date: Sun, 22 Apr 2001 15:12:57 -0400
33511              Message-ID: <20010422191258.6539.qmail@plover.com>
33512              
33513              plus Sarathy's STMT_START + STMT_END suggestion.
33514      Branch: perl
33515            ! perl.h
33516 ____________________________________________________________________________
33517 [  9786] By: jhi                                   on 2001/04/23  12:53:25
33518         Log: Fix for
33519              
33520              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
33521              From: dLux <dlux@spam.sch.bme.hu>
33522              Date: Mon, 23 Apr 2001 01:25:26 +0200
33523              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
33524              
33525              (SvGROW really does return a char *.)
33526      Branch: perl
33527            ! pod/perlapi.pod sv.h
33528 ____________________________________________________________________________
33529 [  9785] By: jhi                                   on 2001/04/23  04:34:04
33530         Log: Time::Piece work continues.  $t->day removed since
33531              I think it's too confusing.  Now has normal and
33532              abbreviated length weekday names and month names,
33533              the names change with _names(), not _list().
33534              Now has strftime() in Perl, _strftime() is
33535              the libc version (to which strftime() falls back
33536              if it doesn't know the format.  To do: the reverse
33537              of strftime, strptime(), and the localisation of both.
33538      Branch: perl
33539            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
33540            ! t/lib/time-piece.t
33541 ____________________________________________________________________________
33542 [  9784] By: jhi                                   on 2001/04/23  02:41:46
33543         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
33544              From: andreas.koenig@anima.de (Andreas J. Koenig)
33545              Date: 23 Apr 2001 05:20:55 +0200
33546              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
33547      Branch: perl
33548            ! t/pragma/overload.t
33549 ____________________________________________________________________________
33550 [  9783] By: jhi                                   on 2001/04/22  23:32:42
33551         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
33552              From: Robin Houston <robin@kitsite.com>
33553              Date: Mon, 23 Apr 2001 00:38:18 +0100
33554              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
33555      Branch: perl
33556            ! ext/B/B/Deparse.pm
33557 ____________________________________________________________________________
33558 [  9782] By: jhi                                   on 2001/04/22  20:55:43
33559         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
33560              From: Simon Cozens <simon@netthink.co.uk>
33561              Date: Sun, 22 Apr 2001 18:47:25 +0100
33562              Message-ID: <20010422184725.A14411@netthink.co.uk>
33563      Branch: perl
33564            ! sv.c t/pragma/overload.t
33565 ____________________________________________________________________________
33566 [  9781] By: jhi                                   on 2001/04/22  20:52:13
33567         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
33568              From: Robin Houston <robin@kitsite.com>
33569              Date: Sun, 22 Apr 2001 22:14:50 +0100
33570              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
33571      Branch: perl
33572            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
33573 ____________________________________________________________________________
33574 [  9780] By: nick                                  on 2001/04/22  20:40:31
33575         Log: Integrate mainline.
33576      Branch: perlio
33577           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
33578           +> t/lib/b-stash.t
33579           !> (integrate 38 files)
33580 ____________________________________________________________________________
33581 [  9779] By: jhi                                   on 2001/04/22  15:16:03
33582         Log: Subject: IO::Socket::INET patch
33583              From: andrew deryabin <djsf@technarchy.ru>
33584              Date: Sat, 21 Apr 2001 17:46:52 +0400
33585              Message-ID: <20010421174652.B1426@technarchy>
33586      Branch: perl
33587            ! ext/IO/lib/IO/Socket/INET.pm
33588 ____________________________________________________________________________
33589 [  9778] By: jhi                                   on 2001/04/22  15:14:33
33590         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
33591              From: Mark-Jason Dominus <mjd@plover.com>
33592              Date: Sat, 21 Apr 2001 21:27:49 -0400
33593              Message-ID: <20010422012749.27024.qmail@plover.com>
33594      Branch: perl
33595            ! regcomp.c
33596 ____________________________________________________________________________
33597 [  9777] By: jhi                                   on 2001/04/22  15:10:51
33598         Log: Subject: Re: Regex debugger patch 
33599              From: Mark-Jason Dominus <mjd@plover.com>
33600              Date: Sat, 21 Apr 2001 21:48:51 -0400
33601              Message-ID: <20010422014851.27165.qmail@plover.com>
33602      Branch: perl
33603            ! pod/perldebguts.pod
33604 ____________________________________________________________________________
33605 [  9776] By: jhi                                   on 2001/04/22  15:09:48
33606         Log: Subject: Re: Regex debugger patch
33607              From: Mark-Jason Dominus <mjd@plover.com>
33608              Date: Sat, 21 Apr 2001 14:24:39 -0400
33609              Message-ID: <20010421182439.16508.qmail@plover.com>
33610              
33611              Regex debugger backend.
33612      Branch: perl
33613            ! regcomp.c regexp.h
33614 ____________________________________________________________________________
33615 [  9775] By: jhi                                   on 2001/04/21  16:45:40
33616         Log: Subject: [PATCH] Typo in utf8.h
33617              From: Jesús Quiroga <jquiroga@pobox.com>
33618              Date: Sat, 21 Apr 2001 19:25:33 +0200
33619              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
33620      Branch: perl
33621            ! utf8.h
33622 ____________________________________________________________________________
33623 [  9774] By: jhi                                   on 2001/04/21  16:43:52
33624         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
33625              From: Joe Orton <jorton@redhat.com>
33626              Date: Tue, 17 Apr 2001 15:50:43 +0100
33627              Message-Id: <20010417155043.D19132@eu.c2.net>
33628      Branch: perl
33629            ! hints/svr5.sh
33630 ____________________________________________________________________________
33631 [  9773] By: jhi                                   on 2001/04/21  15:30:15
33632         Log: Subject: Patch utils/h2xs.PL
33633              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
33634              Date: Sat, 21 Apr 2001 10:32:16 -0500
33635              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
33636              
33637              Add MAILING list and LICENSE templates.
33638      Branch: perl
33639            ! utils/h2xs.PL
33640 ____________________________________________________________________________
33641 [  9772] By: jhi                                   on 2001/04/21  15:28:36
33642         Log: Subject: perlfaq2.patch for 5.7.1
33643              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
33644              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
33645              Date: Fri, 20 Apr 2001 16:42:19 -0500
33646              
33647              rm an extra tab, a blurb about the xx.cpan to clarify
33648              which countries actually have that and dejanews is history
33649              as well as most of that nonsensical entry.
33650      Branch: perl
33651            ! pod/perlfaq2.pod
33652 ____________________________________________________________________________
33653 [  9771] By: jhi                                   on 2001/04/21  15:27:17
33654         Log: Subject: perlfaq1.patch for 5.7.1
33655              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
33656              Date: Fri, 20 Apr 2001 16:57:36 -0500
33657              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
33658              
33659              Evil URLs must die. Especially when they are broken.
33660      Branch: perl
33661            ! pod/perlfaq1.pod
33662 ____________________________________________________________________________
33663 [  9770] By: jhi                                   on 2001/04/21  15:23:38
33664         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
33665              From: Michael G Schwern <schwern@pobox.com>
33666              Date: Sat, 21 Apr 2001 16:11:12 +0100
33667              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
33668      Branch: perl
33669            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
33670            + t/lib/b-stash.t
33671            ! MANIFEST ext/B/B.pm t/lib/b.t
33672 ____________________________________________________________________________
33673 [  9769] By: jhi                                   on 2001/04/21  15:03:32
33674         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
33675              From: Michael G Schwern <schwern@pobox.com>
33676              Date: Sat, 21 Apr 2001 09:48:00 +0100
33677              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
33678      Branch: perl
33679            ! utils/h2ph.PL
33680 ____________________________________________________________________________
33681 [  9768] By: jhi                                   on 2001/04/21  14:33:49
33682         Log: PerlIO and Encode doc cleanup and tweaks.
33683      Branch: perl
33684            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
33685            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
33686 ____________________________________________________________________________
33687 [  9767] By: jhi                                   on 2001/04/21  12:40:16
33688         Log: Integrate perlio.
33689      Branch: perl
33690           !> doio.c
33691 ____________________________________________________________________________
33692 [  9766] By: nick                                  on 2001/04/20  18:28:35
33693         Log: Avoid core dump on
33694              open(STDOUT,">",\$foo);
33695      Branch: perlio
33696            ! doio.c
33697 ____________________________________________________________________________
33698 [  9765] By: jhi                                   on 2001/04/20  13:23:43
33699         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
33700              From: Robin Houston <robin@kitsite.com>
33701              Date: Fri, 20 Apr 2001 14:29:22 +0100
33702              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
33703      Branch: perl
33704            ! ext/B/B.pm ext/B/B/Deparse.pm
33705 ____________________________________________________________________________
33706 [  9764] By: jhi                                   on 2001/04/20  13:19:33
33707         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
33708              From: Peter Prymmer <pvhp@forte.com>
33709              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
33710              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
33711      Branch: perl
33712            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
33713            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
33714            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
33715            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
33716 ____________________________________________________________________________
33717 [  9763] By: jhi                                   on 2001/04/20  12:36:39
33718         Log: Subject: Re: A new PerlIO coredump
33719              From: Nick Ing-Simmons <nik@tiuk.ti.com>
33720              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
33721              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
33722      Branch: perl
33723            ! doio.c
33724 ____________________________________________________________________________
33725 [  9762] By: jhi                                   on 2001/04/19  23:02:30
33726         Log: Update Changes.
33727      Branch: perl
33728            ! Changes patchlevel.h
33729 ____________________________________________________________________________
33730 [  9761] By: jhi                                   on 2001/04/19  22:59:19
33731         Log: More cleanup cleanup.
33732      Branch: perl
33733            ! Makefile.SH win32/Makefile win32/makefile.mk
33734 ____________________________________________________________________________
33735 [  9760] By: jhi                                   on 2001/04/19  22:50:31
33736         Log: lib/Time is non-empty, let's not rmdir it.
33737      Branch: perl
33738            ! Makefile.SH
33739 ____________________________________________________________________________
33740 [  9759] By: jhi                                   on 2001/04/19  22:36:51
33741         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
33742              From: Robin Houston <robin@kitsite.com>
33743              Date: Fri, 20 Apr 2001 00:18:53 +0100
33744              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
33745      Branch: perl
33746            ! ext/B/B/Deparse.pm
33747 ____________________________________________________________________________
33748 [  9758] By: jhi                                   on 2001/04/19  22:36:00
33749         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
33750              From: Peter Prymmer <pvhp@forte.com>
33751              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
33752              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
33753      Branch: perl
33754            ! ext/Cwd/Cwd.xs
33755 ____________________________________________________________________________
33756 [  9757] By: nick                                  on 2001/04/19  18:53:54
33757         Log: Blind (untested) integrate of mainline.
33758      Branch: perlio
33759           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
33760           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
33761           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
33762           !> (integrate 53 files)
33763 ____________________________________________________________________________
33764 [  9756] By: jhi                                   on 2001/04/19  16:59:23
33765         Log: Document and test Time::Piece.
33766      Branch: perl
33767            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
33768            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
33769 ____________________________________________________________________________
33770 [  9755] By: jhi                                   on 2001/04/19  12:13:29
33771         Log: A better fix for the \x{12345678} trouble from NI-S.
33772      Branch: perl
33773            ! utf8.c
33774 ____________________________________________________________________________
33775 [  9754] By: jhi                                   on 2001/04/19  11:56:07
33776         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
33777              From: Robin Houston <robin@kitsite.com>
33778              Date: Wed, 18 Apr 2001 17:58:33 +0100
33779              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
33780      Branch: perl
33781            ! ext/B/B/Deparse.pm op.c
33782 ____________________________________________________________________________
33783 [  9753] By: jhi                                   on 2001/04/19  04:21:52
33784         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
33785              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
33786              Date: Thu, 19 Apr 2001 01:11:41 -0400
33787              Message-ID: <20010419011141.A5798@cpan.org>
33788      Branch: perl
33789            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
33790 ____________________________________________________________________________
33791 [  9752] By: jhi                                   on 2001/04/19  02:41:10
33792         Log: The new time utils need to be thread-aware, too.
33793      Branch: perl
33794            ! util.c
33795 ____________________________________________________________________________
33796 [  9751] By: jhi                                   on 2001/04/19  02:26:47
33797         Log: Compilation nit noticed by AIX compiler.
33798      Branch: perl
33799            ! perlio.c
33800 ____________________________________________________________________________
33801 [  9750] By: jhi                                   on 2001/04/19  02:20:06
33802         Log: The new time utils need to be public.
33803      Branch: perl
33804            ! embed.pl
33805 ____________________________________________________________________________
33806 [  9749] By: jhi                                   on 2001/04/19  01:42:39
33807         Log: Regen toc.
33808      Branch: perl
33809            ! pod/perltoc.pod
33810 ____________________________________________________________________________
33811 [  9748] By: jhi                                   on 2001/04/19  01:41:10
33812         Log: Add Time::Piece, a slight rewrite of Time::Object,
33813              from Matt Sergeant.
33814      Branch: perl
33815            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
33816            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
33817            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
33818            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
33819            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
33820            ! win32/makefile.mk
33821 ____________________________________________________________________________
33822 [  9747] By: jhi                                   on 2001/04/19  00:55:35
33823         Log: The new metaconfig unit from strftime.
33824      Branch: metaconfig/U/perl
33825            + d_strftime.U
33826 ____________________________________________________________________________
33827 [  9746] By: jhi                                   on 2001/04/19  00:54:54
33828         Log: Move the strftime() wrapper from POSIX.xs to util.c
33829              as my_strftime(), requires HAS_STRFTIME.
33830      Branch: perl
33831            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33832            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
33833            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
33834            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33835            ! vos/config.ga.h win32/config.bc win32/config.gc
33836            ! win32/config.vc
33837 ____________________________________________________________________________
33838 [  9745] By: jhi                                   on 2001/04/18  23:11:03
33839         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
33840              in preparation of Time::Piece.
33841      Branch: perl
33842            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
33843 ____________________________________________________________________________
33844 [  9744] By: jhi                                   on 2001/04/18  22:33:12
33845         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
33846              From: Peter Prymmer <pvhp@forte.com>
33847              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
33848              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
33849      Branch: perl
33850            ! t/lib/exporter.t
33851 ____________________________________________________________________________
33852 [  9743] By: jhi                                   on 2001/04/18  22:32:23
33853         Log: Subject: Fwd: pod2html leaves cache files lying around?
33854              From: Rajesh Vaidheeswarran <rv@gnu.org>
33855              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
33856              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
33857      Branch: perl
33858            ! lib/Pod/Html.pm
33859 ____________________________________________________________________________
33860 [  9742] By: jhi                                   on 2001/04/18  20:31:49
33861         Log: Update Changes.
33862      Branch: perl
33863            ! Changes patchlevel.h
33864 ____________________________________________________________________________
33865 [  9741] By: jhi                                   on 2001/04/18  20:23:02
33866         Log: Declare hints only if needed.
33867      Branch: perl
33868            ! ext/B/B/Deparse.pm
33869 ____________________________________________________________________________
33870 [  9740] By: jhi                                   on 2001/04/18  19:06:05
33871         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
33872              bug noticed by Robin Houston; basically the code of detecting
33873              value wraparound was acting differently under different compilers
33874              and platforms.  The workaround is to remove the overflow check
33875              for now, a real fix would be to do the overflow (portably) right.
33876      Branch: perl
33877            ! t/op/pat.t utf8.c
33878 ____________________________________________________________________________
33879 [  9739] By: jhi                                   on 2001/04/18  19:01:23
33880         Log: Subject: [PATCH B::Deparse] some pragma support
33881              From: Robin Houston <robin@kitsite.com>
33882              Date: Wed, 18 Apr 2001 19:32:12 +0100
33883              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
33884      Branch: perl
33885            ! ext/B/B/Deparse.pm
33886 ____________________________________________________________________________
33887 [  9738] By: jhi                                   on 2001/04/18  15:16:37
33888         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
33889              From: Benjamin Sugars <bsugars@canoe.ca>
33890              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
33891              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
33892      Branch: perl
33893            ! t/op/glob.t
33894 ____________________________________________________________________________
33895 [  9737] By: jhi                                   on 2001/04/18  13:24:50
33896         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
33897              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33898              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
33899              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
33900      Branch: perl
33901            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
33902            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
33903 ____________________________________________________________________________
33904 [  9736] By: jhi                                   on 2001/04/18  04:15:14
33905         Log: The #9735 also changes the subtest 12.
33906      Branch: perl
33907            ! t/lib/b.t
33908 ____________________________________________________________________________
33909 [  9735] By: jhi                                   on 2001/04/18  03:55:17
33910         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
33911              From: David Dyck <dcd@tc.fluke.com>
33912              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
33913              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
33914      Branch: perl
33915            ! ext/B/B/Deparse.pm
33916 ____________________________________________________________________________
33917 [  9734] By: jhi                                   on 2001/04/18  03:54:11
33918         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
33919              From: Gisle Aas <gisle@ActiveState.com>
33920              Date: 17 Apr 2001 19:06:45 -0700
33921              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
33922      Branch: perl
33923            ! pp_hot.c t/op/misc.t
33924 ____________________________________________________________________________
33925 [  9733] By: jhi                                   on 2001/04/17  22:25:22
33926         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
33927              From: "Abigail" <abigail@foad.org>
33928              Date: Wed, 18 Apr 2001 01:17:46 +0200
33929              Message-ID: <20010417231746.21657.qmail@foad.org>
33930      Branch: perl
33931            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
33932 ____________________________________________________________________________
33933 [  9732] By: jhi                                   on 2001/04/17  20:47:56
33934         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
33935              From: Robin Houston <robin@kitsite.com>
33936              Date: Tue, 17 Apr 2001 22:37:42 +0100
33937              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
33938      Branch: perl
33939            ! ext/B/B/Deparse.pm
33940 ____________________________________________________________________________
33941 [  9731] By: nick                                  on 2001/04/17  20:46:35
33942         Log: Re-sync for t/lib/b.t fix
33943      Branch: perlio
33944           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
33945 ____________________________________________________________________________
33946 [  9730] By: jhi                                   on 2001/04/17  20:45:29
33947         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
33948              From: Robin Houston <robin@kitsite.com>
33949              Date: Tue, 17 Apr 2001 22:29:36 +0100
33950              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
33951      Branch: perl
33952            ! ext/B/B.xs ext/B/B/Deparse.pm
33953 ____________________________________________________________________________
33954 [  9729] By: jhi                                   on 2001/04/17  20:43:11
33955         Log: Subject: Deparse - parenthesise args to undeclared subs
33956              From: Robin Houston <robin@kitsite.com>
33957              Date: Tue, 17 Apr 2001 21:31:05 +0100
33958              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
33959      Branch: perl
33960            ! ext/B/B/Deparse.pm
33961 ____________________________________________________________________________
33962 [  9728] By: jhi                                   on 2001/04/17  18:57:30
33963         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
33964              From: Benjamin Sugars <ben.sugars@home.com>
33965              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
33966              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
33967      Branch: perl
33968            ! t/lib/cwd.t
33969 ____________________________________________________________________________
33970 [  9727] By: jhi                                   on 2001/04/17  18:20:20
33971         Log: Subject: [PATCH B::Deparse] ambient pragmas
33972              From: Robin Houston <robin@kitsite.com>
33973              Date: Tue, 17 Apr 2001 20:01:59 +0100
33974              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
33975      Branch: perl
33976            ! ext/B/B/Deparse.pm t/lib/b.t
33977 ____________________________________________________________________________
33978 [  9726] By: nick                                  on 2001/04/17  16:33:51
33979         Log: Integrate mainline (t/lib/b.t fails test 2...)
33980      Branch: perlio
33981           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
33982           +> ext/List/Util/README ext/List/Util/Util.xs
33983           +> ext/List/Util/lib/List/Util.pm
33984           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
33985           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
33986           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
33987           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
33988           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
33989           !> (integrate 31 files)
33990 ____________________________________________________________________________
33991 [  9725] By: jhi                                   on 2001/04/17  12:14:24
33992         Log: Subject: multiple B::* changes
33993              From: Robin Houston <robin@kitsite.com>
33994              Date: Thu, 12 Apr 2001 20:12:27 +0100
33995              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
33996      Branch: perl
33997            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
33998 ____________________________________________________________________________
33999 [  9724] By: jhi                                   on 2001/04/17  11:59:05
34000         Log: Thread-awareness from Doug MacEachern.
34001      Branch: perl
34002            ! ext/List/Util/Util.xs
34003 ____________________________________________________________________________
34004 [  9723] By: jhi                                   on 2001/04/17  11:57:41
34005         Log: Make the test more portable.
34006      Branch: perl
34007            ! t/lib/cwd.t
34008 ____________________________________________________________________________
34009 [  9722] By: jhi                                   on 2001/04/17  11:53:50
34010         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
34011              From: Benjamin Sugars <ben.sugars@home.com>
34012              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
34013              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
34014      Branch: perl
34015            ! t/lib/cwd.t
34016 ____________________________________________________________________________
34017 [  9721] By: jhi                                   on 2001/04/17  11:52:17
34018         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
34019              From: Benjamin Sugars <bsugars@canoe.ca>
34020              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
34021              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
34022      Branch: perl
34023            ! op.c
34024 ____________________________________________________________________________
34025 [  9720] By: jhi                                   on 2001/04/17  11:35:42
34026         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
34027              From: Chris Nandor <pudge@pobox.com>
34028              Date: Tue, 17 Apr 2001 00:30:49 -0400
34029              Message-Id: <p05100207b701768712de@[10.0.1.177]>
34030      Branch: perl
34031            ! ext/File/Glob/bsd_glob.c gv.c
34032 ____________________________________________________________________________
34033 [  9719] By: jhi                                   on 2001/04/17  11:32:13
34034         Log: Subject: [PATCH] Tweten->West
34035              From: Casey West <casey@geeknest.com>
34036              Date: Mon, 16 Apr 2001 12:11:22 -0400
34037              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
34038      Branch: perl
34039            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
34040            ! pod/perltie.pod
34041 ____________________________________________________________________________
34042 [  9718] By: jhi                                   on 2001/04/16  03:22:52
34043         Log: Update Changes.
34044      Branch: perl
34045            ! Changes patchlevel.h
34046 ____________________________________________________________________________
34047 [  9717] By: jhi                                   on 2001/04/16  03:06:28
34048         Log: Regen toc.
34049      Branch: perl
34050            ! pod/perltoc.pod
34051 ____________________________________________________________________________
34052 [  9716] By: jhi                                   on 2001/04/16  02:58:42
34053         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
34054              From: Prymmer/Kahn <pvhp@best.com>
34055              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
34056              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
34057      Branch: perl
34058            ! utf8.c
34059 ____________________________________________________________________________
34060 [  9715] By: jhi                                   on 2001/04/15  23:40:35
34061         Log: Subject: Re: Net::Ping patch, adds stream protocol
34062              From: bronson@rinspin.com (Scott Bronson)
34063              Date: Tue, 10 Apr 2001 23:58:33 -0700
34064              Message-ID: <20010410235833.N29719@rinspin.com>
34065      Branch: perl
34066            ! lib/Net/Ping.pm
34067 ____________________________________________________________________________
34068 [  9714] By: jhi                                   on 2001/04/15  23:31:46
34069         Log: Printing out the ok messages helps successful testing.
34070      Branch: perl
34071            ! t/lib/time-hires.t
34072 ____________________________________________________________________________
34073 [  9713] By: jhi                                   on 2001/04/15  21:43:24
34074         Log: Update Douglas Wegscheid's email.
34075      Branch: perl
34076            ! AUTHORS
34077 ____________________________________________________________________________
34078 [  9712] By: jhi                                   on 2001/04/15  21:40:41
34079         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
34080              From: Michael G Schwern <schwern@pobox.com>
34081              Date: Sat, 14 Apr 2001 22:40:50 +0100
34082              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
34083      Branch: perl
34084            + t/lib/exporter.t
34085            ! MANIFEST lib/Exporter/Heavy.pm
34086 ____________________________________________________________________________
34087 [  9711] By: jhi                                   on 2001/04/15  21:39:21
34088         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
34089              From: Michael G Schwern <schwern@pobox.com>
34090              Date: Sat, 14 Apr 2001 22:13:59 +0100
34091              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
34092      Branch: perl
34093            ! t/op/loopctl.t
34094 ____________________________________________________________________________
34095 [  9710] By: jhi                                   on 2001/04/15  21:30:19
34096         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
34097              From: Michael G Schwern <schwern@pobox.com>
34098              Date: Sat, 14 Apr 2001 22:05:32 +0100
34099              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
34100      Branch: perl
34101            ! t/pragma/warnings.t
34102 ____________________________________________________________________________
34103 [  9709] By: jhi                                   on 2001/04/15  19:34:09
34104         Log: Integrate changes #9706,9707 from maintperl into mainline.
34105              
34106              change#7210 broke .packlist generation
34107              
34108              ExtUtils::Installed doesn't quote regex metacharacters in paths
34109              before using them in match; also make it work for dosish platforms
34110      Branch: perl
34111           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
34112 ____________________________________________________________________________
34113 [  9708] By: jhi                                   on 2001/04/15  19:31:01
34114         Log: Test also the scalar aspect of getitimer().
34115      Branch: perl
34116            ! t/lib/time-hires.t
34117 ____________________________________________________________________________
34118 [  9707] By: gsar                                  on 2001/04/15  17:24:20
34119         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
34120              before using them in match; also make it work for dosish platforms
34121      Branch: maint-5.6/perl
34122            ! lib/ExtUtils/Installed.pm
34123 ____________________________________________________________________________
34124 [  9706] By: gsar                                  on 2001/04/15  17:21:59
34125         Log: change#7210 broke .packlist generation (listed only filename
34126              rather than fully qualified path name)
34127      Branch: maint-5.6/perl
34128            ! lib/ExtUtils/Install.pm
34129 ____________________________________________________________________________
34130 [  9705] By: jhi                                   on 2001/04/15  12:36:33
34131         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
34132      Branch: perl
34133            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
34134            ! t/lib/time-hires.t
34135 ____________________________________________________________________________
34136 [  9704] By: jhi                                   on 2001/04/15  10:49:08
34137         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
34138              From: Prymmer/Kahn <pvhp@best.com>
34139              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
34140              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
34141      Branch: perl
34142            ! lib/utf8.pm pod/perlebcdic.pod
34143 ____________________________________________________________________________
34144 [  9703] By: jhi                                   on 2001/04/15  02:26:26
34145         Log: I keep forgetting to sort MANIFEST.
34146      Branch: perl
34147            ! MANIFEST
34148 ____________________________________________________________________________
34149 [  9702] By: jhi                                   on 2001/04/15  02:07:47
34150         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
34151              Now we have blessed, reftype, tainted, first, reduce, ...
34152      Branch: perl
34153            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
34154            + ext/List/Util/README ext/List/Util/Util.xs
34155            + ext/List/Util/lib/List/Util.pm
34156            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
34157            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
34158            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
34159            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
34160            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
34161            ! MANIFEST
34162 ____________________________________________________________________________
34163 [  9701] By: jhi                                   on 2001/04/14  15:05:25
34164         Log: Subject: RE: dprofpp.pl updates 
34165              From: Carl Eklof <CEklof@endeca.com>
34166              Date: Thu, 12 Apr 2001 18:45:46 -0400
34167              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
34168      Branch: perl
34169            ! utils/dprofpp.PL
34170 ____________________________________________________________________________
34171 [  9700] By: jhi                                   on 2001/04/14  14:44:55
34172         Log: Do not just blindly add CR.
34173      Branch: perl
34174            ! Porting/makerel
34175 ____________________________________________________________________________
34176 [  9699] By: jhi                                   on 2001/04/13  13:17:01
34177         Log: Update Changes.
34178      Branch: perl
34179            ! Changes patchlevel.h
34180 ____________________________________________________________________________
34181 [  9698] By: jhi                                   on 2001/04/13  12:44:48
34182         Log: Integrate perlio.
34183      Branch: perl
34184           !> ext/PerlIO/Scalar/Scalar.xs
34185 ____________________________________________________________________________
34186 [  9697] By: jhi                                   on 2001/04/13  12:29:15
34187         Log: Add more debug output to the test.
34188      Branch: perl
34189            ! t/lib/cwd.t
34190 ____________________________________________________________________________
34191 [  9696] By: nick                                  on 2001/04/13  10:14:29
34192         Log: Fix core dump on binmode($fh,'Scalar')
34193      Branch: perlio
34194            ! ext/PerlIO/Scalar/Scalar.xs
34195 ____________________________________________________________________________
34196 [  9695] By: nick                                  on 2001/04/13  09:05:42
34197         Log: Integrate mainline
34198      Branch: perlio
34199           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
34200           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
34201           +> t/lib/time-hires.t
34202           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
34203           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
34204           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
34205           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
34206           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
34207           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
34208           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
34209 ____________________________________________________________________________
34210 [  9694] By: jhi                                   on 2001/04/12  22:23:35
34211         Log: Integrate change #9693 from maintperl into mainline.
34212              
34213              $VERSION and Version() on the same line provokes a warning from
34214              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
34215      Branch: perl
34216           !> lib/Devel/SelfStubber.pm
34217 ____________________________________________________________________________
34218 [  9693] By: gsar                                  on 2001/04/12  21:55:56
34219         Log: $VERSION and Version() on the same line provokes a warning from
34220              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
34221      Branch: maint-5.6/perl
34222            ! lib/Devel/SelfStubber.pm
34223 ____________________________________________________________________________
34224 [  9692] By: jhi                                   on 2001/04/12  13:54:00
34225         Log: This is at least 5.005.
34226      Branch: perl
34227            ! ext/Time/HiRes/HiRes.xs
34228 ____________________________________________________________________________
34229 [  9691] By: jhi                                   on 2001/04/12  13:37:20
34230         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
34231      Branch: perl
34232            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
34233            ! win32/Makefile win32/makefile.mk
34234 ____________________________________________________________________________
34235 [  9690] By: jhi                                   on 2001/04/12  01:34:46
34236         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
34237      Branch: perl
34238            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
34239            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
34240            + t/lib/time-hires.t
34241            ! MANIFEST
34242 ____________________________________________________________________________
34243 [  9689] By: jhi                                   on 2001/04/12  00:28:39
34244         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
34245              From: Gisle Aas <gisle@ActiveState.com>
34246              Date: 11 Apr 2001 16:36:11 -0700
34247              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
34248      Branch: perl
34249            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
34250 ____________________________________________________________________________
34251 [  9688] By: jhi                                   on 2001/04/12  00:27:39
34252         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
34253              From: Gisle Aas <gisle@ActiveState.com>
34254              Date: 11 Apr 2001 11:13:24 -0700
34255              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
34256      Branch: perl
34257            ! ext/MIME/Base64/Base64.xs
34258 ____________________________________________________________________________
34259 [  9687] By: jhi                                   on 2001/04/11  19:51:47
34260         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
34261      Branch: perl
34262            ! Todo-5.6
34263 ____________________________________________________________________________
34264 [  9686] By: jhi                                   on 2001/04/11  16:54:25
34265         Log: Subject: [PATCH opcode.pl] Documentation of table format
34266              From: Simon Cozens <simon@netthink.co.uk>
34267              Date: Wed, 11 Apr 2001 12:59:31 +0100
34268              Message-ID: <20010411125931.A25681@netthink.co.uk>
34269      Branch: perl
34270            ! opcode.pl
34271 ____________________________________________________________________________
34272 [  9685] By: jhi                                   on 2001/04/11  16:53:15
34273         Log: Subject: [PATCH] prototype("CORE::recv")
34274              From: Simon Cozens <simon@netthink.co.uk>
34275              Date: Wed, 11 Apr 2001 13:24:35 +0100
34276              Message-ID: <20010411132435.A26169@netthink.co.uk>
34277      Branch: perl
34278            ! pp.c t/comp/proto.t
34279 ____________________________________________________________________________
34280 [  9684] By: jhi                                   on 2001/04/11  16:47:13
34281         Log: FAQ (and AUTHORS) update from Dan Carson: the information
34282              was several years obsolete, Term::Readkey has been updated
34283              to have the functionality.
34284      Branch: perl
34285            ! AUTHORS pod/perlfaq5.pod
34286 ____________________________________________________________________________
34287 [  9683] By: jhi                                   on 2001/04/11  12:15:46
34288         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
34289              From: Calle Dybedahl <calle@lysator.liu.se>
34290              Date: 10 Apr 2001 16:44:16 +0200
34291              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
34292      Branch: perl
34293            ! ext/MIME/Base64/Base64.xs
34294 ____________________________________________________________________________
34295 [  9682] By: jhi                                   on 2001/04/11  12:12:26
34296         Log: A more minimal fix for 20010410.006 from Hugo.
34297      Branch: perl
34298            ! regexec.c
34299 ____________________________________________________________________________
34300 [  9681] By: jhi                                   on 2001/04/11  11:34:23
34301         Log: Integrate changes #9678,9679 from maintline into mainperl.
34302              
34303              addendum to change#9676
34304              
34305              up $File::Glob::VERSION; add a note pointing out the version of
34306              the OpenBSD glob bsd_glob.c resembles
34307      Branch: perl
34308           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
34309           !> ext/File/Glob/bsd_glob.h
34310 ____________________________________________________________________________
34311 [  9680] By: jhi                                   on 2001/04/11  11:30:38
34312         Log: Bad test numbering in integrate in #9677.
34313              Fixes ID 20010411.001.
34314      Branch: perl
34315            ! t/op/pat.t
34316 ____________________________________________________________________________
34317 [  9679] By: gsar                                  on 2001/04/11  03:38:40
34318         Log: up $File::Glob::VERSION; add a note pointing out the version of
34319              the OpenBSD glob bsd_glob.c resembles
34320      Branch: maint-5.6/perl
34321            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
34322            ! ext/File/Glob/bsd_glob.h
34323 ____________________________________________________________________________
34324 [  9678] By: gsar                                  on 2001/04/11  03:09:48
34325         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
34326              revision 1.8.10.1 found here:
34327              
34328              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
34329      Branch: maint-5.6/perl
34330            ! ext/File/Glob/bsd_glob.c
34331 ____________________________________________________________________________
34332 [  9677] By: jhi                                   on 2001/04/11  02:54:39
34333         Log: Integrate changes #9675,9676 from maintperl into mainline.
34334              
34335              fix for bug 20010410.006, undo change#7115
34336              
34337              port the OpenBSD glob() security patch
34338      Branch: perl
34339           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
34340           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
34341           !> t/op/pat.t
34342 ____________________________________________________________________________
34343 [  9676] By: gsar                                  on 2001/04/11  02:19:02
34344         Log: port the glob() security patch found at:
34345              
34346              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
34347              
34348              CERT advisory for the issue is here:
34349              
34350              http://www.cert.org/advisories/CA-2001-07.html
34351              
34352              Note that the security scare is only relevant for those who are
34353              foolish enough to build suidperl (which is now officially discouraged)
34354      Branch: maint-5.6/perl
34355            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
34356            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
34357 ____________________________________________________________________________
34358 [  9675] By: gsar                                  on 2001/04/10  23:52:11
34359         Log: fix for bug 20010410.006
34360              
34361              undo change#7115 (came into maint-5.6 as change#8156)
34362              
34363              add tests to keep it from coming back
34364      Branch: maint-5.6/perl
34365            ! regexec.c t/op/pat.t
34366 ____________________________________________________________________________
34367 [  9674] By: nick                                  on 2001/04/10  20:39:31
34368         Log: Integrate mainline
34369      Branch: perlio
34370           +> Porting/testall.atom
34371           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
34372           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
34373           !> t/lib/lc-uk.t t/pod/find.t
34374 ____________________________________________________________________________
34375 [  9673] By: nick                                  on 2001/04/10  18:46:14
34376         Log: Integrate against change 9670 aka perl-5.7.1
34377      Branch: perlio
34378           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
34379           !> (integrate 53 files)
34380 ____________________________________________________________________________
34381 [  9672] By: jhi                                   on 2001/04/10  13:45:01
34382         Log: Add a script for doing cumulative profile of the test suite.
34383              (Requires ATOM, that is, Tru64.)
34384      Branch: perl
34385            + Porting/testall.atom
34386            ! MANIFEST
34387 ____________________________________________________________________________
34388 [  9671] By: jhi                                   on 2001/04/10  12:38:53
34389         Log: Missing std block.
34390      Branch: perl
34391            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
34392            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
34393            ! t/pod/find.t
34394 ____________________________________________________________________________
34395 [  9670] By: jhi                                   on 2001/04/10  01:25:58
34396         Log: This is 5.7.1.
34397      Branch: perl
34398            ! patchlevel.h
34399 ____________________________________________________________________________
34400 [  9669] By: jhi                                   on 2001/04/10  01:09:14
34401         Log: Update Changes.
34402      Branch: perl
34403            ! Changes patchlevel.h
34404 ____________________________________________________________________________
34405 [  9668] By: jhi                                   on 2001/04/10  01:00:38
34406         Log: Regen toc.
34407      Branch: perl
34408            ! pod/perltoc.pod
34409 ____________________________________________________________________________
34410 [  9667] By: jhi                                   on 2001/04/10  00:52:16
34411         Log: Update perlhist.
34412      Branch: perl
34413            ! pod/perlhist.pod
34414 ____________________________________________________________________________
34415 [  9666] By: jhi                                   on 2001/04/09  23:38:59
34416         Log: Slight wording tweaks from Damian to #9658.
34417      Branch: perl
34418            ! pod/perlobj.pod
34419 ____________________________________________________________________________
34420 [  9665] By: jhi                                   on 2001/04/09  19:56:06
34421         Log: Subject: [PATCH perlutil.pod] Nit
34422              From: Simon Cozens <simon@netthink.co.uk>
34423              Date: Mon, 9 Apr 2001 20:29:44 +0100
34424              Message-ID: <20010409202944.A14796@the.earth.li>
34425      Branch: perl
34426            ! pod/perlutil.pod
34427 ____________________________________________________________________________
34428 [  9664] By: jhi                                   on 2001/04/09  19:54:42
34429         Log: Subject: Re: perl571delta.pod@9631
34430              From: Mike Guy <mjtg@cam.ac.uk>
34431              Date: Mon, 09 Apr 2001 18:09:14 +0100
34432              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
34433      Branch: perl
34434            ! pod/perl571delta.pod
34435 ____________________________________________________________________________
34436 [  9663] By: jhi                                   on 2001/04/09  13:43:35
34437         Log: Update Changes.
34438      Branch: perl
34439            ! Changes patchlevel.h
34440 ____________________________________________________________________________
34441 [  9662] By: jhi                                   on 2001/04/09  13:24:46
34442         Log: tweak tweak.
34443      Branch: perl
34444            ! AUTHORS pod/perl571delta.pod
34445 ____________________________________________________________________________
34446 [  9661] By: jhi                                   on 2001/04/09  13:15:13
34447         Log: Thinko in manual patch applying.
34448      Branch: perl
34449            ! sv.c
34450 ____________________________________________________________________________
34451 [  9660] By: jhi                                   on 2001/04/09  13:07:53
34452         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
34453              From: Robin Barker <rmb1@cise.npl.co.uk> 
34454              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
34455              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
34456              
34457              (This corrects the case where the "isn't numeric" string contains \0s
34458              and is longer than the temporary buffer, and contains \0 at the point
34459              the string would be truncated by "...".) 
34460      Branch: perl
34461            ! sv.c
34462 ____________________________________________________________________________
34463 [  9659] By: jhi                                   on 2001/04/09  12:57:41
34464         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
34465      Branch: perl
34466            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
34467            ! t/lib/cgi-function.t t/lib/cgi-html.t
34468 ____________________________________________________________________________
34469 [  9658] By: jhi                                   on 2001/04/09  12:48:47
34470         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
34471              From: Ilmari Karonen <iltzu@sci.fi>
34472              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
34473              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
34474              
34475              Rearrange and rewrite the Method Invocation section
34476              to explain the concepts in nicer order.
34477      Branch: perl
34478            ! pod/perlobj.pod
34479 ____________________________________________________________________________
34480 [  9657] By: jhi                                   on 2001/04/09  12:35:58
34481         Log: Upgrade to podlators 1.09, from Russ Allbery.
34482      Branch: perl
34483            ! lib/Pod/Man.pm lib/Pod/Text.pm
34484 ____________________________________________________________________________
34485 [  9656] By: jhi                                   on 2001/04/09  12:31:53
34486         Log: perl571delta.
34487      Branch: perl
34488            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
34489 ____________________________________________________________________________
34490 [  9655] By: jhi                                   on 2001/04/09  12:20:09
34491         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
34492              From: Prymmer/Kahn <pvhp@best.com>
34493              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
34494              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
34495      Branch: perl
34496            ! lib/utf8.pm pod/perlunicode.pod
34497 ____________________________________________________________________________
34498 [  9654] By: gsar                                  on 2001/04/09  03:38:33
34499         Log: here lies 5.6.1
34500      Branch: maint-5.6/perl
34501            ! Changes
34502 ____________________________________________________________________________
34503 [  9653] By: jhi                                   on 2001/04/09  03:25:24
34504         Log: Update perlhist.
34505      Branch: perl
34506            ! pod/perlhist.pod
34507 ____________________________________________________________________________
34508 [  9652] By: jhi                                   on 2001/04/09  03:18:49
34509         Log: perl571delta tweaking continues.
34510      Branch: perl
34511            ! pod/perl571delta.pod
34512 ____________________________________________________________________________
34513 [  9651] By: gsar                                  on 2001/04/09  03:11:19
34514         Log: update Changes, patchlevel.h &c.
34515      Branch: maint-5.6/perl
34516            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
34517            ! pod/perltoc.pod
34518 ____________________________________________________________________________
34519 [  9650] By: jhi                                   on 2001/04/09  02:40:24
34520         Log: Integrate the perlfork half of #9513 from maintperl into mainline
34521              (the perlunicode half is obsolete)
34522      Branch: perl
34523            ! pod/perlfork.pod
34524 ____________________________________________________________________________
34525 [  9649] By: gsar                                  on 2001/04/09  02:35:43
34526         Log: tweak perldelta as suggested by Jarkko
34527      Branch: maint-5.6/perl
34528            ! pod/perldelta.pod
34529 ____________________________________________________________________________
34530 [  9648] By: jhi                                   on 2001/04/09  02:13:04
34531         Log: Integrate change #9646 from maintperl into mainline.
34532              
34533              add note about ithreads and Thread.pm
34534      Branch: perl
34535           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
34536 ____________________________________________________________________________
34537 [  9647] By: jhi                                   on 2001/04/09  02:10:18
34538         Log: Bad assumption that shortsize == 2.
34539      Branch: perl
34540            ! t/lib/xs-typemap.t
34541 ____________________________________________________________________________
34542 [  9646] By: gsar                                  on 2001/04/09  00:48:04
34543         Log: add note about ithreads and Thread.pm (too many people are
34544              confused by the fact that Thread.pm is built and installed
34545              under non-5005threads but doesn't work)
34546      Branch: maint-5.6/perl
34547            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
34548 ____________________________________________________________________________
34549 [  9645] By: gsar                                  on 2001/04/09  00:19:03
34550         Log: update perldelta.pod for changes in 5.6.1
34551      Branch: maint-5.6/perl
34552            ! Changes pod/perldelta.pod
34553 ____________________________________________________________________________
34554 [  9644] By: jhi                                   on 2001/04/08  20:37:00
34555         Log: Integrate change #9639 from maintperl into mainline:
34556              on windows, many of the README.* pods were being copied to
34557              the wrong location
34558      Branch: perl
34559           !> win32/Makefile win32/makefile.mk
34560 ____________________________________________________________________________
34561 [  9643] By: jhi                                   on 2001/04/08  20:07:11
34562         Log: Integrate change #9624 from maintperl into mainline:
34563              the pod tests were not okay.  (t/pod/find.t changes ignored)
34564      Branch: perl
34565           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
34566           !> t/pod/include.t t/pod/included.t t/pod/lref.t
34567           !> t/pod/multiline_items.t t/pod/nested_items.t
34568           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
34569           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
34570 ____________________________________________________________________________
34571 [  9642] By: jhi                                   on 2001/04/08  19:57:17
34572         Log: Integrate change #9638 from maintperl into mainline:
34573              update to latest JPL from the anoncvs repository
34574      Branch: perl
34575           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
34576           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
34577           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
34578 ____________________________________________________________________________
34579 [  9641] By: jhi                                   on 2001/04/08  19:53:30
34580         Log: perl571delta updates.
34581      Branch: perl
34582            ! lib/Filter/Simple.pm pod/perl571delta.pod
34583 ____________________________________________________________________________
34584 [  9640] By: gsar                                  on 2001/04/08  19:20:46
34585         Log: integrate change#9634 from mainline
34586              
34587              Fix the perlmodlib generation (didn't understand separate .pod
34588              files; didn't understand -- as the name-thing separator).
34589              Update the CPAN mirrors list.
34590      Branch: maint-5.6/perl
34591            ! pod/perlmodlib.pod
34592           !> pod/perlmodlib.PL
34593 ____________________________________________________________________________
34594 [  9639] By: gsar                                  on 2001/04/08  18:57:31
34595         Log: on windows, many of the README.* pods were being copied to the wrong
34596              location
34597      Branch: maint-5.6/perl
34598            ! win32/Makefile win32/makefile.mk
34599 ____________________________________________________________________________
34600 [  9638] By: gsar                                  on 2001/04/08  18:38:25
34601         Log: update to latest JPL from the anoncvs repository
34602      Branch: maint-5.6/perl
34603            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
34604            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
34605            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
34606 ____________________________________________________________________________
34607 [  9637] By: jhi                                   on 2001/04/08  17:53:53
34608         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
34609      Branch: perl
34610            ! pod/perl571delta.pod
34611 ____________________________________________________________________________
34612 [  9636] By: jhi                                   on 2001/04/08  17:18:32
34613         Log: Regen toc.
34614      Branch: perl
34615            ! pod/perltoc.pod
34616 ____________________________________________________________________________
34617 [  9635] By: jhi                                   on 2001/04/08  17:16:33
34618         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
34619              From: "Craig A. Berry" <craigberry@mac.com>
34620              Date: Sun, 08 Apr 2001 12:30:16 -0500
34621              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
34622      Branch: perl
34623            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
34624 ____________________________________________________________________________
34625 [  9634] By: jhi                                   on 2001/04/08  17:09:19
34626         Log: Fix the perlmodlib generation (didn't understand separate .pod
34627              files; didn't understand -- as the name-thing separator).
34628              
34629              Update the CPAN mirrors list.
34630      Branch: perl
34631            ! pod/perlmodlib.PL pod/perlmodlib.pod
34632 ____________________________________________________________________________
34633 [  9633] By: jhi                                   on 2001/04/08  16:49:17
34634         Log: Sort MANIFEST.
34635      Branch: perl
34636            ! MANIFEST
34637 ____________________________________________________________________________
34638 [  9632] By: gsar                                  on 2001/04/08  16:36:06
34639         Log: add $Tie::RefHash::VERSION
34640      Branch: maint-5.6/perl
34641            ! lib/Tie/RefHash.pm
34642 ____________________________________________________________________________
34643 [  9631] By: jhi                                   on 2001/04/08  16:10:15
34644         Log: perl571delta updates based on p5p feedback; still needs
34645              lots of examples.
34646      Branch: perl
34647            ! pod/perl571delta.pod
34648 ____________________________________________________________________________
34649 [  9630] By: jhi                                   on 2001/04/08  15:59:13
34650         Log: Update the list of supported platforms to talk about 5.7.1
34651              (and 5.6.1)
34652      Branch: perl
34653            ! pod/perlport.pod
34654 ____________________________________________________________________________
34655 [  9629] By: jhi                                   on 2001/04/08  15:55:41
34656         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
34657              from maintperl into mainline: perlport updates.
34658      Branch: perl
34659            ! pod/perlport.pod
34660 ____________________________________________________________________________
34661 [  9628] By: jhi                                   on 2001/04/08  15:53:17
34662         Log: perlsolaris.pod copied to wrong directory.
34663      Branch: perl
34664            ! win32/makefile.mk
34665 ____________________________________________________________________________
34666 [  9627] By: jhi                                   on 2001/04/08  14:48:18
34667         Log: Subject: Typos in perl571delta.pod
34668              From: "Stephen P. Potter" <spp@spotter.yi.org>
34669              Date: Sat, 07 Apr 2001 20:37:05 -0400
34670              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
34671      Branch: perl
34672            ! pod/perl571delta.pod
34673 ____________________________________________________________________________
34674 [  9626] By: jhi                                   on 2001/04/08  14:39:04
34675         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
34676      Branch: perl
34677            ! gv.c
34678 ____________________________________________________________________________
34679 [  9625] By: nick                                  on 2001/04/08  10:14:23
34680         Log: Integrate mainline
34681      Branch: perlio
34682           +> pod/perl570delta.pod pod/perl571delta.pod
34683           !> (integrate 27 files)
34684 ____________________________________________________________________________
34685 [  9624] By: gsar                                  on 2001/04/08  06:08:17
34686         Log: test in t/pod/* were busted
34687              
34688              these tests are still not enabled in t/{harness,TEST}
34689      Branch: maint-5.6/perl
34690            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
34691            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
34692            ! t/pod/multiline_items.t t/pod/nested_items.t
34693            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
34694            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
34695 ____________________________________________________________________________
34696 [  9623] By: gsar                                  on 2001/04/08  03:37:01
34697         Log: integrate change#9470 from mainline
34698              
34699              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
34700      Branch: maint-5.6/perl
34701           !> ext/Socket/Socket.xs
34702 ____________________________________________________________________________
34703 [  9622] By: jhi                                   on 2001/04/07  22:40:47
34704         Log: Update Changes.
34705      Branch: perl
34706            ! Changes patchlevel.h
34707 ____________________________________________________________________________
34708 [  9621] By: jhi                                   on 2001/04/07  22:34:16
34709         Log: Update AUTHORS.
34710      Branch: perl
34711            ! AUTHORS
34712 ____________________________________________________________________________
34713 [  9620] By: jhi                                   on 2001/04/07  22:12:47
34714         Log: Forgot to bump the number of tests in #9164.
34715      Branch: perl
34716            ! t/op/array.t
34717 ____________________________________________________________________________
34718 [  9619] By: jhi                                   on 2001/04/07  22:09:50
34719         Log: Bump patchlevel to 5.7.1.
34720      Branch: perl
34721            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34722            ! config_h.SH patchlevel.h
34723 ____________________________________________________________________________
34724 [  9618] By: jhi                                   on 2001/04/07  22:02:41
34725         Log: Populate perl571delta.
34726      Branch: perl
34727            ! pod/perl571delta.pod
34728 ____________________________________________________________________________
34729 [  9617] By: jhi                                   on 2001/04/07  22:01:23
34730         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
34731              to forget it later; do not change patchlevel.h yet or regenerate
34732              Configure yet.
34733      Branch: perl
34734            ! epoc/config.sh win32/Makefile win32/config_H.bc
34735            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
34736 ____________________________________________________________________________
34737 [  9616] By: jhi                                   on 2001/04/07  17:46:33
34738         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
34739      Branch: perl
34740            ! pod/perl571delta.pod
34741 ____________________________________________________________________________
34742 [  9615] By: jhi                                   on 2001/04/07  17:33:21
34743         Log: Change the toc configuration.
34744      Branch: perl
34745            ! pod/buildtoc.PL pod/perl.pod
34746 ____________________________________________________________________________
34747 [  9614] By: jhi                                   on 2001/04/07  17:29:47
34748         Log: Subject: PATCH: $[
34749              From: Robin Houston <robin@kitsite.com>
34750              Date: Fri, 6 Apr 2001 18:10:14 +0100
34751              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
34752      Branch: perl
34753            ! op.c t/op/array.t
34754 ____________________________________________________________________________
34755 [  9613] By: jhi                                   on 2001/04/07  17:28:26
34756         Log: Subject: [PATCH perl@9424] isn't numeric warning
34757              From: Robin Barker <rmb1@cise.npl.co.uk>
34758              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
34759              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
34760      Branch: perl
34761            ! sv.c t/pragma/warn/sv
34762 ____________________________________________________________________________
34763 [  9612] By: jhi                                   on 2001/04/07  17:26:45
34764         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
34765              From: Mike Guy <mjtg@cam.ac.uk>
34766              Date: Fri, 06 Apr 2001 12:47:06 +0100
34767              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
34768      Branch: perl
34769            ! dump.c t/lib/peek.t
34770 ____________________________________________________________________________
34771 [  9611] By: jhi                                   on 2001/04/07  17:21:35
34772         Log: Create perl571delta and seed it off with the perldelta changes
34773              since 5.7.0; remove those changes from perldelta and rename it
34774              as perl570delta; recreate perldelta but leave it almost empty.
34775      Branch: perl
34776            + pod/perl570delta.pod pod/perl571delta.pod
34777            ! MANIFEST pod/perldelta.pod
34778 ____________________________________________________________________________
34779 [  9610] By: jhi                                   on 2001/04/07  16:56:32
34780         Log: Denit.
34781      Branch: perl
34782            ! pod/perldelta.pod
34783 ____________________________________________________________________________
34784 [  9609] By: jhi                                   on 2001/04/07  16:38:32
34785         Log: Retract #9523: needs more thought.
34786      Branch: perl
34787            ! Makefile.SH
34788 ____________________________________________________________________________
34789 [  9608] By: jhi                                   on 2001/04/07  14:59:20
34790         Log: atmark() code cleanaup.
34791      Branch: perl
34792            ! ext/IO/IO.xs
34793 ____________________________________________________________________________
34794 [  9607] By: jhi                                   on 2001/04/07  14:48:14
34795         Log: Integrate change #9605 from maintperl into mainline.
34796              
34797              can't optimize away scope entry if tr/// is present
34798      Branch: perl
34799           !> op.c t/op/tr.t
34800 ____________________________________________________________________________
34801 [  9606] By: jhi                                   on 2001/04/07  14:43:59
34802         Log: Integrate perlio.
34803      Branch: perl
34804           +> win32/FindExt.pm
34805           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
34806           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
34807 ____________________________________________________________________________
34808 [  9605] By: gsar                                  on 2001/04/07  11:52:40
34809         Log: can't optimize away scope entry if tr/// is present
34810      Branch: maint-5.6/perl
34811            ! op.c t/op/tr.t
34812 ____________________________________________________________________________
34813 [  9604] By: nick                                  on 2001/04/07  11:39:45
34814         Log: Split out extension finding code from buildext.pl into FindExt.pm
34815              Use it to get Config.pm's idea of available extensions in line
34816              with what is built.
34817      Branch: perlio
34818            + win32/FindExt.pm
34819            ! MANIFEST win32/buildext.pl win32/config_sh.PL
34820            ! win32/makefile.mk
34821 ____________________________________________________________________________
34822 [  9603] By: nick                                  on 2001/04/07  09:11:38
34823         Log: Cleanup correction for failed :Via() layer, also set an error code.
34824      Branch: perlio
34825            ! ext/PerlIO/Via/Via.xs
34826 ____________________________________________________________________________
34827 [  9602] By: nick                                  on 2001/04/07  08:38:04
34828         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
34829              style. So don't use binmode() on the handles so that Win32 etc. see
34830              same sequence and produce same digests.
34831      Branch: perlio
34832            ! t/lib/md5-file.t
34833 ____________________________________________________________________________
34834 [  9601] By: nick                                  on 2001/04/07  08:36:26
34835         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
34836              Else it complains and so crlf layer (say) does not get pushed.
34837      Branch: perlio
34838            ! perlio.c
34839 ____________________________________________________________________________
34840 [  9600] By: jhi                                   on 2001/04/06  23:00:09
34841         Log: Integrate change #9599 from perlio into mainline.
34842      Branch: perl
34843           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
34844           !> win32/config_H.vc
34845 ____________________________________________________________________________
34846 [  9599] By: nick                                  on 2001/04/06  21:42:43
34847         Log: Quote $VERSION in Encode.pm.
34848              regen_config_h as requested.
34849      Branch: perlio
34850            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
34851            ! win32/config_H.vc
34852 ____________________________________________________________________________
34853 [  9598] By: nick                                  on 2001/04/06  20:34:59
34854         Log: Integrate mainline
34855      Branch: perlio
34856           +> README.macos
34857           !> (integrate 39 files)
34858 ____________________________________________________________________________
34859 [  9597] By: gsar                                  on 2001/04/06  18:06:35
34860         Log: integrate change#9464 from mainline (addendum to change#8313)
34861              
34862              Subject: [PATCH @9452] Better peep()ing for foreach() loops
34863      Branch: maint-5.6/perl
34864           !> op.c
34865 ____________________________________________________________________________
34866 [  9596] By: jhi                                   on 2001/04/06  17:26:03
34867         Log: The d_casti32=undef is good for you even when not use64bitall.
34868      Branch: perl
34869            ! hints/hpux.sh
34870 ____________________________________________________________________________
34871 [  9595] By: gsar                                  on 2001/04/06  14:57:17
34872         Log: add a low-impact fix to accomodate darwin-ism
34873      Branch: maint-5.6/perl
34874            ! ext/Errno/Errno_pm.PL
34875 ____________________________________________________________________________
34876 [  9594] By: jhi                                   on 2001/04/06  14:55:14
34877         Log: Integrate changes #9528,9593 from mainline into maintperl;
34878              tweaking the editor/IDE/shell list.
34879      Branch: maint-5.6/perl
34880           !> pod/perlfaq3.pod
34881 ____________________________________________________________________________
34882 [  9593] By: jhi                                   on 2001/04/06  14:51:39
34883         Log: Make the editor/IDE/shell list a little bit airier.
34884      Branch: perl
34885            ! pod/perlfaq3.pod
34886 ____________________________________________________________________________
34887 [  9592] By: gsar                                  on 2001/04/06  14:45:18
34888         Log: integrate change#9477 from mainline (base.pm doc tweak)
34889              
34890              missing doc entry for fmod()
34891      Branch: maint-5.6/perl
34892            ! lib/Math/BigFloat.pm
34893           !> lib/base.pm
34894 ____________________________________________________________________________
34895 [  9591] By: jhi                                   on 2001/04/06  13:55:48
34896         Log: Regen toc.
34897      Branch: perl
34898            ! pod/perltoc.pod
34899 ____________________________________________________________________________
34900 [  9590] By: jhi                                   on 2001/04/06  13:54:52
34901         Log: Math::BigFloat patches from John Peacock.  The equivalent
34902              of #9586 from maintperl but reworked by John to work with
34903              the bleadperl.
34904      Branch: perl
34905            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
34906 ____________________________________________________________________________
34907 [  9589] By: jhi                                   on 2001/04/06  13:42:23
34908         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
34909      Branch: perl
34910            ! ext/Digest/MD5/Makefile.PL
34911 ____________________________________________________________________________
34912 [  9588] By: jhi                                   on 2001/04/06  13:31:45
34913         Log: Integrate changes #9584,9587 from maintperl into mainline.
34914              
34915              keep eval"" CVs alive until the end of the statement in which
34916              they're called
34917              
34918              add README.macos (from Chris Nandor)
34919              
34920              tyop in change#9555
34921      Branch: perl
34922           +> README.macos
34923           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
34924           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
34925           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
34926           !> win32/makefile.mk
34927 ____________________________________________________________________________
34928 [  9587] By: gsar                                  on 2001/04/06  07:31:30
34929         Log: add README.macos (from Chris Nandor)
34930              
34931              tyop in change#9555
34932      Branch: maint-5.6/perl
34933            + README.macos
34934            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
34935            ! win32/Makefile win32/makefile.mk
34936 ____________________________________________________________________________
34937 [  9586] By: gsar                                  on 2001/04/06  07:08:54
34938         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
34939      Branch: maint-5.6/perl
34940            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
34941 ____________________________________________________________________________
34942 [  9585] By: gsar                                  on 2001/04/06  06:58:44
34943         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
34944              from mainline
34945              
34946              Subject: [PATCH] Base64 update to perlfaq9.pod
34947              
34948              Subject: [PATCH AUTHORS] Housekeeping
34949              
34950              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
34951              Mac OS X (Darwin) has extra pwent fields.
34952              
34953              Subject: [PATCH B::*] print control-character vars readably
34954              Needs EBCDICification.
34955              
34956              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
34957              
34958              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
34959              
34960              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
34961              
34962              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
34963              
34964              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
34965              
34966              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
34967              
34968              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
34969              
34970              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
34971              
34972              FreeBSD hints tweak from Anton Berezin.
34973              
34974              Subject: [PATCH foolperl & bleadperl] README.vms update
34975              
34976              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
34977      Branch: maint-5.6/perl
34978           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
34979           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
34980           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
34981 ____________________________________________________________________________
34982 [  9584] By: gsar                                  on 2001/04/06  04:09:00
34983         Log: keep eval"" CVs alive until the end of the statement in which
34984              they're called; this avoids a coredump ensuing from search for
34985              lexicals in code such as:
34986              
34987              sub bug {
34988              my $s = @_;
34989              eval q[sub { eval 'sub { &$s }' }];
34990              }
34991              bug("x")->()->();
34992              
34993              this code still doesn't work as intended (as it has remained
34994              since time immemorial), but it doesn't provoke a coredump anymore
34995      Branch: maint-5.6/perl
34996            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
34997            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
34998 ____________________________________________________________________________
34999 [  9583] By: jhi                                   on 2001/04/05  23:52:51
35000         Log: Update Changes.
35001      Branch: perl
35002            ! Changes patchlevel.h
35003 ____________________________________________________________________________
35004 [  9582] By: jhi                                   on 2001/04/05  23:11:23
35005         Log: Slight doc tweak.
35006      Branch: perl
35007            ! pod/perlunicode.pod
35008 ____________________________________________________________________________
35009 [  9581] By: jhi                                   on 2001/04/05  23:04:11
35010         Log: Integrate perlio.
35011      Branch: perl
35012           !> pod/perlunicode.pod
35013 ____________________________________________________________________________
35014 [  9580] By: jhi                                   on 2001/04/05  23:03:29
35015         Log: Test for #9579.
35016      Branch: perl
35017            ! t/op/do.t
35018 ____________________________________________________________________________
35019 [  9579] By: jhi                                   on 2001/04/05  22:54:17
35020         Log: Subject: [PATCH] Propagate calling context for do '...'
35021              From: Gisle Aas <gisle@ActiveState.com>
35022              Date: 04 Apr 2001 20:17:29 -0700
35023              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
35024      Branch: perl
35025            ! pod/perlfunc.pod pp_ctl.c
35026 ____________________________________________________________________________
35027 [  9578] By: jhi                                   on 2001/04/05  22:52:51
35028         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
35029              From: Peter Prymmer <pvhp@forte.com>
35030              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
35031              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
35032      Branch: perl
35033            ! README.vms
35034 ____________________________________________________________________________
35035 [  9577] By: jhi                                   on 2001/04/05  22:48:22
35036         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
35037              From: "Craig A. Berry" <craigberry@mac.com>
35038              Date: Thu, 5 Apr 2001 13:43:28 -0500
35039              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
35040      Branch: perl
35041            ! README.vms
35042 ____________________________________________________________________________
35043 [  9576] By: jhi                                   on 2001/04/05  22:31:38
35044         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
35045              From: Michael G Schwern <schwern@pobox.com>
35046              Date: Thu, 5 Apr 2001 21:53:21 +0100
35047              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
35048      Branch: perl
35049            ! lib/base.pm t/lib/fields.t
35050 ____________________________________________________________________________
35051 [  9575] By: jhi                                   on 2001/04/05  22:26:10
35052         Log: FreeBSD hints tweak from Anton Berezin.
35053      Branch: perl
35054            ! hints/freebsd.sh
35055 ____________________________________________________________________________
35056 [  9574] By: jhi                                   on 2001/04/05  22:24:03
35057         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
35058              From: David Dyck <dcd@tc.fluke.com>
35059              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
35060              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
35061      Branch: perl
35062            ! t/op/oct.t
35063 ____________________________________________________________________________
35064 [  9573] By: jhi                                   on 2001/04/05  22:23:06
35065         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
35066              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
35067              From: David Dyck <dcd@tc.fluke.com>
35068              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
35069      Branch: perl
35070            ! pp.c
35071 ____________________________________________________________________________
35072 [  9572] By: jhi                                   on 2001/04/05  22:14:47
35073         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
35074              From: Robin Houston <robin@kitsite.com>
35075              Date: Thu, 5 Apr 2001 20:56:48 +0100
35076              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
35077      Branch: perl
35078            ! ext/B/B/Deparse.pm
35079 ____________________________________________________________________________
35080 [  9571] By: jhi                                   on 2001/04/05  22:12:53
35081         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
35082              From: Robin Houston <robin@kitsite.com>
35083              Date: Thu, 5 Apr 2001 19:55:51 +0100
35084              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
35085      Branch: perl
35086            ! ext/B/B/Deparse.pm
35087 ____________________________________________________________________________
35088 [  9570] By: jhi                                   on 2001/04/05  22:11:06
35089         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
35090              From: Robin Houston <robin@kitsite.com>
35091              Date: Thu, 5 Apr 2001 20:16:29 +0100
35092              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
35093      Branch: perl
35094            ! ext/B/B/Deparse.pm
35095 ____________________________________________________________________________
35096 [  9569] By: nick                                  on 2001/04/05  21:32:26
35097         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
35098      Branch: perlio
35099            ! pod/perlunicode.pod
35100 ____________________________________________________________________________
35101 [  9568] By: nick                                  on 2001/04/05  19:38:09
35102         Log: Integrate mainline
35103      Branch: perlio
35104           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
35105           !> (integrate 35 files)
35106 ____________________________________________________________________________
35107 [  9567] By: jhi                                   on 2001/04/05  18:31:45
35108         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
35109              From: Robin Houston <robin@kitsite.com>
35110              Date: Thu, 5 Apr 2001 18:03:23 +0100
35111              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
35112      Branch: perl
35113            ! ext/B/B/Deparse.pm
35114 ____________________________________________________________________________
35115 [  9566] By: jhi                                   on 2001/04/05  18:29:35
35116         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
35117              From: Robin Houston <robin@kitsite.com>
35118              Date: Thu, 5 Apr 2001 16:45:18 +0100
35119              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
35120      Branch: perl
35121            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
35122 ____________________________________________________________________________
35123 [  9565] By: jhi                                   on 2001/04/05  18:24:23
35124         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
35125              From: Robin Houston <robin@kitsite.com>
35126              Date: Thu, 5 Apr 2001 14:50:09 +0100
35127              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
35128      Branch: perl
35129            ! ext/B/B/Deparse.pm
35130 ____________________________________________________________________________
35131 [  9564] By: jhi                                   on 2001/04/05  18:23:03
35132         Log: Subject: [PATCH B::*] print control-character vars readably
35133              From: Robin Houston <robin@kitsite.com>
35134              Date: Thu, 5 Apr 2001 14:27:38 +0100
35135              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
35136              
35137              Needs EBCDICification.
35138      Branch: perl
35139            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
35140            ! ext/B/B/Terse.pm
35141 ____________________________________________________________________________
35142 [  9563] By: jhi                                   on 2001/04/05  18:20:32
35143         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
35144              Date: Thu, 5 Apr 2001 13:21:42 -0400
35145              From: Paul Schinder <schinder@pobox.com>
35146              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
35147              
35148              Mac OS X (Darwin) has extra pwent fields.
35149      Branch: perl
35150            ! t/op/pwent.t
35151 ____________________________________________________________________________
35152 [  9562] By: jhi                                   on 2001/04/05  17:57:51
35153         Log: Regen toc.
35154      Branch: perl
35155            ! pod/perltoc.pod
35156 ____________________________________________________________________________
35157 [  9561] By: jhi                                   on 2001/04/05  17:47:33
35158         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
35159      Branch: metaconfig
35160            ! U/Glossary.patch
35161      Branch: metaconfig/U/perl
35162            + d_u32align.U
35163            ! d_cmsghdr_s.U d_msghdr_s.U
35164 ____________________________________________________________________________
35165 [  9560] By: jhi                                   on 2001/04/05  17:47:01
35166         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
35167              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
35168              Introduce probes for struct msghdr, struct cmsghdr,
35169              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
35170              ualarm, usleep, for possible later extension work.
35171      Branch: perl
35172            + t/lib/md5-align.t
35173            ! Configure MANIFEST Porting/Glossary Porting/config.sh
35174            ! Porting/config_H config_h.SH configure.com epoc/config.sh
35175            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
35176            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35177            ! vos/config.ga.h win32/config.bc win32/config.gc
35178            ! win32/config.vc
35179 ____________________________________________________________________________
35180 [  9559] By: jhi                                   on 2001/04/05  13:03:04
35181         Log: Be traditional in your cpp (for the Errno extension).
35182      Branch: perl
35183            ! hints/darwin.sh
35184 ____________________________________________________________________________
35185 [  9558] By: jhi                                   on 2001/04/05  13:00:05
35186         Log: Add $Config{cppflags} to the gcc incantation.
35187      Branch: perl
35188            ! ext/Errno/Errno_pm.PL
35189 ____________________________________________________________________________
35190 [  9557] By: jhi                                   on 2001/04/05  04:22:39
35191         Log: Introduce Sean Burke's Class::ISA 0.32.
35192      Branch: perl
35193            + lib/Class/ISA.pm t/lib/class-isa.t
35194            ! MANIFEST
35195 ____________________________________________________________________________
35196 [  9556] By: jhi                                   on 2001/04/05  04:09:50
35197         Log: Subject: [PATCH AUTHORS] Housekeeping
35198              From: Paul Johnson <paul@pjcj.net> 
35199              Date: Wed, 4 Apr 2001 22:45:47 +0200
35200              Message-ID: <20010404224547.D9548@pjcj.net>
35201      Branch: perl
35202            ! AUTHORS
35203 ____________________________________________________________________________
35204 [  9555] By: jhi                                   on 2001/04/05  04:06:33
35205         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
35206              From: Gisle Aas <gisle@ActiveState.com>
35207              Date: 04 Apr 2001 14:23:04 -0700
35208              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
35209      Branch: perl
35210            ! pod/perlfaq9.pod
35211 ____________________________________________________________________________
35212 [  9554] By: jhi                                   on 2001/04/05  04:05:49
35213         Log: Downgrade also the "Wide character" diagnostic.
35214      Branch: perl
35215            ! pod/perldiag.pod
35216 ____________________________________________________________________________
35217 [  9553] By: jhi                                   on 2001/04/05  04:00:33
35218         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
35219              maintperl into mainline.
35220              
35221              "double" should be "NV"; standard typemap is missing entry
35222              for NV
35223              
35224              s/djSP/dSP/
35225              
35226              Downgrade "Wide character in print" to a warning.
35227              
35228              B::Deparse fix for ${^FOO} and documentation for PVX() method
35229              (from Robin Houston)
35230              
35231              tr/// doesn't null-terminate the result in some situations
35232              (from Gisle Aas)
35233      Branch: perl
35234           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
35235           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
35236           !> t/io/utf8.t t/op/tr.t
35237 ____________________________________________________________________________
35238 [  9552] By: jhi                                   on 2001/04/05  03:52:50
35239         Log: Retract changes #9542 and #9538 (from maintperl, integrated
35240              at #9540), shouldn't be needed because of the perlio changes.
35241      Branch: perl
35242            ! util.c
35243 ____________________________________________________________________________
35244 [  9551] By: gsar                                  on 2001/04/05  00:18:34
35245         Log: tr/// doesn't null-terminate the result in some situations
35246              (from Gisle Aas)
35247      Branch: maint-5.6/perl
35248            ! doop.c t/op/tr.t
35249 ____________________________________________________________________________
35250 [  9550] By: gsar                                  on 2001/04/04  20:04:17
35251         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
35252              (from Robin Houston)
35253      Branch: maint-5.6/perl
35254            ! ext/B/B.pm ext/B/B/Deparse.pm
35255 ____________________________________________________________________________
35256 [  9549] By: nick                                  on 2001/04/04  18:56:15
35257         Log: Downgrade "Wide character in print" to a warning.
35258      Branch: perlio
35259            ! doio.c t/io/utf8.t
35260 ____________________________________________________________________________
35261 [  9548] By: gsar                                  on 2001/04/04  18:51:49
35262         Log: integrate changes#9460,9462,9482,9521,9522
35263              
35264              Subject: PATCH: B::Debug should show LOOP-specific fields
35265              
35266              Subject: B::Deparse precedence bug. (Patch included.)
35267              
35268              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
35269              
35270              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
35271              
35272              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
35273      Branch: maint-5.6/perl
35274           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
35275           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
35276 ____________________________________________________________________________
35277 [  9547] By: gsar                                  on 2001/04/04  18:49:16
35278         Log: s/djSP/dSP/
35279      Branch: maint-5.6/perl
35280            ! ext/Thread/Thread.xs
35281 ____________________________________________________________________________
35282 [  9546] By: nick                                  on 2001/04/04  18:44:00
35283         Log: Integrate mainline.
35284      Branch: perlio
35285           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
35286           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
35287 ____________________________________________________________________________
35288 [  9545] By: gsar                                  on 2001/04/04  18:38:52
35289         Log: integrate change#8837 from mainline
35290              
35291              Subject: [patch] -Wall cleanup round 2
35292      Branch: maint-5.6/perl
35293           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
35294           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
35295           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
35296           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
35297           !> ext/SDBM_File/SDBM_File.xs
35298 ____________________________________________________________________________
35299 [  9544] By: gsar                                  on 2001/04/04  17:49:57
35300         Log: "double" should be "NV"; standard typemap is missing entry
35301              for NV
35302      Branch: maint-5.6/perl
35303            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
35304 ____________________________________________________________________________
35305 [  9543] By: jhi                                   on 2001/04/04  14:13:18
35306         Log: Thou shalt not (just) match for English error messages.
35307      Branch: perl
35308            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
35309            ! os2/OS2/Process/Process.pm
35310 ____________________________________________________________________________
35311 [  9542] By: jhi                                   on 2001/04/04  13:20:39
35312         Log: Make the stdio tricks of fflush_all() to exist only if
35313              stdio is being used.
35314      Branch: perl
35315            ! util.c
35316 ____________________________________________________________________________
35317 [  9541] By: jhi                                   on 2001/04/04  04:20:24
35318         Log: Subject: Re: [PATCH] Lighten up glob
35319              From: Benjamin Sugars <bsugars@canoe.ca>
35320              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
35321              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
35322      Branch: perl
35323            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
35324            ! util.c
35325 ____________________________________________________________________________
35326 [  9540] By: jhi                                   on 2001/04/04  04:03:57
35327         Log: Integrate changes #9538,9539 from maintperl into mainline.
35328              
35329              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
35330              for use with _fwalk() (fix for change#7705)
35331              
35332              another tweak needed for SunOS 4.1.x build (from Mike Guy)
35333              (cp -f is not portable)
35334      Branch: perl
35335           !> Makefile.SH util.c
35336 ____________________________________________________________________________
35337 [  9539] By: gsar                                  on 2001/04/04  03:01:14
35338         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
35339      Branch: maint-5.6/perl
35340            ! Makefile.SH
35341 ____________________________________________________________________________
35342 [  9538] By: gsar                                  on 2001/04/04  01:00:38
35343         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
35344              for use with _fwalk() (fix for change#7705)
35345      Branch: maint-5.6/perl
35346            ! util.c
35347 ____________________________________________________________________________
35348 [  9537] By: nick                                  on 2001/04/03  19:24:55
35349         Log: Integrate mainline
35350      Branch: perlio
35351           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
35352           +> lib/unicode/PropList.html
35353            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
35354           !> (integrate 69 files)
35355 ____________________________________________________________________________
35356 [  9536] By: jhi                                   on 2001/04/03  18:02:31
35357         Log: Integrate change #9533 from maintperl into mainline.
35358              
35359              better fix for change#9517 to accomodate UNC paths like
35360              \\server\share\foo, and paths with trailing backslash
35361              like c:\this\
35362      Branch: perl
35363           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
35364 ____________________________________________________________________________
35365 [  9535] By: jhi                                   on 2001/04/03  17:58:07
35366         Log: Change the push/unshift warning to be of class syntax, not misc.
35367      Branch: perl
35368            ! op.c pod/perldiag.pod t/pragma/warn/op
35369 ____________________________________________________________________________
35370 [  9534] By: jhi                                   on 2001/04/03  15:03:46
35371         Log: Change the push/unshift warning (#9532) to talk about "no values"
35372              instead of "no arguments".
35373      Branch: perl
35374            ! op.c pod/perldiag.pod t/pragma/warn/op
35375 ____________________________________________________________________________
35376 [  9533] By: gsar                                  on 2001/04/03  14:30:07
35377         Log: better fix for change#9517 to accomodate UNC paths like
35378              \\server\share\foo, and paths with trailing backslash
35379              like c:\this\
35380      Branch: maint-5.6/perl
35381            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
35382 ____________________________________________________________________________
35383 [  9532] By: jhi                                   on 2001/04/03  13:11:46
35384         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
35385              From: Robin Houston <robin@kitsite.com>
35386              Date: Mon, 2 Apr 2001 15:03:29 +0100
35387              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
35388      Branch: perl
35389            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
35390 ____________________________________________________________________________
35391 [  9531] By: jhi                                   on 2001/04/03  13:06:34
35392         Log: Integrate change #9530 from maintperl into mainline.
35393              
35394              accomodate VMS "mailbox overflow" quirk in testsuite (from
35395              Craig Berry)
35396      Branch: perl
35397           !> t/lib/socket.t
35398 ____________________________________________________________________________
35399 [  9530] By: gsar                                  on 2001/04/03  04:56:41
35400         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
35401              Craig Berry)
35402      Branch: maint-5.6/perl
35403            ! t/lib/socket.t
35404 ____________________________________________________________________________
35405 [  9529] By: jhi                                   on 2001/04/03  02:34:34
35406         Log: Update Changes.
35407      Branch: perl
35408            ! Changes patchlevel.h
35409 ____________________________________________________________________________
35410 [  9528] By: jhi                                   on 2001/04/03  01:27:57
35411         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
35412              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
35413              To: perl5-porters@perl.org
35414              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
35415      Branch: perl
35416            ! pod/perlfaq3.pod
35417 ____________________________________________________________________________
35418 [  9527] By: jhi                                   on 2001/04/03  01:22:09
35419         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
35420              From: Peter Prymmer <pvhp@forte.com>
35421              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
35422              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
35423      Branch: perl
35424            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
35425 ____________________________________________________________________________
35426 [  9526] By: jhi                                   on 2001/04/03  01:18:25
35427         Log: The metaconfig unit changes for #9525.
35428      Branch: metaconfig
35429            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
35430      Branch: metaconfig/U/perl
35431            ! use64bits.U
35432 ____________________________________________________________________________
35433 [  9525] By: jhi                                   on 2001/04/03  01:17:30
35434         Log: Configure sanity checks:
35435              * if use64bitall is attempted but pointers are only 32-bit,
35436              'downgrade' to use64bitint
35437              * if use64bitint is attempted but there's no quad type,
35438              forget about use64bitint (well, the default for it is 'n',
35439              the user can still override this)
35440              * if pointers are 64 bits, do not try to use Perl's malloc
35441      Branch: perl
35442            ! Configure
35443 ____________________________________________________________________________
35444 [  9524] By: gsar                                  on 2001/04/03  01:09:12
35445         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
35446      Branch: maint-5.6/perl
35447            ! pp_sys.c
35448 ____________________________________________________________________________
35449 [  9523] By: jhi                                   on 2001/04/03  00:02:31
35450         Log: (Retracted by #9609)
35451              
35452              Make it harder for parallel makes to enter 'test' before
35453              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
35454              should be unhappy enough, but sometimes parallel makes seem
35455              to sneak past both in Tru64 and AIX.)
35456      Branch: perl
35457            ! Makefile.SH
35458 ____________________________________________________________________________
35459 [  9522] By: jhi                                   on 2001/04/02  22:35:31
35460         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
35461              Date: Mon, 2 Apr 2001 22:54:10 +0100
35462              From: Robin Houston <robin@kitsite.com>
35463              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
35464      Branch: perl
35465            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
35466 ____________________________________________________________________________
35467 [  9521] By: jhi                                   on 2001/04/02  22:32:23
35468         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
35469              From: Robin Houston <robin@kitsite.com>
35470              Date: Mon, 2 Apr 2001 20:24:03 +0100
35471              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
35472      Branch: perl
35473            ! ext/B/B/Concise.pm
35474 ____________________________________________________________________________
35475 [  9520] By: jhi                                   on 2001/04/02  22:30:43
35476         Log: Subject: [PATCH] REALLY pedantic hv.h nit
35477              From: Simon Cozens <simon@netthink.co.uk>
35478              Date: Mon, 2 Apr 2001 15:43:06 +0100
35479              Message-ID: <20010402154306.A21711@netthink.co.uk>
35480      Branch: perl
35481            ! hv.h
35482 ____________________________________________________________________________
35483 [  9519] By: jhi                                   on 2001/04/02  22:28:04
35484         Log: Based on
35485              
35486              Subject: [foolperl] EPOC fix
35487              From: Olaf Flebbe <O.Flebbe@science-computing.de>
35488              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
35489              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
35490      Branch: perl
35491            ! pp_sys.c
35492 ____________________________________________________________________________
35493 [  9518] By: jhi                                   on 2001/04/02  22:22:34
35494         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
35495              
35496              README.win32 tweaks; add a note about alternative location for
35497              getting a gcc-2.95.2 that will build perl properly on windows
35498              
35499              add some notes about gutsy threading matters
35500              
35501              many of the utilities interpolate literal paths within doublequotes
35502              (fails on dosish platforms where path contains backslashes)
35503      Branch: perl
35504           !> README.win32 pod/perlguts.pod utils/perldoc.PL
35505           !> x2p/find2perl.PL x2p/s2p.PL
35506 ____________________________________________________________________________
35507 [  9517] By: gsar                                  on 2001/04/02  19:52:21
35508         Log: many of the utilities interpolate literal paths within doublequotes
35509              (fails on dosish platforms where path contains backslashes)
35510      Branch: maint-5.6/perl
35511            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
35512 ____________________________________________________________________________
35513 [  9516] By: gsar                                  on 2001/04/02  05:49:37
35514         Log: a foolish release
35515      Branch: maint-5.6/perl
35516            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
35517            ! pod/perltoc.pod
35518 ____________________________________________________________________________
35519 [  9515] By: gsar                                  on 2001/04/02  05:04:29
35520         Log: add missing changelog summaries
35521      Branch: maint-5.6/perl
35522            ! Changes
35523 ____________________________________________________________________________
35524 [  9514] By: gsar                                  on 2001/04/02  04:07:13
35525         Log: add some notes about gutsy threading matters
35526      Branch: maint-5.6/perl
35527            ! pod/perlguts.pod
35528 ____________________________________________________________________________
35529 [  9513] By: gsar                                  on 2001/04/02  03:25:21
35530         Log: add more prominent caveat notices about experimental features
35531      Branch: maint-5.6/perl
35532            ! pod/perlfork.pod pod/perlunicode.pod
35533 ____________________________________________________________________________
35534 [  9512] By: gsar                                  on 2001/04/02  02:54:33
35535         Log: integrate changes#9479,9509 from mainline
35536              
35537              [PATCH] File::Glob stuff for Mac OS
35538              
35539              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
35540      Branch: maint-5.6/perl
35541           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
35542           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
35543           !> t/lib/glob-taint.t
35544 ____________________________________________________________________________
35545 [  9511] By: gsar                                  on 2001/04/02  02:38:24
35546         Log: README.win32 tweaks; add a note about alternative location for
35547              getting a gcc-2.95.2 that will build perl properly on windows
35548      Branch: maint-5.6/perl
35549            ! README.win32
35550 ____________________________________________________________________________
35551 [  9510] By: jhi                                   on 2001/04/01  20:45:10
35552         Log: An ambiguosity warning.
35553      Branch: perl
35554            ! t/lib/trig.t
35555 ____________________________________________________________________________
35556 [  9509] By: jhi                                   on 2001/04/01  19:53:47
35557         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
35558              From: Jonathan Stowe <gellyfish@gellyfish.com>
35559              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
35560              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
35561      Branch: perl
35562            ! ext/File/Glob/bsd_glob.c
35563 ____________________________________________________________________________
35564 [  9508] By: jhi                                   on 2001/04/01  19:35:03
35565         Log: Update Changes.
35566      Branch: perl
35567            ! Changes patchlevel.h
35568 ____________________________________________________________________________
35569 [  9507] By: jhi                                   on 2001/04/01  19:24:01
35570         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
35571              from mainline to maintperl: pod tweaks.
35572      Branch: maint-5.6/perl
35573           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
35574           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
35575           !> pod/perlvar.pod
35576 ____________________________________________________________________________
35577 [  9506] By: jhi                                   on 2001/04/01  19:11:53
35578         Log: Commit Sarathy to April release of 5.6.1 :-)
35579      Branch: perl
35580            ! pod/perlfaq1.pod
35581 ____________________________________________________________________________
35582 [  9505] By: jhi                                   on 2001/04/01  19:03:15
35583         Log: Subject: PATCH 5.6.0 (perldebug.pod)
35584              From: Mark-Jason Dominus <mjd@plover.com>
35585              Date: Sun, 01 Apr 2001 14:25:11 -0400
35586              Message-ID: <20010401182511.9247.qmail@plover.com>
35587      Branch: perl
35588            ! pod/perldebug.pod
35589 ____________________________________________________________________________
35590 [  9504] By: jhi                                   on 2001/04/01  18:43:09
35591         Log: Add great_circle_direction().
35592      Branch: perl
35593            ! lib/Math/Trig.pm t/lib/trig.t
35594 ____________________________________________________________________________
35595 [  9503] By: jhi                                   on 2001/04/01  17:29:12
35596         Log: Unicode ReadMe update for Unicode 3.1.
35597      Branch: perl
35598            ! lib/unicode/ReadMe.txt
35599 ____________________________________________________________________________
35600 [  9502] By: jhi                                   on 2001/04/01  17:18:40
35601         Log: Integrate change #9501 from maintperl into mainline.
35602              
35603              fix the perlembed notes on multiple interpreters
35604              
35605              fix ExtUtils::Embed to work passably on Windows
35606      Branch: perl
35607           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
35608 ____________________________________________________________________________
35609 [  9501] By: gsar                                  on 2001/04/01  07:21:57
35610         Log: fix the perlembed notes on multiple interpreters
35611              
35612              fix ExtUtils::Embed to work passably on Windows
35613      Branch: maint-5.6/perl
35614            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
35615 ____________________________________________________________________________
35616 [  9500] By: jhi                                   on 2001/04/01  05:58:23
35617         Log: Test for #9499.
35618      Branch: perl
35619            ! t/op/tr.t
35620 ____________________________________________________________________________
35621 [  9499] By: jhi                                   on 2001/04/01  05:55:46
35622         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
35623      Branch: perl
35624            ! embed.h embed.pl op.c proto.h
35625 ____________________________________________________________________________
35626 [  9498] By: jhi                                   on 2001/04/01  05:44:34
35627         Log: Protect the workaround hunk more.
35628      Branch: perl
35629            ! toke.c
35630 ____________________________________________________________________________
35631 [  9497] By: jhi                                   on 2001/04/01  00:24:25
35632         Log: Integrate changes #9493,9494,9495,9496 from maintperl
35633              into mainline.
35634              
35635              fix a broken workaround for Borland compiler in change#4739
35636              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
35637              
35638              nits spotted by Borland compiler
35639              
35640              avoid redefinition warnings under Borland 5.02
35641              
35642              various nits identified by the Borland 5.5 compiler; remove suppression
35643              of a few warnings
35644      Branch: perl
35645           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
35646           !> win32/win32.h
35647 ____________________________________________________________________________
35648 [  9496] By: gsar                                  on 2001/03/31  23:22:28
35649         Log: various nits identified by the Borland 5.5 compiler; remove suppression
35650              of a few warnings
35651      Branch: maint-5.6/perl
35652            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
35653 ____________________________________________________________________________
35654 [  9495] By: gsar                                  on 2001/03/31  21:03:08
35655         Log: avoid redefinition warnings under Borland 5.02
35656      Branch: maint-5.6/perl
35657            ! win32/makefile.mk
35658 ____________________________________________________________________________
35659 [  9494] By: gsar                                  on 2001/03/31  20:18:59
35660         Log: nits spotted by Borland compiler
35661      Branch: maint-5.6/perl
35662            ! utf8.h win32/win32.h
35663 ____________________________________________________________________________
35664 [  9493] By: gsar                                  on 2001/03/31  20:18:05
35665         Log: fix a broken workaround for Borland compiler in change#4739
35666              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
35667      Branch: maint-5.6/perl
35668            ! toke.c
35669 ____________________________________________________________________________
35670 [  9492] By: jhi                                   on 2001/03/31  18:36:24
35671         Log: Integrate change #9491 from maintperl into mainline.
35672              
35673              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
35674              directory is relative (need to fetch the full path name *before*
35675              the chdir!)
35676      Branch: perl
35677           !> lib/Cwd.pm
35678 ____________________________________________________________________________
35679 [  9491] By: gsar                                  on 2001/03/31  17:01:56
35680         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
35681              directory is relative (need to fetch the full path name *before*
35682              the chdir!)
35683              
35684              this is a followup patch for change#6749
35685      Branch: maint-5.6/perl
35686            ! lib/Cwd.pm
35687 ____________________________________________________________________________
35688 [  9490] By: jhi                                   on 2001/03/31  15:50:18
35689         Log: Subject: Re: [PATCH] av.h cosmetics
35690              From: Simon Cozens <simon@netthink.co.uk>
35691              Date: Sat, 31 Mar 2001 13:09:59 +0100
35692              Message-ID: <20010331130959.A22000@netthink.co.uk>
35693              
35694              Document AvALLOC.
35695      Branch: perl
35696            ! pod/perlguts.pod
35697 ____________________________________________________________________________
35698 [  9489] By: jhi                                   on 2001/03/31  15:48:44
35699         Log: Subject: [PATCH] Re: Math::Big* v1.21
35700              From: Tels <perl_dummy@bloodgate.com>
35701              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
35702              Message-Id: <200103311125.GAA377738@www08.hway.net>
35703      Branch: perl
35704            ! pod/perlop.pod
35705 ____________________________________________________________________________
35706 [  9488] By: jhi                                   on 2001/03/31  03:39:51
35707         Log: Debug output tweak.
35708      Branch: perl
35709            ! t/lib/cwd.t
35710 ____________________________________________________________________________
35711 [  9487] By: jhi                                   on 2001/03/31  03:33:02
35712         Log: OverVMSification.
35713      Branch: perl
35714            ! t/lib/cwd.t
35715 ____________________________________________________________________________
35716 [  9486] By: jhi                                   on 2001/03/31  03:01:40
35717         Log: Missed MANIFESTations in #9483.
35718      Branch: perl
35719            ! MANIFEST
35720 ____________________________________________________________________________
35721 [  9485] By: jhi                                   on 2001/03/31  02:58:17
35722         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
35723              From: Peter Prymmer <pvhp@forte.com>
35724              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
35725              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
35726      Branch: perl
35727            ! regexec.c t/lib/cwd.t
35728 ____________________________________________________________________________
35729 [  9484] By: jhi                                   on 2001/03/31  01:04:41
35730         Log: Obsolete file (see #3938)
35731      Branch: perl
35732            - lib/unicode/README.Ethiopic
35733            ! MANIFEST
35734 ____________________________________________________________________________
35735 [  9483] By: jhi                                   on 2001/03/31  00:52:42
35736         Log: Update to Unicode 3.1.
35737              (Rename Names.txt to NamesList.txt.)
35738      Branch: perl
35739            + lib/unicode/NamesList.txt lib/unicode/PropList.html
35740            - lib/unicode/Names.txt
35741            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
35742            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
35743            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
35744            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
35745            ! lib/unicode/UCD.html lib/unicode/Unicode.html
35746            ! lib/unicode/rename lib/unicode/version
35747 ____________________________________________________________________________
35748 [  9482] By: jhi                                   on 2001/03/30  23:33:44
35749         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
35750              From: Robin Houston <robin@kitsite.com>
35751              Date: Fri, 30 Mar 2001 20:07:22 +0100
35752              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
35753      Branch: perl
35754            ! ext/B/B/Deparse.pm
35755 ____________________________________________________________________________
35756 [  9481] By: jhi                                   on 2001/03/30  23:20:25
35757         Log: Subject: Re: [PATCH] CwdXS, Take 2
35758              From: Benjamin Sugars <bsugars@canoe.ca>
35759              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
35760              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
35761      Branch: perl
35762            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
35763            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
35764 ____________________________________________________________________________
35765 [  9480] By: jhi                                   on 2001/03/30  22:52:38
35766         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
35767              From: David Dyck <dcd@tc.fluke.com>
35768              Date: Fri, 30 Mar 2001 14:44:13 -0800
35769              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
35770              
35771              The t/rantests flags file creation was accidentally
35772              removed by #9217.
35773      Branch: perl
35774            ! Makefile.SH
35775 ____________________________________________________________________________
35776 [  9479] By: jhi                                   on 2001/03/30  22:45:45
35777         Log: Subject: [PATCH] File::Glob stuff for Mac OS
35778              From: Chris Nandor <pudge@pobox.com>
35779              Date: Fri, 30 Mar 2001 16:51:00 -0500
35780              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
35781      Branch: perl
35782            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
35783            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
35784            ! t/lib/glob-taint.t
35785 ____________________________________________________________________________
35786 [  9478] By: jhi                                   on 2001/03/30  22:43:12
35787         Log: Subject: fix for win32/buildext.pl
35788              From: "Vadim Konovalov" <watman@inbox.ru>
35789              Date: Sat, 31 Mar 2001 00:50:36 +0400
35790              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
35791      Branch: perl
35792            ! win32/buildext.pl
35793 ____________________________________________________________________________
35794 [  9477] By: jhi                                   on 2001/03/30  22:41:16
35795         Log: Subject: small base.pm doc patch
35796              From: Leon Brocard <acme@astray.com>
35797              Date: Fri, 30 Mar 2001 21:49:57 +0100
35798              Message-ID: <20010330214957.B8733@ns0.astray.com>
35799      Branch: perl
35800            ! lib/base.pm
35801 ____________________________________________________________________________
35802 [  9476] By: jhi                                   on 2001/03/30  18:16:57
35803         Log: Subject: [PATCH] av.h cosmetics
35804              From: Simon Cozens <simon@netthink.co.uk>
35805              Date: Fri, 30 Mar 2001 18:12:28 +0100
35806              Message-ID: <20010330181228.A9319@netthink.co.uk>
35807      Branch: perl
35808            ! av.h
35809 ____________________________________________________________________________
35810 [  9475] By: jhi                                   on 2001/03/30  18:15:50
35811         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
35812              From: "Philip Newton" <pnewton@gmx.de>
35813              Date: Fri, 30 Mar 2001 19:06:57 +0200
35814              Message-ID: <3AC4D951.14815.1AC7068@localhost>
35815      Branch: perl
35816            ! pod/perlhack.pod
35817 ____________________________________________________________________________
35818 [  9474] By: jhi                                   on 2001/03/30  18:14:02
35819         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
35820              From: Benjamin Sugars <bsugars@canoe.ca>
35821              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
35822              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
35823      Branch: perl
35824            ! t/lib/glob-basic.t
35825 ____________________________________________________________________________
35826 [  9473] By: jhi                                   on 2001/03/30  16:09:24
35827         Log: Update Changes.
35828      Branch: perl
35829            ! Changes patchlevel.h
35830 ____________________________________________________________________________
35831 [  9472] By: jhi                                   on 2001/03/30  15:16:08
35832         Log: Integrate perlio.
35833      Branch: perl
35834           !> t/lib/cwd.t t/lib/glob-basic.t
35835 ____________________________________________________________________________
35836 [  9471] By: nick                                  on 2001/03/30  14:47:10
35837         Log: Should be (^O eq 'MSWin32') not 'Win32'
35838              Fail #12 seems real - chdir is in wrong dir.
35839      Branch: perlio
35840            ! t/lib/cwd.t
35841 ____________________________________________________________________________
35842 [  9470] By: jhi                                   on 2001/03/30  14:41:11
35843         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
35844              From: Radu Greab <radu@netsoft.ro>
35845              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
35846              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
35847              
35848              Replace #9352.
35849      Branch: perl
35850            ! ext/Socket/Socket.xs pp_sys.c
35851 ____________________________________________________________________________
35852 [  9469] By: jhi                                   on 2001/03/30  14:37:51
35853         Log: Subject: PATCH pod/perldiag.pod
35854              From: Robin Houston <robin@kitsite.com>
35855              Date: Fri, 30 Mar 2001 14:10:36 +0100
35856              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
35857      Branch: perl
35858            ! pod/perldiag.pod t/lib/glob-basic.t
35859 ____________________________________________________________________________
35860 [  9468] By: jhi                                   on 2001/03/30  14:36:36
35861         Log: Subject: Better diagnostic in io/fs.t
35862              From: andreas.koenig@anima.de (Andreas J. Koenig)
35863              Date: 30 Mar 2001 10:11:43 +0200
35864              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
35865      Branch: perl
35866            ! t/io/fs.t
35867 ____________________________________________________________________________
35868 [  9467] By: nick                                  on 2001/03/30  14:25:43
35869         Log: Skip order test of glob if case-ignoring system cannot 
35870              create a.test and A.test
35871      Branch: perlio
35872            ! t/lib/glob-basic.t
35873 ____________________________________________________________________________
35874 [  9466] By: nick                                  on 2001/03/30  13:03:12
35875         Log: Integrate mainline.
35876      Branch: perlio
35877            - ext/re/hints/aix.pl
35878           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
35879           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
35880           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
35881           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
35882 ____________________________________________________________________________
35883 [  9465] By: jhi                                   on 2001/03/30  03:53:37
35884         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
35885              the tests sometimes hang, sometimes not.)
35886      Branch: perl
35887            ! t/lib/io_multihomed.t t/lib/io_sock.t
35888 ____________________________________________________________________________
35889 [  9464] By: jhi                                   on 2001/03/30  02:56:04
35890         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
35891              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35892              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
35893              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
35894      Branch: perl
35895            ! op.c
35896 ____________________________________________________________________________
35897 [  9463] By: jhi                                   on 2001/03/30  02:34:48
35898         Log: Test for #9462.
35899      Branch: perl
35900            ! t/lib/b.t
35901 ____________________________________________________________________________
35902 [  9462] By: jhi                                   on 2001/03/30  02:29:37
35903         Log: Subject: B::Deparse precedence bug. (Patch included.)
35904              From: Jeremy Madea <jmadea@inktomi.com>
35905              Date: Thu, 29 Mar 2001 12:05:02 -0800
35906              Message-ID: <20010329120502.A24881@dr.inktomi.com>
35907      Branch: perl
35908            ! ext/B/B/Deparse.pm
35909 ____________________________________________________________________________
35910 [  9461] By: jhi                                   on 2001/03/30  02:18:41
35911         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
35912              From: Peter Prymmer <pvhp@forte.com>
35913              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
35914              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
35915      Branch: perl
35916            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
35917            ! t/lib/md5-file.t
35918 ____________________________________________________________________________
35919 [  9460] By: jhi                                   on 2001/03/30  02:17:07
35920         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
35921              From: Robin Houston <robin@kitsite.com>
35922              Date: Thu, 29 Mar 2001 20:47:56 +0100
35923              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
35924      Branch: perl
35925            ! ext/B/B/Debug.pm
35926 ____________________________________________________________________________
35927 [  9459] By: jhi                                   on 2001/03/30  02:16:05
35928         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
35929              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
35930              Date: Wed, 28 Mar 2001 18:02:20 -0600
35931              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
35932      Branch: perl
35933            ! lib/ExtUtils/MM_VMS.pm
35934 ____________________________________________________________________________
35935 [  9458] By: jhi                                   on 2001/03/30  02:07:58
35936         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
35937              From: "Joshua E. Rodd" <jrodd@pbs.org>
35938              Date: Wed, 28 Mar 2001 17:29:12 -0500
35939              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
35940      Branch: perl
35941            ! pod/perlop.pod
35942 ____________________________________________________________________________
35943 [  9457] By: jhi                                   on 2001/03/30  02:04:33
35944         Log: Subject: ext/re/aix.pl can go
35945              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35946              Date: Thu, 29 Mar 2001 12:03:28 +0200
35947              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
35948      Branch: perl
35949            - ext/re/hints/aix.pl
35950            ! MANIFEST
35951 ____________________________________________________________________________
35952 [  9456] By: jhi                                   on 2001/03/30  02:03:32
35953         Log: Integrate perlio.
35954      Branch: perl
35955           !> ext/Encode/Encode.xs installperl
35956 ____________________________________________________________________________
35957 [  9455] By: nick                                  on 2001/03/29  21:11:46
35958         Log: DLL name has changed so installperl needs to know
35959              (Why isn't it working it out or passed it?)
35960      Branch: perlio
35961            ! installperl
35962 ____________________________________________________________________________
35963 [  9454] By: nick                                  on 2001/03/29  20:56:12
35964         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
35965              and we don't get undef warnings.
35966      Branch: perlio
35967            ! ext/Encode/Encode.xs
35968 ____________________________________________________________________________
35969 [  9453] By: nick                                  on 2001/03/29  17:58:48
35970         Log: Integrate mainline
35971      Branch: perlio
35972           !> Changes patchlevel.h
35973 ____________________________________________________________________________
35974 [  9452] By: jhi                                   on 2001/03/29  16:44:55
35975         Log: Update Changes.
35976      Branch: perl
35977            ! Changes patchlevel.h
35978 ____________________________________________________________________________
35979 [  9451] By: nick                                  on 2001/03/29  16:31:38
35980         Log: Integrate mainline
35981      Branch: perlio
35982           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
35983           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
35984           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
35985           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
35986           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
35987 ____________________________________________________________________________
35988 [  9450] By: jhi                                   on 2001/03/29  16:29:17
35989         Log: Integrate perlio.
35990      Branch: perl
35991           !> win32/buildext.pl
35992 ____________________________________________________________________________
35993 [  9449] By: jhi                                   on 2001/03/29  15:50:01
35994         Log: Update Changes.
35995      Branch: perl
35996            ! Changes patchlevel.h
35997 ____________________________________________________________________________
35998 [  9448] By: nick                                  on 2001/03/29  15:47:15
35999         Log: Make sure buildext.pl finds Errno.pm
36000      Branch: perlio
36001            ! win32/buildext.pl
36002 ____________________________________________________________________________
36003 [  9447] By: jhi                                   on 2001/03/29  15:39:34
36004         Log: Integrate perlio.
36005      Branch: perl
36006           !> win32/makefile.mk
36007 ____________________________________________________________________________
36008 [  9446] By: nick                                  on 2001/03/29  15:30:03
36009         Log: Integrate win32/makefile.mk with mainline.
36010      Branch: perlio
36011           !> win32/makefile.mk
36012 ____________________________________________________________________________
36013 [  9445] By: nick                                  on 2001/03/29  15:27:32
36014         Log: Fix breakage ... 
36015      Branch: perlio
36016            ! win32/makefile.mk
36017 ____________________________________________________________________________
36018 [  9444] By: jhi                                   on 2001/03/29  15:03:08
36019         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
36020              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
36021              Date: Thu, 29 Mar 2001 10:32:59 +0400
36022              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
36023      Branch: perl
36024            ! win32/makefile.mk
36025 ____________________________________________________________________________
36026 [  9443] By: jhi                                   on 2001/03/29  15:02:12
36027         Log: Integrate perlio.
36028      Branch: perl
36029           +> win32/buildext.pl
36030           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
36031           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
36032 ____________________________________________________________________________
36033 [  9442] By: nick                                  on 2001/03/29  14:59:11
36034         Log: Work in progress - determine win32 extensions to build via script.
36035      Branch: perlio
36036            + win32/buildext.pl
36037            ! MANIFEST win32/makefile.mk
36038 ____________________________________________________________________________
36039 [  9441] By: jhi                                   on 2001/03/29  14:51:47
36040         Log: Reintroduce the use of external pwd.
36041      Branch: perl
36042            ! t/lib/cwd.t
36043 ____________________________________________________________________________
36044 [  9440] By: jhi                                   on 2001/03/29  14:42:58
36045         Log: use warnings instead of -w.
36046      Branch: perl
36047            ! utils/h2xs.PL
36048 ____________________________________________________________________________
36049 [  9439] By: jhi                                   on 2001/03/29  14:41:52
36050         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
36051              From: Jonathan Stowe <gellyfish@gellyfish.com>
36052              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
36053              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
36054      Branch: perl
36055            ! utils/h2xs.PL
36056 ____________________________________________________________________________
36057 [  9438] By: jhi                                   on 2001/03/29  14:39:38
36058         Log: Subject: [PATCH perl@9424] minor pod nits
36059              From: Robin Barker <rmb1@cise.npl.co.uk>
36060              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
36061              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
36062      Branch: perl
36063            ! pod/perlhack.pod pod/perliol.pod
36064 ____________________________________________________________________________
36065 [  9437] By: jhi                                   on 2001/03/29  14:29:16
36066         Log: Subject: [PATCH perl@9424] typemap cast warning
36067              From: Robin Barker <rmb1@cise.npl.co.uk>
36068              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
36069              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
36070      Branch: perl
36071            ! lib/ExtUtils/typemap
36072 ____________________________________________________________________________
36073 [  9436] By: jhi                                   on 2001/03/29  14:26:03
36074         Log: Subject: [PATCH perl@9424] printf warning
36075              From: Robin Barker <rmb1@cise.npl.co.uk>
36076              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
36077              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
36078      Branch: perl
36079            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
36080            ! ext/Storable/Storable.xs toke.c
36081 ____________________________________________________________________________
36082 [  9435] By: nick                                  on 2001/03/29  14:23:31
36083         Log: Win32 has name conflict with ERROR
36084      Branch: perlio
36085            ! ext/PerlIO/Via/Via.xs
36086 ____________________________________________________________________________
36087 [  9434] By: jhi                                   on 2001/03/29  14:17:48
36088         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
36089              From: Peter Prymmer <pvhp@forte.com>
36090              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
36091              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
36092      Branch: perl
36093            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
36094 ____________________________________________________________________________
36095 [  9433] By: jhi                                   on 2001/03/29  13:52:44
36096         Log: test-prep target was missing.
36097      Branch: perl
36098            ! Makefile.SH
36099 ____________________________________________________________________________
36100 [  9432] By: nick                                  on 2001/03/29  12:40:03
36101         Log: Make as-shipped compiler default to MSVC6 
36102      Branch: perlio
36103            ! win32/makefile.mk
36104 ____________________________________________________________________________
36105 [  9431] By: nick                                  on 2001/03/29  12:12:16
36106         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
36107              akin to PerlIO::Scalar.
36108      Branch: perlio
36109            ! perlio.c perlio.h
36110 ____________________________________________________________________________
36111 [  9430] By: nick                                  on 2001/03/29  10:56:35
36112         Log: Integrate mainline.
36113      Branch: perlio
36114           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
36115           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
36116           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
36117           !> win32/makefile.mk win32/win32sck.c
36118 ____________________________________________________________________________
36119 [  9429] By: nick                                  on 2001/03/29  09:03:43
36120         Log: Noticed that two tests were skipped as perlio:: package
36121              isn't there any more. Changed the skip condition.
36122              Avoid core-dump if sv_utf8_upgrade() called on something
36123              that does not become SvPOK after SvPV() (e.g. a ref).
36124      Branch: perlio
36125            ! sv.c t/io/utf8.t t/lib/io_scalar.t
36126 ____________________________________________________________________________
36127 [  9428] By: jhi                                   on 2001/03/29  01:31:47
36128         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
36129              From: Benjamin Sugars <bsugars@canoe.ca> 
36130              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
36131              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
36132      Branch: perl
36133            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
36134            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
36135            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
36136 ____________________________________________________________________________
36137 [  9427] By: jhi                                   on 2001/03/29  00:49:30
36138         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
36139              From: "Vadim Konovalov" <watman@inbox.ru>
36140              Date: Thu, 29 Mar 2001 01:50:12 +0400
36141              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
36142      Branch: perl
36143            ! win32/makefile.mk win32/win32sck.c
36144 ____________________________________________________________________________
36145 [  9426] By: gsar                                  on 2001/03/29  00:28:04
36146         Log: dmake can only handle == and != in comparisons; support building
36147              with Borland's VCL libraries (from Vadim Konovalov)
36148      Branch: maint-5.6/perl
36149            ! win32/makefile.mk
36150 ____________________________________________________________________________
36151 [  9425] By: nick                                  on 2001/03/28  19:29:56
36152         Log: Integrate (@snapshot)
36153      Branch: perlio
36154           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
36155 ____________________________________________________________________________
36156 [  9424] By: jhi                                   on 2001/03/28  19:03:16
36157         Log: Update Changes.
36158      Branch: perl
36159            ! Changes patchlevel.h
36160 ____________________________________________________________________________
36161 [  9423] By: jhi                                   on 2001/03/28  18:52:09
36162         Log: Rmdir lib/XS on cleanup.
36163      Branch: perl
36164            ! Makefile.SH
36165 ____________________________________________________________________________
36166 [  9422] By: jhi                                   on 2001/03/28  18:49:34
36167         Log: Integrate perlio.
36168      Branch: perl
36169           !> t/op/utf8decode.t
36170 ____________________________________________________________________________
36171 [  9421] By: nick                                  on 2001/03/28  18:46:44
36172         Log: Loose duplicate chunk.
36173      Branch: perlio
36174            ! t/op/utf8decode.t
36175 ____________________________________________________________________________
36176 [  9420] By: nick                                  on 2001/03/28  18:44:11
36177         Log: Integrate mainline.
36178      Branch: perlio
36179           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
36180           !> vms/vmsish.h
36181 ____________________________________________________________________________
36182 [  9419] By: jhi                                   on 2001/03/28  18:42:05
36183         Log: Can't trust external pwds
36184              (either shell builtins or external programs)
36185      Branch: perl
36186            ! t/lib/cwd.t
36187 ____________________________________________________________________________
36188 [  9418] By: jhi                                   on 2001/03/28  18:34:05
36189         Log: Integrate perlio.
36190      Branch: perl
36191            - lib/perlio.pm
36192           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
36193           !> t/op/utf8decode.t
36194 ____________________________________________________________________________
36195 [  9417] By: nick                                  on 2001/03/28  18:24:02
36196         Log: PerlIO.pm / perlio.pm conflict.
36197              Update some pods.
36198              Make t/op/utf8decode.t a text file.
36199      Branch: perlio
36200            - lib/perlio.pm
36201            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
36202            ! t/op/utf8decode.t
36203 ____________________________________________________________________________
36204 [  9416] By: jhi                                   on 2001/03/28  18:06:07
36205         Log: Integrate change #9409 from mainline to maintperl.
36206              
36207              Yet another tweak on AIX dynaloading.
36208      Branch: maint-5.6/perl
36209           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
36210 ____________________________________________________________________________
36211 [  9415] By: gsar                                  on 2001/03/28  17:13:01
36212         Log: integrate changes#9377,9385,9401 from mainline
36213              
36214              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
36215              
36216              If directory entries compare equal case-insensitively,
36217              retry case-sensitively.
36218              
36219              Subject: [PATCH] B::Terse and warnings
36220      Branch: maint-5.6/perl
36221           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
36222           !> t/pragma/warn/perl
36223 ____________________________________________________________________________
36224 [  9414] By: jhi                                   on 2001/03/28  17:11:12
36225         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
36226              From: "Craig A. Berry" <craigberry@mac.com>
36227              Date: Wed, 28 Mar 2001 10:55:20 -0600
36228              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
36229      Branch: perl
36230            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
36231 ____________________________________________________________________________
36232 [  9413] By: jhi                                   on 2001/03/28  17:03:12
36233         Log: Dup hunk.
36234      Branch: perl
36235            ! t/op/utf8decode.t
36236 ____________________________________________________________________________
36237 [  9412] By: jhi                                   on 2001/03/28  17:02:36
36238         Log: Forced integrate from perlio.
36239      Branch: perl
36240           !> t/op/utf8decode.t
36241 ____________________________________________________________________________
36242 [  9411] By: nick                                  on 2001/03/28  16:50:03
36243         Log: Integrate mainline.
36244      Branch: perlio
36245           +> t/lib/cwd.t
36246           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
36247           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
36248           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
36249           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
36250           !> t/pragma/warn/perl
36251 ____________________________________________________________________________
36252 [  9410] By: jhi                                   on 2001/03/28  16:44:23
36253         Log: Subject: Re: [PATCH] 9403 cannot be tested
36254              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36255              Date: Wed, 28 Mar 2001 18:33:56 +0200
36256              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
36257      Branch: perl
36258            ! makedef.pl
36259 ____________________________________________________________________________
36260 [  9409] By: jhi                                   on 2001/03/28  16:12:45
36261         Log: Yet another tweak on AIX dynaloading.
36262      Branch: perl
36263            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
36264 ____________________________________________________________________________
36265 [  9408] By: jhi                                   on 2001/03/28  15:52:55
36266         Log: Subject: [PATCH] 9403 cannot be tested
36267              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
36268              Date: Wed, 28 Mar 2001 17:23:00 +0200
36269              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
36270              
36271              A missing symbol.
36272      Branch: perl
36273            ! makedef.pl
36274 ____________________________________________________________________________
36275 [  9407] By: jhi                                   on 2001/03/28  15:47:43
36276         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
36277      Branch: perl
36278            ! t/op/utf8decode.t
36279           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
36280           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
36281 ____________________________________________________________________________
36282 [  9406] By: jhi                                   on 2001/03/28  15:37:08
36283         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
36284              From: Benjamin Sugars <bsugars@canoe.ca> 
36285              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
36286              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
36287      Branch: perl
36288            + t/lib/cwd.t
36289            ! MANIFEST
36290 ____________________________________________________________________________
36291 [  9405] By: jhi                                   on 2001/03/28  15:13:18
36292         Log: pp_ne() needs a CORRECT boolean.
36293      Branch: perl
36294            ! pp.c
36295 ____________________________________________________________________________
36296 [  9404] By: jhi                                   on 2001/03/28  15:09:23
36297         Log: pp_ne() needs a boolean, not an integer.
36298      Branch: perl
36299            ! pp.c
36300 ____________________________________________________________________________
36301 [  9403] By: jhi                                   on 2001/03/28  14:47:43
36302         Log: (Retracted by #9404.)
36303      Branch: perl
36304            ! pp.c
36305 ____________________________________________________________________________
36306 [  9402] By: jhi                                   on 2001/03/28  14:43:59
36307         Log: Subject: Re: [PATCH] Typemap testing
36308              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
36309              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
36310              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
36311      Branch: perl
36312            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
36313            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
36314 ____________________________________________________________________________
36315 [  9401] By: jhi                                   on 2001/03/28  14:42:14
36316         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
36317              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
36318              Date: Sun, 25 Mar 2001 21:59:15 +0100
36319              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
36320              
36321              A variable will be checked for the "use once" warnings if:
36322              
36323              1. It is in the scope of a use warnings 'once'
36324              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
36325              
36326              Otherwise it won't be checked at all.
36327              
36328              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
36329              
36330              The enclosed patch partially fixes this issue. What I didn't
36331              get to work was the case where the "used once" warning is enabled
36332              in any file other than the main file.
36333      Branch: perl
36334            ! gv.c t/pragma/warn/perl
36335 ____________________________________________________________________________
36336 [  9400] By: nick                                  on 2001/03/28  14:38:24
36337         Log: More EBCDIC tweaks:
36338              - one more swash issue &~(0xA0-1) did not do the right thing,
36339              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
36340              - add "use re 'asciirange'" to make [!-~] etc. work
36341              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
36342              - Choose a key for t/op/each.t test which gets encoded.
36343              - Skip utf8decode if this is UTF-EBCDIC.
36344      Branch: perlio
36345            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
36346            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
36347 ____________________________________________________________________________
36348 [  9399] By: jhi                                   on 2001/03/28  14:21:00
36349         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
36350              Andreas Schwab.
36351      Branch: perl
36352            ! pp.c
36353 ____________________________________________________________________________
36354 [  9398] By: jhi                                   on 2001/03/28  00:55:56
36355         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
36356              From: David Dyck <dcd@tc.fluke.com>
36357              Date: Tue, 27 Mar 2001 15:16:24 -0800
36358              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
36359      Branch: perl
36360            ! ext/IO/lib/IO/Socket.pm
36361 ____________________________________________________________________________
36362 [  9397] By: jhi                                   on 2001/03/27  21:52:49
36363         Log: Integrate perlio.
36364      Branch: perl
36365           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
36366           +> ext/PerlIO/Via/Via.xs
36367           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
36368 ____________________________________________________________________________
36369 [  9396] By: nick                                  on 2001/03/27  21:45:13
36370         Log: Integrate mainline.
36371      Branch: perlio
36372           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
36373           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
36374 ____________________________________________________________________________
36375 [  9395] By: nick                                  on 2001/03/27  21:18:58
36376         Log: Outline docs for PerlIO and PerlIO::Scalar
36377      Branch: perlio
36378            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
36379 ____________________________________________________________________________
36380 [  9394] By: nick                                  on 2001/03/27  20:50:13
36381         Log: PerlIO::Via layer (alpha-ish).
36382      Branch: perlio
36383            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
36384            + ext/PerlIO/Via/Via.xs
36385            ! MANIFEST
36386 ____________________________________________________________________________
36387 [  9393] By: jhi                                   on 2001/03/27  20:49:55
36388         Log: Retract #9329 now that 9390 should take care of the matter.
36389      Branch: perl
36390            ! utils/h2xs.PL
36391 ____________________________________________________________________________
36392 [  9390] By: jhi                                   on 2001/03/27  20:47:50
36393         Log: Subject: Autoloading Errno.pm when %! is encountered
36394              From: Robin Houston <robin@kitsite.com>
36395              Date: Tue, 27 Mar 2001 20:57:11 +0100
36396              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
36397      Branch: perl
36398            ! embed.h embed.pl gv.c proto.h t/op/magic.t
36399 ____________________________________________________________________________
36400 [  9389] By: jhi                                   on 2001/03/27  20:24:31
36401         Log: Integrate perlio.
36402      Branch: perl
36403           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
36404           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
36405           !> utf8.c
36406 ____________________________________________________________________________
36407 [  9388] By: jhi                                   on 2001/03/27  20:21:38
36408         Log: Better have a three-element array if one is going to assign
36409              to the third element of that array. (from Tim Jenness)
36410      Branch: perl
36411            ! ext/XS/Typemap/Typemap.xs
36412 ____________________________________________________________________________
36413 [  9387] By: nick                                  on 2001/03/27  20:15:43
36414         Log: Integrate mainline.
36415      Branch: perlio
36416           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
36417           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
36418           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
36419           +> t/lib/xs-typemap.t
36420           !> (integrate 34 files)
36421 ____________________________________________________________________________
36422 [  9386] By: jhi                                   on 2001/03/27  20:04:18
36423         Log: Subject: Re: perl@9359 breaks HTML::Parser
36424              From: Gisle Aas <gisle@ActiveState.com>
36425              Date: 27 Mar 2001 11:30:24 -0800
36426              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
36427              
36428              Clarify the UTF-8 issues of the API docs.
36429              (Slightly reworded and expanded.)
36430      Branch: perl
36431            ! pod/perlapi.pod sv.c sv.h
36432 ____________________________________________________________________________
36433 [  9385] By: jhi                                   on 2001/03/27  19:44:25
36434         Log: If directory entries compare equal case-insensitively,
36435              retry case-sensitively.
36436      Branch: perl
36437            ! ext/File/Glob/bsd_glob.c
36438 ____________________________________________________________________________
36439 [  9384] By: nick                                  on 2001/03/27  19:38:50
36440         Log: Various EBCDIC fixes:
36441              - major revelation that swash code is encoding aware,
36442              (or thought it was) - now it is ;-)
36443              - With that out of the way fix a slab of tr/// cases.
36444              - Fix Encode 'Unicode' to be true Unicode so tests pass.
36445              - As anticipated Base64.xs needed tweaks.
36446              - Until tr/// works right avoid old_encode64 in MIME tests.
36447      Branch: perlio
36448            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
36449            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
36450 ____________________________________________________________________________
36451 [  9383] By: jhi                                   on 2001/03/27  18:34:41
36452         Log: Add the std test suite BEGIN block.
36453      Branch: perl
36454            ! t/lib/xs-typemap.t
36455 ____________________________________________________________________________
36456 [  9382] By: jhi                                   on 2001/03/27  15:16:07
36457         Log: Add debugging output to the test.
36458      Branch: perl
36459            ! t/lib/glob-basic.t
36460 ____________________________________________________________________________
36461 [  9381] By: jhi                                   on 2001/03/27  15:08:10
36462         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
36463      Branch: perl
36464            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
36465            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
36466            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
36467            + t/lib/xs-typemap.t
36468            ! MANIFEST
36469 ____________________________________________________________________________
36470 [  9380] By: jhi                                   on 2001/03/27  14:48:34
36471         Log: Subject: [PATCH] Typemap testing
36472              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
36473              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
36474              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
36475              
36476              (The first part of the patch.)
36477      Branch: perl
36478            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
36479 ____________________________________________________________________________
36480 [  9379] By: jhi                                   on 2001/03/27  14:44:56
36481         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
36482              From: Benjamin Sugars <bsugars@canoe.ca> 
36483              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
36484              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
36485      Branch: perl
36486            ! t/lib/glob-basic.t
36487 ____________________________________________________________________________
36488 [  9378] By: jhi                                   on 2001/03/27  14:42:30
36489         Log: Subject: [PATCH] perlvar nit
36490              From: Simon Cozens <simon@netthink.co.uk>
36491              Date: Tue, 27 Mar 2001 01:12:01 +0100
36492              Message-ID: <20010327011201.A19179@netthink.co.uk>
36493      Branch: perl
36494            ! pod/perlvar.pod
36495 ____________________________________________________________________________
36496 [  9377] By: jhi                                   on 2001/03/27  14:36:26
36497         Log: Subject: [PATCH] B::Terse and warnings
36498              From: Benjamin Sugars <ben.sugars@home.com>
36499              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
36500              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
36501      Branch: perl
36502            ! ext/B/B.pm ext/B/B/Terse.pm
36503 ____________________________________________________________________________
36504 [  9376] By: jhi                                   on 2001/03/27  14:31:31
36505         Log: Document sockatmark() some.
36506      Branch: perl
36507            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
36508            ! pod/perltoc.pod
36509 ____________________________________________________________________________
36510 [  9375] By: jhi                                   on 2001/03/27  14:00:24
36511         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
36512              noted by Gisle and fixed by NI-S.
36513      Branch: perl
36514            ! sv.c
36515 ____________________________________________________________________________
36516 [  9374] By: jhi                                   on 2001/03/27  05:50:01
36517         Log: Regen toc.
36518      Branch: perl
36519            ! pod/perltoc.pod
36520 ____________________________________________________________________________
36521 [  9373] By: jhi                                   on 2001/03/27  05:43:51
36522         Log: Pixie documenting.
36523      Branch: perl
36524            ! Makefile.SH pod/perlhack.pod
36525 ____________________________________________________________________________
36526 [  9372] By: jhi                                   on 2001/03/27  05:29:34
36527         Log: Metaconfig unit changes for #9371.
36528      Branch: metaconfig
36529            ! U/modified/myhostname.U
36530      Branch: metaconfig/U/perl
36531            + d_sockatmark.U
36532            ! gccvers.U
36533 ____________________________________________________________________________
36534 [  9371] By: jhi                                   on 2001/03/27  05:29:07
36535         Log: Add sockatmark() probing.
36536      Branch: perl
36537            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36538            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
36539            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36540            ! vos/config.ga.h win32/config.bc win32/config.gc
36541            ! win32/config.vc
36542 ____________________________________________________________________________
36543 [  9370] By: jhi                                   on 2001/03/26  22:01:18
36544         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
36545              Really need to benchmark this.
36546      Branch: perl
36547            ! pp.c
36548 ____________________________________________________________________________
36549 [  9369] By: nick                                  on 2001/03/26  21:59:30
36550         Log: Integrate mainline.
36551      Branch: perlio
36552            ! ext/MIME/Base64/QuotedPrint.pm
36553           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
36554           !> patchlevel.h pod/perlhack.pod pp_sys.c
36555 ____________________________________________________________________________
36556 [  9368] By: jhi                                   on 2001/03/26  21:47:03
36557         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
36558              
36559              TODO1: perlbench.
36560              TODO2: le, lt, ge, gt?  Yech.
36561      Branch: perl
36562            ! pp.c
36563 ____________________________________________________________________________
36564 [  9367] By: jhi                                   on 2001/03/26  21:34:57
36565         Log: Too much cut-and-paste in #9363.
36566      Branch: perl
36567            ! pp_sys.c
36568 ____________________________________________________________________________
36569 [  9366] By: jhi                                   on 2001/03/26  21:20:53
36570         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
36571              From: Andreas Schwab <schwab@suse.de>
36572              Date: 26 Mar 2001 17:29:04 +0200
36573              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
36574              
36575              (The patch for 5.6.0 or so, this is a guess for bleadperl)
36576      Branch: perl
36577            ! pp_hot.c
36578 ____________________________________________________________________________
36579 [  9365] By: jhi                                   on 2001/03/26  21:07:54
36580         Log: Integrate perlio.
36581      Branch: perl
36582           !> perlio.c
36583 ____________________________________________________________________________
36584 [  9364] By: nick                                  on 2001/03/26  20:30:48
36585         Log: REFCNT botch in layer name cache hash.
36586      Branch: perlio
36587            ! perlio.c
36588 ____________________________________________________________________________
36589 [  9363] By: jhi                                   on 2001/03/26  18:44:32
36590         Log: Subject: [PATCH] socket() leaks file descriptors
36591              From: Benjamin Sugars <bsugars@canoe.ca>
36592              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
36593              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
36594              
36595              Also sockpair() fixed similarly.
36596      Branch: perl
36597            ! pp_sys.c
36598 ____________________________________________________________________________
36599 [  9362] By: jhi                                   on 2001/03/26  18:37:52
36600         Log: Integrate perlio.
36601      Branch: perl
36602           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
36603 ____________________________________________________________________________
36604 [  9361] By: nick                                  on 2001/03/26  17:32:06
36605         Log: Implement flush of linebuffered streams on read of a tty.
36606      Branch: perlio
36607            ! perlio.c perliol.h
36608 ____________________________________________________________________________
36609 [  9360] By: nick                                  on 2001/03/26  17:12:32
36610         Log: Memory tweaks and notes for OEMVS.
36611      Branch: perlio
36612            ! README.os390 miniperlmain.c t/op/pat.t
36613 ____________________________________________________________________________
36614 [  9359] By: jhi                                   on 2001/03/26  02:12:54
36615         Log: Update Changes.
36616      Branch: perl
36617            ! Changes patchlevel.h
36618 ____________________________________________________________________________
36619 [  9358] By: jhi                                   on 2001/03/26  02:05:32
36620         Log: Document the most common pixie options.
36621      Branch: perl
36622            ! pod/perlhack.pod
36623 ____________________________________________________________________________
36624 [  9357] By: jhi                                   on 2001/03/26  01:25:28
36625         Log: For perl.pixie check *before* compiling that optimize is -g,
36626              as for perl.third.
36627      Branch: perl
36628            ! Makefile.SH
36629 ____________________________________________________________________________
36630 [  9356] By: jhi                                   on 2001/03/26  01:13:41
36631         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
36632      Branch: perl
36633            ! Makefile.SH
36634 ____________________________________________________________________________
36635 [  9355] By: jhi                                   on 2001/03/26  01:11:19
36636         Log: Remove t/perl.third.
36637      Branch: perl
36638            ! Makefile.SH
36639 ____________________________________________________________________________
36640 [  9354] By: jhi                                   on 2001/03/26  00:23:38
36641         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
36642              IO::Sockatmark().
36643      Branch: perl
36644            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
36645 ____________________________________________________________________________
36646 [  9353] By: jhi                                   on 2001/03/25  22:25:04
36647         Log: Integrate perlio.
36648      Branch: perl
36649           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
36650           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
36651           !> pp_hot.c win32/makefile.mk
36652 ____________________________________________________________________________
36653 [  9352] By: jhi                                   on 2001/03/25  22:21:41
36654         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
36655              From: Radu Greab <radu@netsoft.ro>
36656              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
36657              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
36658      Branch: perl
36659            ! pp_sys.c
36660 ____________________________________________________________________________
36661 [  9351] By: nick                                  on 2001/03/25  22:15:02
36662         Log: Fix readline in list mode to tell rest of world that it has
36663              things on the stack. Otherwise if perl code gets invoked
36664              underneath it it scribbles over results-so-far.
36665              (Why TIEHANDLE has not tripped on this is a mystery.)
36666      Branch: perlio
36667            ! pp_hot.c
36668 ____________________________________________________________________________
36669 [  9350] By: nick                                  on 2001/03/25  22:10:13
36670         Log: win32/makefile.mk typos
36671      Branch: perlio
36672            ! win32/makefile.mk
36673 ____________________________________________________________________________
36674 [  9349] By: nick                                  on 2001/03/25  21:31:14
36675         Log: Integrate now-non-binary file.
36676      Branch: perlio
36677           !> t/lib/mimeqp.t
36678 ____________________________________________________________________________
36679 [  9348] By: nick                                  on 2001/03/25  21:27:24
36680         Log: Make it text
36681      Branch: perlio
36682            ! t/lib/mimeqp.t
36683 ____________________________________________________________________________
36684 [  9347] By: nick                                  on 2001/03/25  21:25:37
36685         Log: Integrate mainline.
36686      Branch: perlio
36687           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
36688           !> lib/Term/ReadLine.pm t/lib/md5-file.t
36689 ____________________________________________________________________________
36690 [  9346] By: nick                                  on 2001/03/25  20:58:15
36691         Log: Add destruct time hook to PerlIO (for work-in-process implementing
36692              layers in perl code. In such cases layers need to be popped before
36693              we loose the ability to run perl code.)
36694              Also back-out "PerlIO::object" hook - it isn't going to work like that...
36695      Branch: perlio
36696            ! perl.c perlio.c perlio.h perliol.h
36697 ____________________________________________________________________________
36698 [  9345] By: nick                                  on 2001/03/25  20:49:11
36699         Log: Avoid at leasy one of undefined warnings in Encode.
36700      Branch: perlio
36701            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
36702 ____________________________________________________________________________
36703 [  9344] By: jhi                                   on 2001/03/25  20:37:43
36704         Log: A workaround for using Term::ReadLine in emacs minibuffer
36705              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
36706              additional tweaks from Ilya Zakharevich.
36707      Branch: perl
36708            ! lib/Term/ReadLine.pm
36709 ____________________________________________________________________________
36710 [  9343] By: nick                                  on 2001/03/25  20:21:14
36711         Log: Missing return value.
36712      Branch: perlio
36713            ! ext/PerlIO/Scalar/Scalar.xs
36714 ____________________________________________________________________________
36715 [  9342] By: jhi                                   on 2001/03/25  16:21:00
36716         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
36717              to equal the CPAN versions since no code changes have been made.
36718      Branch: perl
36719            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
36720            ! t/lib/md5-file.t
36721 ____________________________________________________________________________
36722 [  9341] By: jhi                                   on 2001/03/25  16:01:48
36723         Log: Escape 8-bit characters.
36724      Branch: perl
36725            ! t/lib/mimeqp.t
36726 ____________________________________________________________________________
36727 [  9340] By: gsar                                  on 2001/03/25  15:50:53
36728         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
36729              chars)
36730      Branch: perl
36731            + t/lib/mimeqp.t
36732 ____________________________________________________________________________
36733 [  9339] By: gsar                                  on 2001/03/25  15:48:50
36734         Log: delete mimeqp.t for later add with text mode set
36735      Branch: perl
36736            - t/lib/mimeqp.t
36737 ____________________________________________________________________________
36738 [  9338] By: nick                                  on 2001/03/25  09:01:57
36739         Log: Integrate mainline.
36740      Branch: perlio
36741           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
36742           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
36743           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
36744           +> t/lib/mimeb64u.t t/lib/mimeqp.t
36745           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
36746           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
36747           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
36748 ____________________________________________________________________________
36749 [  9337] By: jhi                                   on 2001/03/25  04:23:24
36750         Log: Add MIME::Base64 here and there.  Again, a lot of
36751              optimism is in the air.
36752      Branch: perl
36753            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
36754            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
36755 ____________________________________________________________________________
36756 [  9336] By: jhi                                   on 2001/03/25  04:12:43
36757         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
36758              this by ear as I do not do Win32 programming.)
36759      Branch: perl
36760            ! win32/Makefile win32/makefile.mk
36761 ____________________________________________________________________________
36762 [  9335] By: jhi                                   on 2001/03/25  04:03:50
36763         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
36764      Branch: perl
36765            ! t/lib/md5-file.t
36766 ____________________________________________________________________________
36767 [  9334] By: jhi                                   on 2001/03/25  03:58:53
36768         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
36769      Branch: perl
36770            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
36771            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
36772            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
36773            + t/lib/mimeb64u.t t/lib/mimeqp.t
36774            ! MANIFEST
36775 ____________________________________________________________________________
36776 [  9333] By: jhi                                   on 2001/03/24  20:14:37
36777         Log: Integrate perlio.
36778      Branch: perl
36779           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
36780 ____________________________________________________________________________
36781 [  9332] By: nick                                  on 2001/03/24  19:40:34
36782         Log: Fix un-init variable leading to spurious "Out of Memory!"
36783      Branch: perlio
36784            ! doio.c
36785 ____________________________________________________________________________
36786 [  9331] By: nick                                  on 2001/03/24  19:09:59
36787         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
36788              and update layers internals doc.
36789      Branch: perlio
36790            ! pod/perlfunc.pod pod/perliol.pod
36791 ____________________________________________________________________________
36792 [  9330] By: jhi                                   on 2001/03/24  18:42:11
36793         Log: The length might be uninitialized garbage if the *svp is the undef.
36794      Branch: perl
36795            ! doio.c
36796 ____________________________________________________________________________
36797 [  9329] By: jhi                                   on 2001/03/24  18:26:57
36798         Log: (Retracted by #9393)
36799              
36800              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
36801              From: Simon Cozens <simon@netthink.co.uk>
36802              Date: Sat, 24 Mar 2001 17:13:17 +0000
36803              Message-ID: <20010324171317.A13406@netthink.co.uk>
36804      Branch: perl
36805            ! utils/h2xs.PL
36806 ____________________________________________________________________________
36807 [  9328] By: nick                                  on 2001/03/24  17:22:02
36808         Log: Integrate mainline.
36809      Branch: perlio
36810           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
36811           !> lib/unicode/version
36812 ____________________________________________________________________________
36813 [  9327] By: nick                                  on 2001/03/24  17:16:02
36814         Log: Integrate mainline.
36815      Branch: perlio
36816           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
36817           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
36818           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
36819           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
36820           +> t/lib/md5-file.t
36821           !> MANIFEST Makefile.SH configure.com djgpp/config.over
36822           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
36823           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
36824           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
36825           !> win32/makefile.mk
36826 ____________________________________________________________________________
36827 [  9326] By: jhi                                   on 2001/03/24  17:00:42
36828         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
36829      Branch: perl
36830            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
36831            ! lib/unicode/version
36832 ____________________________________________________________________________
36833 [  9325] By: jhi                                   on 2001/03/24  16:22:33
36834         Log: Subject: Re: B::Deparse bug (5.6.0)
36835              From: Robin Houston <robin@kitsite.com>
36836              Date: Sat, 24 Mar 2001 14:33:09 +0000
36837              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
36838      Branch: perl
36839            ! op.c pp.c t/lib/b.t t/op/repeat.t
36840 ____________________________________________________________________________
36841 [  9324] By: jhi                                   on 2001/03/24  16:21:56
36842         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
36843              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
36844              these additions may be too optimistic.
36845      Branch: perl
36846            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
36847            ! hints/uwin.sh hints/vmesa.sh
36848 ____________________________________________________________________________
36849 [  9323] By: jhi                                   on 2001/03/24  16:06:01
36850         Log: Integrate perlio.
36851      Branch: perl
36852           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
36853           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
36854            ! Makefile.SH
36855           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
36856           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
36857           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
36858           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
36859           !> win32/makefile.mk win32/perlhost.h win32/win32.c
36860           !> win32/win32iop.h
36861 ____________________________________________________________________________
36862 [  9322] By: nick                                  on 2001/03/24  14:39:12
36863         Log: Routine Win32 regen_config_h - no real changes.
36864      Branch: perlio
36865            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36866 ____________________________________________________________________________
36867 [  9321] By: nick                                  on 2001/03/24  14:31:49
36868         Log: PerlIO fixups for Win32:
36869              - provide win33_popenlist() - non-functional as yet.
36870              - avoid need for aTHX in PerlIO_debug calls - even if not 
36871              enabled args are still evaluated so Win32 has trouble during fork().
36872              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
36873              - Fixup makedef.pl for latest set of symbols.
36874      Branch: perlio
36875            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
36876            ! win32/perlhost.h win32/win32.c win32/win32iop.h
36877 ____________________________________________________________________________
36878 [  9320] By: nick                                  on 2001/03/24  14:26:58
36879         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
36880              was gibberish - broke it on WIn32 at least.
36881      Branch: perlio
36882            ! ext/POSIX/POSIX.xs
36883 ____________________________________________________________________________
36884 [  9319] By: nick                                  on 2001/03/24  11:29:41
36885         Log: Generated files.
36886      Branch: perlio
36887            ! embed.h global.sym objXSUB.h perlapi.c proto.h
36888 ____________________________________________________________________________
36889 [  9318] By: nick                                  on 2001/03/24  10:29:37
36890         Log: Implement:
36891              1.  open($fh,"+<",undef);  # add test to t/io/open.t
36892              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
36893      Branch: perlio
36894            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
36895            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
36896            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
36897            ! t/io/open.t t/io/utf8.t
36898 ____________________________________________________________________________
36899 [  9317] By: jhi                                   on 2001/03/23  23:41:25
36900         Log: AIX does seems to have optimization problems with its C compilers.
36901      Branch: perl
36902            ! hints/aix.sh
36903 ____________________________________________________________________________
36904 [  9316] By: jhi                                   on 2001/03/23  23:40:46
36905         Log: Integrate perlio.
36906      Branch: perl
36907           +> lib/PerlIO.pm
36908           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
36909           !> perliol.h
36910 ____________________________________________________________________________
36911 [  9315] By: jhi                                   on 2001/03/23  22:16:30
36912         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
36913      Branch: perl
36914            ! t/lib/md5-file.t
36915 ____________________________________________________________________________
36916 [  9314] By: nick                                  on 2001/03/23  20:49:02
36917         Log: Perlio internals re-organized.
36918              - open process creates AV of layer/arg pairs
36919              (appends layers from open() or open.pm to default list).
36920              - push arg is now an SV.
36921              - layer ->Open get passed the AV
36922              - open is no longer mandatory method.
36923              - topmost layer that has ->Open method does the open
36924              - any layers above are pushed once that returns.
36925              - vtable re-ordered so dummy layers need only provide push/pop methods.
36926      Branch: perlio
36927            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
36928 ____________________________________________________________________________
36929 [  9313] By: nick                                  on 2001/03/23  16:27:41
36930         Log: Check in a stable (working) version before next round of tweaks.
36931              Changes include:
36932              - Move default layers code out of doio.c and into perlio.c
36933              - Single routine for parsing layer specification strings.
36934              - Skeleton support for demand loading of layers
36935              - Core-dump avoidance if PERLIO environment specifies loadable layer
36936              (does not _work_ as need IO to load and need load to do IO ...)
36937      Branch: perlio
36938            + lib/PerlIO.pm
36939            ! MANIFEST doio.c perlio.c
36940 ____________________________________________________________________________
36941 [  9312] By: gsar                                  on 2001/03/23  16:25:25
36942         Log: add execute bit to files with shebang lines in the repository;
36943              avoid clobbering execute bit in Porting/makerel 
36944      Branch: maint-5.6/perl
36945            ! (edit 144 files)
36946 ____________________________________________________________________________
36947 [  9311] By: jhi                                   on 2001/03/23  14:25:35
36948         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
36949      Branch: perl
36950            ! MANIFEST
36951 ____________________________________________________________________________
36952 [  9310] By: jhi                                   on 2001/03/23  13:45:04
36953         Log: Subject: [PATCH] Net::Ping
36954              From: Colin McMillen <mcmi0037@tc.umn.edu>
36955              Date: Thu, 22 Mar 2001 19:30:31 -0600
36956              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
36957      Branch: perl
36958            ! lib/Net/Ping.pm
36959 ____________________________________________________________________________
36960 [  9309] By: jhi                                   on 2001/03/23  13:39:13
36961         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
36962      Branch: perl
36963            ! t/lib/md5-aaa.t t/lib/md5-file.t
36964 ____________________________________________________________________________
36965 [  9308] By: jhi                                   on 2001/03/23  13:20:34
36966         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
36967              - bump the version to 2.14
36968              - drop the base64 tests since they require MIME::Base64
36969              - drop the rfc1321.txt
36970              - drop the hints/dec_osf.pl since it's only needed for
36971              pre-5.005_03 Perls
36972              Todo:
36973              - the U32 alignment testing is now removed; it needs to
36974              be reintroduced as as a Config variable (meaning also
36975              as a Configure test)
36976              - get the new EBCDIC md5sum for MD5.pm
36977              - test in Win32 to see how badly I botched the makefiles
36978      Branch: perl
36979            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
36980            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
36981            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
36982            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
36983            + t/lib/md5-file.t
36984            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
36985            ! win32/Makefile win32/makefile.mk
36986 ____________________________________________________________________________
36987 [  9307] By: jhi                                   on 2001/03/23  12:56:14
36988         Log: Integrate change #9306 from maintperl into mainline,
36989              AIX dynaloader for AIXes without <load.h>.
36990      Branch: perl
36991           !> ext/DynaLoader/hints/aix.pl
36992 ____________________________________________________________________________
36993 [  9306] By: jhi                                   on 2001/03/23  12:51:36
36994         Log: There are AIXes without /usr/include/load.h,
36995              patch from H.Merijn Brand.
36996      Branch: maint-5.6/perl
36997            ! ext/DynaLoader/hints/aix.pl
36998 ____________________________________________________________________________
36999 [  9305] By: nick                                  on 2001/03/23  11:00:42
37000         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
37001      Branch: perlio
37002            ! ext/Encode/Encode.xs perlio.c perlio.h
37003 ____________________________________________________________________________
37004 [  9304] By: nick                                  on 2001/03/23  10:20:46
37005         Log: Render -Duseperlio functional again.
37006              - this is "quick fix" which calls PerlIO_apply_layers after opening,
37007              which is what old scheme did. New scheme needs to change that
37008              to make open(...,\$scalar) etc. work but this will do for now.
37009      Branch: perlio
37010            ! perlio.c
37011 ____________________________________________________________________________
37012 [  9303] By: nick                                  on 2001/03/23  09:53:20
37013         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
37014              -Uuseperlio now works again.
37015              -Duseperlio is still poorly. Don't merge yet...
37016      Branch: perlio
37017            ! doio.c perlio.h
37018 ____________________________________________________________________________
37019 [  9302] By: nick                                  on 2001/03/22  22:26:51
37020         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
37021              type code.
37022              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
37023              is its main caller. In particular now has access to "extra" args, and
37024              can tell when an open handle is "reopened" (or duped?).
37025              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
37026              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
37027              PerlIO_open() et. al. (i.e. other way round).
37028              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
37029              with args close to PerlIO_openn().
37030      Branch: perlio
37031            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
37032 ____________________________________________________________________________
37033 [  9301] By: jhi                                   on 2001/03/22  20:58:04
37034         Log: Integrate perlio.
37035      Branch: perl
37036           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
37037           !> t/io/open.t util.c
37038 ____________________________________________________________________________
37039 [  9300] By: nick                                  on 2001/03/22  17:36:32
37040         Log: Don't include $@ in not ok message.
37041      Branch: perlio
37042            ! t/io/open.t
37043 ____________________________________________________________________________
37044 [  9299] By: gsar                                  on 2001/03/22  16:53:45
37045         Log: back out changes#7532,7521 for now (appears to have problems
37046              on IRIX)
37047      Branch: maint-5.6/perl
37048            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
37049            ! ext/POSIX/typemap pod/perlvar.pod
37050 ____________________________________________________________________________
37051 [  9298] By: nick                                  on 2001/03/22  14:35:46
37052         Log: Give a meaning to '&' in n-arg open case:
37053              open($fh,"<&",$scalar);
37054              $scalar can be:
37055              - an integer which does "fdopen"
37056              open($fh,"<&",2); # like open($fh,"<&2")
37057              - something that will yield a file handle via sv_2io()
37058              useful for dup'ing anonymous handles.
37059              e.g.:
37060              open(my $fh,"<&",\*STDIN);
37061              open(my $dup,"<&",$fh);
37062      Branch: perlio
37063            ! doio.c t/io/open.t
37064 ____________________________________________________________________________
37065 [  9297] By: nick                                  on 2001/03/22  13:34:35
37066         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
37067      Branch: perlio
37068            ! util.c
37069 ____________________________________________________________________________
37070 [  9296] By: nick                                  on 2001/03/22  12:51:20
37071         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
37072      Branch: perlio
37073            ! perl.c
37074 ____________________________________________________________________________
37075 [  9295] By: nick                                  on 2001/03/22  11:59:44
37076         Log: If stdin, stdout or stderr get opened in unexpected read/write state
37077              then warn at time of open not at time of use.
37078      Branch: perlio
37079            ! doio.c pp_hot.c pp_sys.c
37080 ____________________________________________________________________________
37081 [  9294] By: nick                                  on 2001/03/22  10:54:35
37082         Log: Die on n-arg open(...,"",xxx,yyy,...)
37083              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
37084              - die on read/write cases so we can decide what it means later.
37085      Branch: perlio
37086            ! doio.c embed.pl iperlsys.h util.c
37087 ____________________________________________________________________________
37088 [  9293] By: nick                                  on 2001/03/22  09:02:45
37089         Log: perlio tweaks (reported by Nick Clark)
37090              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
37091              error check in Pendinf_read().
37092      Branch: perlio
37093            ! perlio.c
37094 ____________________________________________________________________________
37095 [  9292] By: gsar                                  on 2001/03/22  07:12:00
37096         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
37097              fixes)
37098      Branch: maint-5.6/perl
37099           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
37100 ____________________________________________________________________________
37101 [  9291] By: jhi                                   on 2001/03/22  06:06:44
37102         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
37103      Branch: perl
37104            ! t/op/re_tests
37105 ____________________________________________________________________________
37106 [  9290] By: jhi                                   on 2001/03/22  05:57:01
37107         Log: Move MacOS Classic higher in the list of supported platforms.
37108      Branch: maint-5.6/perl
37109            ! pod/perlport.pod
37110 ____________________________________________________________________________
37111 [  9289] By: gsar                                  on 2001/03/22  05:35:04
37112         Log: revert part of change#6438 for compatibility (av_reify()
37113              appears to be needed to implement av_splice()ish things
37114              in XS)
37115      Branch: maint-5.6/perl
37116            ! embed.pl global.sym objXSUB.h perlapi.c
37117 ____________________________________________________________________________
37118 [  9288] By: gsar                                  on 2001/03/22  03:09:19
37119         Log: update copyright year
37120      Branch: maint-5.6/perl
37121            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
37122            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
37123            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
37124            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
37125            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
37126            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
37127            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
37128            ! x2p/walk.c
37129 ____________________________________________________________________________
37130 [  9287] By: jhi                                   on 2001/03/21  20:30:54
37131         Log: Integrate perlio.
37132      Branch: perl
37133           !> ext/Data/Dumper/Dumper.xs
37134 ____________________________________________________________________________
37135 [  9286] By: gsar                                  on 2001/03/21  19:49:54
37136         Log: makefile.mk tweak
37137      Branch: maint-5.6/perl
37138            ! win32/Makefile win32/makefile.mk
37139 ____________________________________________________________________________
37140 [  9285] By: nick                                  on 2001/03/21  19:07:13
37141         Log: Multiplicity fix for Dumper.
37142      Branch: perlio
37143            ! ext/Data/Dumper/Dumper.xs
37144 ____________________________________________________________________________
37145 [  9284] By: nick                                  on 2001/03/21  19:01:07
37146         Log: Integrate mainline - (does not build xTHX issue in Dumper).
37147      Branch: perlio
37148           !> (integrate 27 files)
37149 ____________________________________________________________________________
37150 [  9283] By: jhi                                   on 2001/03/21  17:17:35
37151         Log: Integrate change #9282 from mainline into maintperl,
37152              4-arg UTF-8 substr().
37153      Branch: maint-5.6/perl
37154           !> pp.c
37155 ____________________________________________________________________________
37156 [  9282] By: jhi                                   on 2001/03/21  17:15:43
37157         Log: The #9270 would have leaked a scalar if pp_substr()
37158              returned early.
37159      Branch: perl
37160            ! pp.c
37161 ____________________________________________________________________________
37162 [  9281] By: gsar                                  on 2001/03/21  17:03:14
37163         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
37164      Branch: maint-5.6/perl
37165            ! win32/makefile.mk
37166 ____________________________________________________________________________
37167 [  9280] By: gsar                                  on 2001/03/21  17:01:20
37168         Log: some tweaks to change#9278 (fork() emulation should be enabled
37169              by setting BUILD_FLAVOR instead of changing the defaults)
37170      Branch: maint-5.6/perl
37171            ! win32/makefile.mk
37172 ____________________________________________________________________________
37173 [  9279] By: gsar                                  on 2001/03/21  16:47:19
37174         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
37175      Branch: maint-5.6/perl
37176            ! ext/File/Glob/Glob.pm
37177           !> lib/Cwd.pm
37178 ____________________________________________________________________________
37179 [  9278] By: jhi                                   on 2001/03/21  14:35:10
37180         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
37181              From: "Vadim Konovalov" <watman@inbox.ru>
37182              Date: Wed, 21 Mar 2001 01:53:51 +0300
37183              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
37184      Branch: maint-5.6/perl
37185            ! win32/makefile.mk win32/win32sck.c
37186 ____________________________________________________________________________
37187 [  9277] By: jhi                                   on 2001/03/21  13:58:28
37188         Log: Integrate change #9270 from mainline to maintperl:
37189              continued 4-arg UTF-8 substr() fixing.
37190      Branch: maint-5.6/perl
37191           !> pp.c t/op/substr.t
37192 ____________________________________________________________________________
37193 [  9276] By: jhi                                   on 2001/03/21  13:33:00
37194         Log: More pixie cleaning.
37195      Branch: perl
37196            ! Makefile.SH
37197 ____________________________________________________________________________
37198 [  9275] By: jhi                                   on 2001/03/21  03:54:17
37199         Log: Update Changes.
37200      Branch: perl
37201            ! Changes patchlevel.h
37202 ____________________________________________________________________________
37203 [  9274] By: jhi                                   on 2001/03/21  03:48:24
37204         Log: First stab at making Data::Dumper to grok Unicode.
37205              
37206              TODO: tests, EBCDICify.
37207      Branch: perl
37208            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
37209 ____________________________________________________________________________
37210 [  9273] By: jhi                                   on 2001/03/21  02:23:00
37211         Log: Fix for
37212              
37213              Subject: Memory leak in unquoted print   
37214              From: Benjamin Sugars <bsugars@canoe.ca> 
37215              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
37216              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
37217      Branch: perl
37218            ! perlio.c
37219 ____________________________________________________________________________
37220 [  9272] By: jhi                                   on 2001/03/21  01:33:17
37221         Log: Subject: Re: [PATCH] POSIX::getcwd()
37222              From: Benjamin Sugars <bsugars@canoe.ca> 
37223              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
37224              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
37225      Branch: perl
37226            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
37227 ____________________________________________________________________________
37228 [  9271] By: jhi                                   on 2001/03/21  01:22:52
37229         Log: Subject: [PATCH] Cwd.pm docs
37230              From: Benjamin Sugars <bsugars@canoe.ca>
37231              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
37232              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
37233      Branch: perl
37234            ! lib/Cwd.pm
37235 ____________________________________________________________________________
37236 [  9270] By: jhi                                   on 2001/03/21  01:16:29
37237         Log: Continue 4-arg substr() UTF-8 fixage.
37238      Branch: perl
37239            ! pp.c t/op/substr.t
37240 ____________________________________________________________________________
37241 [  9269] By: jhi                                   on 2001/03/21  00:46:14
37242         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
37243              
37244              revert the leak fix in change#9142 (problem needs a more experimental
37245              fix unsuitable for 5.6.1)
37246              
37247              do alphabetical sorting by default (for csh compatibility)
37248              
37249              cut-n-paste goof in change#9264
37250              
37251              VMS piping fixes (from Charles Lane)
37252      Branch: perl
37253           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
37254           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
37255           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
37256 ____________________________________________________________________________
37257 [  9268] By: jhi                                   on 2001/03/21  00:37:04
37258         Log: Integrate perlio.
37259      Branch: perl
37260           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
37261           !> utf8.c utf8.h utfebcdic.h
37262 ____________________________________________________________________________
37263 [  9267] By: nick                                  on 2001/03/20  20:04:39
37264         Log: More EBCDIC stuff:
37265              - Loose the extra level of function on ASCII.
37266              - spotted a chr(0) issue in sv.c
37267              - re-work of UTF-X tr/// ranges to work in Unicode
37268              space. Still issues with the "0xff is illegal UTF-8" hack.
37269              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
37270              (why do it once when you can do it all over the place :-(
37271              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
37272              need utf8.pm for swashes.
37273              - Simplified and commented scan_const() in toke.c
37274              Still something wrong regexp and tr (swashes?).
37275      Branch: perlio
37276            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
37277            ! utf8.c utf8.h utfebcdic.h
37278 ____________________________________________________________________________
37279 [  9266] By: gsar                                  on 2001/03/20  19:16:43
37280         Log: VMS piping fixes (from Charles Lane)
37281      Branch: maint-5.6/perl
37282            ! vms/vms.c vms/vmspipe.com
37283 ____________________________________________________________________________
37284 [  9265] By: gsar                                  on 2001/03/20  17:53:52
37285         Log: cut-n-paste goof in change#9264
37286      Branch: maint-5.6/perl
37287            ! ext/File/Glob/Glob.xs
37288 ____________________________________________________________________________
37289 [  9264] By: gsar                                  on 2001/03/20  17:43:47
37290         Log: do alphabetical sorting by default (for csh compatibility);
37291              bsd_glob() does ASCII sort by default as usual, unless
37292              GLOB_ALPHASORT was specified
37293      Branch: maint-5.6/perl
37294            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
37295            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
37296            ! ext/File/Glob/bsd_glob.h
37297 ____________________________________________________________________________
37298 [  9263] By: gsar                                  on 2001/03/20  16:40:08
37299         Log: integrate change#9255 from mainline (unicode fix)
37300              
37301              substr($bytestr, i, n, $charstr)
37302      Branch: maint-5.6/perl
37303           !> Todo-5.6 pp.c t/op/substr.t
37304 ____________________________________________________________________________
37305 [  9262] By: gsar                                  on 2001/03/20  15:57:41
37306         Log: revert the leak fix in change#9142 (problem needs a more experimental
37307              fix unsuitable for 5.6.1)
37308      Branch: maint-5.6/perl
37309            ! scope.c
37310 ____________________________________________________________________________
37311 [  9261] By: jhi                                   on 2001/03/20  14:26:25
37312         Log: Integrate changes #9259,9260 from maintperl into mainline.
37313              
37314              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
37315              
37316              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
37317      Branch: perl
37318           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
37319 ____________________________________________________________________________
37320 [  9260] By: jhi                                   on 2001/03/20  14:05:46
37321         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
37322              From: Robin Barker <rmb1@cise.npl.co.uk>
37323              Date: Tue, 20 Mar 2001 10:12:04 GMT
37324              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
37325      Branch: maint-5.6/perl
37326            ! run.c
37327 ____________________________________________________________________________
37328 [  9259] By: jhi                                   on 2001/03/20  14:04:39
37329         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
37330              From: Chris Nandor <pudge@pobox.com>
37331              Date: Tue, 20 Mar 2001 00:40:56 -0500
37332              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
37333      Branch: maint-5.6/perl
37334            ! ext/POSIX/POSIX.xs lib/File/Path.pm
37335 ____________________________________________________________________________
37336 [  9258] By: jhi                                   on 2001/03/20  05:09:34
37337         Log: Update Changes.
37338      Branch: perl
37339            ! Changes patchlevel.h
37340 ____________________________________________________________________________
37341 [  9257] By: jhi                                   on 2001/03/20  05:04:25
37342         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
37343      Branch: perl
37344            ! t/op/tr.t
37345 ____________________________________________________________________________
37346 [  9256] By: jhi                                   on 2001/03/20  04:43:12
37347         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
37348              From: Peter Prymmer <pvhp@forte.com>
37349              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
37350              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
37351      Branch: maint-5.6/perl
37352            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
37353 ____________________________________________________________________________
37354 [  9255] By: jhi                                   on 2001/03/19  23:17:17
37355         Log: substr($bytestr, i, n, $charstr)
37356              
37357              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
37358      Branch: perl
37359            ! Todo-5.6 pp.c t/op/substr.t
37360 ____________________________________________________________________________
37361 [  9254] By: jhi                                   on 2001/03/19  22:25:09
37362         Log: Rearrange the make test target prerequisites so that
37363              in a parallel make 'all' is finished before 'test'.
37364      Branch: perl
37365            ! Makefile.SH
37366 ____________________________________________________________________________
37367 [  9253] By: jhi                                   on 2001/03/19  21:48:07
37368         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
37369              From: Robin Houston <robin@kitsite.com>
37370              Date: Mon, 19 Mar 2001 15:48:41 +0000
37371              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
37372      Branch: perl
37373            ! pp_ctl.c
37374 ____________________________________________________________________________
37375 [  9252] By: jhi                                   on 2001/03/19  21:42:27
37376         Log: Integrate perlio.
37377      Branch: perl
37378           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
37379           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
37380           !> utfebcdic.h vms/perly_c.vms
37381 ____________________________________________________________________________
37382 [  9251] By: jhi                                   on 2001/03/19  21:31:28
37383         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
37384              
37385              Dynaloading in 64-bit AIX with vac.
37386      Branch: perl
37387           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
37388           !> hints/aix.sh
37389 ____________________________________________________________________________
37390 [  9250] By: jhi                                   on 2001/03/19  21:18:00
37391         Log: A more robust solution for the 64bitall AIX dynaloading
37392              problem, from Jens-Uwe Mager.
37393      Branch: maint-5.6/perl
37394            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
37395 ____________________________________________________________________________
37396 [  9249] By: nick                                  on 2001/03/19  20:59:37
37397         Log: Integrate mainline.
37398      Branch: perlio
37399           !> (integrate 42 files)
37400 ____________________________________________________________________________
37401 [  9248] By: nick                                  on 2001/03/19  20:22:07
37402         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
37403              (Building on OS390 uses native YACC and YYDEBUG has other
37404              side effects.)
37405      Branch: perlio
37406            ! perly.c perly.y vms/perly_c.vms
37407 ____________________________________________________________________________
37408 [  9247] By: jhi                                   on 2001/03/19  19:59:53
37409         Log: 64-bit AIX dynaloading problem (see #9244) idea
37410              from Jens-Uwe Mager.
37411      Branch: maint-5.6/perl
37412            ! ext/DynaLoader/dl_aix.xs
37413 ____________________________________________________________________________
37414 [  9246] By: nick                                  on 2001/03/19  19:27:57
37415         Log: More EBCDIC fixes.
37416      Branch: perlio
37417            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
37418            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
37419 ____________________________________________________________________________
37420 [  9245] By: jhi                                   on 2001/03/19  19:05:19
37421         Log: Integrate change #9243 from mainline into maintperl.
37422              
37423              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
37424      Branch: maint-5.6/perl
37425           !> README.vmesa
37426 ____________________________________________________________________________
37427 [  9244] By: jhi                                   on 2001/03/19  19:03:15
37428         Log: Get 64bitall AIX building, but still does not test okay:
37429              dynaloading anything fails, for example for op/defins:
37430              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
37431              (update: fixed by #9247,9250)
37432      Branch: maint-5.6/perl
37433            ! hints/aix.sh
37434 ____________________________________________________________________________
37435 [  9243] By: jhi                                   on 2001/03/19  19:00:16
37436         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
37437              From: Robin Barker <rmb1@cise.npl.co.uk>
37438              Date: Mon, 19 Mar 2001 18:01:57 GMT
37439              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
37440      Branch: perl
37441            ! README.vmesa
37442 ____________________________________________________________________________
37443 [  9242] By: jhi                                   on 2001/03/19  18:58:43
37444         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
37445              
37446              TODO: tests.
37447      Branch: perl
37448            ! doop.c op.c
37449 ____________________________________________________________________________
37450 [  9241] By: gsar                                  on 2001/03/19  17:34:46
37451         Log: VMSify tests (from Charles Lane)
37452      Branch: maint-5.6/perl
37453            ! t/lib/filehand.t t/lib/texttabs.t
37454 ____________________________________________________________________________
37455 [  9240] By: jhi                                   on 2001/03/19  14:24:26
37456         Log: Integrate change #9233 from maintperl into mainline.
37457              
37458              some refcounts were incorrect in perl_clone()
37459      Branch: perl
37460           !> sv.c
37461 ____________________________________________________________________________
37462 [  9239] By: gsar                                  on 2001/03/19  09:23:17
37463         Log: this is 5.6.1-trial3
37464      Branch: maint-5.6/perl
37465            ! Changes
37466 ____________________________________________________________________________
37467 [  9238] By: gsar                                  on 2001/03/19  08:47:04
37468         Log: some new symbols are only available under ithreads
37469      Branch: maint-5.6/perl
37470            ! makedef.pl
37471 ____________________________________________________________________________
37472 [  9237] By: gsar                                  on 2001/03/19  08:42:28
37473         Log: update patchlevel.h, Changes, &c.
37474      Branch: maint-5.6/perl
37475            ! Changes patchlevel.h pod/perlhist.pod
37476           !> AUTHORS
37477 ____________________________________________________________________________
37478 [  9236] By: gsar                                  on 2001/03/19  08:17:49
37479         Log: integrate changes#8068,8717 from mainline
37480              
37481              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
37482              
37483              [PATCH CPAN 1.59_51] warning message (not!)
37484      Branch: maint-5.6/perl
37485           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
37486           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
37487           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
37488           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
37489           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
37490 ____________________________________________________________________________
37491 [  9235] By: gsar                                  on 2001/03/19  08:07:09
37492         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
37493              
37494              [PATCH] Add missing CV flags to dump.c
37495              
37496              Re: [patch] Re: PL_ptr_table
37497              
37498              Fixup non-ithread build after 8713
37499              
37500              Generated files form 8713 etc.
37501              
37502              Correct the correction :-(
37503              
37504              Documenting coderef @INC (Re: CPAN "make this script work" feature)
37505              
37506              Subject: Re: sync sync sync: have I missed any patches?
37507              Replace djSP with dSP.
37508      Branch: maint-5.6/perl
37509           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
37510           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
37511           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
37512           !> sv.c sv.h win32/perlhost.h
37513 ____________________________________________________________________________
37514 [  9234] By: gsar                                  on 2001/03/19  07:22:05
37515         Log: revert the change#9090 integrate for now (change looks somewhat
37516              incomplete in that [ha]v_exists() need something similar; lacks
37517              tests; &c.)
37518      Branch: maint-5.6/perl
37519            ! hv.c
37520 ____________________________________________________________________________
37521 [  9233] By: gsar                                  on 2001/03/19  07:10:01
37522         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
37523              destruction when there are unreferenced scalars (SvREFCNT==0)
37524      Branch: maint-5.6/perl
37525            ! sv.c
37526 ____________________________________________________________________________
37527 [  9232] By: jhi                                   on 2001/03/19  05:11:02
37528         Log: Regen api and toc.
37529      Branch: maint-5.6/perl
37530            ! pod/perlapi.pod pod/perltoc.pod
37531 ____________________________________________________________________________
37532 [  9231] By: jhi                                   on 2001/03/19  04:06:03
37533         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
37534              add a lost line in pp.c:pp_chop(), update to new op/chop.
37535              
37536              Clarify the description differentiating for and while; inspired by
37537              
37538              Subject: [ID 20010306.004] || != named unary operator
37539              
37540              The $Is_MacOS needs to be declared.
37541      Branch: maint-5.6/perl
37542            ! pp.c t/op/chop.t
37543           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
37544 ____________________________________________________________________________
37545 [  9230] By: jhi                                   on 2001/03/19  03:48:16
37546         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
37547              9079,9083,9089,9090,9091 from mainline to maintperl.
37548              
37549              Quieten some noise in Win32 builds
37550              
37551              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
37552              
37553              The perlretut was still talking about the old \p and \P
37554              definitions.
37555              
37556              More tweakage on the Unicode character class descriptions.
37557              
37558              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
37559              
37560              Subject: 'no *POSIX' Patch speeding up make on BS2000 
37561              
37562              Subject: [PATCH] perldata.pod here-doc docs
37563              
37564              Add /sbin and /usr/sbin to the list of directories scanned
37565              for setuid programs.  Takes care of bug id 20010309.003.
37566              
37567              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
37568              
37569              In op/stat #35 better to scan all the potential directories
37570              for setuids, not just the first one.
37571      Branch: maint-5.6/perl
37572            ! Makefile.SH
37573           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
37574           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
37575           !> t/op/stat.t toke.c win32/win32.h
37576 ____________________________________________________________________________
37577 [  9229] By: jhi                                   on 2001/03/19  02:31:50
37578         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
37579              From: Chris Nandor <pudge@pobox.com>
37580              Date: Sat, 10 Mar 2001 14:22:19 -0500
37581              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
37582      Branch: maint-5.6/perl
37583            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
37584            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
37585            ! t/lib/b.t t/lib/errno.t
37586 ____________________________________________________________________________
37587 [  9228] By: jhi                                   on 2001/03/19  02:29:59
37588         Log: Integrate changes #9113,9122 from mainline into maintperl.
37589              
37590              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?)
37591      Branch: maint-5.6/perl
37592           !> Configure README.os390 hints/os390.sh
37593 ____________________________________________________________________________
37594 [  9227] By: jhi                                   on 2001/03/19  02:22:35
37595         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
37596              into maintperl.
37597              
37598              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
37599              
37600              Forgot to check-in the larger part of #9120, duh.
37601              
37602              Subject: Another patch for integer.pm POD 
37603              
37604              h2ph strictness and cleanliness from Kurt Starsinic.
37605              
37606              Borland filename case problem.
37607              
37608              h2ph strictness and cleanliness from Kurt Starsinic.
37609              
37610              Subject: [PATCH] the uncontroversial doc patches
37611      Branch: maint-5.6/perl
37612           +> win32/sncfnmcs.pl
37613           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
37614           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
37615           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
37616           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
37617           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
37618           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
37619           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
37620 ____________________________________________________________________________
37621 [  9226] By: jhi                                   on 2001/03/19  02:10:21
37622         Log: Integrate changes #9207,9214 from mainline into maintperl.
37623              
37624              podchecker relaxations: =over has an *optional* number after it,
37625              and whitespace in L<> is okay.
37626      Branch: maint-5.6/perl
37627           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
37628           !> t/pod/poderrs.xr
37629 ____________________________________________________________________________
37630 [  9225] By: jhi                                   on 2001/03/19  02:07:38
37631         Log: Integrate change #9219 from maintperl into mainline.
37632              
37633              remove duplicated tests
37634      Branch: perl
37635           !> t/op/re_tests
37636 ____________________________________________________________________________
37637 [  9224] By: jhi                                   on 2001/03/19  02:06:11
37638         Log: Integrate change #9223 from mainline to maintperl.
37639              
37640              Document -Dmksymlinks.
37641      Branch: maint-5.6/perl
37642           !> INSTALL
37643 ____________________________________________________________________________
37644 [  9223] By: jhi                                   on 2001/03/19  02:01:25
37645         Log: Document -Dmksymlinks.
37646      Branch: perl
37647            ! INSTALL
37648 ____________________________________________________________________________
37649 [  9222] By: jhi                                   on 2001/03/19  01:15:35
37650         Log: The -Dmksymlinks wasn't working for maintperl.
37651      Branch: maint-5.6/perl
37652            ! Configure
37653 ____________________________________________________________________________
37654 [  9221] By: jhi                                   on 2001/03/19  00:49:43
37655         Log: Cleanup pixie residue.
37656      Branch: perl
37657            ! Makefile.SH
37658 ____________________________________________________________________________
37659 [  9220] By: jhi                                   on 2001/03/19  00:44:47
37660         Log: Document the use of pixie/prof; create make targets for it.
37661              
37662              TODO: make t/TEST pixie-aware.
37663      Branch: perl
37664            ! Makefile.SH pod/perlhack.pod
37665 ____________________________________________________________________________
37666 [  9219] By: gsar                                  on 2001/03/19  00:16:55
37667         Log: remove duplicated tests
37668      Branch: maint-5.6/perl
37669            ! t/op/re_tests
37670 ____________________________________________________________________________
37671 [  9218] By: jhi                                   on 2001/03/18  23:59:31
37672         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
37673      Branch: perl
37674            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
37675 ____________________________________________________________________________
37676 [  9217] By: jhi                                   on 2001/03/18  23:25:20
37677         Log: Rewrite the tests section of Makefile to be less redundant
37678              and to allow for more flexible test targets, many recursive
37679              make calls introduced.
37680      Branch: perl
37681            ! Makefile.SH
37682 ____________________________________________________________________________
37683 [  9216] By: jhi                                   on 2001/03/18  22:30:04
37684         Log: Document the use of Third Degree (sparsely).
37685      Branch: perl
37686            ! pod/perlhack.pod t/TEST
37687 ____________________________________________________________________________
37688 [  9215] By: jhi                                   on 2001/03/18  22:10:30
37689         Log: Make targets for testing with Third Degree.
37690      Branch: perl
37691            ! Makefile.SH
37692 ____________________________________________________________________________
37693 [  9214] By: jhi                                   on 2001/03/18  21:08:53
37694         Log: The podchecker relaxations need to mirrored also at the tests.
37695      Branch: perl
37696            ! t/pod/poderrs.xr
37697 ____________________________________________________________________________
37698 [  9213] By: jhi                                   on 2001/03/18  20:56:21
37699         Log: Update Changes.
37700      Branch: perl
37701            ! Changes patchlevel.h
37702 ____________________________________________________________________________
37703 [  9212] By: jhi                                   on 2001/03/18  20:36:59
37704         Log: Looking for config.sh in parent directories isn't
37705              very useful for the toplevel Makefile.
37706      Branch: perl
37707            ! Makefile.SH
37708 ____________________________________________________________________________
37709 [  9211] By: jhi                                   on 2001/03/18  20:33:37
37710         Log: On "make clean" take care of Third Degree droppings.
37711      Branch: perl
37712            ! Makefile.SH
37713 ____________________________________________________________________________
37714 [  9210] By: jhi                                   on 2001/03/18  20:21:34
37715         Log: Add a hook for running the tests under the Third Degree
37716              debugging tool (set $ENV{PERL_3LOG} to non-zero)
37717              
37718              TODO: Document the use of Third Degree.
37719      Branch: perl
37720            ! t/TEST
37721 ____________________________________________________________________________
37722 [  9209] By: jhi                                   on 2001/03/18  20:19:07
37723         Log: Regen toc and api pods.
37724      Branch: perl
37725            ! pod/perlapi.pod pod/perltoc.pod
37726 ____________________________________________________________________________
37727 [  9208] By: jhi                                   on 2001/03/18  20:12:12
37728         Log: Integrate changes #8128,9132 from mainline into maintperl,
37729              Tie::SubstrHash fixes.
37730      Branch: maint-5.6/perl
37731           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
37732 ____________________________________________________________________________
37733 [  9207] By: jhi                                   on 2001/03/18  20:07:43
37734         Log: podchecker relaxations from Michael Stevens.
37735      Branch: perl
37736            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
37737 ____________________________________________________________________________
37738 [  9206] By: jhi                                   on 2001/03/18  20:04:24
37739         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
37740      Branch: perl
37741            ! lib/Locale/Constants.pm lib/Locale/Country.pm
37742            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
37743            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
37744 ____________________________________________________________________________
37745 [  9205] By: jhi                                   on 2001/03/18  19:54:45
37746         Log: Integrate changes #9161,9162 from maintperl to mainline.
37747              
37748              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
37749              results
37750      Branch: perl
37751           !> t/op/magic.t
37752 ____________________________________________________________________________
37753 [  9204] By: jhi                                   on 2001/03/18  19:37:46
37754         Log: Make perl.third checks more understandable to the builder.
37755      Branch: perl
37756            ! Makefile.SH
37757 ____________________________________________________________________________
37758 [  9203] By: jhi                                   on 2001/03/18  19:20:54
37759         Log: Re-integrate #9138 from maintperl to mainline,
37760              the squelching of the unneeded "Scalars leaked" messages.
37761      Branch: perl
37762           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
37763           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
37764           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
37765 ____________________________________________________________________________
37766 [  9202] By: jhi                                   on 2001/03/18  18:48:36
37767         Log: More robust and more paranoid perl.third target.
37768      Branch: perl
37769            ! Makefile.SH
37770 ____________________________________________________________________________
37771 [  9201] By: jhi                                   on 2001/03/18  18:39:21
37772         Log: Integrate change #9197 from maintperl to mainline.
37773              
37774              more thorough cleaning of arenas.
37775      Branch: perl
37776           !> embed.pl perl.c proto.h sv.c t/op/sort.t
37777 ____________________________________________________________________________
37778 [  9200] By: jhi                                   on 2001/03/18  18:25:17
37779         Log: Integrate perlio.
37780      Branch: perl
37781           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
37782           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
37783           !> t/lib/encode.t toke.c universal.c utf8.c
37784 ____________________________________________________________________________
37785 [  9199] By: nick                                  on 2001/03/18  15:23:51
37786         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
37787              is the sense of the test being done. Avoid some magical 127 and 128 values
37788              by using macros.
37789      Branch: perlio
37790            ! doop.c pp_ctl.c sv.c toke.c
37791 ____________________________________________________________________________
37792 [  9198] By: nick                                  on 2001/03/18  14:18:12
37793         Log: UTF-X encoding invariance for Encode:
37794              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
37795              - move the XS code for those to universal.c (so in miniperl)
37796              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
37797              - change ext/Encode/compile to use above.
37798              - Fix t/lib/encode.t for above
37799              - Teach t/lib/b.t to expect -uutf8
37800              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
37801              utf8.pm is needed.
37802      Branch: perlio
37803            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
37804            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
37805 ____________________________________________________________________________
37806 [  9197] By: gsar                                  on 2001/03/18  12:15:57
37807         Log: more thorough cleaning of arenas--keep going until no more
37808              SvREFCNT_dec()s occur (this fixes the problem that causes the
37809              pesky "Scalars leaked" warnings)
37810      Branch: maint-5.6/perl
37811            ! embed.pl perl.c proto.h sv.c t/op/sort.t
37812 ____________________________________________________________________________
37813 [  9196] By: nick                                  on 2001/03/18  10:57:29
37814         Log: Fix pragma/utf8.t # 15
37815              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
37816              are SvUTF8 as well.
37817      Branch: perlio
37818            ! toke.c
37819 ____________________________________________________________________________
37820 [  9195] By: nick                                  on 2001/03/18  09:27:06
37821         Log: Integrate mainline
37822      Branch: perlio
37823           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
37824           !> t/op/pat.t
37825 ____________________________________________________________________________
37826 [  9194] By: jhi                                   on 2001/03/18  05:29:59
37827         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
37828              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
37829      Branch: perl
37830            ! op.c op.h t/op/misc.t t/op/pat.t
37831 ____________________________________________________________________________
37832 [  9193] By: jhi                                   on 2001/03/18  05:15:06
37833         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
37834      Branch: perl
37835            ! mg.c t/op/pat.t
37836 ____________________________________________________________________________
37837 [  9192] By: jhi                                   on 2001/03/18  04:22:43
37838         Log: tr/// UTF-8 patches from Inaba Hiroto.
37839      Branch: perl
37840            ! doop.c op.c
37841 ____________________________________________________________________________
37842 [  9191] By: jhi                                   on 2001/03/18  04:21:17
37843         Log: Integrate perlio.
37844      Branch: perl
37845           !> utf8.c utfebcdic.h
37846 ____________________________________________________________________________
37847 [  9190] By: nick                                  on 2001/03/17  20:32:01
37848         Log: Correct #if EBCDIC side typos.
37849              Builds and passes many tests on OS390.
37850      Branch: perlio
37851            ! utf8.c utfebcdic.h
37852 ____________________________________________________________________________
37853 [  9189] By: jhi                                   on 2001/03/17  18:55:49
37854         Log: Add prerequisites for the perl.third target.
37855      Branch: perl
37856            ! Makefile.SH
37857 ____________________________________________________________________________
37858 [  9188] By: jhi                                   on 2001/03/17  18:46:00
37859         Log: Integrate perlio.
37860      Branch: perl
37861           +> utfebcdic.h
37862           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
37863 ____________________________________________________________________________
37864 [  9187] By: jhi                                   on 2001/03/17  18:38:47
37865         Log: Add a make rule for perl.third (the Third Degree memory debugging
37866              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
37867      Branch: perl
37868            ! Makefile.SH
37869 ____________________________________________________________________________
37870 [  9186] By: nick                                  on 2001/03/17  18:34:48
37871         Log: MANIFEST addition :-(
37872      Branch: perlio
37873            ! MANIFEST
37874 ____________________________________________________________________________
37875 [  9185] By: nick                                  on 2001/03/17  18:29:50
37876         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
37877              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
37878              a superset of ASCII are invariant under the encoding. This is EBCDIC
37879              friendly as an encoded string can be looked at as being EBCDIC by lexer
37880              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
37881              ASCII on ASCII machines.
37882              
37883              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
37884              seperate.
37885              - Add some more macros to comprehend different shift amounts and
37886              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
37887              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
37888              and conditionaly #include it.
37889              
37890              EBCDIC build as yet untested.  ASCII still fails the one test.
37891      Branch: perlio
37892            + utfebcdic.h
37893            ! utf8.c utf8.h
37894 ____________________________________________________________________________
37895 [  9184] By: nick                                  on 2001/03/17  17:44:16
37896         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
37897      Branch: perlio
37898            ! doop.c perl.h pp.c utf8.h
37899 ____________________________________________________________________________
37900 [  9183] By: jhi                                   on 2001/03/17  15:55:42
37901         Log: Integrate perlio.
37902      Branch: perl
37903            ! MANIFEST
37904           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
37905 ____________________________________________________________________________
37906 [  9182] By: nick                                  on 2001/03/17  09:16:06
37907         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
37908      Branch: perlio
37909            ! t/op/pat.t
37910 ____________________________________________________________________________
37911 [  9181] By: nick                                  on 2001/03/17  09:15:11
37912         Log: Integrate mainline.
37913      Branch: perlio
37914           +> lib/Locale/Constants.pm lib/Locale/Country.pm
37915           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
37916           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
37917           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
37918           !> (integrate 83 files)
37919 ____________________________________________________________________________
37920 [  9180] By: nick                                  on 2001/03/16  17:23:21
37921         Log: EBCDIC Fixes.
37922      Branch: perlio
37923            ! perl.h sv.c toke.c utf8.c utf8.h
37924 ____________________________________________________________________________
37925 [  9179] By: jhi                                   on 2001/03/16  14:10:12
37926         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
37927              a change needed to work around an AIX compiler bug.
37928      Branch: perl
37929            ! ext/Storable/Storable.xs
37930 ____________________________________________________________________________
37931 [  9178] By: jhi                                   on 2001/03/16  03:19:59
37932         Log: With Damian's approval synchronize damian's modules'
37933              licensing with Perl's standard module licensing.
37934      Branch: perl
37935            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
37936 ____________________________________________________________________________
37937 [  9177] By: jhi                                   on 2001/03/16  03:15:34
37938         Log: Make the Filter::Util:Call files have their own copies
37939              of the Perl standard module licensing, from Paul Marquess.
37940      Branch: perl
37941            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
37942 ____________________________________________________________________________
37943 [  9176] By: jhi                                   on 2001/03/16  02:56:04
37944         Log: Subject: [PATCH] more pod patches
37945              From: Michael Stevens <michael@etla.org>
37946              Date: Thu, 15 Mar 2001 21:25:18 +0000
37947              Message-ID: <20010315212518.A18870@firedrake.org>
37948      Branch: perl
37949            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
37950            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
37951            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
37952            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
37953            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
37954            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
37955            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
37956            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
37957            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
37958            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
37959            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
37960            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
37961            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
37962            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
37963            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
37964            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
37965            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
37966            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
37967            ! lib/Locale/Country.pm lib/Locale/Language.pm
37968            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
37969            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
37970            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
37971            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
37972            ! os2/OS2/Process/Process.pm
37973 ____________________________________________________________________________
37974 [  9175] By: jhi                                   on 2001/03/16  02:53:32
37975         Log: Subject: [PATCH] the uncontroversial doc patches
37976              From: Michael Stevens <michael@etla.org>
37977              Date: Thu, 15 Mar 2001 20:01:12 +0000
37978              Message-ID: <20010315200112.A7636@firedrake.org>
37979      Branch: perl
37980            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
37981            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
37982            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
37983            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
37984            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
37985 ____________________________________________________________________________
37986 [  9174] By: jhi                                   on 2001/03/16  02:50:49
37987         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
37988              From: Paul Lindner <lindner@inuus.com>
37989              Date: Fri, 16 Mar 2001 11:28:03 -0800
37990              Message-ID: <20010316112803.A7577@inuus.com>
37991      Branch: perl
37992            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
37993 ____________________________________________________________________________
37994 [  9173] By: nick                                  on 2001/03/15  20:21:03
37995         Log: 1st day's EBCDIC fixes:
37996              - toke.c's parsing of strings needed attention
37997              needed to conditionally e2a if string was already UTF-8
37998              - e2a/a2e tables where wrong way round.
37999              - new macros in utf8.h
38000      Branch: perlio
38001            ! perl.h toke.c utf8.h
38002 ____________________________________________________________________________
38003 [  9172] By: jhi                                   on 2001/03/15  15:17:17
38004         Log: Update Changes.
38005      Branch: perl
38006            ! Changes patchlevel.h
38007 ____________________________________________________________________________
38008 [  9171] By: jhi                                   on 2001/03/15  15:09:32
38009         Log: Subject: Re: Another Borland C++ problem.
38010              From: "Vadim Konovalov" <watman@inbox.ru>
38011              Date: Sat, 10 Mar 2001 19:26:07 +0300
38012              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
38013              
38014              Borland filename case problem.
38015      Branch: perl
38016            + win32/sncfnmcs.pl
38017            ! MANIFEST README.win32
38018 ____________________________________________________________________________
38019 [  9170] By: jhi                                   on 2001/03/15  14:54:23
38020         Log: Add Locale::Codes 1.06, from Neil Bowers.
38021      Branch: perl
38022            + lib/Locale/Constants.pm lib/Locale/Country.pm
38023            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
38024            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
38025            + t/lib/lc-language.t t/lib/lc-uk.t
38026            ! MANIFEST
38027 ____________________________________________________________________________
38028 [  9169] By: jhi                                   on 2001/03/15  14:19:01
38029         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
38030      Branch: perl
38031            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
38032            ! ext/Storable/Storable.xs
38033 ____________________________________________________________________________
38034 [  9168] By: jhi                                   on 2001/03/15  14:13:22
38035         Log: Integrate changes #9120,9167 from mainline to maintperl.
38036              
38037              Subject: [PATCH 5.6.1] OS/2 docs
38038              
38039              Subject: [PATCH 5.6.1] perldoc
38040      Branch: maint-5.6/perl
38041           !> os2/Changes utils/perldoc.PL
38042 ____________________________________________________________________________
38043 [  9167] By: jhi                                   on 2001/03/15  14:07:42
38044         Log: Subject: [PATCH 5.6.1] perldoc
38045              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38046              Date: Wed, 14 Mar 2001 23:46:52 -0500
38047              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
38048      Branch: perl
38049            ! utils/perldoc.PL
38050 ____________________________________________________________________________
38051 [  9166] By: jhi                                   on 2001/03/15  13:53:15
38052         Log: sigaction test condition tweakage.
38053      Branch: perl
38054            ! t/lib/sigaction.t
38055 ____________________________________________________________________________
38056 [  9165] By: alanbur                               on 2001/03/15  03:49:17
38057         Log: Resynchronised with parent
38058      Branch: maint-5.6/pureperl
38059           +> os2/os2add.sym t/op/anonsub.t
38060           !> (integrate 72 files)
38061 ____________________________________________________________________________
38062 [  9164] By: jhi                                   on 2001/03/15  01:05:01
38063         Log: Avoid stomping off the beginning of an array in tr///.
38064      Branch: perl
38065            ! op.c
38066 ____________________________________________________________________________
38067 [  9163] By: jhi                                   on 2001/03/15  00:58:57
38068         Log: h2ph strictness and cleanliness from Kurt Starsinic.
38069      Branch: perl
38070            ! utils/h2ph.PL
38071 ____________________________________________________________________________
38072 [  9162] By: gsar                                  on 2001/03/15  00:56:53
38073         Log: avoid warnings
38074      Branch: maint-5.6/perl
38075            ! t/op/magic.t
38076 ____________________________________________________________________________
38077 [  9161] By: gsar                                  on 2001/03/15  00:52:09
38078         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
38079              results
38080      Branch: maint-5.6/perl
38081            ! t/op/magic.t
38082 ____________________________________________________________________________
38083 [  9160] By: jhi                                   on 2001/03/14  22:02:10
38084         Log: Do not use the Perl malloc in IRIX, suggested by
38085              Helmus Jarausch.
38086      Branch: perl
38087            ! hints/irix_6.sh
38088 ____________________________________________________________________________
38089 [  9159] By: nick                                  on 2001/03/14  21:45:59
38090         Log: Integrate mainline
38091      Branch: perlio
38092           +> t/op/loopctl.t
38093           !> (integrate 41 files)
38094 ____________________________________________________________________________
38095 [  9158] By: jhi                                   on 2001/03/14  21:10:09
38096         Log: The Day of the Retractions continues: the #9138
38097              (integrated in #9144) doesn't work well in mainline.
38098      Branch: perl
38099            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
38100            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
38101            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
38102 ____________________________________________________________________________
38103 [  9157] By: jhi                                   on 2001/03/14  20:58:12
38104         Log: The #9145 CANNOT be enabled: the clear_pmop code still
38105              dumps core all over in Tru64.
38106      Branch: perl
38107            ! op.c op.h t/op/pat.t
38108 ____________________________________________________________________________
38109 [  9156] By: jhi                                   on 2001/03/14  20:48:06
38110         Log: Integrate change #9154 from maintperl to mainline.
38111              
38112              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
38113              (caused Storable 1.0.10 to break on windows)
38114      Branch: perl
38115           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
38116           !> perlapi.c proto.h
38117 ____________________________________________________________________________
38118 [  9155] By: jhi                                   on 2001/03/14  20:23:53
38119         Log: Retract #9136: breaks threading (and binary compatibility).
38120      Branch: perl
38121            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
38122 ____________________________________________________________________________
38123 [  9154] By: gsar                                  on 2001/03/14  17:48:18
38124         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
38125              (caused Storable 1.0.10 to break on windows)
38126      Branch: maint-5.6/perl
38127            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
38128            ! perlapi.c proto.h
38129 ____________________________________________________________________________
38130 [  9153] By: jhi                                   on 2001/03/14  13:35:21
38131         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
38132      Branch: perl
38133            ! t/lib/sigaction.t
38134 ____________________________________________________________________________
38135 [  9152] By: gsar                                  on 2001/03/14  07:29:40
38136         Log: back out changes#9012,9010,9009 and parts of change#9016
38137              (causes ABRs under purify, and some prerequisites don't
38138              seem to be there in 5.6.x)
38139      Branch: maint-5.6/perl
38140            ! doop.c op.c t/op/tr.t toke.c
38141 ____________________________________________________________________________
38142 [  9151] By: gsar                                  on 2001/03/14  07:01:29
38143         Log: reenable change#9145 (the test was busted due to a missing
38144              C<print "ok 27\n">)
38145      Branch: perl
38146            ! op.c op.h t/op/pat.t
38147 ____________________________________________________________________________
38148 [  9150] By: jhi                                   on 2001/03/14  06:38:36
38149         Log: Retract #9145.
38150      Branch: perl
38151            ! op.c op.h t/op/pat.t
38152 ____________________________________________________________________________
38153 [  9149] By: jhi                                   on 2001/03/14  06:14:56
38154         Log: Retract #9143.
38155      Branch: perl
38156            ! op.c
38157 ____________________________________________________________________________
38158 [  9148] By: gsar                                  on 2001/03/14  06:13:02
38159         Log: Uninitialized Memory Read in regexec.c
38160      Branch: perl
38161            ! regexec.c
38162 ____________________________________________________________________________
38163 [  9147] By: jhi                                   on 2001/03/14  04:59:54
38164         Log: Subject: PATCH: make goto work in nested eval ""
38165              From: Robin Houston <robin@kitsite.com>
38166              Date: Wed, 14 Mar 2001 04:16:10 +0000
38167              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
38168      Branch: perl
38169            ! pp_ctl.c t/op/goto.t
38170 ____________________________________________________________________________
38171 [  9146] By: jhi                                   on 2001/03/14  04:42:54
38172         Log: Preserve the #ifdef PERL_CORE in perly.h.
38173      Branch: perl
38174            ! perly.fixer
38175 ____________________________________________________________________________
38176 [  9145] By: jhi                                   on 2001/03/14  03:57:41
38177         Log: (Retracted by #9150.)
38178      Branch: perl
38179            ! op.c op.h t/op/pat.t
38180 ____________________________________________________________________________
38181 [  9144] By: jhi                                   on 2001/03/14  03:50:38
38182         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
38183              
38184              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
38185              
38186              remove squelch controls for "Scalars leaked" messages in most places
38187              (these are now cured)
38188              
38189              fix another memory leak reported by purify (tie callbacks that
38190              croak can leak when wiping out magic)
38191      Branch: perl
38192           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
38193           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
38194           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
38195           !> t/pragma/warnings.t
38196 ____________________________________________________________________________
38197 [  9143] By: jhi                                   on 2001/03/14  03:37:53
38198         Log: (Retracted by #9149.)
38199      Branch: perl
38200            ! op.c
38201 ____________________________________________________________________________
38202 [  9142] By: gsar                                  on 2001/03/14  03:20:48
38203         Log: fix another memory leak reported by purify (tie callbacks that
38204              croak can leak when wiping out magic)
38205      Branch: maint-5.6/perl
38206            ! scope.c
38207 ____________________________________________________________________________
38208 [  9141] By: jhi                                   on 2001/03/14  02:55:00
38209         Log: Subject: PATCH for [ID 20010305.003]
38210              From: Robin Houston <robin@kitsite.com>
38211              Date: Wed, 14 Mar 2001 02:45:51 +0000
38212              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
38213      Branch: perl
38214            ! pp_ctl.c t/op/eval.t
38215 ____________________________________________________________________________
38216 [  9140] By: jhi                                   on 2001/03/14  02:41:54
38217         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
38218              Date: Wed, 14 Mar 2001 01:52:51 +0000
38219              From: Robin Houston <robin@kitsite.com>
38220              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
38221              
38222              Fix for 2000313.004.
38223      Branch: perl
38224            ! pp_ctl.c t/op/goto.t
38225 ____________________________________________________________________________
38226 [  9139] By: jhi                                   on 2001/03/14  02:40:50
38227         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
38228              From: Robin Houston <robin@kitsite.com>
38229              Date: Wed, 14 Mar 2001 00:43:45 +0000
38230              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
38231      Branch: perl
38232            + t/op/loopctl.t
38233            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
38234            ! vms/perly_c.vms
38235 ____________________________________________________________________________
38236 [  9138] By: gsar                                  on 2001/03/14  01:18:00
38237         Log: remove squelch controls for "Scalars leaked" messages in most places
38238              (these are now cured)
38239      Branch: maint-5.6/perl
38240            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
38241            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
38242            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
38243 ____________________________________________________________________________
38244 [  9137] By: gsar                                  on 2001/03/14  00:57:04
38245         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
38246      Branch: maint-5.6/perl
38247            ! regcomp.c
38248 ____________________________________________________________________________
38249 [  9136] By: jhi                                   on 2001/03/13  23:12:24
38250         Log: (Retracted by #9155)
38251              
38252              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
38253              From: Jens-Uwe Mager <jum@helios.de>
38254              Date: Wed, 21 Feb 2001 21:32:04 +0100
38255              Message-ID: <20010221213203.A18340@ans.helios.de>
38256      Branch: perl
38257            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
38258 ____________________________________________________________________________
38259 [  9135] By: jhi                                   on 2001/03/13  22:50:05
38260         Log: Integrate perlio.
38261      Branch: perl
38262           !> pp.c
38263 ____________________________________________________________________________
38264 [  9134] By: jhi                                   on 2001/03/13  22:49:05
38265         Log: Integrate change #9131 from maintperl into mainline.
38266              
38267              make the error text look more consistent in hints/hpux.sh
38268      Branch: perl
38269           !> hints/hpux.sh
38270 ____________________________________________________________________________
38271 [  9133] By: gsar                                  on 2001/03/13  22:46:20
38272         Log: integrate change#9067 from mainline
38273              
38274              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
38275      Branch: maint-5.6/perl
38276           !> lib/ExtUtils/MM_Unix.pm
38277 ____________________________________________________________________________
38278 [  9132] By: jhi                                   on 2001/03/13  22:41:21
38279         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
38280              From: "John P. Linderman" <jpl@research.att.com>
38281              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
38282              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
38283              
38284              A more correct prime finder.
38285      Branch: perl
38286            ! lib/Tie/SubstrHash.pm
38287 ____________________________________________________________________________
38288 [  9131] By: gsar                                  on 2001/03/13  22:30:42
38289         Log: make the error text look more consistent in hints/hpux.sh
38290      Branch: maint-5.6/perl
38291            ! hints/hpux.sh
38292 ____________________________________________________________________________
38293 [  9130] By: jhi                                   on 2001/03/13  22:23:44
38294         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
38295              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38296              Date: Tue, 13 Mar 2001 18:41:26 +0100
38297              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
38298              
38299              If the test is run non-interactively the default handler
38300              is different.
38301      Branch: perl
38302            ! t/lib/sigaction.t
38303 ____________________________________________________________________________
38304 [  9129] By: jhi                                   on 2001/03/13  22:20:21
38305         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
38306              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38307              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
38308              Date:     Tue, 13 Mar 2001 16:44:32 EST
38309      Branch: perl
38310            ! t/lib/1_compile.t
38311 ____________________________________________________________________________
38312 [  9128] By: jhi                                   on 2001/03/13  22:18:34
38313         Log: Subject: Another patch for integer.pm POD 
38314              From: "John L. Allen" <allen@grumman.com>
38315              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
38316              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
38317      Branch: perl
38318            ! lib/integer.pm
38319 ____________________________________________________________________________
38320 [  9127] By: nick                                  on 2001/03/13  21:26:30
38321         Log: Integrate mainline.
38322      Branch: perlio
38323           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
38324           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
38325           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
38326           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
38327           !> Changes Configure MANIFEST README.os2 README.os390
38328           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
38329           !> os2/Changes patchlevel.h win32/perlhost.h
38330 ____________________________________________________________________________
38331 [  9126] By: nick                                  on 2001/03/13  20:39:51
38332         Log: #ifdef'ed out code to make packed side of pack/unpack
38333              octets. (i.e. pack('U') => encode_utf8).
38334      Branch: perlio
38335            ! pp.c
38336 ____________________________________________________________________________
38337 [  9125] By: jhi                                   on 2001/03/13  15:07:16
38338         Log: Update Changes.
38339      Branch: perl
38340            ! Changes patchlevel.h
38341 ____________________________________________________________________________
38342 [  9124] By: jhi                                   on 2001/03/13  14:22:45
38343         Log: Workaround for the buggy ("internal compiler error")
38344              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
38345              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
38346              of Andreas König.
38347      Branch: perl
38348            ! ext/re/Makefile.PL hints/aix.sh
38349 ____________________________________________________________________________
38350 [  9123] By: jhi                                   on 2001/03/13  03:24:34
38351         Log: Typo in #9114.
38352      Branch: metaconfig
38353            ! U/modified/myhostname.U
38354 ____________________________________________________________________________
38355 [  9122] By: jhi                                   on 2001/03/13  03:24:06
38356         Log: Typo in #9113.
38357      Branch: perl
38358            ! Configure
38359 ____________________________________________________________________________
38360 [  9121] By: jhi                                   on 2001/03/13  01:53:05
38361         Log: Forgot to check-in the larger part of #9120, duh.
38362      Branch: perl
38363            ! README.os2
38364 ____________________________________________________________________________
38365 [  9120] By: jhi                                   on 2001/03/13  01:51:31
38366         Log: Subject: [PATCH 5.6.1] OS/2 docs
38367              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38368              Date: Mon, 12 Mar 2001 03:27:32 -0500
38369              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
38370      Branch: perl
38371            ! os2/Changes
38372 ____________________________________________________________________________
38373 [  9119] By: jhi                                   on 2001/03/13  01:49:41
38374         Log: Integrate change #9116 from maintperl into mainline.
38375              
38376              Win32::GetCwd() returns C: instead of C:\ in the root directory
38377              under ithreads
38378      Branch: perl
38379           !> win32/perlhost.h
38380 ____________________________________________________________________________
38381 [  9118] By: jhi                                   on 2001/03/13  01:13:39
38382         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
38383      Branch: perl
38384            + lib/Switch.pm t/lib/switch.t
38385            ! MANIFEST
38386 ____________________________________________________________________________
38387 [  9117] By: jhi                                   on 2001/03/13  01:03:17
38388         Log: Add Text::Balanced 1.83.
38389      Branch: perl
38390            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
38391            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
38392            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
38393            + t/lib/tb-xvari.t
38394            ! MANIFEST
38395 ____________________________________________________________________________
38396 [  9116] By: gsar                                  on 2001/03/13  00:55:53
38397         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
38398              under ithreads
38399      Branch: maint-5.6/perl
38400            ! win32/perlhost.h
38401 ____________________________________________________________________________
38402 [  9115] By: jhi                                   on 2001/03/13  00:54:09
38403         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
38404              From: "John L. Allen" <allen@grumman.com>
38405              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
38406              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
38407              
38408              use integer document clarification.
38409      Branch: perl
38410            ! lib/integer.pm
38411 ____________________________________________________________________________
38412 [  9114] By: jhi                                   on 2001/03/13  00:38:54
38413         Log: Metaconfig unit change for #9113.
38414      Branch: metaconfig
38415            ! U/modified/myhostname.U
38416 ____________________________________________________________________________
38417 [  9113] By: jhi                                   on 2001/03/13  00:38:35
38418         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?)
38419              From: Peter Prymmer <pvhp@forte.com>
38420              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
38421              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
38422      Branch: perl
38423            ! Configure README.os390 hints/os390.sh
38424 ____________________________________________________________________________
38425 [  9112] By: jhi                                   on 2001/03/13  00:29:00
38426         Log: Integrate perlio.
38427      Branch: perl
38428           !> sv.c utf8.h
38429 ____________________________________________________________________________
38430 [  9111] By: nick                                  on 2001/03/12  21:16:33
38431         Log: Integrate mainline.
38432      Branch: perlio
38433           +> t/op/anonsub.t
38434           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
38435           !> proto.h sv.c
38436 ____________________________________________________________________________
38437 [  9110] By: nick                                  on 2001/03/12  21:00:13
38438         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
38439      Branch: perlio
38440            ! sv.c utf8.h
38441 ____________________________________________________________________________
38442 [  9109] By: jhi                                   on 2001/03/12  16:04:47
38443         Log: Integrate change #9108 from maintperl to mainline.
38444              
38445              fix memory leak in C<sub X { sub {} }> arising from a refcount
38446              loop between the outer sub and the inner prototype anonsub
38447              
38448              this also enables closures returned by subroutines that
38449              subsequently get redefined to work without generating coredumps :)
38450              
38451              completely removed the free_closures() hack--it shouldn't be
38452              needed anymore
38453      Branch: perl
38454           +> t/op/anonsub.t
38455           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
38456           !> proto.h sv.c
38457 ____________________________________________________________________________
38458 [  9108] By: gsar                                  on 2001/03/12  10:21:31
38459         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
38460              loop between the outer sub and the inner prototype anonsub
38461              
38462              this also enables closures returned by subroutines that
38463              subsequently get redefined to work without generating coredumps :)
38464              
38465              completely removed the free_closures() hack--it shouldn't be
38466              needed anymore
38467      Branch: maint-5.6/perl
38468            + t/op/anonsub.t
38469            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
38470            ! proto.h sv.c
38471 ____________________________________________________________________________
38472 [  9107] By: jhi                                   on 2001/03/12  05:15:31
38473         Log: Integrate perlio.
38474      Branch: perl
38475           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
38476 ____________________________________________________________________________
38477 [  9106] By: nick                                  on 2001/03/11  20:10:12
38478         Log: regcomp.c is working in native space, not Unicode space (if different)
38479              as it is doing compare against 'W' in \W etc.
38480      Branch: perlio
38481            ! regcomp.c
38482 ____________________________________________________________________________
38483 [  9105] By: nick                                  on 2001/03/11  19:39:34
38484         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
38485              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
38486      Branch: perlio
38487            ! regcomp.c toke.c utf8.c
38488 ____________________________________________________________________________
38489 [  9104] By: nick                                  on 2001/03/11  18:15:44
38490         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
38491      Branch: perlio
38492            ! sv.c
38493 ____________________________________________________________________________
38494 [  9103] By: nick                                  on 2001/03/11  18:03:28
38495         Log: Integrate mainline (for regexp stuff).
38496      Branch: perlio
38497           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
38498           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
38499           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
38500           !> t/lib/errno.t t/op/pat.t
38501 ____________________________________________________________________________
38502 [  9102] By: nick                                  on 2001/03/11  17:44:20
38503         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
38504              - exclude layer syms in makedef.pl for sfio
38505              - also inhibit Encode from trying to build ":encode()" layer.
38506      Branch: perlio
38507            ! ext/Encode/Encode.xs makedef.pl
38508 ____________________________________________________________________________
38509 [  9101] By: jhi                                   on 2001/03/10  22:38:13
38510         Log: The $Is_MacOS needs to be declared.
38511      Branch: perl
38512            ! lib/ExtUtils/Manifest.pm
38513 ____________________________________________________________________________
38514 [  9100] By: jhi                                   on 2001/03/10  22:14:29
38515         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
38516              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
38517              pollute the symbolspace if using sfio.
38518      Branch: perl
38519            ! ext/Encode/Encode.xs
38520 ____________________________________________________________________________
38521 [  9099] By: jhi                                   on 2001/03/10  21:58:48
38522         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
38523              Date: Sat, 10 Mar 2001 14:23:55 -0500
38524              From: Chris Nandor <pudge@pobox.com>
38525              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
38526      Branch: perl
38527            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
38528            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
38529            ! t/lib/errno.t
38530 ____________________________________________________________________________
38531 [  9098] By: jhi                                   on 2001/03/10  21:38:30
38532         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
38533      Branch: perl
38534            ! regcomp.c regexec.c t/op/pat.t
38535 ____________________________________________________________________________
38536 [  9097] By: jhi                                   on 2001/03/10  14:38:07
38537         Log: Integrate perlio.
38538      Branch: perl
38539           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
38540           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
38541           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
38542 ____________________________________________________________________________
38543 [  9096] By: nick                                  on 2001/03/10  11:55:43
38544         Log: EBCDIC sanity - phase I
38545              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
38546              - use utf8n_xxxx (c.f. pvn) for forms which take length.
38547              - back out vN.N and $^V exceptions to e2a/a2e
38548              - make "locale" isxxx macros be uvchr (may be redundant?)
38549              
38550              Not clear yet that toUPPER_uni et. al. return being handled correctly.
38551              The tr// and rexexp stuff still needs an audit, assumption is they are working
38552              in Unicode space.
38553              
38554              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
38555      Branch: perlio
38556            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
38557            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
38558            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
38559 ____________________________________________________________________________
38560 [  9095] By: jhi                                   on 2001/03/09  22:10:01
38561         Log: Integrate perlio.
38562      Branch: perl
38563           !> dump.c
38564 ____________________________________________________________________________
38565 [  9094] By: nick                                  on 2001/03/09  17:36:38
38566         Log: Builds an passes all tests after integrate and this tweak.
38567      Branch: perlio
38568            ! dump.c
38569 ____________________________________________________________________________
38570 [  9093] By: nick                                  on 2001/03/09  17:16:03
38571         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
38572      Branch: perlio
38573           +> lib/unicode/Scripts.txt t/lib/sigaction.t
38574           !> (integrate 79 files)
38575 ____________________________________________________________________________
38576 [  9092] By: jhi                                   on 2001/03/09  15:28:26
38577         Log: Update Changes.
38578      Branch: perl
38579            ! Changes patchlevel.h
38580 ____________________________________________________________________________
38581 [  9091] By: jhi                                   on 2001/03/09  15:25:05
38582         Log: In op/stat #35 better to scan all the potential directories
38583              for setuids, not just the first one.
38584      Branch: perl
38585            ! t/op/stat.t
38586 ____________________________________________________________________________
38587 [  9090] By: jhi                                   on 2001/03/09  15:01:27
38588         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
38589              From: rspier@pobox.com (Robert Spier)
38590              Date: Fri, 9 Mar 2001 03:30:20 -0500
38591              Message-ID: <15016.38044.381174.160189@rls.cx>
38592              
38593              EXISTS() returning undef mistakenly triggered a FETCH().
38594      Branch: perl
38595            ! hv.c
38596 ____________________________________________________________________________
38597 [  9089] By: jhi                                   on 2001/03/09  14:59:02
38598         Log: Add /sbin and /usr/sbin to the list of directories scanned
38599              for setuid programs.  Takes care of bug id 20010309.003.
38600      Branch: perl
38601            ! t/op/stat.t
38602 ____________________________________________________________________________
38603 [  9088] By: jhi                                   on 2001/03/09  14:48:32
38604         Log: Regen perlapi, perltoc.
38605      Branch: perl
38606            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
38607 ____________________________________________________________________________
38608 [  9087] By: jhi                                   on 2001/03/09  14:38:56
38609         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
38610              From: David Mitchell <davem@fdgroup.co.uk>
38611              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
38612              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
38613      Branch: perl
38614            ! dump.c perl.c perl.h pod/perlrun.pod
38615 ____________________________________________________________________________
38616 [  9086] By: jhi                                   on 2001/03/09  01:47:16
38617         Log: A modified version of
38618              
38619              Subject: [ID 20010307.005] POSIX::sigaction has various problems
38620              From: anders@broadcom.com
38621              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
38622              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
38623              
38624              Currently the sigaction.t test #6 fails (and is fudged to look
38625              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
38626              This may well be a genuine bug in Linux sigaction() (since at
38627              least Tru64, Solaris, and HP-UX disagree with Linux).
38628              Anyone with POSIX / SUSv2 tome handy?  The problem is that
38629              the flags of the oldaction don't match with the flags in
38630              the previously installed disposition.
38631      Branch: perl
38632            + t/lib/sigaction.t
38633            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
38634 ____________________________________________________________________________
38635 [  9085] By: jhi                                   on 2001/03/09  01:30:13
38636         Log: Subject: Re: mission impossible for the day
38637              From: Alex Gough <alex@rcon.org>
38638              Date: Thu, 08 Mar 2001 17:18:19 +0000
38639              Message-ID: <3AA7BEDB.8070409@rcon.org>
38640              
38641              If references (are overloaded) and can be directly stringified,
38642              show that instead of "stringified".
38643              
38644              (The problem, infinite mutual recursion caused by overloaded bool
38645              in Switch.pm, tracked by David Mitchell)
38646      Branch: perl
38647            ! lib/Carp/Heavy.pm
38648 ____________________________________________________________________________
38649 [  9084] By: jhi                                   on 2001/03/09  01:20:39
38650         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
38651              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
38652              From: David Mitchell <davem@fdgroup.co.uk>
38653              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
38654      Branch: perl
38655            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
38656            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
38657 ____________________________________________________________________________
38658 [  9083] By: jhi                                   on 2001/03/09  01:16:51
38659         Log: Subject: [PATCH] perldata.pod here-doc docs
38660              From: Jeff Pinyan <jeffp@crusoe.net>
38661              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
38662              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
38663      Branch: perl
38664            ! pod/perldata.pod
38665 ____________________________________________________________________________
38666 [  9082] By: jhi                                   on 2001/03/09  01:01:27
38667         Log: Subject: Re: Unicode/EBCDIC
38668              From: Peter Prymmer <pvhp@forte.com>
38669              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
38670              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
38671      Branch: perl
38672            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
38673 ____________________________________________________________________________
38674 [  9081] By: jhi                                   on 2001/03/08  13:41:30
38675         Log: Subject: Ooops, wrong 'no *POSIX' Patch
38676              From: Dorner Thomas <Thomas.Dorner@start.de>
38677              Date: Thu, 8 Mar 2001 08:43:28 +0100
38678              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
38679      Branch: perl
38680            ! hints/posix-bc.sh
38681 ____________________________________________________________________________
38682 [  9080] By: jhi                                   on 2001/03/08  13:11:42
38683         Log: It's Scripts.txt, not Script.txt.
38684      Branch: perl
38685            ! MANIFEST
38686 ____________________________________________________________________________
38687 [  9079] By: jhi                                   on 2001/03/08  12:59:05
38688         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
38689              From: Dorner Thomas <Thomas.Dorner@start.de>
38690              Date: Wed, 7 Mar 2001 14:13:31 +0100
38691              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
38692      Branch: perl
38693            ! makedepend.SH
38694 ____________________________________________________________________________
38695 [  9078] By: jhi                                   on 2001/03/08  12:57:43
38696         Log: Retract #9069, wrong patch.
38697      Branch: perl
38698            ! Makefile.SH
38699 ____________________________________________________________________________
38700 [  9077] By: jhi                                   on 2001/03/08  01:06:13
38701         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
38702      Branch: perl
38703            + lib/unicode/Scripts.txt
38704            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
38705            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
38706            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
38707            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
38708            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
38709            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
38710            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
38711            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
38712            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
38713            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
38714            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
38715            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
38716            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
38717            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
38718            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
38719            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
38720            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
38721            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
38722            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
38723            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
38724            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
38725            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
38726            ! lib/unicode/version
38727 ____________________________________________________________________________
38728 [  9076] By: jhi                                   on 2001/03/07  22:59:39
38729         Log: Integrate change #7784 from mainline into maintperl.
38730              
38731              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
38732      Branch: maint-5.6/perl
38733           !> pp_ctl.c t/op/pat.t
38734 ____________________________________________________________________________
38735 [  9075] By: jhi                                   on 2001/03/07  22:05:11
38736         Log: More UTF-8 test tweaks.
38737      Branch: perl
38738            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
38739 ____________________________________________________________________________
38740 [  9074] By: nick                                  on 2001/03/07  21:39:29
38741         Log: Integrate mainline.
38742      Branch: perlio
38743           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
38744           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
38745           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
38746           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
38747           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
38748 ____________________________________________________________________________
38749 [  9073] By: jhi                                   on 2001/03/07  16:37:09
38750         Log: Update Changes.
38751      Branch: perl
38752            ! Changes patchlevel.h
38753 ____________________________________________________________________________
38754 [  9072] By: jhi                                   on 2001/03/07  16:32:30
38755         Log: Subject: [ID 20010306.004] || != named unary operator
38756              From: abela@geneanet.org
38757              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
38758              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
38759      Branch: perl
38760            ! pod/perlop.pod
38761 ____________________________________________________________________________
38762 [  9071] By: jhi                                   on 2001/03/07  15:14:11
38763         Log: Subject: downgrading to bytes for common functions
38764              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
38765              Date: Wed, 7 Mar 2001 02:36:55 -0500
38766              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
38767      Branch: perl
38768            ! pp_sys.c
38769 ____________________________________________________________________________
38770 [  9070] By: jhi                                   on 2001/03/07  15:04:58
38771         Log: Clarify the description differentiating for and while; inspired by
38772              
38773              Subject: [ID 20010306.002] for/while difference in for definition
38774              From: abela@geneanet.org
38775              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
38776              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
38777      Branch: perl
38778            ! pod/perlsyn.pod
38779 ____________________________________________________________________________
38780 [  9069] By: jhi                                   on 2001/03/07  14:55:30
38781         Log: (Retracted by #9078.)
38782      Branch: perl
38783            ! Makefile.SH
38784 ____________________________________________________________________________
38785 [  9068] By: jhi                                   on 2001/03/07  14:51:17
38786         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
38787              From: Radu Greab <radu@netsoft.ro>
38788              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
38789              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
38790      Branch: perl
38791            ! pp.c t/op/chop.t
38792 ____________________________________________________________________________
38793 [  9067] By: jhi                                   on 2001/03/07  14:48:57
38794         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
38795              From: Simon Cozens <simon@netthink.co.uk>
38796              Date: Wed, 7 Mar 2001 13:59:28 +0000
38797              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
38798              
38799              In order to allow MakeMaker to build correct Makefiles,
38800              you need to change the order of the arguments in MM_Unix.pm
38801              as well. (Unless you have C89_CCMODE set, but we're trying
38802              to be POSIXly correct)
38803              
38804              Thanks to Merijn Broeren for tracking this down.
38805      Branch: perl
38806            ! lib/ExtUtils/MM_Unix.pm
38807 ____________________________________________________________________________
38808 [  9066] By: jhi                                   on 2001/03/07  14:30:02
38809         Log: Floating point too messy.
38810      Branch: perl
38811            ! t/camel-III/vstring.t
38812 ____________________________________________________________________________
38813 [  9065] By: jhi                                   on 2001/03/07  14:17:44
38814         Log: Integrate change #9064 from maintperl into mainline.
38815              
38816              fix memory leak in pack("Bb",...)
38817      Branch: perl
38818           !> perl.c
38819 ____________________________________________________________________________
38820 [  9064] By: gsar                                  on 2001/03/07  06:29:24
38821         Log: fix memory leak in pack("Bb",...)
38822      Branch: maint-5.6/perl
38823            ! perl.c
38824 ____________________________________________________________________________
38825 [  9063] By: jhi                                   on 2001/03/07  00:55:04
38826         Log: Major utf8 test reorganisation and rewrite.
38827              Hopefully no tests were lost in the shuffle.
38828              (The beginning of pragma/utf8 was lost intentionally,
38829              the tests were rather bogus and incomplete.)
38830      Branch: perl
38831            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
38832            ! t/pragma/utf8.t
38833 ____________________________________________________________________________
38834 [  9062] By: jhi                                   on 2001/03/07  00:41:16
38835         Log: More tweakage on the Unicode character class descriptions.
38836      Branch: perl
38837            ! lib/unicode/mktables.PL pod/perlretut.pod
38838 ____________________________________________________________________________
38839 [  9061] By: jhi                                   on 2001/03/06  23:12:38
38840         Log: The perlretut was still talking about the old \p and \P
38841              definitions.
38842      Branch: perl
38843            ! pod/perlretut.pod
38844 ____________________________________________________________________________
38845 [  9060] By: nick                                  on 2001/03/06  20:52:37
38846         Log: Integrate mainline (make test works again now).
38847      Branch: perlio
38848           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
38849 ____________________________________________________________________________
38850 [  9059] By: jhi                                   on 2001/03/06  15:36:14
38851         Log: 0.999... does equal 1.0, doesn't it?
38852      Branch: perl
38853            ! t/camel-III/vstring.t
38854 ____________________________________________________________________________
38855 [  9058] By: jhi                                   on 2001/03/06  15:34:00
38856         Log: Make /x{abcd}/ to work without use utf8.
38857      Branch: perl
38858            ! regcomp.c
38859 ____________________________________________________________________________
38860 [  9057] By: jhi                                   on 2001/03/06  03:02:36
38861         Log: Easier to outcomment all the three reset() tests for now.
38862      Branch: perl
38863            ! t/op/pat.t
38864 ____________________________________________________________________________
38865 [  9056] By: jhi                                   on 2001/03/06  02:30:02
38866         Log: Comment out the deadly reset; until the 20010301.005
38867              is finally fixed.
38868      Branch: perl
38869            ! t/op/pat.t
38870 ____________________________________________________________________________
38871 [  9055] By: jhi                                   on 2001/03/06  02:21:26
38872         Log: Integrate the change #9054 from mainline:
38873              retract the PMOP cleanup patch pending further investigation.
38874      Branch: maint-5.6/perl
38875           !> op.c op.h
38876 ____________________________________________________________________________
38877 [  9054] By: jhi                                   on 2001/03/06  02:19:57
38878         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
38879              with oddly familiar stack traces.
38880      Branch: perl
38881            ! op.c op.h
38882 ____________________________________________________________________________
38883 [  9053] By: jhi                                   on 2001/03/05  23:20:28
38884         Log: Integrate perlio.
38885      Branch: perl
38886           +> ext/Encode/Encode/koi8-r.ucm
38887           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
38888           !> makedef.pl
38889 ____________________________________________________________________________
38890 [  9052] By: nick                                  on 2001/03/05  23:08:17
38891         Log: skipping USE_PERLIO symbols correction.
38892      Branch: perlio
38893            ! makedef.pl
38894 ____________________________________________________________________________
38895 [  9051] By: nick                                  on 2001/03/05  22:35:07
38896         Log: More Encode alias tidying.
38897      Branch: perlio
38898            + ext/Encode/Encode/koi8-r.ucm
38899            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
38900 ____________________________________________________________________________
38901 [  9050] By: jhi                                   on 2001/03/05  21:44:29
38902         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
38903              Sarathy's fix for ID 20010301.005.
38904      Branch: maint-5.6/perl
38905           !> op.c op.h
38906 ____________________________________________________________________________
38907 [  9049] By: nick                                  on 2001/03/05  19:54:04
38908         Log: Integrate Jarkko's Encode.pm tweak.
38909      Branch: perlio
38910           !> ext/Encode/Encode.pm
38911 ____________________________________________________________________________
38912 [  9048] By: nick                                  on 2001/03/05  19:47:57
38913         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
38914      Branch: perlio
38915           +> os2/os2add.sym
38916           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
38917           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
38918           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
38919           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
38920           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
38921 ____________________________________________________________________________
38922 [  9047] By: jhi                                   on 2001/03/05  19:25:26
38923         Log: Regen perlapi.
38924      Branch: perl
38925            ! pod/perlapi.pod
38926 ____________________________________________________________________________
38927 [  9046] By: jhi                                   on 2001/03/05  19:12:14
38928         Log: Integrate perlio.
38929      Branch: perl
38930           +> t/camel-III/vstring.t
38931           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
38932 ____________________________________________________________________________
38933 [  9045] By: jhi                                   on 2001/03/05  19:10:36
38934         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
38935      Branch: perl
38936            ! ext/Encode/Encode.pm
38937 ____________________________________________________________________________
38938 [  9044] By: jhi                                   on 2001/03/05  18:49:12
38939         Log: Forgot the other half of the PMOP patch (#9033).
38940      Branch: perl
38941            ! op.h
38942 ____________________________________________________________________________
38943 [  9043] By: nick                                  on 2001/03/05  18:14:47
38944         Log: Update MANIFEST for new test.
38945      Branch: perlio
38946            ! MANIFEST
38947 ____________________________________________________________________________
38948 [  9042] By: nick                                  on 2001/03/05  18:12:41
38949         Log: Some tests for Camel 3rd edition features.
38950              Make gethostbyaddr() test in above work.
38951      Branch: perlio
38952            + t/camel-III/vstring.t
38953            ! pp.h pp_sys.c t/TEST t/harness
38954 ____________________________________________________________________________
38955 [  9041] By: jhi                                   on 2001/03/05  17:41:48
38956         Log: Add more ISO 8859 encoding aliases.
38957      Branch: perl
38958            ! ext/Encode/Encode.pm
38959 ____________________________________________________________________________
38960 [  9040] By: jhi                                   on 2001/03/05  17:30:43
38961         Log: Integrate perlio.
38962      Branch: perl
38963           !> MANIFEST sv.c
38964 ____________________________________________________________________________
38965 [  9039] By: nick                                  on 2001/03/05  17:11:36
38966         Log: Missed added file.
38967      Branch: perlio
38968            ! MANIFEST
38969 ____________________________________________________________________________
38970 [  9038] By: jhi                                   on 2001/03/05  15:58:01
38971         Log: Add tr tests for EBCDIC, from Karsten Sperling.
38972      Branch: perl
38973            ! t/op/tr.t
38974 ____________________________________________________________________________
38975 [  9037] By: nick                                  on 2001/03/05  15:56:35
38976         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
38977              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
38978              
38979              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
38980              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
38981              - uses SvPV() rather than sv_2pv() in case it isn't a string.
38982      Branch: perlio
38983            ! sv.c
38984 ____________________________________________________________________________
38985 [  9036] By: jhi                                   on 2001/03/05  15:49:15
38986         Log: Add matching tests currently failing in EBCDIC,
38987              suggested by Karsten Sperling.
38988      Branch: perl
38989            ! t/op/pat.t
38990 ____________________________________________________________________________
38991 [  9035] By: jhi                                   on 2001/03/05  15:36:55
38992         Log: The #9034 needs a MANIFESTation.
38993      Branch: perl
38994            ! MANIFEST
38995 ____________________________________________________________________________
38996 [  9034] By: jhi                                   on 2001/03/05  15:35:14
38997         Log: Integrate perlio.
38998      Branch: perl
38999           +> ext/Encode/Encode/Tcl.pm
39000           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
39001           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
39002           !> ext/Encode/Encode/iso8859-1.ucm
39003           !> ext/Encode/Encode/iso8859-10.ucm
39004           !> ext/Encode/Encode/iso8859-13.ucm
39005           !> ext/Encode/Encode/iso8859-14.ucm
39006           !> ext/Encode/Encode/iso8859-15.ucm
39007           !> ext/Encode/Encode/iso8859-16.ucm
39008           !> ext/Encode/Encode/iso8859-2.ucm
39009           !> ext/Encode/Encode/iso8859-3.ucm
39010           !> ext/Encode/Encode/iso8859-4.ucm
39011           !> ext/Encode/Encode/iso8859-5.ucm
39012           !> ext/Encode/Encode/iso8859-6.ucm
39013           !> ext/Encode/Encode/iso8859-7.ucm
39014           !> ext/Encode/Encode/iso8859-8.ucm
39015           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
39016           !> t/lib/encode.t
39017 ____________________________________________________________________________
39018 [  9033] By: jhi                                   on 2001/03/05  15:33:18
39019         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
39020              From: Gurusamy Sarathy <gsar@ActiveState.com>
39021              Date: Sun, 04 Mar 2001 22:33:15 -0800
39022              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
39023              
39024              PMOPs need to remember their own stash so that they can
39025              gracefully remove themselves from their linked list.
39026      Branch: perl
39027            ! op.c
39028 ____________________________________________________________________________
39029 [  9032] By: nick                                  on 2001/03/05  14:51:50
39030         Log: Encode implementation "completion"
39031              Implement and document define_encoding()
39032              Implement and document encoding aliases including define_alias()
39033              Make Encode::XS use define_encoding() rather than back-door.
39034              Move run-time *.enc to separate Encode::Tcl module.
39035              Make 'compile' honour <codeset_name>
39036              Change canonical names of to iso-8859-* and US-ascii.
39037      Branch: perlio
39038            + ext/Encode/Encode/Tcl.pm
39039            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
39040            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
39041            ! ext/Encode/Encode/iso8859-1.ucm
39042            ! ext/Encode/Encode/iso8859-10.ucm
39043            ! ext/Encode/Encode/iso8859-13.ucm
39044            ! ext/Encode/Encode/iso8859-14.ucm
39045            ! ext/Encode/Encode/iso8859-15.ucm
39046            ! ext/Encode/Encode/iso8859-16.ucm
39047            ! ext/Encode/Encode/iso8859-2.ucm
39048            ! ext/Encode/Encode/iso8859-3.ucm
39049            ! ext/Encode/Encode/iso8859-4.ucm
39050            ! ext/Encode/Encode/iso8859-5.ucm
39051            ! ext/Encode/Encode/iso8859-6.ucm
39052            ! ext/Encode/Encode/iso8859-7.ucm
39053            ! ext/Encode/Encode/iso8859-8.ucm
39054            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
39055            ! t/lib/encode.t
39056 ____________________________________________________________________________
39057 [  9031] By: jhi                                   on 2001/03/05  13:51:17
39058         Log: Integrate change #9030 from maintperl into mainline.
39059              
39060              Subject: [PATCH 5.6.1] OS/2 cleanup
39061      Branch: perl
39062           +> os2/os2add.sym
39063           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
39064           !> makedef.pl os2/Changes os2/Makefile.SHs
39065           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
39066           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
39067           !> os2/os2.sym os2/os2ish.h
39068 ____________________________________________________________________________
39069 [  9030] By: jhi                                   on 2001/03/05  13:46:49
39070         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
39071              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39072              Date: Mon, 5 Mar 2001 02:29:44 -0500
39073              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
39074      Branch: maint-5.6/perl
39075            + os2/os2add.sym
39076            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
39077            ! makedef.pl os2/Changes os2/Makefile.SHs
39078            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
39079            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
39080            ! os2/os2.sym os2/os2ish.h
39081 ____________________________________________________________________________
39082 [  9029] By: jhi                                   on 2001/03/05  13:40:35
39083         Log: Integrate change #9028 from maintperl into mainline.
39084              
39085              various nits in MM_Unix.pm found by disabling SelfLoader
39086      Branch: perl
39087           !> lib/ExtUtils/MM_Unix.pm
39088 ____________________________________________________________________________
39089 [  9028] By: gsar                                  on 2001/03/05  09:58:38
39090         Log: various nits in MM_Unix.pm found by disabling SelfLoader
39091      Branch: maint-5.6/perl
39092            ! lib/ExtUtils/MM_Unix.pm
39093 ____________________________________________________________________________
39094 [  9027] By: nick                                  on 2001/03/05  08:35:22
39095         Log: Integrate mainline
39096      Branch: perlio
39097           !> (integrate 28 files)
39098 ____________________________________________________________________________
39099 [  9026] By: jhi                                   on 2001/03/05  02:14:59
39100         Log: Integrate change #9025 from mainline to maintperl,
39101              retract \N{U+HHHH}.
39102      Branch: maint-5.6/perl
39103           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
39104           !> t/lib/charnames.t toke.c
39105 ____________________________________________________________________________
39106 [  9025] By: jhi                                   on 2001/03/05  02:13:09
39107         Log: Retracting \N{U+HHHH}.
39108      Branch: perl
39109            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
39110            ! t/lib/charnames.t toke.c
39111 ____________________________________________________________________________
39112 [  9024] By: jhi                                   on 2001/03/04  20:51:07
39113         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
39114              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
39115              Date: Fri, 02 Mar 2001 18:25:26 +0100
39116              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
39117              
39118              Casting problem.
39119      Branch: perl
39120            ! ext/Storable/Storable.xs
39121 ____________________________________________________________________________
39122 [  9023] By: jhi                                   on 2001/03/04  19:46:45
39123         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
39124              From: nick@talking.bollo.cx
39125              Date: Sat, 03 Mar 2001 21:41:33 +0000
39126              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
39127              
39128              Revert the workaround.
39129      Branch: perl
39130            ! perlio.c
39131 ____________________________________________________________________________
39132 [  9022] By: jhi                                   on 2001/03/04  19:36:28
39133         Log: Update Changes.
39134      Branch: perl
39135            ! Changes patchlevel.h
39136 ____________________________________________________________________________
39137 [  9021] By: jhi                                   on 2001/03/04  18:41:00
39138         Log: makedef.pl updates suggested by Chris Nandor; double-checking
39139              the changes in AIX, OS/2 Win32 would be nice.
39140      Branch: perl
39141            ! makedef.pl
39142 ____________________________________________________________________________
39143 [  9020] By: jhi                                   on 2001/03/04  18:23:58
39144         Log: Integrate change #9012 from maintperl into mainline,
39145              quench a compiler warning.
39146      Branch: perl
39147           !> toke.c
39148 ____________________________________________________________________________
39149 [  9019] By: jhi                                   on 2001/03/04  18:18:43
39150         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
39151              
39152              \N{U+HHHH} fix.
39153              
39154              pattern in G_ARRAY context
39155      Branch: maint-5.6/perl
39156           !> pp_hot.c t/op/pat.t toke.c
39157 ____________________________________________________________________________
39158 [  9018] By: jhi                                   on 2001/03/04  18:07:48
39159         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
39160              From: Jeff Pinyan <jeffp@crusoe.net>
39161              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
39162              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
39163      Branch: perl
39164            ! pp_hot.c t/op/pat.t
39165 ____________________________________________________________________________
39166 [  9017] By: jhi                                   on 2001/03/04  18:06:21
39167         Log: I thought I tested the #9014.
39168      Branch: perl
39169            ! toke.c
39170 ____________________________________________________________________________
39171 [  9016] By: jhi                                   on 2001/03/04  17:41:22
39172         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
39173              
39174              Tweak the get*ent() OS/2 prototypes.
39175              
39176              Add the \N{U+HHHH} syntax.
39177              
39178              More tr/// UTF-8 fixes from Inaba Hiroto.
39179      Branch: maint-5.6/perl
39180           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
39181           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
39182 ____________________________________________________________________________
39183 [  9015] By: jhi                                   on 2001/03/04  17:36:04
39184         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
39185      Branch: perl
39186            ! doop.c t/op/tr.t
39187 ____________________________________________________________________________
39188 [  9014] By: jhi                                   on 2001/03/04  17:24:49
39189         Log: Add the \N{U+HHHH} syntax.
39190      Branch: perl
39191            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
39192            ! t/lib/charnames.t toke.c
39193 ____________________________________________________________________________
39194 [  9013] By: jhi                                   on 2001/03/04  17:20:45
39195         Log: Tweak the get*ent() OS/2 prototypes.
39196      Branch: perl
39197            ! os2/os2.c
39198 ____________________________________________________________________________
39199 [  9012] By: gsar                                  on 2001/03/04  06:26:14
39200         Log: avoid warning (nit in change#9009)
39201      Branch: maint-5.6/perl
39202            ! toke.c
39203 ____________________________________________________________________________
39204 [  9011] By: gsar                                  on 2001/03/04  06:15:24
39205         Log: lib/charnames.t fails in 5.6.x because of older Unicode
39206              data
39207              
39208              TODO: need to revisit this after updating lib/unicode/...
39209      Branch: maint-5.6/perl
39210            ! t/lib/charnames.t
39211 ____________________________________________________________________________
39212 [  9010] By: gsar                                  on 2001/03/04  06:08:36
39213         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
39214      Branch: maint-5.6/perl
39215            ! toke.c
39216 ____________________________________________________________________________
39217 [  9009] By: jhi                                   on 2001/03/03  19:27:20
39218         Log: Integrate change #9008 from mainline to maintperl,
39219              UTF-8 tr/// fixes from Inaba Hiroto.
39220      Branch: maint-5.6/perl
39221           !> doop.c op.c t/op/tr.t toke.c
39222 ____________________________________________________________________________
39223 [  9008] By: jhi                                   on 2001/03/03  19:19:42
39224         Log: UTF8 tr/// fixes from Inaba Hiroto.
39225      Branch: perl
39226            ! doop.c op.c t/op/tr.t toke.c
39227 ____________________________________________________________________________
39228 [  9007] By: jhi                                   on 2001/03/03  19:00:30
39229         Log: Integrate change #9006 from maintperl to mainline,
39230              more robust quest for the infinite.
39231      Branch: perl
39232           !> lib/Math/Complex.pm
39233 ____________________________________________________________________________
39234 [  9006] By: jhi                                   on 2001/03/03  18:58:06
39235         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
39236              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39237              Date: Sat, 3 Mar 2001 12:51:50 -0500
39238              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
39239              
39240              Be more robust in our quest for the infinite.
39241      Branch: maint-5.6/perl
39242            ! lib/Math/Complex.pm
39243 ____________________________________________________________________________
39244 [  9005] By: jhi                                   on 2001/03/03  17:55:50
39245         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
39246      Branch: maint-5.6/perl
39247            ! doio.c
39248 ____________________________________________________________________________
39249 [  9004] By: jhi                                   on 2001/03/03  17:40:14
39250         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
39251              so that picky compilers like IRIX won't get huffy about
39252              "statements without effect" (like 1;).
39253      Branch: perl
39254            ! toke.c
39255 ____________________________________________________________________________
39256 [  9003] By: jhi                                   on 2001/03/03  17:15:52
39257         Log: Integrate change #9002 from mainline to maintperl.
39258              
39259              Subject: [perl-5.6.x, perl-current] accept for EPOC
39260      Branch: maint-5.6/perl
39261           !> pp_sys.c
39262 ____________________________________________________________________________
39263 [  9002] By: jhi                                   on 2001/03/03  17:14:30
39264         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
39265              From: Olaf Flebbe <O.Flebbe@science-computing.de>
39266              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
39267              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
39268      Branch: perl
39269            ! pp_sys.c
39270 ____________________________________________________________________________
39271 [  9001] By: jhi                                   on 2001/03/03  17:13:13
39272         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
39273              From: "Craig A. Berry" <craigberry@mac.com>
39274              Date: Fri, 02 Mar 2001 17:44:40 -0600
39275              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
39276      Branch: perl
39277            ! t/pod/find.t
39278 ____________________________________________________________________________
39279 [  9000] By: jhi                                   on 2001/03/03  17:11:55
39280         Log: Integrate changes #8997,8999 from maintperl.
39281              
39282              Subject: [PATCH 5.6.1] compiling on OS/2
39283              (Better error message from hints/os2.sh)
39284              
39285              Subject: [PATCH 5.6.1] syslog.t
39286      Branch: perl
39287           !> hints/os2.sh t/lib/syslog.t
39288 ____________________________________________________________________________
39289 [  8999] By: jhi                                   on 2001/03/03  17:09:28
39290         Log: Subject: [PATCH 5.6.1] syslog.t
39291              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39292              Date: Sat, 3 Mar 2001 02:11:17 -0500
39293              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
39294      Branch: maint-5.6/perl
39295            ! t/lib/syslog.t
39296 ____________________________________________________________________________
39297 [  8998] By: jhi                                   on 2001/03/03  17:07:50
39298         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
39299              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39300              Date: Sat, 3 Mar 2001 01:53:52 -0500
39301              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
39302      Branch: maint-5.6/perl
39303            ! opcode.pl os2/os2.c
39304 ____________________________________________________________________________
39305 [  8997] By: jhi                                   on 2001/03/03  17:03:30
39306         Log: Subject: [PATCH 5.6.1] compiling on OS/2
39307              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39308              Date: Sat, 3 Mar 2001 01:59:59 -0500
39309              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
39310      Branch: maint-5.6/perl
39311            ! hints/os2.sh
39312 ____________________________________________________________________________
39313 [  8996] By: jhi                                   on 2001/03/03  00:55:58
39314         Log: Regen files for mainline.
39315      Branch: perl
39316            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39317            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
39318 ____________________________________________________________________________
39319 [  8995] By: jhi                                   on 2001/03/03  00:35:22
39320         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
39321              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
39322              to maintperl.
39323              
39324              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
39325              
39326              Add Configure option -Dmksymlinks which will create a symlink
39327              forest if the current/build differs from the source directory.
39328              (8218,8220,8221,8317,8318,8971)
39329              
39330              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
39331              (Document APPLLIB_EXP in INSTALL.)
39332              
39333              If running byacc write-enable also perly.h.
39334              
39335              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
39336              
39337              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
39338              
39339              Sanity check for conflicting thread flavours.
39340              
39341              Fix the sys/fcntl.h problem reported by Peter Prymmer.
39342              
39343              Add few CPUs/architectures to the Cppsym scan,
39344              add -perlio to archname if so selected (modified 8890)
39345              
39346              Be more helpful for devel builders, suggested by John L. Allen.
39347              (admittedly pointless change for maintperl, but the usedevel
39348              code is there already)
39349      Branch: maint-5.6/perl
39350           !> Configure INSTALL Makefile.SH Porting/Glossary
39351           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
39352           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
39353           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
39354           !> win32/config.bc win32/config.gc win32/config.vc
39355 ____________________________________________________________________________
39356 [  8994] By: jhi                                   on 2001/03/02  23:31:41
39357         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
39358      Branch: metaconfig/U/perl
39359            ! gccvers.U
39360 ____________________________________________________________________________
39361 [  8993] By: jhi                                   on 2001/03/02  23:22:12
39362         Log: Regenerate various files for maint.
39363      Branch: maint-5.6/perl
39364            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
39365            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
39366 ____________________________________________________________________________
39367 [  8992] By: alanbur                               on 2001/03/02  22:48:34
39368         Log: Resync wuth parent
39369      Branch: maint-5.6/pureperl
39370           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
39371           !> (integrate 60 files)
39372 ____________________________________________________________________________
39373 [  8991] By: jhi                                   on 2001/03/02  21:00:08
39374         Log: Retract the #8742 part of #8986, backward compat.
39375      Branch: maint-5.6/perl
39376            ! embed.pl
39377 ____________________________________________________________________________
39378 [  8990] By: jhi                                   on 2001/03/02  20:40:07
39379         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
39380      Branch: maint-5.6/perl
39381            ! hv.c
39382 ____________________________________________________________________________
39383 [  8989] By: jhi                                   on 2001/03/02  19:59:56
39384         Log: Update Changes.
39385      Branch: perl
39386            ! Changes patchlevel.h
39387 ____________________________________________________________________________
39388 [  8988] By: jhi                                   on 2001/03/02  19:57:08
39389         Log: Integrate perlio.
39390      Branch: perl
39391           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
39392           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
39393           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
39394           !> ext/Encode/Encode/iso8859-10.ucm
39395           !> ext/Encode/Encode/iso8859-13.ucm
39396           !> ext/Encode/Encode/iso8859-14.ucm
39397           !> ext/Encode/Encode/iso8859-15.ucm
39398           !> ext/Encode/Encode/iso8859-16.ucm
39399           !> ext/Encode/Encode/iso8859-2.ucm
39400           !> ext/Encode/Encode/iso8859-3.ucm
39401           !> ext/Encode/Encode/iso8859-4.ucm
39402           !> ext/Encode/Encode/iso8859-5.ucm
39403           !> ext/Encode/Encode/iso8859-6.ucm
39404           !> ext/Encode/Encode/iso8859-7.ucm
39405           !> ext/Encode/Encode/iso8859-8.ucm
39406           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
39407           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
39408 ____________________________________________________________________________
39409 [  8987] By: jhi                                   on 2001/03/02  19:43:40
39410         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
39411              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
39412              8950,8952,8955 from mainline to maintperl.
39413              
39414              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
39415              
39416              Put to rest the 20010205.001, the email address checking (not) regex.
39417              
39418              fork() not everywhere, cleanup temp files.
39419              
39420              The #8843 wasn't quite right: %Config needs to imported.
39421              
39422              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
39423              (#8849: the glob-basic hunk needed massaging as it depended
39424              on Schwern's large-scale (unintegrated) patches)
39425              
39426              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
39427              
39428              Upgrade to CGI.pm 2.752, from Lincoln Stein.
39429              (Note: there were some conflicts due to EBCDIC and EPOC
39430              patches, in general I preferred the repository code.)
39431              (When 2.753 comes out, we need to synchronize.)
39432              
39433              Subject: [PATCH] fix for charnames above FFFF
39434              
39435              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
39436              
39437              If no sfio, no -lsfio.
39438              
39439              Run run/*.t also in minitest.
39440              
39441              Subject:  [PATCH perl 5.7.0] malloc message address offset
39442              
39443              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
39444              
39445              Subject: fix for parameter -Dm (for perl@8867)
39446              
39447              Subject: [PATCH: perl@8892] was Re: hashing order difference?
39448              (make the test more portable)
39449              
39450              Subject: Re: [PATCH] fix for charnames above FFFF
39451              
39452              Subject: Re: I'm losing the war...
39453              (hv_store() not working correctly in ENV_IS_CASELESS case.)
39454              
39455              Subject: Modified README.bs2000 
39456              
39457              Subject: [PATCH: perl@8935] -Dt padsv($var)
39458              
39459              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
39460              
39461              Subject: PATCH: extra tests to check on negative float to unsigned cast
39462              
39463              Subject: [PATCH] XPUSH[insp] was Re: progress
39464              
39465              Subject: Re: Compile with perlcc..
39466      Branch: maint-5.6/perl
39467           !> (integrate 36 files)
39468 ____________________________________________________________________________
39469 [  8986] By: jhi                                   on 2001/03/02  18:51:25
39470         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
39471              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
39472              to maintperl.
39473              
39474              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
39475              
39476              Subject: [DOC PATCH] overload.pm nits
39477              
39478              Add header for LIB$ prototypes (C. Berry)
39479              
39480              Convert fwrite()s to sockets to write()s, since some socket stacks
39481              don't take kindly to stdio.
39482              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
39483              (for often optional LNMs)
39484              Correct a few typos
39485              (C. Bailey)
39486              
39487              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
39488              
39489              De-cut-and-pasto.
39490              
39491              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
39492              
39493              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
39494              
39495              Upgrade to CPAN 1.59_54, from Andreas König.
39496              
39497              Bogus shebang.
39498              
39499              Subject: [PATCH] Document makepatch in Porting/patching
39500              
39501              UTF-8 documentation.
39502              
39503              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
39504              
39505              Sort the MANIFEST.
39506              
39507              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
39508              
39509              Subject: [PATCH @8807] toke.c cleanup: scan_str()
39510              
39511              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
39512              
39513              Add run/*.t to testables.
39514              
39515              TODO: integrate #8784.
39516      Branch: maint-5.6/perl
39517           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
39518           !> (integrate 28 files)
39519 ____________________________________________________________________________
39520 [  8985] By: nick                                  on 2001/03/02  18:15:45
39521         Log: Integrate mainline
39522      Branch: perlio
39523           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
39524           !> vms/vms.c
39525 ____________________________________________________________________________
39526 [  8984] By: jhi                                   on 2001/03/02  16:00:17
39527         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
39528              
39529              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
39530              5.004_05, and mention the suidperl August 2000 security problem.
39531              (#8978,#8981)
39532              
39533              Subject: [ID 20010301.004] Technically speaking in perldata
39534              
39535              Subject: [PATCH] File::Copy for bleadperl, maintperl
39536              
39537              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
39538              
39539              (The #8982, fix for 20010221.005 and 20010221.008,
39540              would be nice too but it didn't integrate cleanly.)
39541      Branch: maint-5.6/perl
39542           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
39543 ____________________________________________________________________________
39544 [  8983] By: jhi                                   on 2001/03/02  15:51:16
39545         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
39546              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39547              Date:     Thu, 1 Mar 2001 15:54:09 EST
39548              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
39549      Branch: perl
39550            ! vms/vms.c
39551 ____________________________________________________________________________
39552 [  8982] By: jhi                                   on 2001/03/02  15:43:31
39553         Log: Subject: Re: sync sync sync: have I missed any patches?
39554              From: Radu Greab <radu@netsoft.ro> 
39555              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
39556              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
39557              
39558              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
39559              was checking argv[0] regardless of whether a different pathname
39560              will actually be executed."  Test case not supplied because 
39561              drafting that, ironically enough, revealed another bug
39562              (or a feature).
39563      Branch: perl
39564            ! doio.c
39565 ____________________________________________________________________________
39566 [  8981] By: jhi                                   on 2001/03/02  15:28:03
39567         Log: Misdate in #8978.
39568      Branch: perl
39569            ! pod/perlfaq1.pod
39570 ____________________________________________________________________________
39571 [  8980] By: jhi                                   on 2001/03/02  15:24:20
39572         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
39573              From: Chris Nandor <pudge@pobox.com>
39574              Date: Wed, 28 Feb 2001 22:10:15 -0500
39575              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
39576      Branch: perl
39577            ! lib/File/Copy.pm
39578 ____________________________________________________________________________
39579 [  8979] By: jhi                                   on 2001/03/02  15:17:16
39580         Log: Subject: [ID 20010301.004] Technically speaking in perldata
39581              From: abela@geneanet.org
39582              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
39583              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
39584      Branch: perl
39585            ! pod/perldata.pod
39586 ____________________________________________________________________________
39587 [  8978] By: jhi                                   on 2001/03/02  15:15:27
39588         Log: Subject: [ID 20010301.003] ref to 5.004
39589              From: abela@geneanet.org
39590              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
39591              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
39592              
39593              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
39594              and mention the suidperl August 2000 security problem.
39595      Branch: perl
39596            ! pod/perlfaq1.pod
39597 ____________________________________________________________________________
39598 [  8977] By: alanbur                               on 2001/03/02  14:17:45
39599         Log: Resynchronised with parent
39600      Branch: maint-5.6/pureperl
39601           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
39602           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
39603           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
39604           !> vms/descrip_mms.template win32/win32.c win32/win32.h
39605           !> win32/win32iop.h
39606 ____________________________________________________________________________
39607 [  8976] By: nick                                  on 2001/03/01  23:25:30
39608         Log: Integrate mainline.
39609      Branch: perlio
39610            - t/op/qu.t
39611           !> (integrate 55 files)
39612 ____________________________________________________________________________
39613 [  8975] By: jhi                                   on 2001/03/01  16:51:34
39614         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
39615      Branch: perl
39616           !> toke.c
39617 ____________________________________________________________________________
39618 [  8974] By: gsar                                  on 2001/03/01  16:28:21
39619         Log: fix for bugid 20010226.008
39620              
39621              the problem was that some of the pointers (PL_last_lop and
39622              PL_last_uni specifically) into the lex buffers weren't correctly
39623              being invalidated when the buffer changed; this would leave the
39624              pointers pointing at an arbitrary location in the buffer if
39625              the buffer didn't need to be reallocated, or point into freed
39626              memory if the buffer had to be realloced
39627              
39628              TODO item for bugdb maintainers: check other seemingly random
39629              parser-related bugs--they might be cured by this
39630      Branch: maint-5.6/perl
39631            ! toke.c
39632 ____________________________________________________________________________
39633 [  8973] By: jhi                                   on 2001/03/01  02:23:25
39634         Log: Retract #8970 because of a completely mysterious core dump:
39635              adding the tests 241..244 causes op/pat dump core at test #25.
39636              The test needs a lot of whittling down before the bug can be solved.
39637      Branch: perl
39638            ! t/op/pat.t
39639 ____________________________________________________________________________
39640 [  8972] By: jhi                                   on 2001/03/01  01:58:38
39641         Log: Regen perlapi.
39642      Branch: perl
39643            ! pod/perlapi.pod
39644 ____________________________________________________________________________
39645 [  8971] By: jhi                                   on 2001/03/01  01:34:09
39646         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))
39647              From: Nicholas Clark <nick@ccl4.org>
39648              Date: Wed, 28 Feb 2001 23:28:49 +0000
39649              Message-ID: <20010228232849.A55187@plum.flirble.org>
39650              
39651              Allow a completely write protected source code tree
39652              when using the Configure -Dmksymlinks.
39653      Branch: perl
39654            ! embed.pl warnings.pl
39655 ____________________________________________________________________________
39656 [  8970] By: jhi                                   on 2001/03/01  01:32:04
39657         Log: Add back the EBCDIC character range tests (for matching).
39658      Branch: perl
39659            ! t/op/pat.t
39660 ____________________________________________________________________________
39661 [  8969] By: nick                                  on 2001/02/28  18:18:01
39662         Log: Add charname comments to .ucm files writen by 'compile',
39663              also order charmaps in those files by source encoding.
39664              regenerate distrubuted .ucm files
39665      Branch: perlio
39666            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
39667            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
39668            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
39669            ! ext/Encode/Encode/iso8859-10.ucm
39670            ! ext/Encode/Encode/iso8859-13.ucm
39671            ! ext/Encode/Encode/iso8859-14.ucm
39672            ! ext/Encode/Encode/iso8859-15.ucm
39673            ! ext/Encode/Encode/iso8859-16.ucm
39674            ! ext/Encode/Encode/iso8859-2.ucm
39675            ! ext/Encode/Encode/iso8859-3.ucm
39676            ! ext/Encode/Encode/iso8859-4.ucm
39677            ! ext/Encode/Encode/iso8859-5.ucm
39678            ! ext/Encode/Encode/iso8859-6.ucm
39679            ! ext/Encode/Encode/iso8859-7.ucm
39680            ! ext/Encode/Encode/iso8859-8.ucm
39681            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
39682            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
39683 ____________________________________________________________________________
39684 [  8968] By: jhi                                   on 2001/02/28  16:26:37
39685         Log: Expand usemorebits early if d_casti32 needs to be undefined.
39686      Branch: perl
39687            ! hints/hpux.sh hints/irix_6.sh
39688 ____________________________________________________________________________
39689 [  8967] By: jhi                                   on 2001/02/28  16:22:26
39690         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
39691              retract toke.c/qu parts of #8583, retract #8485, retract
39692              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
39693              op/length.t, and MANIFEST, and delete t/op/qu.t.
39694      Branch: perl
39695            - t/op/qu.t
39696            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
39697            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
39698            ! t/op/length.t toke.c
39699 ____________________________________________________________________________
39700 [  8966] By: jhi                                   on 2001/02/28  15:00:27
39701         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
39702              by not changing from pre-Unicode days into being Unicode-aware.
39703              Sniff.
39704      Branch: perl
39705            ! pp.c t/op/pack.t t/op/qu.t
39706 ____________________________________________________________________________
39707 [  8965] By: jhi                                   on 2001/02/28  14:37:55
39708         Log: Subject: Re: Errors in core PODs
39709              From: Michael Stevens <michael@etla.org> 
39710              Date: Fri, 23 Feb 2001 15:47:56 +0000
39711              Message-ID: <20010223154756.A7723@firedrake.org> 
39712      Branch: perl
39713            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
39714            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
39715            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
39716            ! x2p/a2p.pod
39717 ____________________________________________________________________________
39718 [  8964] By: jhi                                   on 2001/02/28  14:35:35
39719         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
39720              (The #8961 was too bold.)
39721      Branch: perl
39722            ! hints/hpux.sh hints/irix_6.sh
39723 ____________________________________________________________________________
39724 [  8963] By: jhi                                   on 2001/02/28  14:33:39
39725         Log: Subject: Re: sync sync sync: have I missed any patches?
39726              From: Tim Jenness <t.jenness@jach.hawaii.edu>
39727              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
39728              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
39729              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
39730              
39731              Replace djSP with dSP.
39732      Branch: perl
39733            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
39734            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
39735            ! win32/perlhost.h
39736 ____________________________________________________________________________
39737 [  8962] By: jhi                                   on 2001/02/27  23:21:14
39738         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
39739      Branch: perl
39740            ! lib/Filter/Simple.pm
39741 ____________________________________________________________________________
39742 [  8961] By: jhi                                   on 2001/02/27  22:55:26
39743         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
39744              and this would be it.
39745      Branch: perl
39746            ! hints/hpux.sh hints/irix_6.sh
39747 ____________________________________________________________________________
39748 [  8960] By: jhi                                   on 2001/02/27  22:51:33
39749         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
39750              From: "Craig A. Berry" <craigberry@mac.com>
39751              Date: Tue, 27 Feb 2001 16:11:44 -0600
39752              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
39753      Branch: maint-5.6/perl
39754            ! configure.com vms/descrip_mms.template
39755 ____________________________________________________________________________
39756 [  8959] By: jhi                                   on 2001/02/27  22:47:23
39757         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
39758              From: "Craig A. Berry" <craigberry@mac.com>
39759              Date: Tue, 27 Feb 2001 16:11:44 -0600
39760              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
39761      Branch: perl
39762            ! configure.com vms/descrip_mms.template
39763 ____________________________________________________________________________
39764 [  8958] By: jhi                                   on 2001/02/27  15:16:42
39765         Log: Update Changes.
39766      Branch: perl
39767            ! Changes patchlevel.h
39768 ____________________________________________________________________________
39769 [  8957] By: jhi                                   on 2001/02/27  06:15:07
39770         Log: Subject: [5.6.x] EPOC additions
39771              From: Olaf Flebbe <O.Flebbe@science-computing.de>
39772              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
39773              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
39774      Branch: maint-5.6/perl
39775            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
39776 ____________________________________________________________________________
39777 [  8956] By: jhi                                   on 2001/02/27  06:12:11
39778         Log: Subject: [perl-current] EPOC 
39779              From: Olaf Flebbe <O.Flebbe@science-computing.de>
39780              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
39781              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
39782      Branch: perl
39783            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
39784            ! epoc/epocish.c epoc/epocish.h pp_sys.c
39785 ____________________________________________________________________________
39786 [  8955] By: jhi                                   on 2001/02/27  05:59:50
39787         Log: Subject: Re: Compile with perlcc..
39788              From: Edward Peschko <edwardp@excitehome.net>
39789              Date: Mon, 26 Feb 2001 18:51:58 -0800
39790              Message-ID: <20010226185158.A9871@excitehome.net>
39791              
39792              plus add a simple usage message if no arguments given.
39793      Branch: perl
39794            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
39795            ! utils/Makefile utils/perlcc.PL win32/pod.mak
39796 ____________________________________________________________________________
39797 [  8954] By: nick                                  on 2001/02/26  21:02:59
39798         Log: Integrate mainline
39799      Branch: perlio
39800           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
39801           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
39802           !> t/op/sprintf.t
39803 ____________________________________________________________________________
39804 [  8953] By: jhi                                   on 2001/02/26  14:43:54
39805         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
39806              From: Nicholas Clark <nick@ccl4.org>
39807              Date: Mon, 26 Feb 2001 00:42:07 +0000
39808              Message-ID: <20010226004207.F23333@plum.flirble.org>
39809      Branch: perl
39810            ! pp_ctl.c
39811 ____________________________________________________________________________
39812 [  8952] By: jhi                                   on 2001/02/26  14:42:13
39813         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
39814              From: Simon Cozens <simon@netthink.co.uk>
39815              Date: Mon, 26 Feb 2001 12:23:48 +0000
39816              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
39817      Branch: perl
39818            ! pod/perlguts.pod
39819 ____________________________________________________________________________
39820 [  8951] By: jhi                                   on 2001/02/26  14:39:15
39821         Log: Subject: [PATCH] perlio - unknown layer
39822              From: Nicholas Clark <nick@ccl4.org>
39823              Date: Mon, 26 Feb 2001 00:27:19 +0000
39824              Message-ID: <20010226002719.E23333@plum.flirble.org>
39825      Branch: perl
39826            ! perlio.c
39827 ____________________________________________________________________________
39828 [  8950] By: jhi                                   on 2001/02/26  14:38:04
39829         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
39830              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
39831              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
39832              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
39833      Branch: perl
39834            ! t/op/bop.t
39835 ____________________________________________________________________________
39836 [  8949] By: jhi                                   on 2001/02/26  14:37:07
39837         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
39838              From: Peter Prymmer <pvhp@forte.com>
39839              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
39840              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
39841      Branch: perl
39842            ! lib/Test.pm
39843 ____________________________________________________________________________
39844 [  8948] By: jhi                                   on 2001/02/26  14:35:53
39845         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
39846              From: Radu Greab <radu@netsoft.ro>
39847              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
39848              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
39849      Branch: perl
39850            ! pod/perlop.pod
39851 ____________________________________________________________________________
39852 [  8947] By: jhi                                   on 2001/02/26  14:34:46
39853         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
39854              From: David Mitchell <davem@fdgroup.co.uk>
39855              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
39856              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
39857      Branch: perl
39858            ! run.c
39859 ____________________________________________________________________________
39860 [  8946] By: jhi                                   on 2001/02/26  14:32:37
39861         Log: Subject: Modified README.bs2000 
39862              From: Dorner Thomas <Thomas.Dorner@start.de>
39863              Date: Mon, 26 Feb 2001 09:22:17 +0100
39864              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
39865      Branch: perl
39866            ! README.bs2000
39867 ____________________________________________________________________________
39868 [  8945] By: jhi                                   on 2001/02/26  14:19:53
39869         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
39870              to maintperl, listing the known failures on the tests 129 and 130.
39871      Branch: maint-5.6/perl
39872           !> t/op/sprintf.t
39873 ____________________________________________________________________________
39874 [  8944] By: jhi                                   on 2001/02/26  14:14:15
39875         Log: Add more known sprintf failures.
39876      Branch: perl
39877            ! t/op/sprintf.t
39878 ____________________________________________________________________________
39879 [  8943] By: jhi                                   on 2001/02/26  13:56:22
39880         Log: perlglob.exe needs to be found in Win32, patch from
39881              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
39882              which needs external glob at mini-perl time."
39883      Branch: perl
39884            ! ext/Encode/compile
39885 ____________________________________________________________________________
39886 [  8942] By: jhi                                   on 2001/02/26  13:52:19
39887         Log: A missing dTHX from Vadim Konovalov.
39888      Branch: perl
39889            ! perlio.c
39890 ____________________________________________________________________________
39891 [  8941] By: jhi                                   on 2001/02/26  13:37:05
39892         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
39893      Branch: perl
39894            ! op.c
39895 ____________________________________________________________________________
39896 [  8940] By: jhi                                   on 2001/02/26  13:35:40
39897         Log: Integrate perlio.
39898      Branch: perl
39899           !> ext/Encode/Encode.pm
39900 ____________________________________________________________________________
39901 [  8939] By: nick                                  on 2001/02/25  23:47:09
39902         Log: Integrate mainline.
39903      Branch: perlio
39904           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
39905           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
39906 ____________________________________________________________________________
39907 [  8938] By: nick                                  on 2001/02/25  19:36:28
39908         Log: Encode implementations docs.
39909      Branch: perlio
39910            ! ext/Encode/Encode.pm
39911 ____________________________________________________________________________
39912 [  8937] By: jhi                                   on 2001/02/25  19:26:16
39913         Log: Script wasn't aligned with reality.
39914      Branch: perl
39915            ! t/pod/find.t
39916 ____________________________________________________________________________
39917 [  8936] By: jhi                                   on 2001/02/25  18:54:55
39918         Log: Update Changes.
39919      Branch: perl
39920            ! Changes patchlevel.h
39921 ____________________________________________________________________________
39922 [  8935] By: jhi                                   on 2001/02/25  18:46:36
39923         Log: Retract #8929,8930,8932,8933 for now.
39924      Branch: perl
39925            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
39926 ____________________________________________________________________________
39927 [  8934] By: jhi                                   on 2001/02/25  17:34:35
39928         Log: Integrate perlio.
39929      Branch: perl
39930           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
39931           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
39932           !> t/lib/encode.t
39933 ____________________________________________________________________________
39934 [  8933] By: jhi                                   on 2001/02/25  17:33:12
39935         Log: (Retracted by #8395.)
39936              
39937              Slight tweaks in scan_const(), not fixes yet, it seems like
39938              lots of work remains to be done...
39939      Branch: perl
39940            ! toke.c
39941 ____________________________________________________________________________
39942 [  8932] By: jhi                                   on 2001/02/25  17:27:11
39943         Log: (Retracted by #8395.)
39944              
39945              Missing from #8930.
39946      Branch: perl
39947            ! perl.h
39948 ____________________________________________________________________________
39949 [  8931] By: jhi                                   on 2001/02/25  17:26:19
39950         Log: A comment tweak.
39951      Branch: perl
39952            ! utf8.c
39953 ____________________________________________________________________________
39954 [  8930] By: jhi                                   on 2001/02/25  17:25:47
39955         Log: (Retracted by #8395.)
39956              
39957              Attempt to fix the EBCDIC character range problwm with //.
39958      Branch: perl
39959            ! regcomp.c
39960 ____________________________________________________________________________
39961 [  8929] By: jhi                                   on 2001/02/25  17:23:45
39962         Log: (Retracted by #8395.)
39963              
39964              Expand the EBCDIC character range tests, and add few nasty
39965              tr tests from Karsten Sperling.
39966      Branch: perl
39967            ! t/op/pat.t t/op/tr.t
39968 ____________________________________________________________________________
39969 [  8928] By: jhi                                   on 2001/02/25  17:18:49
39970         Log: Missing check-in.
39971      Branch: perl
39972            ! lib/Pod/Find.pm
39973 ____________________________________________________________________________
39974 [  8927] By: nick                                  on 2001/02/25  11:30:22
39975         Log: Change method names in Encode implementation classes to something
39976              less confusing (preparing to "go public").
39977      Branch: perlio
39978            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
39979 ____________________________________________________________________________
39980 [  8926] By: nick                                  on 2001/02/25  10:53:24
39981         Log: GCC __atribute__ / printf fix
39982      Branch: perlio
39983            ! perl.h
39984 ____________________________________________________________________________
39985 [  8925] By: nick                                  on 2001/02/25  10:52:25
39986         Log: Checked in the wrong one ...
39987      Branch: perlio
39988            ! ext/Encode/Encode.pm
39989 ____________________________________________________________________________
39990 [  8924] By: nick                                  on 2001/02/24  18:46:51
39991         Log: Integrate mainline - to see what Jarkko has in ...
39992      Branch: perlio
39993           +> t/pod/testpods/lib/Pod/Stuff.pm
39994           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
39995 ____________________________________________________________________________
39996 [  8923] By: nick                                  on 2001/02/24  17:05:23
39997         Log: Encode API documentation nd tidy up.
39998              Minor additions to test.
39999              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
40000              Adds STRLEN to standard typemap.
40001      Branch: perlio
40002            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
40003            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
40004 ____________________________________________________________________________
40005 [  8922] By: jhi                                   on 2001/02/24  16:38:12
40006         Log: Add a test for the "character range should match in EBCDIC
40007              if specified using explicit numerics" bug found by Karsten
40008              Sperling.
40009      Branch: perl
40010            ! t/op/pat.t
40011 ____________________________________________________________________________
40012 [  8921] By: jhi                                   on 2001/02/24  16:30:16
40013         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
40014              From: schwern@pobox.com
40015              Date: Fri, 23 Feb 2001 03:21:37 -0500
40016              Message-ID: <20010223032137.A26022@magnonel.guild.net>
40017              
40018              plus Charles Lane's fixes, plus tweaks.
40019      Branch: perl
40020            + t/pod/testpods/lib/Pod/Stuff.pm
40021            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
40022 ____________________________________________________________________________
40023 [  8920] By: nick                                  on 2001/02/24  10:30:11
40024         Log: Integrate mainline
40025      Branch: perlio
40026           !> (integrate 33 files)
40027 ____________________________________________________________________________
40028 [  8919] By: jhi                                   on 2001/02/24  00:23:35
40029         Log: Subject: Re: I'm losing the war...
40030              From: "Vadim Konovalov" <watman@inbox.ru>
40031              Date: Sat, 24 Feb 2001 00:10:14 +0300
40032              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
40033              
40034              hv_store() not working correctly in ENV_IS_CASELESS case.
40035      Branch: perl
40036            ! hv.c
40037 ____________________________________________________________________________
40038 [  8918] By: jhi                                   on 2001/02/24  00:20:09
40039         Log: Subject: Re: [PATCH] fix for charnames above FFFF
40040              From: andreas.koenig@anima.de (Andreas J. Koenig)
40041              Date: 23 Feb 2001 02:39:03 +0100
40042              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
40043              
40044              A further efficiency tweak.
40045      Branch: perl
40046            ! lib/charnames.pm
40047 ____________________________________________________________________________
40048 [  8917] By: jhi                                   on 2001/02/23  20:27:51
40049         Log: Integrate change #8916 from mainline,
40050              do away with USE_WIN32_RTL_ENV.
40051      Branch: maint-5.6/perl
40052           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
40053 ____________________________________________________________________________
40054 [  8916] By: jhi                                   on 2001/02/23  20:02:25
40055         Log: Abolish USE_WIN32_RTL_ENV.
40056      Branch: perl
40057            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
40058 ____________________________________________________________________________
40059 [  8915] By: jhi                                   on 2001/02/23  19:36:00
40060         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
40061              later protected by some #define.
40062      Branch: perl
40063            ! gv.c
40064 ____________________________________________________________________________
40065 [  8914] By: jhi                                   on 2001/02/23  19:31:38
40066         Log: Retract #8902 for now, requested by Charles Lane, the correct
40067              fix will be something else.
40068      Branch: perl
40069            ! op.c
40070 ____________________________________________________________________________
40071 [  8913] By: jhi                                   on 2001/02/23  19:11:36
40072         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
40073              From: Peter Prymmer <pvhp@forte.com>
40074              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
40075              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
40076      Branch: perl
40077            ! t/op/lex_assign.t
40078 ____________________________________________________________________________
40079 [  8912] By: jhi                                   on 2001/02/23  18:38:20
40080         Log: Subject: [patch] perlio + useithreads
40081              From: Doug MacEachern <dougm@covalent.net>
40082              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
40083              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
40084              
40085              Gets things running but not complete.
40086      Branch: perl
40087            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
40088 ____________________________________________________________________________
40089 [  8911] By: jhi                                   on 2001/02/23  04:20:02
40090         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
40091              
40092              Duplicated environment freeing, File::Temp 0.12,
40093              op/append portability (EBCDIC) tweak.
40094      Branch: maint-5.6/perl
40095           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
40096           !> t/op/append.t
40097 ____________________________________________________________________________
40098 [  8910] By: jhi                                   on 2001/02/23  02:07:33
40099         Log: Integrate change #8909 from mainline, a better Borland
40100              putenv() workaround.
40101      Branch: maint-5.6/perl
40102           !> perl.c
40103 ____________________________________________________________________________
40104 [  8909] By: jhi                                   on 2001/02/23  02:05:46
40105         Log: A better workaround for Borland putenv() brokenness from Sarathy.
40106      Branch: perl
40107            ! perl.c
40108 ____________________________________________________________________________
40109 [  8908] By: jhi                                   on 2001/02/23  02:04:14
40110         Log: Subject: fix for parameter -Dm (for perl@8867)
40111              From: "Vadim Konovalov" <watman@inbox.ru>
40112              Date: Thu, 22 Feb 2001 17:30:12 +0300
40113              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
40114      Branch: perl
40115            ! perl.h
40116 ____________________________________________________________________________
40117 [  8907] By: jhi                                   on 2001/02/23  01:58:20
40118         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
40119              From: Peter Prymmer <pvhp@forte.com>
40120              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
40121              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
40122      Branch: perl
40123            ! t/op/append.t
40124 ____________________________________________________________________________
40125 [  8906] By: jhi                                   on 2001/02/23  01:48:34
40126         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
40127      Branch: perl
40128            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
40129 ____________________________________________________________________________
40130 [  8905] By: jhi                                   on 2001/02/23  01:43:30
40131         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
40132              From: Peter Prymmer <pvhp@forte.com>
40133              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
40134              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
40135      Branch: perl
40136            ! t/lib/st-06compat.t
40137 ____________________________________________________________________________
40138 [  8904] By: jhi                                   on 2001/02/23  01:42:39
40139         Log: Metaconfig unit change for #8903.
40140      Branch: metaconfig/U/perl
40141            ! Devel.U
40142 ____________________________________________________________________________
40143 [  8903] By: jhi                                   on 2001/02/23  01:42:12
40144         Log: Be more helpful for devel builders, suggested by John L. Allen.
40145      Branch: perl
40146            ! Configure
40147 ____________________________________________________________________________
40148 [  8902] By: jhi                                   on 2001/02/23  01:37:41
40149         Log: (Retracted by #8914)
40150              (Wrongly, reinstated by #8941)
40151              
40152              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
40153              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40154              Date:     Thu, 22 Feb 2001 09:43:57 EST
40155              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
40156      Branch: perl
40157            ! op.c
40158 ____________________________________________________________________________
40159 [  8901] By: jhi                                   on 2001/02/23  01:20:32
40160         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
40161              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40162              Date:     Thu, 22 Feb 2001 08:01:35 EST
40163              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
40164      Branch: perl
40165            ! malloc.c
40166 ____________________________________________________________________________
40167 [  8900] By: jhi                                   on 2001/02/23  01:18:02
40168         Log: Integrate changes #8898,8899 from mainline, environ handling.
40169      Branch: maint-5.6/perl
40170           !> perl.c
40171 ____________________________________________________________________________
40172 [  8899] By: jhi                                   on 2001/02/23  01:16:25
40173         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
40174              putenv() is not to be relied on, they are either broken or leaky
40175              or both.)
40176      Branch: perl
40177            ! perl.c
40178 ____________________________________________________________________________
40179 [  8898] By: jhi                                   on 2001/02/22  23:36:59
40180         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
40181              and safesysfree() must be used.
40182      Branch: perl
40183            ! perl.c
40184 ____________________________________________________________________________
40185 [  8897] By: jhi                                   on 2001/02/22  23:25:45
40186         Log: With environ one must use safesysmalloc()/safesysfree().
40187      Branch: perl
40188            ! perl.c
40189 ____________________________________________________________________________
40190 [  8896] By: jhi                                   on 2001/02/22  22:13:18
40191         Log: If we have a duplicated environment free it
40192              if PERL_DESTRUCT_LEVEL.
40193      Branch: perl
40194            ! perl.c
40195 ____________________________________________________________________________
40196 [  8895] By: alanbur                               on 2001/02/22  19:31:57
40197         Log: Synchronised with parent
40198      Branch: maint-5.6/pureperl
40199           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
40200 ____________________________________________________________________________
40201 [  8894] By: gsar                                  on 2001/02/22  19:06:18
40202         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
40203              
40204              fix memory leak in method call optimization (change#3768);
40205              made C<eval "$x->foo()"> leak
40206              
40207              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
40208      Branch: maint-5.6/perl
40209           !> op.c
40210 ____________________________________________________________________________
40211 [  8893] By: jhi                                   on 2001/02/22  18:35:27
40212         Log: (Retracted by #8915.)
40213              
40214              Third Degree finding:
40215              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
40216      Branch: perl
40217            ! gv.c
40218 ____________________________________________________________________________
40219 [  8892] By: jhi                                   on 2001/02/22  14:28:32
40220         Log: Update Changes.
40221      Branch: perl
40222            ! Changes patchlevel.h
40223 ____________________________________________________________________________
40224 [  8891] By: jhi                                   on 2001/02/22  13:22:45
40225         Log: Metaconfig unit changes for #8890.
40226      Branch: metaconfig
40227            ! U/modified/Cppsym.U U/threads/archname.U
40228 ____________________________________________________________________________
40229 [  8890] By: jhi                                   on 2001/02/22  13:22:12
40230         Log: Add -stdio to the archname if no perlio selected,
40231              no -perlio added since that is now the default.
40232              
40233              Add few CPUs/architectures to the Cppsym scan.
40234      Branch: perl
40235            ! Configure config_h.SH
40236 ____________________________________________________________________________
40237 [  8889] By: jhi                                   on 2001/02/22  13:05:59
40238         Log: Metaconfig unit change for #8888.
40239      Branch: metaconfig/U/perl
40240            ! useperlio.U
40241 ____________________________________________________________________________
40242 [  8888] By: jhi                                   on 2001/02/22  13:05:28
40243         Log: *drum roll*  Make perlio the default.
40244      Branch: perl
40245            ! Configure config_h.SH
40246 ____________________________________________________________________________
40247 [  8887] By: jhi                                   on 2001/02/22  12:50:52
40248         Log: Integrate change #8665 from maintperl to mainline,
40249              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
40250      Branch: perl
40251           !> ext/POSIX/POSIX.xs
40252 ____________________________________________________________________________
40253 [  8886] By: jhi                                   on 2001/02/22  12:49:24
40254         Log: Integrate changes #8883,8884 from mainline to maintperl.
40255              
40256              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
40257              Subject: Re: File::Temp::_gettemp warning
40258      Branch: maint-5.6/perl
40259           !> embed.h embed.pl lib/File/Temp.pm
40260 ____________________________________________________________________________
40261 [  8885] By: jhi                                   on 2001/02/22  12:43:59
40262         Log: Based on
40263              
40264              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
40265              From: schwab@suse.de
40266              Date: Thu, 22 Feb 2001 13:08:09 +0100
40267              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
40268              
40269              but the fix done slightly differently because the other
40270              half was already done in #8664.
40271      Branch: maint-5.6/perl
40272            ! ext/POSIX/POSIX.xs
40273 ____________________________________________________________________________
40274 [  8884] By: jhi                                   on 2001/02/22  12:37:15
40275         Log: Subject: Re: File::Temp::_gettemp warning
40276              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40277              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
40278              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
40279              
40280              This patch to File::Temp does two things:
40281              
40282              1. Fixes the problem with CGI::Carp when determining
40283              the Fcntl constants
40284              
40285              2. Removes most of the carps and consolidates them so that all the
40286              reasons are included in a single die that is caught by the test. This
40287              means that the correct skipping behaviour is displayed by the test.
40288      Branch: perl
40289            ! lib/File/Temp.pm
40290 ____________________________________________________________________________
40291 [  8883] By: jhi                                   on 2001/02/22  12:29:19
40292         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
40293              From: Peter Prymmer <pvhp@forte.com>
40294              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
40295              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
40296      Branch: perl
40297            ! embed.h embed.pl
40298 ____________________________________________________________________________
40299 [  8882] By: jhi                                   on 2001/02/21  19:41:33
40300         Log: Integrate change #8881 from mainlin to maintperl.
40301              
40302              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
40303      Branch: maint-5.6/perl
40304           !> op.c
40305 ____________________________________________________________________________
40306 [  8881] By: jhi                                   on 2001/02/21  19:38:57
40307         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
40308              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40309              Date:     Wed, 21 Feb 2001 13:08:03 EST
40310              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
40311      Branch: perl
40312            ! op.c
40313 ____________________________________________________________________________
40314 [  8880] By: jhi                                   on 2001/02/21  19:34:34
40315         Log: Retract #8875, cannot let go of the old semantics of unpack U
40316              without rethinking utf8decode.t.
40317      Branch: perl
40318            ! pp.c t/op/pack.t
40319 ____________________________________________________________________________
40320 [  8879] By: jhi                                   on 2001/02/21  19:08:02
40321         Log: Run run/*.t also in minitest.
40322      Branch: perl
40323            ! Makefile.SH
40324 ____________________________________________________________________________
40325 [  8878] By: nick                                  on 2001/02/21  18:55:37
40326         Log: Integrate mainline
40327      Branch: perlio
40328           !> (integrate 76 files)
40329 ____________________________________________________________________________
40330 [  8877] By: jhi                                   on 2001/02/21  15:09:33
40331         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
40332      Branch: metaconfig
40333            ! U/compline/nblock_io.U
40334      Branch: perl
40335            ! Configure config_h.SH
40336 ____________________________________________________________________________
40337 [  8876] By: jhi                                   on 2001/02/21  14:54:45
40338         Log: If no sfio, no -lsfio.
40339      Branch: metaconfig/U/perl
40340            ! d_sfio.U
40341      Branch: perl
40342            ! Configure config_h.SH
40343 ____________________________________________________________________________
40344 [  8875] By: jhi                                   on 2001/02/21  14:54:00
40345         Log: Make unpack C and unpack U truly equivalent.
40346      Branch: perl
40347            ! pp.c t/op/pack.t
40348 ____________________________________________________________________________
40349 [  8874] By: jhi                                   on 2001/02/21  14:26:02
40350         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
40351              From: Peter Prymmer <pvhp@forte.com>
40352              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
40353              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
40354      Branch: perl
40355            ! pod/perlport.pod
40356 ____________________________________________________________________________
40357 [  8873] By: jhi                                   on 2001/02/21  14:24:31
40358         Log: Subject: [PATCH] fix for charnames above FFFF
40359              From: andreas.koenig@anima.de (Andreas J. Koenig)
40360              Date: 21 Feb 2001 07:05:45 +0100
40361              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
40362      Branch: perl
40363            ! lib/charnames.pm t/lib/charnames.t
40364 ____________________________________________________________________________
40365 [  8872] By: jhi                                   on 2001/02/21  14:15:25
40366         Log: Integrate change #8868 from pureperl to mainline.
40367              
40368              Fixed reference count loop caused by sv_magic.
40369      Branch: perl
40370           !> sv.c
40371 ____________________________________________________________________________
40372 [  8871] By: jhi                                   on 2001/02/21  14:07:29
40373         Log: Integrate change #8868 from pureperl to maintperl.
40374              
40375              Fixed reference count loop caused by sv_magic.
40376      Branch: maint-5.6/perl
40377           !> sv.c
40378 ____________________________________________________________________________
40379 [  8870] By: jhi                                   on 2001/02/21  14:04:41
40380         Log: Put back the #8840, it was innocent.
40381      Branch: perl
40382            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
40383            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
40384 ____________________________________________________________________________
40385 [  8869] By: jhi                                   on 2001/02/21  14:00:03
40386         Log: unpack("C", ...) was left slightly unfinished by #8865.
40387      Branch: perl
40388            ! pp.c t/op/pack.t
40389 ____________________________________________________________________________
40390 [  8868] By: alanbur                               on 2001/02/21  01:33:45
40391         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
40392              from gv_fetchpv to create single-character magic variables (e.g. $!),
40393              and it is passed a sv and the gv that contains the sv as the mg_obj
40394              value.  When sv_magic stores the mg_obj pointer it increments the gv
40395              refcount, thus causing a sv-gv pair that can't be freed.  There is
40396              already a check for sv == obj which is used to prevent such reference
40397              loops.  This change extends the check to cover the case described above.
40398      Branch: maint-5.6/pureperl
40399            ! sv.c
40400 ____________________________________________________________________________
40401 [  8867] By: jhi                                   on 2001/02/21  00:52:39
40402         Log: Update Changes.
40403      Branch: perl
40404            ! Changes patchlevel.h
40405 ____________________________________________________________________________
40406 [  8866] By: jhi                                   on 2001/02/21  00:34:20
40407         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
40408              (Note: there were some conflicts due to EBCDIC and EPOC
40409              patches, in general I preferred the repository code.)
40410              (When 2.753 comes out, we need to synchronize.)
40411      Branch: perl
40412            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
40413            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
40414            ! t/lib/cgi-html.t
40415 ____________________________________________________________________________
40416 [  8865] By: jhi                                   on 2001/02/21  00:24:22
40417         Log: Make pack("C", 0x100) to create Unicode, unless under the
40418              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
40419              will understand Unicode, unless you under know what.
40420      Branch: perl
40421            ! pp.c t/op/pack.t t/op/qu.t
40422 ____________________________________________________________________________
40423 [  8864] By: alanbur                               on 2001/02/20  22:35:34
40424         Log: Resynchronised with parent
40425      Branch: maint-5.6/pureperl
40426           !> README.win32 ext/GDBM_File/GDBM_File.pm
40427           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
40428           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
40429           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
40430           !> t/lib/sdbm.t util.c
40431 ____________________________________________________________________________
40432 [  8863] By: jhi                                   on 2001/02/20  20:55:11
40433         Log: Integrate change #8860,8861 from mainline into maintperl.
40434              
40435              "pseudo-literal j"
40436              
40437              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
40438      Branch: maint-5.6/perl
40439           !> lib/Test.pm pod/perlop.pod
40440 ____________________________________________________________________________
40441 [  8862] By: jhi                                   on 2001/02/20  20:30:07
40442         Log: Don't do casting between pointers pointing to differently sized
40443              integers.
40444      Branch: perl
40445            ! hv.c sv.c
40446 ____________________________________________________________________________
40447 [  8861] By: jhi                                   on 2001/02/20  19:53:44
40448         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
40449              From: Peter Prymmer <pvhp@forte.com>
40450              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
40451              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
40452      Branch: perl
40453            ! lib/Test.pm
40454 ____________________________________________________________________________
40455 [  8860] By: jhi                                   on 2001/02/20  19:48:02
40456         Log: "pseudo-literal j", a documentation glitch reported to Debian.
40457              The text recovered from Perl 5.005_03, and pseudo-literal replaced
40458              by "backtick string".
40459      Branch: perl
40460            ! pod/perlop.pod
40461 ____________________________________________________________________________
40462 [  8859] By: jhi                                   on 2001/02/20  19:15:46
40463         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
40464              from Chris Nandor.
40465      Branch: perl
40466            ! makedef.pl
40467 ____________________________________________________________________________
40468 [  8858] By: jhi                                   on 2001/02/20  17:36:53
40469         Log: Integrate pureperl changes #8844,8845,8850 to mainline
40470              (via maintperl #8855).
40471              
40472              Fixed %^H scoping bug
40473              
40474              Removed GV <-> CV refcount loop
40475              
40476              Removed %ENV refcount loop
40477      Branch: perl
40478           !> gv.c op.c perl.c pp.c scope.c
40479 ____________________________________________________________________________
40480 [  8857] By: jhi                                   on 2001/02/20  17:34:32
40481         Log: Integrate changes #8853,8854 from maintperl to mainline.
40482              
40483              EBDIC fixes, README.win32 Borland update.
40484      Branch: perl
40485           !> README.win32 handy.h util.c
40486 ____________________________________________________________________________
40487 [  8856] By: jhi                                   on 2001/02/20  17:33:16
40488         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
40489      Branch: maint-5.6/perl
40490           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
40491           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
40492           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
40493 ____________________________________________________________________________
40494 [  8855] By: jhi                                   on 2001/02/20  17:32:13
40495         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
40496              
40497              Fixed %^H scoping bug
40498              
40499              Removed GV <-> CV refcount loop
40500              
40501              Removed %ENV refcount loop
40502      Branch: maint-5.6/perl
40503           !> gv.c op.c perl.c pp.c scope.c
40504 ____________________________________________________________________________
40505 [  8854] By: jhi                                   on 2001/02/20  17:25:06
40506         Log: Subject: Addition to readme.win32 for Borland C++ compilers
40507              Date: Tue, 20 Feb 2001 02:15:25 +0300
40508              From: "Vadim Konovalov" <watman@inbox.ru>
40509              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
40510              
40511              Document Borland compiler misbehaviour.
40512      Branch: maint-5.6/perl
40513            ! README.win32
40514 ____________________________________________________________________________
40515 [  8853] By: jhi                                   on 2001/02/20  17:22:25
40516         Log: The assimilation of ebcdic.c didn't quite work at the first try,
40517              patches from Thomas Dorner.
40518      Branch: maint-5.6/perl
40519            ! handy.h util.c
40520 ____________________________________________________________________________
40521 [  8852] By: jhi                                   on 2001/02/20  17:20:15
40522         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
40523              From: Chris Nandor <pudge@pobox.com>
40524              Date: Tue, 20 Feb 2001 08:32:45 -0500
40525              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
40526      Branch: maint-5.6/perl
40527            ! makedef.pl mg.c
40528 ____________________________________________________________________________
40529 [  8851] By: jhi                                   on 2001/02/20  17:15:52
40530         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
40531      Branch: perl
40532            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
40533            ! t/lib/filter-util.t
40534 ____________________________________________________________________________
40535 [  8850] By: alanbur                               on 2001/02/20  17:12:40
40536         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
40537              and the magic pointer points back to the GV that contains the
40538              %ENV hash.  This creates a refcount loop that prevents members
40539              of %ENV from being freed correctly.  This change removes the
40540              refcount loop - the magic pointer was never used anyway, the
40541              only use of the magic was to check the type ('E') so that the
40542              appropriate environment manipulation code is called when %ENV
40543              is modified.
40544      Branch: maint-5.6/pureperl
40545            ! perl.c
40546 ____________________________________________________________________________
40547 [  8849] By: jhi                                   on 2001/02/20  17:12:20
40548         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
40549              From: "Craig A. Berry" <craigberry@mac.com>
40550              Date: Mon, 19 Feb 2001 23:36:12 -0600
40551              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
40552              
40553              Case-forgiving systems match TestInit.pm with TES*.
40554      Branch: perl
40555            ! t/lib/glob-basic.t
40556 ____________________________________________________________________________
40557 [  8848] By: jhi                                   on 2001/02/20  17:10:02
40558         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
40559      Branch: perl
40560            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
40561            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
40562            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
40563 ____________________________________________________________________________
40564 [  8847] By: jhi                                   on 2001/02/20  15:34:41
40565         Log: The #8843 wasn't quite right: %Config needs to imported.
40566      Branch: perl
40567            ! t/run/runenv.t
40568 ____________________________________________________________________________
40569 [  8846] By: jhi                                   on 2001/02/20  15:31:50
40570         Log: Retract the #8838 and #8840 for now because of
40571              the DB_File tie problem.
40572      Branch: perl
40573            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
40574            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
40575            ! proto.h sv.c
40576 ____________________________________________________________________________
40577 [  8845] By: alanbur                               on 2001/02/20  14:25:41
40578         Log: Removed GV <-> CV refcount loop
40579              CvGV(mycv) points to the parent GV of the CV, and was previously
40580              refcounted.  The pointer remains, but the refcounting has been removed
40581              as it causes a refcount loop between the CV and GV that means the CV
40582              can't ever be deleted.
40583      Branch: maint-5.6/pureperl
40584            ! gv.c op.c pp.c
40585 ____________________________________________________________________________
40586 [  8844] By: alanbur                               on 2001/02/20  14:23:13
40587         Log: Fixed %^H scoping bug
40588      Branch: maint-5.6/pureperl
40589            ! scope.c
40590 ____________________________________________________________________________
40591 [  8843] By: jhi                                   on 2001/02/19  13:38:08
40592         Log: fork() not everywhere, cleanup temp files.
40593      Branch: perl
40594            ! t/run/runenv.t
40595 ____________________________________________________________________________
40596 [  8842] By: alanbur                               on 2001/02/19  12:42:07
40597         Log: Resynchronised with parent
40598      Branch: maint-5.6/pureperl
40599           !> pod/perlfaq4.pod sv.c utf8.c
40600 ____________________________________________________________________________
40601 [  8841] By: jhi                                   on 2001/02/19  03:35:51
40602         Log: Update Changes.
40603      Branch: perl
40604            ! Changes patchlevel.h
40605 ____________________________________________________________________________
40606 [  8840] By: jhi                                   on 2001/02/19  00:23:41
40607         Log: Subject: [patch] add sv_setref_uv
40608              From: Doug MacEachern <dougm@covalent.net>
40609              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
40610              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
40611      Branch: perl
40612            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
40613            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
40614 ____________________________________________________________________________
40615 [  8839] By: jhi                                   on 2001/02/19  00:01:38
40616         Log: Put to rest the 20010205.001, the email address checking (not) regex.
40617      Branch: perl
40618            ! pod/perlfaq9.pod
40619 ____________________________________________________________________________
40620 [  8838] By: jhi                                   on 2001/02/18  22:17:54
40621         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
40622              From: Doug MacEachern <dougm@covalent.net>
40623              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
40624              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
40625      Branch: perl
40626            ! lib/ExtUtils/xsubpp
40627 ____________________________________________________________________________
40628 [  8837] By: jhi                                   on 2001/02/18  22:16:50
40629         Log: Subject: [patch] -Wall cleanup round 2
40630              From: Doug MacEachern <dougm@covalent.net>
40631              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
40632              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
40633      Branch: perl
40634            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
40635            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
40636            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
40637            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
40638            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
40639            ! ext/SDBM_File/SDBM_File.xs
40640 ____________________________________________________________________________
40641 [  8836] By: jhi                                   on 2001/02/18  22:11:20
40642         Log: Misapplied regex optimizations when \C is present.
40643              Fixes 20001230.002.
40644              
40645              What still remains broken is that the submatches that
40646              have \C in them get their UTF8 flag on because their
40647              parent SV has it on.  This will result in malformed
40648              UTF8 if a \C happened to match a non-ASCII byte.
40649      Branch: perl
40650            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
40651            ! t/pragma/utf8.t
40652 ____________________________________________________________________________
40653 [  8835] By: jhi                                   on 2001/02/18  20:12:02
40654         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
40655              
40656              The hash key got wrongly UTF8fied.
40657      Branch: perl
40658            ! pod/perlapi.pod toke.c utf8.c
40659 ____________________________________________________________________________
40660 [  8834] By: jhi                                   on 2001/02/18  19:44:25
40661         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
40662              don't warn on magical or overloaded things.
40663      Branch: perl
40664            ! pp_hot.c
40665 ____________________________________________________________________________
40666 [  8833] By: nick                                  on 2001/02/18  19:31:22
40667         Log: Integrate mainline
40668      Branch: perlio
40669           +> t/TestInit.pm t/run/runenv.t
40670            - t/UTEST
40671           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
40672           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
40673           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
40674           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
40675           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
40676           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
40677           !> utf8.c
40678 ____________________________________________________________________________
40679 [  8832] By: jhi                                   on 2001/02/18  19:21:18
40680         Log: Integrate perlio.
40681      Branch: perl
40682           !> perlio.c pod/perldiag.pod
40683 ____________________________________________________________________________
40684 [  8831] By: jhi                                   on 2001/02/18  19:14:20
40685         Log: Integrate change #8827 from mainline.
40686              
40687              UTF8 tweaks.
40688      Branch: maint-5.6/perl
40689           !> sv.c utf8.c
40690 ____________________________________________________________________________
40691 [  8830] By: nick                                  on 2001/02/18  19:10:34
40692         Log: Apply the spirit of patch from Nick Clark:
40693              Subject: [PATCH] Re: extensions that provide layers
40694              From: Nicholas Clark <nick@ccl4.org>
40695              Date: Mon, 12 Feb 2001 16:43:51 +0000
40696              Message-Id: <20010212164350.Q3652@plum.flirble.org>
40697      Branch: perlio
40698            ! perlio.c pod/perldiag.pod
40699 ____________________________________________________________________________
40700 [  8829] By: jhi                                   on 2001/02/18  19:03:25
40701         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
40702              From: schwern@pobox.com 
40703              Date: Sun, 18 Feb 2001 13:44:35 -0500
40704              Message-ID: <20010218134435.A17544@magnonel.guild.net>
40705              
40706              Applied, but as t/TestInit.pm.
40707      Branch: perl
40708            + t/TestInit.pm
40709            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
40710            ! t/op/subst_wamp.t
40711 ____________________________________________________________________________
40712 [  8828] By: jhi                                   on 2001/02/18  18:43:52
40713         Log: Integrate perlio.
40714      Branch: perl
40715           !> perlio.c
40716 ____________________________________________________________________________
40717 [  8827] By: jhi                                   on 2001/02/18  18:41:33
40718         Log: UTF-8 tweaks.
40719      Branch: perl
40720            ! sv.c utf8.c
40721 ____________________________________________________________________________
40722 [  8826] By: nick                                  on 2001/02/18  17:40:59
40723         Log: Fix [ID 20010217.002]
40724              open FOO, "<:raw:perlio", ...
40725              :raw now inserts default base layer below itself.
40726              Also
40727              open FOO, "<:unix", ...
40728              works as well - but leaves buffer layer on stack under the unix layer.
40729      Branch: perlio
40730            ! perlio.c
40731 ____________________________________________________________________________
40732 [  8825] By: jhi                                   on 2001/02/18  17:15:39
40733         Log: Integrate perlio.
40734      Branch: perl
40735           !> perlio.c perliol.h
40736 ____________________________________________________________________________
40737 [  8824] By: jhi                                   on 2001/02/18  17:10:53
40738         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
40739              From: schwern@pobox.com
40740              Date: Sun, 18 Feb 2001 01:48:50 -0500
40741              Message-ID: <20010218014850.C19957@magnonel.guild.net>
40742      Branch: perl
40743            ! lib/Test/Harness.pm t/TEST t/op/chop.t
40744 ____________________________________________________________________________
40745 [  8823] By: jhi                                   on 2001/02/18  17:01:06
40746         Log: Add run/*.t to testables.
40747      Branch: perl
40748            ! t/TEST
40749 ____________________________________________________________________________
40750 [  8822] By: jhi                                   on 2001/02/18  16:58:58
40751         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
40752              From: schwern@pobox.com
40753              Date: Sun, 18 Feb 2001 01:11:35 -0500
40754              Message-ID: <20010218011135.A19957@magnonel.guild.net>
40755              
40756              Revive mjd's and Simon's PERL5OPT fix.
40757      Branch: perl
40758            + t/run/runenv.t
40759            ! MANIFEST perl.c
40760 ____________________________________________________________________________
40761 [  8821] By: jhi                                   on 2001/02/18  16:53:46
40762         Log: Subject: Re: Why t/TEST and not Test::Harness?
40763              From: schwern@pobox.com
40764              Date: Sat, 17 Feb 2001 22:44:44 -0500
40765              Message-ID: <20010217224444.A6679@magnonel.guild.net>
40766              
40767              Replace UTEST with TEST -utf8.
40768      Branch: perl
40769            - t/UTEST
40770            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
40771            ! t/lib/glob-basic.t
40772 ____________________________________________________________________________
40773 [  8820] By: nick                                  on 2001/02/18  13:06:16
40774         Log: Clean up a few core dumps when layers are used in unexpected ways.
40775              (Still not "right"...)
40776      Branch: perlio
40777            ! perlio.c perliol.h
40778 ____________________________________________________________________________
40779 [  8819] By: jhi                                   on 2001/02/18  02:25:55
40780         Log: Integrate change #8818 from maintperl, a FAQ nit.
40781      Branch: perl
40782           !> pod/perlfaq4.pod
40783 ____________________________________________________________________________
40784 [  8818] By: jhi                                   on 2001/02/18  02:24:50
40785         Log: FAQ nit from Chris Fedde.
40786      Branch: maint-5.6/perl
40787            ! pod/perlfaq4.pod
40788 ____________________________________________________________________________
40789 [  8817] By: nick                                  on 2001/02/17  18:20:14
40790         Log: Integrate mainline
40791      Branch: perlio
40792           +> lib/unicode/UCD.html lib/unicode/Unicode.html
40793           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
40794           +> pod/perlclib.pod
40795            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
40796            - lib/unicode/Unicode.301
40797           !> (integrate 324 files)
40798 ____________________________________________________________________________
40799 [  8816] By: jhi                                   on 2001/02/17  16:56:58
40800         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
40801      Branch: perl
40802            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
40803            ! ext/Storable/Storable.xs t/lib/st-06compat.t
40804            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
40805 ____________________________________________________________________________
40806 [  8815] By: jhi                                   on 2001/02/17  16:40:07
40807         Log: Subject: [patch] -Wall
40808              From: Doug MacEachern <dougm@covalent.net>
40809              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
40810              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
40811      Branch: perl
40812            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
40813            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
40814 ____________________________________________________________________________
40815 [  8814] By: jhi                                   on 2001/02/16  19:27:18
40816         Log: Document qu better.
40817      Branch: perl
40818            ! pod/perlop.pod
40819 ____________________________________________________________________________
40820 [  8813] By: jhi                                   on 2001/02/15  13:54:37
40821         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
40822              From: Hugo <hv@crypt.compulink.co.uk>
40823              Date: Thu, 15 Feb 2001 13:39:49 +0000
40824              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
40825      Branch: perl
40826            ! toke.c
40827 ____________________________________________________________________________
40828 [  8812] By: alanbur                               on 2001/02/15  13:52:16
40829         Log: Resynchronised with parent
40830      Branch: maint-5.6/pureperl
40831            - ebcdic.c
40832           !> (integrate 36 files)
40833 ____________________________________________________________________________
40834 [  8811] By: jhi                                   on 2001/02/15  13:51:16
40835         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
40836              
40837              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
40838              From: Jan Dubois <JanD@ActiveState.com>
40839              Date: Wed, 31 Jan 2001 21:17:03 -0800
40840              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
40841              
40842              tweak change#8659 to keep it simple
40843              
40844              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
40845              From: Russ Allbery <rra@stanford.edu>
40846              Date: 14 Feb 2001 10:15:41 -0800
40847              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
40848              
40849              (8809 empty)
40850              
40851              Upgrade to podlators 1.08, from Russ Allbery.
40852      Branch: perl
40853           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
40854           !> utils/perldoc.PL
40855 ____________________________________________________________________________
40856 [  8810] By: jhi                                   on 2001/02/15  13:35:08
40857         Log: Upgrade to podlators 1.08, from Russ Allbery.
40858      Branch: maint-5.6/perl
40859            ! lib/Pod/Man.pm lib/Pod/Text.pm
40860 ____________________________________________________________________________
40861 [  8809] By: jhi                                   on 2001/02/15  13:26:38
40862         Log: (accidentally empty check-in)
40863      Branch: maint-5.6/perl
40864            ! lib/Test/Harness.pm
40865 ____________________________________________________________________________
40866 [  8808] By: jhi                                   on 2001/02/15  13:23:47
40867         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
40868              From: Russ Allbery <rra@stanford.edu>
40869              Date: 14 Feb 2001 10:15:41 -0800
40870              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
40871              
40872              perldoc was hardcoding $Config{installscript}, which breaks
40873              when install* isn't where Perl ends up (such as with AFS).
40874              
40875              Use $Config{scriptdir} instead.
40876      Branch: maint-5.6/perl
40877            ! utils/perldoc.PL
40878 ____________________________________________________________________________
40879 [  8807] By: jhi                                   on 2001/02/14  14:37:27
40880         Log: Update Changes.
40881      Branch: perl
40882            ! Changes patchlevel.h
40883 ____________________________________________________________________________
40884 [  8806] By: jhi                                   on 2001/02/14  14:25:31
40885         Log: Integrate changes #8803,8804,8805 from mainline.
40886              
40887              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
40888              
40889              Don't skip too much of the locale error message if no environ array,
40890              from Chris Nandor.
40891              
40892              More MacOS Classic fixes from Chris Nandor.
40893      Branch: maint-5.6/perl
40894           !> doop.c lib/Cwd.pm perl.c perl.h util.c
40895 ____________________________________________________________________________
40896 [  8805] By: jhi                                   on 2001/02/14  03:29:01
40897         Log: More MacOS Classic fixes from Chris Nandor.
40898      Branch: perl
40899            ! doop.c lib/Cwd.pm
40900 ____________________________________________________________________________
40901 [  8804] By: jhi                                   on 2001/02/14  03:18:35
40902         Log: Don't skip too much of the locale error message if no environ array,
40903              from Chris Nandor.
40904      Branch: perl
40905            ! util.c
40906 ____________________________________________________________________________
40907 [  8803] By: jhi                                   on 2001/02/14  03:14:14
40908         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
40909      Branch: perl
40910            ! perl.c perl.h
40911 ____________________________________________________________________________
40912 [  8802] By: jhi                                   on 2001/02/13  18:31:33
40913         Log: AUTHORS update.
40914      Branch: perl
40915            ! AUTHORS
40916 ____________________________________________________________________________
40917 [  8801] By: jhi                                   on 2001/02/13  17:55:19
40918         Log: Integrate change #8792 from mainline.
40919              
40920              Subject: buncha MacPerl patches for bleadperl
40921              From: Chris Nandor <pudge@pobox.com>
40922              Date: Tue, 13 Feb 2001 00:02:43 -0500
40923              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
40924      Branch: maint-5.6/perl
40925           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
40926           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
40927           !> t/lib/basename.t toke.c util.h
40928 ____________________________________________________________________________
40929 [  8800] By: jhi                                   on 2001/02/13  17:46:43
40930         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
40931              to be forced to Off_t.
40932              
40933              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
40934              From: nick@ccl4.org
40935              Date: Thu, 1 Feb 2001 12:01:04 +0000
40936              Message-Id: <20010201120103.E11401@plum.flirble.org>
40937      Branch: maint-5.6/perl
40938            ! iperlsys.h perlio.c
40939 ____________________________________________________________________________
40940 [  8799] By: jhi                                   on 2001/02/13  16:52:51
40941         Log: Duplex duplex hunk hunk.
40942      Branch: maint-5.6/perl
40943            ! Makefile.SH
40944 ____________________________________________________________________________
40945 [  8797] By: jhi                                   on 2001/02/13  14:52:04
40946         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
40947              From: "Craig A. Berry" <craigberry@mac.com>
40948              Date: Mon, 12 Feb 2001 11:05:25 -0600
40949              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
40950      Branch: perl
40951            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
40952 ____________________________________________________________________________
40953 [  8796] By: jhi                                   on 2001/02/13  14:36:47
40954         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
40955              From: simon.cozens@pembroke.oxford.ac.uk 
40956              Date: Sat, 10 Feb 2001 17:57:02 +0000
40957              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
40958              
40959              Now it does include.
40960      Branch: perl
40961            ! pod/perldiag.pod
40962 ____________________________________________________________________________
40963 [  8795] By: jhi                                   on 2001/02/13  14:30:11
40964         Log: Sort the MANIFEST.
40965      Branch: perl
40966            ! MANIFEST
40967 ____________________________________________________________________________
40968 [  8794] By: jhi                                   on 2001/02/13  14:26:51
40969         Log: Integrate change #8793 from mainline, FAQ updates.
40970      Branch: maint-5.6/perl
40971           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
40972 ____________________________________________________________________________
40973 [  8793] By: jhi                                   on 2001/02/13  14:25:13
40974         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
40975      Branch: perl
40976            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
40977 ____________________________________________________________________________
40978 [  8792] By: jhi                                   on 2001/02/13  14:22:50
40979         Log: Subject: buncha MacPerl patches for bleadperl
40980              From: Chris Nandor <pudge@pobox.com>
40981              Date: Tue, 13 Feb 2001 00:02:43 -0500
40982              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
40983      Branch: perl
40984            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
40985            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
40986            ! t/lib/basename.t toke.c util.h
40987 ____________________________________________________________________________
40988 [  8791] By: jhi                                   on 2001/02/13  14:10:39
40989         Log: Integrate change #8790 from mainline.
40990              
40991              environ array wrongly assumed in Perl_init_i18nl10n(),
40992      Branch: maint-5.6/perl
40993           !> util.c
40994 ____________________________________________________________________________
40995 [  8790] By: jhi                                   on 2001/02/13  14:06:15
40996         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
40997              noticed by Chris Nandor in MacOS Classic.
40998      Branch: perl
40999            ! util.c
41000 ____________________________________________________________________________
41001 [  8789] By: jhi                                   on 2001/02/13  13:58:07
41002         Log: Integrate changes #8373,8487,8544,8783 from mainline.
41003              
41004              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
41005              hints files, the dynaloading, assimilate ebcdic into util.c.
41006      Branch: maint-5.6/perl
41007            - ebcdic.c
41008            ! MANIFEST hints/posix-bc.sh
41009           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
41010           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
41011           !> perlapi.c proto.h util.c
41012 ____________________________________________________________________________
41013 [  8788] By: alanbur                               on 2001/02/13  10:33:13
41014         Log: Integrated changes from maint-5.6
41015      Branch: maint-5.6/pureperl
41016           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
41017           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
41018           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41019           !> vos/config.ga.h vos/configure_perl.cm
41020 ____________________________________________________________________________
41021 [  8787] By: jhi                                   on 2001/02/13  05:56:36
41022         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
41023      Branch: perl
41024           !> Makefile.SH
41025 ____________________________________________________________________________
41026 [  8786] By: jhi                                   on 2001/02/13  05:54:34
41027         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
41028              From: Dorner Thomas <Thomas.Dorner@start.de>
41029              Date: Mon, 12 Feb 2001 15:06:26 +0100
41030              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
41031      Branch: maint-5.6/perl
41032            ! Makefile.SH
41033 ____________________________________________________________________________
41034 [  8785] By: jhi                                   on 2001/02/13  05:29:04
41035         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
41036      Branch: perl
41037           !> hints/openbsd.sh
41038 ____________________________________________________________________________
41039 [  8784] By: jhi                                   on 2001/02/13  02:25:24
41040         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
41041              From: Peter Prymmer <pvhp@forte.com>
41042              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
41043              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
41044      Branch: perl
41045            ! pod/perlclib.pod
41046 ____________________________________________________________________________
41047 [  8783] By: jhi                                   on 2001/02/13  02:22:36
41048         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
41049      Branch: perl
41050            - ebcdic.c
41051            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
41052            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
41053            ! util.c
41054 ____________________________________________________________________________
41055 [  8782] By: jhi                                   on 2001/02/13  02:00:07
41056         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
41057      Branch: maint-5.6/perl
41058            ! pod/perlport.pod
41059 ____________________________________________________________________________
41060 [  8781] By: jhi                                   on 2001/02/13  01:58:44
41061         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
41062      Branch: maint-5.6/perl
41063            ! hints/openbsd.sh
41064 ____________________________________________________________________________
41065 [  8780] By: jhi                                   on 2001/02/13  01:57:33
41066         Log: Synchronize the regexp tests between maintperl and mainline.
41067      Branch: maint-5.6/perl
41068           !> t/op/re_tests
41069 ____________________________________________________________________________
41070 [  8779] By: jhi                                   on 2001/02/13  01:49:35
41071         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
41072              From: Hugo <hv@crypt.compulink.co.uk>
41073              Date: Tue, 13 Feb 2001 00:11:11 +0000
41074              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
41075      Branch: perl
41076            ! regcomp.c t/op/re_tests
41077 ____________________________________________________________________________
41078 [  8778] By: jhi                                   on 2001/02/13  00:23:10
41079         Log: Comments do not nest.
41080      Branch: perl
41081            ! perl.h
41082 ____________________________________________________________________________
41083 [  8777] By: jhi                                   on 2001/02/13  00:17:54
41084         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
41085              From: Hugo <hv@crypt.compulink.co.uk>
41086              Date: Tue, 13 Feb 2001 00:11:11 +0000
41087              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
41088      Branch: maint-5.6/perl
41089            ! regcomp.c t/op/re_tests
41090 ____________________________________________________________________________
41091 [  8776] By: jhi                                   on 2001/02/12  23:25:52
41092         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
41093      Branch: maint-5.6/perl
41094            ! pod/perlport.pod
41095 ____________________________________________________________________________
41096 [  8775] By: jhi                                   on 2001/02/12  23:04:28
41097         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
41098      Branch: maint-5.6/perl
41099            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
41100            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41101            ! vos/configure_perl.cm
41102 ____________________________________________________________________________
41103 [  8774] By: jhi                                   on 2001/02/12  22:59:11
41104         Log: Subject: Re: [patch] context for 'U' magic functions
41105              From: Doug MacEachern <dougm@covalent.net>
41106              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
41107              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
41108              
41109              plus the suggestion by Nick Ing-Simmons to name the macro
41110              as PERL_MG_UFUNC to avoid namespace pollution, plus add
41111              the advice by Doug for XS writers to perl.h
41112      Branch: perl
41113            ! mg.c perl.h
41114 ____________________________________________________________________________
41115 [  8773] By: jhi                                   on 2001/02/11  20:14:12
41116         Log: Update Changes.
41117      Branch: perl
41118            ! Changes patchlevel.h
41119 ____________________________________________________________________________
41120 [  8772] By: jhi                                   on 2001/02/11  18:47:52
41121         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
41122              From: Simon Cozens <simon@cozens.net>
41123              Date: Wed, 31 Jan 2001 16:31:43 +0000
41124              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
41125      Branch: perl
41126            + pod/perlclib.pod
41127            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
41128            ! pod/perltoc.pod
41129 ____________________________________________________________________________
41130 [  8771] By: jhi                                   on 2001/02/11  18:36:48
41131         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
41132              
41133              Blocks-4d3.beta.txt
41134              CaseFolding-3d4.beta.txt
41135              CompositionExclusions-3d6.beta.txt
41136              EastAsianWidth-4d4.beta.txt
41137              LineBreak-6d3.beta.txt
41138              NamesList-3.1.0d1.beta.txt
41139              PropList-3.1.0d4.beta.txt
41140              SpecialCasing-4d1.beta.txt
41141              UnicodeData-3.1.0d6.beta.txt
41142      Branch: perl
41143            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
41144           +> lib/unicode/UCD.html lib/unicode/Unicode.html
41145            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
41146            - lib/unicode/Unicode.301
41147            ! (edit 257 files)
41148 ____________________________________________________________________________
41149 [  8770] By: jhi                                   on 2001/02/11  17:26:22
41150         Log: UTF-8 documentation.
41151      Branch: perl
41152            ! utf8.h
41153 ____________________________________________________________________________
41154 [  8769] By: jhi                                   on 2001/02/11  17:12:49
41155         Log: Retract #8762.
41156      Branch: perl
41157            ! regexec.c
41158 ____________________________________________________________________________
41159 [  8768] By: jhi                                   on 2001/02/11  16:54:45
41160         Log: Subject: [PATCH] Test::Harness
41161              From: andreas.koenig@anima.de (Andreas J. Koenig)
41162              Date: 11 Feb 2001 14:37:00 +0100
41163              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
41164      Branch: perl
41165            ! lib/Test/Harness.pm
41166 ____________________________________________________________________________
41167 [  8767] By: jhi                                   on 2001/02/11  16:53:52
41168         Log: Subject: [PATCH] Document makepatch in Porting/patching
41169              From: andreas.koenig@anima.de (Andreas J. Koenig)
41170              Date: 11 Feb 2001 16:46:28 +0100
41171              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
41172      Branch: perl
41173            ! Porting/patching.pod
41174 ____________________________________________________________________________
41175 [  8766] By: jhi                                   on 2001/02/11  06:30:23
41176         Log: Subject: Re: [patch] GvSHARED
41177              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
41178              From: Doug MacEachern <dougm@covalent.net>
41179              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
41180              
41181              Subject: Re: [patch] GvSHARED
41182              From: Doug MacEachern <dougm@covalent.net>
41183              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
41184              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
41185              
41186              Subject: [patch] attributes.pm support for `shared'
41187              From: Doug MacEachern <dougm@covalent.net>
41188              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
41189              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
41190              
41191              our() attributes were ignored, our :shared pieces missing,
41192              allow attributes.pm to turn on shared.
41193      Branch: perl
41194            ! op.c t/op/attrs.t toke.c xsutils.c
41195 ____________________________________________________________________________
41196 [  8765] By: alanbur                               on 2001/02/10  23:11:19
41197         Log: Resync with parent (hopefully sucessfully this time)
41198      Branch: maint-5.6/pureperl
41199           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
41200           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
41201           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
41202           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
41203           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
41204           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
41205           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
41206 ____________________________________________________________________________
41207 [  8764] By: jhi                                   on 2001/02/10  22:54:38
41208         Log: Make TEST and UTEST more verbose in case something goes
41209              wrong in running/compiling a script, suggested by Doug
41210              MacEachern.
41211      Branch: perl
41212            ! t/TEST t/UTEST
41213 ____________________________________________________________________________
41214 [  8763] By: jhi                                   on 2001/02/10  22:11:34
41215         Log: Bogus shebang.
41216      Branch: perl
41217            ! t/lib/texttabs.t
41218 ____________________________________________________________________________
41219 [  8762] By: jhi                                   on 2001/02/10  21:56:02
41220         Log: (Retracted by #8769)
41221      Branch: perl
41222            ! regexec.c
41223 ____________________________________________________________________________
41224 [  8761] By: jhi                                   on 2001/02/10  21:26:15
41225         Log: Subject: Re: [patch] GvSHARED 
41226              From: Doug MacEachern <dougm@covalent.net>
41227              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
41228              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
41229              
41230              our @EXPORT : shared = (...);
41231      Branch: perl
41232            ! toke.c
41233 ____________________________________________________________________________
41234 [  8760] By: jhi                                   on 2001/02/10  21:25:07
41235         Log: Subject: [patch] GvSHARED
41236              From: Doug MacEachern <dougm@covalent.net>
41237              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
41238              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
41239      Branch: perl
41240            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
41241 ____________________________________________________________________________
41242 [  8759] By: alanbur                               on 2001/02/10  21:24:27
41243         Log: Backed out mismerge.
41244      Branch: maint-5.6/pureperl
41245            ! MANIFEST README.hpux README.vmesa gv.c installhtml
41246            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
41247            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
41248            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
41249            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
41250            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
41251            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
41252 ____________________________________________________________________________
41253 [  8758] By: jhi                                   on 2001/02/10  18:01:17
41254         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
41255              
41256              Fixed UMRs and leak in Perl_pmtrans()
41257              
41258              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
41259              associated UTFied tr/// code.  Also fixed scoping leak of
41260              PL_reg_start_tmp.
41261              
41262              newATTRSUB leaks when an attempt to redefine the active sort sub is
41263              made.
41264      Branch: maint-5.6/perl
41265           !> op.c regcomp.c
41266 ____________________________________________________________________________
41267 [  8757] By: alanbur                               on 2001/02/10  17:56:46
41268         Log: Resynchronised with parent
41269      Branch: maint-5.6/pureperl
41270           +> README.bs2000
41271            - README.posix-bc
41272            ! gv.c perl.c sv.c
41273           !> MANIFEST README.hpux README.vmesa installhtml
41274           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
41275           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
41276           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
41277           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
41278           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
41279           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
41280 ____________________________________________________________________________
41281 [  8756] By: alanbur                               on 2001/02/10  17:51:15
41282         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
41283              made.
41284      Branch: maint-5.6/pureperl
41285            ! op.c
41286 ____________________________________________________________________________
41287 [  8755] By: jhi                                   on 2001/02/09  22:41:35
41288         Log: Upgrade to CPAN 1.59_54, from Andreas König.
41289      Branch: perl
41290            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41291 ____________________________________________________________________________
41292 [  8754] By: jhi                                   on 2001/02/09  22:29:20
41293         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
41294              
41295              Didn't upgrade the fill.t since it has a dependency to File::Slurp
41296              purely for debugging purposes, the actual test hasn't changed.
41297      Branch: perl
41298            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
41299            ! t/lib/textwrap.t
41300 ____________________________________________________________________________
41301 [  8753] By: jhi                                   on 2001/02/09  20:17:50
41302         Log: Integrate change #8682 from maintperl.
41303              
41304              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
41305              to work correctly.
41306      Branch: perl
41307           !> hints/irix_6.sh
41308 ____________________________________________________________________________
41309 [  8752] By: jhi                                   on 2001/02/09  20:00:46
41310         Log: Update Changes.
41311      Branch: perl
41312            ! Changes patchlevel.h
41313 ____________________________________________________________________________
41314 [  8751] By: nick                                  on 2001/02/09  19:48:37
41315         Log: Integrate mainline
41316      Branch: perlio
41317           +> README.bs2000 t/lib/cgi-esc.t
41318            - README.posix-bc
41319           !> (integrate 53 files)
41320 ____________________________________________________________________________
41321 [  8750] By: nick                                  on 2001/02/09  19:25:16
41322         Log: Subject: RE: Biannual Competition to Improve Hashing Function
41323              From: Fisher Mark <fisherm@tce.com>
41324              Date: Thu, 8 Feb 2001 10:44:00 -0500
41325              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
41326              Date: Thu, 8 Feb 2001 15:02:47 -0500
41327              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
41328      Branch: perl
41329            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
41330 ____________________________________________________________________________
41331 [  8749] By: jhi                                   on 2001/02/09  19:02:35
41332         Log: Forgotten fragment.
41333      Branch: perl
41334            ! pod/perlapi.pod
41335 ____________________________________________________________________________
41336 [  8748] By: jhi                                   on 2001/02/09  18:31:34
41337         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
41338              plus manual tweakage.
41339              
41340              Sync the perlfaq2 between mainline and maintperl.
41341      Branch: maint-5.6/perl
41342            ! pod/perlfaq2.pod
41343      Branch: perl
41344           !> pod/perlfaq2.pod
41345 ____________________________________________________________________________
41346 [  8747] By: jhi                                   on 2001/02/09  18:12:04
41347         Log: Subject: versiononly and installperl
41348              From: abigail@foad.org
41349              Date: Wed, 7 Feb 2001 22:43:12 +0100
41350              Message-ID: <20010207214312.7045.qmail@foad.org>    
41351              
41352              Add +v flag to force a normal install of the perl binary
41353              and the utilities.
41354              
41355              Subject: [PATCH] installperl
41356              From: Nicholas Clark <nick@ccl4.org>
41357              Date: Fri, 9 Feb 2001 16:28:57 +0000
41358              Message-ID: <20010209162857.B10931@plum.flirble.org>
41359              
41360              Add -A flag which also hardlinks the binary with
41361              the full architecture name.
41362      Branch: perl
41363            ! installperl
41364 ____________________________________________________________________________
41365 [  8746] By: jhi                                   on 2001/02/09  18:03:43
41366         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
41367              
41368              Subject: perlfaq2, re: perlmongers
41369              
41370              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
41371              
41372              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
41373              
41374              Subject: [ID 20010205.001] typo in perlfaq9
41375              
41376              Subject: [ID 20010208.002] unordered explanation in perlcall
41377      Branch: maint-5.6/perl
41378           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
41379           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
41380           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
41381 ____________________________________________________________________________
41382 [  8745] By: jhi                                   on 2001/02/09  17:59:09
41383         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
41384              From: abela@geneanet.org
41385              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
41386              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
41387      Branch: perl
41388            ! pod/perlcall.pod
41389 ____________________________________________________________________________
41390 [  8744] By: jhi                                   on 2001/02/09  17:48:16
41391         Log: Subject: [ID 20010205.001] typo in perlfaq9
41392              From: eserte@vran.herceg.de
41393              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
41394              Message-Id: <200102042244.XAA21926@vran.herceg.de>
41395      Branch: perl
41396            ! pod/perlfaq9.pod
41397 ____________________________________________________________________________
41398 [  8743] By: jhi                                   on 2001/02/09  17:25:12
41399         Log: Integrate change #8695 from maintperl.
41400              
41401              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
41402      Branch: perl
41403           !> thread.h
41404 ____________________________________________________________________________
41405 [  8742] By: jhi                                   on 2001/02/09  17:21:22
41406         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
41407              From: Andy Dougherty <doughera@lafayette.edu>
41408              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
41409              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
41410      Branch: perl
41411            ! embed.pl
41412 ____________________________________________________________________________
41413 [  8741] By: jhi                                   on 2001/02/09  17:05:19
41414         Log: Integrate changes #8738,8739,8740 from maintperl.
41415              
41416              Html files will be installed in a more logical and easier to
41417              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
41418              
41419              Html files will be generated with a header to make them look
41420              a little less bare.
41421              
41422              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
41423      Branch: perl
41424           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
41425 ____________________________________________________________________________
41426 [  8740] By: jhi                                   on 2001/02/09  17:03:46
41427         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
41428              From: "Brendan O'Dea" <bod@compusol.com.au>
41429              Date: Sun, 4 Feb 2001 11:17:56 +1100
41430              Message-ID: <20010204111756.A16301@compusol.com.au>
41431      Branch: maint-5.6/perl
41432            ! pod/perlfaq3.pod
41433 ____________________________________________________________________________
41434 [  8739] By: jhi                                   on 2001/02/09  17:01:59
41435         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
41436              From: "Indy Singh" <indy@nusphere.com>
41437              Date: Fri, 2 Feb 2001 15:09:59 -0500
41438              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
41439              
41440              Html files will be generated with a header to make them look
41441              a little less bare.
41442      Branch: maint-5.6/perl
41443            ! installhtml
41444 ____________________________________________________________________________
41445 [  8738] By: jhi                                   on 2001/02/09  16:58:48
41446         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
41447              From: "Indy Singh" <indy@nusphere.com>
41448              Date: Fri, 2 Feb 2001 15:08:23 -0500
41449              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
41450              
41451              Html files will be installed in a more logical and easier to
41452              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
41453      Branch: maint-5.6/perl
41454            ! win32/Makefile win32/makefile.mk
41455 ____________________________________________________________________________
41456 [  8737] By: jhi                                   on 2001/02/09  16:46:54
41457         Log: Integrate changes #8687,8736 from maintperl.
41458              
41459              HP-UX thread patches from Merijn H. Brand.
41460              
41461              Latin nit from Philip Newton.
41462      Branch: perl
41463           !> README.hpux hints/hpux.sh
41464 ____________________________________________________________________________
41465 [  8736] By: jhi                                   on 2001/02/09  16:42:31
41466         Log: Latin nit from Philip Newton.
41467      Branch: maint-5.6/perl
41468            ! README.hpux
41469 ____________________________________________________________________________
41470 [  8735] By: jhi                                   on 2001/02/09  16:24:03
41471         Log: Integrate changes #8704,8710 from pureperl.
41472              
41473              Fixed UMRs and leak in Perl_pmtrans()
41474              
41475              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
41476              associated UTFied tr/// code.  Also fixed scoping leak of
41477              PL_reg_start_tmp.
41478      Branch: perl
41479           !> op.c regcomp.c
41480 ____________________________________________________________________________
41481 [  8734] By: jhi                                   on 2001/02/09  15:40:21
41482         Log: Integrate change #8733 from maintperl.
41483              
41484              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
41485      Branch: perl
41486           !> pod/perlre.pod
41487 ____________________________________________________________________________
41488 [  8733] By: jhi                                   on 2001/02/09  15:35:47
41489         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
41490              From: Prymmer/Kahn <pvhp@best.com>
41491              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
41492              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
41493      Branch: maint-5.6/perl
41494            ! pod/perlre.pod
41495 ____________________________________________________________________________
41496 [  8732] By: jhi                                   on 2001/02/09  15:26:17
41497         Log: Rename README.posix-bc to README.bs2000 (to avoid the
41498              confusion of a "perlposix-bc.pod"), add a few missing
41499              arch pods, regen toc.
41500      Branch: maint-5.6/perl
41501           +> README.bs2000
41502            - README.posix-bc
41503            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
41504            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
41505 ____________________________________________________________________________
41506 [  8731] By: jhi                                   on 2001/02/09  15:23:39
41507         Log: De-cut-and-pasto.
41508      Branch: perl
41509            ! pod/perl.pod
41510 ____________________________________________________________________________
41511 [  8730] By: jhi                                   on 2001/02/09  15:11:13
41512         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
41513              when people think that perlposix-bc.pod tells anything about
41514              Perl and POSIX.  Regen toc.
41515      Branch: perl
41516           +> README.bs2000
41517            - README.posix-bc
41518            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
41519            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
41520 ____________________________________________________________________________
41521 [  8729] By: jhi                                   on 2001/02/09  14:52:28
41522         Log: The README.vmesa part of #8712 from maintperl.
41523      Branch: perl
41524            ! README.vmesa
41525 ____________________________________________________________________________
41526 [  8728] By: jhi                                   on 2001/02/09  14:46:06
41527         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
41528              From: Peter Prymmer <pvhp@forte.com>
41529              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
41530              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
41531      Branch: maint-5.6/perl
41532            ! README.vmesa win32/Makefile win32/makefile.mk
41533 ____________________________________________________________________________
41534 [  8727] By: jhi                                   on 2001/02/09  14:33:25
41535         Log: Integrate change #8712 from mainline.
41536              
41537              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
41538      Branch: maint-5.6/perl
41539           !> lib/Pod/Find.pm
41540 ____________________________________________________________________________
41541 [  8726] By: jhi                                   on 2001/02/09  14:30:28
41542         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
41543              From: Peter Prymmer <pvhp@forte.com>
41544              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
41545              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
41546      Branch: perl
41547            + t/lib/cgi-esc.t
41548            ! MANIFEST lib/CGI/Util.pm
41549 ____________________________________________________________________________
41550 [  8725] By: jhi                                   on 2001/02/09  04:56:47
41551         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
41552      Branch: maint-5.6/perl
41553            ! pod/perlport.pod
41554 ____________________________________________________________________________
41555 [  8724] By: jhi                                   on 2001/02/09  04:40:59
41556         Log: Integrate changes 7819,7820 from vmsperl into mainline.
41557              
41558              Add header for LIB$ prototypes (C. Berry)
41559              
41560              Convert fwrite()s to sockets to write()s, since some socket stacks
41561              don't take kindly to stdio.
41562              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
41563              (for often optional LNMs)
41564              Correct a few typos
41565              (C. Bailey)
41566      Branch: perl
41567           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
41568 ____________________________________________________________________________
41569 [  8723] By: jhi                                   on 2001/02/09  03:29:29
41570         Log: Integrate change #8722 from mainline.
41571              
41572              The Im() function wasn't returning zero for non-Math::Complex
41573              arguments.  The bug reported by John Gamble.
41574      Branch: maint-5.6/perl
41575           !> lib/Math/Complex.pm
41576 ____________________________________________________________________________
41577 [  8722] By: jhi                                   on 2001/02/09  03:28:33
41578         Log: The Im() function wasn't returning zero for non-Math::Complex
41579              arguments.  The bug reported by John Gamble.
41580      Branch: perl
41581            ! lib/Math/Complex.pm
41582 ____________________________________________________________________________
41583 [  8721] By: nick                                  on 2001/02/08  22:11:35
41584         Log: Correct the correction :-(
41585      Branch: perl
41586            ! perl.c
41587 ____________________________________________________________________________
41588 [  8720] By: bailey                                on 2001/02/08  20:59:22
41589         Log: Convert frwite()s to sockets to write()s, since some socket stacks
41590              don't take kindly to stdio.
41591              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
41592              (for often optional LNMs)
41593              Correct a few typos
41594              (C. Bailey)
41595      Branch: vmsperl
41596            ! vms/vms.c vms/vmsish.h
41597 ____________________________________________________________________________
41598 [  8719] By: bailey                                on 2001/02/08  20:51:02
41599         Log: Add header for LIB$ prototypes (C. Berry)
41600      Branch: vmsperl
41601            ! ext/Devel/DProf/DProf.xs
41602 ____________________________________________________________________________
41603 [  8718] By: bailey                                on 2001/02/08  20:49:00
41604         Log: SYN SYN
41605      Branch: vmsperl
41606           +> pod/perliol.pod t/lib/sample-tests/bailout
41607           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
41608           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
41609           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
41610           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
41611           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
41612           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
41613            - lib/unicode/Is/DCinital.pl
41614           !> (integrate 101 files)
41615 ____________________________________________________________________________
41616 [  8717] By: nick                                  on 2001/02/08  19:38:48
41617         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
41618              From: Robin Barker <rmb1@cise.npl.co.uk>
41619              Date: Thu, 8 Feb 2001 14:38:07 GMT
41620              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
41621      Branch: perl
41622            ! lib/CPAN.pm
41623 ____________________________________________________________________________
41624 [  8716] By: nick                                  on 2001/02/08  19:29:07
41625         Log: Generated files form 8713 etc.
41626      Branch: perl
41627            ! embed.h global.sym objXSUB.h perlapi.c proto.h
41628 ____________________________________________________________________________
41629 [  8715] By: nick                                  on 2001/02/08  19:26:08
41630         Log: Fixup non-ithread build after 8713
41631      Branch: perl
41632            ! perl.c
41633 ____________________________________________________________________________
41634 [  8714] By: nick                                  on 2001/02/08  19:17:45
41635         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
41636              From: nick@ccl4.org
41637              Date: Wed, 7 Feb 2001 00:27:47 +0000
41638              Message-Id: <20010207002747.B63724@plum.flirble.org>
41639      Branch: perl
41640            ! sv.c toke.c
41641 ____________________________________________________________________________
41642 [  8713] By: nick                                  on 2001/02/08  19:15:58
41643         Log: Subject: Re: [patch] Re: PL_ptr_table
41644              From: Doug Maceachern <dougm@covalent.net>
41645              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
41646              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
41647      Branch: perl
41648            ! embed.pl perl.c sv.c sv.h
41649 ____________________________________________________________________________
41650 [  8712] By: nick                                  on 2001/02/08  19:12:47
41651         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
41652              From: Peter Prymmer <pvhp@forte.com>
41653              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
41654              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
41655      Branch: perl
41656            ! lib/Pod/Find.pm
41657 ____________________________________________________________________________
41658 [  8711] By: nick                                  on 2001/02/07  21:06:11
41659         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
41660              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
41661              From: Alan Burlison <Alan.Burlison@uk.sun.com>
41662              Date: Tue, 06 Feb 2001 23:37:01 +0000
41663              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
41664      Branch: perl
41665            ! regcomp.c
41666 ____________________________________________________________________________
41667 [  8710] By: alanbur                               on 2001/02/07  00:22:04
41668         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
41669              associated UTFied tr/// code.  Also fixed scoping leak of
41670              PL_reg_start_tmp.
41671      Branch: maint-5.6/pureperl
41672            ! op.c regcomp.c
41673 ____________________________________________________________________________
41674 [  8709] By: nick                                  on 2001/02/06  21:16:49
41675         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
41676              From: Michael G Schwern <schwern@pobox.com>
41677              Date: Sun, 4 Feb 2001 19:47:14 -0500
41678              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
41679      Branch: perl
41680            ! pod/perlapi.pod pod/perlmodlib.PL
41681 ____________________________________________________________________________
41682 [  8708] By: nick                                  on 2001/02/06  20:41:20
41683         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
41684              From: Michael G Schwern <schwern@pobox.com>
41685              Date: Sun, 4 Feb 2001 21:17:49 -0500
41686              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
41687      Branch: perl
41688            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
41689            ! pod/perltootc.pod
41690 ____________________________________________________________________________
41691 [  8707] By: nick                                  on 2001/02/06  20:29:11
41692         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
41693              From: Michael G Schwern <schwern@pobox.com>
41694              Date: Tue, 6 Feb 2001 05:54:30 -0500
41695              Message-Id: <20010206055430.A951@blackrider.aocn.com>
41696      Branch: perl
41697            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
41698 ____________________________________________________________________________
41699 [  8706] By: nick                                  on 2001/02/06  20:21:40
41700         Log: Subject: RE: some win32 fixes
41701              Date: Tue, 6 Feb 2001 09:23:20 +0300
41702              From: Vadim Konovalov <vkonovalov@lucent.com>
41703              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
41704      Branch: perl
41705            ! toke.c win32/Makefile win32/config.bc win32/config.gc
41706            ! win32/config.vc win32/config_H.bc win32/makefile.mk
41707 ____________________________________________________________________________
41708 [  8705] By: alanbur                               on 2001/02/06  15:00:03
41709         Log: Synchronised with parent
41710      Branch: maint-5.6/pureperl
41711            ! regexec.c
41712           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
41713           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
41714 ____________________________________________________________________________
41715 [  8704] By: alanbur                               on 2001/02/06  14:55:24
41716         Log: Fixed UMRs and leak in Perl_pmtrans()
41717      Branch: maint-5.6/pureperl
41718            ! op.c
41719 ____________________________________________________________________________
41720 [  8703] By: gsar                                  on 2001/02/06  02:29:37
41721         Log: $(MAKE) distclean doesn't clean up properly on windows
41722      Branch: maint-5.6/perl
41723            ! win32/Makefile win32/makefile.mk
41724 ____________________________________________________________________________
41725 [  8702] By: gsar                                  on 2001/02/06  01:00:46
41726         Log: tweak change#8659 to keep it simple
41727      Branch: maint-5.6/perl
41728            ! utils/perldoc.PL
41729 ____________________________________________________________________________
41730 [  8701] By: gsar                                  on 2001/02/05  22:45:41
41731         Log: change#8693 was missing testsuite changes
41732      Branch: maint-5.6/perl
41733           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
41734 ____________________________________________________________________________
41735 [  8700] By: nick                                  on 2001/02/05  20:32:52
41736         Log: Integrate mainline
41737      Branch: perlio
41738           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
41739           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
41740           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
41741           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
41742           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
41743           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
41744           +> t/lib/test-harness.t
41745           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
41746           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
41747           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
41748           !> pod/perlutil.pod t/TEST utils/h2xs.PL
41749 ____________________________________________________________________________
41750 [  8699] By: nick                                  on 2001/02/05  19:41:07
41751         Log: Subject: perlfaq2, re: perlmongers
41752              From: David H. Adler <dha@panix.com>
41753              Date: Sun, 4 Feb 2001 23:48:23 -0500
41754              Message-Id: <20010204234823.A13429@panix.com>
41755      Branch: perl
41756            ! pod/perlfaq2.pod
41757 ____________________________________________________________________________
41758 [  8698] By: nick                                  on 2001/02/05  19:39:31
41759         Log: Missed file f#rom the testharness mess.
41760      Branch: perl
41761            + t/lib/test-harness.t
41762 ____________________________________________________________________________
41763 [  8697] By: nick                                  on 2001/02/05  19:37:21
41764         Log: Subject: [DOC PATCH] overload.pm nits
41765              From: John Tobey <jtobey@john-edwin-tobey.org>
41766              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
41767              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
41768      Branch: perl
41769            ! lib/overload.pm
41770 ____________________________________________________________________________
41771 [  8696] By: alanbur                               on 2001/02/05  11:56:00
41772         Log: Sync with parent
41773      Branch: maint-5.6/pureperl
41774           !> thread.h
41775 ____________________________________________________________________________
41776 [  8695] By: gsar                                  on 2001/02/05  03:27:34
41777         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
41778      Branch: maint-5.6/perl
41779            ! thread.h
41780 ____________________________________________________________________________
41781 [  8694] By: alanbur                               on 2001/02/05  00:07:47
41782         Log: Initial branch creation from //depot/maint-5.6/perl
41783      Branch: maint-5.6/pureperl
41784           +> (branch 1719 files)
41785 ____________________________________________________________________________
41786 [  8693] By: gsar                                  on 2001/02/04  22:38:49
41787         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
41788              changes)
41789      Branch: maint-5.6/perl
41790           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
41791           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
41792           !> ext/DB_File/version.c
41793 ____________________________________________________________________________
41794 [  8692] By: nick                                  on 2001/02/04  18:15:57
41795         Log: The missed t/TEST part of the grand testharness upgrade.
41796      Branch: perl
41797            ! t/TEST
41798 ____________________________________________________________________________
41799 [  8691] By: nick                                  on 2001/02/04  18:05:17
41800         Log: New improved test harness
41801              Subject: Re: [PATCH Test::Harness] Third time's a charm?
41802              From: Michael G Schwern <schwern@pobox.com>
41803              Date: Sun, 4 Feb 2001 08:01:20 -0500
41804              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
41805      Branch: perl
41806            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
41807            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
41808            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
41809            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
41810            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
41811            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
41812            ! MANIFEST lib/Test/Harness.pm
41813 ____________________________________________________________________________
41814 [  8690] By: nick                                  on 2001/02/04  17:57:51
41815         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
41816              From: Jonathan Stowe <gellyfish@gellyfish.com>
41817              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
41818              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
41819      Branch: perl
41820            ! utils/h2xs.PL
41821 ____________________________________________________________________________
41822 [  8689] By: nick                                  on 2001/02/04  17:55:24
41823         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
41824              From: Michael G Schwern <schwern@pobox.com>
41825              Date: Sat, 3 Feb 2001 22:46:38 -0500
41826              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
41827      Branch: perl
41828            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
41829            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
41830 ____________________________________________________________________________
41831 [  8688] By: nick                                  on 2001/02/04  17:43:55
41832         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
41833              length byfailing to spot lack of closing )
41834              From: nick@talking.bollo.cx
41835              Date: Sat, 03 Feb 2001 23:53:16 +0000
41836              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
41837      Branch: perl
41838            ! perlio.c pod/perldiag.pod
41839 ____________________________________________________________________________
41840 [  8687] By: jhi                                   on 2001/02/03  17:11:42
41841         Log: HP-UX thread patches from Merijn H. Brand.
41842      Branch: maint-5.6/perl
41843            ! README.hpux hints/hpux.sh
41844 ____________________________________________________________________________
41845 [  8686] By: jhi                                   on 2001/02/03  16:40:12
41846         Log: Metaconfig changes for #8685.
41847      Branch: metaconfig
41848            ! U/installdirs/instubperl.U
41849      Branch: metaconfig/U/perl
41850            ! Devel.U versiononly.U
41851 ____________________________________________________________________________
41852 [  8685] By: jhi                                   on 2001/02/03  16:39:49
41853         Log: For -Dusedevel builds turn off installusrbinperl and turn on
41854              versiononly, a combined idea of Richard Soderberg and Merijn
41855              H. Brand.  You can still override both of these from the command
41856              line if you need to, -Dinstallusrbinperl and -Uversiononly.
41857      Branch: perl
41858            ! Configure
41859 ____________________________________________________________________________
41860 [  8684] By: jhi                                   on 2001/02/03  16:16:34
41861         Log: Metaconfig unit fix for #8683.
41862      Branch: metaconfig
41863            ! U/compline/nblock_io.U
41864 ____________________________________________________________________________
41865 [  8683] By: jhi                                   on 2001/02/03  16:16:12
41866         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
41867              reported by Peter Prymmer for 5.6-TRIAL1.
41868      Branch: perl
41869            ! Configure
41870 ____________________________________________________________________________
41871 [  8682] By: jhi                                   on 2001/02/03  05:52:11
41872         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
41873              to work correctly.
41874      Branch: maint-5.6/perl
41875            ! hints/irix_6.sh
41876 ____________________________________________________________________________
41877 [  8681] By: jhi                                   on 2001/02/03  05:47:33
41878         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
41879      Branch: maint-5.6/perl
41880            ! pod/perlport.pod
41881 ____________________________________________________________________________
41882 [  8680] By: jhi                                   on 2001/02/02  21:39:49
41883         Log: perlport update from Peter Prymmer.
41884      Branch: maint-5.6/perl
41885            ! pod/perlport.pod
41886 ____________________________________________________________________________
41887 [  8679] By: nick                                  on 2001/02/02  20:50:48
41888         Log: Integrate mainline
41889      Branch: perlio
41890           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
41891           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
41892           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
41893 ____________________________________________________________________________
41894 [  8678] By: gsar                                  on 2001/02/02  16:02:12
41895         Log: note about bincompat, slightly modified (from Lupe Christoph)
41896      Branch: maint-5.6/perl
41897            ! README.solaris
41898 ____________________________________________________________________________
41899 [  8677] By: jhi                                   on 2001/02/02  15:46:20
41900         Log: Supported platforms updates.
41901      Branch: maint-5.6/perl
41902            ! pod/perlport.pod
41903 ____________________________________________________________________________
41904 [  8676] By: jhi                                   on 2001/02/02  03:41:26
41905         Log: A couple more perlfaq2 tweaks.
41906      Branch: maint-5.6/perl
41907            ! pod/perlfaq2.pod
41908 ____________________________________________________________________________
41909 [  8675] By: jhi                                   on 2001/02/02  03:17:44
41910         Log: Misedit in #8661.
41911      Branch: maint-5.6/perl
41912            ! Configure
41913 ____________________________________________________________________________
41914 [  8674] By: jhi                                   on 2001/02/02  03:14:38
41915         Log: Damien again.
41916      Branch: maint-5.6/perl
41917            ! pod/perlfaq2.pod
41918 ____________________________________________________________________________
41919 [  8673] By: jhi                                   on 2001/02/02  03:12:40
41920         Log: perlfaq update from Elaine Ashton.
41921      Branch: maint-5.6/perl
41922            ! pod/perlfaq2.pod
41923 ____________________________________________________________________________
41924 [  8672] By: jhi                                   on 2001/02/02  03:07:08
41925         Log: UTF-8 s/// patch from Inaba Hiroto.
41926      Branch: maint-5.6/perl
41927            ! pp_ctl.c pp_hot.c
41928 ____________________________________________________________________________
41929 [  8671] By: jhi                                   on 2001/02/01  22:34:31
41930         Log: Update Changes.
41931      Branch: perl
41932            ! Changes patchlevel.h
41933 ____________________________________________________________________________
41934 [  8670] By: jhi                                   on 2001/02/01  22:15:29
41935         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
41936              from maintperl.
41937              
41938              Upgrade to Getopt::Long 2.25, from Johan Vromans.
41939              
41940              more files need to be writable in the source distribution
41941              
41942              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
41943              
41944              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
41945              
41946              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
41947              
41948              Allow the float to be fuzzier.
41949              
41950              need to use INT2PTR instead of a straight cast or ia64 fails
41951              
41952              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
41953              
41954              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
41955      Branch: perl
41956           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
41957           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
41958           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
41959 ____________________________________________________________________________
41960 [  8669] By: jhi                                   on 2001/02/01  21:57:02
41961         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
41962              From: Robin Barker <rmb1@cise.npl.co.uk>
41963              Date: Thu, 1 Feb 2001 16:59:05 GMT
41964              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
41965      Branch: maint-5.6/perl
41966            ! pod/perlmodlib.PL
41967 ____________________________________________________________________________
41968 [  8668] By: nick                                  on 2001/02/01  19:41:40
41969         Log: Integrate mainline
41970      Branch: perlio
41971           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
41972           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
41973           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
41974 ____________________________________________________________________________
41975 [  8667] By: gsar                                  on 2001/02/01  16:59:11
41976         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
41977      Branch: maint-5.6/perl
41978            ! embed.pl embedvar.h
41979 ____________________________________________________________________________
41980 [  8666] By: gsar                                  on 2001/02/01  16:34:51
41981         Log: add missing entries to win32/config.?c
41982      Branch: maint-5.6/perl
41983            ! win32/config.bc win32/config.gc win32/config.vc
41984            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41985 ____________________________________________________________________________
41986 [  8665] By: jhi                                   on 2001/02/01  14:58:51
41987         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
41988              From: "Stephen P. Potter" <spp@spotter.yi.org>
41989              Date: Thu, 01 Feb 2001 10:45:46 -0500
41990              Message-Id: <200102011545.KAA31479@spotter.yi.org>
41991      Branch: maint-5.6/perl
41992            ! pod/perlfunc.pod
41993 ____________________________________________________________________________
41994 [  8664] By: gsar                                  on 2001/02/01  14:52:37
41995         Log: need to use INT2PTR instead of a straight cast or ia64 fails
41996              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
41997      Branch: maint-5.6/perl
41998            ! ext/POSIX/POSIX.xs
41999 ____________________________________________________________________________
42000 [  8663] By: jhi                                   on 2001/02/01  14:09:13
42001         Log: Allow the float to be fuzzier.
42002      Branch: maint-5.6/perl
42003            ! t/lib/peek.t
42004 ____________________________________________________________________________
42005 [  8662] By: jhi                                   on 2001/02/01  13:59:00
42006         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
42007              From: Robin Barker <rmb1@cise.npl.co.uk>
42008              Date: Thu, 1 Feb 2001 13:05:39 GMT
42009              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
42010      Branch: maint-5.6/perl
42011            ! pod/perlmodlib.pod
42012 ____________________________________________________________________________
42013 [  8661] By: jhi                                   on 2001/02/01  13:57:38
42014         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
42015              Date: Thu, 01 Feb 2001 14:15:41 +0100
42016              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42017              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
42018              
42019              Have the $ccflags in the gcc version test (strange, this change
42020              is claimed to be have been integrated already)
42021      Branch: maint-5.6/perl
42022            ! Configure
42023 ____________________________________________________________________________
42024 [  8660] By: jhi                                   on 2001/02/01  13:44:10
42025         Log: Integrate changes #7950,7964,7962 from mainline.
42026              
42027              Find the stdchar signedness using cpp, should fix some of
42028              the Solaris compiler warnings reported by Alan Burlison.
42029      Branch: maint-5.6/perl
42030           !> Configure config_h.SH
42031 ____________________________________________________________________________
42032 [  8659] By: jhi                                   on 2001/02/01  05:35:32
42033         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
42034              From: Jan Dubois <JanD@ActiveState.com>
42035              Date: Wed, 31 Jan 2001 21:17:03 -0800
42036              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
42037      Branch: maint-5.6/perl
42038            ! utils/perldoc.PL
42039 ____________________________________________________________________________
42040 [  8658] By: jhi                                   on 2001/02/01  04:33:17
42041         Log: Integrate the README.os390 and README.posix-bc parts of mainline
42042              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
42043              installperl parts were taken care of by #8657.)
42044      Branch: maint-5.6/perl
42045           !> README.os390 README.posix-bc
42046 ____________________________________________________________________________
42047 [  8657] By: jhi                                   on 2001/02/01  04:29:21
42048         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
42049              From: Peter Prymmer <pvhp@forte.com>
42050              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
42051              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
42052      Branch: maint-5.6/perl
42053            + ext/DynaLoader/dl_dllload.xs
42054            ! MANIFEST Makefile.SH hints/os390.sh installperl
42055 ____________________________________________________________________________
42056 [  8656] By: jhi                                   on 2001/02/01  04:25:45
42057         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
42058              From: Peter Prymmer <pvhp@forte.com>
42059              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
42060              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
42061      Branch: maint-5.6/perl
42062            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
42063 ____________________________________________________________________________
42064 [  8655] By: jhi                                   on 2001/02/01  04:14:47
42065         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
42066              From: troc@netrus.net
42067              Date: Wed, 31 Jan 2001 22:31:26 -0500
42068              Message-Id: <200102010331.WAA117.85@rocco.homenet>
42069      Branch: maint-5.6/perl
42070            ! os2/os2.c
42071 ____________________________________________________________________________
42072 [  8654] By: jhi                                   on 2001/02/01  04:12:52
42073         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
42074              as reported by Alan Burlison.
42075      Branch: maint-5.6/perl
42076            ! pp.h
42077 ____________________________________________________________________________
42078 [  8653] By: jhi                                   on 2001/02/01  04:05:12
42079         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
42080              From: dsugalski@northernlight.com
42081              Date: Wed, 31 Jan 2001 18:54:11 -0500
42082              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
42083      Branch: maint-5.6/perl
42084            ! configure.com
42085 ____________________________________________________________________________
42086 [  8652] By: jhi                                   on 2001/02/01  04:03:11
42087         Log: Misplaced #endif.
42088              
42089              Subject: [perl-5-6-1-trial2] patches for EPOC
42090              From: Olaf Flebbe <O.Flebbe@science-computing.de>
42091              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
42092              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
42093      Branch: maint-5.6/perl
42094            ! epoc/epocish.c
42095 ____________________________________________________________________________
42096 [  8651] By: jhi                                   on 2001/02/01  04:00:25
42097         Log: Integrate changes #8647,8648,8650 from mainline.
42098              
42099              Macrofy a magic UTF-8 test.
42100              
42101              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
42102              
42103              Watch out for cross compiling for EPOC (usually done on linux).
42104      Branch: maint-5.6/perl
42105           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
42106 ____________________________________________________________________________
42107 [  8650] By: jhi                                   on 2001/02/01  03:56:20
42108         Log: Watch out for cross compiling for EPOC (usually done on linux)
42109              
42110              Subject: [perl-5-6-1-trial2] patches for EPOC
42111              From: Olaf Flebbe <O.Flebbe@science-computing.de>
42112              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
42113              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
42114      Branch: perl
42115            ! ext/Errno/Errno_pm.PL
42116 ____________________________________________________________________________
42117 [  8649] By: gsar                                  on 2001/02/01  00:46:00
42118         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
42119      Branch: maint-5.6/perl
42120            ! sv.c
42121 ____________________________________________________________________________
42122 [  8648] By: jhi                                   on 2001/01/31  23:35:36
42123         Log: All the uses of PL_numeric_radix must be protected by
42124              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
42125              
42126              Subject: [perl-5-6-1-trial2] patches for EPOC
42127              From: Olaf Flebbe <O.Flebbe@science-computing.de>
42128              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
42129              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
42130      Branch: perl
42131            ! sv.c
42132 ____________________________________________________________________________
42133 [  8647] By: jhi                                   on 2001/01/31  22:56:16
42134         Log: Macrofy a magic UTF-8 test.
42135      Branch: perl
42136            ! utf8.c utf8.h
42137 ____________________________________________________________________________
42138 [  8646] By: gsar                                  on 2001/01/31  15:55:12
42139         Log: update Changes
42140      Branch: maint-5.6/perl
42141            ! Changes
42142 ____________________________________________________________________________
42143 [  8645] By: gsar                                  on 2001/01/31  15:10:14
42144         Log: Configure tweak suggested by Peter Prymmer
42145      Branch: maint-5.6/perl
42146            ! Configure
42147 ____________________________________________________________________________
42148 [  8644] By: gsar                                  on 2001/01/31  15:06:32
42149         Log: more files need to be writable in the source distribution
42150      Branch: maint-5.6/perl
42151            ! Porting/makerel
42152 ____________________________________________________________________________
42153 [  8643] By: jhi                                   on 2001/01/31  14:59:46
42154         Log: Integrate changes #8258,8278,8279 from mainline.
42155              
42156              Make the large file tests more robust/talkative.
42157      Branch: maint-5.6/perl
42158           !> t/lib/syslfs.t t/op/lfs.t
42159 ____________________________________________________________________________
42160 [  8642] By: gsar                                  on 2001/01/31  14:53:48
42161         Log: integrate changes#8311,8334 from mainline
42162              
42163              Add a new MakeMaker variable PM_FILTER that defines a Unix
42164              filter to be run on each .pm during the pm_to_blib() phase,
42165              a fixed version of
42166              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
42167              
42168              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
42169              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
42170              accurate reading of the "atime".  
42171      Branch: maint-5.6/perl
42172           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
42173           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
42174           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
42175 ____________________________________________________________________________
42176 [  8641] By: jhi                                   on 2001/01/31  14:46:37
42177         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
42178      Branch: maint-5.6/perl
42179            ! lib/Getopt/Long.pm
42180 ____________________________________________________________________________
42181 [  8640] By: gsar                                  on 2001/01/31  14:40:24
42182         Log: make regen_all
42183      Branch: maint-5.6/perl
42184            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
42185 ____________________________________________________________________________
42186 [  8639] By: gsar                                  on 2001/01/31  14:37:25
42187         Log: refresh windows config files
42188      Branch: maint-5.6/perl
42189            ! win32/Makefile win32/config_H.bc win32/config_H.gc
42190            ! win32/config_H.vc win32/makefile.mk
42191 ____________________________________________________________________________
42192 [  8638] By: gsar                                  on 2001/01/31  14:28:10
42193         Log: makefile tweaks for windows: introduce a bulk-switch to enable
42194              same options as ActivePerl; sync changes with makefile.mk
42195      Branch: maint-5.6/perl
42196            ! win32/Makefile win32/makefile.mk
42197 ____________________________________________________________________________
42198 [  8637] By: jhi                                   on 2001/01/31  04:41:30
42199         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
42200              From: Nicholas Clark <nick@ccl4.org>
42201              Date: Tue, 30 Jan 2001 19:51:05 +0000
42202              Message-ID: <20010130195105.R76607@plum.flirble.org> 
42203              
42204              op/inc cure.
42205      Branch: perl
42206            ! pp.c pp.h pp_hot.c t/op/arith.t
42207 ____________________________________________________________________________
42208 [  8636] By: jhi                                   on 2001/01/31  02:38:32
42209         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
42210              no perlio],8257,8380,8479,8515 from mainline.
42211              
42212              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
42213              
42214              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
42215              Subject: [PATCH perl@8133] fix-up for VMS extensions
42216              
42217              In VMS embedded perls couldn't access the statically built Socket.
42218              
42219              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
42220              
42221              Further VMS piping fixes from Charles Lane.
42222              
42223              Subject:  [PATCH] make t/op/misc.t work on VMS
42224              
42225              Add tracing for debugging extensions builds in VMS.
42226              
42227              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
42228      Branch: maint-5.6/perl
42229           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
42230           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
42231           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
42232 ____________________________________________________________________________
42233 [  8635] By: jhi                                   on 2001/01/31  01:46:41
42234         Log: Integrate change #7732 from mainline.
42235              
42236              Sparc 64-bit pack() fix from Jens Hamisch.
42237      Branch: maint-5.6/perl
42238           !> pp.c
42239 ____________________________________________________________________________
42240 [  8634] By: jhi                                   on 2001/01/31  01:41:16
42241         Log: One spot missing from #8626.
42242      Branch: maint-5.6/perl
42243            ! sv.c
42244 ____________________________________________________________________________
42245 [  8633] By: jhi                                   on 2001/01/31  00:49:17
42246         Log: Integrate change #7495 from mainline.
42247              
42248              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
42249      Branch: maint-5.6/perl
42250           !> MANIFEST ext/re/Makefile.PL
42251 ____________________________________________________________________________
42252 [  8632] By: jhi                                   on 2001/01/30  23:38:49
42253         Log: Integrate change #8396 from mainline.
42254              
42255              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
42256              better multicast support (resend)
42257      Branch: maint-5.6/perl
42258           !> ext/Socket/Socket.pm
42259 ____________________________________________________________________________
42260 [  8631] By: jhi                                   on 2001/01/30  23:28:03
42261         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
42262              
42263              More AIX lore. (7514, ext/re/hints/aix.pl)
42264              
42265              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
42266              
42267              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)
42268              
42269              Subject: [ID 20001214.002] Net::Ping patch
42270              
42271              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
42272              
42273              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
42274              
42275              Add ReuseAddr as a (preferred) alias for Reuse as we now
42276              also have ReusePort.
42277              
42278              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
42279      Branch: maint-5.6/perl
42280           +> ext/re/hints/aix.pl
42281           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
42282           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
42283 ____________________________________________________________________________
42284 [  8630] By: jhi                                   on 2001/01/30  23:03:59
42285         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
42286              
42287              read() documentation tweak for 20001121.004.
42288              
42289              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
42290      Branch: maint-5.6/perl
42291           !> pod/perlfunc.pod pod/perlre.pod
42292 ____________________________________________________________________________
42293 [  8629] By: jhi                                   on 2001/01/30  22:41:57
42294         Log: Integrate change #8098 from mainline.
42295              
42296              fastgetcwd is defined using a glob alias on a $^O dependent basis
42297              and there was no default assignment or perl subroutine.
42298      Branch: maint-5.6/perl
42299           !> lib/Cwd.pm
42300 ____________________________________________________________________________
42301 [  8628] By: jhi                                   on 2001/01/30  21:58:52
42302         Log: Integrate change #7866 from mainline.
42303              
42304              File::Temp 0.11.
42305      Branch: maint-5.6/perl
42306           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
42307 ____________________________________________________________________________
42308 [  8627] By: jhi                                   on 2001/01/30  21:39:44
42309         Log: Integrate changes #8075,8086,8228 from mainline.  
42310              
42311              Darwin is not Windows. (8075,8086)
42312              
42313              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
42314      Branch: maint-5.6/perl
42315           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
42316           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
42317           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
42318           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
42319 ____________________________________________________________________________
42320 [  8626] By: jhi                                   on 2001/01/30  21:22:11
42321         Log: Integrate with tweakery the change #8625 from mainline,
42322              the multibyte decimal separator fix ("fa_IR locale failure").
42323      Branch: maint-5.6/perl
42324            ! embedvar.h perlapi.h
42325           !> intrpvar.h perl.c perl.h sv.c util.c
42326 ____________________________________________________________________________
42327 [  8625] By: jhi                                   on 2001/01/30  20:26:33
42328         Log: Fix for the fa_IR locale failure.  The reason for the failure
42329              was that Perl was assuming the decimal separator aka the radix
42330              separator is one character.  The Farsi-Iranian locale crushed
42331              that bad assumption since there the separator is 'Momayyez',
42332              glyphwise looking somewhat like a slash, and in Unicode UTF-8
42333              encoded in two bytes, 0xd9 0xab.
42334      Branch: perl
42335            ! intrpvar.h perl.c perl.h sv.c util.c
42336 ____________________________________________________________________________
42337 [  8624] By: gsar                                  on 2001/01/30  20:17:03
42338         Log: regen_headers
42339      Branch: maint-5.6/perl
42340            ! Makefile.SH pod/perlintern.pod
42341 ____________________________________________________________________________
42342 [  8623] By: gsar                                  on 2001/01/30  19:42:34
42343         Log: backout change#7431 and its dependents (causes spurious rebuilds
42344              of autogenerated files)
42345              
42346              fix benign b.t failure
42347      Branch: maint-5.6/perl
42348            ! Makefile.SH t/lib/b.t
42349 ____________________________________________________________________________
42350 [  8622] By: jhi                                   on 2001/01/30  19:41:41
42351         Log: Microperl sync.
42352      Branch: perl
42353            ! mg.c perl.h
42354 ____________________________________________________________________________
42355 [  8621] By: gsar                                  on 2001/01/30  19:24:47
42356         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
42357              from mainline
42358              
42359              Subject: podlators 1.06 released
42360              
42361              Subject: [PATCH @8436] Eliminate op_children
42362              
42363              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
42364              
42365              (Replaced by #8448)  More op_children traces (cleanup of #8442).
42366              
42367              Subject: [PATCH #3 @8436] Re: Eliminate op_children
42368              Replace #8444 and #8445.
42369              
42370              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
42371              at the setting of the ofs_sv in new_struct_thread() as the
42372              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
42373              uninitialized fields are, uh, initialized with),
42374              SvREFCNT_inc()ing that invited a core dump.
42375              
42376              podlators 1.07, from Russ Allbery.
42377              
42378              Subject: [PATCH] regcomp.c old feature removal
42379              From: mjd@plover.com
42380              Date: 16 Jan 2001 14:43:18 -0000 
42381              Message-ID: <20010116144318.7140.qmail@plover.com> 
42382      Branch: maint-5.6/perl
42383           +> lib/Pod/Text/Overstrike.pm
42384           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
42385           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
42386           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
42387           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
42388           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
42389           !> util.c
42390 ____________________________________________________________________________
42391 [  8620] By: gsar                                  on 2001/01/30  18:48:32
42392         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
42393              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
42394              now fails one test)
42395              
42396              Subject: [PATCH] lvalue AUTOLOAD. No, really.
42397              
42398              Subject: [PATCH] Interesting syntax idea
42399              Make opens + bareword assigns do typeglob assigns.
42400              
42401              Tests for #8254.
42402              
42403              Subject: [PATCH @8269] Continue blocks and B::Deparse
42404              Make the peephole optimizer to bypass more null ops and
42405              and rewrite the deparse handling of continue blocks.
42406              
42407              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
42408              Doc tweak on #8313.
42409              
42410              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
42411              
42412              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
42413              
42414              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
42415              
42416              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
42417              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
42418              according to the platform.
42419              
42420              Subject: [PATCH @8404] Consolidated lvalue sub changes
42421              
42422              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
42423              
42424              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
42425              
42426              Subject: B::Concise -- an improved replacement for B::Terse 
42427              
42428              The B::Terse drop-in replacement wasn't quite drop-in.
42429              
42430              The LVRET macro needed an aTHX.
42431              
42432              Use the /^Perl_/-less form of is_lvalue_sub().
42433              
42434              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
42435      Branch: maint-5.6/perl
42436           +> ext/B/B/Concise.pm
42437           !> (integrate 27 files)
42438 ____________________________________________________________________________
42439 [  8619] By: nick                                  on 2001/01/30  18:40:28
42440         Log: Integrate mainline
42441      Branch: perlio
42442           !> (integrate 40 files)
42443 ____________________________________________________________________________
42444 [  8618] By: jhi                                   on 2001/01/30  18:37:18
42445         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
42446              Date: Mon, 29 Jan 2001 22:51:29 -0600
42447              From: "Craig A. Berry" <craigberry@mac.com>
42448              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
42449      Branch: perl
42450            ! vms/test.com
42451 ____________________________________________________________________________
42452 [  8617] By: jhi                                   on 2001/01/30  18:34:53
42453         Log: Subject: [PATCH] Add missing CV flags to dump.c
42454              From: Tim Jenness <t.jenness@jach.hawaii.edu>
42455              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
42456              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
42457      Branch: perl
42458            ! dump.c
42459 ____________________________________________________________________________
42460 [  8616] By: jhi                                   on 2001/01/30  18:20:58
42461         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
42462              part isn't applicable to maintperl.
42463              
42464              UTF-8 nit from Inaba Hiroto.
42465      Branch: maint-5.6/perl
42466           !> pod/perlapi.pod utf8.c
42467 ____________________________________________________________________________
42468 [  8615] By: jhi                                   on 2001/01/30  18:18:51
42469         Log: UTF-8 nit from Inaba Hiroto.
42470      Branch: perl
42471            ! pod/perlapi.pod t/op/each.t utf8.c
42472 ____________________________________________________________________________
42473 [  8614] By: jhi                                   on 2001/01/30  18:13:38
42474         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
42475              
42476              perl's internal variables are not for public consumption,
42477              move their docs from perlapi.pod to perlintern.pod
42478              
42479              support for -Dusethreads build under HP-UX 10.20 and DCE threads
42480              library (11.0 and later have pthreads but 10.x don't)
42481              
42482              avoid uninitialized value warnings
42483              
42484              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
42485              gets weird results)
42486              
42487              perldoc nit on windows
42488              
42489              make it possible to run the tests outside the source tree
42490              (there's still a dependency on ../lib being the library
42491              location)
42492      Branch: perl
42493           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
42494           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
42495           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
42496           !> win32/bin/search.pl win32/vdir.h
42497 ____________________________________________________________________________
42498 [  8613] By: gsar                                  on 2001/01/30  16:39:59
42499         Log: make it possible to run the tests outside the source tree
42500              (there's still a dependency on ../lib being the library
42501              location)
42502      Branch: maint-5.6/perl
42503            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
42504 ____________________________________________________________________________
42505 [  8612] By: gsar                                  on 2001/01/30  16:31:12
42506         Log: perldoc nit on windows
42507      Branch: maint-5.6/perl
42508            ! utils/perldoc.PL
42509 ____________________________________________________________________________
42510 [  8611] By: gsar                                  on 2001/01/30  16:22:54
42511         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
42512              gets weird results)
42513      Branch: maint-5.6/perl
42514            ! win32/vdir.h
42515 ____________________________________________________________________________
42516 [  8610] By: gsar                                  on 2001/01/30  16:12:45
42517         Log: avoid uninitialized value warnings
42518      Branch: maint-5.6/perl
42519            ! win32/bin/search.pl
42520 ____________________________________________________________________________
42521 [  8609] By: gsar                                  on 2001/01/30  16:08:01
42522         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
42523              library (11.0 and later have pthreads but 10.x don't)
42524      Branch: maint-5.6/perl
42525            ! hints/hpux.sh thread.h
42526 ____________________________________________________________________________
42527 [  8608] By: gsar                                  on 2001/01/30  15:48:55
42528         Log: perl's internal variables are not for public consumption,
42529              move their docs from perlapi.pod to perlintern.pod
42530      Branch: maint-5.6/perl
42531            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
42532            ! thrdvar.h
42533 ____________________________________________________________________________
42534 [  8607] By: gsar                                  on 2001/01/30  15:44:27
42535         Log: mistakenly branched perl56delta.pod, revert
42536      Branch: maint-5.6/perl
42537            - pod/perl56delta.pod
42538           !> pod/perldelta.pod
42539 ____________________________________________________________________________
42540 [  8606] By: gsar                                  on 2001/01/30  14:20:24
42541         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
42542              dTHR which has been a noop for a while now, except for the
42543              compatibility definition in thread.h)
42544      Branch: maint-5.6/perl
42545           !> (integrate 45 files)
42546 ____________________________________________________________________________
42547 [  8605] By: jhi                                   on 2001/01/30  05:43:58
42548         Log: Mark the UTF-8 APIs as experimental.
42549      Branch: maint-5.6/perl
42550            ! embed.pl pod/perlapi.pod
42551 ____________________________________________________________________________
42552 [  8604] By: jhi                                   on 2001/01/30  05:38:40
42553         Log: Nits from earlier integrates.
42554      Branch: maint-5.6/perl
42555            ! lib/Carp/Heavy.pm
42556           !> sv.c
42557 ____________________________________________________________________________
42558 [  8603] By: jhi                                   on 2001/01/30  05:27:26
42559         Log: Regenerate Porting files.
42560      Branch: maint-5.6/perl
42561            ! Porting/Glossary Porting/config.sh Porting/config_H
42562 ____________________________________________________________________________
42563 [  8602] By: jhi                                   on 2001/01/30  05:14:59
42564         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
42565              8310,8339,8447,8492,8493,8505,8525: documentation changes.
42566              
42567              Subject: Re: perlfaq style changes
42568              
42569              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
42570              
42571              Subject: [PATCH] docs on NaN
42572              
42573              Subject: [patch] perlfaq7
42574              
42575              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
42576              
42577              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
42578              
42579              Subject: [PATCH] open() example in perlfunc.pod
42580              
42581              Podify README.mpeix (a new version from the web)
42582              
42583              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
42584              
42585              Subject: [PATCH] format and rewording in perlfaq.pod
42586              
42587              Subject: [PATCH] API Variable documentation   
42588              
42589              Memory management calls documentation.
42590              
42591              Subject: [PATCH: perl@8482] README.vms URL updates
42592              
42593              Subject: Minor typos in perlfaq2.pod
42594              
42595              Subject: [PATCH] pod/perlvar.pod
42596      Branch: maint-5.6/perl
42597           +> pod/perl56delta.pod
42598            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
42599           !> README.amiga README.epoc README.mpeix README.vms
42600           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
42601           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
42602           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
42603           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
42604           !> pod/perlvar.pod thrdvar.h
42605 ____________________________________________________________________________
42606 [  8601] By: jhi                                   on 2001/01/30  04:38:35
42607         Log: Integrate changes #8036,8096,8253 from mainline:
42608              hints changes.
42609              
42610              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
42611              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
42612              
42613              Output the (apparent) version of gcc in Tru64.
42614      Branch: maint-5.6/perl
42615           +> ext/POSIX/hints/svr4.pl
42616           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
42617           !> hints/svr4.sh t/lib/bigfltpm.t
42618 ____________________________________________________________________________
42619 [  8600] By: jhi                                   on 2001/01/30  04:04:01
42620         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
42621              locale fixes.
42622              
42623              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
42624              
42625              Debian allows /usr/bin/locale to exist without any locales. (7868)
42626              
42627              Allow the locale test needing POSIX and the taint test
42628              needing IPC::SysV to run under 'minitest' (basically,
42629              bail out if loading the extension fails). (8384)
42630              
42631              Cleanup the locale.t output  (8480)
42632      Branch: maint-5.6/perl
42633           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
42634           !> t/pragma/locale.t
42635 ____________________________________________________________________________
42636 [  8599] By: jhi                                   on 2001/01/30  03:51:04
42637         Log: Missing generated files from #8598.
42638      Branch: maint-5.6/perl
42639            ! embed.h global.sym objXSUB.h perlapi.c proto.h
42640 ____________________________________________________________________________
42641 [  8598] By: jhi                                   on 2001/01/30  03:41:54
42642         Log: Integrate change #8555 from mainline, manually integrate parts
42643              of changes 8452 and 8583.
42644              
42645              Subject: [PATCH] utf8.c documentation (8452)
42646              
42647              No point in checking the length if the pointer is bogus. (8555)
42648              
42649              Introduce bytes_from_utf8() and implement sv_eq() using it,
42650              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
42651              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
42652              was malformed. (8583)
42653      Branch: maint-5.6/perl
42654            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
42655           !> pod/perlapi.pod sv.c utf8.c
42656 ____________________________________________________________________________
42657 [  8597] By: gsar                                  on 2001/01/30  02:37:26
42658         Log: get PERL_OBJECT build going again on windows
42659      Branch: maint-5.6/perl
42660            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
42661            ! pod/perlapi.pod proto.h sv.c
42662 ____________________________________________________________________________
42663 [  8596] By: jhi                                   on 2001/01/30  02:16:17
42664         Log: Signedness nit.
42665      Branch: perl
42666            ! sv.c
42667 ____________________________________________________________________________
42668 [  8595] By: jhi                                   on 2001/01/30  02:11:07
42669         Log: EBCDIC patch for Storable, from Peter Prymmer.
42670      Branch: perl
42671            ! t/lib/st-06compat.t
42672 ____________________________________________________________________________
42673 [  8594] By: jhi                                   on 2001/01/30  01:04:48
42674         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
42675              From: Peter Prymmer <pvhp@forte.com>
42676              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
42677              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
42678      Branch: perl
42679            ! t/lib/b.t
42680 ____________________________________________________________________________
42681 [  8593] By: jhi                                   on 2001/01/30  00:56:47
42682         Log: Subject: [PATCH: perl@8585] pod problems in io
42683              From: Peter Prymmer <pvhp@forte.com>
42684              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
42685              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
42686      Branch: perl
42687            ! pod/perlapio.pod pod/perliol.pod
42688 ____________________________________________________________________________
42689 [  8592] By: jhi                                   on 2001/01/30  00:48:20
42690         Log: Integrate perlio.
42691      Branch: perl
42692           !> pod/perlapio.pod pod/perliol.pod
42693 ____________________________________________________________________________
42694 [  8591] By: nick                                  on 2001/01/29  22:02:28
42695         Log: GNU 'merge' Simon's copy of perliol.pod with version
42696              patched by Craig's patch.
42697      Branch: perlio
42698            ! pod/perliol.pod
42699 ____________________________________________________________________________
42700 [  8590] By: nick                                  on 2001/01/29  21:55:10
42701         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
42702      Branch: perlio
42703            ! pod/perlapio.pod pod/perliol.pod
42704 ____________________________________________________________________________
42705 [  8589] By: jhi                                   on 2001/01/29  15:35:33
42706         Log: Integrate change #8586 from maint-5.6/perl.
42707              
42708              make the BOM detection code not call tell() until it has to
42709              (meant to fix esoteric compatibility issues where PL_rsfp
42710              is overridden)
42711      Branch: perl
42712           !> toke.c
42713 ____________________________________________________________________________
42714 [  8588] By: jhi                                   on 2001/01/29  15:29:11
42715         Log: Subject: MAking Solaris malloc() the default
42716              From: Lupe Christoph <lupe@lupe-christoph.de>
42717              Date: Mon, 29 Jan 2001 12:59:36 +0100
42718              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
42719              
42720              The README.solaris part slightly tweaked.
42721      Branch: perl
42722            ! README.solaris hints/solaris_2.sh
42723 ____________________________________________________________________________
42724 [  8587] By: jhi                                   on 2001/01/29  15:17:34
42725         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
42726              From: root@ak-75.mind.de
42727              Date: Sun, 28 Jan 2001 20:32:29 +0100
42728              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
42729      Branch: perl
42730            ! pod/perlre.pod
42731 ____________________________________________________________________________
42732 [  8586] By: gsar                                  on 2001/01/29  13:43:44
42733         Log: make the BOM detection code not call tell() until it has to
42734              (meant to fix esoteric compatibility issues where PL_rsfp
42735              is overridden)
42736      Branch: maint-5.6/perl
42737            ! toke.c
42738 ____________________________________________________________________________
42739 [  8585] By: jhi                                   on 2001/01/28  20:05:45
42740         Log: Update Changes.
42741      Branch: perl
42742            ! Changes patchlevel.h
42743 ____________________________________________________________________________
42744 [  8584] By: jhi                                   on 2001/01/28  19:30:02
42745         Log: Integrate perlio.
42746      Branch: perl
42747           +> pod/perliol.pod
42748           !> MANIFEST pod/perlapio.pod
42749 ____________________________________________________________________________
42750 [  8583] By: jhi                                   on 2001/01/28  19:28:40
42751         Log: Patch from Inaba Hiroto:
42752              - canonical UTF-8 hash keys: if a key string for a hash is
42753              UTF8-on, try downgrade the string and use it if
42754              unicode::distinct is not in effect.
42755              For the task, I added a function bytes_from_utf8() to utf8.c.
42756              It might resemble utf8_to_bytes() but it is not convenient
42757              to the task.
42758              Made a test for it and added to t/op/each.t
42759              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
42760              the mortal copy of the argument SV.
42761              And changed t/io/utf8.t test 18 which expects print() to
42762              upgrade its argument.
42763              - re-implement sv_eq with bytes_from_utf8()
42764              - some bug fixes
42765              - tr/// does not handle UTF8 range (\x{}-\x{})
42766              - \ before raw UTF8 character produced
42767              "Malformed UTF-8 character" warning.
42768              - "\x{100}\N{CENT SIGN}" is Malformed.
42769              Added tests for these 3.
42770              - and one silly bug (by me) with qu operator.
42771      Branch: perl
42772            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
42773            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
42774            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
42775 ____________________________________________________________________________
42776 [  8582] By: nick                                  on 2001/01/28  19:25:04
42777         Log: Add pod/perliol.pod to MANIFEST :-(
42778      Branch: perlio
42779            ! MANIFEST
42780 ____________________________________________________________________________
42781 [  8581] By: nick                                  on 2001/01/28  19:22:40
42782         Log: PerlIO documentation. Proofing and sub-editing requested.
42783      Branch: perlio
42784            + pod/perliol.pod
42785            ! pod/perlapio.pod
42786 ____________________________________________________________________________
42787 [  8580] By: jhi                                   on 2001/01/28  05:16:25
42788         Log: Revert the change to sv_2pv() done by #8054: Someone who
42789              did SvNV_set() on a scalar that also happened to be POK,
42790              followed by sv_2pv() won't get the right coercion anymore.
42791              [Sarathy]
42792      Branch: maint-5.6/perl
42793            ! sv.c
42794 ____________________________________________________________________________
42795 [  8579] By: jhi                                   on 2001/01/28  05:15:04
42796         Log: Remove the #8084 effect: do not allow -Q to be interpreted
42797              as -&Q(), this is too much wiggle room.
42798      Branch: maint-5.6/perl
42799            ! toke.c
42800 ____________________________________________________________________________
42801 [  8578] By: jhi                                   on 2001/01/28  05:12:45
42802         Log: Needed bits of #8439 (should have been in #8576),
42803              mainly for lval substr().
42804      Branch: maint-5.6/perl
42805            ! mg.c pp.c pp_hot.c
42806 ____________________________________________________________________________
42807 [  8577] By: jhi                                   on 2001/01/28  05:02:46
42808         Log: A missing check-in.
42809      Branch: maint-5.6/perl
42810            ! utf8.c
42811 ____________________________________________________________________________
42812 [  8576] By: jhi                                   on 2001/01/28  04:26:18
42813         Log: Integrate changes #8425,8436,8439,8517 from mainline.
42814              The 8439 was not truly integrated because it had too many
42815              dependencies on the development branch and because it introduced
42816              concepts too bold for a maintenance branch (such as the qu operator).
42817              
42818              Subject: [PATCH perl@8342] -Wformat
42819              
42820              Tighten some of the UTF-8 tests a bit.
42821              
42822              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
42823              - The substr lval was still not okay.
42824              - Now pp_stringify and sv_setsv copies source's UTF8 flag
42825              even if IN_BYTE.  pp_stringify is called from fold_constants
42826              at optimization phase and "\x{100}" was made SvUTF8_off under
42827              use bytes (the bytes pragma is for "byte semantics" and not
42828              for "do not produce UTF8 data")
42829      Branch: maint-5.6/perl
42830            ! t/lib/charnames.t t/op/substr.t toke.c
42831           !> sv.c t/pragma/utf8.t
42832 ____________________________________________________________________________
42833 [  8575] By: jhi                                   on 2001/01/28  04:01:51
42834         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
42835              
42836              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
42837              
42838              Subject: [ID 20001230.003] UTF-8 tr still hurts
42839              
42840              Test cases for #8385 (from Simon's "torture.pl")
42841              
42842              Start fixing UTF-8 lval substr() (8405)
42843      Branch: maint-5.6/perl
42844           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
42845           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
42846 ____________________________________________________________________________
42847 [  8574] By: jhi                                   on 2001/01/28  03:09:06
42848         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
42849              from mainline.
42850              
42851              UTF-8 cleanup.
42852              
42853              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
42854              
42855              "\x{FF}\xFF" was broken.
42856              
42857              Tests for #8329 and #8330.
42858              
42859              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
42860              
42861              IRIX compiler noticed that the bof initialization might be
42862              bypassed by control flow.
42863              
42864              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
42865      Branch: maint-5.6/perl
42866           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
42867           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
42868 ____________________________________________________________________________
42869 [  8573] By: jhi                                   on 2001/01/28  02:06:12
42870         Log: Retract #8552.
42871      Branch: perl
42872            ! lib/Text/Wrap.pm t/lib/textwrap.t
42873 ____________________________________________________________________________
42874 [  8572] By: jhi                                   on 2001/01/28  02:04:49
42875         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
42876              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
42877              not really integrated but instead salvaged by hand
42878              (they had too many dependencies on the development release
42879              to be cleanly integratable).
42880              
42881              Subject: more UTF8 test suites and an UTF8 patch
42882              
42883              Tweak for MULTIPLICITY/USE_PERLIO
42884              
42885              Signedness nit.
42886              
42887              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
42888              
42889              Use the UTF8_XXX macros in is_utf8_char().
42890              
42891              Rewrite pp_concat() in terms of sv_catsv().  The . operator
42892              should now be UTF-8-proof.
42893              
42894              Subject: [PATCH perl@8269] scanning two hex-constants
42895              fails on EBCDIC environment (script length.t)
42896              
42897              Add some Unicode chop() tests.
42898      Branch: maint-5.6/perl
42899            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
42900           !> sv.c t/op/chop.t utf8.h
42901 ____________________________________________________________________________
42902 [  8571] By: jhi                                   on 2001/01/28  00:35:59
42903         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
42904              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
42905              
42906              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
42907              
42908              The maxiters upper limit sanity check (guarding against
42909              non-progress) assumed bytes instead of characters in s///
42910              and split().
42911              
42912              Signedness nit.
42913              
42914              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
42915              join() should now be UTF-8-proof.
42916              
42917              More split // UTF-8 tests. (8250)
42918      Branch: maint-5.6/perl
42919           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
42920           !> util.c
42921 ____________________________________________________________________________
42922 [  8570] By: jhi                                   on 2001/01/27  22:15:46
42923         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
42924              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
42925              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
42926              8084,8204,8244,8333 from mainline.
42927              
42928              For -Q where Q might be a one-letter sub name one does no more
42929              get a warning about an unknown filetest (7941,7943,7944,8084).
42930              
42931              Subject: Re: [ID 20001130.011] expression parsing bug ?
42932              
42933              Make uv_to_utf8() to zero-terminate its output buffer.
42934              
42935              Split off t/op/length.t (7995)
42936              
42937              Split off t/op/utf8decode.t (7996)
42938              
42939              Remove an unnecessary 'use utf8' from the utf8.t (7998)
42940              
42941              Split off t/op/concat.t (8004)
42942              
42943              Split off t/op/ver.t (8005)
42944              
42945              Document utf8_length(), utf8_distance(), and utf8_hop().
42946              
42947              Document utf8_to_uv() better.
42948              
42949              Introduce macros for UTF8 decoding (8028,8033).
42950              
42951              Add test for reverse() (8030,8031).
42952              
42953              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
42954              
42955              Do not return the Unicode replacement character    on UTF-8
42956              decoding failure.
42957              
42958              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
42959              not this_utf8 i.e. the output string has one, but don't mess
42960              with source assumption. (8052,8053)
42961              
42962              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
42963              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
42964              was not expecting to be called with something that was already
42965              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
42966              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
42967              (8054)
42968              
42969              Recode the naughty binary bytes in utf8decode.t using the \xHH.
42970              
42971              Make some panic messages a bit more logical.
42972      Branch: maint-5.6/perl
42973           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
42974           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
42975           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
42976           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
42977           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
42978           !> utf8.c utf8.h
42979 ____________________________________________________________________________
42980 [  8569] By: jhi                                   on 2001/01/27  19:16:43
42981         Log: Integrate changes #7750 from perlio and #8566 from mainline.
42982      Branch: maint-5.6/perl
42983           !> regexec.c sv.c
42984 ____________________________________________________________________________
42985 [  8568] By: jhi                                   on 2001/01/27  18:06:51
42986         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
42987              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
42988              7935[-perlio.c],7936,7959,7965 from mainline.
42989              
42990              Change the "big byte" error message to "Wide character".
42991              (7355, the croak-if-wide-chars-in-print part ignored)
42992              
42993              Use UINT64_C().
42994              
42995              Introduce Perl_utf8_length().
42996              
42997              diff -se shows these as different (7753, forgotten check-ins)
42998              
42999              Subject: [PATCH] doop.c - UTF8 tr///
43000              
43001              If we use (aTHX_ ...) then put Perl_ on the front.
43002              
43003              Make utf8_length() and utf8_distance() to be less forgiving
43004              about bad UTF-8.
43005              
43006              Test line numbers are different with utf8.
43007              
43008              No need to scan till infinity, 13 is enough. (7872,7911)
43009              
43010              Subject: [PATCH] Tokeniser debugging
43011              
43012              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
43013              
43014              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
43015              
43016              Be more careful in Perl_sv_utf8_downgrade().
43017              
43018              Use DO_UTF8().
43019              
43020              Raw zero bytes in text files confuse at least GNU patch 2.1.
43021      Branch: maint-5.6/perl
43022           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
43023           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
43024           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
43025           !> t/pragma/utf8.t toke.c utf8.c utf8.h
43026 ____________________________________________________________________________
43027 [  8567] By: nick                                  on 2001/01/27  11:10:38
43028         Log: Integrate mainline
43029      Branch: perlio
43030           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
43031           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
43032           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
43033           !> toke.c
43034 ____________________________________________________________________________
43035 [  8566] By: jhi                                   on 2001/01/27  06:22:48
43036         Log: More documentation for the regexp context stack.
43037      Branch: perl
43038            ! regexec.c
43039 ____________________________________________________________________________
43040 [  8565] By: jhi                                   on 2001/01/27  05:21:57
43041         Log: Update Changes.
43042      Branch: perl
43043            ! Changes patchlevel.h
43044 ____________________________________________________________________________
43045 [  8564] By: jhi                                   on 2001/01/27  04:44:04
43046         Log: Threadedness patch for #8562 from Doug MacEachern.
43047      Branch: perl
43048            ! toke.c
43049 ____________________________________________________________________________
43050 [  8563] By: jhi                                   on 2001/01/27  04:26:24
43051         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
43052              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43053              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
43054              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
43055      Branch: perl
43056            ! op.c
43057 ____________________________________________________________________________
43058 [  8562] By: jhi                                   on 2001/01/27  04:20:30
43059         Log: Subject: Re: Announce : Tokener reporting patch
43060              From: Simon Cozens <simon@cozens.net>
43061              Date: Mon, 22 Jan 2001 02:17:22 +0000
43062              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
43063      Branch: perl
43064            ! embed.h embed.pl proto.h toke.c
43065 ____________________________________________________________________________
43066 [  8561] By: jhi                                   on 2001/01/27  04:17:24
43067         Log: Forgot from #8545.  Oops.
43068      Branch: perl
43069            ! pp.c t/pragma/overload.t
43070 ____________________________________________________________________________
43071 [  8560] By: jhi                                   on 2001/01/27  03:01:47
43072         Log: A better module compilation test, use MANIFEST as suggested
43073              by Spider.
43074      Branch: perl
43075            ! t/lib/1_compile.t
43076 ____________________________________________________________________________
43077 [  8559] By: jhi                                   on 2001/01/27  02:50:48
43078         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
43079              From: Peter Prymmer <pvhp@forte.com>
43080              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
43081              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
43082      Branch: perl
43083            ! t/lib/b.t
43084 ____________________________________________________________________________
43085 [  8558] By: jhi                                   on 2001/01/27  02:27:05
43086         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
43087              From: Peter Prymmer <pvhp@forte.com>
43088              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
43089              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
43090      Branch: perl
43091            ! t/pragma/sub_lval.t
43092 ____________________________________________________________________________
43093 [  8557] By: jhi                                   on 2001/01/27  02:26:03
43094         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
43095              From: Peter Prymmer <pvhp@forte.com>
43096              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
43097              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
43098      Branch: perl
43099            ! t/lib/st-06compat.t
43100 ____________________________________________________________________________
43101 [  8556] By: jhi                                   on 2001/01/27  02:24:33
43102         Log: Subject: [PATCH: perl@8531] minor update to README.os390
43103              From: Peter Prymmer <pvhp@forte.com>
43104              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
43105              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
43106      Branch: perl
43107            ! README.os390
43108 ____________________________________________________________________________
43109 [  8555] By: jhi                                   on 2001/01/27  00:35:47
43110         Log: No point in checking the length before we know whether the pointer
43111              is bogus or not, fixes Abigail's odbm failures in Linux.
43112      Branch: perl
43113            ! sv.c
43114 ____________________________________________________________________________
43115 [  8554] By: nick                                  on 2001/01/26  19:01:31
43116         Log: Integrate mainline
43117      Branch: perlio
43118           !> lib/Text/Wrap.pm t/lib/textwrap.t
43119 ____________________________________________________________________________
43120 [  8553] By: jhi                                   on 2001/01/26  15:19:39
43121         Log: Integrate change #7792 from perlio (multiplicity fix),
43122              fix the AV leak in regex DEBUGGING (tiny part of the
43123              polymorphic regexp patch #8143).
43124      Branch: maint-5.6/perl
43125            ! regcomp.c
43126           !> scope.h
43127 ____________________________________________________________________________
43128 [  8552] By: jhi                                   on 2001/01/26  15:03:23
43129         Log: (Retracted by #8573)
43130              
43131              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
43132              From: Michael G Schwern <schwern@pobox.com>
43133              Date: Fri, 26 Jan 2001 09:28:31 -0500
43134              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
43135      Branch: perl
43136            ! lib/Text/Wrap.pm t/lib/textwrap.t
43137 ____________________________________________________________________________
43138 [  8551] By: jhi                                   on 2001/01/26  02:33:19
43139         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
43140              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
43141              
43142              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
43143              
43144              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
43145              
43146              Message nit.
43147              
43148              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
43149              
43150              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
43151              
43152              (the cleanup of unused submatches in regtry() and regcppop())
43153              
43154              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
43155              stored and restored, and thusly was trounced by the utf8 swash
43156              routines.
43157              
43158              use utf8 not required to use \x{}.
43159              
43160              Removed two more tests that make no sense in UTF-8 since the test
43161              data is not in UTF-8.
43162              
43163              Get the three different space character classes right under utf8.
43164              
43165              Implement ANYOFUTF8 regprop() dumping.
43166              
43167              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
43168              
43169              Document the regex context pushing/popping a bit better.
43170      Branch: maint-5.6/perl
43171           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
43172           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
43173           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
43174           !> t/op/regmesg.t utf8.c
43175 ____________________________________________________________________________
43176 [  8550] By: nick                                  on 2001/01/25  19:42:30
43177         Log: Integrate mainline
43178      Branch: perlio
43179           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
43180           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
43181           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
43182           !> t/lib/bigint.t t/lib/bigintpm.t
43183 ____________________________________________________________________________
43184 [  8549] By: jhi                                   on 2001/01/25  15:22:28
43185         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
43186      Branch: maint-5.6/perl
43187            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
43188 ____________________________________________________________________________
43189 [  8548] By: jhi                                   on 2001/01/25  15:02:55
43190         Log: Integrate changes #7997,8063,8492,8547 from mainline.
43191              
43192              Subject: Re: STRLEN - what?
43193              
43194              Subject: [PATCH] perlguts.pod
43195              
43196              Memory management calls documentation.
43197              
43198              Layout using tabulator is not a good idea in a pod.
43199      Branch: maint-5.6/perl
43200           !> pod/perlguts.pod
43201 ____________________________________________________________________________
43202 [  8547] By: jhi                                   on 2001/01/25  14:49:05
43203         Log: Layout using tabulator is not a good idea in a pod.
43204      Branch: perl
43205            ! pod/perlguts.pod
43206 ____________________________________________________________________________
43207 [  8546] By: jhi                                   on 2001/01/25  14:31:12
43208         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
43209              from mainline.
43210              
43211              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
43212              
43213              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
43214              
43215              More Win32 editor/IDE/shell hints.
43216              
43217              More Win32 Perling.
43218              
43219              Yet another editor edit.
43220              
43221              Edit edit edit.
43222              
43223              IDE/editor section tweaking.
43224              
43225              Few more IDE/editor nits from p5p.
43226      Branch: maint-5.6/perl
43227           !> pod/perlfaq3.pod
43228 ____________________________________________________________________________
43229 [  8545] By: jhi                                   on 2001/01/25  04:16:32
43230         Log: Subject: [PATCH 5.7.0] overload int()
43231              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43232              Date: Wed, 24 Jan 2001 19:06:57 -0500
43233              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
43234      Branch: perl
43235            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
43236            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
43237            ! t/lib/bigintpm.t
43238 ____________________________________________________________________________
43239 [  8544] By: jhi                                   on 2001/01/25  04:15:11
43240         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
43241              From: Peter Prymmer <pvhp@forte.com>
43242              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
43243              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
43244      Branch: perl
43245            ! Makefile.SH README.os390 hints/os390.sh installperl
43246 ____________________________________________________________________________
43247 [  8543] By: jhi                                   on 2001/01/25  03:52:08
43248         Log: Integrate change #8462,8469 from mainline.
43249              
43250              In VMS Perl subversion (perl -V) is undef.
43251      Branch: maint-5.6/perl
43252           !> configure.com
43253 ____________________________________________________________________________
43254 [  8542] By: jhi                                   on 2001/01/25  03:44:55
43255         Log: Integrate changes #7835,7850,8315,8316 from mainline.
43256              
43257              Solaris hints.
43258      Branch: maint-5.6/perl
43259           !> hints/solaris_2.sh
43260 ____________________________________________________________________________
43261 [  8541] By: jhi                                   on 2001/01/25  03:39:28
43262         Log: Integrate #8336 from mainline.
43263      Branch: maint-5.6/perl
43264           !> hv.c
43265 ____________________________________________________________________________
43266 [  8540] By: jhi                                   on 2001/01/25  03:23:50
43267         Log: Retract #8539.
43268      Branch: maint-5.6/perl
43269            ! pod/perlfaq3.pod
43270 ____________________________________________________________________________
43271 [  8539] By: jhi                                   on 2001/01/25  03:21:55
43272         Log: (Retracted by #8540.)
43273      Branch: maint-5.6/perl
43274            ! pod/perlfaq3.pod
43275 ____________________________________________________________________________
43276 [  8538] By: jhi                                   on 2001/01/25  03:14:07
43277         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
43278              From: Peter Prymmer <pvhp@forte.com>
43279              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
43280              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
43281              
43282              The VMS bits.
43283      Branch: maint-5.6/perl
43284            ! configure.com vms/descrip_mms.template
43285 ____________________________________________________________________________
43286 [  8537] By: jhi                                   on 2001/01/25  03:06:09
43287         Log: Integrate #7710,7824,7973 from mainline.
43288      Branch: maint-5.6/perl
43289           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43290           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
43291           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
43292           !> vos/config.ga.def vos/config.ga.h win32/config.bc
43293           !> win32/config.gc win32/config.vc
43294 ____________________________________________________________________________
43295 [  8536] By: jhi                                   on 2001/01/24  13:50:20
43296         Log: Revert the edits made by me so far to the 5.6 branch since
43297              the TRIAL1 since I did edits when I should have been using
43298              integrates.  Bad programmer.   (Will integrate them properly later.)
43299              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
43300              The #8353 will not be reapplied at least for now since
43301              the UTF-8 hash keys need more thinking.
43302              (The patches #8347, #8354, #8454, #8473 were okay since they
43303              were original edits made specifically for the 5.6.1-TRIAL1.)
43304      Branch: maint-5.6/perl
43305            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43306            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
43307            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
43308            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
43309            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
43310            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
43311            ! win32/config.bc win32/config.gc win32/config.vc
43312 ____________________________________________________________________________
43313 [  8535] By: bailey                                on 2001/01/24  06:37:02
43314         Log: SYN SYN
43315      Branch: vmsperl
43316           +> (branch 26 files)
43317           !> (integrate 130 files)
43318 ____________________________________________________________________________
43319 [  8534] By: nick                                  on 2001/01/23  19:30:57
43320         Log: Integrate mainline.
43321      Branch: perlio
43322           !> Changes Configure Porting/Glossary Porting/config.sh
43323           !> Porting/config_H embed.h embed.pl ext/Encode/compile
43324           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
43325           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
43326           !> pod/perlvar.pod proto.h t/lib/1_compile.t
43327 ____________________________________________________________________________
43328 [  8533] By: jhi                                   on 2001/01/23  16:15:46
43329         Log: Forgotten from #8501.
43330      Branch: perl
43331            ! Porting/Glossary Porting/config.sh Porting/config_H
43332 ____________________________________________________________________________
43333 [  8532] By: jhi                                   on 2001/01/23  16:13:27
43334         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
43335              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43336              Date: Mon, 22 Jan 2001 17:51:58 +0100
43337              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
43338      Branch: perl
43339            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
43340 ____________________________________________________________________________
43341 [  8531] By: jhi                                   on 2001/01/23  15:46:01
43342         Log: Update Changes.
43343      Branch: perl
43344            ! Changes patchlevel.h
43345 ____________________________________________________________________________
43346 [  8530] By: jhi                                   on 2001/01/23  15:38:39
43347         Log: De-cut-and-pasto.
43348      Branch: perl
43349            ! t/lib/1_compile.t
43350 ____________________________________________________________________________
43351 [  8529] By: jhi                                   on 2001/01/23  15:11:04
43352         Log: Document the mkdir trailing slashes case.
43353      Branch: perl
43354            ! pod/perlfunc.pod
43355 ____________________________________________________________________________
43356 [  8528] By: jhi                                   on 2001/01/23  15:08:28
43357         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
43358              get installed:
43359              
43360              Subject: lib/lib.pm
43361              From: <abigail@foad.org>
43362              Date: Mon, 28 Aug 2000 20:35:08 -0400
43363              Message-ID: <20000829003508.21281.qmail@foad.org>
43364      Branch: perl
43365            ! installperl
43366 ____________________________________________________________________________
43367 [  8527] By: jhi                                   on 2001/01/23  14:44:04
43368         Log: Metaconfig unit change for #8526.
43369      Branch: metaconfig
43370            ! U/threads/archname.U
43371 ____________________________________________________________________________
43372 [  8526] By: jhi                                   on 2001/01/23  14:43:19
43373         Log: Attach -perlio to the archname if so selected.
43374      Branch: perl
43375            ! Configure
43376 ____________________________________________________________________________
43377 [  8525] By: jhi                                   on 2001/01/23  14:24:01
43378         Log: Subject: [PATCH] pod/perlvar.pod
43379              From: abigail@foad.org
43380              Date: Tue, 23 Jan 2001 01:41:10 +0100
43381              Message-ID: <20010123004110.22259.qmail@foad.org>
43382      Branch: perl
43383            ! pod/perlvar.pod
43384 ____________________________________________________________________________
43385 [  8524] By: jhi                                   on 2001/01/23  14:22:32
43386         Log: A bug introduced in #8217 (the undefined variable in the
43387              lib/safe1_t #3) fixed, by Charles Lane:
43388              
43389              The earlier patch made it so that stuff running in Safe
43390              compartments could do a "caller" and see "main".  That
43391              little change in name is done right before the code in
43392              the compartment is run, and apparantly the parser
43393              was picking up the stash name before it got changed.
43394              
43395              (why it was threaded vs. unthreaded Perl that was sensitive to this
43396              I still don't know...and it probably doesn't matter).
43397              
43398              I tryed removing the stash name-change and saw that threaded Perl
43399              did indeed pass the lib/safe1.t tests.
43400              
43401              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
43402              do the name change (and to connect _ in the compartment to the global
43403              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
43404              to call _safe_pkg_prep when creating a new compartment.
43405              
43406              Passes all tests with threaded perl on linux; passes all tests
43407              with unthreaded perl on VMS.
43408              
43409              At some point I'll probably want to revisit Safe and Opcode to
43410              provide more sensible handling of global variables...and to get
43411              formats working in Safe compartments, which they don't do currently.
43412      Branch: perl
43413            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
43414 ____________________________________________________________________________
43415 [  8523] By: jhi                                   on 2001/01/23  14:11:58
43416         Log: Also the lib/Thread.pm itself needs to be ignored if
43417              the Thread extension hasn't been built.
43418      Branch: perl
43419            ! t/lib/1_compile.t
43420 ____________________________________________________________________________
43421 [  8522] By: jhi                                   on 2001/01/23  13:51:28
43422         Log: print() instead of warn() so that stderr doesn't get
43423              unncessarily polluted.
43424      Branch: perl
43425            ! ext/Encode/compile
43426 ____________________________________________________________________________
43427 [  8521] By: jhi                                   on 2001/01/23  13:49:48
43428         Log: Integrate perlio.
43429      Branch: perl
43430           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
43431           !> ext/Encode/encode.h
43432 ____________________________________________________________________________
43433 [  8520] By: nick                                  on 2001/01/22  21:44:00
43434         Log: More messing with Encode:
43435              Extra fields in header to allow multiple names and to record
43436              other things "compile" knows.
43437              Re-organise compile to factor out common output routines.
43438      Branch: perlio
43439            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
43440 ____________________________________________________________________________
43441 [  8519] By: nick                                  on 2001/01/22  20:33:50
43442         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
43443      Branch: perlio
43444            ! ext/Encode/Makefile.PL ext/Encode/compile
43445 ____________________________________________________________________________
43446 [  8518] By: nick                                  on 2001/01/22  20:28:13
43447         Log: Integrate mainline
43448      Branch: perlio
43449           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
43450           !> vos/config.alpha.def vos/config.alpha.h
43451 ____________________________________________________________________________
43452 [  8517] By: jhi                                   on 2001/01/22  15:37:17
43453         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
43454              by Inaba Hiroto.
43455      Branch: perl
43456            ! sv.c
43457 ____________________________________________________________________________
43458 [  8516] By: jhi                                   on 2001/01/22  14:55:15
43459         Log: More SIG_SIZE fixes.
43460      Branch: perl
43461            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
43462 ____________________________________________________________________________
43463 [  8515] By: jhi                                   on 2001/01/22  14:50:27
43464         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
43465              From: "Craig A. Berry" <craigberry@mac.com>
43466              Date: Mon, 22 Jan 2001 00:42:24 -0600
43467              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
43468      Branch: perl
43469            ! configure.com
43470 ____________________________________________________________________________
43471 [  8514] By: jhi                                   on 2001/01/22  14:31:17
43472         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
43473              From: "Craig A. Berry" <craigberry@mac.com>
43474              Date: Sun, 21 Jan 2001 23:03:25 -0600
43475              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
43476      Branch: perl
43477            ! configure.com
43478 ____________________________________________________________________________
43479 [  8513] By: jhi                                   on 2001/01/22  14:14:00
43480         Log: Add the .ucm encoding tables to the MANIFEST.
43481      Branch: perl
43482            ! MANIFEST
43483 ____________________________________________________________________________
43484 [  8512] By: jhi                                   on 2001/01/22  13:43:33
43485         Log: Integrate perlio.
43486      Branch: perl
43487           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
43488           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
43489           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
43490           +> ext/Encode/Encode/iso8859-10.ucm
43491           +> ext/Encode/Encode/iso8859-13.ucm
43492           +> ext/Encode/Encode/iso8859-14.ucm
43493           +> ext/Encode/Encode/iso8859-15.ucm
43494           +> ext/Encode/Encode/iso8859-16.ucm
43495           +> ext/Encode/Encode/iso8859-2.ucm
43496           +> ext/Encode/Encode/iso8859-3.ucm
43497           +> ext/Encode/Encode/iso8859-4.ucm
43498           +> ext/Encode/Encode/iso8859-5.ucm
43499           +> ext/Encode/Encode/iso8859-6.ucm
43500           +> ext/Encode/Encode/iso8859-7.ucm
43501           +> ext/Encode/Encode/iso8859-8.ucm
43502           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
43503           +> ext/Encode/Encode/symbol.ucm
43504           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
43505           !> perliol.h
43506 ____________________________________________________________________________
43507 [  8511] By: nick                                  on 2001/01/21  23:44:47
43508         Log: Make "real" layers of ":utf8" and ":raw".
43509              So now PERLIO=utf8 perl ...
43510              does what Andreas wanted.
43511              Fix arg passing in open.pm (still have a Carp issue).
43512      Branch: perlio
43513            ! lib/open.pm perlio.c perliol.h
43514 ____________________________________________________________________________
43515 [  8510] By: jhi                                   on 2001/01/21  22:56:53
43516         Log: Document the regex content pushing/popping a bit better.
43517      Branch: perl
43518            ! regexec.c
43519 ____________________________________________________________________________
43520 [  8509] By: jhi                                   on 2001/01/21  22:55:44
43521         Log: Tweak the mkdir trailing slash code some more.
43522              
43523              TO DO: the same handling should probably be done for
43524              all the other filesystem functions that can have directories
43525              as their arguments.
43526      Branch: perl
43527            ! pp_sys.c
43528 ____________________________________________________________________________
43529 [  8508] By: nick                                  on 2001/01/21  21:37:43
43530         Log: Switch "compiled in" encodings to .ucm format.
43531              (Leave others as .enc till we can run-time load .ucm,
43532              or find some other way to load them.)
43533      Branch: perlio
43534            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
43535            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
43536            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
43537            + ext/Encode/Encode/iso8859-10.ucm
43538            + ext/Encode/Encode/iso8859-13.ucm
43539            + ext/Encode/Encode/iso8859-14.ucm
43540            + ext/Encode/Encode/iso8859-15.ucm
43541            + ext/Encode/Encode/iso8859-16.ucm
43542            + ext/Encode/Encode/iso8859-2.ucm
43543            + ext/Encode/Encode/iso8859-3.ucm
43544            + ext/Encode/Encode/iso8859-4.ucm
43545            + ext/Encode/Encode/iso8859-5.ucm
43546            + ext/Encode/Encode/iso8859-6.ucm
43547            + ext/Encode/Encode/iso8859-7.ucm
43548            + ext/Encode/Encode/iso8859-8.ucm
43549            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
43550            + ext/Encode/Encode/symbol.ucm
43551            ! ext/Encode/Makefile.PL ext/Encode/compile
43552 ____________________________________________________________________________
43553 [  8507] By: nick                                  on 2001/01/21  21:02:03
43554         Log: Integrate (partial) mainline.
43555      Branch: perlio
43556           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
43557           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
43558           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
43559 ____________________________________________________________________________
43560 [  8506] By: jhi                                   on 2001/01/21  20:09:30
43561         Log: Update Changes.
43562      Branch: perl
43563            ! Changes patchlevel.h
43564 ____________________________________________________________________________
43565 [  8505] By: jhi                                   on 2001/01/21  19:39:59
43566         Log: Subject: Minor typos in perlfaq2.pod
43567              From: "Stephen P. Potter" <spp@spotter.yi.org>
43568              Message-Id: <200101192101.QAA11911@spotter.yi.org>
43569              Date: Fri, 19 Jan 2001 16:01:13 -0500
43570              
43571              with a nit from Philip Netwon.
43572      Branch: perl
43573            ! pod/perlfaq2.pod
43574 ____________________________________________________________________________
43575 [  8504] By: jhi                                   on 2001/01/21  19:33:05
43576         Log: Metaconfig change for #8503.
43577      Branch: metaconfig
43578            ! U/threads/usethreads.U
43579 ____________________________________________________________________________
43580 [  8503] By: jhi                                   on 2001/01/21  19:32:21
43581         Log: Sanity check for conflicting thread flavours.
43582      Branch: perl
43583            ! Configure config_h.SH
43584 ____________________________________________________________________________
43585 [  8502] By: jhi                                   on 2001/01/21  19:23:00
43586         Log: Metaconfig change for #8501.
43587      Branch: metaconfig
43588            ! U/modified/sig_name.U
43589 ____________________________________________________________________________
43590 [  8501] By: jhi                                   on 2001/01/21  19:22:26
43591         Log: The SIG_SIZE is the number of the elements *excluding*
43592              the terminating NULL.
43593      Branch: perl
43594            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
43595            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
43596            ! win32/config_H.vc
43597 ____________________________________________________________________________
43598 [  8500] By: jhi                                   on 2001/01/21  18:31:31
43599         Log: Integrate perlio.
43600      Branch: perl
43601           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
43602           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
43603           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
43604           !> pp_sys.c proto.h sv.c
43605 ____________________________________________________________________________
43606 [  8499] By: jhi                                   on 2001/01/21  17:43:57
43607         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
43608              From: Hugo <hv@crypt.compulink.co.uk>
43609              Date: Sun, 21 Jan 2001 13:34:05 +0000
43610              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
43611              
43612              In sprintf UTF8ize only if necessary.
43613      Branch: perl
43614            ! sv.c
43615 ____________________________________________________________________________
43616 [  8498] By: nick                                  on 2001/01/21  16:25:32
43617         Log: Encode cleanup.
43618              Add command line control over "compile" so that Makefile.PL
43619              needs can be combined with other uses.
43620              Use command line options in Makefile.PL.
43621              Fix multi-byte parsing in .ucm files.
43622      Branch: perlio
43623            ! ext/Encode/Makefile.PL ext/Encode/compile
43624 ____________________________________________________________________________
43625 [  8497] By: nick                                  on 2001/01/21  12:56:27
43626         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
43627      Branch: perlio
43628            ! ext/Encode/Encode.xs
43629 ____________________________________________________________________________
43630 [  8496] By: nick                                  on 2001/01/21  12:18:45
43631         Log: Fixup after integrate:
43632              missed the .sym files that are changed by regen_headers
43633              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
43634      Branch: perlio
43635            ! global.sym pp.sym sv.c
43636 ____________________________________________________________________________
43637 [  8495] By: nick                                  on 2001/01/21  11:51:07
43638         Log: Integrate mainline.
43639      Branch: perlio
43640           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
43641           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
43642           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
43643           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
43644           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
43645           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
43646           !> win32/Makefile win32/makefile.mk
43647 ____________________________________________________________________________
43648 [  8494] By: jhi                                   on 2001/01/20  23:12:11
43649         Log: Forgot the expect_number() prototype.
43650      Branch: perl
43651            ! embed.h embed.pl proto.h
43652 ____________________________________________________________________________
43653 [  8493] By: jhi                                   on 2001/01/20  22:56:39
43654         Log: Subject: [PATCH: perl@8482] README.vms URL updates
43655              From: Peter Prymmer <pvhp@forte.com>
43656              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
43657              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
43658              
43659              Plus Craig A. Berry's suggestion to use compaq.com instead
43660              of digital.com.
43661      Branch: perl
43662            ! README.vms
43663 ____________________________________________________________________________
43664 [  8492] By: jhi                                   on 2001/01/20  22:50:05
43665         Log: Memory management calls documentation.
43666      Branch: perl
43667            ! pod/perlguts.pod
43668 ____________________________________________________________________________
43669 [  8491] By: jhi                                   on 2001/01/20  22:38:33
43670         Log: Signedness nit plus few memcpy/Copy nits.
43671      Branch: perl
43672            ! sv.c
43673 ____________________________________________________________________________
43674 [  8490] By: jhi                                   on 2001/01/20  22:25:53
43675         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
43676              From: Peter Prymmer <pvhp@forte.com>
43677              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
43678              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
43679      Branch: perl
43680            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
43681 ____________________________________________________________________________
43682 [  8489] By: jhi                                   on 2001/01/20  22:24:41
43683         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
43684              From: Peter Prymmer <pvhp@forte.com>
43685              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
43686              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
43687      Branch: perl
43688            ! win32/Makefile win32/makefile.mk
43689 ____________________________________________________________________________
43690 [  8488] By: jhi                                   on 2001/01/20  22:22:27
43691         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
43692              From: Peter Prymmer <pvhp@forte.com>
43693              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
43694              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
43695      Branch: perl
43696            ! Makefile.SH
43697 ____________________________________________________________________________
43698 [  8487] By: jhi                                   on 2001/01/20  22:21:18
43699         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
43700              From: Peter Prymmer <pvhp@forte.com>
43701              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
43702              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
43703      Branch: perl
43704            + ext/DynaLoader/dl_dllload.xs
43705            ! MANIFEST Makefile.SH hints/os390.sh
43706 ____________________________________________________________________________
43707 [  8486] By: jhi                                   on 2001/01/20  22:17:53
43708         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
43709              From: Peter Prymmer <pvhp@forte.com>
43710              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
43711              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
43712      Branch: perl
43713            ! README.os390 README.posix-bc
43714 ____________________________________________________________________________
43715 [  8485] By: jhi                                   on 2001/01/20  20:15:30
43716         Log: Document and test the new qu operator.
43717      Branch: perl
43718            + t/op/qu.t
43719            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
43720            ! pod/perlretut.pod pod/perlunicode.pod
43721 ____________________________________________________________________________
43722 [  8484] By: nick                                  on 2001/01/20  19:42:30
43723         Log: Infrastructure to allow:
43724              open($fh,"|-",@array);
43725              to be implemented
43726              i.e. mark pp_open as needing a stack mark, and make pp_open
43727              process its args in that style (and pass them _all_ to tied handles OPEN).
43728              Invent do_openn() which takes SV ** at allow it to see multiple args.
43729              Note this does not _do_ anything yet.
43730      Branch: perlio
43731            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
43732            ! perlapi.c pp_proto.h pp_sys.c proto.h
43733 ____________________________________________________________________________
43734 [  8483] By: nick                                  on 2001/01/20  17:23:14
43735         Log: Integrate mainline.
43736      Branch: perlio
43737           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
43738           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
43739 ____________________________________________________________________________
43740 [  8482] By: jhi                                   on 2001/01/19  15:37:49
43741         Log: Update Changes.
43742      Branch: perl
43743            ! Changes patchlevel.h
43744 ____________________________________________________________________________
43745 [  8481] By: jhi                                   on 2001/01/19  14:41:24
43746         Log: Subject: Re: new feature: s?printf parameter reordering 
43747              From: Hugo <hv@crypt.compulink.co.uk>
43748              Date: Thu, 11 Jan 2001 17:09:03 +0000
43749              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
43750              
43751              - support reordering for all parameters: %, *v, *, .*
43752              - lay down that the reordering specification must immediately
43753              follow that parameter: %3$, *v3$, *3$, .*3$
43754              - fix vectorisation of a zero-length string
43755              - factor out the code choosing the argument to format
43756              
43757              Possibly unwanted side-effects:
43758              - the special format specifiers ' +-0' must now precede any
43759              vectorisation specifier. Tests in op/sprintf and op/ver
43760              have been changed to reflect this.
43761              - sprintf.t test #214 changed its expectations because in many
43762              cases, the next parameter has already been consumed when an
43763              invalid type letter is detected.
43764              
43765              Probably wanted side-effects:
43766              - attempts to format a non-existent parameter will warn as if C<undef>
43767              - attempt to write to non-existent parameter with '%n' will complain
43768              of "attempt to modify read-only value" instead of being silent
43769      Branch: perl
43770            ! sv.c t/op/sprintf.t t/op/ver.t
43771 ____________________________________________________________________________
43772 [  8480] By: jhi                                   on 2001/01/19  14:08:37
43773         Log: Subject: PATCH pragma/locale.t
43774              From: andreas.koenig@anima.de (Andreas J. Koenig)
43775              Date: 18 Jan 2001 09:45:37 +0100
43776              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
43777      Branch: perl
43778            ! t/pragma/locale.t
43779 ____________________________________________________________________________
43780 [  8479] By: jhi                                   on 2001/01/19  13:19:58
43781         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
43782      Branch: perl
43783            ! configure.com
43784 ____________________________________________________________________________
43785 [  8478] By: jhi                                   on 2001/01/19  02:12:35
43786         Log: Automate 1_compile.t.
43787      Branch: perl
43788            ! t/lib/1_compile.t
43789 ____________________________________________________________________________
43790 [  8477] By: jhi                                   on 2001/01/19  01:49:56
43791         Log: Integrate perlio.
43792      Branch: perl
43793           !> sv.c win32/config.bc win32/config.gc win32/config.vc
43794           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
43795 ____________________________________________________________________________
43796 [  8476] By: nick                                  on 2001/01/18  21:51:52
43797         Log: Integrate mainline
43798      Branch: perlio
43799           +> t/lib/1_compile.t t/lib/compmod.pl
43800           !> MANIFEST configure.com lib/unicode/distinct.pm
43801 ____________________________________________________________________________
43802 [  8475] By: nick                                  on 2001/01/18  21:48:02
43803         Log: Win32 "safe signals" co-existance fix.
43804              Fix SIG_SIZE value.
43805              Clear PL_sig_pending when cloning (fork).
43806      Branch: perlio
43807            ! sv.c win32/config.bc win32/config.gc win32/config.vc
43808            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
43809 ____________________________________________________________________________
43810 [  8474] By: jhi                                   on 2001/01/18  14:40:57
43811         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
43812      Branch: perl
43813            ! t/lib/1_compile.t
43814 ____________________________________________________________________________
43815 [  8473] By: gsar                                  on 2001/01/18  11:42:31
43816         Log: unsubmitted trial1 change
43817      Branch: maint-5.6/perl
43818            ! Changes
43819 ____________________________________________________________________________
43820 [  8472] By: jhi                                   on 2001/01/18  04:30:24
43821         Log: The first bug found by 1_compile.t.
43822      Branch: perl
43823            ! lib/unicode/distinct.pm
43824 ____________________________________________________________________________
43825 [  8471] By: jhi                                   on 2001/01/18  04:29:42
43826         Log: Add Schwern's 1_compile test.  The compile_module script renamed
43827              to be a bit shorter for the 8.3 people.
43828      Branch: perl
43829            + t/lib/1_compile.t t/lib/compmod.pl
43830            ! MANIFEST
43831 ____________________________________________________________________________
43832 [  8470] By: jhi                                   on 2001/01/18  04:16:00
43833         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)
43834              From: Peter Prymmer <pvhp@forte.com>
43835              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
43836              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
43837              Replace #8463.
43838      Branch: maint-5.6/perl
43839            ! configure.com
43840 ____________________________________________________________________________
43841 [  8469] By: jhi                                   on 2001/01/18  04:13:02
43842         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)
43843              From: Peter Prymmer <pvhp@forte.com>
43844              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
43845              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
43846              Replace #8462.
43847      Branch: perl
43848            ! configure.com
43849 ____________________________________________________________________________
43850 [  8468] By: jhi                                   on 2001/01/18  03:42:08
43851         Log: Integrate perlio.
43852      Branch: perl
43853           !> gv.c mg.c perlio.c util.c
43854 ____________________________________________________________________________
43855 [  8467] By: nick                                  on 2001/01/17  22:41:10
43856         Log: "Safe" signals - trial implementation.
43857              gv.c tweaked to zero PL_sig_pend array
43858              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
43859              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
43860              Odd thing is that it "works" with PERLIO=stdio as well (linux).
43861      Branch: perlio
43862            ! gv.c mg.c perlio.c util.c
43863 ____________________________________________________________________________
43864 [  8466] By: nick                                  on 2001/01/17  20:40:20
43865         Log: Integrate mainline.
43866      Branch: perlio
43867           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43868           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
43869           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
43870           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43871           !> vos/config.ga.h win32/config.bc win32/config.gc
43872           !> win32/config.vc
43873 ____________________________________________________________________________
43874 [  8465] By: jhi                                   on 2001/01/17  18:37:13
43875         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
43876              From: Nicholas Clark <nick@ccl4.org>
43877              Date: Wed, 17 Jan 2001 17:31:33 +0000
43878              Message-ID: <20010117173133.I2633@plum.flirble.org>
43879      Branch: perl
43880            ! t/op/int.t
43881 ____________________________________________________________________________
43882 [  8464] By: jhi                                   on 2001/01/17  14:43:17
43883         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
43884              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43885              Date: Wed, 17 Jan 2001 15:16:43 +0100
43886              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
43887              
43888              pp_int() was dropping an NV to the floor,
43889              int(279964589018079/59) either returned not an integer
43890              4745162525730.15, or one got "Attempt to free unreferenced scalar."
43891      Branch: perl
43892            ! pp.c
43893 ____________________________________________________________________________
43894 [  8463] By: jhi                                   on 2001/01/17  06:12:42
43895         Log: (Replaced by #8470)
43896              
43897              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)
43898              From: "Craig A. Berry" <craigberry@mac.com>
43899              Date: Tue, 16 Jan 2001 23:38:46 -0600
43900              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
43901      Branch: maint-5.6/perl
43902            ! configure.com
43903 ____________________________________________________________________________
43904 [  8462] By: jhi                                   on 2001/01/17  06:11:31
43905         Log: (Replaced by #8469)
43906              
43907              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)
43908              From: "Craig A. Berry" <craigberry@mac.com>
43909              Date: Tue, 16 Jan 2001 23:38:46 -0600
43910              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
43911      Branch: perl
43912            ! configure.com
43913 ____________________________________________________________________________
43914 [  8461] By: jhi                                   on 2001/01/17  05:56:12
43915         Log: Allow for one trailing slash in the directory of mkdir().
43916      Branch: perl
43917            ! pp_sys.c
43918 ____________________________________________________________________________
43919 [  8460] By: jhi                                   on 2001/01/17  03:26:01
43920         Log: Metaconfig unit changes for #8459.
43921      Branch: metaconfig
43922            ! U/modified/Loc.U U/modified/sig_name.U
43923 ____________________________________________________________________________
43924 [  8459] By: jhi                                   on 2001/01/17  03:24:48
43925         Log: Define SIG_SIZE, the number of elements in the sig_name and
43926              sig_num arrays, including the final NULL entry.
43927      Branch: perl
43928            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43929            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
43930            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
43931            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
43932            ! win32/config.bc win32/config.gc win32/config.vc
43933 ____________________________________________________________________________
43934 [  8458] By: jhi                                   on 2001/01/17  01:41:33
43935         Log: Integrate perlio.
43936      Branch: perl
43937           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
43938           !> perlapi.h proto.h sv.c
43939 ____________________________________________________________________________
43940 [  8457] By: nick                                  on 2001/01/16  22:07:26
43941         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
43942              Provides all the "cost" but no benefit yet - it is to allow cost
43943              to be measured, and implementation experiments (just in mg.c?).
43944      Branch: perlio
43945            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
43946            ! perlapi.h proto.h sv.c
43947 ____________________________________________________________________________
43948 [  8456] By: nick                                  on 2001/01/16  21:07:07
43949         Log: Integrate mainline.
43950      Branch: perlio
43951           !> (integrate 51 files)
43952 ____________________________________________________________________________
43953 [  8455] By: jhi                                   on 2001/01/16  18:13:43
43954         Log: Subject: [PATCH] regcomp.c old feature removal
43955              From: mjd@plover.com
43956              Date: 16 Jan 2001 14:43:18 -0000 
43957              Message-ID: <20010116144318.7140.qmail@plover.com> 
43958      Branch: perl
43959            ! regcomp.c
43960 ____________________________________________________________________________
43961 [  8454] By: jhi                                   on 2001/01/16  16:12:39
43962         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
43963              From: "Indy Singh" <indy@nusphere.com>
43964              Date: Wed, 10 Jan 2001 20:17:49 -0500
43965              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
43966      Branch: maint-5.6/perl
43967            ! win32/Makefile
43968 ____________________________________________________________________________
43969 [  8453] By: jhi                                   on 2001/01/16  16:09:33
43970         Log: Update Changes.
43971      Branch: perl
43972            ! Changes patchlevel.h
43973 ____________________________________________________________________________
43974 [  8452] By: jhi                                   on 2001/01/16  15:42:04
43975         Log: Subject: Re: API Cleanup
43976              To: perl5-porters@perl.org
43977              Date: Tue, 16 Jan 2001 13:42:30 +0000
43978              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
43979              
43980              Subject: [PATCH] utf8.c documentation
43981              From: Simon Cozens <simon@cozens.net>
43982              Date: Tue, 16 Jan 2001 13:52:48 +0000
43983              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
43984              
43985              Subject: Re: API Cleanup
43986              From: Simon Cozens <simon@cozens.net>
43987              Date: Tue, 16 Jan 2001 14:58:55 +0000
43988              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
43989              
43990              UTF-8 doc patches.
43991      Branch: perl
43992            ! embed.pl pod/perlapi.pod utf8.c
43993 ____________________________________________________________________________
43994 [  8451] By: jhi                                   on 2001/01/16  14:41:39
43995         Log: podlators 1.07, from Russ Allbery.
43996      Branch: perl
43997            ! lib/Pod/Man.pm
43998 ____________________________________________________________________________
43999 [  8450] By: jhi                                   on 2001/01/16  14:24:19
44000         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
44001              From: "Indy Singh" <indy@nusphere.com>
44002              Date: Mon, 15 Jan 2001 20:59:40 -0500
44003              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
44004      Branch: perl
44005            ! win32/Makefile
44006 ____________________________________________________________________________
44007 [  8449] By: jhi                                   on 2001/01/16  03:42:55
44008         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
44009              at the setting of the ofs_sv in new_struct_thread() as the
44010              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
44011              uninitialized fields are, uh, initialized with),
44012              SvREFCNT_inc()ing that invited a core dump.
44013      Branch: perl
44014            ! util.c
44015 ____________________________________________________________________________
44016 [  8448] By: jhi                                   on 2001/01/16  01:49:07
44017         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
44018              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44019              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
44020              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
44021              
44022              Replace #8444 and #8445.
44023      Branch: perl
44024            ! ext/B/B.xs ext/B/B/Debug.pm
44025 ____________________________________________________________________________
44026 [  8447] By: jhi                                   on 2001/01/15  21:05:35
44027         Log: Subject: [PATCH] API Variable documentation   
44028              From: Simon Cozens <simon@cozens.net>
44029              Date: Mon, 15 Jan 2001 19:35:54 +0000
44030              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
44031      Branch: perl
44032            ! pod/perlapi.pod thrdvar.h
44033 ____________________________________________________________________________
44034 [  8446] By: jhi                                   on 2001/01/15  20:49:20
44035         Log: Signedness nit.
44036      Branch: perl
44037            ! pp_ctl.c
44038 ____________________________________________________________________________
44039 [  8445] By: jhi                                   on 2001/01/15  20:28:48
44040         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
44041      Branch: perl
44042            ! ext/B/B/Debug.pm
44043 ____________________________________________________________________________
44044 [  8444] By: jhi                                   on 2001/01/15  13:09:10
44045         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
44046      Branch: perl
44047            ! ext/B/B.xs
44048 ____________________________________________________________________________
44049 [  8443] By: jhi                                   on 2001/01/15  13:06:26
44050         Log: Missing from #8439.
44051      Branch: perl
44052            ! keywords.h mg.c
44053 ____________________________________________________________________________
44054 [  8442] By: jhi                                   on 2001/01/15  13:02:38
44055         Log: Subject: [PATCH @8436] Eliminate op_children
44056              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44057              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
44058              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
44059              
44060              Subject: [PATCH @8436] Re: Eliminate op_children
44061              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44062              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
44063              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
44064      Branch: perl
44065            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
44066            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
44067            ! op.c op.h
44068 ____________________________________________________________________________
44069 [  8441] By: jhi                                   on 2001/01/15  12:57:08
44070         Log: Use the /^Perl_/-less form of is_lvalue_sub().
44071      Branch: perl
44072            ! pp.h
44073 ____________________________________________________________________________
44074 [  8440] By: jhi                                   on 2001/01/15  05:13:09
44075         Log: Revert #8437 and #8438, the Linux large files story is more complex.
44076      Branch: metaconfig/U/perl
44077            ! d_fpos64_t.U d_off64_t.U
44078      Branch: perl
44079            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44080            ! config_h.SH configure.com epoc/config.sh perl.h
44081            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
44082            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
44083            ! win32/config.bc win32/config.gc win32/config.vc
44084 ____________________________________________________________________________
44085 [  8439] By: jhi                                   on 2001/01/15  05:02:24
44086         Log: More UTF-8 patches from Inaba Hiroto.
44087              - The substr lval was still not okay.
44088              - Now pp_stringify and sv_setsv copies source's UTF8 flag
44089              even if IN_BYTE.  pp_stringify is called from fold_constants
44090              at optimization phase and "\x{100}" was made SvUTF8_off under
44091              use bytes (the bytes pragma is for "byte semantics" and not
44092              for "do not produce UTF8 data")
44093              - New `qu' operator to generate UTF8 string explicitly.
44094              Though I agree with the policy "0x00-0xff always produce bytes",
44095              sometimes want to such a string to be coded in UTF8.
44096              I can use pack"U0a*" but it requires more typing and has
44097              runtime overhead.
44098              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
44099              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
44100              string is not UTF8_on and has char 0x80-0xff.
44101              
44102              TODO: document and test qu.
44103      Branch: perl
44104            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
44105            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
44106            ! toke.c
44107 ____________________________________________________________________________
44108 [  8438] By: jhi                                   on 2001/01/14  05:10:23
44109         Log: (Reverted by #8440)
44110              
44111              Metaconfig unit changes for #8437.
44112      Branch: metaconfig/U/perl
44113            ! d_fpos64_t.U d_off64_t.U
44114 ____________________________________________________________________________
44115 [  8437] By: jhi                                   on 2001/01/14  04:55:34
44116         Log: (Reverted by #8440)
44117              
44118              Add <features.h> probing, seems to be needed for (some?)
44119              Linux largefileness.
44120      Branch: perl
44121            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44122            ! config_h.SH configure.com epoc/config.sh perl.h
44123            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
44124            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
44125            ! win32/config.bc win32/config.gc win32/config.vc
44126 ____________________________________________________________________________
44127 [  8436] By: jhi                                   on 2001/01/13  17:47:21
44128         Log: Tighten some of the tests a bit.
44129      Branch: perl
44130            ! t/pragma/utf8.t
44131 ____________________________________________________________________________
44132 [  8435] By: jhi                                   on 2001/01/13  17:31:54
44133         Log: Integrate perlio.
44134      Branch: perl
44135           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
44136           !> win32/config_H.gc win32/config_H.vc
44137 ____________________________________________________________________________
44138 [  8434] By: nick                                  on 2001/01/13  11:36:53
44139         Log: Run dmake regen_config_h for Win32
44140      Branch: perlio
44141            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44142 ____________________________________________________________________________
44143 [  8433] By: nick                                  on 2001/01/13  11:31:55
44144         Log: VMS friendly patch to Encode compile process
44145      Branch: perlio
44146            ! ext/Encode/Makefile.PL ext/Encode/compile
44147 ____________________________________________________________________________
44148 [  8432] By: nick                                  on 2001/01/13  11:06:44
44149         Log: Integrate mainline
44150      Branch: perlio
44151           +> ext/B/B/Concise.pm
44152           !> (integrate 52 files)
44153 ____________________________________________________________________________
44154 [  8431] By: jhi                                   on 2001/01/13  05:55:55
44155         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
44156              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44157              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
44158              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
44159      Branch: perl
44160            ! ext/B/B/Concise.pm
44161 ____________________________________________________________________________
44162 [  8430] By: jhi                                   on 2001/01/13  04:24:18
44163         Log: The LVRET macro needed an aTHX.
44164      Branch: perl
44165            ! pp.h
44166 ____________________________________________________________________________
44167 [  8429] By: jhi                                   on 2001/01/13  02:12:42
44168         Log: Update Changes.
44169      Branch: perl
44170            ! Changes patchlevel.h
44171 ____________________________________________________________________________
44172 [  8428] By: jhi                                   on 2001/01/13  02:08:50
44173         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
44174              From: Peter Prymmer <pvhp@forte.com>
44175              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
44176              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
44177              
44178              Add a BEGIN guard for sloppy floating point division.
44179      Branch: perl
44180            ! lib/Math/BigInt.pm lib/bigint.pl
44181 ____________________________________________________________________________
44182 [  8427] By: jhi                                   on 2001/01/13  01:47:16
44183         Log: The B::Terse drop-in replacement wasn't quite drop-in.
44184      Branch: perl
44185            ! ext/B/B/Terse.pm
44186 ____________________________________________________________________________
44187 [  8426] By: jhi                                   on 2001/01/12  21:20:43
44188         Log: Use UVXf.
44189      Branch: perl
44190            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44191            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
44192            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
44193            ! vos/config.ga.def vos/config.ga.h win32/config.bc
44194            ! win32/config.gc win32/config.vc
44195 ____________________________________________________________________________
44196 [  8425] By: jhi                                   on 2001/01/12  20:20:14
44197         Log: Subject: [PATCH perl@8342] -Wformat
44198              From: Robin Barker <rmb1@cise.npl.co.uk>
44199              Date: Fri, 12 Jan 2001 20:03:14 GMT
44200              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
44201      Branch: perl
44202            ! ext/Encode/Encode.xs mg.c sv.c toke.c
44203 ____________________________________________________________________________
44204 [  8424] By: jhi                                   on 2001/01/12  20:01:48
44205         Log: Subject: B::Concise -- an improved replacement for B::Terse 
44206              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44207              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
44208              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
44209      Branch: perl
44210            + ext/B/B/Concise.pm
44211            ! MANIFEST ext/B/B/Terse.pm
44212 ____________________________________________________________________________
44213 [  8423] By: jhi                                   on 2001/01/12  19:24:02
44214         Log: The new metaconfig unit from the #8421.
44215      Branch: metaconfig/U/perl
44216            + d_sigprocmask.U
44217 ____________________________________________________________________________
44218 [  8422] By: jhi                                   on 2001/01/12  19:23:43
44219         Log: Forgot the microperl config from the #8421.
44220      Branch: perl
44221            ! uconfig.h uconfig.sh
44222 ____________________________________________________________________________
44223 [  8421] By: jhi                                   on 2001/01/12  19:05:27
44224         Log: Add sigprocmask() probe, regen Configure, regen toc.
44225      Branch: perl
44226            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44227            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
44228            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44229            ! vos/config.ga.h win32/config.bc win32/config.gc
44230            ! win32/config.vc
44231 ____________________________________________________________________________
44232 [  8420] By: jhi                                   on 2001/01/12  18:34:31
44233         Log: Add sockatmark() to the todo list.
44234      Branch: perl
44235            ! Todo-5.6
44236 ____________________________________________________________________________
44237 [  8419] By: jhi                                   on 2001/01/12  18:09:46
44238         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
44239      Branch: perl
44240            ! op.c
44241 ____________________________________________________________________________
44242 [  8418] By: jhi                                   on 2001/01/12  18:05:30
44243         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
44244              From: Radu Greab <radu@netsoft.ro>
44245              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
44246              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
44247      Branch: perl
44248            ! op.c t/pragma/sub_lval.t
44249 ____________________________________________________________________________
44250 [  8417] By: jhi                                   on 2001/01/12  16:09:09
44251         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
44252              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
44253              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
44254              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
44255      Branch: perl
44256            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
44257            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
44258            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
44259            ! t/pragma/sub_lval.t toke.c
44260 ____________________________________________________________________________
44261 [  8416] By: jhi                                   on 2001/01/12  15:42:06
44262         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
44263              From: "Richard Soderberg" <rs@crystalflame.net>
44264              Date: Fri, 12 Jan 2001 04:49:35 -0800
44265              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
44266              
44267              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
44268              according to the platform.
44269      Branch: perl
44270            ! op.c
44271 ____________________________________________________________________________
44272 [  8415] By: jhi                                   on 2001/01/12  15:33:41
44273         Log: One more UTF-8 fix from Inaba Hiroto.
44274      Branch: perl
44275            ! pp.c regexec.c t/pragma/utf8.t
44276 ____________________________________________________________________________
44277 [  8414] By: jhi                                   on 2001/01/12  15:30:18
44278         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
44279      Branch: perl
44280            ! regexec.c
44281 ____________________________________________________________________________
44282 [  8413] By: jhi                                   on 2001/01/12  15:22:10
44283         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
44284              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44285              Date: Thu, 11 Jan 2001 12:53:36 +0100
44286              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
44287      Branch: perl
44288            ! toke.c
44289 ____________________________________________________________________________
44290 [  8412] By: jhi                                   on 2001/01/12  15:20:25
44291         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
44292              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44293              Date: Fri, 12 Jan 2001 14:37:55 +0100
44294              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
44295      Branch: perl
44296            ! hints/posix-bc.sh
44297 ____________________________________________________________________________
44298 [  8411] By: jhi                                   on 2001/01/12  15:14:14
44299         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
44300              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44301              Date: Fri, 12 Jan 2001 10:42:21 +0100
44302              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
44303      Branch: perl
44304            ! t/op/regmesg.t
44305 ____________________________________________________________________________
44306 [  8410] By: jhi                                   on 2001/01/12  05:48:55
44307         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
44308              From: Nicholas Clark <nick@ccl4.org> 
44309              Date: Sun, 7 Jan 2001 19:47:14 +0000
44310              Message-ID: <20010107194714.B1048@plum.flirble.org>
44311      Branch: perl
44312            ! t/op/numconvert.t
44313 ____________________________________________________________________________
44314 [  8409] By: jhi                                   on 2001/01/12  05:41:28
44315         Log: Integrate perlio.
44316      Branch: perl
44317           !> mg.c scope.h
44318 ____________________________________________________________________________
44319 [  8408] By: nick                                  on 2001/01/11  22:43:28
44320         Log: Remove variables that were used in experiments.
44321      Branch: perlio
44322            ! mg.c
44323 ____________________________________________________________________________
44324 [  8407] By: nick                                  on 2001/01/11  20:57:44
44325         Log: Catch die in %SIG handler and unblock the signal before re-dying.
44326              This make Linux work _without_ sigsetjmp().
44327              Turn off sigsetjmp() to see what else it does.
44328              May need Configure probe for sigprocmask() if anything has sigaction()
44329              but not sigprocmask().
44330      Branch: perlio
44331            ! mg.c scope.h
44332 ____________________________________________________________________________
44333 [  8406] By: nick                                  on 2001/01/11  19:32:07
44334         Log: Integrate mainline
44335      Branch: perlio
44336           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
44337           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
44338           !> t/op/substr.t
44339 ____________________________________________________________________________
44340 [  8405] By: jhi                                   on 2001/01/11  17:11:01
44341         Log: Fix UTF-8 lval substr().
44342      Branch: perl
44343            ! mg.c t/op/substr.t
44344 ____________________________________________________________________________
44345 [  8404] By: jhi                                   on 2001/01/11  05:13:58
44346         Log: Update Changes.
44347      Branch: perl
44348            ! Changes patchlevel.h
44349 ____________________________________________________________________________
44350 [  8403] By: jhi                                   on 2001/01/11  04:38:24
44351         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
44352              From: Hugo <hv@crypt.compulink.co.uk>
44353              Date: Mon, 30 Oct 2000 01:33:26 +0000
44354              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
44355      Branch: perl
44356            ! regexec.c t/op/re_tests
44357 ____________________________________________________________________________
44358 [  8402] By: jhi                                   on 2001/01/11  04:26:12
44359         Log: Integrate perlio.
44360      Branch: perl
44361           !> scope.h util.c
44362 ____________________________________________________________________________
44363 [  8401] By: nick                                  on 2001/01/10  22:52:55
44364         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
44365              (So Alan and Ilya can try setting via hints.)
44366              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
44367              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
44368              doing the save everywhere seems to restart read() correctly, but just
44369              doing it once "round" the handler does not.
44370      Branch: perlio
44371            ! scope.h
44372 ____________________________________________________________________________
44373 [  8400] By: jhi                                   on 2001/01/10  21:57:54
44374         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
44375              of IRIX, HP-UX is unaffected.
44376      Branch: perl
44377            ! perl.h
44378 ____________________________________________________________________________
44379 [  8399] By: nick                                  on 2001/01/10  21:29:19
44380         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
44381      Branch: perlio
44382            ! util.c
44383 ____________________________________________________________________________
44384 [  8398] By: jhi                                   on 2001/01/10  20:55:31
44385         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
44386              also have ReusePort.
44387      Branch: perl
44388            ! ext/IO/lib/IO/Socket/INET.pm
44389 ____________________________________________________________________________
44390 [  8397] By: jhi                                   on 2001/01/10  20:50:57
44391         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
44392              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
44393              Date: Wed, 10 Jan 2001 01:38:13 -0800
44394              Message-ID: <20010110013813.B41744@yahoo-inc.com>
44395      Branch: perl
44396            ! ext/IO/lib/IO/Socket/INET.pm
44397 ____________________________________________________________________________
44398 [  8396] By: jhi                                   on 2001/01/10  20:49:30
44399         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
44400              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
44401              Date: Wed, 10 Jan 2001 01:37:32 -0800
44402              Message-ID: <20010110013732.A41744@yahoo-inc.com>
44403      Branch: perl
44404            ! ext/Socket/Socket.pm
44405 ____________________________________________________________________________
44406 [  8395] By: jhi                                   on 2001/01/10  20:41:37
44407         Log: Test for bug id 20010105.016 (fixed by #8378).
44408      Branch: perl
44409            ! t/op/split.t
44410 ____________________________________________________________________________
44411 [  8394] By: jhi                                   on 2001/01/10  20:26:32
44412         Log: Integrate perlio.
44413      Branch: perl
44414            ! util.c
44415 ____________________________________________________________________________
44416 [  8393] By: nick                                  on 2001/01/10  19:34:30
44417         Log: Back out Simon's pid hackery for now.
44418      Branch: perlio
44419            ! util.c
44420 ____________________________________________________________________________
44421 [  8392] By: nick                                  on 2001/01/10  19:23:13
44422         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
44423      Branch: perlio
44424           !> (integrate 29 files)
44425 ____________________________________________________________________________
44426 [  8391] By: jhi                                   on 2001/01/10  18:43:15
44427         Log: Subject: [PATCH] Fix my_pclose segfault
44428              From: Simon Cozens <simon@cozens.net>
44429              Date: Wed, 10 Jan 2001 18:39:35 +0000
44430              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
44431      Branch: perl
44432            ! util.c
44433 ____________________________________________________________________________
44434 [  8390] By: jhi                                   on 2001/01/10  18:42:08
44435         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
44436              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44437              Date:     Wed, 10 Jan 2001 13:23:02 EST
44438              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
44439      Branch: perl
44440            ! ext/Opcode/Opcode.xs
44441 ____________________________________________________________________________
44442 [  8389] By: jhi                                   on 2001/01/10  15:16:07
44443         Log: Turn off the integer preservation for now.
44444      Branch: perl
44445            ! perl.h
44446 ____________________________________________________________________________
44447 [  8388] By: jhi                                   on 2001/01/10  15:01:25
44448         Log: Few more IDE/editor nits from p5p.
44449      Branch: perl
44450            ! pod/perlfaq3.pod
44451 ____________________________________________________________________________
44452 [  8387] By: jhi                                   on 2001/01/10  06:53:16
44453         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
44454              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
44455              Date: Tue, 9 Jan 2001 23:16:02 +0000
44456              Message-ID: <20010109231602.A81101@plum.flirble.org>
44457      Branch: perl
44458            ! sv.c
44459 ____________________________________________________________________________
44460 [  8386] By: jhi                                   on 2001/01/10  03:17:54
44461         Log: Test cases for #8385 (from Simon's "torture.pl")
44462      Branch: perl
44463            ! t/op/tr.t
44464 ____________________________________________________________________________
44465 [  8385] By: jhi                                   on 2001/01/10  03:17:11
44466         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
44467              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
44468              Date: Wed, 10 Jan 2001 11:39:39 +0900
44469              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
44470              
44471              Some more UTF-8 tr cases fixed.
44472      Branch: perl
44473            ! doop.c
44474 ____________________________________________________________________________
44475 [  8384] By: jhi                                   on 2001/01/09  22:45:40
44476         Log: Allow the locale test needing POSIX and the taint test
44477              needing IPC::SysV to run under 'minitest' (basically,
44478              bail out if loading the extension fails)
44479      Branch: perl
44480            ! t/op/misc.t t/op/taint.t
44481 ____________________________________________________________________________
44482 [  8383] By: jhi                                   on 2001/01/09  21:36:04
44483         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
44484              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44485              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
44486              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
44487      Branch: perl
44488            ! t/io/openpid.t
44489 ____________________________________________________________________________
44490 [  8382] By: jhi                                   on 2001/01/09  21:06:08
44491         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
44492              Should finish up the bug id 20001205.022.
44493      Branch: perl
44494            ! pp.c pp_hot.c scope.c
44495 ____________________________________________________________________________
44496 [  8381] By: jhi                                   on 2001/01/09  18:27:43
44497         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
44498              From: Andy Dougherty <doughera@lafayette.edu>
44499              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
44500              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
44501              
44502              More robust yacc/bison error detection.
44503      Branch: perl
44504            ! t/comp/proto.t
44505 ____________________________________________________________________________
44506 [  8380] By: jhi                                   on 2001/01/09  15:21:38
44507         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
44508              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44509              Date:     Tue, 9 Jan 2001 07:53:55 EST
44510              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
44511      Branch: perl
44512            ! t/op/misc.t vms/test.com
44513 ____________________________________________________________________________
44514 [  8379] By: jhi                                   on 2001/01/09  15:20:38
44515         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
44516              From: jhi@cc.hut.fi
44517              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
44518              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
44519              
44520              The #8378 fixed this.
44521      Branch: perl
44522            ! t/op/tr.t
44523 ____________________________________________________________________________
44524 [  8378] By: jhi                                   on 2001/01/09  15:05:32
44525         Log: Subject: One more patch for UTF8 
44526              From: Inaba Hiroto <inaba@st.rim.or.jp>
44527              Date: Tue, 09 Jan 2001 01:04:32 +0900
44528              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
44529              
44530              UTF-8 fixes for 'x' and tr///.
44531      Branch: perl
44532            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
44533            ! regcomp.c regexec.c toke.c utf8.c
44534 ____________________________________________________________________________
44535 [  8377] By: jhi                                   on 2001/01/09  14:32:17
44536         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
44537      Branch: perl
44538            ! t/op/length.t
44539 ____________________________________________________________________________
44540 [  8376] By: jhi                                   on 2001/01/09  04:32:32
44541         Log: integrate changes #7775, #8316, #8316 from mainline
44542      Branch: maint-5.6/perl
44543            ! hints/solaris_2.sh
44544 ____________________________________________________________________________
44545 [  8375] By: jhi                                   on 2001/01/09  04:26:43
44546         Log: Update Changes.
44547      Branch: perl
44548            ! Changes patchlevel.h
44549 ____________________________________________________________________________
44550 [  8374] By: jhi                                   on 2001/01/09  04:14:32
44551         Log: IDE/editor section tweaking.
44552      Branch: perl
44553            ! pod/perlfaq3.pod
44554 ____________________________________________________________________________
44555 [  8373] By: jhi                                   on 2001/01/09  02:38:26
44556         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
44557              From: Peter Prymmer <pvhp@forte.com>
44558              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
44559              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
44560              
44561              In preparation os OS/390 dynamic loading.
44562      Branch: perl
44563            ! README.os390 hints/os390.sh
44564 ____________________________________________________________________________
44565 [  8372] By: jhi                                   on 2001/01/09  00:24:30
44566         Log: Integrate with perlio.
44567      Branch: perl
44568           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
44569 ____________________________________________________________________________
44570 [  8371] By: nick                                  on 2001/01/08  23:54:33
44571         Log: Fix "scalars leaked" bugs caused by overload magic
44572              (Highlighted by Ilya's DESTROY optimization.)
44573      Branch: perlio
44574            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
44575 ____________________________________________________________________________
44576 [  8370] By: nick                                  on 2001/01/08  20:19:41
44577         Log: Integrate mainline
44578      Branch: perlio
44579           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
44580           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
44581           !> t/op/64bitint.t
44582 ____________________________________________________________________________
44583 [  8369] By: jhi                                   on 2001/01/08  17:30:52
44584         Log: save_delete() Safefree() doesn't (anymore?) work with shared
44585              strings, one test failure in op/misc and almost all of lib/b.
44586              (Outcomments #8369.)
44587      Branch: perl
44588            ! scope.c
44589 ____________________________________________________________________________
44590 [  8368] By: jhi                                   on 2001/01/08  14:47:10
44591         Log: (Outcommented by #8369.)
44592              
44593              Subject: Re: Perl BugID 20001205.022 ---- save_delete
44594              From: Simon Cozens <simon@cozens.net>
44595              Date: Sat, 6 Jan 2001 11:48:40 +0000
44596              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
44597              
44598              The save_delete() does need the Safefree.
44599      Branch: perl
44600            ! scope.c
44601 ____________________________________________________________________________
44602 [  8367] By: bailey                                on 2001/01/08  08:53:52
44603         Log: Once again syncing after too long an absence
44604      Branch: vmsperl
44605           +> (branch 55 files)
44606            - MAINTAIN fix_pl vos/config.def vos/config.h
44607            - vos/config_h.SH_orig
44608           !> (integrate 498 files)
44609 ____________________________________________________________________________
44610 [  8366] By: jhi                                   on 2001/01/08  02:42:59
44611         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
44612              From: nick@ccl4.org
44613              Date: Sun, 7 Jan 2001 21:07:18 +0000
44614              Message-Id: <20010107210717.D1048@plum.flirble.org>
44615      Branch: perl
44616            ! sv.c t/op/64bitint.t
44617 ____________________________________________________________________________
44618 [  8365] By: jhi                                   on 2001/01/08  02:35:16
44619         Log: Subject: [PATCH] environ nit
44620              From: Simon Cozens <simon@cozens.net>
44621              Date: Sun, 7 Jan 2001 17:57:07 +0000
44622              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
44623              
44624              Use environ only if we have it.
44625      Branch: perl
44626            ! mg.c
44627 ____________________________________________________________________________
44628 [  8364] By: jhi                                   on 2001/01/08  02:24:51
44629         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
44630      Branch: perl
44631            ! ext/GDBM_File/GDBM_File.xs
44632 ____________________________________________________________________________
44633 [  8363] By: jhi                                   on 2001/01/08  02:19:24
44634         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
44635              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44636              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
44637              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
44638      Branch: perl
44639            ! dump.c op.c
44640 ____________________________________________________________________________
44641 [  8362] By: jhi                                   on 2001/01/08  02:17:43
44642         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
44643              From: Doug MacEachern <dougm@covalent.net>
44644              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
44645              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
44646              
44647              Allow AUTOLOAD to be an xsub and allow such xsubs
44648              to avoid use of $AUTOLOAD.
44649      Branch: perl
44650            ! gv.c
44651 ____________________________________________________________________________
44652 [  8361] By: jhi                                   on 2001/01/08  02:16:07
44653         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
44654              From: Radu Greab <radu@netsoft.ro>
44655              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
44656              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
44657              
44658              No need for the potentially unportable $SIG{CHLD}.
44659      Branch: perl
44660            ! t/io/pipe.t
44661 ____________________________________________________________________________
44662 [  8360] By: jhi                                   on 2001/01/08  01:58:23
44663         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
44664      Branch: perl
44665            ! lib/Getopt/Long.pm
44666 ____________________________________________________________________________
44667 [  8359] By: jhi                                   on 2001/01/08  01:55:44
44668         Log: Integrate perlio.
44669      Branch: perl
44670           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
44671           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
44672           !> utf8.c win32/Makefile
44673 ____________________________________________________________________________
44674 [  8358] By: jhi                                   on 2001/01/07  21:16:50
44675         Log: Update the EPOC cross SDK URL.
44676      Branch: perl
44677            ! README.epoc
44678 ____________________________________________________________________________
44679 [  8357] By: jhi                                   on 2001/01/07  21:16:09
44680         Log: Update the EPOC cross SDK URL.
44681      Branch: maint-5.6/perl
44682            ! README.epoc
44683 ____________________________________________________________________________
44684 [  8356] By: nick                                  on 2001/01/06  21:47:52
44685         Log: FILE * in XS code for PerlIO world:
44686              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
44687              - Add FILE * T_STDIO typemap.
44688              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
44689      Branch: perlio
44690            ! lib/ExtUtils/typemap perlio.c perlio.h
44691 ____________________________________________________________________________
44692 [  8355] By: jhi                                   on 2001/01/06  20:27:15
44693         Log: integrate change #8336 from mainline
44694              
44695              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
44696      Branch: maint-5.6/perl
44697            ! hv.c
44698 ____________________________________________________________________________
44699 [  8354] By: jhi                                   on 2001/01/06  20:24:29
44700         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
44701              From: Robin Barker <rmb1@cise.npl.co.uk>
44702              Date: Fri, 22 Dec 2000 12:17:38 GMT
44703              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
44704              
44705              The patch reformats some long =item lines so they give
44706              correct output via pod2man | nroff -man
44707              
44708              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
44709              From: Robin Barker <rmb1@cise.npl.co.uk>
44710              Date: Tue, 2 Jan 2001 15:35:03 GMT
44711              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
44712              
44713              Here is a _further_ patch which corrects a few more errors:
44714              * an empty C<=item> in CPAN.pm
44715              * patching the wrong file (pod/perlamiga.pod not README.amiga)
44716              * leaving empty C<=item>s which formatted incorrectly
44717              * over long C<=item>s revealed by latest patch to Pod::Man
44718      Branch: maint-5.6/perl
44719            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
44720            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
44721            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
44722            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
44723            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
44724            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
44725 ____________________________________________________________________________
44726 [  8353] By: jhi                                   on 2001/01/06  20:21:10
44727         Log: integrate changes #7980, 8056, 8057 from mainline
44728              
44729              UTF-8 hash keys.
44730      Branch: maint-5.6/perl
44731            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
44732 ____________________________________________________________________________
44733 [  8352] By: jhi                                   on 2001/01/06  20:18:44
44734         Log: Forgotten from #8438.
44735      Branch: maint-5.6/perl
44736            ! epoc/epocish.h
44737 ____________________________________________________________________________
44738 [  8351] By: jhi                                   on 2001/01/06  20:18:12
44739         Log: Forgotten from #8347.
44740      Branch: maint-5.6/perl
44741            ! config_h.SH
44742 ____________________________________________________________________________
44743 [  8350] By: jhi                                   on 2001/01/06  20:00:19
44744         Log: Thinko in #8347.
44745      Branch: maint-5.6/perl
44746            ! regcomp.c
44747 ____________________________________________________________________________
44748 [  8349] By: jhi                                   on 2001/01/06  18:05:30
44749         Log: Copy the FAQ3 IDE section from the development branch,
44750              changes originally by Peter Prymmer.
44751      Branch: maint-5.6/perl
44752            ! pod/perlfaq3.pod
44753 ____________________________________________________________________________
44754 [  8348] By: jhi                                   on 2001/01/06  18:03:02
44755         Log: EPOC updates for TRIAL1.
44756              
44757              Subject: [5.6.1 trial1] EPOC update
44758              From: Olaf Flebbe <O.Flebbe@science-computing.de>
44759              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
44760              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
44761              
44762              Subject: epoc patch2 for perl-5.6.1-trial1
44763              From: Olaf Flebbe <O.Flebbe@science-computing.de>
44764              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
44765              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
44766      Branch: maint-5.6/perl
44767            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
44768            ! epoc/epocish.c
44769 ____________________________________________________________________________
44770 [  8347] By: jhi                                   on 2001/01/06  17:29:10
44771         Log: integrate changes #7710,7824,7973 from mainline,
44772              plus VMS nits from Peter Prymmer and Dan Sugalski.
44773              
44774              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
44775              library (getprotobyname and getprotobynumber are outversioned by
44776              the same calls in libc, at least for xlc version 3.
44777              
44778              Add HAS_SBRK_PROTO.
44779              
44780              Fixes for signedness warnings noticed by VMSperlers.
44781      Branch: maint-5.6/perl
44782            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44783            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
44784            ! sv.c vms/descrip_mms.template vos/config.alpha.def
44785            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
44786            ! win32/config.bc win32/config.gc win32/config.vc
44787 ____________________________________________________________________________
44788 [  8346] By: nick                                  on 2001/01/06  14:36:01
44789         Log: Fixup accumulated integrate muddles (perlio == devperl again)
44790      Branch: perlio
44791            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
44792 ____________________________________________________________________________
44793 [  8345] By: nick                                  on 2001/01/06  14:24:58
44794         Log: Integrate mainline
44795      Branch: perlio
44796           !> (integrate 55 files)
44797 ____________________________________________________________________________
44798 [  8344] By: jhi                                   on 2001/01/06  02:24:02
44799         Log: Subject: [patch] PerlIO_cleanup() prototype
44800              From: Doug MacEachern <dougm@covalent.net>
44801              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
44802              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
44803      Branch: perl
44804            ! perlio.h
44805 ____________________________________________________________________________
44806 [  8343] By: jhi                                   on 2001/01/06  01:04:09
44807         Log: IRIX compiler noticed that the bof initialization might be
44808              bypassed by control flow.
44809      Branch: perl
44810            ! toke.c
44811 ____________________________________________________________________________
44812 [  8342] By: jhi                                   on 2001/01/06  00:10:48
44813         Log: Update Changes.
44814      Branch: perl
44815            ! Changes patchlevel.h
44816 ____________________________________________________________________________
44817 [  8341] By: jhi                                   on 2001/01/05  23:52:33
44818         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
44819      Branch: perl
44820            ! toke.c
44821 ____________________________________________________________________________
44822 [  8340] By: jhi                                   on 2001/01/05  22:44:08
44823         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
44824              From: Radu Greab <radu@netsoft.ro>
44825              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
44826              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
44827      Branch: perl
44828            ! t/io/pipe.t util.c
44829 ____________________________________________________________________________
44830 [  8339] By: jhi                                   on 2001/01/05  22:35:17
44831         Log: Subject: [PATCH] format and rewording in perlfaq.pod
44832              From: Robin Barker <rmb1@cise.npl.co.uk>
44833              Date: Fri, 5 Jan 2001 18:51:20 GMT
44834              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
44835      Branch: perl
44836            ! pod/perlfaq.pod
44837 ____________________________________________________________________________
44838 [  8338] By: jhi                                   on 2001/01/05  22:31:17
44839         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
44840              From: Peter Prymmer <pvhp@forte.com>
44841              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
44842              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
44843      Branch: perl
44844            ! utils/perlbug.PL
44845 ____________________________________________________________________________
44846 [  8337] By: jhi                                   on 2001/01/05  18:15:11
44847         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
44848              From: Robin Barker <rmb1@cise.npl.co.uk>
44849              Date: Tue, 2 Jan 2001 15:24:07 GMT
44850              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
44851              
44852              If you call configure as C<./Configure> or C<sh ./Configure>,
44853              $src is set to the absolute path name, not '.'.
44854              
44855              This, in turn, means -Dmksymlink tries to do its stuff because
44856              it does not think it is in the src directory.
44857              
44858              (plus a metaconfig nitfix)
44859      Branch: metaconfig
44860            ! U/compline/ccflags.U U/modified/src.U
44861      Branch: perl
44862            ! Configure config_h.SH
44863 ____________________________________________________________________________
44864 [  8336] By: jhi                                   on 2001/01/05  17:48:32
44865         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
44866              From: Alan Burlison <Alan.Burlison@uk.sun.com>
44867              Message-ID: <3A5606C4.473D2226@uk.sun.com>
44868              Date: Fri, 05 Jan 2001 17:39:16 +0000
44869      Branch: perl
44870            ! hv.c
44871 ____________________________________________________________________________
44872 [  8335] By: jhi                                   on 2001/01/05  16:05:44
44873         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
44874      Branch: perl
44875            ! lib/Getopt/Long.pm
44876 ____________________________________________________________________________
44877 [  8334] By: jhi                                   on 2001/01/05  16:00:51
44878         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
44879              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
44880              Date: Fri, 05 Jan 2001 13:46:51 +0100
44881              Message-ID: <13693.978698811@nice.ram.loc>
44882              
44883              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
44884              accurate reading of the "atime".  
44885      Branch: perl
44886            ! t/io/fs.t
44887 ____________________________________________________________________________
44888 [  8333] By: jhi                                   on 2001/01/05  15:57:37
44889         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
44890              From: Simon Cozens <simon@cozens.net>
44891              Date: Fri, 8 Dec 2000 13:33:31 +0000
44892              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
44893              
44894              A lost patch fragment.
44895      Branch: perl
44896            ! doop.c
44897 ____________________________________________________________________________
44898 [  8332] By: jhi                                   on 2001/01/05  15:40:42
44899         Log: Do away with strncpy() and a fixed length buffer.
44900      Branch: perl
44901            ! utf8.c
44902 ____________________________________________________________________________
44903 [  8331] By: jhi                                   on 2001/01/05  15:03:07
44904         Log: Tests for #8329 and #8330.
44905      Branch: perl
44906            ! t/op/bop.t
44907 ____________________________________________________________________________
44908 [  8330] By: jhi                                   on 2001/01/05  15:02:38
44909         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
44910              raw 8-bit form to the UTF-8 string.
44911      Branch: perl
44912            ! toke.c
44913 ____________________________________________________________________________
44914 [  8329] By: jhi                                   on 2001/01/05  14:55:13
44915         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
44916              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44917              Date: Fri, 5 Jan 2001 12:28:52 +0100
44918              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
44919              
44920              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
44921              no effect.  (changed the strncpy() to Copy())
44922      Branch: perl
44923            ! toke.c
44924 ____________________________________________________________________________
44925 [  8328] By: jhi                                   on 2001/01/05  06:44:27
44926         Log: UTF-8 cleanup.
44927      Branch: perl
44928            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
44929            ! regexec.c sv.c toke.c
44930 ____________________________________________________________________________
44931 [  8327] By: jhi                                   on 2001/01/05  01:11:29
44932         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')
44933              From: Radu Greab <radu@netsoft.ro>
44934              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
44935              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
44936              
44937              Cleans up Harness to not use FileHandle, which uses IO.
44938      Branch: perl
44939            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
44940 ____________________________________________________________________________
44941 [  8326] By: jhi                                   on 2001/01/05  00:56:37
44942         Log: Update Changes.
44943      Branch: perl
44944            ! Changes patchlevel.h
44945 ____________________________________________________________________________
44946 [  8325] By: jhi                                   on 2001/01/05  00:53:18
44947         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
44948              From: Peter Prymmer <pvhp@forte.com>
44949              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
44950              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
44951              
44952              plus a couple more tailing whitespace removals.
44953      Branch: perl
44954            ! win32/Makefile
44955 ____________________________________________________________________________
44956 [  8324] By: jhi                                   on 2001/01/05  00:47:39
44957         Log: Add some Unicode chop() tests.
44958      Branch: perl
44959            ! t/op/chop.t
44960 ____________________________________________________________________________
44961 [  8323] By: jhi                                   on 2001/01/05  00:47:23
44962         Log: Unify UTF-8 malformedness handling.
44963      Branch: perl
44964            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
44965 ____________________________________________________________________________
44966 [  8322] By: jhi                                   on 2001/01/04  22:21:54
44967         Log: The new $issymlink was unknown to Mksymlinks.
44968      Branch: metaconfig/U/perl
44969            ! Mksymlinks.U issymlink.U
44970      Branch: perl
44971            ! Configure config_h.SH
44972 ____________________________________________________________________________
44973 [  8321] By: jhi                                   on 2001/01/04  21:51:05
44974         Log: The test didn't work under the core test framework.
44975      Branch: perl
44976            ! t/lib/st-lock.t
44977 ____________________________________________________________________________
44978 [  8320] By: jhi                                   on 2001/01/04  21:14:22
44979         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
44980      Branch: perl
44981            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
44982 ____________________________________________________________________________
44983 [  8319] By: jhi                                   on 2001/01/04  20:46:17
44984         Log: Typo in #8312 when manually appying a problematic patch fragment.
44985      Branch: perl
44986            ! ext/Storable/Storable.xs
44987 ____________________________________________________________________________
44988 [  8318] By: jhi                                   on 2001/01/04  20:43:01
44989         Log: The $sh_c didn't fly.
44990      Branch: metaconfig
44991            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
44992            ! U/modified/Loc.U U/modified/myhostname.U
44993            ! U/modified/spitshell.U
44994      Branch: metaconfig/U/perl
44995            ! issymlink.U
44996      Branch: perl
44997            ! Configure config_h.SH
44998 ____________________________________________________________________________
44999 [  8317] By: jhi                                   on 2001/01/04  19:58:01
45000         Log: AIX builtin test -h is broken, changes based on
45001              
45002              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
45003              Date: Tue, 02 Jan 2001 11:24:39 +0100
45004              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45005              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
45006      Branch: metaconfig
45007            + U/modified/spitshell.U
45008            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
45009            ! U/modified/Loc.U U/modified/myhostname.U
45010      Branch: metaconfig/U/perl
45011            ! Mksymlinks.U issymlink.U
45012      Branch: perl
45013            ! Configure
45014 ____________________________________________________________________________
45015 [  8316] By: jhi                                   on 2001/01/04  19:02:22
45016         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
45017              From: Andy Dougherty <doughera@lafayette.edu>
45018              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
45019              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
45020              
45021              Beware of GNU ld.
45022      Branch: perl
45023            ! hints/solaris_2.sh
45024 ____________________________________________________________________________
45025 [  8315] By: jhi                                   on 2001/01/04  18:56:48
45026         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
45027              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
45028              Date: Wed, 3 Jan 2001 07:58:51 +0100
45029              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
45030      Branch: perl
45031            ! hints/solaris_2.sh
45032 ____________________________________________________________________________
45033 [  8314] By: jhi                                   on 2001/01/04  18:54:07
45034         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
45035              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
45036              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
45037              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
45038              
45039              Doc tweak on #8313.
45040      Branch: perl
45041            ! ext/B/B/Deparse.pm
45042 ____________________________________________________________________________
45043 [  8313] By: jhi                                   on 2001/01/04  18:52:27
45044         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
45045              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
45046              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
45047              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
45048              
45049              Make the peephole optimizer to bypass more null ops and
45050              and rewrite the deparse handling of continue blocks.
45051      Branch: perl
45052            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
45053 ____________________________________________________________________________
45054 [  8312] By: jhi                                   on 2001/01/04  18:47:39
45055         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
45056      Branch: perl
45057            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
45058            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
45059            ! t/lib/st-lock.t
45060 ____________________________________________________________________________
45061 [  8311] By: jhi                                   on 2001/01/04  18:36:08
45062         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
45063              filter to be run on each .pm during the pm_to_blib() phase,
45064              a fixed version of
45065              
45066              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
45067              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
45068              Date: Wed, 03 Jan 2001 22:01:30 +0100
45069              Message-ID: <5296.978555690@nice.ram.loc>
45070      Branch: perl
45071            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
45072            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
45073            ! lib/ExtUtils/MakeMaker.pm
45074 ____________________________________________________________________________
45075 [  8310] By: jhi                                   on 2001/01/04  18:32:54
45076         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
45077              From: Robin Barker <rmb1@cise.npl.co.uk>
45078              Date: Tue, 2 Jan 2001 15:35:03 GMT
45079              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
45080      Branch: perl
45081            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
45082            ! pod/perlrequick.pod
45083 ____________________________________________________________________________
45084 [  8309] By: jhi                                   on 2001/01/04  18:29:07
45085         Log: Subject: Re: [patch] static-ize XS()
45086              From: Doug MacEachern <dougm@covalent.net>
45087              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
45088              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
45089              
45090              Provide prototypes for the XS functions.
45091      Branch: perl
45092            ! lib/ExtUtils/xsubpp
45093 ____________________________________________________________________________
45094 [  8308] By: jhi                                   on 2001/01/04  18:27:44
45095         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
45096              From: Doug MacEachern <dougm@covalent.net>
45097              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
45098              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
45099      Branch: perl
45100            ! lib/ExtUtils/typemap
45101 ____________________________________________________________________________
45102 [  8307] By: jhi                                   on 2001/01/04  18:25:25
45103         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
45104              From: Doug MacEachern <dougm@covalent.net>
45105              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
45106              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
45107              
45108              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
45109      Branch: perl
45110            ! lib/ExtUtils/MM_Unix.pm
45111 ____________________________________________________________________________
45112 [  8306] By: jhi                                   on 2001/01/04  18:23:00
45113         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
45114              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
45115              Date: Thu, 4 Jan 2001 12:47:10 +0100 
45116              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
45117              
45118              The toke.c part only, patching embed.h and proto.h is futile.
45119      Branch: perl
45120            ! toke.c
45121 ____________________________________________________________________________
45122 [  8305] By: jhi                                   on 2001/01/04  18:05:51
45123         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
45124              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
45125              Date: Thu, 4 Jan 2001 17:50:12 +0100 
45126              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
45127      Branch: perl
45128            ! toke.c
45129 ____________________________________________________________________________
45130 [  8304] By: jhi                                   on 2001/01/04  18:03:26
45131         Log: Subject: [PATCH perl@8269]
45132              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
45133              Date: Thu, 4 Jan 2001 12:53:39 +0100 
45134              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
45135              
45136              If running byacc write-enable also perly.h.
45137      Branch: perl
45138            ! Makefile.SH
45139 ____________________________________________________________________________
45140 [  8303] By: jhi                                   on 2001/01/04  15:40:49
45141         Log: Rewrite pp_concat() in terms of sv_catsv().
45142      Branch: perl
45143            ! pp_hot.c
45144 ____________________________________________________________________________
45145 [  8302] By: nick                                  on 2001/01/03  22:43:22
45146         Log: Integrate mainline.
45147      Branch: perlio
45148           !> ext/Encode/Encode.xs sv.c utf8.c
45149 ____________________________________________________________________________
45150 [  8301] By: jhi                                   on 2001/01/02  23:40:26
45151         Log: Variable naming tweak.
45152      Branch: perl
45153            ! sv.c
45154 ____________________________________________________________________________
45155 [  8300] By: jhi                                   on 2001/01/02  23:40:02
45156         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
45157              in is_utf8_string().
45158      Branch: perl
45159            ! utf8.c
45160 ____________________________________________________________________________
45161 [  8299] By: jhi                                   on 2001/01/02  22:14:40
45162         Log: Integrate perlio.
45163      Branch: perl
45164           !> pp.c pp_hot.c win32/Makefile
45165 ____________________________________________________________________________
45166 [  8298] By: nick                                  on 2001/01/02  22:03:06
45167         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
45168      Branch: perlio
45169            ! pp.c pp_hot.c
45170 ____________________________________________________________________________
45171 [  8297] By: jhi                                   on 2001/01/02  04:26:28
45172         Log: Signedness nit.
45173      Branch: perl
45174            ! ext/Encode/Encode.xs
45175 ____________________________________________________________________________
45176 [  8296] By: nick                                  on 2001/01/01  23:49:36
45177         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
45178      Branch: perlio
45179            ! win32/Makefile
45180 ____________________________________________________________________________
45181 [  8295] By: jhi                                   on 2001/01/01  23:05:48
45182         Log: Integrate perlio.
45183      Branch: perl
45184           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
45185           !> t/lib/encode.t
45186 ____________________________________________________________________________
45187 [  8294] By: nick                                  on 2001/01/01  22:48:34
45188         Log: Integrate mainline
45189      Branch: perlio
45190            ! pp_hot.c t/lib/encode.t
45191           !> (integrate 65 files)
45192 ____________________________________________________________________________
45193 [  8293] By: nick                                  on 2001/01/01  21:58:50
45194         Log: More rigor in UTF-8-ness of Encode's toUnicode
45195              XS export some of the utf8 internal functions.
45196              Test some of the functions.
45197              Fix pp_concat() bug shown by said tests.
45198      Branch: perlio
45199            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
45200            ! t/lib/encode.t
45201 ____________________________________________________________________________
45202 [  8292] By: jhi                                   on 2001/01/01  18:11:44
45203         Log: Integrate perlio.
45204      Branch: perl
45205           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
45206           !> ext/Encode/encengine.c ext/Encode/encode.h
45207 ____________________________________________________________________________
45208 [  8291] By: jhi                                   on 2001/01/01  18:10:58
45209         Log: Podify README.mpeix (a new version from the web),
45210              add a dummy NAME to Carp::Heavy, regen toc.
45211      Branch: perl
45212            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
45213            ! pod/perltoc.pod
45214 ____________________________________________________________________________
45215 [  8290] By: nick                                  on 2001/01/01  17:43:47
45216         Log: Loose the "Loading..." warning.
45217              Another bug in fallback support
45218      Branch: perlio
45219            ! ext/Encode/Encode.pm ext/Encode/encengine.c
45220 ____________________________________________________________________________
45221 [  8289] By: jhi                                   on 2001/01/01  00:01:57
45222         Log: Bump up Larry's copyright.
45223      Branch: perl
45224            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
45225            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
45226            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
45227            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
45228            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
45229            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
45230            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
45231            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
45232 ____________________________________________________________________________
45233 [  8288] By: nick                                  on 2000/12/31  21:27:53
45234         Log: Fix .ucm reading - forgot a chr()
45235              Start of .ucm write (for .enc to .ucm)
45236      Branch: perlio
45237            ! ext/Encode/compile
45238 ____________________________________________________________________________
45239 [  8287] By: jhi                                   on 2000/12/31  18:15:56
45240         Log: Comment away a diagnostic message as noted by Craig A. Berry
45241              (the unexpected message was confusing testing)
45242      Branch: perl
45243            ! ext/Encode/Encode.pm
45244 ____________________________________________________________________________
45245 [  8286] By: jhi                                   on 2000/12/31  18:14:51
45246         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
45247              Date: Sun, 31 Dec 2000 11:17:37 -0600
45248              From: "Craig A. Berry" <craigberry@mac.com>
45249              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
45250      Branch: perl
45251            ! ext/Encode/Makefile.PL
45252 ____________________________________________________________________________
45253 [  8285] By: nick                                  on 2000/12/31  18:11:54
45254         Log: Start of support of ICU-style .ucm files:
45255              - teach compile how to read a .ucm file
45256              - first guess at how to represent fallbacks in "tries".
45257              - use fallbacks if check == 0
45258              - new return code to indicate we used one.
45259      Branch: perlio
45260            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
45261            ! ext/Encode/encengine.c ext/Encode/encode.h
45262 ____________________________________________________________________________
45263 [  8284] By: jhi                                   on 2000/12/31  18:04:41
45264         Log: Pacify picky VMS compiler.
45265              
45266              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
45267              From: "Craig A. Berry" <craig.berry@psinetcs.com>
45268              Date: Sat, 30 Dec 2000 18:10:02 -0600
45269              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
45270      Branch: perl
45271            ! sv.c
45272 ____________________________________________________________________________
45273 [  8283] By: jhi                                   on 2000/12/31  16:11:47
45274         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
45275      Branch: perl
45276            ! t/lib/glob-basic.t
45277 ____________________________________________________________________________
45278 [  8282] By: jhi                                   on 2000/12/31  15:26:11
45279         Log: Integrate perlio.
45280      Branch: perl
45281           !> makedef.pl opcode.pl os2/os2.c perlio.c
45282 ____________________________________________________________________________
45283 [  8281] By: nick                                  on 2000/12/31  10:06:15
45284         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
45285              is available to be exported
45286      Branch: perlio
45287            ! makedef.pl perlio.c
45288 ____________________________________________________________________________
45289 [  8280] By: nick                                  on 2000/12/31  09:41:26
45290         Log: Ilya's OS2 patch (testing for damage on Win32)
45291      Branch: perlio
45292            ! makedef.pl opcode.pl os2/os2.c
45293 ____________________________________________________________________________
45294 [  8279] By: jhi                                   on 2000/12/30  21:52:07
45295         Log: Test nits.
45296      Branch: perl
45297            ! t/lib/syslfs.t t/op/lfs.t
45298 ____________________________________________________________________________
45299 [  8278] By: jhi                                   on 2000/12/30  21:47:49
45300         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
45301              From: andreas.koenig@anima.de (Andreas J. Koenig)
45302              Date: 30 Dec 2000 22:35:37 +0100
45303              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
45304              
45305              The 32-bit wraparound test wasn't quite right.
45306      Branch: perl
45307            ! t/lib/syslfs.t t/op/lfs.t
45308 ____________________________________________________________________________
45309 [  8277] By: jhi                                   on 2000/12/30  21:33:44
45310         Log: Subject: [PATCH] open() example in perlfunc.pod 
45311              From: Karsten Sperling <s_sperli@ira.uka.de>
45312              Date: Sat, 30 Dec 2000 22:27:09 +0100
45313              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
45314      Branch: perl
45315            ! pod/perlfunc.pod
45316 ____________________________________________________________________________
45317 [  8276] By: jhi                                   on 2000/12/30  20:32:40
45318         Log: Not quite that many tests yet.
45319      Branch: perl
45320            ! t/op/pat.t
45321 ____________________________________________________________________________
45322 [  8275] By: jhi                                   on 2000/12/30  20:26:58
45323         Log: Integrate perlio.
45324      Branch: perl
45325           !> toke.c
45326 ____________________________________________________________________________
45327 [  8274] By: jhi                                   on 2000/12/30  20:24:56
45328         Log: Signedness nit.
45329      Branch: perl
45330            ! utf8.c
45331 ____________________________________________________________________________
45332 [  8273] By: jhi                                   on 2000/12/30  20:15:46
45333         Log: Add a test case for 20000731.001 which was fixed by the #8267.
45334      Branch: perl
45335            ! t/op/pat.t
45336 ____________________________________________________________________________
45337 [  8272] By: nick                                  on 2000/12/30  19:47:51
45338         Log: Tweak for MULTIPLICITY/USE_PERLIO
45339      Branch: perlio
45340            ! toke.c
45341 ____________________________________________________________________________
45342 [  8271] By: nick                                  on 2000/12/30  19:46:45
45343         Log: Integrate mainline
45344      Branch: perlio
45345           +> lib/unicode/distinct.pm
45346           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
45347           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
45348           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
45349 ____________________________________________________________________________
45350 [  8270] By: jhi                                   on 2000/12/30  19:39:50
45351         Log: Subject: RE: perl@8269
45352              From: "Richard Soderberg" <rs@crystalflame.net>
45353              Date: Sat, 30 Dec 2000 11:36:27 -0800
45354              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
45355              
45356              A missing aTHX_.
45357      Branch: perl
45358            ! toke.c
45359 ____________________________________________________________________________
45360 [  8269] By: jhi                                   on 2000/12/30  18:55:48
45361         Log: Update Changes.
45362      Branch: perl
45363            ! Changes patchlevel.h
45364 ____________________________________________________________________________
45365 [  8268] By: jhi                                   on 2000/12/30  17:18:40
45366         Log: Add a test for Unicode split //.  The #8267 was the cure.
45367      Branch: perl
45368            ! t/op/split.t
45369 ____________________________________________________________________________
45370 [  8267] By: jhi                                   on 2000/12/30  17:14:19
45371         Log: Subject: more UTF8 test suites and an UTF8 patch
45372              From: Inaba Hiroto <inaba@st.rim.or.jp>
45373              Date: Sat, 30 Dec 2000 14:27:10 +0900
45374              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
45375              
45376              Just the patch part for now, and the pragma renamed
45377              as unicode::distinct.
45378      Branch: perl
45379            + lib/unicode/distinct.pm
45380            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
45381            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
45382            ! regcomp.h regexec.c sv.c toke.c utf8.c
45383 ____________________________________________________________________________
45384 [  8266] By: nick                                  on 2000/12/30  16:40:49
45385         Log: Integrate mainline
45386      Branch: perlio
45387           +> lib/Pod/Text/Overstrike.pm
45388           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
45389           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
45390           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
45391           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
45392           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
45393 ____________________________________________________________________________
45394 [  8265] By: jhi                                   on 2000/12/30  07:28:55
45395         Log: The sv_catsv() fix, take two.
45396      Branch: perl
45397            ! sv.c t/op/join.t
45398 ____________________________________________________________________________
45399 [  8264] By: jhi                                   on 2000/12/30  06:19:18
45400         Log: Undo all the join-related changes since #8248: relevant
45401              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
45402              The new sv_catsv() doesn't fly so it must go back to
45403              the drawing board.
45404      Branch: perl
45405            ! sv.c t/op/join.t t/pragma/utf8.t
45406 ____________________________________________________________________________
45407 [  8263] By: jhi                                   on 2000/12/30  01:08:32
45408         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
45409      Branch: perl
45410            ! sv.c
45411 ____________________________________________________________________________
45412 [  8262] By: jhi                                   on 2000/12/30  00:45:14
45413         Log: Retract #8261.
45414      Branch: perl
45415            ! hv.c util.c
45416 ____________________________________________________________________________
45417 [  8261] By: jhi                                   on 2000/12/30  00:38:32
45418         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
45419      Branch: perl
45420            ! hv.c util.c
45421 ____________________________________________________________________________
45422 [  8260] By: jhi                                   on 2000/12/29  22:51:33
45423         Log: (Retracted by #8264)  More fixing for #8251.
45424      Branch: perl
45425            ! sv.c
45426 ____________________________________________________________________________
45427 [  8259] By: jhi                                   on 2000/12/29  18:27:30
45428         Log: Subject: podlators 1.06 released
45429              From: Russ Allbery <rra@stanford.edu>
45430              Date: 25 Dec 2000 05:09:30 -0800
45431              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
45432      Branch: perl
45433            + lib/Pod/Text/Overstrike.pm
45434            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
45435            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
45436 ____________________________________________________________________________
45437 [  8258] By: jhi                                   on 2000/12/29  18:20:45
45438         Log: Make the large file tests more robust/talkative as suggested by
45439              
45440              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
45441              From: andreas.koenig@anima.de (Andreas J. Koenig)
45442              Date: 29 Dec 2000 14:23:01 +0100
45443              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
45444      Branch: perl
45445            ! t/lib/syslfs.t t/op/lfs.t
45446 ____________________________________________________________________________
45447 [  8257] By: jhi                                   on 2000/12/29  17:48:04
45448         Log: Further VMS piping fixes from Charles Lane:
45449              
45450              In summary, error messages produced when a subprocess terminated
45451              abnormally were being sent not just to the parent process, but to
45452              grandparents, because of default values for error output that were
45453              not completely overridden when the subprocess was started.
45454              
45455              This patch fixes this behavior by defining user-mode (i.e., temporary
45456              for the duration of the program) logical names for SYS$OUTPUT and
45457              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
45458              changes to make it so that the user-mode logicals are the ones that
45459              control where Perl's error messages go if it terminates abnormally.
45460              
45461              I also added some gratuitous fixes to the indentation of braces in
45462              the piping code.  It just looked ugly, before.
45463      Branch: perl
45464            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
45465 ____________________________________________________________________________
45466 [  8256] By: jhi                                   on 2000/12/29  17:45:12
45467         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
45468              From: "Casey R. Tweten" <crt@kiski.net>
45469              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
45470              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
45471              
45472              Tests for for #8240.
45473      Branch: perl
45474            ! t/pragma/constant.t
45475 ____________________________________________________________________________
45476 [  8255] By: jhi                                   on 2000/12/29  17:43:07
45477         Log: Subject: Re: [PATCH] Interesting syntax idea
45478              From: Simon Cozens <simon@cozens.net>
45479              Date: Fri, 29 Dec 2000 14:34:04 +0000
45480              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
45481              
45482              Tests for #8254.
45483      Branch: perl
45484            ! t/pragma/sub_lval.t
45485 ____________________________________________________________________________
45486 [  8254] By: jhi                                   on 2000/12/29  17:42:11
45487         Log: Subject: [PATCH] Interesting syntax idea
45488              From: Simon Cozens <simon@cozens.net>
45489              Date: Wed, 27 Dec 2000 05:08:57 +0000
45490              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
45491              
45492              Make opens + bareword assigns do typeglob assigns.
45493      Branch: perl
45494            ! op.c
45495 ____________________________________________________________________________
45496 [  8253] By: jhi                                   on 2000/12/29  17:36:45
45497         Log: Output the (apparent) version of gcc, as suggested by
45498              
45499              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
45500              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
45501              Date: 26 Dec 2000 04:29:17 -0500
45502              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
45503              
45504              (The patch as such didn't any more apply as the misparsing had
45505              already been addressed in #6474.)  Also change the wording about
45506              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
45507      Branch: perl
45508            ! hints/dec_osf.sh
45509 ____________________________________________________________________________
45510 [  8252] By: nick                                  on 2000/12/29  12:14:31
45511         Log: Integrate mainline
45512      Branch: perlio
45513           !> (integrate 27 files)
45514 ____________________________________________________________________________
45515 [  8251] By: jhi                                   on 2000/12/29  08:45:46
45516         Log: (Retracted by #8264)
45517              
45518              (Fixed by #8260.)
45519              
45520              sv_catsv() needs one more byte space than seems reasonable.
45521              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
45522              Curiouser and curiouser.
45523      Branch: perl
45524            ! sv.c
45525 ____________________________________________________________________________
45526 [  8250] By: jhi                                   on 2000/12/29  07:57:52
45527         Log: More split // UTF-8 tests.
45528      Branch: perl
45529            ! t/pragma/utf8.t
45530 ____________________________________________________________________________
45531 [  8249] By: jhi                                   on 2000/12/29  07:54:51
45532         Log: (Retracted by #8264)  More join() testing which was good because
45533              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
45534      Branch: perl
45535            ! pp.c t/op/join.t utf8.c utf8.h
45536 ____________________________________________________________________________
45537 [  8248] By: jhi                                   on 2000/12/29  07:08:32
45538         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
45539              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
45540              that the only cases to care about are byte+byte and byte+character.
45541              
45542              TODO: See how well pp_concat() could be implemented in terms
45543              of sv_catsv().
45544      Branch: perl
45545            ! doop.c sv.c t/op/join.t utf8.h
45546 ____________________________________________________________________________
45547 [  8247] By: jhi                                   on 2000/12/29  06:35:23
45548         Log: Signedness nit.
45549      Branch: perl
45550            ! pp_hot.c
45551 ____________________________________________________________________________
45552 [  8246] By: jhi                                   on 2000/12/29  01:23:31
45553         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
45554              From: Lupe Christoph <lupe@lupe-christoph.de>
45555              Date: Thu, 28 Dec 2000 23:00:00 +0100
45556              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
45557              
45558              Suggest rsync --delete --dry-run.
45559      Branch: perl
45560            ! pod/perlhack.pod
45561 ____________________________________________________________________________
45562 [  8245] By: jhi                                   on 2000/12/28  23:57:05
45563         Log: The maxiters upper limit sanity check (guarding against
45564              non-progress) assumed bytes instead of characters in s///
45565              and split().
45566      Branch: perl
45567            ! pp.c pp_hot.c
45568 ____________________________________________________________________________
45569 [  8244] By: jhi                                   on 2000/12/28  23:34:08
45570         Log: Make some panic messages a bit more logical.
45571      Branch: perl
45572            ! doop.c pod/perldiag.pod pp.c pp_hot.c
45573 ____________________________________________________________________________
45574 [  8243] By: jhi                                   on 2000/12/28  22:59:16
45575         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
45576              From: Simon Cozens <simon@cozens.net>
45577              Date: Wed, 27 Dec 2000 02:30:03 +0000
45578              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
45579      Branch: perl
45580            ! pp.c t/pragma/sub_lval.t
45581 ____________________________________________________________________________
45582 [  8242] By: jhi                                   on 2000/12/28  22:56:53
45583         Log: Subject: [PATCH blead] Fix B::Terse indentation
45584              From: Daniel Chetlin <daniel@chetlin.com>
45585              Date: Wed, 27 Dec 2000 06:43:30 -0800
45586              Message-ID: <20001227064329.B9573@darkstar>
45587      Branch: perl
45588            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
45589 ____________________________________________________________________________
45590 [  8241] By: jhi                                   on 2000/12/28  22:48:59
45591         Log: The latter patch from the
45592              
45593              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
45594              From: Peter Prymmer <pvhp@forte.com> 
45595              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
45596              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
45597              
45598              (the former patch from the above should have been
45599              taken care of by Nick I-S)
45600      Branch: perl
45601            ! win32/Makefile
45602 ____________________________________________________________________________
45603 [  8240] By: jhi                                   on 2000/12/28  22:45:22
45604         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
45605              From: "Casey R. Tweten" <crt@kiski.net>
45606              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
45607              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
45608      Branch: perl
45609            ! lib/constant.pm
45610 ____________________________________________________________________________
45611 [  8239] By: jhi                                   on 2000/12/28  22:37:45
45612         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
45613              From: Simon Cozens <simon@cozens.net>
45614              Date: Wed, 27 Dec 2000 14:12:44 +0000
45615              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
45616      Branch: perl
45617            ! t/op/method.t t/op/sort.t toke.c
45618 ____________________________________________________________________________
45619 [  8238] By: jhi                                   on 2000/12/28  22:30:32
45620         Log: Subject: [PATCH perl@8229] Call.pm
45621              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
45622              Date: Mon, 25 Dec 2000 10:47:15 -0000
45623              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
45624      Branch: perl
45625            ! ext/Filter/Util/Call/Call.pm
45626 ____________________________________________________________________________
45627 [  8237] By: jhi                                   on 2000/12/28  22:19:21
45628         Log: Subject: [PATCH blead] Fix problem with `&' prototype
45629              From: Daniel Chetlin <daniel@chetlin.com>
45630              Date: Wed, 27 Dec 2000 15:55:32 -0800
45631              Message-ID: <20001227155532.D9573@darkstar>
45632      Branch: perl
45633            ! op.c t/comp/proto.t
45634 ____________________________________________________________________________
45635 [  8236] By: jhi                                   on 2000/12/28  22:09:25
45636         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
45637              From: Daniel Chetlin <daniel@chetlin.com>
45638              Date: Sun, 24 Dec 2000 04:09:49 -0800
45639              Message-ID: <20001224040949.B3090@darkstar>
45640      Branch: perl
45641            ! gv.c mg.c t/op/attrs.t
45642 ____________________________________________________________________________
45643 [  8235] By: jhi                                   on 2000/12/28  22:07:11
45644         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
45645              From: Jan Dubois <jand@ActiveState.com>
45646              Date: Tue, 26 Dec 2000 20:57:31 -0800
45647              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
45648      Branch: perl
45649            ! win32/win32.c
45650 ____________________________________________________________________________
45651 [  8234] By: jhi                                   on 2000/12/28  21:52:42
45652         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
45653              From: Simon Cozens <simon@cozens.net>
45654              Date: Thu, 28 Dec 2000 20:33:13 +0000
45655              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
45656      Branch: perl
45657            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
45658 ____________________________________________________________________________
45659 [  8233] By: jhi                                   on 2000/12/28  19:40:49
45660         Log: Integrate perlio.
45661      Branch: perl
45662           !> ext/Encode/Makefile.PL ext/Encode/compile
45663 ____________________________________________________________________________
45664 [  8232] By: nick                                  on 2000/12/23  16:06:00
45665         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
45666              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
45667      Branch: perlio
45668            ! ext/Encode/Makefile.PL
45669 ____________________________________________________________________________
45670 [  8231] By: nick                                  on 2000/12/23  14:30:34
45671         Log: "Compiled" encode build cleanup
45672              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
45673              - .c files do not export sub-tables
45674      Branch: perlio
45675            ! ext/Encode/Makefile.PL ext/Encode/compile
45676 ____________________________________________________________________________
45677 [  8230] By: nick                                  on 2000/12/23  12:50:37
45678         Log: Integrate mainline
45679      Branch: perlio
45680           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
45681           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
45682           !> pod/perl5004delta.pod pod/perl5005delta.pod
45683           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
45684           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
45685           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
45686           !> pod/perlsub.pod
45687 ____________________________________________________________________________
45688 [  8229] By: jhi                                   on 2000/12/22  15:32:12
45689         Log: Integrate perlio.
45690      Branch: perl
45691           +> win32/distclean.bat
45692           !> MANIFEST t/io/utf8.t
45693 ____________________________________________________________________________
45694 [  8228] By: jhi                                   on 2000/12/22  15:29:40
45695         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
45696              From: Robin Barker <rmb1@cise.npl.co.uk>
45697              Date: Fri, 22 Dec 2000 12:17:38 GMT
45698              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
45699      Branch: perl
45700            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
45701            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
45702            ! pod/perl5004delta.pod pod/perl5005delta.pod
45703            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
45704            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
45705            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
45706            ! pod/perlsub.pod
45707 ____________________________________________________________________________
45708 [  8227] By: jhi                                   on 2000/12/22  15:24:28
45709         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
45710              From: "John L. Allen" <allen@grumman.com>
45711              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
45712              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
45713              
45714              Document APPLLIB_EXP.
45715      Branch: perl
45716            ! INSTALL
45717 ____________________________________________________________________________
45718 [  8226] By: nick                                  on 2000/12/21  22:11:50
45719         Log: Handy script for when one forgets to "dmake clean" 
45720      Branch: perlio
45721            + win32/distclean.bat
45722            ! MANIFEST
45723 ____________________________________________________________________________
45724 [  8225] By: nick                                  on 2000/12/21  21:54:04
45725         Log: CRLF platform issue with io/utf8 fix.
45726      Branch: perlio
45727            ! t/io/utf8.t
45728 ____________________________________________________________________________
45729 [  8224] By: nick                                  on 2000/12/21  21:02:20
45730         Log: Integrate mainline
45731      Branch: perlio
45732           !> Changes Configure Makefile.SH Porting/Glossary
45733           !> Porting/config.sh Porting/config_H configure.com
45734           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
45735           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
45736           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
45737           !> win32/config.bc win32/config.gc win32/config.vc
45738 ____________________________________________________________________________
45739 [  8223] By: jhi                                   on 2000/12/21  17:09:16
45740         Log: Update Changes.
45741      Branch: perl
45742            ! Changes patchlevel.h
45743 ____________________________________________________________________________
45744 [  8222] By: jhi                                   on 2000/12/21  16:24:01
45745         Log: Metaconfig unit changes for #8221.
45746      Branch: metaconfig/U/perl
45747           +> issymlink.U
45748            - testsyml.U
45749            ! Mksymlinks.U
45750 ____________________________________________________________________________
45751 [  8221] By: jhi                                   on 2000/12/21  16:23:48
45752         Log: Rename testsyml to issymlink.
45753      Branch: perl
45754            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45755            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
45756            ! win32/config.vc
45757 ____________________________________________________________________________
45758 [  8220] By: jhi                                   on 2000/12/21  15:47:26
45759         Log: Robustness support for #8218 (symlink forest) since the GNU
45760              tools seem to be overly picky about symlinkage depths.
45761      Branch: perl
45762            ! Makefile.SH t/io/fs.t
45763 ____________________________________________________________________________
45764 [  8219] By: jhi                                   on 2000/12/21  15:38:27
45765         Log: Metaconfig changes for #8218.
45766      Branch: metaconfig
45767            ! U/modified/Oldconfig.U
45768      Branch: metaconfig/U/perl
45769            + Mksymlinks.U
45770            ! testsyml.U
45771 ____________________________________________________________________________
45772 [  8218] By: jhi                                   on 2000/12/21  15:37:57
45773         Log: Add Configure option -Dmksymlinks which will create a symlink
45774              forest if the current/build differs from the source directory.
45775              TODO: mkdir -p is not portable.
45776      Branch: perl
45777            ! Configure
45778 ____________________________________________________________________________
45779 [  8217] By: jhi                                   on 2000/12/21  14:39:12
45780         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
45781              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
45782              Date: Thu, 21 Dec 2000 09:38:18 GMT
45783              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
45784              
45785              The ofs became an SV.
45786      Branch: perl
45787            ! ext/Thread/Thread.xs
45788 ____________________________________________________________________________
45789 [  8216] By: jhi                                   on 2000/12/21  05:40:21
45790         Log: The polymorphism seems to have fixed 20000517.001.
45791      Branch: perl
45792            ! t/pragma/utf8.t
45793 ____________________________________________________________________________
45794 [  8215] By: jhi                                   on 2000/12/21  04:44:52
45795         Log: read() documentation tweak for 20001121.004.
45796      Branch: perl
45797            ! pod/perlfunc.pod
45798 ____________________________________________________________________________
45799 [  8214] By: jhi                                   on 2000/12/21  03:54:11
45800         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
45801      Branch: perl
45802            ! pp_sys.c t/op/misc.t
45803 ____________________________________________________________________________
45804 [  8213] By: jhi                                   on 2000/12/21  00:28:10
45805         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
45806              From: Peter Prymmer <pvhp@forte.com>
45807              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
45808              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
45809      Branch: perl
45810            ! configure.com
45811 ____________________________________________________________________________
45812 [  8212] By: jhi                                   on 2000/12/21  00:26:21
45813         Log: Edit edit edit.
45814      Branch: perl
45815            ! pod/perlfaq3.pod
45816 ____________________________________________________________________________
45817 [  8211] By: jhi                                   on 2000/12/20  18:52:46
45818         Log: Update Changes.
45819      Branch: perl
45820            ! Changes patchlevel.h
45821 ____________________________________________________________________________
45822 [  8210] By: jhi                                   on 2000/12/20  18:34:47
45823         Log: Yet another editor edit.
45824      Branch: perl
45825            ! pod/perlfaq3.pod
45826 ____________________________________________________________________________
45827 [  8209] By: jhi                                   on 2000/12/20  15:33:28
45828         Log: More Win32 Perling.
45829      Branch: perl
45830            ! pod/perlfaq3.pod
45831 ____________________________________________________________________________
45832 [  8208] By: jhi                                   on 2000/12/20  15:07:46
45833         Log: More Win32 editor/IDE/shell hints.
45834      Branch: perl
45835            ! pod/perlfaq3.pod
45836 ____________________________________________________________________________
45837 [  8207] By: jhi                                   on 2000/12/20  03:54:08
45838         Log: Subject: [PATCH] obscure timing knowledge
45839              From: Nicholas Clark <nick@ccl4.org>
45840              Date: Tue, 19 Dec 2000 19:22:31 +0000
45841              Message-ID: <20001219192231.F2827@plum.flirble.org>
45842      Branch: perl
45843            ! sv.c
45844 ____________________________________________________________________________
45845 [  8206] By: jhi                                   on 2000/12/20  03:45:57
45846         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
45847              From: Spider Boardman <spider@leggy.zk3.dec.com>
45848              Date: Tue, 19 Dec 2000 21:30:16 -0500
45849              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
45850      Branch: perl
45851            ! sv.c
45852 ____________________________________________________________________________
45853 [  8205] By: jhi                                   on 2000/12/19  23:02:01
45854         Log: Update Changes.
45855      Branch: perl
45856            ! Changes patchlevel.h
45857 ____________________________________________________________________________
45858 [  8204] By: jhi                                   on 2000/12/19  22:58:18
45859         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
45860              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
45861              on editors and diffing/patching.
45862      Branch: perl
45863            ! t/op/utf8decode.t
45864 ____________________________________________________________________________
45865 [  8203] By: nick                                  on 2000/12/19  21:36:16
45866         Log: Integrate mainline (forgot my own change...)
45867      Branch: perlio
45868           !> ext/Encode/compile
45869 ____________________________________________________________________________
45870 [  8202] By: nick                                  on 2000/12/19  21:34:42
45871         Log: Integrate mainline.
45872      Branch: perlio
45873           !> (integrate 61 files)
45874 ____________________________________________________________________________
45875 [  8201] By: nick                                  on 2000/12/19  21:34:06
45876         Log: Avoid looking for File::Glob when we don't need it.
45877      Branch: perl
45878            ! ext/Encode/compile
45879 ____________________________________________________________________________
45880 [  8200] By: jhi                                   on 2000/12/19  18:35:49
45881         Log: Update Changes.
45882      Branch: perl
45883            ! Changes patchlevel.h
45884 ____________________________________________________________________________
45885 [  8199] By: jhi                                   on 2000/12/19  18:35:07
45886         Log: Microperl tweaks.
45887      Branch: perl
45888            ! sv.c uconfig.h uconfig.sh
45889 ____________________________________________________________________________
45890 [  8198] By: jhi                                   on 2000/12/19  18:29:59
45891         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
45892      Branch: perl
45893            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45894            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
45895 ____________________________________________________________________________
45896 [  8197] By: jhi                                   on 2000/12/19  17:55:29
45897         Log: In VMS embedded perls couldn't access the statically built Socket,
45898              from Charles Lane.
45899      Branch: perl
45900            ! configure.com
45901 ____________________________________________________________________________
45902 [  8196] By: jhi                                   on 2000/12/19  17:49:50
45903         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
45904              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
45905              Date: Sun, 17 Dec 2000 19:11:44 -0000
45906              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
45907      Branch: perl
45908            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
45909            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
45910 ____________________________________________________________________________
45911 [  8195] By: jhi                                   on 2000/12/19  17:47:53
45912         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
45913              From: Jonathan Stowe <gellyfish@gellyfish.com>
45914              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
45915              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
45916      Branch: perl
45917            ! utils/h2xs.PL
45918 ____________________________________________________________________________
45919 [  8194] By: jhi                                   on 2000/12/19  17:46:28
45920         Log: Subject: Re: useless use of void context work-around
45921              From: andreas.koenig@anima.de (Andreas J. Koenig)
45922              Date: 16 Dec 2000 15:13:36 +0100
45923              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
45924              
45925              Document (comment) the q(di ds ig) trick in the code.
45926      Branch: perl
45927            ! op.c
45928 ____________________________________________________________________________
45929 [  8193] By: jhi                                   on 2000/12/19  17:10:57
45930         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
45931              From: "Mark J. Reed" <mreed@strange.turner.com>
45932              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
45933              Message-Id: <200012160222.VAA13986@strange.turner.com>
45934      Branch: perl
45935            ! ext/Sys/Syslog/Syslog.pm
45936 ____________________________________________________________________________
45937 [  8192] By: jhi                                   on 2000/12/19  17:07:45
45938         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
45939              From: Nicholas Clark <nick@ccl4.org>
45940              Date: Sat, 16 Dec 2000 19:03:13 +0000
45941              Message-ID: <20001216190313.D68304@plum.flirble.org>
45942      Branch: perl
45943            ! t/op/64bitint.t
45944 ____________________________________________________________________________
45945 [  8191] By: jhi                                   on 2000/12/19  17:06:13
45946         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
45947              From: Dominic Dunlop <domo@computer.org>
45948              Date: Mon, 18 Dec 2000 12:00:15 +0100
45949              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
45950              
45951              This patchlet is needed in order that perl can be statically linked.  
45952      Branch: perl
45953            ! regexec.c
45954 ____________________________________________________________________________
45955 [  8190] By: jhi                                   on 2000/12/19  17:03:08
45956         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
45957              From: "Craig A. Berry" <craig.berry@psinetcs.com>
45958              Date: Sun, 17 Dec 2000 00:18:35 -0600
45959              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
45960      Branch: perl
45961            ! perlio.h vms/gen_shrfls.pl
45962 ____________________________________________________________________________
45963 [  8189] By: jhi                                   on 2000/12/19  16:20:28
45964         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
45965              From: Prymmer/Kahn <pvhp@best.com>
45966              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
45967              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
45968              
45969              A better version of #8188.
45970      Branch: perl
45971            ! pod/perlfaq3.pod
45972 ____________________________________________________________________________
45973 [  8188] By: jhi                                   on 2000/12/19  15:57:06
45974         Log: (Replaced by #8189)
45975              
45976              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
45977              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
45978              From: Prymmer/Kahn <pvhp@best.com>
45979              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
45980              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
45981              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
45982              Date: Mon, 18 Dec 2000 11:10:45 -0500
45983              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
45984      Branch: perl
45985            ! pod/perlfaq3.pod
45986 ____________________________________________________________________________
45987 [  8187] By: jhi                                   on 2000/12/19  15:54:19
45988         Log: Email address fix for Anton Berezin.
45989      Branch: perl
45990            ! AUTHORS
45991 ____________________________________________________________________________
45992 [  8186] By: jhi                                   on 2000/12/19  15:38:54
45993         Log: Subject: [PATCH perl@8102] cygwin port
45994              From: "Eric Fifer" <efifer@dircon.co.uk> 
45995              Date: Thu, 14 Dec 2000 13:41:29 -0000
45996              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
45997              
45998              When compiling modules the data item that is being imported
45999              from libperl.dll needs to be tagged as imported/shared data:
46000              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
46001      Branch: perl
46002            ! perliol.h
46003 ____________________________________________________________________________
46004 [  8185] By: jhi                                   on 2000/12/19  14:53:24
46005         Log: Regen uconfig.h and uconfig.sh.
46006      Branch: perl
46007            ! uconfig.h uconfig.sh
46008 ____________________________________________________________________________
46009 [  8184] By: jhi                                   on 2000/12/18  20:43:49
46010         Log: Comments work so much better when they are closed.
46011      Branch: perl
46012            ! regcomp.c
46013 ____________________________________________________________________________
46014 [  8183] By: jhi                                   on 2000/12/18  18:04:02
46015         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
46016              Fixes the bug 20001218.016.
46017      Branch: perl
46018            ! regcomp.c
46019 ____________________________________________________________________________
46020 [  8182] By: gsar                                  on 2000/12/18  09:53:47
46021         Log: delete spurious files
46022      Branch: maint-5.6/perl
46023            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
46024            - vos/config.h vos/config_h.SH_orig
46025 ____________________________________________________________________________
46026 [  8181] By: gsar                                  on 2000/12/18  09:46:08
46027         Log: regen perltoc
46028      Branch: maint-5.6/perl
46029            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
46030 ____________________________________________________________________________
46031 [  8180] By: gsar                                  on 2000/12/18  09:20:27
46032         Log: integrate changes#7924..7926,7946,7952 from mainline
46033              
46034              A test works better if it has the right 1..$n output.
46035              
46036              All the core library users of Class::Struct seem to be
46037              using "use Class::Struct 'struct';" instead of the bare
46038              "use Class::Struct;", which isn't documented in Class::Struct.
46039              This can't be right.
46040              
46041              Make the Class::Struct import() wiser.
46042              
46043              Upgrade to CPAN 1.59_51, from Andreas König.
46044              
46045              Subject: Re: long shell lines
46046              Split overly long shell command lines.
46047      Branch: maint-5.6/perl
46048           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
46049           !> lib/File/stat.pm t/lib/class-struct.t
46050 ____________________________________________________________________________
46051 [  8179] By: gsar                                  on 2000/12/18  08:55:54
46052         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
46053              7918,7919,7988,8907 from mainline (various)
46054              
46055              Subject: [ID 20001127.004] White space problem in perlamiga.pod
46056              
46057              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
46058              
46059              Subject: [PATCH] perlcc.PL cleanups
46060              
46061              Subject: [PATCH] Updating perltie.pod for arrays
46062              
46063              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
46064              Subject: Re: [PATCH] Updating perltie.pod for arrays
46065              Subject: Re: [PATCH] Updating perltie.pod for arrays
46066              
46067              One more perltie.pod nit from Casey R. Tweten.
46068              
46069              Subject: [PATCH] $^O  win32 -> MSWin32
46070              plus similar nits for vms, err, VMS, and UNICOS.
46071              
46072              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
46073              More checking in case someone has broken their services or
46074              protocol databases.
46075              
46076              Make "use Class::Struct 'struct';" work again (broken by #7617);
46077              add a test for Class::Struct.
46078              
46079              Integrate the "skip" messages to explain().
46080              
46081              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
46082      Branch: maint-5.6/perl
46083           +> t/lib/class-struct.t
46084           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
46085           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
46086           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
46087 ____________________________________________________________________________
46088 [  8178] By: gsar                                  on 2000/12/18  08:16:30
46089         Log: avoid redefinition warnings on windows due to sys/socket.h getting
46090              #included before win32.h
46091      Branch: maint-5.6/perl
46092            ! win32/include/sys/socket.h
46093 ____________________________________________________________________________
46094 [  8177] By: gsar                                  on 2000/12/18  05:24:04
46095         Log: make regen_headers; fix POSIX.xs problems; remove outdated
46096              code from sys/socket.h that makes build fail now
46097      Branch: maint-5.6/perl
46098            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
46099            ! pod/perlapi.pod
46100           !> win32/include/sys/socket.h
46101 ____________________________________________________________________________
46102 [  8176] By: gsar                                  on 2000/12/18  05:20:17
46103         Log: update Changes
46104      Branch: maint-5.6/perl
46105            ! Changes patchlevel.h
46106 ____________________________________________________________________________
46107 [  8175] By: gsar                                  on 2000/12/18  04:57:48
46108         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
46109              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
46110              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
46111              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
46112              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
46113              7823,7825,7838
46114              
46115              Subject: Re: [PATCH] README.solaris
46116              
46117              Add getpagesize() probing, on non-UNIX guess 'undef'.
46118              
46119              Simplify the getpagesize() unit by dropping the
46120              pagesize probe since it's nowadays slightly more
46121              complicated because of sysconf(). (Note: if some
46122              platform really needs the -lPW for getpagesize,
46123              I just broke it.)
46124              TODO: a new pagesize unit.
46125              
46126              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
46127              
46128              MachTen doesn't really do mmap() and munmap().
46129              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
46130              
46131              More README.solaris updates from Andy Dougherty.
46132              
46133              Copy the s// information of README.hpux also to the perlrun.
46134              
46135              Add HAS_FSYNC, lack noticed by Nicholas Clark.
46136              
46137              Add a metaconfig unit for fsync.
46138              
46139              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
46140              
46141              Many subdocumented return values of the IO extension now documented.
46142              ungetc and write still left subdocumented.
46143              Subject: [PATCH] (was Re: IO::Handle::ungetc)
46144              
46145              Document tell() on special streams.
46146              
46147              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
46148              
46149              Subject: [ID 20001112.007] sfio's sftell isn't ftell
46150              
46151              Couple of tests from #7660 salvaged.
46152              
46153              Tweak the definition of the bit complement on UTF-8 data:
46154              if none of the characters in the string are > 0xff,
46155              the result is a complemented byte string, not a (UTF-8)
46156              char string.  Based on the summary in
46157              Subject: Re: [ID 20000918.005] ~ on wide chars
46158              This should give us the maximum backward (pre-char string)
46159              compatibility and utf8 compatibility.  The other alternative
46160              would be to limit the bit complement to be always byte only,
46161              taking the least significant byte of the chars.
46162              
46163              Cleanup messy #ifdef.
46164              
46165              Typos in #7667.
46166              
46167              Declare reg_data like reg_substr_data.
46168              
46169              Placate nervous compilers that see longer than ints switch()ing.
46170              
46171              Remove the new two tests of lib/io_xs for now, they seem to
46172              fail under perlio on some platforms.
46173              
46174              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
46175              
46176              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
46177              
46178              Subject: tiny typo in perl5db.pl
46179              
46180              Subject: some additions for makefiles for win32 (for perl@7674)
46181              
46182              Hoist the duplicated socket/netdb include logic to perl.h;
46183              undef SETERRNO in case SOCKS has defined it.  Based on:
46184              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
46185              
46186              Regen Configure.
46187              
46188              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
46189              (a macro to define signed and unsigned integer constants).
46190              
46191              Use UINT64_C().
46192              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
46193              
46194              Use u_int32_t for the size of hash_cb(), not size_t.
46195              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
46196              
46197              Quit utf8_to_uv() instantly if curlen == 0.
46198              
46199              Subject: [PATCH: perl@7674] updates to README.os390
46200              
46201              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
46202              
46203              EBCDIC tweaks.
46204              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
46205              
46206              Linenumber fix.
46207              
46208              SOCKS has its own USE_THREADS, based on
46209              Subject: [ID 20001114.002] et. al. bugfix followup
46210              
46211              UINT64_C() work continues.
46212              
46213              Detypo.
46214              
46215              The type of the hash_cb() size argument is tricky.
46216              
46217              Add fwalk() probe to the configuration files and regen perltoc.
46218              
46219              Subject: perllocale.pod changes
46220              
46221              Avoid an infinite loop in VMS when utils scripts are run
46222              with no arguments, from Charles Lane.
46223              
46224              Subject: Re: Bug in Carp::Heavy/5.6.0?
46225              
46226              For Solaris use64bitall the stdchar needs a little bit of help.
46227              
46228              The long double hints can be here or there.
46229              
46230              Test tweak for the open pragma.
46231              
46232              Also the 64bitall hints can be either here or there.
46233              
46234              As surmised the #7719 wasn't a good move.
46235              
46236              Subject: Fix for 20000409.001
46237              
46238              Subject: Fix for 20000815.006
46239              It's really 20000518.006.
46240              
46241              Subject: [PATCH 5.6.0 README.win32] very minor typos
46242              
46243              Subject: Fix for README.amiga (20000323.033)
46244              
46245              Explain in more detail the {} syntax ambiguousity.
46246              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
46247              
46248              Sparc 64-bit pack() fix from Jens Hamisch.
46249              
46250              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
46251              
46252              Subject: podlators 1.05 available        
46253              
46254              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
46255              
46256              Subject: [perl 7711: EPOC] updates
46257              
46258              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
46259              
46260              Miraculous typo.
46261              
46262              sysseek() instead of seek().
46263              
46264              Solaris hints tweaks.
46265              
46266              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
46267              This may be overly harsh but until proven otherwise, we think this
46268              way, or until we have a simple test for Configure (having to start
46269              up servers is does not count as simple) to check for the problems.
46270              
46271              Remove the shared object before attempting to create
46272              (by linking) a new one.  E.g. in AIX not removing
46273              becomes quite painful if one tries to do more than one
46274              build in the same tree (an interrupted build, for example),
46275              since the AIX' shared dynaloader seemingly keeps the shared
46276              objects open and therefore 'busy' for quite a while, even when
46277              nobody is using the objects, leading into link failures.
46278              
46279              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
46280              
46281              Subject: DOC PATCH 5.6.0 perlreftut
46282              
46283              Subject: [PATCH: perl@7777] add system locale testing for VMS
46284              
46285              Subject: [PATCH] Test.pm POD peculiarity
46286              
46287              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
46288              
46289              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
46290              
46291              Subject: Re: perl@7777 
46292              Detypoing.
46293              
46294              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
46295              
46296              Go ahead and #include <unistd.h> in perl.h.
46297              
46298              Subject: [PATCH perl@7795] small cleanup task for test suite
46299              
46300              Subject: Re: av.c patch (having slight problems)
46301              unshift() speedup.
46302              
46303              Reach back one higher up when searching for PERL_SRC.
46304      Branch: maint-5.6/perl
46305           +> lib/File/Spec/Epoc.pm
46306           !> (integrate 88 files)
46307 ____________________________________________________________________________
46308 [  8174] By: gsar                                  on 2000/12/18  03:53:09
46309         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
46310              7625..7629,7631..7634,7637,7639,7642 from mainline
46311              
46312              Fix for the tie-refhash string table leaks.
46313              
46314              Subject: [patch perl@7595] VMS configure.com tweak
46315              
46316              More careful detection of how well NVs and UVs mix.
46317              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))
46318              Added some SIGFPE paranoia.
46319              
46320              Forgot to bump the line numbers in #7601.
46321              
46322              Subject: PATCH std stdio for (Free)BSD
46323              
46324              Deleting $ENV{PATH} in VMS is not recommendable.
46325              
46326              Locale buglets.
46327              Subject: RE: Locales support (setlocale) fixes
46328              
46329              Do not test UTF-8 locales since that the tests would require
46330              polymorphic regexen.
46331              
46332              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
46333              
46334              A missing aTHX_.
46335              
46336              Subject: [ID 20001108.013] spelling
46337              
46338              Subject: [PATCH] Class::Struct at compile time
46339              
46340              Make deleting for %ENV work for (newer versions of) VMS,
46341              from Craig A. Berry.
46342              
46343              Forgot from #7618.
46344              
46345              More VMS moves on environment handling, from Charles Lane.
46346              
46347              Remove unused extra arguments.
46348              
46349              Typo in an ifndef.
46350              Subject: Re: [PATCH 5.7.0] better messages from malloc()
46351              
46352              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
46353              All except the "cow orker" change.
46354              
46355              The generated boot_* headers are wrong.  Pickier compiler,
46356              such as KAI C++ will refuse to compile the resulting perlmain.
46357              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
46358              
46359              There's no =head3.
46360              
46361              Disable only the tests 99 and 166 for UTF-8 locales.
46362              
46363              Missing dTHXs.
46364              Subject: RE: perl@7595 builds not on cygwin
46365              
46366              Subject: Re: bash -c exit and linux hints 
46367              
46368              Various doc oddball characters.
46369              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
46370              
46371              Subject: [PATCH] IO::Seekable pod
46372              
46373              Amdahl UTS hints updates.
46374              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
46375              
46376              Explain better why certain regex tests are skipped.
46377              Subject: Re: tests skipped: unknown reason
46378              
46379              Subject: [PATCH] README.solaris
46380              
46381              Subject: [PATCH perl@7638] cygwin port
46382      Branch: maint-5.6/perl
46383           +> README.solaris
46384           !> (integrate 26 files)
46385 ____________________________________________________________________________
46386 [  8173] By: gsar                                  on 2000/12/18  03:37:02
46387         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
46388              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
46389              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
46390              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
46391              
46392              Better create a true mailing list for the repository keepers.
46393              
46394              Subject: [ID 20001027.007] uniq array in perlfaq
46395              
46396              De-quoted-unreadable to ISO Latin 1.
46397              (There's one ISO-2022-JP name in Changes5.004.)
46398              
46399              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
46400              
46401              The #7476 needs a MANIFEST change, too.
46402              
46403              Add also emailless people.
46404              
46405              UTF-8 decoder tweak.
46406              
46407              Make \x{...} consistently produce UTF-8.
46408              Subject: Re: \x{...} is confused 
46409              
46410              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
46411              
46412              Add a perlbug flag, -A, to avoid acknowledgement messages.
46413              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
46414              
46415              Use Errno magic.
46416              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
46417              
46418              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
46419              
46420              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
46421              
46422              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
46423              
46424              Be more lenient on bad UTF-8 when doing bit arithmetics.
46425              Subject: Re: [ID 20000918.005] ~ on wide chars
46426              (The ord() part of the patch skipped.)
46427              
46428              Subject: perlfaq style changes
46429              
46430              AUTHORS tweaks.
46431              
46432              Whitespace style tweak.  Was originally going to see to
46433              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
46434              but that had already been taken care of.
46435              
46436              The compiler is either gcc or cc, from Tom Bates.
46437              
46438              The osname has been lowercased by now, from Tom Bates.
46439              
46440              The NonStop-UX libraries have a novel way to say NaN.
46441              
46442              printf UVs the correct way, noticed by Robin Barker.
46443              
46444              Subject: [PATCH] startperl to respect versiononly
46445              
46446              AUTHORS updates.
46447              
46448              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
46449              
46450              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
46451              
46452              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
46453              
46454              Generalize the Camel wording.
46455              Subject: Re: perlfaq style changes
46456              
46457              Subject: [ID 20001005.006] Documentation -- description of qr//
46458              
46459              C.pm part of
46460              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
46461              
46462              Locale warning explanation tweak.
46463              
46464              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
46465              
46466              Make the POSIX::setuid and POSIX::setgid to really call setuid()
46467              and setgid() because they were just changing $< and $( which means
46468              only changing the real uid/gid, as opposed to changing both
46469              real and effective ids.  (The alternative way could have been
46470              in POSIX.pm to change $> and $), too, but making a direct call
46471              to the C API feels cleaner.)  Fixes the bug
46472              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
46473              
46474              Expand %Config variables and %ENV variables only if
46475              so requested during build time using the
46476              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
46477              Not expanding makes relocating distributions easier.
46478              
46479              More tweaking on the #7522 theme.
46480              
46481              Test::Harness revealed buglets in the new DynaLoader.
46482              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
46483              
46484              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
46485              fix a autovivification bug in Tie::RefHash, add tests for both.
46486              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
46487              
46488              Detpyo.
46489              
46490              recv() can fail and return undef.
46491              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
46492              
46493              Fix the problem discussed in
46494              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
46495              originally from Linc Madison.  Also Andreas König's comments
46496              taken into account.  Some other problems with Tie::SubstrHash
46497              fixed: didn't croak when the table exceeded the requested number
46498              of entries (as documented) but instead when the number of entries
46499              exceeded the size of the table, a croak() had an unnecessary \n,
46500              didn't have a CLEAR method, documented that there is no exists().
46501              Didn't fix to be strict-proof because the module uses &foo; and
46502              dynamic scope.  Added a test script exercizing both first tamely 
46503              the basic functionality, and then the failure cases reported by
46504              Linc Madison.
46505              
46506              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
46507              
46508              The #7521 touched things it shouldn't have.
46509              
46510              Subject: [PATCH 5.7.0] better messages from malloc()
46511              
46512              Subject: Re: README.aix
46513              
46514              Add FCNTL_CAN_LOCK.
46515              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
46516              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
46517              
46518              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
46519              create a "fast path" for locale name probing using "locale -a"
46520              if available, squash finally hopefully the s?printf resetting
46521              the numeric locale (since, IIUC perllocale, it never shouldn't). 
46522              
46523              More Changes tweakery.
46524              
46525              Dying is too strict here, better just skip.
46526              
46527              Subject: Locales support (setlocale) fixes
46528              Modified quite a bit to be more portable.
46529              
46530              Configure would use a bad $myuname from an old config.sh.
46531              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
46532              
46533              Fix for
46534              Subject: [ID 20001004.006] undef is never tainted
46535              An undef read from a slurped file was not tainted.
46536              
46537              Fix for
46538              Subject: [ID 20001004.007] taint propogation is inconsistent
46539              The culprit was sv_setsv() which was rather blindly
46540              propagating taint, which lead to behaviour where if
46541              a tainted anon hash value was seen all the hash values
46542              from then on at that level became tainted, or at any
46543              upper levels in the case of nested anon hashes.
46544              
46545              Test tweak: show also the failed locales.
46546              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
46547              
46548              A fix of sorts for 20000329.026, a better error message
46549              for a missing "use charnames" when using the \N{...}. 
46550              
46551              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
46552              
46553              Add =pod to be tidy.
46554              
46555              Fix for bug id 19990615.008, pos() unset during s///ge.
46556              
46557              Add a note for future generations about bug id 20000229.006.
46558              
46559              Use -dM for gcc (the suggested patch did it only for Linux,
46560              but I think it can be generalized).
46561              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
46562              
46563              opmini.o can linger from Configures past.
46564              
46565              Document that the evaled syntax errors cause scalar leaks.
46566              
46567              Fix for
46568              Subject: [ID 20000728.005] perl -P broken
46569              (hopefully).  The fix is also not complete, it seems to break
46570              BOM swallowing for libc5 systems, but until someone figures
46571              out a way to do this without ftell(), this will do.
46572              
46573              AUTHORS updates.
46574              
46575              Subject: Re: rsync'ed patches vs. rsync'ed source
46576              
46577              Admit that the test leaks scalars.
46578              
46579              Sanitize the environment further.
46580              
46581              VOS updates from Paul Green.
46582              
46583              Document %ENV = () portability issues.
46584              
46585              Make the stdio test program of 7427 less noisy while being 
46586              compiled so that Digital UNIX wouldn't get both
46587              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
46588              undefined.  This makes perlio happy.
46589              
46590              glibc5 detection by __GNU_LIBRARY__.
46591              
46592              %ENV note tweaks from Dan Sugalski.
46593              
46594              Varargs don't always work too well if one puts an unsigned
46595              char on the stack and pop an unsigned quad off the stack.
46596              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
46597              
46598              Subject: Pod updates
46599              
46600              Fake support of holey files in win/dosish platforms.
46601              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
46602              
46603              A doc addition for bug id 20001105.019, beware \p.
46604              
46605              Tweak #7587.
46606              
46607              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
46608              
46609              perlhack updates from H.Merijn Brand.
46610              
46611              Subject: [PATCH perl@7573] cygwin port
46612              Synchronize with Cygwin 1.1.5.
46613              
46614              Bad thinko in #7581 (I used the test program with the expanded
46615              values as-is).
46616              
46617              Make perlbug not insist on dumping to a file when stdout isn't a tty.
46618              Subject: [PATCH] perlbug.PL
46619              
46620              Overrideable keys, each, pop, push, shift, splice, unshift.
46621              Subject: [PATCH] prototyped functions that should be overrideable
46622              
46623              Try to avoid flockless and emulationless places.
46624      Branch: maint-5.6/perl
46625           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
46626            - MAINTAIN
46627           !> (integrate 111 files)
46628 ____________________________________________________________________________
46629 [  8172] By: jhi                                   on 2000/12/18  02:49:27
46630         Log: Regen pods.
46631      Branch: perl
46632            ! pod/perlmodlib.pod pod/perltoc.pod
46633 ____________________________________________________________________________
46634 [  8171] By: gsar                                  on 2000/12/18  02:49:24
46635         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
46636              7465..7471 from mainline
46637              
46638              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
46639              in platforms that strictly require all the symbols being present
46640              at link time.
46641              
46642              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
46643              
46644              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
46645              
46646              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
46647              
46648              Subject: [PATCH] todo
46649              
46650              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
46651              
46652              Use $sort, $uniq (and $tr) consistently as wondered
46653              by Nicholas Clark.
46654              
46655              Too enthusiastic editing in #7460.
46656              
46657              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
46658              
46659              Upgrade to CPAN 1.58_55.
46660              Subject: CPAN.pm status
46661              
46662              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
46663              
46664              Make target reordering to avoid pointless re-makes.
46665              Subject: Re: Total re-make of 'make okfile' after 7451 ?
46666              
46667              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
46668              
46669              Subject: DOC PATCH 5.6.0
46670              
46671              Add the repository doc by Malcolm, Sarathy, and by Simon,
46672              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
46673      Branch: maint-5.6/perl
46674           +> Porting/repository.pod
46675           !> Configure MANIFEST Makefile.SH README.dos README.os2
46676           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
46677           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
46678           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
46679 ____________________________________________________________________________
46680 [  8169] By: gsar                                  on 2000/12/18  02:33:34
46681         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
46682              7435..7441,7445 from mainline
46683              
46684              Make the UTF-8 decoding stricter and more verbose when
46685              malformation happens.  This involved adding an argument
46686              to utf8_to_uv_chk(), which involved changing its prototype,
46687              and prefer STRLEN over I32 for the UTF-8 length, which as
46688              a domino effect necessitated changing the prototypes of
46689              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
46690              The stricter UTF-8 decoding checking uses Markus Kuhn's
46691              UTF-8 Decode Stress Tester from
46692              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
46693              
46694              Run vms/vms_yfix.pl, should have done that after changing
46695              perly.c in #7382.
46696              
46697              Subject: [PATCH 5.7.0] static linking with uninstalled perl
46698              
46699              (Replaced by #7440.)
46700              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
46701              
46702              Fix the bug ID 20001024.005, the bug introduced by #7416.
46703              
46704              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
46705              
46706              Fix the bug reported in
46707              From: andreas.koenig@anima.de (Andreas J. Koenig)
46708              Also make is_utf8_char() stricter.
46709              
46710              Missed the header file changes from #7425.
46711              
46712              Check if stdio supports tweaking lval and cnt simultaneously.
46713              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
46714              
46715              Stratus VOS updates from Paul Green.
46716              
46717              Podify README.epoc and README.vos.
46718              
46719              Add targets to Makefile.SH, most importantly
46720              'regen_all' which also remembers to update vms/perly*.
46721              
46722              Subject: Minor update to find2perl, for portability
46723              
46724              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
46725              
46726              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
46727              
46728              Rename UTF8LEN() to be UNISKIP(), too confusing to have
46729              UTF8LEN() and UTF8SKIP(). 
46730              
46731              Allow poking holes at the UTF-8 decoding strictness.
46732              
46733              Continue the internal UTF-8 API tweaking.
46734              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
46735              used much more than the simpler API, now called utf8_to_uv_simple().
46736              Still not quite happy with API, too much partial duplication
46737              of functionality.
46738              
46739              A new version of making the syslog test more robust.
46740              (Replaces #7421.)
46741              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
46742              
46743              buildtoc target tweaks.
46744              
46745              Integrate with vmsperl #7430 by Charles Bailey:
46746              
46747              Cleanup from prior patch (Charles Lane?):
46748              - improve handling of MFDs in Basename and Path
46749              - default to no xsubpp line # munging when building debug images
46750      Branch: maint-5.6/perl
46751           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
46752           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
46753           !> (integrate 67 files)
46754 ____________________________________________________________________________
46755 [  8168] By: gsar                                  on 2000/12/18  02:05:49
46756         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
46757              
46758              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
46759              From: Martin Husemann <martin@duskware.de>
46760              
46761              Subject: [PATCH 5.7.0] restore match data on backtracing
46762              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46763      Branch: maint-5.6/perl
46764           !> regcomp.c regexec.c t/op/re_tests
46765 ____________________________________________________________________________
46766 [  8167] By: gsar                                  on 2000/12/18  01:55:22
46767         Log: integrate changes#7858,7986 from mainline
46768              
46769              C<foreach my $x ...> in pseudo-fork()ed process may diddle
46770              parent's memory; fix it by keeping track of the actual pad
46771              offset rather than a raw pointer (this change is probably also
46772              relevant to non-ithreads case to avoid fallout from reallocs of
46773              the pad array, but is currently only enabled for the ithreads
46774              case in the interests of minimal disruption to existing "well
46775              tested" code)
46776              
46777              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
46778              due to the notorious GetFileType() bug in Windows 9x, which fstat()
46779              tickles)
46780      Branch: maint-5.6/perl
46781           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
46782           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
46783           !> win32/win32.c win32/win32.h win32/win32sck.c
46784 ____________________________________________________________________________
46785 [  8166] By: gsar                                  on 2000/12/18  01:52:59
46786         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
46787              from mainline (xsubpp and ExtUtils::LibList fixups, various
46788              other small items)
46789              
46790              The generated boot_* headers are wrong.  Pickier compiler,
46791              such as KAI C++ will refuse to compile the resulting perlmain.
46792              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
46793              
46794              Various doc oddball characters.
46795              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
46796              
46797              Subject: [PATCH] Re: 20001101.003 PDL
46798              
46799              Subject: [PATCH 5.7.0] etags broken again
46800              
46801              Subject: [PATCH 5.7.0] Liblist finally works
46802              
46803              Subject: [PATCH 5.7.0] Liblist returns found libraries
46804              
46805              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
46806              
46807              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
46808              
46809              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
46810              OUT keyword nits.
46811              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
46812              OUT and IN_OUT documentation.
46813      Branch: maint-5.6/perl
46814           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
46815           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
46816           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
46817           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
46818           !> win32/bin/search.pl
46819 ____________________________________________________________________________
46820 [  8165] By: gsar                                  on 2000/12/18  01:28:45
46821         Log: integrate changes#7533,7563,7611,7623 from mainline (various
46822              malloc.c embellishments)
46823      Branch: maint-5.6/perl
46824           !> malloc.c pod/perldiag.pod
46825 ____________________________________________________________________________
46826 [  8164] By: gsar                                  on 2000/12/18  01:23:33
46827         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
46828              fixups)
46829      Branch: maint-5.6/perl
46830           !> utils/h2xs.PL
46831 ____________________________________________________________________________
46832 [  8163] By: gsar                                  on 2000/12/18  01:17:50
46833         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
46834              fixups)
46835      Branch: maint-5.6/perl
46836           !> Makefile.SH utils/perlbug.PL
46837 ____________________________________________________________________________
46838 [  8162] By: gsar                                  on 2000/12/18  00:25:43
46839         Log: always export Perl_deb() (it is required by re.xs whether
46840              Perl is built with or without -DDEBUGGING)
46841      Branch: maint-5.6/perl
46842            ! makedef.pl
46843 ____________________________________________________________________________
46844 [  8161] By: gsar                                  on 2000/12/18  00:23:38
46845         Log: integrate change#7414 from mainline
46846              
46847              Undo the basename() part of #7412 since the lib/basename
46848              tests would need upgrading too.
46849              
46850              squelch two tests in tr.t that rely on tr/// paranoia change
46851              that's not in 5.6.x
46852      Branch: maint-5.6/perl
46853            ! t/op/tr.t
46854           !> lib/File/Basename.pm
46855 ____________________________________________________________________________
46856 [  8160] By: gsar                                  on 2000/12/18  00:05:30
46857         Log: missing change in previous integrate
46858      Branch: maint-5.6/perl
46859           !> README.aix
46860 ____________________________________________________________________________
46861 [  8159] By: gsar                                  on 2000/12/18  00:03:38
46862         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
46863              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
46864              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
46865              7410..7413 from mainline
46866              
46867              Introduce the man[24-8] variables, from Andy Dougherty.
46868              
46869              Upgrade to CPAN 1.58, from Andreas König.
46870              
46871              An updated EBCDIC tr patch.
46872              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
46873              
46874              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
46875              
46876              Two thirds of
46877              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
46878              The Install.pm changes will be submitted separately because
46879              they need some work and discussion still.
46880              
46881              The Install.pm third of
46882              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
46883              
46884              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
46885              
46886              Subject: [PATCH 5.7.0] IVs in mtats
46887              
46888              Subject: [PATCH 5.7.0] Perl API for mstats
46889              
46890              Ilya implemented the memory profiling API.
46891              
46892              In Amdahl UTS "struct sv" is defined by a system header,
46893              <ksync.h>.
46894              
46895              Slight tweak of the code to appease Amdahl UTS cc.
46896              
46897              Amdahl UTS doesn't seem to do dynaloading.
46898              
46899              Use UTF8SKIP(), from Simon Cozens.
46900              
46901              Thinko in #7222.
46902              
46903              op/sprintf.t patch for OS/390 (and any other host with limited
46904              floating-point exponent length)
46905              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
46906              
46907              Tweak #7225.
46908              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
46909              
46910              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
46911              
46912              Needs to be conditional on SunOS 4.
46913              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
46914              
46915              Test cases for bug id 20000323.056 (the bug seems to be fixed).
46916              
46917              Add test for bug id 20000427.003 (which seems to have
46918              been fixed) (also duplicate as 20000427.004, though
46919              with a higher severity).  Move one utf8 from op/append
46920              to pragma/utf8, tag the tests with bug ids.
46921              
46922              Document FNCASE=y as discussed in the bug 20000902.009.
46923              
46924              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
46925              The problem was that rx->minlen was in chars while pp_split()
46926              thought it would be in bytes. 
46927              
46928              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
46929              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
46930              
46931              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
46932              
46933              Fix a couple of compiler-noted nits in #7235.
46934              
46935              Tweak the test of #7235.
46936              
46937              One more ~utf8 tweak.
46938              
46939              -w cleanup.
46940              Subject: Re: Problems with bleadperl 
46941              
46942              Subject: small pod patch
46943              
46944              Subject: [PATCH perlguts.pod] Document offset hack
46945              
46946              Add Charles Lane.
46947              
46948              Add the capability to include/exclude branches.
46949              
46950              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
46951              
46952              Detect early whether the std streams have gone bad.
46953              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
46954              
46955              More IoTYPE sprinkling.
46956              
46957              Workaround for a sfio bug where the stream error indicator
46958              is not cleared as documented.
46959              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
46960              
46961              Clarify documentation on 'use bytes'.
46962              Subject: Re: What does 'use bytes' "mean" ?
46963              
46964              Show the failed remote port, instead of the failing line number.
46965              Subject: [PATCH 5.6.1 Debugger] More diagnostics
46966              
46967              Make Cwd more bulletproof in chrooted environments.
46968              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
46969              
46970              Subject: Pod patch for Devel::Peek
46971              
46972              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
46973              
46974              Borland C fstat() never saw the fd as writable.
46975              Subject: fix for Borland's weak "stat" (perl@7211)
46976              
46977              Missing change from #7362.
46978              
46979              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
46980              
46981              Add the test case for the bug id 20000730.004 which seems
46982              to have been fixed by now.
46983              
46984              Fix of sorts for bug id 20000901.092.  There seems to be no trace
46985              of a 'pmshort' anywhere in the B, so the offending line was simply
46986              removed.
46987              
46988              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
46989              
46990              Subject: PATCH do_print has 2 PerlIO_error()s
46991              
46992              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
46993              
46994              Typo noted by Mark Lutz.
46995              
46996              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
46997              
46998              In the latest compiler builds cccdlflags must not become -fpic,
46999              from Wilfredo Sánchez.
47000              
47001              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
47002              
47003              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
47004              
47005              SOCKS function redefinitions need prototypes, too, otherwise
47006              for example 32 bit versus 64 bit differences cause a lot of
47007              problems.  Part of
47008              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
47009              
47010              Portability tweak on #7377.
47011              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
47012              
47013              Don't write double values through long double pointers,
47014              based on a part of
47015              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
47016              
47017              Reëntrancy fix.
47018              Subject: [PATCH perl@7229] Rentrant parser and yylex()
47019              
47020              Make scan_num() reëntrant, as suggested in
47021              Subject: [PATCH perl@7229] Rentrant parser and yylex()
47022              
47023              Fix for ID 20001020.006, concatenating an unset submatch
47024              with utf8 resulted in "Modification of a read-only value".
47025              
47026              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
47027              
47028              The #7383 was right only in the context of the original bug report,
47029              not in more general case.
47030              
47031              Update Changes.
47032              
47033              Testcases for a #7383,#7385 related bug.
47034              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
47035              
47036              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
47037              
47038              Tweak the Is* definitions of Unicode character classes
47039              to better match the official categorizations; embrace
47040              the official categorizations; add the combining marks
47041              as alpha (and -numeric); fix DCinital (a typo and edito)
47042              to be DCmedial.
47043              
47044              Hints tweak from Anton Berezin.
47045              
47046              Subject: installman go-faster stripes
47047              Subject: Re: installman go-faster stripes
47048              
47049              Subject: [ID 20001021.003] updated hints/openbsd.sh
47050              
47051              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
47052              
47053              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
47054              
47055              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
47056              
47057              Doc patch.
47058              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
47059              
47060              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
47061              
47062              Subject: Re: [ID 20001021.005] SEGV with regex match 
47063              
47064              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
47065              
47066              The change #7187 was not so good on VMS.
47067              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
47068              
47069              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
47070              
47071              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
47072              
47073              Document PERL_INSTALL_ROOT of #7210.
47074      Branch: maint-5.6/perl
47075           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
47076           +> t/lib/tie-splice.t
47077            - lib/unicode/Is/DCinital.pl
47078           !> (integrate 112 files)
47079 ____________________________________________________________________________
47080 [  8158] By: jhi                                   on 2000/12/17  23:04:24
47081         Log: Subject: [PATCHES] RE: perl@8150 
47082              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
47083              Date: Sun, 17 Dec 2000 21:46:39 +0100
47084              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
47085              
47086              Neither cygwin has a getpwuid() one can trust on.
47087      Branch: perl
47088            ! t/lib/glob-basic.t
47089 ____________________________________________________________________________
47090 [  8157] By: jhi                                   on 2000/12/17  23:01:54
47091         Log: More MAN.PODS => {} fixes.
47092      Branch: perl
47093            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
47094            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
47095            ! os2/OS2/REXX/Makefile.PL
47096 ____________________________________________________________________________
47097 [  8156] By: gsar                                  on 2000/12/17  22:49:13
47098         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
47099              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
47100              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
47101              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
47102              7201,7204 from mainline
47103              
47104              Remove vestiges of tr//CU.
47105              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
47106              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
47107              
47108              The return value of setlocale must be copied away.
47109              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
47110              
47111              Allow chop() and chomp() to be overridden.
47112              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
47113              
47114              Hints optimization.
47115              Subject: Minor nit
47116              
47117              Subject: [PATCH] de-wall t/README
47118              
47119              Subject: Re: Two advertising clauses need to be removed
47120              
47121              Batch of UTF-8 patches from Simon Cozens.
47122              
47123              Fix for a parsing bug, not for the original bug.
47124              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
47125              
47126              Compilation warnings and an error.
47127              
47128              Subject: File::Find 5.7.0 POD nits
47129              
47130              Subject: [PATCH perl-5.7.0] continued -Wformat support
47131              
47132              The one that got away.
47133              
47134              Subject: Re: perl@7078
47135              
47136              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
47137              convertable to bytes by checking it doesn't go above 0xc3
47138              Subject: Re: perl@7078
47139              
47140              Replace #7084 with
47141              Subject: Re: perl@7078 
47142              
47143              We don't need to count the high bit bytes, a boolean is enough. 
47144              
47145              Subject: [PATCH] utf8.c apidoc
47146              
47147              Subject: Re: perl@7078 
47148              
47149              Botched the #7090 check-in.
47150              
47151              Fix for the charnames.t failures from Spider Boardman.
47152              
47153              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
47154              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
47155              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
47156              0 to checking to get the warning.
47157              
47158              Subject: [PATCH] Nits in perlmod.pod
47159              
47160              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
47161              
47162              Subject: Re: unicode support and perl [ID 20000901.097]
47163              
47164              Subject: Re: unicode support and perl [ID 20000901.097]
47165              
47166              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
47167              
47168              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
47169              
47170              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
47171              
47172              Subject: [PATCH@blead] Fix some recursion in overload.pm
47173              
47174              s/Robin Parker/Robin Barker/
47175              
47176              Subject: [PATCH] Fix aliasing of tied filehandles
47177              
47178              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
47179              
47180              Subject: Re: [PATCH 5.005_64 missed]
47181              
47182              SOCK_DGRAM and listen() do not mix as reported in
47183              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
47184              The patch for 5.7.0+ had to be reengineered, though.
47185              
47186              Subject: DOC PATCH 5.6.0
47187              
47188              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
47189              
47190              Document the issue (is not a syntax error, kind of)
47191              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
47192              
47193              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
47194              Did not apply cleanly, manual intervention was needed.
47195              
47196              Subject: [PATCH] DLL not restartabke with threaded perl
47197              
47198              Inside require() $^S was always left undefined.
47199              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
47200              
47201              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
47202              
47203              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
47204              
47205              Regen headers.
47206              
47207              Subject: [PATCH 5.7.0] Epoc update
47208              
47209              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
47210              as suggested by Olaf Flebbe and Nick Clark.
47211              
47212              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
47213              
47214              Misplaced else.
47215              
47216              Scale down the VMS message boxes, by Charles Lane.
47217              Fix for ID 20000903.009, workaround at
47218              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
47219              
47220              Subject: [ID 20001003.006] B::Debug not -w clean
47221              
47222              Test harness update to sync with the new perlcc,
47223              from Simon Cozens.
47224              
47225              One remaining nit less at the VMS mailbox sizing.
47226              
47227              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
47228              
47229              It is possible to have no hosts database at all.  Pointed out in
47230              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
47231              
47232              Subject: [PATCH 5.7.0] h2xs not working
47233              Subject: [PATCH 5.7.0] h2xs not documenting the created module
47234              
47235              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
47236              
47237              Subject: perlhack.pod Patch for Externals Tools
47238              
47239              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
47240              
47241              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
47242              
47243              Enable disabling scripts installation by Configure -Uinstallscripts,
47244              suggested by H. Merijn Brand.
47245              
47246              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
47247              reported several times by Dominic Dunlop, for example in
47248              ID 20000315.008.  Patch from Dominic.  Patch affects at
47249              least MachTen, and possibly other oldish BSDs. Should not
47250              break non-broken platforms (tested on LinuxPPC). 
47251              
47252              Regen toc.
47253              
47254              Subject: Re: Questions about Tie::Array and perl modules
47255              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
47256              
47257              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
47258              
47259              Tweak #7153.
47260              
47261              IO::Handle->syswrite() did not handle length omission
47262              like CORE::syswrite() does.
47263              Subject: [Fwd] IO::Handle, syswrite and arguments
47264              The original patch from andrew@ugh.net.au.
47265              
47266              Also the $ccflags is needed for the C compiler check.
47267              Subject: Configure (check for C-compiler)
47268              
47269              Eliminate $Is_VMS code from the test.
47270              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
47271              
47272              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
47273              as the first option of cc/ld because of ultrapicky compilers
47274              (e.g. OS/390 R2.5)
47275              
47276              Change the version number of Tie::Handle in the core to 4.0,
47277              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
47278              Subject: Note on Tie::Handle
47279              
47280              UTF8ize split() so that the cloned substrings get the UTF8
47281              flag of the original scalar.  Problem reported by Simon Cozens.
47282              
47283              save_re_context() could reset PL_curcop to freed memory, causing core
47284              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
47285              
47286              Subject: PATCH 5.6 perldebguts grammar cleanup
47287              
47288              Add a todo note about overloadable assertions.
47289              
47290              on Windows, LoadLibrary() could load an extension DLL multiple
47291              times if forward slashes are used in the path
47292              
47293              on Windows, cwd strings in the environment should be of the
47294              form =X:=X:\foo instead of =X=X:\foo\
47295              
47296              on Windows, avoid potential exception (could happen if MSVCRT isn't
47297              being used) when closing a socket handle
47298              
47299              avoid nonportable example code
47300              
47301              Windows9x doesn't support link(), despite what Config.pm
47302              might think
47303              
47304              pod nit
47305              
47306              Change #7160 had a nasty typo.
47307              
47308              Warn about unknown scripts.
47309              Subject: Re: ideas? patches? [PATCH bleadperl]
47310              
47311              on Windows, clean targets might not work under some flavors of the shell
47312              
47313              tweak for change#7173
47314              
47315              Make eq work again with utf8 (disabling the upgrading
47316              should no more be necessary since the copies of the
47317              scalars are upgraded, not the scalars themselves).
47318              Takes care of ID 20001009.001.  (The claimed length()
47319              bug in 20001009.001 seems bogus to me.)
47320              
47321              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
47322              
47323              Upgrade to CGI.pm 2.74, from Lincoln Stein.
47324              
47325              Upgrade to podlators 1.04, from Russ Allbery.
47326              
47327              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
47328              
47329              Quote the temp file name, needed in Win32 because the
47330              default name unfortunately contains spaces, shouldn't
47331              hurt elsewhere.
47332              Subject: FW: perldoc fails if $TEMP contains spaces
47333              
47334              Subject: RE: [ID 19990803.001] README.win32 suggestions 
47335              
47336              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
47337              
47338              Subject: Re: utf8 concat, mg_get
47339              
47340              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
47341              
47342              Subject: [PATCH: perl@7181] op/tr tests on OS/390
47343              
47344              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
47345              
47346              Use the versiononly instead of the installscripts,
47347              retract the changes 7146 and 7147.
47348              
47349              Reapply Andy's patch and regen Configure.
47350              
47351              Add the test case for #7190, from the original bug report
47352              by Andreas König.
47353              
47354              Remove duplicated code.
47355              
47356              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
47357              
47358              restore change#7202
47359      Branch: maint-5.6/perl
47360           !> (integrate 121 files)
47361 ____________________________________________________________________________
47362 [  8155] By: jhi                                   on 2000/12/17  22:30:58
47363         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
47364              From: "Craig A. Berry" <craigberry@mac.com>
47365              Date: Sun, 17 Dec 2000 13:09:28 -0600
47366              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
47367              
47368              MAN.PODS => ' ' is naughty.
47369      Branch: perl
47370            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
47371 ____________________________________________________________________________
47372 [  8154] By: nick                                  on 2000/12/17  22:07:13
47373         Log: MULTIPLICITY nit.
47374      Branch: perl
47375            ! mg.c
47376 ____________________________________________________________________________
47377 [  8153] By: gsar                                  on 2000/12/17  21:23:05
47378         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
47379              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
47380              from mainline
47381              
47382              Document the SvIOK_.*UV().
47383              
47384              Update Unicode todo list.
47385              
47386              Guard against bad string->int conversion for quads.
47387              
47388              Subject: small apidoc fix
47389              
47390              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
47391              
47392              Subject: [PATCH] Tied filehandle documentation
47393              
47394              Subject: [PATCH] Modernize Opcode.pm documentation
47395              
47396              Make Data::Dumper (non-XS) to work with changed semantics of ref().
47397              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
47398              [applied even though said semantics didn't change in 5.6.x]
47399              
47400              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
47401              
47402              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
47403              
47404              Fix the URL, but the server is still missing in action.
47405              Subject: [ID 20000905.002] perlfaq1.pod URL error
47406              
47407              Subject: [ID 20000903.001] \w in utf8-strings
47408              
47409              Fix the ccversion detection for 5.1 and beyond.
47410              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
47411              
47412              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
47413              
47414              Subject: [ID 20000904.008] Tiny fix for perldiag
47415              
47416              Subject: Re: [ID 20000906.004] segfault with bad perl statement
47417              
47418              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
47419              
47420              Subject: [ID 20000908.002] perlipc documentation bug.
47421              
47422              Subject: [PATCH lib/Benchmark.pm]
47423              
47424              Re-allow vec() for characters > 255.
47425              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
47426              
47427              Do away with memory models cruft.  Sorry, PDP users.
47428              
47429              Continue #7041.
47430              
47431              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
47432              
47433              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
47434              
47435              Upgrade to CPAN 1.57_65, from Andreas König.
47436              
47437              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
47438              by Russ Allbery.
47439              
47440              Silence t/pod/*.t about alternate quote-mappings now implemented
47441              by Pod::Text, from Brad Appleton.
47442              
47443              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
47444              Subject: borland C++ win32.c tweak
47445              
47446              C<@a = @b = split(...)> optimization coredumps under ithreads
47447              (missed a spot when fixing up op_pmreplroot hack for ithreads)
47448              
47449              Document the SvUTF8*().
47450              
47451              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
47452              
47453              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
47454              
47455              Do in VMS as the #7054 does.
47456              
47457              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
47458              
47459              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
47460              
47461              Subject: [patch: perl@7045] vms updates
47462              
47463              Test for the #7049.
47464              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
47465              
47466              Break up the myconfig lines a bit.
47467              Subject: perlbug/perl -V output format
47468              
47469              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
47470              
47471              The #7054 truncated Configure badly.
47472              
47473              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
47474              initialization in all the threads on Windows
47475              
47476              Allow for whitespace between "#" and "line" in cpp output.
47477              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
47478              
47479              Remove vestiges of tr//CU.
47480              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
47481              
47482              The return value of setlocale must be copied away.
47483              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
47484              
47485              Allow chop() and chomp() to be overridden.
47486              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
47487              
47488              Hints optimization.
47489              Subject: Minor nit
47490              
47491              Subject: [PATCH] de-wall t/README
47492              
47493              Subject: Re: Two advertising clauses need to be removed
47494      Branch: maint-5.6/perl
47495           !> (integrate 75 files)
47496 ____________________________________________________________________________
47497 [  8152] By: gsar                                  on 2000/12/17  20:30:11
47498         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
47499              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
47500              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
47501              
47502              Don't attach -ld to the archname if pointless.
47503              
47504              Document UNTIE in a very minimalistic way.
47505              
47506              POSIX doesn't report long double values under -Duselongdouble
47507              when the long doubles are "real" (bigger than doubles).
47508              
47509              More author updates.
47510              
47511              Try to deduce NV_MAX.  Really should be Configure fodder.
47512              
47513              :: not allowed in pathnames, change to .
47514              Subject: [PATCH perl@6938] cygwin port
47515              
47516              Forget about NV_MAX (#6951).  Various floating point tweaks,
47517              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
47518              
47519              Move the Solaris 7 scan to use64bitall, make the
47520              failure to find 64-bot sparc libc to mention the
47521              possibility of being in an intel, from Lupe and Alan.
47522              
47523              Regen perltoc.
47524              
47525              AUTHORS tweaks, from Peter Prymmer.
47526              
47527              More address tweaking.
47528              
47529              Small tweaks all over.
47530              
47531              File::Temp patches from Andreas König,
47532              
47533              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
47534              
47535              Subject: CPAN.pm beta 1.57_57 for the core
47536              
47537              Part of the solution.
47538              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
47539              
47540              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
47541              
47542              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
47543              
47544              Add the overload warnings to perldiag.
47545              
47546              Drop unused argument.
47547              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
47548              
47549              Subject: Nit in Configure (bleadperl@6961)
47550              
47551              Update to PodParser 1.18, from Brad Appleton.
47552              
47553              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
47554              
47555              Subject: [PATCH: 6948] add SCNfldbl to configure.com
47556              
47557              Document UNTIE. Also tweak implementation to suppress the 'inner references'
47558              warning when UNTIE exists and instead pass the cound of extra references to
47559              the UNTIE method.
47560              
47561              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
47562              so that case-ignoring systems like DCL can tell them from
47563              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
47564              
47565              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
47566              
47567              Feature ordering tweak.
47568              
47569              Regen perltoc.
47570              
47571              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
47572              
47573              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
47574              
47575              Subject: http:// in L<>
47576              
47577              Detypo.
47578              
47579              change#6791 accidentally clobbered change#6710, put it back
47580              
47581              Only the first line, thank you very much.
47582              
47583              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
47584              plus rework the http: spots as suggested by Tom Christiansen,
47585              plus regen perltoc.
47586              
47587              Undo part of change 6489 which looks like a bulk edit which
47588              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
47589              The supressing of main:: on return from select() is undesirable.
47590              
47591              Apparently avoiding the swapping is too costly.
47592              
47593              Various Configure nits by Philip Newton,
47594              plus the ebcdic one by me.
47595              
47596              Make certain cc is set before trying to run it.
47597              
47598              If overloaded %{} etc. return the object do not loop.
47599              Thus  sub deref { $_[0] } functions if object is wanted type.
47600              
47601              Update perlhist.
47602              
47603              More %{} and other deref special casing - do not pass to 'nomethod'.
47604      Branch: maint-5.6/perl
47605           !> (integrate 59 files)
47606 ____________________________________________________________________________
47607 [  8151] By: gsar                                  on 2000/12/17  19:14:38
47608         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
47609              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
47610              
47611              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
47612              
47613              Make the epsilon to be relative, not absolute.
47614              
47615              Put back the flags dump as reasoned in
47616              Subject: Re: [PATCH] Glob dumping
47617              
47618              Introduce ccname to keep track of what compiler kind of we have.
47619              
47620              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
47621              
47622              Put back the slice accidentally removed by #6907.
47623              
47624              Reset archname and archname64 always, forcing them be
47625              recomputed at each Configure run, make Configure and
47626              the hints files agree on the naming of largefiles variables.
47627              
47628              Don't say "Perl 5.0 source kit".
47629              
47630              Subject: [PATCH] fix misc cast warnings
47631              
47632              Subject: typos in pods
47633              
47634              NVs not necessarily doubles, as pointed out by Yitzchak.
47635              
47636              Subject: [PATCH 6889] add a few ldbl formats to configure.com
47637              
47638              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
47639              
47640              Better options for rsync.
47641              
47642              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
47643              
47644              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
47645              
47646              Subject: [PATCH] Re: UNTIE method 
47647              
47648              A better fix for the Socket building problem from Craig Berry.
47649              
47650              Retract the dummy test, skip the security tests (instead of failing),
47651              explain what the warnings mean.
47652              
47653              Heap decorruption.
47654              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
47655              
47656              Update to Unicode 3.0.1.
47657              
47658              Missed one Unicode file.
47659              
47660              Subject: Re: typos in pods
47661              
47662              The #6929 was too skimpy.
47663              
47664              sscanf() may be the only way to read long doubles from strings.
47665              
47666              Reveal Borland's isnan.
47667              Subject: build with BC++ tweak
47668              
47669              Issue useful diagnostic on unknown pod commands.
47670              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
47671              
47672              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
47673              
47674              Clarify the third case of ftmp-security warnings.
47675              
47676              Make -Dusemorebits find long doubles in Solaris.
47677              
47678              Wrap the test in eval.
47679      Branch: maint-5.6/perl
47680           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
47681           +> lib/unicode/PropList.txt lib/unicode/README.perl
47682           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
47683           +> lib/unicode/Unicode.301 vms/vmspipe.com
47684            - lib/unicode/Props.txt lib/unicode/UCD300.html
47685            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
47686           !> (integrate 305 files)
47687 ____________________________________________________________________________
47688 [  8150] By: jhi                                   on 2000/12/17  18:47:57
47689         Log: Uncheckedin generated files.
47690      Branch: perl
47691            ! global.sym perlapi.c pod/perlapi.pod
47692 ____________________________________________________________________________
47693 [  8149] By: jhi                                   on 2000/12/17  18:41:22
47694         Log: Update Changes.
47695      Branch: perl
47696            ! Changes patchlevel.h
47697 ____________________________________________________________________________
47698 [  8148] By: jhi                                   on 2000/12/17  18:39:16
47699         Log: Subject: [PATCH] Fcntl constants speedup
47700              From: Nicholas Clark <nick@ccl4.org>
47701              Date: Sun, 17 Dec 2000 16:29:24 +0000
47702              Message-ID: <20001217162924.E97668@plum.flirble.org>
47703              
47704              Use IVs for the Fcntl constants instead of NVs.
47705      Branch: perl
47706            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
47707 ____________________________________________________________________________
47708 [  8147] By: jhi                                   on 2000/12/17  18:33:41
47709         Log: Add test for #8145 (binmode() warning), add warning for
47710              ioctl() and sockpair(), document them. (fileno() cannot
47711              be tripwired with the same kind of warning because
47712              'defined fileno($foo)' seems to be an idiom.)
47713      Branch: perl
47714            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
47715 ____________________________________________________________________________
47716 [  8146] By: gsar                                  on 2000/12/17  18:09:08
47717         Log: update Changes
47718      Branch: maint-5.6/perl
47719            ! Changes
47720 ____________________________________________________________________________
47721 [  8145] By: jhi                                   on 2000/12/17  17:39:35
47722         Log: Subject: [PATCH] Re: The long awaited feature ...
47723              From: Simon Cozens <simon@cozens.net>
47724              Date: Sun, 17 Dec 2000 12:31:56 +0000
47725              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
47726              
47727              Add a warning to binmode() about using bad filehandles
47728              (can happen e.g. if someone forgets the filehandle argument)
47729      Branch: perl
47730            ! pp_sys.c
47731 ____________________________________________________________________________
47732 [  8144] By: jhi                                   on 2000/12/17  17:33:48
47733         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
47734              From: Jonathan Stowe <gellyfish@gellyfish.com>
47735              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
47736              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
47737      Branch: perl
47738            ! lib/Net/Ping.pm
47739 ____________________________________________________________________________
47740 [  8143] By: jhi                                   on 2000/12/17  05:31:37
47741         Log: Polymorphic regexps.
47742              
47743              Fixes at least the bugs 20001028.003 (both of them...) and
47744              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
47745              also to be fixed by now, probably already before this patch.
47746      Branch: perl
47747            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
47748            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
47749            ! t/op/utf8decode.t t/pragma/utf8.t
47750 ____________________________________________________________________________
47751 [  8142] By: jhi                                   on 2000/12/16  17:16:05
47752         Log: Subject: [patch perl@8102] dos/djgpp update
47753              From: Laszlo Molnar <ml1050@freemail.hu>
47754              Date: Sat, 16 Dec 2000 01:40:52 +0100
47755              Message-ID: <20001216014052.A335@freemail.hu>
47756      Branch: perl
47757            ! djgpp/config.over t/base/commonsense.t
47758 ____________________________________________________________________________
47759 [  8141] By: jhi                                   on 2000/12/16  17:09:27
47760         Log: Few uncheckedin files.
47761      Branch: perl
47762            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
47763 ____________________________________________________________________________
47764 [  8140] By: nick                                  on 2000/12/15  22:14:31
47765         Log: Integrate mainline
47766      Branch: perlio
47767           !> (integrate 53 files)
47768 ____________________________________________________________________________
47769 [  8139] By: jhi                                   on 2000/12/15  19:49:49
47770         Log: One more IVUV tweak from Nicholas Clark.
47771      Branch: perl
47772            ! sv.c
47773 ____________________________________________________________________________
47774 [  8138] By: jhi                                   on 2000/12/15  19:17:06
47775         Log: Return of the IVUV-preservation, now seems to be happy even
47776              in Digital UNIX (the broken strtoul brokenness detection
47777              seems to have been the fly in the ointment).
47778      Branch: perl
47779            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47780            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
47781            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
47782            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
47783            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
47784            ! vos/config.ga.h win32/config.bc win32/config.gc
47785            ! win32/config.vc
47786 ____________________________________________________________________________
47787 [  8137] By: jhi                                   on 2000/12/15  18:12:14
47788         Log: Metaconfig unit change for #8136.
47789      Branch: metaconfig
47790            ! U/modified/d_strtoul.U
47791      Branch: metaconfig/U/perl
47792            ! d_strtoull.U d_strtouq.U
47793 ____________________________________________________________________________
47794 [  8136] By: jhi                                   on 2000/12/15  18:11:35
47795         Log: I don't think it's sensible or portable to test the strtou*
47796              on /^-/ strings.
47797      Branch: perl
47798            ! Configure
47799 ____________________________________________________________________________
47800 [  8135] By: jhi                                   on 2000/12/15  17:18:49
47801         Log: Metaconfig unit change for #8134.
47802      Branch: metaconfig
47803            ! U/modified/d_strtoul.U
47804 ____________________________________________________________________________
47805 [  8134] By: jhi                                   on 2000/12/15  17:14:13
47806         Log: If longsize is 8 we don't need a LL suffix for integer constants.
47807      Branch: perl
47808            ! Configure config_h.SH
47809 ____________________________________________________________________________
47810 [  8133] By: jhi                                   on 2000/12/15  16:00:23
47811         Log: Update Changes.
47812      Branch: perl
47813            ! Changes patchlevel.h
47814 ____________________________________________________________________________
47815 [  8132] By: jhi                                   on 2000/12/15  15:44:16
47816         Log: Some compilers get huffy if you do not cast a const pointer
47817              to a non-const when assigning.
47818      Branch: perl
47819            ! gv.c
47820 ____________________________________________________________________________
47821 [  8131] By: jhi                                   on 2000/12/15  15:38:30
47822         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
47823              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47824              Date: Fri, 15 Dec 2000 05:26:57 -0500
47825              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
47826      Branch: perl
47827            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
47828            ! t/pragma/overload.t
47829 ____________________________________________________________________________
47830 [  8130] By: jhi                                   on 2000/12/15  15:36:08
47831         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
47832              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47833              Date: Thu, 14 Dec 2000 22:02:43 -0500
47834              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
47835      Branch: perl
47836            ! gv.c perl.h
47837 ____________________________________________________________________________
47838 [  8129] By: jhi                                   on 2000/12/15  15:34:16
47839         Log: Subject: PATCH: h2xs nit
47840              From: Tim Jenness <t.jenness@jach.hawaii.edu>
47841              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
47842              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
47843              
47844              Add a template README.
47845      Branch: perl
47846            ! utils/h2xs.PL
47847 ____________________________________________________________________________
47848 [  8128] By: jhi                                   on 2000/12/15  15:32:22
47849         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
47850      Branch: perl
47851            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
47852 ____________________________________________________________________________
47853 [  8127] By: jhi                                   on 2000/12/15  15:19:34
47854         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
47855              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47856              Date:     Thu, 14 Dec 2000 20:04:42 EST
47857              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
47858      Branch: perl
47859            ! ext/Opcode/Opcode.xs
47860 ____________________________________________________________________________
47861 [  8126] By: jhi                                   on 2000/12/15  15:17:49
47862         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
47863              From: Peter Prymmer <pvhp@forte.com>
47864              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
47865              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
47866      Branch: perl
47867            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
47868            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
47869            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
47870 ____________________________________________________________________________
47871 [  8125] By: jhi                                   on 2000/12/15  15:11:05
47872         Log: This seems to be a stage sane and stable enough to checkin.
47873              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
47874      Branch: perl
47875            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
47876            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
47877            ! t/op/cmp.t t/op/numconvert.t
47878 ____________________________________________________________________________
47879 [  8124] By: jhi                                   on 2000/12/15  04:20:26
47880         Log: Something is really wonky.
47881      Branch: perl
47882            ! sv.c
47883 ____________________________________________________________________________
47884 [  8123] By: jhi                                   on 2000/12/15  04:00:50
47885         Log: Fixes for the IV UV patches to compile in Digital UNIX.
47886      Branch: perl
47887            ! sv.c
47888 ____________________________________________________________________________
47889 [  8122] By: jhi                                   on 2000/12/15  02:53:40
47890         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
47891              From: "Craig A. Berry" <craigberry@mac.com>
47892              Date: Thu, 14 Dec 2000 19:10:49 -0600
47893              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
47894      Branch: perl
47895            ! vms/vms.c
47896 ____________________________________________________________________________
47897 [  8121] By: jhi                                   on 2000/12/15  02:50:00
47898         Log: Metaconfig changes for #8120.
47899      Branch: metaconfig
47900            + U/modified/d_strtoul.U
47901      Branch: metaconfig/U/perl
47902            ! d_strtoull.U d_strtouq.U
47903 ____________________________________________________________________________
47904 [  8120] By: jhi                                   on 2000/12/15  02:49:42
47905         Log: From: Nicholas Clark <nick@ccl4.org> 
47906              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
47907              Date: Thu, 14 Dec 2000 18:38:57 +0000
47908              Message-ID: <20001214183857.B97909@plum.flirble.org>
47909      Branch: perl
47910            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47911            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
47912            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
47913            ! vos/config.ga.def vos/config.ga.h win32/config.bc
47914            ! win32/config.gc win32/config.vc
47915 ____________________________________________________________________________
47916 [  8119] By: jhi                                   on 2000/12/14  23:40:58
47917         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
47918              From: Nicholas Clark <nick@ccl4.org>
47919              Date: Wed, 13 Dec 2000 20:08:50 +0000
47920              Message-ID: <20001213200849.B71166@plum.flirble.org>
47921      Branch: perl
47922            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
47923            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
47924 ____________________________________________________________________________
47925 [  8118] By: jhi                                   on 2000/12/14  22:46:26
47926         Log: Integrate perlio.
47927      Branch: perl
47928           !> MANIFEST ext/Encode/compile makedef.pl
47929 ____________________________________________________________________________
47930 [  8117] By: nick                                  on 2000/12/14  22:38:53
47931         Log: Win32 tweaks to get Encode to build
47932              - temp hack to makedef.pl till PerlIO is properly "exported".
47933              - MSVC dislikes  
47934              static encpage_t foo[];
47935              so make 'em extern for now.
47936      Branch: perlio
47937            ! ext/Encode/compile makedef.pl
47938 ____________________________________________________________________________
47939 [  8116] By: nick                                  on 2000/12/14  22:00:53
47940         Log: Document the new files
47941      Branch: perlio
47942            ! MANIFEST
47943 ____________________________________________________________________________
47944 [  8115] By: jhi                                   on 2000/12/14  21:58:01
47945         Log: MANIFEST new files of #8114.
47946      Branch: perl
47947            ! MANIFEST
47948 ____________________________________________________________________________
47949 [  8114] By: jhi                                   on 2000/12/14  21:50:49
47950         Log: Integrate perlio.
47951      Branch: perl
47952           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
47953           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
47954           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
47955           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
47956           !> ext/Encode/Makefile.PL
47957 ____________________________________________________________________________
47958 [  8113] By: jhi                                   on 2000/12/14  21:48:49
47959         Log: The documentation part of the
47960              
47961              Subject: [ID 20001214.002] Net::Ping patch
47962              From: Jonathan Stowe <gellyfish@gellyfish.com>
47963              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
47964              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
47965              since the #7529 had already addressed the same problem.
47966      Branch: perl
47967            ! lib/Net/Ping.pm
47968 ____________________________________________________________________________
47969 [  8112] By: jhi                                   on 2000/12/14  21:42:57
47970         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
47971              From: Dominic Dunlop <domo@computer.org>
47972              Date: Tue, 12 Dec 2000 10:47:10 +0100
47973              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
47974              
47975              Document how elusive subroutines can be.
47976      Branch: perl
47977            ! pod/perlfunc.pod
47978 ____________________________________________________________________________
47979 [  8111] By: jhi                                   on 2000/12/14  21:38:05
47980         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
47981              From: Dominic Dunlop <domo@computer.org>
47982              Date: Thu, 14 Dec 2000 10:13:51 +0100
47983              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
47984      Branch: perl
47985            ! ext/POSIX/POSIX.pod
47986 ____________________________________________________________________________
47987 [  8110] By: jhi                                   on 2000/12/14  21:36:32
47988         Log: Subject: [patch] perlfaq7
47989              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
47990              Date: Thu, 14 Dec 2000 15:31:07 +0100
47991              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
47992      Branch: perl
47993            ! pod/perlfaq7.pod
47994 ____________________________________________________________________________
47995 [  8109] By: jhi                                   on 2000/12/14  21:29:20
47996         Log: Subject: [8104] Encode
47997              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47998              Date: Thu, 14 Dec 2000 14:49:34 +0100
47999              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
48000              
48001              Type casting for nervous compilers.
48002      Branch: perl
48003            ! ext/Encode/Encode.xs
48004 ____________________________________________________________________________
48005 [  8108] By: jhi                                   on 2000/12/14  21:26:17
48006         Log: Subject: [8104] DB_File
48007              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48008              Date: Thu, 14 Dec 2000 14:49:35 +0100
48009              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
48010              
48011              Type definition incorrect for DB 2.7.7.  Not known when it
48012              changed, so only changed it for a known revision.
48013      Branch: perl
48014            ! ext/DB_File/DB_File.xs
48015 ____________________________________________________________________________
48016 [  8107] By: jhi                                   on 2000/12/14  21:23:41
48017         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
48018              From: Peter Prymmer <pvhp@forte.com>
48019              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
48020              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
48021              
48022              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
48023      Branch: perl
48024            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
48025            ! ext/Encode/Encode/posix-bc.enc
48026 ____________________________________________________________________________
48027 [  8106] By: nick                                  on 2000/12/14  20:36:13
48028         Log: "Cold" build correction to Encode's Makefile.PL
48029      Branch: perlio
48030            ! ext/Encode/Makefile.PL
48031 ____________________________________________________________________________
48032 [  8105] By: nick                                  on 2000/12/14  20:09:37
48033         Log: "Compiled" encodings.
48034              Correct replacement character in EBCDIC .enc files
48035              Add 0x7F to ASCII repertoire.
48036      Branch: perlio
48037            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
48038            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
48039            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
48040            ! ext/Encode/Makefile.PL ext/Encode/compile
48041            ! ext/Encode/encengine.c ext/Encode/encode.h
48042 ____________________________________________________________________________
48043 [  8104] By: nick                                  on 2000/12/14  00:38:20
48044         Log: Integrate mainline
48045      Branch: perlio
48046           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
48047           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
48048           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
48049           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
48050           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
48051           !> t/lib/db-hash.t t/lib/db-recno.t
48052 ____________________________________________________________________________
48053 [  8103] By: nick                                  on 2000/12/13  23:16:13
48054         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
48055              so far and so it does not get lost.
48056      Branch: perlio
48057            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
48058 ____________________________________________________________________________
48059 [  8102] By: jhi                                   on 2000/12/13  17:14:22
48060         Log: Update Changes.
48061      Branch: perl
48062            ! Changes patchlevel.h
48063 ____________________________________________________________________________
48064 [  8101] By: jhi                                   on 2000/12/13  16:53:41
48065         Log: Move the proto of start_glob() to a better place; regen api files.
48066      Branch: perl
48067            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
48068 ____________________________________________________________________________
48069 [  8100] By: jhi                                   on 2000/12/13  16:47:11
48070         Log: Metaconfig change for #8099.
48071      Branch: metaconfig
48072            ! U/modified/Head.U
48073 ____________________________________________________________________________
48074 [  8099] By: jhi                                   on 2000/12/13  16:46:48
48075         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
48076              From: Andy Dougherty <doughera@lafayette.edu>
48077              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
48078              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
48079      Branch: perl
48080            ! Configure
48081 ____________________________________________________________________________
48082 [  8098] By: jhi                                   on 2000/12/13  16:39:02
48083         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
48084              From: rspier@pobox.com (Robert Spier)
48085              Date: Tue, 12 Dec 2000 21:12:39 -0500
48086              Message-ID: <14902.56087.678086.725773@rls.cx>
48087              
48088              fastgetcwd is defined using a glob alias on a $^O dependent basis -
48089              and there was no default assignment or perl subroutine.
48090      Branch: perl
48091            ! lib/Cwd.pm
48092 ____________________________________________________________________________
48093 [  8097] By: jhi                                   on 2000/12/13  16:16:01
48094         Log: Subject: [PATCH] move startglob out of pp_hot.c
48095              From: Nicholas Clark <nick@ccl4.org>
48096              Date: Mon, 11 Dec 2000 23:16:39 +0000
48097              Message-ID: <20001211231638.A55550@plum.flirble.org>
48098      Branch: perl
48099            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
48100 ____________________________________________________________________________
48101 [  8096] By: jhi                                   on 2000/12/13  15:26:23
48102         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
48103              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
48104              Date: Wed, 13 Dec 2000 14:01:37 +0100
48105              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
48106              
48107              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
48108              in turn requires libpthread in libswanted.
48109      Branch: perl
48110            ! hints/hpux.sh
48111 ____________________________________________________________________________
48112 [  8095] By: jhi                                   on 2000/12/12  19:51:05
48113         Log: The integration wars continue.
48114      Branch: perl
48115           !> sv.c
48116 ____________________________________________________________________________
48117 [  8094] By: jhi                                   on 2000/12/12  19:48:26
48118         Log: Subject: [PATCH perl@8070] DB_File-1.74  
48119              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
48120              Date: Mon, 11 Dec 2000 23:07:17 -0000
48121              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
48122      Branch: perl
48123            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
48124            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
48125            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
48126            ! t/lib/db-recno.t
48127 ____________________________________________________________________________
48128 [  8093] By: nick                                  on 2000/12/12  19:42:13
48129         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
48130      Branch: perlio
48131            ! sv.c
48132           !> lib/File/DosGlob.pm
48133 ____________________________________________________________________________
48134 [  8092] By: jhi                                   on 2000/12/12  19:28:11
48135         Log: Integrate perlio.
48136      Branch: perl
48137           !> sv.c
48138 ____________________________________________________________________________
48139 [  8091] By: nick                                  on 2000/12/12  18:49:45
48140         Log: Fix for Tk, and upgrading shared SVs.
48141      Branch: perlio
48142            ! sv.c
48143 ____________________________________________________________________________
48144 [  8090] By: jhi                                   on 2000/12/12  16:48:59
48145         Log: Subject: [PATCH] Re: Breadperl & Tk
48146              From: Nick Ing-Simmons <nik@tiuk.ti.com>
48147              Date: Tue, 12 Dec 2000 14:48:27 GMT
48148              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
48149      Branch: perl
48150            ! sv.c
48151 ____________________________________________________________________________
48152 [  8089] By: jhi                                   on 2000/12/12  03:37:19
48153         Log: Subject: DosGlob.pm diff for bash style brace expansion.
48154              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
48155              Date: Fri, 8 Dec 2000 10:45:30 -0600
48156              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
48157      Branch: perl
48158            ! lib/File/DosGlob.pm
48159 ____________________________________________________________________________
48160 [  8088] By: nick                                  on 2000/12/11  23:59:59
48161         Log: Integrate mainline
48162      Branch: perlio
48163           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
48164           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
48165           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
48166           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
48167           !> t/op/local.t t/pragma/warn/toke toke.c
48168 ____________________________________________________________________________
48169 [  8087] By: jhi                                   on 2000/12/11  23:20:23
48170         Log: Integrate perlio.
48171      Branch: perl
48172           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
48173 ____________________________________________________________________________
48174 [  8086] By: jhi                                   on 2000/12/11  22:50:59
48175         Log: Tune further the OS detection of CGI.
48176      Branch: perl
48177            ! lib/CGI.pm
48178 ____________________________________________________________________________
48179 [  8085] By: nick                                  on 2000/12/11  22:50:46
48180         Log: Finish 1st pass of "encoding" layer e.g. :
48181              open($fh,"<encoding(iso8859-7)",$greek) || die;
48182      Branch: perlio
48183            ! ext/Encode/Encode.xs perlio.c perliol.h
48184 ____________________________________________________________________________
48185 [  8084] By: jhi                                   on 2000/12/11  22:32:06
48186         Log: Revert the -f ambiguousity patch, seems to cause
48187              too much hassle (the interpret -Q as a function
48188              where Q is not a known filetest part is left in).
48189      Branch: perl
48190            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
48191            ! toke.c
48192 ____________________________________________________________________________
48193 [  8083] By: jhi                                   on 2000/12/11  22:27:23
48194         Log: (accidentally empty check-in)
48195      Branch: perl
48196            ! lib/File/DosGlob.pm
48197 ____________________________________________________________________________
48198 [  8082] By: nick                                  on 2000/12/11  19:09:51
48199         Log: Restore mmap function (broken by tweaks to shared buffer
48200              layer for encode(xxxx)).
48201      Branch: perlio
48202            ! perlio.c
48203 ____________________________________________________________________________
48204 [  8081] By: jhi                                   on 2000/12/11  18:29:13
48205         Log: Subject: Re: The long awaited feature ...
48206              From: Simon Cozens <simon@cozens.net>
48207              Date: Mon, 11 Dec 2000 15:54:24 +0000
48208              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
48209              
48210              More io/utf8 tests.
48211      Branch: perl
48212            ! t/io/utf8.t
48213 ____________________________________________________________________________
48214 [  8080] By: jhi                                   on 2000/12/11  18:19:36
48215         Log: Subject: PATCH MakeMaker manpage clarification
48216              From: andreas.koenig@anima.de (Andreas J. Koenig)
48217              Date: 10 Dec 2000 20:46:13 +0100
48218              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
48219      Branch: perl
48220            ! lib/ExtUtils/MakeMaker.pm
48221 ____________________________________________________________________________
48222 [  8079] By: jhi                                   on 2000/12/11  15:35:07
48223         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
48224              From: Simon Cozens <simon@cozens.net>
48225              Date: Sun, 10 Dec 2000 19:06:19 +0000
48226              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
48227      Branch: perl
48228            ! ext/B/B/Deparse.pm t/lib/b.t
48229 ____________________________________________________________________________
48230 [  8078] By: jhi                                   on 2000/12/11  15:09:11
48231         Log: Subject: [PATCH] docs on NaN
48232              From: Nicholas Clark <nick@ccl4.org>
48233              Date: Mon, 11 Dec 2000 01:48:38 +0000
48234              Message-ID: <20001211014838.B99205@plum.flirble.org>
48235      Branch: perl
48236            ! pod/perlop.pod
48237 ____________________________________________________________________________
48238 [  8077] By: jhi                                   on 2000/12/11  15:02:21
48239         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
48240              From: Simon Cozens <simon@cozens.net>
48241              Date: Mon, 11 Dec 2000 01:21:45 +0000
48242              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
48243      Branch: perl
48244            ! pp.c pp_hot.c scope.c t/op/local.t
48245 ____________________________________________________________________________
48246 [  8076] By: nick                                  on 2000/12/10  20:43:32
48247         Log: Not merge worthy...
48248              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
48249              syntax is modelled on attributes.
48250              Untested fix for io/utf8 on Win32 etc.
48251              Very clumsy start to the encode layer.
48252      Branch: perlio
48253            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
48254 ____________________________________________________________________________
48255 [  8075] By: jhi                                   on 2000/12/10  18:39:33
48256         Log: Darwin is not Windows.
48257      Branch: perl
48258            ! lib/CGI.pm
48259 ____________________________________________________________________________
48260 [  8074] By: jhi                                   on 2000/12/10  18:31:27
48261         Log: Subject: Ambiguous -%c() resolved as a file test
48262              From: "Paul Marquess" <Paul.Marquess@openwave.com>
48263              Date: Sun, 10 Dec 2000 15:35:07 -0000
48264              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
48265      Branch: perl
48266            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
48267 ____________________________________________________________________________
48268 [  8073] By: jhi                                   on 2000/12/10  18:16:29
48269         Log: Subject: PATCH installperl misinformed 
48270              From: andreas.koenig@anima.de (Andreas J. Koenig)
48271              Date: 10 Dec 2000 13:01:32 +0100 
48272              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
48273      Branch: perl
48274            ! installperl
48275 ____________________________________________________________________________
48276 [  8072] By: jhi                                   on 2000/12/10  18:07:55
48277         Log: The walkoptree confusion rages; walkoptree() seems to be coming
48278              from B.xs, while walkoptree_slow() comes from B.pm.
48279      Branch: perl
48280            ! ext/B/B.pm
48281 ____________________________________________________________________________
48282 [  8071] By: nick                                  on 2000/12/10  11:45:47
48283         Log: Integrate mainline
48284      Branch: perlio
48285           +> t/base/commonsense.t
48286           !> (integrate 37 files)
48287 ____________________________________________________________________________
48288 [  8070] By: jhi                                   on 2000/12/10  04:46:21
48289         Log: Update Changes.
48290      Branch: perl
48291            ! Changes patchlevel.h
48292 ____________________________________________________________________________
48293 [  8069] By: jhi                                   on 2000/12/10  04:39:19
48294         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
48295              From: andreas.koenig@anima.de (Andreas J. Koenig)
48296              Date: 09 Dec 2000 17:14:25 +0100
48297              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
48298      Branch: perl
48299            + t/base/commonsense.t
48300            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
48301 ____________________________________________________________________________
48302 [  8068] By: jhi                                   on 2000/12/10  04:17:36
48303         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
48304              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
48305              Date: Sat, 9 Dec 2000 16:47:22 -0000
48306              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
48307      Branch: perl
48308            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
48309            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
48310            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
48311            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
48312            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
48313            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
48314            ! t/lib/sdbm.t
48315 ____________________________________________________________________________
48316 [  8067] By: jhi                                   on 2000/12/10  03:52:02
48317         Log: Test case for #8066.
48318      Branch: perl
48319            ! t/op/misc.t
48320 ____________________________________________________________________________
48321 [  8066] By: jhi                                   on 2000/12/10  03:50:30
48322         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
48323              From: Simon Cozens <simon@cozens.net>
48324              Date: Sun, 10 Dec 2000 00:55:37 +0000
48325              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
48326      Branch: perl
48327            ! pp_sys.c
48328 ____________________________________________________________________________
48329 [  8065] By: jhi                                   on 2000/12/10  03:44:52
48330         Log: Test case for #8064.
48331      Branch: perl
48332            ! t/comp/proto.t
48333 ____________________________________________________________________________
48334 [  8064] By: jhi                                   on 2000/12/10  03:42:32
48335         Log: Subject: Re: prototype of substr
48336              From: Simon Cozens <simon@cozens.net>
48337              Date: Sun, 10 Dec 2000 00:13:33 +0000
48338              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
48339              
48340              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
48341              In other words, make the returned prototypes for any function
48342              stop prepending the ';' optionality marker after the first one.
48343              If they start getting optional, all the rest are optional.
48344      Branch: perl
48345            ! pp.c
48346 ____________________________________________________________________________
48347 [  8063] By: jhi                                   on 2000/12/10  03:39:42
48348         Log: Subject: [PATCH] perlguts.pod
48349              From: Simon Cozens <simon@cozens.net>
48350              Date: Sun, 10 Dec 2000 00:06:47 +0000
48351              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
48352              
48353              Documentation of the different types of ops,
48354              plus the functions in dump.c
48355      Branch: perl
48356            ! pod/perlguts.pod
48357 ____________________________________________________________________________
48358 [  8062] By: jhi                                   on 2000/12/10  03:30:04
48359         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
48360              From: Nicholas Clark <nick@talking.bollo.cx>
48361              Date: Sat, 09 Dec 2000 18:57:25 +0000
48362              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
48363              
48364              Be more robust in weird hostname setups.
48365      Branch: perl
48366            ! t/lib/net-hostent.t
48367 ____________________________________________________________________________
48368 [  8061] By: jhi                                   on 2000/12/10  03:28:21
48369         Log: Pacify fussy compiler. 
48370      Branch: perl
48371            ! pp_sys.c
48372 ____________________________________________________________________________
48373 [  8060] By: jhi                                   on 2000/12/10  02:52:46
48374         Log: Integrate perlio.
48375      Branch: perl
48376           !> pp_sys.c t/io/utf8.t
48377 ____________________________________________________________________________
48378 [  8059] By: nick                                  on 2000/12/09  23:40:14
48379         Log: read/sysread/recv should now be utf8 aware.
48380              Basic test for utf8 read.
48381      Branch: perlio
48382            ! pp_sys.c t/io/utf8.t
48383 ____________________________________________________________________________
48384 [  8058] By: jhi                                   on 2000/12/09  21:56:02
48385         Log: Integrate perlio.
48386      Branch: perl
48387           +> t/io/utf8.t
48388           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
48389 ____________________________________________________________________________
48390 [  8057] By: jhi                                   on 2000/12/09  21:53:35
48391         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
48392              From: Inaba Hiroto <inaba@st.rim.or.jp>
48393              Date: Sun, 10 Dec 2000 05:53:21 +0900
48394              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
48395              
48396              Tests for #8056.
48397      Branch: perl
48398            ! t/op/each.t
48399 ____________________________________________________________________________
48400 [  8056] By: jhi                                   on 2000/12/09  21:51:16
48401         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
48402              From: Inaba Hiroto <inaba@st.rim.or.jp>
48403              Date: Sat, 09 Dec 2000 18:02:00 +0900
48404              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
48405              
48406              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
48407      Branch: perl
48408            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
48409 ____________________________________________________________________________
48410 [  8055] By: nick                                  on 2000/12/09  20:11:48
48411         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
48412              than raw PerlIO_write() - does not seem to break any tests.
48413      Branch: perlio
48414            ! pp_sys.c
48415 ____________________________________________________________________________
48416 [  8054] By: nick                                  on 2000/12/09  19:47:30
48417         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
48418              (sysread, recv and write i.e. formats still to do...)
48419              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
48420              open($fh,">:utf8","name")
48421              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
48422              so no extra overhead is involved.
48423              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
48424              to a non-utf8 stream.
48425              Add initial io/utf8.t
48426              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
48427              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
48428              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
48429      Branch: perlio
48430            + t/io/utf8.t
48431            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
48432 ____________________________________________________________________________
48433 [  8053] By: nick                                  on 2000/12/09  19:26:37
48434         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
48435              was only testing this_utf8.
48436      Branch: perlio
48437            ! toke.c
48438 ____________________________________________________________________________
48439 [  8052] By: nick                                  on 2000/12/09  19:09:41
48440         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
48441              i.e. the output string has one, but don't mess with source assumption.
48442      Branch: perlio
48443            ! toke.c
48444 ____________________________________________________________________________
48445 [  8051] By: jhi                                   on 2000/12/09  16:55:17
48446         Log: Integrate perlio.
48447      Branch: perl
48448           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
48449           !> sv.c thrdvar.h util.c
48450 ____________________________________________________________________________
48451 [  8050] By: jhi                                   on 2000/12/09  16:48:07
48452         Log: Nits noticed by Peter Prymmer.
48453      Branch: perl
48454            ! lib/ExtUtils/MM_VMS.pm
48455 ____________________________________________________________________________
48456 [  8049] By: nick                                  on 2000/12/09  13:49:40
48457         Log: UTF8 output prework.
48458              - Store $\ and $, as SVs so they can have SvUTF8 flag
48459              - use do_print() rather than raw PerlIO_write() to print them.
48460      Branch: perlio
48461            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
48462            ! thrdvar.h util.c
48463 ____________________________________________________________________________
48464 [  8048] By: nick                                  on 2000/12/09  12:30:43
48465         Log: Integrate mainline.
48466      Branch: perlio
48467           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
48468           +> t/op/reverse.t
48469           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
48470           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
48471           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
48472           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
48473           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
48474           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
48475 ____________________________________________________________________________
48476 [  8047] By: jhi                                   on 2000/12/09  00:23:27
48477         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
48478              From: Michael G Schwern <schwern@pobox.com>
48479              Date: Fri, 8 Dec 2000 14:43:04 -0600
48480      Branch: perl
48481            ! lib/ExtUtils/MM_VMS.pm
48482 ____________________________________________________________________________
48483 [  8046] By: jhi                                   on 2000/12/08  23:10:27
48484         Log: A missed check-in.
48485      Branch: perl
48486            ! lib/ExtUtils/Manifest.pm
48487 ____________________________________________________________________________
48488 [  8045] By: jhi                                   on 2000/12/08  21:57:12
48489         Log: (null check-in)
48490      Branch: perl
48491            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
48492 ____________________________________________________________________________
48493 [  8044] By: jhi                                   on 2000/12/08  21:11:06
48494         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
48495              at the final draft stage.
48496      Branch: perl
48497            + ext/Encode/Encode/iso8859-16.enc
48498            ! MANIFEST
48499 ____________________________________________________________________________
48500 [  8043] By: jhi                                   on 2000/12/08  16:39:04
48501         Log: Update Changes.
48502      Branch: perl
48503            ! Changes patchlevel.h
48504 ____________________________________________________________________________
48505 [  8042] By: jhi                                   on 2000/12/08  16:33:39
48506         Log: Do not return the Unicode replacement character if UTF-8
48507              decoding goes awry, it should be up to the caller to decide.
48508      Branch: perl
48509            ! pod/perlapi.pod utf8.c
48510 ____________________________________________________________________________
48511 [  8041] By: jhi                                   on 2000/12/08  16:22:28
48512         Log: metaconfig maintenance.
48513      Branch: metaconfig
48514            ! U/modified/stdchar.U
48515      Branch: metaconfig/U/perl
48516            + testsyml.U
48517 ____________________________________________________________________________
48518 [  8040] By: jhi                                   on 2000/12/08  16:03:08
48519         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
48520              From: sthoenna@efn.org
48521              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
48522              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
48523      Branch: perl
48524            ! Changes lib/ExtUtils/MM_OS2.pm
48525 ____________________________________________________________________________
48526 [  8039] By: jhi                                   on 2000/12/08  15:57:11
48527         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
48528              From: Simon Cozens <simon@cozens.net>
48529              Date: Fri, 8 Dec 2000 13:33:31 +0000
48530              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
48531              
48532              (The pp_hot part needed a rewrite.)
48533      Branch: perl
48534            ! doop.c pp_hot.c utf8.c
48535 ____________________________________________________________________________
48536 [  8038] By: jhi                                   on 2000/12/08  15:25:08
48537         Log: Subject: djSP
48538              From: Michael Stevens <michael@etla.org>
48539              Date: Wed, 6 Dec 2000 23:24:01 +0000
48540              Message-ID: <20001206232400.A21381@firedrake.org>
48541              
48542              Plus a note from Nick Ing-Simmons.
48543      Branch: perl
48544            ! pp.h
48545 ____________________________________________________________________________
48546 [  8037] By: jhi                                   on 2000/12/08  15:18:35
48547         Log: Filetype is text.
48548      Branch: perl
48549            ! t/op/utf8decode.t
48550 ____________________________________________________________________________
48551 [  8036] By: jhi                                   on 2000/12/08  03:31:27
48552         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
48553              From: Andy Dougherty <doughera@lafayette.edu>
48554              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
48555              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
48556              
48557              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
48558              From: Andy Dougherty <doughera@lafayette.edu>
48559              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
48560              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
48561      Branch: perl
48562            + ext/POSIX/hints/svr4.pl
48563            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
48564 ____________________________________________________________________________
48565 [  8035] By: jhi                                   on 2000/12/08  03:26:01
48566         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
48567              From: Andy Dougherty <doughera@lafayette.edu>
48568              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
48569              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
48570      Branch: perl
48571            ! t/README t/base/term.t
48572 ____________________________________________________________________________
48573 [  8034] By: jhi                                   on 2000/12/08  03:21:59
48574         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
48575              From: mjd@plover.com  
48576              Date: 7 Dec 2000 21:04:20 -0000
48577              Message-ID: <20001207210420.22282.qmail@plover.com>
48578              
48579              Plus -z doc.
48580      Branch: perl
48581            ! pod/perlfunc.pod
48582 ____________________________________________________________________________
48583 [  8033] By: jhi                                   on 2000/12/08  03:19:03
48584         Log: Use the UTF8 macros a bit.  They can't be used with abandon
48585              everywhere because we do generate illegal UTF-8 in some situations.
48586              This is of course naughty.
48587      Branch: perl
48588            ! pod/perlapi.pod utf8.c utf8.h
48589 ____________________________________________________________________________
48590 [  8032] By: jhi                                   on 2000/12/08  03:00:09
48591         Log: Out of sync?
48592      Branch: perl
48593            ! t/pragma/warn/utf8
48594 ____________________________________________________________________________
48595 [  8031] By: jhi                                   on 2000/12/08  02:22:39
48596         Log: Cnt spl.
48597      Branch: perl
48598            ! MANIFEST
48599 ____________________________________________________________________________
48600 [  8030] By: jhi                                   on 2000/12/08  01:23:54
48601         Log: Add test for reverse().
48602      Branch: perl
48603            + t/op/reverse.t
48604            ! MANIFEST
48605 ____________________________________________________________________________
48606 [  8029] By: jhi                                   on 2000/12/08  01:21:47
48607         Log: Integrate perlio.
48608      Branch: perl
48609           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
48610           !> perlio.c perlio.h perlsdio.h warnings.pl
48611 ____________________________________________________________________________
48612 [  8028] By: jhi                                   on 2000/12/08  01:19:08
48613         Log: Introduce macros for UTF8 decoding.
48614      Branch: perl
48615            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
48616 ____________________________________________________________________________
48617 [  8027] By: nick                                  on 2000/12/07  22:18:19
48618         Log: Integrate mainline
48619      Branch: perlio
48620           !> embed.pl pod/perlapi.pod utf8.c
48621 ____________________________________________________________________________
48622 [  8026] By: nick                                  on 2000/12/07  21:45:08
48623         Log: Various oddities p4 diff -se showed up
48624              Remove 'our' from warnings.pl
48625      Branch: perlio
48626            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
48627 ____________________________________________________________________________
48628 [  8025] By: nick                                  on 2000/12/07  21:43:32
48629         Log: Change PerlIO_(get|set)pos to take SV *
48630              Should fix, OS/2, VMS, (sfio??)
48631      Branch: perlio
48632            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
48633 ____________________________________________________________________________
48634 [  8024] By: jhi                                   on 2000/12/07  19:05:32
48635         Log: Document utf8_to_uv() better.
48636      Branch: perl
48637            ! pod/perlapi.pod utf8.c
48638 ____________________________________________________________________________
48639 [  8023] By: jhi                                   on 2000/12/07  18:23:47
48640         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
48641      Branch: perl
48642            ! embed.pl pod/perlapi.pod utf8.c
48643 ____________________________________________________________________________
48644 [  8022] By: jhi                                   on 2000/12/07  04:13:51
48645         Log: Integrate perlio.
48646      Branch: perl
48647           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
48648           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
48649           !> win32/makefile.mk
48650 ____________________________________________________________________________
48651 [  8021] By: nick                                  on 2000/12/07  00:28:14
48652         Log: Various attempts at MSVC debug - not sure what has
48653              changed but works now. 
48654              Seems atexit() _may_ work for DLLs built with MSVC so don't
48655              call cleanup that way.
48656      Branch: perlio
48657            ! perlio.c win32/makefile.mk
48658 ____________________________________________________________________________
48659 [  8020] By: nick                                  on 2000/12/06  19:57:20
48660         Log: Integrate mainline
48661      Branch: perlio
48662           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
48663           !> (integrate 75 files)
48664 ____________________________________________________________________________
48665 [  8019] By: nick                                  on 2000/12/06  19:28:21
48666         Log: Add useperlio to config.vc
48667              Turn off binmode in config_H.PL
48668              Regen all the config_H.xx
48669              Attempt to get debugging build with MSVC.
48670      Branch: perlio
48671            ! win32/config.vc win32/config_H.bc win32/config_H.gc
48672            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
48673 ____________________________________________________________________________
48674 [  8018] By: nick                                  on 2000/12/06  19:21:57
48675         Log: Test various dup/external program options on all platforms.
48676      Branch: perlio
48677            ! t/io/dup.t
48678 ____________________________________________________________________________
48679 [  8017] By: nick                                  on 2000/12/06  19:20:47
48680         Log: Fix harness to be less picky
48681      Branch: perlio
48682            ! lib/Test/Harness.pm
48683 ____________________________________________________________________________
48684 [  8016] By: jhi                                   on 2000/12/06  16:45:12
48685         Log: Update Changes.
48686      Branch: perl
48687            ! Changes patchlevel.h
48688 ____________________________________________________________________________
48689 [  8015] By: jhi                                   on 2000/12/06  16:41:03
48690         Log: Test \x{...} with ord().
48691      Branch: perl
48692            ! t/op/ord.t
48693 ____________________________________________________________________________
48694 [  8014] By: jhi                                   on 2000/12/06  16:20:33
48695         Log: Test tweak because of #8013.
48696      Branch: perl
48697            ! t/lib/b.t
48698 ____________________________________________________________________________
48699 [  8013] By: jhi                                   on 2000/12/06  16:09:09
48700         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
48701              From: Michael G Schwern <schwern@pobox.com>
48702              Date: Tue, 5 Dec 2000 21:23:28 -0500
48703              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
48704              
48705              Carp::Heavy parts not very applicable because of recent changes.
48706      Branch: perl
48707            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
48708            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
48709            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
48710            ! lib/Exporter.pm lib/Exporter/Heavy.pm
48711            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
48712            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
48713            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
48714            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
48715            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
48716            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
48717            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
48718            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
48719            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
48720            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
48721            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
48722            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
48723            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
48724            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
48725            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
48726            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
48727            ! warnings.pl
48728 ____________________________________________________________________________
48729 [  8012] By: jhi                                   on 2000/12/06  15:22:38
48730         Log: Subject: [PATCH] Re: New harness is failing things
48731              From: Nick Ing-Simmons <nik@tiuk.ti.com>
48732              Date: Wed, 6 Dec 2000 13:00:30 GMT
48733              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
48734      Branch: perl
48735            ! lib/Test/Harness.pm
48736 ____________________________________________________________________________
48737 [  8011] By: jhi                                   on 2000/12/06  15:12:08
48738         Log: Subject: installhtml changes
48739              From: Michael Stevens <michael@etla.org>
48740              Date: Wed, 6 Dec 2000 13:15:53 +0000
48741              Message-ID: <20001206131553.A27317@firedrake.org>
48742      Branch: perl
48743            ! installhtml
48744 ____________________________________________________________________________
48745 [  8010] By: jhi                                   on 2000/12/06  15:06:05
48746         Log: Subject: the dTHR hits
48747              From: Michael Stevens <michael@etla.org>
48748              Date: Wed, 6 Dec 2000 12:06:03 +0000
48749              Message-ID: <20001206120603.A24581@firedrake.org>
48750              
48751              More, errrm, less dTHRs.
48752      Branch: perl
48753            ! bytecode.pl ext/B/B/C.pm
48754 ____________________________________________________________________________
48755 [  8009] By: jhi                                   on 2000/12/06  15:04:25
48756         Log: Subject: MakeMaker mailing list gone?
48757              From: Michael G Schwern <schwern@pobox.com>
48758              Date: Tue, 5 Dec 2000 19:29:59 -0500
48759              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
48760              
48761              The MakeMaker mailing list is dead, perlbug is the right
48762              address to report bugs.
48763      Branch: perl
48764            ! lib/ExtUtils/MakeMaker.pm
48765 ____________________________________________________________________________
48766 [  8008] By: jhi                                   on 2000/12/06  15:00:32
48767         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
48768              From: Michael G Schwern <schwern@pobox.com>
48769              Date: Tue, 5 Dec 2000 19:21:21 -0500
48770              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
48771              
48772              Add a default MANIFEST skip that ignores things like
48773              version control files, editor temporary files, and the Makefile.
48774      Branch: perl
48775            + lib/ExtUtils/MANIFEST.SKIP
48776            ! MANIFEST lib/ExtUtils/Manifest.pm
48777 ____________________________________________________________________________
48778 [  8007] By: jhi                                   on 2000/12/06  14:57:20
48779         Log: In Amiga more manual hackery of the scripts seems to be needed,
48780              from Jan-Erik Karlsson.  Why Configure does not get this right
48781              is unknown, may be shell-induced.
48782      Branch: perl
48783            ! README.amiga
48784 ____________________________________________________________________________
48785 [  8006] By: jhi                                   on 2000/12/05  23:53:12
48786         Log: Add TOPm1s to peek at the second topmost stack item.
48787      Branch: perl
48788            ! pp.h
48789 ____________________________________________________________________________
48790 [  8005] By: jhi                                   on 2000/12/05  23:13:55
48791         Log: Avaunt, you foul UTF-8 tests.
48792      Branch: perl
48793            ! t/op/ver.t t/pragma/utf8.t
48794 ____________________________________________________________________________
48795 [  8004] By: jhi                                   on 2000/12/05  23:09:54
48796         Log: Continue utf8 dispersal. 
48797      Branch: perl
48798            + t/op/concat.t
48799            ! MANIFEST t/pragma/utf8.t
48800 ____________________________________________________________________________
48801 [  8003] By: nick                                  on 2000/12/05  23:02:39
48802         Log: Integrate mainline.
48803      Branch: perlio
48804           +> t/op/length.t t/op/utf8decode.t
48805           !> (integrate 69 files)
48806 ____________________________________________________________________________
48807 [  8002] By: jhi                                   on 2000/12/05  22:59:28
48808         Log: Integrate perlio.
48809      Branch: perl
48810           !> iperlsys.h perl.c perlio.c win32/perllib.c
48811 ____________________________________________________________________________
48812 [  8001] By: nick                                  on 2000/12/05  22:07:52
48813         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
48814              - calloc/free suffer from damage on TerminateThread()
48815              - use PerlMemShared (as originally planned) now fixed
48816              - avoid doing anything important on DLL "detach".
48817      Branch: perlio
48818            ! perl.c perlio.c win32/perllib.c
48819 ____________________________________________________________________________
48820 [  8000] By: nick                                  on 2000/12/05  21:05:09
48821         Log: Fix gross PerlMemShared issue.
48822      Branch: perlio
48823            ! iperlsys.h
48824 ____________________________________________________________________________
48825 [  7999] By: jhi                                   on 2000/12/05  20:46:58
48826         Log: Test for Unicode (UTF-8) hash keys.
48827      Branch: perl
48828            ! t/op/each.t
48829 ____________________________________________________________________________
48830 [  7998] By: jhi                                   on 2000/12/05  20:30:35
48831         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
48832              is now always UTF-8), empty line cosmetics.
48833      Branch: perl
48834            ! t/pragma/utf8.t
48835 ____________________________________________________________________________
48836 [  7997] By: jhi                                   on 2000/12/05  20:15:40
48837         Log: Subject: Re: STRLEN - what?
48838              From: Andy Dougherty <doughera@lafayette.edu>
48839              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
48840              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
48841              
48842              Explain STRLEN.
48843      Branch: perl
48844            ! pod/perlguts.pod
48845 ____________________________________________________________________________
48846 [  7996] By: jhi                                   on 2000/12/05  20:13:34
48847         Log: Split off the UTF-8 decoder tests, make them to check also
48848              the error message.
48849      Branch: perl
48850            + t/op/utf8decode.t
48851            ! MANIFEST t/pragma/utf8.t utf8.c
48852 ____________________________________________________________________________
48853 [  7995] By: jhi                                   on 2000/12/05  16:39:47
48854         Log: Start migrating bits of pragma/utf8 to elsewhere
48855              (since the long term plan is to obsolete 'use utf8').
48856      Branch: perl
48857            + t/op/length.t
48858            ! MANIFEST t/pragma/utf8.t
48859 ____________________________________________________________________________
48860 [  7994] By: jhi                                   on 2000/12/05  16:30:21
48861         Log: Fix a manual edit typo from #7993, fix the message formatting
48862              for Unicode, add few our declarations.
48863      Branch: perl
48864            ! lib/Carp/Heavy.pm
48865 ____________________________________________________________________________
48866 [  7993] By: jhi                                   on 2000/12/05  16:09:15
48867         Log: Subject: Need help with warnings :-(
48868              From: "Ben Tilly" <ben_tilly@hotmail.com>
48869              Date: Tue, 05 Dec 2000 01:35:54 -0500
48870              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
48871              
48872              Subject: UPDATE: Carp/Heavy now passes all tests
48873              From: "Ben Tilly" <ben_tilly@hotmail.com>
48874              Date: Tue, 05 Dec 2000 07:59:41 -0500
48875              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
48876              
48877              The Brave New Carp.
48878      Branch: perl
48879            ! lib/Carp.pm lib/Carp/Heavy.pm
48880 ____________________________________________________________________________
48881 [  7992] By: jhi                                   on 2000/12/05  15:55:08
48882         Log: Subject: [PATCH perl@7979] cygwin port
48883              From: "Eric Fifer" <efifer@dircon.co.uk>
48884              Date: Tue, 5 Dec 2000 14:04:09 -0000
48885              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
48886      Branch: perl
48887            ! t/lib/net-hostent.t
48888 ____________________________________________________________________________
48889 [  7991] By: jhi                                   on 2000/12/05  15:52:34
48890         Log: Subject: Re: [PATCH] The largest hoax of all times?
48891              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48892              Date: Tue, 5 Dec 2000 00:40:25 -0500
48893              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
48894              
48895              Subject: Re: [PATCH] The largest hoax of all times?
48896              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48897              Date: Mon, 4 Dec 2000 23:55:53 -0500
48898              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
48899              
48900              Subject: Re: [PATCH] The largest hoax of all times?
48901              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48902              Date: Tue, 5 Dec 2000 01:28:45 -0500
48903              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
48904              
48905              Fix the unpredictable order of DESTROYs.
48906      Branch: perl
48907            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
48908            ! sv.c sv.h t/op/ref.t
48909 ____________________________________________________________________________
48910 [  7990] By: jhi                                   on 2000/12/05  14:38:53
48911         Log: Subject: [PATCH] shrink pp_hot fractionally
48912              From: Nicholas Clark <nick@ccl4.org>
48913              Date: Tue, 5 Dec 2000 12:44:31 +0000
48914              Message-ID: <20001205124431.E74518@plum.flirble.org>
48915              
48916              Use report_evil_fh().
48917      Branch: perl
48918            ! opcode.pl opnames.h pp_hot.c util.c
48919 ____________________________________________________________________________
48920 [  7989] By: jhi                                   on 2000/12/05  14:21:27
48921         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
48922              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48923              Date: Mon, 04 Dec 2000 22:21:59 -0800
48924              Message-ID: <HmIL6gzkgepS092yn@efn.org>
48925              
48926              Harness shouldn't ignore responses like "ok 3\r\r\n".
48927      Branch: perl
48928            ! lib/Test/Harness.pm
48929 ____________________________________________________________________________
48930 [  7988] By: jhi                                   on 2000/12/05  13:51:28
48931         Log: Integrate the "skip" messages to explain().
48932      Branch: perl
48933            ! t/lib/syslfs.t t/op/lfs.t
48934 ____________________________________________________________________________
48935 [  7987] By: jhi                                   on 2000/12/05  12:34:54
48936         Log: The one that got away in #7984.
48937              
48938              Subject: Re: dTHR - what and why?
48939              From: Michael Stevens <michael@etla.org> 
48940              Date: Tue, 5 Dec 2000 11:15:52 +0000
48941              Message-ID: <20001205111552.A4647@firedrake.org>
48942      Branch: perl
48943            ! sv.h
48944 ____________________________________________________________________________
48945 [  7986] By: gsar                                  on 2000/12/05  09:14:44
48946         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
48947              due to the notorious GetFileType() bug in Windows 9x, which fstat()
48948              tickles)
48949      Branch: perl
48950            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
48951 ____________________________________________________________________________
48952 [  7985] By: jhi                                   on 2000/12/05  05:49:03
48953         Log: Integrate perlio.
48954      Branch: perl
48955           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
48956           !> win32/perlhost.h win32/perllib.c
48957 ____________________________________________________________________________
48958 [  7984] By: jhi                                   on 2000/12/05  05:48:16
48959         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
48960      Branch: perl
48961            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
48962            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
48963            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
48964            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
48965            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
48966            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
48967            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
48968            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
48969            ! win32/win32.c
48970 ____________________________________________________________________________
48971 [  7983] By: nick                                  on 2000/12/04  23:27:43
48972         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
48973      Branch: perlio
48974            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
48975            ! win32/perlhost.h win32/perllib.c
48976 ____________________________________________________________________________
48977 [  7982] By: jhi                                   on 2000/12/04  19:44:09
48978         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
48979              uncovered by #7980.
48980      Branch: perl
48981            ! op.c
48982 ____________________________________________________________________________
48983 [  7981] By: jhi                                   on 2000/12/04  19:42:07
48984         Log: Subject: [PATCH] Trivial dump.c feature
48985              From: Simon Cozens <simon@cozens.net>
48986              Date: Mon, 4 Dec 2000 18:08:38 +0000
48987              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
48988              
48989              Show whether a constant is UTF-8.
48990      Branch: perl
48991            ! dump.c
48992 ____________________________________________________________________________
48993 [  7980] By: jhi                                   on 2000/12/04  19:36:51
48994         Log: UTF-8 hash keys, patch from Inaba Hiroto.
48995      Branch: perl
48996            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
48997 ____________________________________________________________________________
48998 [  7979] By: jhi                                   on 2000/12/04  17:36:28
48999         Log: Update Changes.
49000      Branch: perl
49001            ! Changes patchlevel.h
49002 ____________________________________________________________________________
49003 [  7978] By: jhi                                   on 2000/12/04  16:42:17
49004         Log: Retract #7977, still too volatile (the euphemism of the day
49005              for unfinished and buggy :-)
49006      Branch: perl
49007            ! doop.c hv.c pp.c sv.h
49008 ____________________________________________________________________________
49009 [  7977] By: jhi                                   on 2000/12/04  16:25:15
49010         Log: (Retracted by #7978, too shaky yet.)
49011              
49012              Subject: Re: utf8 in hash keys, implementor missing
49013              From: Simon Cozens <simon@cozens.net>
49014              Date: Sat, 2 Dec 2000 19:49:35 +0000
49015              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
49016              
49017              The first step at UTF-8 hash keys.
49018      Branch: perl
49019            ! doop.c hv.c pp.c sv.h
49020 ____________________________________________________________________________
49021 [  7976] By: jhi                                   on 2000/12/04  16:13:53
49022         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
49023              From: sthoenna@efn.org
49024              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
49025              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
49026      Branch: perl
49027            ! os2/os2.c perlio.c
49028 ____________________________________________________________________________
49029 [  7975] By: jhi                                   on 2000/12/04  16:05:25
49030         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
49031              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49032              Date: Thu, 30 Nov 2000 20:50:37 -0800
49033              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
49034      Branch: perl
49035            ! os2/os2.c
49036 ____________________________________________________________________________
49037 [  7974] By: jhi                                   on 2000/12/04  16:03:57
49038         Log: Subject: [PATCH] ++ 20% faster
49039              From: Nicholas Clark <nick@ccl4.org>
49040              Date: Mon, 4 Dec 2000 12:17:27 +0000
49041              Message-ID: <20001204121726.B52976@plum.flirble.org>
49042              
49043              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
49044      Branch: perl
49045            ! sv.c
49046 ____________________________________________________________________________
49047 [  7973] By: jhi                                   on 2000/12/04  16:00:48
49048         Log: 
49049              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
49050              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49051              Date: Mon, 04 Dec 2000 12:30:45 +0100
49052              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
49053              
49054              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
49055              library (getprotobyname and getprotobynumber are outversioned by
49056              the same calls in libc, at least for xlc version 3.
49057      Branch: perl
49058            ! hints/aix.sh
49059 ____________________________________________________________________________
49060 [  7972] By: jhi                                   on 2000/12/04  02:58:31
49061         Log: Integrate perlio.
49062      Branch: perl
49063           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
49064           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
49065           !> win32/win32.h win32/win32iop.h win32/win32thread.h
49066 ____________________________________________________________________________
49067 [  7971] By: nick                                  on 2000/12/04  00:24:33
49068         Log: Quieten some noise in Win32 builds:
49069              - win32.h is included after <sys/socket.h>, so need to 
49070              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
49071              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
49072      Branch: perlio
49073            ! doio.c perl.h toke.c win32/win32.h
49074 ____________________________________________________________________________
49075 [  7970] By: nick                                  on 2000/12/03  22:57:46
49076         Log: PERL_IMPLICIT_SYS compiles but does not work.
49077      Branch: perlio
49078            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
49079            ! win32/perlhost.h win32/perllib.c win32/win32.h
49080            ! win32/win32iop.h win32/win32thread.h
49081 ____________________________________________________________________________
49082 [  7969] By: jhi                                   on 2000/12/03  22:12:58
49083         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
49084              used to swash_init(), makes regprop() dumps more informative
49085              (+utf8::IsAlpha, -utf8::IsDigit, for example).
49086      Branch: perl
49087            ! regcomp.c regexec.c
49088 ____________________________________________________________________________
49089 [  7968] By: jhi                                   on 2000/12/03  21:39:56
49090         Log: Implement ANYOFUTF8 regprop() dumping.
49091      Branch: perl
49092            ! regcomp.c
49093 ____________________________________________________________________________
49094 [  7967] By: jhi                                   on 2000/12/03  20:57:19
49095         Log: Make uv_to_utf8() to zero-terminate its output buffer,
49096              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
49097      Branch: perl
49098            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
49099 ____________________________________________________________________________
49100 [  7966] By: nick                                  on 2000/12/03  18:41:21
49101         Log: Integrate mainline (STDCHAR)
49102      Branch: perlio
49103           !> Configure t/pragma/utf8.t
49104 ____________________________________________________________________________
49105 [  7965] By: jhi                                   on 2000/12/03  17:58:20
49106         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
49107      Branch: perl
49108            ! t/pragma/utf8.t
49109 ____________________________________________________________________________
49110 [  7964] By: jhi                                   on 2000/12/03  17:35:56
49111         Log: Integrate perlio.
49112      Branch: perl
49113           !> iperlsys.h perlio.c
49114 ____________________________________________________________________________
49115 [  7963] By: jhi                                   on 2000/12/03  17:33:55
49116         Log: Metaconfig unit change for #7962.
49117      Branch: metaconfig
49118            ! U/modified/stdchar.U
49119 ____________________________________________________________________________
49120 [  7962] By: jhi                                   on 2000/12/03  17:33:27
49121         Log: Untangle the <stdio.h> #include nest for the stdchar test,
49122              from Andy Dougherty.
49123      Branch: perl
49124            ! Configure
49125 ____________________________________________________________________________
49126 [  7961] By: nick                                  on 2000/12/03  16:53:00
49127         Log: Make iperlsys.h vector stdio not PerlIO.
49128      Branch: perlio
49129            ! iperlsys.h perlio.c
49130 ____________________________________________________________________________
49131 [  7960] By: nick                                  on 2000/12/03  14:43:01
49132         Log: Integrate mainline
49133      Branch: perlio
49134           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
49135           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
49136 ____________________________________________________________________________
49137 [  7959] By: jhi                                   on 2000/12/03  08:16:36
49138         Log: Use DO_UTF8().
49139      Branch: perl
49140            ! op.c
49141 ____________________________________________________________________________
49142 [  7958] By: jhi                                   on 2000/12/02  18:33:05
49143         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
49144              From: Mike Guy <mjtg@cam.ac.uk>         
49145              Date: Sat, 02 Dec 2000 17:27:13 +0000
49146              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
49147              
49148              An extraneous argument.
49149      Branch: perl
49150            ! toke.c
49151 ____________________________________________________________________________
49152 [  7957] By: jhi                                   on 2000/12/02  18:22:32
49153         Log: A missing hunk.
49154      Branch: perl
49155            ! t/lib/net-hostent.t
49156 ____________________________________________________________________________
49157 [  7956] By: jhi                                   on 2000/12/02  18:06:20
49158         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
49159              From: Nicholas Clark <nick@ccl4.org>
49160              Date: Sat, 2 Dec 2000 14:28:27 +0000
49161              Message-ID: <20001202142827.A12308@plum.flirble.org>
49162              
49163              Test robustness.
49164      Branch: perl
49165            ! t/lib/net-hostent.t
49166 ____________________________________________________________________________
49167 [  7955] By: jhi                                   on 2000/12/02  17:58:06
49168         Log: Metaconfig unit change for #7954.
49169      Branch: metaconfig
49170            ! U/modified/stdchar.U
49171 ____________________________________________________________________________
49172 [  7954] By: jhi                                   on 2000/12/02  17:54:32
49173         Log: An inconvenient hang would happen if the stdio _ptr wasn't
49174              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
49175              would be grepping stdin for all eternity for the _ptr.)
49176      Branch: perl
49177            ! Configure
49178 ____________________________________________________________________________
49179 [  7953] By: jhi                                   on 2000/12/02  00:07:15
49180         Log: Update Changes.
49181      Branch: perl
49182            ! Changes patchlevel.h
49183 ____________________________________________________________________________
49184 [  7952] By: jhi                                   on 2000/12/01  23:54:47
49185         Log: Subject: Re: long shell lines
49186              From: Andy Dougherty <doughera@lafayette.edu>
49187              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
49188              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
49189              
49190              Split overly long shell command lines.
49191      Branch: perl
49192            ! lib/ExtUtils/MM_Unix.pm
49193 ____________________________________________________________________________
49194 [  7951] By: jhi                                   on 2000/12/01  23:48:02
49195         Log: The metaconfig unit change for #7950.
49196      Branch: metaconfig
49197            + U/modified/stdchar.U
49198 ____________________________________________________________________________
49199 [  7950] By: jhi                                   on 2000/12/01  23:47:39
49200         Log: Try to find stdchar also from <stdio_impl.h>.
49201      Branch: perl
49202            ! Configure config_h.SH
49203 ____________________________________________________________________________
49204 [  7949] By: jhi                                   on 2000/12/01  23:46:45
49205         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
49206              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
49207              Date: Fri, 1 Dec 2000 16:26:08 -0500
49208              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
49209              
49210              Reword the diagnostic message.
49211      Branch: perl
49212            ! pod/perldiag.pod
49213 ____________________________________________________________________________
49214 [  7948] By: nick                                  on 2000/12/01  22:49:43
49215         Log: Integrate mainline (for s/y/m as sub names stuff).
49216      Branch: perlio
49217           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
49218           !> t/pragma/warn/toke toke.c
49219 ____________________________________________________________________________
49220 [  7947] By: jhi                                   on 2000/12/01  20:55:41
49221         Log: Integrate perlio.
49222      Branch: perl
49223           !> perlio.c perliol.h t/io/pipe.t
49224 ____________________________________________________________________________
49225 [  7946] By: jhi                                   on 2000/12/01  20:36:51
49226         Log: Upgrade to CPAN 1.59_51, from Andreas König.
49227      Branch: perl
49228            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
49229 ____________________________________________________________________________
49230 [  7945] By: nick                                  on 2000/12/01  20:31:32
49231         Log: Integrate mainline
49232      Branch: perlio
49233           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
49234           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
49235           +> t/lib/net-hostent.t
49236           !> (integrate 35 files)
49237 ____________________________________________________________________________
49238 [  7944] By: jhi                                   on 2000/12/01  20:23:29
49239         Log: Some help for 20001130.011.  Now one gets warnings like
49240              "Ambiguous -f() resolved as a file test ..."
49241      Branch: perl
49242            ! pod/perldiag.pod t/pragma/warn/toke toke.c
49243 ____________________________________________________________________________
49244 [  7943] By: jhi                                   on 2000/12/01  19:44:44
49245         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
49246              that also breaks using them as methods. 
49247      Branch: perl
49248            ! pod/perldiag.pod t/op/misc.t toke.c
49249 ____________________________________________________________________________
49250 [  7942] By: nick                                  on 2000/12/01  17:56:46
49251         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
49252              Make 'unix' pass most tests
49253              - do unread by temporary push of layer ("pending") holding unread chars
49254              - fast_gets is now based on per-handle flag
49255              - relax one of io/pipe.t tests to allow print to fail and close to
49256              succeed so that it passes on unbuffered "unix" layer.
49257              Remaining fail is sporadic and a genuine race condition between
49258              parent/child in fork test.
49259      Branch: perlio
49260            ! perlio.c perliol.h t/io/pipe.t
49261 ____________________________________________________________________________
49262 [  7941] By: jhi                                   on 2000/12/01  15:28:58
49263         Log: (Retracted by #7943.)
49264              
49265              Reserve the short named string operator names.
49266      Branch: perl
49267            ! pod/perldiag.pod t/op/misc.t toke.c
49268 ____________________________________________________________________________
49269 [  7940] By: jhi                                   on 2000/12/01  06:45:53
49270         Log: Get the three different space character classes right under utf8.
49271      Branch: perl
49272            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
49273            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
49274            ! regexec.c t/op/pat.t utf8.c
49275 ____________________________________________________________________________
49276 [  7939] By: jhi                                   on 2000/12/01  03:26:26
49277         Log: Two more tests that make no sense in UTF-8 since the test
49278              data is not in UTF-8.
49279      Branch: perl
49280            ! t/op/regexp.t
49281 ____________________________________________________________________________
49282 [  7938] By: jhi                                   on 2000/12/01  03:20:39
49283         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
49284              should it be required inside regexen?
49285      Branch: perl
49286            ! regcomp.c t/op/regmesg.t
49287 ____________________________________________________________________________
49288 [  7937] By: jhi                                   on 2000/12/01  02:58:53
49289         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
49290              stored and restored, and thusly was trounced by the utf8 swash
49291              routines.
49292      Branch: perl
49293            ! regcomp.c
49294 ____________________________________________________________________________
49295 [  7936] By: jhi                                   on 2000/11/30  20:41:39
49296         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
49297              Why the different platforms behave so differently (core dump vs
49298              no core dump) on this bug is a but of a mystery, but if I had to
49299              guess I would mumble something like 'alignment'.
49300      Branch: perl
49301            ! sv.c
49302 ____________________________________________________________________________
49303 [  7935] By: jhi                                   on 2000/11/30  16:17:02
49304         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
49305              From: Robin Barker <rmb1@cise.npl.co.uk>
49306              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
49307              Date: Thu, 30 Nov 2000 14:27:12 GMT
49308      Branch: perl
49309            ! perlio.c toke.c
49310 ____________________________________________________________________________
49311 [  7934] By: jhi                                   on 2000/11/30  16:04:49
49312         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
49313      Branch: perl
49314            ! t/lib/net-hostent.t
49315 ____________________________________________________________________________
49316 [  7933] By: jhi                                   on 2000/11/30  06:07:26
49317         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
49318              From: Peter Prymmer <pvhp@forte.com>
49319              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
49320              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
49321              
49322              In VMS the localhost may be LOCALHOST.
49323      Branch: perl
49324            ! t/lib/net-hostent.t
49325 ____________________________________________________________________________
49326 [  7932] By: jhi                                   on 2000/11/30  01:11:11
49327         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
49328              From: Peter Prymmer <pvhp@forte.com>
49329              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
49330              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
49331              
49332              plus regen perlapi.pod.
49333      Branch: perl
49334            ! pod/perlapi.pod utf8.c
49335 ____________________________________________________________________________
49336 [  7931] By: jhi                                   on 2000/11/30  01:06:19
49337         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
49338              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49339              Date:     Wed, 29 Nov 2000 17:15:11 EST
49340              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
49341      Branch: perl
49342            ! t/lib/filter-util.pl t/lib/filter-util.t
49343 ____________________________________________________________________________
49344 [  7930] By: jhi                                   on 2000/11/29  18:51:55
49345         Log: Update Changes.
49346      Branch: perl
49347            ! Changes patchlevel.h
49348 ____________________________________________________________________________
49349 [  7929] By: jhi                                   on 2000/11/29  18:50:55
49350         Log: Update the va_copy() metaconfig unit.
49351      Branch: metaconfig/U/perl
49352            ! need_va_copy.U
49353 ____________________________________________________________________________
49354 [  7928] By: jhi                                   on 2000/11/29  17:50:43
49355         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
49356              From: Dominic Dunlop <domo@computer.org>
49357              Date: Tue, 28 Nov 2000 16:41:57 +0100
49358              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
49359              
49360              Patch to catch a core dump in the Configure va_copy test.
49361      Branch: perl
49362            ! Configure config_h.SH
49363 ____________________________________________________________________________
49364 [  7927] By: jhi                                   on 2000/11/29  17:31:59
49365         Log: Retract #7921, the patch shouldn't be needed.
49366      Branch: perl
49367            ! sv.c
49368 ____________________________________________________________________________
49369 [  7926] By: jhi                                   on 2000/11/29  17:01:41
49370         Log: Make the Class::Struct import() wiser.
49371      Branch: perl
49372            ! lib/Class/Struct.pm t/lib/class-struct.t
49373 ____________________________________________________________________________
49374 [  7925] By: jhi                                   on 2000/11/29  16:36:33
49375         Log: All the core library users of Class::Struct seem to be
49376              using "use Class::Struct 'struct';" instead of the bare
49377              "use Class::Struct;", which isn't documented in Class::Struct.
49378              This can't be right.
49379      Branch: perl
49380            ! lib/File/stat.pm
49381 ____________________________________________________________________________
49382 [  7924] By: jhi                                   on 2000/11/29  16:32:15
49383         Log: A test works better if it has the right 1..$n output.
49384      Branch: perl
49385            ! t/lib/class-struct.t
49386 ____________________________________________________________________________
49387 [  7923] By: jhi                                   on 2000/11/29  16:29:11
49388         Log: Forgot to MANIFEST the new Net::hostent test.
49389      Branch: perl
49390            ! MANIFEST
49391 ____________________________________________________________________________
49392 [  7922] By: jhi                                   on 2000/11/29  16:27:49
49393         Log: Integrate perlio.
49394      Branch: perl
49395           !> iperlsys.h perlio.c
49396 ____________________________________________________________________________
49397 [  7921] By: jhi                                   on 2000/11/29  16:27:10
49398         Log: (Retracted by #7927.)
49399              
49400              Subject: [PATCH] Is infinity a number?
49401              From: Simon Cozens <simon@cozens.net>
49402              Date: Wed, 29 Nov 2000 14:48:20 +0000
49403              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
49404      Branch: perl
49405            ! sv.c
49406 ____________________________________________________________________________
49407 [  7920] By: jhi                                   on 2000/11/29  16:23:02
49408         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
49409              From: rspier@pobox.com (Robert Spier)
49410              Date: Wed, 29 Nov 2000 02:17:49 -0500
49411              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
49412              
49413              Add a test for Net::hostent.
49414      Branch: perl
49415            + t/lib/net-hostent.t
49416 ____________________________________________________________________________
49417 [  7919] By: jhi                                   on 2000/11/29  16:21:31
49418         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
49419              add a test for Class::Struct.
49420      Branch: perl
49421            + t/lib/class-struct.t
49422            ! MANIFEST lib/Class/Struct.pm
49423 ____________________________________________________________________________
49424 [  7918] By: jhi                                   on 2000/11/29  15:48:40
49425         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
49426              From: rspier@pobox.com (Robert Spier)
49427              Date: Wed, 29 Nov 2000 02:25:39 -0500
49428              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
49429              
49430              More checking in case someone has broken their services or
49431              protocol databases.
49432      Branch: perl
49433            ! ext/Sys/Syslog/Syslog.pm
49434 ____________________________________________________________________________
49435 [  7917] By: jhi                                   on 2000/11/29  15:46:25
49436         Log: Subject: [PATCH] $^O  win32 -> MSWin32
49437              From: rspier@pobox.com (Robert Spier)
49438              Date: Wed, 29 Nov 2000 02:17:38 -0500
49439              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
49440              
49441              plus similar nits for vms, err, VMS, and UNICOS.
49442      Branch: perl
49443            ! t/lib/syslfs.t t/op/lfs.t
49444 ____________________________________________________________________________
49445 [  7916] By: jhi                                   on 2000/11/29  15:42:51
49446         Log: Subject: [PATCH] Tokeniser debugging
49447              From: Simon Cozens <simon@cozens.net>
49448              Date: Wed, 29 Nov 2000 14:15:45 +0000
49449              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
49450      Branch: perl
49451            ! perl.c perl.h pod/perlrun.pod toke.c
49452 ____________________________________________________________________________
49453 [  7915] By: jhi                                   on 2000/11/29  15:41:36
49454         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
49455              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49456              Date: Wed, 29 Nov 2000 02:13:14 -0500
49457              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
49458              
49459              OUT keyword nits.
49460              
49461              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
49462              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49463              Date: Wed, 29 Nov 2000 03:09:04 -0500
49464              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
49465              
49466              OUT and IN_OUT documentation.
49467      Branch: perl
49468            ! lib/ExtUtils/xsubpp pod/perlxs.pod
49469 ____________________________________________________________________________
49470 [  7914] By: jhi                                   on 2000/11/29  03:35:01
49471         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
49472              From: John Tobey <jtobey@john-edwin-tobey.org>
49473              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
49474              Message-Id: <m140e1N-000FOoC@feynman.localnet>
49475              
49476              plus a performance speedup noticed by Sarathy.
49477      Branch: perl
49478            ! op.c
49479 ____________________________________________________________________________
49480 [  7913] By: jhi                                   on 2000/11/29  03:16:59
49481         Log: Use "1 while unlink" so that VMS gets clean, too.
49482      Branch: perl
49483            ! t/lib/filter-util.t
49484 ____________________________________________________________________________
49485 [  7912] By: jhi                                   on 2000/11/29  03:09:08
49486         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
49487              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49488              Date: Tue, 28 Nov 2000 03:27:09 -0500
49489              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
49490      Branch: perl
49491            ! lib/ExtUtils/xsubpp
49492 ____________________________________________________________________________
49493 [  7911] By: jhi                                   on 2000/11/29  03:06:30
49494         Log: This should have been part of #7872: no need to scan UTF-8
49495              until eternity.
49496      Branch: perl
49497            ! utf8.c
49498 ____________________________________________________________________________
49499 [  7910] By: jhi                                   on 2000/11/29  02:50:04
49500         Log: One more perltie.pod nit from Casey R. Tweten.
49501      Branch: perl
49502            ! pod/perltie.pod
49503 ____________________________________________________________________________
49504 [  7909] By: jhi                                   on 2000/11/29  02:44:23
49505         Log: Document the known sprintf test failures, exact standard
49506              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
49507      Branch: perl
49508            ! pod/perldelta.pod t/op/sprintf.t
49509 ____________________________________________________________________________
49510 [  7908] By: jhi                                   on 2000/11/29  02:36:23
49511         Log: Add the Encoding table format documentation.
49512      Branch: perl
49513            + ext/Encode/Encode/EncodeFormat.pod
49514            ! MANIFEST
49515 ____________________________________________________________________________
49516 [  7907] By: jhi                                   on 2000/11/29  02:07:24
49517         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
49518              From: "Casey R. Tweten" <crt@kiski.net>
49519              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
49520              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
49521              
49522              Subject: Re: [PATCH] Updating perltie.pod for arrays
49523              From: "Casey R. Tweten" <crt@kiski.net>
49524              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
49525              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
49526      Branch: perl
49527            ! pod/perltie.pod
49528 ____________________________________________________________________________
49529 [  7906] By: nick                                  on 2000/11/28  22:40:59
49530         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
49531      Branch: perlio
49532            ! iperlsys.h perlio.c
49533 ____________________________________________________________________________
49534 [  7905] By: nick                                  on 2000/11/28  22:04:34
49535         Log: Integrate mainline
49536      Branch: perlio
49537           !> (integrate 39 files)
49538 ____________________________________________________________________________
49539 [  7904] By: jhi                                   on 2000/11/28  16:44:43
49540         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
49541              From: Nicholas Clark <nick@babyhippo.co.uk>
49542              Date: Tue, 28 Nov 2000 11:16:57 +0000
49543              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
49544      Branch: perl
49545            ! pod/perlipc.pod
49546 ____________________________________________________________________________
49547 [  7903] By: jhi                                   on 2000/11/28  16:40:31
49548         Log: Subject: [PATCH] Updating perltie.pod for arrays
49549              From: "Casey R. Tweten" <crt@kiski.net>
49550              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
49551              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
49552      Branch: perl
49553            ! pod/perltie.pod
49554 ____________________________________________________________________________
49555 [  7902] By: jhi                                   on 2000/11/28  16:39:37
49556         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
49557              From: Robin Barker <rmb1@cise.npl.co.uk>
49558              Date: Mon, 27 Nov 2000 17:56:44 GMT
49559              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
49560      Branch: perl
49561            ! pod/perlfunc.pod t/op/split.t
49562 ____________________________________________________________________________
49563 [  7901] By: jhi                                   on 2000/11/28  16:28:04
49564         Log: setmode() is a DOSish-only thing.
49565      Branch: perl
49566            ! perlio.c
49567 ____________________________________________________________________________
49568 [  7900] By: jhi                                   on 2000/11/28  16:21:46
49569         Log: Subject: [PATCH] perlcc.PL cleanups
49570              From: Simon Cozens <simon@cozens.net>
49571              Date: Tue, 28 Nov 2000 12:44:35 +0000
49572              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
49573      Branch: perl
49574            ! utils/perlcc.PL
49575 ____________________________________________________________________________
49576 [  7899] By: gsar                                  on 2000/11/28  06:32:55
49577         Log: reintegrate files missed by change#7895
49578      Branch: maint-5.6/perl
49579           +> ext/ByteLoader/bytecode.h utils/Makefile
49580            - utils/perlbc.PL
49581 ____________________________________________________________________________
49582 [  7897] By: gsar                                  on 2000/11/27  18:22:47
49583         Log: can't integrate these two files, for some reason
49584      Branch: maint-5.6/perl
49585            - ext/ByteLoader/bytecode.h utils/Makefile
49586 ____________________________________________________________________________
49587 [  7895] By: gsar                                  on 2000/11/27  18:11:21
49588         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
49589              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
49590              6757..6890,6892..6901 from mainline
49591              
49592              Bytecompiler patches from Benjamin Stuhl.
49593              
49594              More bytecompiler.
49595              
49596              Subject: [PATCH blead] B:: missing dependency
49597              
49598              Subject: [PATCH: 6757] configure.com updates and syslog build
49599              
49600              Long double Gconvert fixes from Yitzchak Scott-Thoennes
49601              and Spider Boardman.
49602              
49603              Subject: [PATCH blead] nextchar() abuse misses an optimisation
49604              
49605              Long double fixes from Spider Boardman.
49606              
49607              Make the selection of NVff et al stricter.
49608              
49609              cSVOPo_*v things index into the current PL_curpad
49610              under ithreads, which is different from the curpad
49611              used by the XSUB.  (In other words, the code as-is
49612              before this patch wouldn't work under ithreads.)
49613              
49614              Be portable.
49615              
49616              VMS MMS (make) wants null action.
49617              
49618              Mac and other portability updates from Chris Nandor.
49619              
49620              Storable support, v-version fixes.
49621              Subject: CPAN.pm beta for testing available
49622              
49623              Portability fix from Hugo van der Sanden.
49624              
49625              Bad makefile.
49626              
49627              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
49628              
49629              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
49630              
49631              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
49632              
49633              Replace #6705 with a minimal doc patch.
49634              Subject: [PATCH 5.6.0] replace change #6705
49635              
49636              Drop the separate perlbc, perlcc -b should be enough.
49637              
49638              installperl couldn't tell whether it had run tests or not.
49639              Subject: [PATCH] Re: installperl and t/TEST
49640              
49641              Add silencer flags to installperl.
49642              Subject: [PATCH] Making installperl silent.
49643              
49644              Make "make install" by default silent.  A new "install-verbose"
49645              target is verbose.
49646              
49647              More liberal parsing of version numbers.
49648              Subject: Re: CPAN.pm beta for testing available
49649              
49650              Create directories in silence.
49651              Subject: [PATCH] Another silencer for MakeMaker
49652              
49653              DOS patches and portability/porting notes, from Tim Jenness.
49654              
49655              Make installman to recognize the silence flag -S.
49656              
49657              Actually do something with the silencer option.
49658              
49659              Continue silencing.
49660              
49661              Show the doc file, not the temp file.
49662              
49663              Regen perltoc.
49664              
49665              Subject: [PATCH] More silencing of installman.
49666              
49667              Better wording for the vec lvalue diagnostic.
49668              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
49669              
49670              Subject: [PATCH: 6805] several more tweaks to configure.com
49671              
49672              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
49673              
49674              Missing parts of 
49675              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
49676              
49677              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
49678              (applied slightly modified)
49679              
49680              installperl --verbose and --silent.
49681              Subject: Re: [PATCH] More silencing of installman.
49682              
49683              Add install-silent target.
49684              
49685              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
49686              the problem reported in
49687              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
49688              
49689              Tweak the sfio/useperlio logic, hopefully as wished in
49690              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
49691              
49692              One forgotten file from #6816.
49693              
49694              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
49695              
49696              Remove duplicately applied patch shards.
49697              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
49698              
49699              Support preserving extremely big/small angles.
49700              
49701              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
49702              
49703              Subject: [PATCH] installation not quite silent yet.
49704              
49705              Update the test count.
49706              
49707              Use UVxf, PTR2UV, NVff.
49708              
49709              Document PTR2XX and INT2PTR.
49710              
49711              no-install target a la make -n.
49712              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
49713              
49714              grep -e isn't portable.
49715              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
49716              
49717              Can't get the test to reliably work thanks to the
49718              inaccurateness of floating point.  "Resolves" bug ids
49719              20000826.003, 20000826.009, 20000826.010,
49720              
49721              Subject: installman buglet
49722              
49723              DJGPP update from Laszlo Molnar.
49724              
49725              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
49726              
49727              Passing -R in ldflags makes now it to appear in the default
49728              for lddlflags, just like with -L.
49729              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
49730              
49731              Test nit.
49732              
49733              Use the actual thread type, not the pointer-to-struct.
49734              
49735              Provice virtual $Config{ccflags_nolargefiles} etc. 
49736              
49737              display_format used as a class method without arguments was broken,
49738              reported in
49739              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
49740              
49741              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
49742              
49743              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
49744              
49745              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
49746              
49747              opmini.o may be left around if a build is interrupted.
49748              
49749              Typo in #6858.
49750              
49751              Fix for ID 20000828.001, long doubles were not formatted
49752              correctly (showed up in $], which stopped installing perl).
49753              
49754              An attempt to fix the problem reported in
49755              Subject: Building perl@6856 using gcc/AIX 4.3.3 
49756              I can't test this properly since the gcc installation I have
49757              access to seems to be botched (gcc is calling the AIX cpp,
49758              a losing proposition...)
49759              
49760              Add -ld to archname on long tr...double platforms.
49761              
49762              Subject: hv.h Doc Patch
49763              
49764              Potential cruft.
49765              
49766              Subject: [PATCH bleedperl@6856] warnings fixes
49767              
49768              -S is the silent flag, -s is the strip flag.
49769              Subject: [PATCH] Re: [PATCH] make no-install          
49770              
49771              Take out the SUIDMAIL thing, that will not be
49772              a problem in 5.7.*.
49773              
49774              Subject: [PATCH bleedperl@6866] spellings
49775              
49776              Subject: [PATCH] Re: files not cleaned even by veryclean
49777              
49778              Use minimal @INC in tests, most of the time just '../lib',
49779              so that we simply can't pick up stuff from other Perls than
49780              the one we are testing.  Pointed out by
49781              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
49782              
49783              Update to Getopt::Long 2.24, from Johan Vromans.
49784              
49785              Fix for thinko in #6848.
49786              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
49787              
49788              Patches all over for people and the files they (hopefully) care about.
49789              
49790              Subject: Net::protoent does not export 'getproto'
49791              
49792              Missed a change in #6869.
49793              
49794              Subject: [PATCH] Warnings in B::Deparse
49795              
49796              Subject: [PATCH] Glob dumping
49797              
49798              Disable one of the tests for now.
49799              
49800              Disabling the one test is a bit tricky.
49801              
49802              Don't forget to tidy up.
49803              
49804              The #6881 removed one dump line.
49805              
49806              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
49807              
49808              Under usethreads the dumped variable is IN_PAD.
49809              Subject: Re: [PATCH] Glob dumping
49810              
49811              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
49812              
49813              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
49814              
49815              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
49816              
49817              Regen Configure for #6894.
49818              
49819              Subject: [PATCH: 6889] updates to perlebcdic.pod
49820              
49821              Undo namespace pollution of #6878.
49822              Subject: Re: Net::protoent does not export 'getproto'
49823              
49824              Admit that we are leaking scalars.
49825              
49826              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
49827      Branch: maint-5.6/perl
49828           !> (integrate 271 files)
49829 ____________________________________________________________________________
49830 [  7894] By: gsar                                  on 2000/11/27  16:00:34
49831         Log: a couple of nits
49832      Branch: maint-5.6/perl
49833            ! MANIFEST pp_sys.c
49834 ____________________________________________________________________________
49835 [  7893] By: gsar                                  on 2000/11/27  15:10:56
49836         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
49837              6740..6745,6747..6757,6760
49838              
49839              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
49840              
49841              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
49842              
49843              Doc nits spotted by Richard Soderberg.
49844              
49845              move WNOHANG definition to where other such things are
49846              
49847              Make $Config{byteorder} more magical so that it is
49848              dynamically computed: nice for 'fat binaries'.
49849              Subject: [PATCH]: default byteorder
49850              
49851              Subject: [PATCH] Cwd.pm now uses strict
49852              
49853              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
49854              
49855              Get -DLEAKTEST to compile (not necessarily to work, mind)
49856              Subject: [ID 20000724.006] -DLEAKTEST problem
49857              
49858              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
49859              
49860              Add perlebcdic from Peter Prymmer, regen toc.
49861              
49862              Don't propose using modules built for 5.005 if no binary
49863              compatibility with 5.005 is attempted.
49864              
49865              Do not use prototyping here.
49866              Subject: [ID 20000817.016] [PATCH] Peek.xs
49867              
49868              Document what the backtick returns if the command fails.
49869              
49870              Add byteorder to the myconfig output.
49871              
49872              Introduce NVef, NVff, and NVgf, use the middle one.
49873              (helps for lib/peek + Linux + long doubles)  Reported in
49874              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
49875              Use NVs in POSIX math, not doubles.
49876              Subject: [ID 20000817.014] POSIX & modfl
49877              
49878              Subject: [PATCH 5.6.0+] newSVrv() memory leak
49879              
49880              The byteorder code in #6671 was wrong.
49881              
49882              Fix the lib/complex failure of
49883              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
49884              Linux long double accuracy issue: something that
49885              when printed with %g looks like "2" but int() of it is 1.
49886              
49887              Propagate new Configure vars.
49888              
49889              Unbuffer the output.
49890              
49891              Subject: [PATCH] perltrap.pod spring cleaning
49892              
49893              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
49894              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
49895              
49896              Tiny Getopt::Long patch from Johan Vromans.
49897              
49898              Document code point which makes if (defined %stash::) to work
49899              (noted by Spider Boardman).
49900              
49901              Subject: [PATCH perl@6698] cygwin port
49902              
49903              Document the NDBM_File and ODBM_File as SDBM_File
49904              was documented in #6417.
49905              
49906              The new tests were missing from #6415.
49907              
49908              Add [[:blank:]] as suggested in
49909              Subject: [ID 20000716.024] [=cc=] / [:blank:]
49910              (the [=cc=] has already been taken care of by #6439
49911              so the whole bug report can be closed)
49912              and make [[:space:]] to be equivalent to isspace(3)
49913              (as opposed to \s, which is isSPACE()).  The difference
49914              is that now [[:space:]] matches the mythical vertical tab,
49915              while \s doesn't.
49916              
49917              Don't eat leading os from index entries.
49918              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
49919              
49920              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
49921              
49922              Typo in pp_complement().
49923              Subject: [PATCH perl-current] Deparse
49924              
49925              Add warnif(), check warnings further up the stack,
49926              all the warnings functions now can take an optional object reference.
49927              Subject: [PATCH bleedperl@6691] warnings pragma update
49928              
49929              Fix a core dump in lib/selfloader under -DDEBUGGING.
49930              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
49931              
49932              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
49933              
49934              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
49935              
49936              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
49937              Put back the long double avoidance code to POSIX.xs
49938              because VMS seems to need it still.
49939              
49940              Introduce a 'veryclean' target that is like 'distclean'
49941              but also removes *~ and *.orig.
49942              
49943              Subject: [ID 20000817.023] endianness description in perlfunc.pod
49944              
49945              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
49946              
49947              Let's try #6717 again.
49948              
49949              UTF8 concat fixes.
49950              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
49951              
49952              pp_open() could pass an uninitialized filename down to do_open9().
49953              
49954              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
49955              
49956              Update to CGI 2.72, from Lincoln Stein.
49957              
49958              Subject: [PATCH] Silence MakeMaker (Was: installman)
49959              
49960              Use temporary directory instead of current directory.
49961              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
49962              
49963              Document odd vs even subreleases and -Dusedevel.
49964              
49965              The veryclean target needs to clobber.
49966              
49967              Use File::Spec->tmpdir().
49968              
49969              Document the number of exponent digits.
49970              
49971              Mention perlebcdic and perlposix-bc.
49972              
49973              s/this one/the 5.6.0 release/
49974              
49975              The #6724 is here.
49976              
49977              The correct cleaning order is an art.
49978              
49979              small tweaks for change#6705: avoid C++ style comments in C code;
49980              use Perl's malloc API rather than the low level system one
49981              
49982              Array context keeps slithering in.
49983              
49984              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
49985              
49986              Subject: [PATCH] os2.c fix for use64bitint
49987              
49988              Update to Pod::LaTeX 0.53.
49989              Subject: [PATCH] lib/Pod/LaTeX.pm updates
49990              
49991              Document the endianness of Alpha more precisely.
49992              
49993              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
49994              
49995              Rename the macro argument because some preprocessors
49996              can't tell the difference and expand arguments also inside
49997              double quoted strings.
49998              
49999              free TLS slot properly on Windows
50000              
50001              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
50002              
50003              Unicos/mk requires elaborate paranoia.
50004              
50005              Tweak the floating point output routine preferences.
50006              
50007              Also under djgpp the timestamps are funky.
50008              
50009              Apply some PodParser 1.18 patches; the Pod/Find.pm
50010              patches cannot be applied since #6712 conflicts.
50011              
50012              Use PodParser 1.18 new test.
50013              
50014              A pod nit.
50015              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
50016              
50017              Be verydeepclean.
50018      Branch: maint-5.6/perl
50019           +> pod/perlebcdic.pod
50020           !> (integrate 106 files)
50021 ____________________________________________________________________________
50022 [  7892] By: jhi                                   on 2000/11/27  15:02:32
50023         Log: Update Changes.
50024      Branch: perl
50025            ! Changes patchlevel.h
50026 ____________________________________________________________________________
50027 [  7891] By: jhi                                   on 2000/11/27  14:57:23
50028         Log: Subject: Re: perlfaq style changes
50029              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50030              Date: Sat, 25 Nov 2000 23:32:26 -0800
50031              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
50032              
50033              plus a note from Ronald Kimball.
50034      Branch: perl
50035            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
50036 ____________________________________________________________________________
50037 [  7890] By: jhi                                   on 2000/11/27  14:53:14
50038         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
50039              From: Benjamin Holzman <bah@ecnvantage.com>
50040              Date: Sun, 26 Nov 2000 16:27:33 -0500
50041              Message-ID: <20001126162733.J25040@ecnvantage.com>
50042      Branch: perl
50043            ! gv.c
50044 ____________________________________________________________________________
50045 [  7889] By: jhi                                   on 2000/11/27  14:43:11
50046         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
50047              From: lvirden@cas.org
50048              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
50049              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
50050      Branch: perl
50051            ! README.amiga
50052 ____________________________________________________________________________
50053 [  7888] By: jhi                                   on 2000/11/27  14:32:34
50054         Log: Restore also the locale test to no-sprintf-taint state.
50055              Fixes the bug 20001127.003.
50056      Branch: perl
50057            ! sv.c t/pragma/locale.t
50058 ____________________________________________________________________________
50059 [  7887] By: gsar                                  on 2000/11/27  14:13:05
50060         Log: integrate changes#6613..6616,6620..6665 from mainline
50061              
50062              VMS configure.com update continues.
50063              
50064              Subject: Test fails / warnings with perl-current #6612
50065              
50066              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
50067              
50068              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
50069              
50070              For now remove the mail code.
50071              
50072              Subject: Re: [PATCH] @+, @- readonly
50073              
50074              Subject: warning: storage class after type is obsolescent
50075              
50076              Subject: sfio2000
50077              
50078              Subject: Re: File::Temp problems on VMS in bleedperl
50079              
50080              README.os2 update.
50081              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
50082              
50083              Make the user to give up his firstborn, err, to knowingly
50084              verify installing an unstable developer release.  Also bump
50085              the release to 5.7.0, but leave a patch tag in the local
50086              patches saying that this is not yet the real thing.
50087              
50088              Update (kinda) to Test 1.14, from Joshua Pritikin.
50089              
50090              make ok etc also for win32.
50091              
50092              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
50093              
50094              Don't blow limited stacks, a lower number is enough to
50095              tickle the lookbehind limit.
50096              
50097              Use -Dusedevel; regen Configure and the respective Porting stuff.
50098              
50099              Subject: [PATCH] debugger exit code should reflect user exit code
50100              
50101              Subject: [PATCH perl@6620] cygwin port
50102              
50103              Missed a file from #6638.
50104              
50105              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)
50106              
50107              magic callbacks all need to have same type signature
50108              
50109              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
50110              
50111              Fix a dependency problem.
50112              Subject: [PATCH: 6640] VMS Makefile.SH update
50113              
50114              The numeric locale was reset to "C" by s?printf and never restored.
50115              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
50116              No test since adding the failing example to locale.t
50117              does not fail -- probably because the locale settings are so
50118              thoroughly tweaked by that time.  Running the example standalone
50119              does fail, though.  UPDATE: test case added at change #7540.
50120              
50121              Subject: [ID 20000324.040] minor fix to perlhpux.pod
50122              
50123              Update to CPAN 1.57.
50124              
50125              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
50126              
50127              Change the perlbug address to perl.org since it's more forgiving.
50128              
50129              Change the regx compilation error markers to use = instead of <
50130              since pod makes using the latter quite messy.  Reported in
50131              ID 20000814.006 by Abigail and in
50132              Subject: Unknown escape E<> ?
50133              
50134              Update to perldebtut 1.9, from Richard Foley.
50135              
50136              check that the number pseudo children doesn't exceed
50137              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
50138              the WaitForMultipleObjects() limit that would cause wait()
50139              to crash)
50140              wait() and waitpid() could potentially be rewritten to use
50141              more than one thread to do the waiting to eliminate this
50142              limitation
50143              
50144              change#6328 could make close(SOCKET) return false on windows
50145              when it shouldn't
50146              
50147              pod nit seen in passing
50148              
50149              on windows, the return values from wait() and waitpid() don't
50150              match those of pseudo-pids
50151              
50152              waitpid() now handles externally spawned pids correctly;
50153              fixes for backtick/wait/waitpid failures on Windows 9x
50154              these changes make the pid returned by process functions on
50155              Windows 9x always positive by clearing the high bit (which
50156              is always set on Win9x); pseudo-process PIDs are likewise
50157              always negative now on Win9x (just as on NT/2000)
50158              
50159              trailing new %ENV entries weren't being pushed into the real
50160              environment of subprocesses on Windows
50161              
50162              Tweak the regex compilation errors once more.
50163              
50164              avoid warnings from dense compiler
50165              
50166              add "ok" targets from change#6632 in makefile.mk
50167      Branch: maint-5.6/perl
50168            - lib/Pod/PlainText.pm vms/configure.com
50169           !> (integrate 66 files)
50170 ____________________________________________________________________________
50171 [  7886] By: jhi                                   on 2000/11/27  13:54:18
50172         Log: __FUNCTION__ isn't portable and trying to emulate it leads
50173              into practically spelling out the name of the function.
50174              Takes care of the bug 20001127.001.
50175      Branch: perl
50176            ! perlio.c
50177 ____________________________________________________________________________
50178 [  7885] By: gsar                                  on 2000/11/27  13:53:18
50179         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
50180              6610..6611 from mainline
50181              
50182              Make regular expression parse error messages easier to understand.
50183              Subject: Re: enhanced(?) regex error messages
50184              
50185              Tiny tidying on report_evil_fh().
50186              
50187              Subject: Re: enhanced(?) regex error messages 
50188              plus Capitalize the error messages, plus perldiag them.
50189              
50190              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
50191              
50192              Document here-doc better.
50193              
50194              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
50195              
50196              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
50197              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
50198              (either perlbug or p5p ate the original), plus regen
50199              perlapi and perltoc. 
50200              
50201              Regen global.sym.
50202              
50203              Double check that we have a dirhandle.
50204              
50205              Subject: Re: enhanced(?) regex error messages
50206              (plus two small patches sent privately)
50207              (this still seems to leave few test failures)
50208              
50209              warn is a macro, avoid using at a variable to avoid warnings
50210              in some configurations; readdir.t is too conservative in
50211              estimating number of *.t's
50212              
50213              Get back into sync with Jeffrey on the enhanced regex warnings.
50214              
50215              Subject: [PATCH 5.6.0] cygwin port
50216              
50217              Zero entries were skipped, fix from Adrian Goalby
50218              <argoalby@yahoo.co.uk>
50219              
50220              Subject: Remove dead entry in perldiag
50221              
50222              Amend the description of Perl6.
50223              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
50224              
50225              detypo
50226              
50227              It's the 2ndO'ROSSC.
50228              
50229              Revert the sv.c part of #6559, a better fix is needed.
50230              
50231              Iterating perl6 description.
50232              
50233              Update to Term::ANSIColor 1.03, from Russ Allbery.
50234              
50235              Update to Getopt::Long 2.23_05, from Johan Vromans.
50236              
50237              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
50238              
50239              Update to Pod::Parser 1.17, from Brad Appleton.
50240              
50241              Update to CPAN 1.56, from Andreas König.
50242              
50243              Update to CGI 2.70, from Lincoln Stein.
50244              
50245              Put back the std @INC thing.
50246              
50247              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
50248              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
50249              
50250              Document the IO::Select timeout.
50251              
50252              sleep(1) does not necessarily return 1.
50253              Subject: [PATCH bleadperl] op/lex_assign.t  
50254              
50255              Subject: debugger "d" command doesnt check line number
50256              
50257              B::Deparse didn't do sub attributes.
50258              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
50259              
50260              Preprocessing and postprocessing for File::Find.
50261              Subject: Patch to Find::File.pm to allow alphabetical results
50262              
50263              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
50264              
50265              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
50266              
50267              Subject: Re: [ID 20000730.003] utf8::length() bad
50268              
50269              Subject: Getting perlio and threads to compile
50270              (the Solaris version changes in Configure skipped)
50271              
50272              Tests for #6589.
50273              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
50274              
50275              Add Perl debugging tutorial, regen toc. 
50276              Subject: perldebtut.pod
50277              
50278              Add a few missing files, update MANIFEST.
50279              
50280              Rewrite of vms/subconfigure.com as configure.com,
50281              from Peter Prymmer and the vmsperl crew.
50282              
50283              Should have deleted this in #6603.
50284              
50285              Fix the test for 5005threads.
50286              
50287              Fix-n-skip the tests under 5005threads.
50288              
50289              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
50290              
50291              Upgrade to CGI 2.71, from Lincoln Stein.
50292      Branch: maint-5.6/perl
50293           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
50294           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
50295           +> t/op/regmesg.t t/pod/find.t vms/configure.com
50296            - vms/subconfigure.com
50297            ! lib/lib.pm
50298           !> (integrate 115 files)
50299 ____________________________________________________________________________
50300 [  7884] By: jhi                                   on 2000/11/27  13:44:33
50301         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
50302              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50303              Date:     Mon, 27 Nov 2000 08:23:54 EST
50304              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
50305      Branch: perl
50306            ! vms/descrip_mms.template vms/test.com
50307 ____________________________________________________________________________
50308 [  7883] By: gsar                                  on 2000/11/27  11:50:46
50309         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
50310              6511..6513,6515..6523,6525..6536
50311              
50312              The swallow_bom() saga continues.  The #23 of require.t
50313              (UTF16-LE) still fails (silently, no output) but the #22
50314              (UTF16-BE) seems to be working now.  The root of the
50315              failure may be in sv_gets(): is it UTF-16LE-aware,
50316              especially when it comes to line endings? 
50317              
50318              Document the problem with -P in HP-UX and its workaround.
50319              
50320              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
50321              (aka ID 20000730.002)
50322              
50323              Subject: fix and question re: waitpid() under win32
50324              
50325              Make the safety catch for buggy gccs work with triple version
50326              numbers like 2.95.2.  Reported in
50327              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
50328              
50329              In Digital UNIX warn if gcc explicitly chosen because even
50330              2.95.2 is known to cause problems.
50331              
50332              Make chr() for values >127 to create utf8 when under utf8.
50333              
50334              various syntax errors and such (not fixed: comp/require.t#22 coredump
50335              on Windows)
50336              
50337              Stash away the largefiles flags and libswanted.
50338              
50339              BOM patching from Simon Cozens.
50340              
50341              If gccosandvers is equal to osname, clear gccosandvers.
50342              
50343              Make p4desc to skip non-mainperl branches by default.
50344              
50345              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
50346              
50347              The test from this
50348              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
50349              
50350              In new BSDs changes to argv[] do not show up in ps(1) output,
50351              instead one must use setproctitle().  This was already addressed
50352              by change #6457, but the below has a new variant for FreeBSD 4.0
50353              or later, and the matter is also documented more.
50354              
50355              FreeBSD 3.* updates from
50356              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
50357              
50358              regen_headers, regen perltoc.
50359              
50360              Document in one place the memory abstractions used in Perl core.
50361              
50362              memcpy has n o in it, as pinted ut by Sarathy.
50363              
50364              Remove the extraneous "main::" prefix from all the
50365              "opened only for", "on closed", and "never opened" warnings.
50366              
50367              The name of a filehandle does not have <these>.
50368              
50369              The tr utf8 patching continues.
50370              
50371              The new setproctitle() feature is available only in 
50372              bleeding edge FreeBSD.  From Paul Saab.
50373              
50374              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
50375              
50376              Dump UVs as UVs in Data::Dumper.
50377              
50378              detypo #6494
50379              
50380              Document the IVdf UVuf UVof UVxf.
50381              
50382              require.t needs binmode() to work on windows
50383              
50384              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
50385              that are hopefully soon put into use.
50386              
50387              Allow "no Module;" even if there is no 'unimport'.
50388              
50389              Better skip message for the test; one of the two problems in
50390              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
50391              
50392              The subtest 4 may fail also on VOBS, as pointed out
50393              by Nick Ing-Simmons in November 1999, bug id 19991124.003
50394              (but the failure in that bug report isn't the subtest 4).
50395              
50396              Be more informative on what is skipped and why,
50397              also repeat the list at the end.
50398              
50399              Add a URL for FSF.
50400              
50401              Subject: [PATCH] sv.h documentation - SvLEN
50402              
50403              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
50404              
50405              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
50406              
50407              Subject: [PATCH] bad cppsymbols on os2 + Configure question
50408              
50409              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
50410              
50411              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
50412              mention the idea of @( and @)
50413              
50414              This is 6512.  Really.
50415              
50416              Subject: [ID 19990721.004] Documentation bug in perlfunc
50417              
50418              Subject: Minor tweak to perlvar.pod
50419              
50420              In the warnings call filehandles consistently so;
50421              add "unopened" warning for stat().
50422              
50423              After the #6519 a warning about stat() is just that,
50424              not about a filetest, which now have their own warning.
50425              
50426              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
50427              
50428              Subject: Re: Array vs. List context
50429              
50430              Subject: New perlcc, take 2
50431              
50432              Weed buglets pointed out by
50433              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
50434              
50435              gcc versions might have (parentheses) in them.
50436              
50437              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
50438              
50439              Essential prototype changes were missing from #6527.
50440              Also make report_evil_fh() more bomb-proof.
50441              
50442              Zap lib/Sys directory when cleaning up.
50443              
50444              Change the Policy policy: now -Dprefix= with an existing
50445              Policy.sh and prefix == siteprefix == vendorprefix, then all
50446              of them follow along the new prefix.
50447              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
50448              
50449              Continue fixing the io warnings.  This also
50450              sort of fixes bug ID 20000802.003: the core dump
50451              is no more.  Whether the current behaviour is correct
50452              (giving a warning: "Not a format reference"), is another matter.
50453              
50454              Have symbols for the IoTYPEs.
50455              
50456              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
50457              
50458              Document a bit that UDP is not what you might think.
50459              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
50460              tr memory corruption fix from Simon Cozens.
50461              
50462              Plug the security hole described in the Aug 05 2000 bugtraq message
50463              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
50464              The security hole exists only in suidperls, which isn't
50465              installed or even built by default.
50466      Branch: maint-5.6/perl
50467           !> (integrate 71 files)
50468 ____________________________________________________________________________
50469 [  7882] By: gsar                                  on 2000/11/27  10:25:36
50470         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
50471              from mainline
50472              
50473              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
50474              to be fatal errors (instead of by default ignoring them, and
50475              ignoring with a bug: even though -w gave an error, the opening [
50476              was left in)  Reported in:
50477              
50478              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
50479              
50480              Subject: [PATCH] split /^/
50481              
50482              MacOS nits from Matthias Neeracher.
50483              
50484              More split() doc and test patches from Mike Guy.
50485              
50486              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
50487              from Graham Barr in the module list.
50488              
50489              docfix from Peter Scott <Peter@PSDT.com>.
50490              
50491              File::Temp patches for VMS and OS/2 from Tim Jenness.
50492              
50493              open() wariness in perlbug.
50494              
50495              Subject: [PATCH] minor doc change - perlguts
50496              
50497              Subject: Minor doc patch: handy.h
50498              
50499              Be wary of close()s, too.
50500              
50501              Further File::Temp patches from Yitzchak Scott-Thoennes
50502              and Craig A. Berry.
50503              
50504              Subject: [PATCH] fixes bug 20000508.004
50505              
50506              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
50507              
50508              Allow "no AutoLoader;", based on change #6444,
50509              suggested by Graham Barr.
50510              
50511              Use setproctitle() if available to modify $0.
50512              
50513              Warn if the version of the operating system used to compile gcc
50514              differs from the current version of the operating system.
50515              Also display the gcc compilation os and version in myconfig.
50516              Inspiration from
50517              
50518              Tiny fixes for #6460.
50519              
50520              The problem described in this
50521              Subject: [ID 20000322.018] named chars aren't magical enough
50522              has been fixed in perl 5.6.0 but just in case added a test
50523              to keep it away.  (The report from Joseph Hall.)
50524              
50525              Tune the comments and hopefully stop a memory leak.
50526              
50527              Subject: UTF8 concat
50528              (with a memory leak fixed, plus a few casts added)
50529              This also seems to help for
50530              Subject: [ID 20000716.015] join UTF8 weirdness
50531              
50532              Do not upgrade SVs into utf8 just because they participate
50533              in eq or cmp.  Reported and fix suggested in
50534              Subject: [ID 20000720.009] sv_eq UTF8 bug
50535              
50536              Fix the HALF_UPGRADE() macro introduced in #6263.
50537              
50538              Find green threads before native threads.
50539              Subject: Re: Patch to jpl/JNI/Makefile.PL
50540      Branch: maint-5.6/perl
50541           !> (integrate 30 files)
50542 ____________________________________________________________________________
50543 [  7881] By: jhi                                   on 2000/11/27  05:48:41
50544         Log: It seems that *both* the unused submatch loop cleanup
50545              codes are needed.
50546      Branch: perl
50547            ! regexec.c
50548 ____________________________________________________________________________
50549 [  7880] By: jhi                                   on 2000/11/27  04:50:07
50550         Log: Clean .exists deeper.
50551      Branch: perl
50552            ! Makefile.SH
50553 ____________________________________________________________________________
50554 [  7879] By: jhi                                   on 2000/11/27  02:31:35
50555         Log: The code in regcppop() (see #7878) contains the correct lower
50556              limit for the unused submatch 'cleanup' loop so that under
50557              "use utf8" the following code wouldn't dump core:
50558              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
50559              the cleanup loop in regtry() stomped beyond allocated area
50560              in the startp[] array.  Therefore, copied the correct lower
50561              loop limit (*PL_reglastparen) to regtry().  Note: something
50562              may still not be quite right: why was the _higher_ loop limit
50563              (prog->nparens) different in the utf8 case?
50564              
50565              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
50566              without core dumps, there were about 17 of them before
50567              the patch (with us since Perl 5.7.0).  Two failures, still:
50568              496 and 505 (though these may not be severe).
50569              
50570              Patch #7881 is also needed since both the cleanup loops
50571              seem to be needed.
50572              
50573              Also, the t/op/pat#44 seems to core dump under utf8.
50574              Plus a couple of failures.  UGH-8.
50575      Branch: perl
50576            ! regexec.c
50577 ____________________________________________________________________________
50578 [  7878] By: jhi                                   on 2000/11/27  02:21:17
50579         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
50580              the code in regcppop() seems to be redundant for the test suite --
50581              but it contains a germ of truth, and it needed for the build
50582              process itself: see #7879 and #7881.
50583      Branch: perl
50584            ! regexec.c
50585 ____________________________________________________________________________
50586 [  7877] By: jhi                                   on 2000/11/27  01:53:09
50587         Log: Comment on comment.
50588      Branch: perl
50589            ! regexec.c
50590 ____________________________________________________________________________
50591 [  7876] By: jhi                                   on 2000/11/27  00:49:59
50592         Log: Adjust the docs to agree with #7875.
50593      Branch: perl
50594            ! pod/perllocale.pod
50595 ____________________________________________________________________________
50596 [  7875] By: jhi                                   on 2000/11/27  00:49:27
50597         Log: Retract #7863.  It makes more sense not to taint formatted output,
50598              not even by sprintf().
50599      Branch: perl
50600            ! sv.c
50601 ____________________________________________________________________________
50602 [  7874] By: jhi                                   on 2000/11/26  23:36:02
50603         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
50604              Not really fixed (should really dump the UTF-8 charclass),
50605              but stopped displaying the garbage.
50606              
50607              Also add a note on the (missing) Unicode PSXSPC and BLANK.
50608      Branch: perl
50609            ! regcomp.c
50610 ____________________________________________________________________________
50611 [  7873] By: jhi                                   on 2000/11/26  21:31:13
50612         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
50613      Branch: perl
50614            ! regexec.c
50615 ____________________________________________________________________________
50616 [  7872] By: jhi                                   on 2000/11/26  21:06:04
50617         Log: No need to scan till infinity, 13 is enough.
50618      Branch: perl
50619            ! handy.h utf8.c
50620 ____________________________________________________________________________
50621 [  7871] By: jhi                                   on 2000/11/26  20:20:32
50622         Log: Test line numbers are different with utf8.
50623      Branch: perl
50624            ! t/op/re_tests
50625 ____________________________________________________________________________
50626 [  7870] By: jhi                                   on 2000/11/26  20:10:12
50627         Log: Message nit.
50628      Branch: perl
50629            ! regcomp.c
50630 ____________________________________________________________________________
50631 [  7869] By: jhi                                   on 2000/11/26  19:01:05
50632         Log: Make utf8_length() and utf8_distance() (the latter of which
50633              is unused at the moment) to be less forgiving about bad UTF-8.
50634      Branch: perl
50635            ! embed.h embed.pl objXSUB.h proto.h utf8.c
50636 ____________________________________________________________________________
50637 [  7868] By: jhi                                   on 2000/11/26  18:45:56
50638         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
50639              From: Benjamin Holzman <bah@ecnvantage.com>
50640              Date: Sat, 25 Nov 2000 20:40:20 -0500       
50641              Message-ID: <20001125204020.A25040@ecnvantage.com>              
50642              
50643              Debian allows installing /usr/bin/locale without installing
50644              any locales, an error message will ensue.
50645      Branch: perl
50646            ! t/pragma/locale.t
50647 ____________________________________________________________________________
50648 [  7867] By: jhi                                   on 2000/11/26  18:31:12
50649         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
50650              From: Benjamin Holzman <bah@ecnvantage.com>
50651              Date: Sun, 26 Nov 2000 02:42:34 -0500
50652              Message-ID: <20001126024234.G25040@ecnvantage.com>
50653              
50654              Patch for the bug 20000212.002.
50655      Branch: perl
50656            ! sv.c t/op/array.t
50657 ____________________________________________________________________________
50658 [  7866] By: jhi                                   on 2000/11/26  18:28:09
50659         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
50660              From: Tim Jenness <t.jenness@jach.hawaii.edu>
50661              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
50662              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
50663              
50664              File::Temp 0.11.
50665      Branch: perl
50666            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
50667 ____________________________________________________________________________
50668 [  7865] By: jhi                                   on 2000/11/26  18:24:22
50669         Log: The metaconfig unit change for #7864.
50670      Branch: metaconfig/U/perl
50671            ! need_va_copy.U
50672 ____________________________________________________________________________
50673 [  7864] By: jhi                                   on 2000/11/26  18:23:41
50674         Log: Make the va_copy() test not to be so talkative.
50675      Branch: perl
50676            ! Configure config_h.SH
50677 ____________________________________________________________________________
50678 [  7863] By: jhi                                   on 2000/11/26  18:11:02
50679         Log: Fix locale inconsistencies unearthed by Hugo's work.
50680              Now the floating point sprintf really does taint the result
50681              string as perllocale promises (has promised for a long time)
50682              if "use locale" is in the lexical scope.
50683      Branch: perl
50684            ! sv.c t/pragma/locale.t
50685 ____________________________________________________________________________
50686 [  7862] By: jhi                                   on 2000/11/26  00:35:15
50687         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
50688              From: Nicholas Clark <nick@ccl4.org>
50689              Date: Sun, 26 Nov 2000 00:07:50 +0000
50690              Message-ID: <20001126000750.A22446@plum.flirble.org>
50691              
50692              Infinit.
50693      Branch: perl
50694            ! sv.c
50695 ____________________________________________________________________________
50696 [  7861] By: jhi                                   on 2000/11/26  00:01:26
50697         Log: Integrate perlio.
50698      Branch: perl
50699           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
50700 ____________________________________________________________________________
50701 [  7860] By: nick                                  on 2000/11/25  22:04:17
50702         Log: Correct relative path from new ext\Filter\Util\Call location
50703              back to miniperl.
50704      Branch: perlio
50705            ! win32/makefile.mk
50706 ____________________________________________________________________________
50707 [  7859] By: nick                                  on 2000/11/25  21:26:54
50708         Log: Integrate mainline.
50709      Branch: perlio
50710           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
50711           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
50712           +> t/lib/filter-util.t
50713            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
50714            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
50715            - t/lib/filt-util.t
50716           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
50717           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
50718           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
50719           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
50720           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
50721           !> win32/makefile.mk
50722 ____________________________________________________________________________
50723 [  7858] By: gsar                                  on 2000/11/25  20:52:17
50724         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
50725              parent's memory; fix it by keeping track of the actual pad
50726              offset rather than a raw pointer (this change is probably also
50727              relevant to non-ithreads case to avoid fallout from reallocs of
50728              the pad array, but is currently only enabled for the ithreads
50729              case in the interests of minimal disruption to existing "well
50730              tested" code)
50731      Branch: perl
50732            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
50733            ! proto.h scope.c scope.h sv.c t/op/fork.t
50734 ____________________________________________________________________________
50735 [  7857] By: nick                                  on 2000/11/25  20:01:28
50736         Log: All tests pass on Win32/gcc/USE_PERLIO.
50737              - when crlf layer is pushed make unix-level binary.
50738              - remove :crlf injection in pp_backtick in pp_sys.c
50739              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
50740      Branch: perlio
50741            ! doio.c perlio.c pp_sys.c win32/makefile.mk
50742 ____________________________________________________________________________
50743 [  7856] By: jhi                                   on 2000/11/25  18:38:30
50744         Log: Update the metaconfig units for #7855.
50745      Branch: metaconfig/U/perl
50746            ! useperlio.U usesocks.U
50747 ____________________________________________________________________________
50748 [  7855] By: jhi                                   on 2000/11/25  18:37:54
50749         Log: Undo the SOCKS workarounds, instead start using PerlIO
50750              if SOCKS is selected.
50751              
50752              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
50753              From: Jens Hamisch <jens@Strawberry.COM>
50754              Date: Fri, 24 Nov 2000 18:31:30 +0100
50755              Message-ID: <20001124183130.E28337@Strawberry.COM>
50756              
50757              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
50758              From: Jens Hamisch <jens@Strawberry.COM>
50759              Date: Fri, 24 Nov 2000 19:11:51 +0100
50760              Message-ID: <20001124191151.A28753@Strawberry.COM>
50761      Branch: perl
50762            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
50763            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
50764 ____________________________________________________________________________
50765 [  7854] By: jhi                                   on 2000/11/25  17:39:08
50766         Log: Undo #7848.  Some of the code seems to use walkoptree(),
50767              some walkoptree_slow().  An unfinished renaming?
50768              Now the sub is walkoptree() (which is @EXPORT_OK),
50769              the walkoptree_slow() is a typeglob alias to walkoptree.
50770              This makes the tests to pass, at least.
50771      Branch: perl
50772            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
50773 ____________________________________________________________________________
50774 [  7853] By: nick                                  on 2000/11/24  22:24:33
50775         Log: Re-arrange crlf vs binary for platforms that care.
50776              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
50777              Lip-service to making stdio layer work on such platfroms (untested).
50778              Now fails 3 tests rather than one, checkin to see if I can debug 
50779              the issue under linux. (Do not merge.)
50780      Branch: perlio
50781            ! doio.c perlio.c perliol.h
50782 ____________________________________________________________________________
50783 [  7852] By: jhi                                   on 2000/11/24  18:57:39
50784         Log: AUTHORS edits.
50785      Branch: perl
50786            ! AUTHORS
50787 ____________________________________________________________________________
50788 [  7851] By: jhi                                   on 2000/11/24  17:34:56
50789         Log: Add Jan-Erik Karlsson.
50790      Branch: perl
50791            ! AUTHORS
50792 ____________________________________________________________________________
50793 [  7850] By: jhi                                   on 2000/11/24  17:27:56
50794         Log: Configure should find stdchar on its own.
50795      Branch: perl
50796            ! hints/solaris_2.sh
50797 ____________________________________________________________________________
50798 [  7849] By: jhi                                   on 2000/11/24  17:24:55
50799         Log: Subject: PATCH over 7848: Filter test flawed
50800              From: andreas.koenig@anima.de (Andreas J. Koenig)
50801              Date: 24 Nov 2000 10:28:29 +0100
50802              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
50803      Branch: perl
50804            ! t/lib/filter-util.t
50805 ____________________________________________________________________________
50806 [  7848] By: jhi                                   on 2000/11/24  17:22:15
50807         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
50808              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
50809              Date: Fri, 24 Nov 2000 16:12:58 +0000
50810              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
50811      Branch: perl
50812            ! ext/B/B.pm
50813 ____________________________________________________________________________
50814 [  7847] By: jhi                                   on 2000/11/24  03:07:01
50815         Log: Integrate perlio.
50816      Branch: perl
50817           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
50818           !> win32/makefile.mk
50819 ____________________________________________________________________________
50820 [  7846] By: gsar                                  on 2000/11/24  00:55:57
50821         Log: integrate changes#6415..6418,6420..6438 from mainline
50822              
50823              Fix the bitvector ops for utf8 (tricky since past 7 bits
50824              the utf8 'characters' can be more than one octet).
50825              
50826              MPE/ix updates for perl 5.6.0 from Mark Bixby.
50827              
50828              Subject: SDBM_File documentation
50829              
50830              Detypo.
50831              
50832              Decutandpasto.
50833              
50834              Send all installperl messages to STDERR and be -w clean.
50835              
50836              Out-of-date note removed.
50837              
50838              Protect against "wild next"s, that is, callbacks doing "next"
50839              instead of "return".
50840              
50841              Use STDOUT consistently.
50842              
50843              The output might have been produced in the wrong order.
50844              
50845              A missing 'break' after the [[:space:]] switch case.
50846              
50847              Add tests for
50848              [ID 19991110.003] another matching finding by pcre author
50849              which has already been fixed by some patch, as verified in
50850              
50851              Documentation to explain the behaviour of map().
50852              
50853              Add an optimization for map-maps-a-list-element-to-more-list-elements
50854              case, but add also notes explaining the relationship of this
50855              patch and the earlier notes by Sarathy.
50856              
50857              Subject: [ID 20000716.023] syslog test fails without sockets
50858              
50859              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
50860              Test cases for #6431.
50861              
50862              File::Spec::VMS fixup for tmpdir from Craig Berry.
50863              
50864              Make the "uninit variable" warning to say "concat or string"
50865              or "join or string" when in concat or join .
50866              
50867              Get UTF16 BOMs working.  Patch from
50868              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
50869              
50870              Subject: [PATCH] Make large file tests deal with SIGXFSZ
50871              
50872              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
50873              
50874              Subject: [PATCH] av.c apidoc
50875      Branch: maint-5.6/perl
50876           !> (integrate 43 files)
50877 ____________________________________________________________________________
50878 [  7845] By: gsar                                  on 2000/11/24  00:20:45
50879         Log: integrate changes#6406..6414 from mainline
50880              
50881              Merge perlhacktut into perlhack, update perlguts.
50882              
50883              Fix AutoSplit to use File::Spec the right way in VMS,
50884              from Peter Prymmer.
50885              
50886              The bug report
50887              [ID 19991110.002] minimal matching discrepancy found by pcre author
50888              seems to have been fixed (though differently from what was suggested
50889              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
50890              
50891              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
50892              not in pod, from Peter Prymmer
50893              
50894              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
50895              From: Hugo <hv@crypt.compulink.co.uk>
50896              Date: Fri, 14 Jul 2000 23:05:20 +0100
50897              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
50898              
50899              Didn't anymore apply, but that point still could use another fix.
50900              
50901              lib/b test fixes from Peter Prymmer.
50902              
50903              More docs for sv functions.
50904              
50905              perlvms.pod whitespace cleanup to keep pod utils happy.
50906              
50907              another VMS build tweak from Peter Prymmer
50908      Branch: maint-5.6/perl
50909           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
50910           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
50911           !> vms/descrip_mms.template vms/perlvms.pod
50912 ____________________________________________________________________________
50913 [  7844] By: nick                                  on 2000/11/23  23:42:45
50914         Log: Win32/perlio Now just fails one io/argv.t test - lack 
50915              of default :crlf on standard streams.
50916      Branch: perlio
50917            ! doio.c perlio.c
50918 ____________________________________________________________________________
50919 [  7843] By: nick                                  on 2000/11/23  23:04:05
50920         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
50921              peek fail is showing a real problem (multiple crlf layers
50922              are getting pushed.)
50923      Branch: perlio
50924            ! doio.c perlio.c win32/makefile.mk
50925 ____________________________________________________________________________
50926 [  7842] By: nick                                  on 2000/11/23  19:46:23
50927         Log: Implement PerlIO_binmode()
50928              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
50929              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
50930              make binmode in t/lib/io_tell.t unconditional so that works.
50931              Checkin just so Win32 machine can see these changes.
50932      Branch: perlio
50933            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
50934 ____________________________________________________________________________
50935 [  7841] By: jhi                                   on 2000/11/23  19:30:00
50936         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
50937      Branch: perl
50938            ! README.amiga
50939 ____________________________________________________________________________
50940 [  7840] By: jhi                                   on 2000/11/23  17:18:02
50941         Log: SOCKS wrestling continues, patches from Jens Hamisch.
50942      Branch: perl
50943            ! doio.c embed.h embed.pl perlsdio.h proto.h
50944 ____________________________________________________________________________
50945 [  7839] By: jhi                                   on 2000/11/23  16:54:14
50946         Log: Push Filter::Util::Call one level deeper.
50947      Branch: perl
50948            + t/lib/filter-util.t
50949           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
50950           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
50951            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
50952            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
50953            - t/lib/filt-util.t
50954            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
50955            ! win32/Makefile win32/makefile.mk
50956 ____________________________________________________________________________
50957 [  7838] By: jhi                                   on 2000/11/23  16:52:40
50958         Log: Reach back one higher up when searching for PERL_SRC.
50959      Branch: perl
50960            ! lib/ExtUtils/MM_Unix.pm
50961 ____________________________________________________________________________
50962 [  7837] By: jhi                                   on 2000/11/23  16:05:41
50963         Log: Subject: Re: perl@7826
50964              Date: Thu, 23 Nov 2000 02:20:25 -0600
50965              From: "Craig A. Berry" <craigberry@mac.com>
50966              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
50967              
50968              Make VMS to like Filter::Util::Call. 
50969      Branch: perl
50970            ! configure.com ext/Filter/Util/Makefile.PL
50971 ____________________________________________________________________________
50972 [  7836] By: nick                                  on 2000/11/23  16:04:08
50973         Log: Implement crlf layer - not ready for merge.
50974      Branch: perlio
50975            ! perlio.c win32/makefile.mk
50976 ____________________________________________________________________________
50977 [  7835] By: jhi                                   on 2000/11/23  15:56:52
50978         Log: STDCHAR is different in Sparc v9 vs x86.
50979      Branch: perl
50980            ! hints/solaris_2.sh
50981 ____________________________________________________________________________
50982 [  7834] By: jhi                                   on 2000/11/23  15:50:47
50983         Log: The type needs to be visible to protos.
50984      Branch: perl
50985            ! perl.h
50986 ____________________________________________________________________________
50987 [  7833] By: jhi                                   on 2000/11/23  15:40:46
50988         Log: Finish unfinished SOCKS workaround changes.
50989      Branch: perl
50990            ! doio.c
50991 ____________________________________________________________________________
50992 [  7832] By: jhi                                   on 2000/11/23  15:33:30
50993         Log: Integrate perlio.
50994      Branch: perl
50995           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
50996           !> win32/makefile.mk
50997 ____________________________________________________________________________
50998 [  7831] By: nick                                  on 2000/11/23  10:31:07
50999         Log: Correct makefile.mk dependancies for ext/Filter/Util
51000              Build ext/Encode
51001              Run dmake regen_config_h
51002      Branch: perlio
51003            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51004            ! win32/makefile.mk
51005 ____________________________________________________________________________
51006 [  7830] By: nick                                  on 2000/11/23  08:05:07
51007         Log: Integrate mainline
51008      Branch: perlio
51009           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
51010           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
51011           +> t/lib/filt-util.pl t/lib/filt-util.t
51012           !> (integrate 41 files)
51013 ____________________________________________________________________________
51014 [  7829] By: gsar                                  on 2000/11/23  03:07:11
51015         Log: build the Filter extension on windows
51016      Branch: perl
51017            ! win32/Makefile win32/makefile.mk
51018 ____________________________________________________________________________
51019 [  7828] By: gsar                                  on 2000/11/23  02:46:35
51020         Log: regenerate win32/config* and fix some inconsistencies in the
51021              makefiles; always export Perl_deb() because it is needed
51022              by ext/re/* (whether perl itself is built with -DDEBUGGING
51023              or not)
51024      Branch: perl
51025            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
51026            ! win32/config_H.vc win32/makefile.mk
51027 ____________________________________________________________________________
51028 [  7827] By: gsar                                  on 2000/11/23  02:18:38
51029         Log: get sources building on windows+MSVC again (untested with other
51030              compilers)
51031      Branch: perl
51032            ! win32/include/sys/socket.h win32/perllib.c
51033 ____________________________________________________________________________
51034 [  7826] By: jhi                                   on 2000/11/23  01:18:26
51035         Log: Update Changes.
51036      Branch: perl
51037            ! Changes patchlevel.h
51038 ____________________________________________________________________________
51039 [  7825] By: jhi                                   on 2000/11/23  00:20:41
51040         Log: Subject: Re: av.c patch (having slight problems)
51041              From: "Ben Tilly" <ben_tilly@hotmail.com>
51042              Date: Tue, 21 Nov 2000 23:29:31 -0500
51043              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
51044              
51045              unshift() speedup.
51046      Branch: perl
51047            ! av.c
51048 ____________________________________________________________________________
51049 [  7824] By: jhi                                   on 2000/11/22  23:59:15
51050         Log: Fixes for signedness warnings noticed by VMSperlers.
51051      Branch: perl
51052            ! ext/Storable/Storable.xs regcomp.c sv.c
51053 ____________________________________________________________________________
51054 [  7823] By: jhi                                   on 2000/11/22  23:19:31
51055         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
51056              From: Peter Prymmer <pvhp@forte.com>
51057              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
51058              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
51059      Branch: perl
51060            ! t/pragma/warn/pp_hot
51061 ____________________________________________________________________________
51062 [  7822] By: jhi                                   on 2000/11/22  22:52:20
51063         Log: Be clean.
51064      Branch: perl
51065            ! Makefile.SH
51066 ____________________________________________________________________________
51067 [  7821] By: jhi                                   on 2000/11/22  22:46:39
51068         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
51069              by Damian Conway, as suggested by Paul Marquess.
51070      Branch: perl
51071            + lib/Filter/Simple.pm
51072 ____________________________________________________________________________
51073 [  7820] By: jhi                                   on 2000/11/22  22:45:51
51074         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
51075      Branch: perl
51076            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
51077            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
51078            + t/lib/filt-util.t
51079            ! MANIFEST
51080 ____________________________________________________________________________
51081 [  7819] By: jhi                                   on 2000/11/22  22:03:27
51082         Log: Integrate perlio.
51083      Branch: perl
51084           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
51085           !> win32/makefile.mk
51086 ____________________________________________________________________________
51087 [  7818] By: jhi                                   on 2000/11/22  21:56:02
51088         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
51089      Branch: perl
51090            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
51091            ! t/lib/io_sock.t
51092 ____________________________________________________________________________
51093 [  7817] By: jhi                                   on 2000/11/22  21:39:49
51094         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
51095              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51096              Date: Wed, 22 Nov 2000 16:08:12 -0500
51097              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
51098      Branch: perl
51099            ! lib/ExtUtils/Liblist.pm
51100 ____________________________________________________________________________
51101 [  7816] By: jhi                                   on 2000/11/22  21:38:25
51102         Log: Go ahead and #include <unistd.h> in perl.h.
51103      Branch: perl
51104            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
51105            ! util.c
51106 ____________________________________________________________________________
51107 [  7815] By: jhi                                   on 2000/11/22  21:22:52
51108         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
51109              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51110              Date: Mon, 20 Nov 2000 18:30:52 -0500
51111              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
51112      Branch: perl
51113            ! pod/perlre.pod regcomp.c t/op/re_tests
51114 ____________________________________________________________________________
51115 [  7814] By: jhi                                   on 2000/11/22  21:21:46
51116         Log: Subject: [PATCH 5.7.0] Liblist finally works
51117              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51118              Date: Tue, 21 Nov 2000 22:02:17 -0500
51119              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
51120      Branch: perl
51121            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
51122            ! lib/ExtUtils/MakeMaker.pm
51123 ____________________________________________________________________________
51124 [  7813] By: jhi                                   on 2000/11/22  21:20:23
51125         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
51126              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51127              Date: Wed, 22 Nov 2000 17:53:15 +0100
51128              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
51129              
51130              AIX dynaloader and perlio patch.
51131      Branch: perl
51132            ! ext/DynaLoader/dl_aix.xs
51133 ____________________________________________________________________________
51134 [  7812] By: jhi                                   on 2000/11/22  21:17:52
51135         Log: (Accidentally empty patch.)
51136      Branch: perl
51137            ! av.c
51138 ____________________________________________________________________________
51139 [  7811] By: jhi                                   on 2000/11/22  21:16:31
51140         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
51141              From: Peter Prymmer <pvhp@forte.com>
51142              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
51143              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
51144      Branch: perl
51145            ! vms/test.com
51146 ____________________________________________________________________________
51147 [  7810] By: jhi                                   on 2000/11/22  21:15:36
51148         Log: Subject: Re: perl@7777 
51149              From: "John P. Linderman" <jpl@research.att.com>
51150              Date: Wed, 22 Nov 2000 13:11:11 -0500
51151              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
51152              
51153              Detypoing.
51154      Branch: perl
51155            ! lib/CPAN.pm
51156 ____________________________________________________________________________
51157 [  7809] By: jhi                                   on 2000/11/22  21:14:19
51158         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
51159              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51160              Date:     Wed, 22 Nov 2000 13:51:37 EST
51161              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
51162      Branch: perl
51163            ! perlsdio.h
51164 ____________________________________________________________________________
51165 [  7808] By: jhi                                   on 2000/11/22  21:13:27
51166         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
51167              From: Casey Tweten <crt@kiski.net>
51168              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
51169              Message-Id: <200011201653.LAA10194@home.kiski.net>
51170      Branch: perl
51171            ! t/lib/io_udp.t
51172 ____________________________________________________________________________
51173 [  7807] By: jhi                                   on 2000/11/22  21:12:35
51174         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
51175              From: Casey Tweten <crt@kiski.net>
51176              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
51177              Message-Id: <200011201636.LAA07227@home.kiski.net>
51178      Branch: perl
51179            ! t/lib/io_sock.t
51180 ____________________________________________________________________________
51181 [  7806] By: jhi                                   on 2000/11/22  21:10:59
51182         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
51183              From: "Casey R. Tweten" <crt@kiski.net>
51184              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
51185              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
51186      Branch: perl
51187            ! utils/h2xs.PL
51188 ____________________________________________________________________________
51189 [  7805] By: nick                                  on 2000/11/22  21:05:06
51190         Log: Integrate mainline
51191      Branch: perlio
51192           !> Changes Porting/genlog ext/DB_File/DB_File.xs
51193           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
51194           !> utils/perlbug.PL
51195 ____________________________________________________________________________
51196 [  7804] By: jhi                                   on 2000/11/22  21:01:12
51197         Log: Subject: [PATCH] Test.pm POD peculiarity
51198              From: "Casey R. Tweten" <crt@kiski.net>
51199              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
51200              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
51201      Branch: perl
51202            ! lib/Test.pm
51203 ____________________________________________________________________________
51204 [  7803] By: jhi                                   on 2000/11/22  20:59:59
51205         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
51206              From: "Philip Newton" <pnewton@gmx.de>
51207              Date: Wed, 22 Nov 2000 14:25:53 +0100
51208              Message-Id: <3A1BD771.25462.1939FAD@localhost>
51209              
51210              Be case-understanding also on 's', and use the -oi of sendmail
51211              not to terminate the transmission on a lone '.'.
51212      Branch: perl
51213            ! utils/perlbug.PL
51214 ____________________________________________________________________________
51215 [  7802] By: nick                                  on 2000/11/22  20:51:42
51216         Log: Win32 PerlIO intermediate state now working as expected.
51217              - In current state we are still using C runtime in text/binary
51218              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
51219              - PERLIO=stdio and PERLIO=unix pass all expected tests.
51220              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
51221              and PerlIO_seek() and the dummy crlf layer is not making adjustments
51222              for CRLF translation happening in C runtime. All other tests pass.
51223              
51224              Added note to README.win32 to point out the snags of doing a perl build
51225              with Norton AntiVirus turned on.
51226              
51227              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
51228              which file a fail comes from.
51229              
51230              Updated "canned" config.h to match the one generated.
51231      Branch: perlio
51232            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
51233            ! win32/makefile.mk
51234 ____________________________________________________________________________
51235 [  7801] By: jhi                                   on 2000/11/22  06:50:20
51236         Log: Nickety nits.
51237      Branch: perl
51238            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
51239 ____________________________________________________________________________
51240 [  7800] By: jhi                                   on 2000/11/22  01:29:55
51241         Log: Changes had accidentally gone too silent on non-main branches.
51242      Branch: perl
51243            ! Changes Porting/genlog patchlevel.h
51244 ____________________________________________________________________________
51245 [  7799] By: gsar                                  on 2000/11/22  01:02:56
51246         Log: some lib_pm.PL changes snuck in via change#7772
51247      Branch: maint-5.6/perl
51248            ! Makefile.SH
51249 ____________________________________________________________________________
51250 [  7798] By: nick                                  on 2000/11/21  21:59:40
51251         Log: Integrate mainline
51252      Branch: perlio
51253           !> (integrate 28 files)
51254 ____________________________________________________________________________
51255 [  7797] By: jhi                                   on 2000/11/21  21:01:45
51256         Log: Integrate perlio.
51257      Branch: perl
51258           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
51259 ____________________________________________________________________________
51260 [  7796] By: nick                                  on 2000/11/21  20:36:22
51261         Log: Win32 builds and runs (mostly) with USE_PERLIO.
51262              PERLIO=perlio passes all tests. 
51263              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
51264      Branch: perlio
51265            ! perlio.c win32/perllib.c win32/win32.c
51266 ____________________________________________________________________________
51267 [  7795] By: jhi                                   on 2000/11/21  19:03:44
51268         Log: Update Changes.
51269      Branch: perl
51270            ! Changes patchlevel.h
51271 ____________________________________________________________________________
51272 [  7794] By: jhi                                   on 2000/11/21  18:56:34
51273         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
51274              From: "Craig A. Berry" <craigberry@mac.com>
51275              Date: Mon, 20 Nov 2000 20:27:06 -0600
51276              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
51277              
51278              A cut-and-pasto.
51279      Branch: perl
51280            ! perlio.h
51281 ____________________________________________________________________________
51282 [  7793] By: jhi                                   on 2000/11/21  18:54:41
51283         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
51284              From: Dominic Dunlop <domo@computer.org> 
51285              Date: Mon, 20 Nov 2000 18:55:29 +0100
51286              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
51287              
51288              va_copy() and the need of it.
51289              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
51290      Branch: metaconfig/U/perl
51291            + need_va_copy.U
51292      Branch: perl
51293            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51294            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
51295            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
51296            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
51297            ! win32/config.bc win32/config.gc win32/config.vc
51298 ____________________________________________________________________________
51299 [  7792] By: jhi                                   on 2000/11/21  17:04:10
51300         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
51301      Branch: perl
51302           !> scope.h
51303 ____________________________________________________________________________
51304 [  7791] By: jhi                                   on 2000/11/21  17:01:16
51305         Log: Export the SOCKS workaround symbols only if necessary.
51306      Branch: perl
51307            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
51308 ____________________________________________________________________________
51309 [  7790] By: nick                                  on 2000/11/20  23:57:11
51310         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
51311      Branch: perlio
51312            ! scope.h
51313 ____________________________________________________________________________
51314 [  7789] By: nick                                  on 2000/11/20  23:38:33
51315         Log: Integrate mainline
51316      Branch: perlio
51317           +> lib/File/Spec/Epoc.pm
51318           !> (integrate 34 files)
51319 ____________________________________________________________________________
51320 [  7788] By: nick                                  on 2000/11/20  23:20:18
51321         Log: Make extra buffer layer work (dummy crlf layer)
51322      Branch: perlio
51323            ! doio.c perlio.c perlio.h
51324 ____________________________________________________________________________
51325 [  7787] By: jhi                                   on 2000/11/20  22:44:04
51326         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
51327              From: Peter Prymmer <pvhp@forte.com>
51328              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
51329              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
51330      Branch: perl
51331            ! t/pragma/locale.t
51332 ____________________________________________________________________________
51333 [  7786] By: jhi                                   on 2000/11/20  22:29:10
51334         Log: Subject: DOC PATCH 5.6.0 perlreftut
51335              From: mjd@plover.com
51336              Date: 20 Nov 2000 19:45:06 -0000
51337              Message-ID: <20001120194506.9505.qmail@plover.com>
51338      Branch: perl
51339            ! pod/perlreftut.pod
51340 ____________________________________________________________________________
51341 [  7785] By: jhi                                   on 2000/11/20  22:27:44
51342         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
51343              From: David Dyck <dcd@tc.fluke.com>
51344              Date: Mon, 20 Nov 2000 11:43:40 -0800
51345              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
51346      Branch: perl
51347            ! lib/Cwd.pm
51348 ____________________________________________________________________________
51349 [  7784] By: jhi                                   on 2000/11/20  22:23:21
51350         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
51351              Date: Mon, 20 Nov 2000 17:06:10 -0500
51352              To: Mailing list Perl5 <perl5-porters@perl.org>
51353              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
51354      Branch: perl
51355            ! pp_ctl.c t/op/pat.t
51356 ____________________________________________________________________________
51357 [  7783] By: jhi                                   on 2000/11/20  22:11:18
51358         Log: Subject: [PATCH] doop.c - UTF8 tr///               
51359              From: Simon Cozens <simon@cozens.net>
51360              Date: Sat, 18 Nov 2000 18:49:30 +0000
51361              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
51362              
51363              Subject: Re: [PATCH] doop.c - UTF8 tr///           
51364              From: Simon Cozens <simon@cozens.net>
51365              Date: Mon, 20 Nov 2000 20:45:22 +0000
51366              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
51367              
51368              Make tr on UTF-8 better but still not correct.
51369      Branch: perl
51370            ! doop.c
51371 ____________________________________________________________________________
51372 [  7782] By: jhi                                   on 2000/11/20  22:02:16
51373         Log: Remove the shared object before attempting to create
51374              (by linking) a new one.  E.g. in AIX not removing
51375              becomes quite painful if one tries to do more than one
51376              build in the same tree (an interrupted build, for example),
51377              since the AIX' shared dynaloader seemingly keeps the shared
51378              objects open and therefore 'busy' for quite a while, even when
51379              nobody is using the objects, leading into link failures.
51380      Branch: perl
51381            ! lib/ExtUtils/MM_Unix.pm
51382 ____________________________________________________________________________
51383 [  7781] By: gsar                                  on 2000/11/20  19:02:55
51384         Log: type mismatch due to faulty integration
51385      Branch: maint-5.6/perl
51386            ! toke.c win32/Makefile
51387 ____________________________________________________________________________
51388 [  7780] By: gsar                                  on 2000/11/20  17:31:55
51389         Log: integrate changes#6392,6394..6399,6401..6404
51390              
51391              The {multiplier} of a fixed substring was overlooked which
51392              caused a wrong initial search offset for that substring.
51393              
51394              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
51395              From: Hugo <hv@crypt.compulink.co.uk>
51396              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
51397              Date: Thu, 13 Jul 2000 19:27:13 +0100
51398              
51399              Fix the BOM bug: not a byteorder bug, a signedness bug.
51400              
51401              Replace change #6337 with a better one.
51402              
51403              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
51404              From: Hugo <hv@crypt.compulink.co.uk>
51405              Date: Fri, 14 Jul 2000 04:16:20 +0100
51406              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
51407              
51408              MakeMaker should not remove editor backups (*~) on `make clean`
51409              by default (completes change#6383)
51410              
51411              move new variables to the end of the interpreter structure (for
51412              bincompat in code that doesn't #include XSUB.h)
51413              
51414              rename totally bletcherous SvLOCK() thingy (doesn't do what the
51415              name suggests anyway)
51416              
51417              various cleanups (typos, misformatted code, and small bugs)
51418              
51419              typecasts needed for change#6394
51420              
51421              typos in change#6399, regen headers
51422              
51423              inconsistent types needs casts
51424              
51425              PERL_OBJECT build tweaks
51426      Branch: maint-5.6/perl
51427           !> MANIFEST doop.c embed.h embed.pl embedvar.h
51428           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
51429           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
51430           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
51431           !> toke.c util.c
51432 ____________________________________________________________________________
51433 [  7779] By: gsar                                  on 2000/11/20  17:06:29
51434         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
51435              
51436              Cosmetics and perldelta.
51437              
51438              Fix nits noticed by Boston.pm.
51439              
51440              Do the cc sanity check both before the hints and
51441              after the cc selction.
51442              
51443              get sprintf.t to adjust properly for 3-digit exponents
51444              
51445              don't clobber *.orig files on *clean targets
51446              
51447              fix bugs in processing %v-*d and similar format specs (from
51448              Avi Finkel <avi@finkel.org>)
51449              
51450              sprintf test tweaks (from Dominic Dunlop)
51451              
51452              new selfloader.t in change#6183 doesn't close DATA handles,
51453              and thus fails to clean up tmp files on dosish platforms
51454              
51455              typos (spotted by Peter Prymmer)
51456              
51457              typo fix from Craig Berry
51458      Branch: maint-5.6/perl
51459           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
51460           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
51461           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
51462           !> x2p/Makefile.SH
51463 ____________________________________________________________________________
51464 [  7778] By: gsar                                  on 2000/11/20  16:46:51
51465         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
51466              
51467              Subject: Re: format bug report  [Patch]
51468              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51469              Date: Wed, 05 Jul 2000 13:12:52 +0200
51470              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
51471              
51472              Subject: Re: format bug report  [Patch]
51473              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51474              Date: Wed, 05 Jul 2000 14:10:01 +0200
51475              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
51476              
51477              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
51478              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51479              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
51480              Date: Fri, 07 Jul 2000 17:57:16 +0100
51481              
51482              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
51483              To: perl5-porters@perl.org
51484              From: Karsten Sperling <spiff@phreax.net>
51485              Date: Mon, 10 Jul 2000 15:12:52 +0200
51486              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
51487              
51488              README.posix-bc podified from Thomas Dorner.
51489              
51490              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
51491              From: Dominic Dunlop <domo@computer.org>
51492              Date: Tue, 11 Jul 2000 12:27:33 +0200
51493              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
51494              
51495              Typo in #6341.
51496              
51497              Fix for
51498              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
51499              From: Roderick Schertler <roderick@argon.org>
51500              Date: Tue, 11 Jul 2000 13:55:05 -0400
51501              Message-Id: <200007111755.NAA05077@jones.argon.org>
51502              
51503              Minor cleanups on the booklist.
51504              
51505              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
51506              regen perltoc.
51507              
51508              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
51509      Branch: maint-5.6/perl
51510           +> pod/perlbook.pod
51511           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
51512           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
51513           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
51514 ____________________________________________________________________________
51515 [  7777] By: jhi                                   on 2000/11/20  16:08:49
51516         Log: Update Changes.
51517      Branch: perl
51518            ! Changes patchlevel.h
51519 ____________________________________________________________________________
51520 [  7776] By: jhi                                   on 2000/11/20  15:27:56
51521         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
51522              This may be overly harsh but until proven otherwise, we think this
51523              way, or until we have a simple test for Configure (having to start
51524              up servers is does not count as simple) to check for the problems.
51525      Branch: perl
51526            ! perl.h
51527 ____________________________________________________________________________
51528 [  7775] By: jhi                                   on 2000/11/20  15:22:17
51529         Log: Solaris hints tweaks.
51530      Branch: perl
51531            ! hints/solaris_2.sh
51532 ____________________________________________________________________________
51533 [  7774] By: jhi                                   on 2000/11/20  15:01:20
51534         Log: Add a workaround to SOCKS 64-bit problems.
51535      Branch: perl
51536            ! doio.c embed.h embed.pl perlsdio.h proto.h
51537 ____________________________________________________________________________
51538 [  7773] By: jhi                                   on 2000/11/20  14:51:47
51539         Log: sysseek() instead of seek().
51540      Branch: perl
51541            ! t/lib/syslfs.t
51542 ____________________________________________________________________________
51543 [  7772] By: gsar                                  on 2000/11/20  13:06:23
51544         Log: integrate changes#6315..6319,6321..6331,6333..6338
51545              
51546              Integrate with Sarathy, preliminary fix for unicos
51547              alignment problems in [ID 20000612.002] Perl problem on Cray system.
51548              
51549              some debugger output does not go to the socket when RemotePort is set
51550              
51551              winsock cleanup never done on Windows (leads to handle leaks)
51552              
51553              fix UNC path handling on Windows under ithreads, and chdir()
51554              return value when given a non-existent directory
51555              
51556              Autogenerate pod/Makefile and pod/buildtoc.
51557              buildtoc also checks whether the existin pods are
51558              mentioned in MANIFEST and perl.pod, and vice versa.
51559              (None of the thusly found discrepancies fixed yet.)
51560              roffitall also needs to be autogenerated similarly but it
51561              seems so badly out of date that I didn't touch it yet.
51562              
51563              Config is being used.
51564              
51565              Add =head1 NAMEs so that buildtoc is happy.
51566              (The CGI::Util nit reported to Lincoln.)
51567              
51568              Fix complaints of buildtoc.
51569              
51570              Fix the alignment problem in Crays ([ID 20000612.002]).
51571              
51572              Remove perlbook, update perlfaq book listing,
51573              rearrange perl.pod, regenerate perltoc.
51574              
51575              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
51576              was cast to an unsigned (32-bit) integer with wild abandon.
51577              
51578              winsock options weren't being set in all threads under ithreads
51579              (caused send()s from second and subsequent threads to fail)
51580              
51581              accept() leaks memory on windows due to incorrect ordering of
51582              closesocket() and fclose() calls
51583              
51584              Reorder perl.pod once more.
51585              
51586              More POSIX.pod tweaks.
51587              
51588              Sprinkle ldlibpath.
51589              
51590              Precedence goof, fix based on
51591              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
51592              From: Hugo <hv@crypt.compulink.co.uk>
51593              Date: Tue, 11 Jul 2000 12:52:38 +0100
51594              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
51595              
51596              Subject: PATCH perlguts.pod: Document D and d magic types
51597              From: mjd@plover.com
51598              Date: 5 Jul 2000 18:01:51 -0000
51599              Message-ID: <20000705180151.29413.qmail@plover.com>
51600              
51601              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
51602              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
51603              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
51604              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
51605              
51606              Subject: [PATCH cfgperl] $& segfaults if you trick it
51607              From: simon@brecon.co.uk (Simon Cozens)
51608              Date: 7 Jul 2000 11:26:09 GMT
51609              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
51610              
51611              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
51612              From: Hugo <hv@crypt.compulink.co.uk>
51613              Date: Tue, 11 Jul 2000 12:44:50 +0100
51614              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
51615              
51616              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
51617              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51618              Date: Tue, 11 Jul 2000 13:50:51 +0100
51619              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
51620      Branch: maint-5.6/perl
51621           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
51622           +> pod/buildtoc.PL
51623            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
51624           !> (integrate 26 files)
51625 ____________________________________________________________________________
51626 [  7771] By: gsar                                  on 2000/11/20  12:31:42
51627         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
51628              6310,6311,6314
51629              
51630              Subject: [PATCH bleedperl] File::Spec 0.82 beta
51631              From: Barrie Slaymaker <barries@jester.slaysys.com>
51632              Date: Wed, 28 Jun 2000 11:35:29 -0400
51633              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
51634              
51635              tweak perlembed for multiplicity/usethreads sanity; correct notes
51636              about Windows
51637              
51638              localize %INC in a Safe compartment so that use/require work
51639              (many other magic globals probably need similar treatment)
51640              
51641              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
51642              when @_ is modified, causing coredumps
51643              
51644              slurp mode fix in change#4736 still not quite right
51645              
51646              Point to perlipc for more SysV IPC examples.
51647              
51648              Elaborate POSIX.pod.  Still needs work.
51649              
51650              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
51651              
51652              fix large memory leak that has been around for ever, masked by
51653              -DPURIFY (most of the arenas were never freed!)
51654              
51655              fix memory leak on Windows (PL_sys_intern contents were never
51656              freed)
51657              
51658              PERL_OBJECT build tweak
51659              
51660              adjust change#6299
51661              
51662              remove rel2abs prototypes (from Barrie Slaymaker)
51663              
51664              missing perldiag entry for unpack("w",...) diagnostic (from
51665              Andreas Koenig)
51666              
51667              better diagnostic on Frob->stuff() when Frob:: doesn't exist
51668              (from Richard Soderberg <rs@oregonnet.com>)
51669              
51670              Win32 patches for cfgperl from Sarathy.
51671              
51672              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
51673              
51674              More POSIX.pod embellishment.
51675              
51676              tyop in change#6306
51677      Branch: maint-5.6/perl
51678           !> (integrate 44 files)
51679 ____________________________________________________________________________
51680 [  7770] By: gsar                                  on 2000/11/20  11:51:00
51681         Log: integrate changes#6268..6282 from cfgperl branch
51682              
51683              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
51684              From: Dominic Dunlop <domo@computer.org>
51685              Date: Thu, 29 Jun 2000 12:32:39 +0200
51686              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
51687              
51688              Regen headers for #6261 (and update embed.pl for this) and #6267,
51689              silence few compiler warnings.
51690              
51691              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
51692              From: Nicholas Clark <nick@talking.bollo.cx>
51693              Date: Fri, 23 Jun 2000 16:21:15 +0100
51694              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
51695              
51696              Subject: PATCH pod/perltie.pod
51697              From: Ian Phillipps <Ian.Phillipps@iname.com>
51698              Date: Fri, 16 Jun 2000 00:17:19 +0100
51699              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
51700              (only the first hunk, the second hunk had already been done
51701              by some other patch)
51702              
51703              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
51704              From: Tom Phoenix <rootbeer@redcat.com>
51705              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
51706              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
51707              
51708              Subject: [PATCH] xsub attributes
51709              From: Doug MacEachern <dougm@covalent.net>
51710              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
51711              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
51712              
51713              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
51714              From: Andy Dougherty <doughera@lafayette.edu>
51715              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
51716              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
51717              
51718              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
51719              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
51720              Date: Tue, 13 Jun 2000 02:43:48 -0500
51721              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
51722              
51723              Subject: [PATCH] Re: eval documentation: context
51724              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51725              Date: Mon, 12 Jun 2000 15:07:29 +0100
51726              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
51727              
51728              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
51729              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51730              Date: Mon, 12 Jun 2000 14:55:59 +0100
51731              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
51732              
51733              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
51734              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
51735              Date: Fri, 09 Jun 2000 12:39:27 -0400
51736              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
51737              (plus update the version "number" of Text::Wrap)
51738              
51739              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
51740              From: Tim Ayers <tayers@bridge.com>
51741              Date: Thu, 08 Jun 2000 08:11:06 +0200
51742              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
51743              [resent by Richard Foley, Message-Id probably wrong]
51744              
51745              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
51746              From: rspier@pobox.com (Robert Spier)
51747              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
51748              Message-ID: <14654.31913.845602.610277@rls.cx>
51749              
51750              Subject: [PATCH 5.6.0] utils/h2xs.PL
51751              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
51752              Date: Wed, 7 Jun 2000 04:02:04 -0500
51753              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
51754              
51755              Subject: [PATCH 5.6.0]ITHREADs for VMS
51756              From: Dan Sugalski <dan@sidhe.org>
51757              Date: Tue, 06 Jun 2000 11:59:50 -0400
51758              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
51759      Branch: maint-5.6/perl
51760           !> (integrate 31 files)
51761 ____________________________________________________________________________
51762 [  7769] By: gsar                                  on 2000/11/20  11:29:06
51763         Log: integrate changes#6261..6266 from cfgperl
51764              
51765              Subject: Re: [PATCH cfgperl] BOMs away!
51766              From: simon@brecon.co.uk (Simon Cozens)
51767              Date: 17 Jun 2000 11:49:57 GMT
51768              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
51769              
51770              Subject: 5.6.0 Patch for EPOC
51771              From: Olaf Flebbe <o.flebbe@gmx.de>
51772              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
51773              Message-ID: <23449.960929969@www11.gmx.net>
51774              
51775              tr fixes from Simon Cozens
51776              
51777              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
51778              From: Marty Lucich <marty@netcom.com>
51779              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
51780              Message-Id: <200006282116.OAA11148@netcom.com>
51781              ccdlflags update (the BSD/OS 4.1 part had already been taken
51782              care of by #6141).
51783              
51784              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
51785              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51786              Date: Wed, 28 Jun 2000 17:50:12 -0700
51787              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
51788              
51789              Subject: [PATCH 5.6.0] cygwin port
51790              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
51791              From: "Fifer, Eric" <EFifer@sanwaint.com>
51792              Date: Thu, 29 Jun 2000 12:58:29 +0100
51793      Branch: maint-5.6/perl
51794           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
51795           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
51796           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
51797           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
51798 ____________________________________________________________________________
51799 [  7768] By: gsar                                  on 2000/11/20  11:13:44
51800         Log: integrate changes#6252..6256,6259..6260
51801              
51802              Paranoia tweak on #6249.
51803              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
51804              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
51805              Date: Sun, 25 Jun 2000 23:43:12 -0400
51806              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
51807              
51808              Subject: tr///, help wanted.
51809              From: simon@brecon.co.uk (Simon Cozens)
51810              Date: 28 Jun 2000 11:29:04 GMT
51811              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
51812              
51813              small thinko tweaks
51814              
51815              tweaks from Simon Conzes to further fix tr/// under utf8
51816              
51817              perlnewmod was missing from MANIFEST.
51818              
51819              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
51820              From: simon@brecon.co.uk (Simon Cozens)
51821              Date: 17 Jun 2000 11:56:44 GMT
51822              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
51823              pack U0, pack C0
51824      Branch: maint-5.6/perl
51825           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
51826           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
51827           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
51828           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
51829 ____________________________________________________________________________
51830 [  7767] By: gsar                                  on 2000/11/20  10:51:38
51831         Log: integrate change#6250 from cfgperl
51832              
51833              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
51834              From: Doug MacEachern <dougm@covalent.net>
51835              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
51836              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
51837      Branch: maint-5.6/perl
51838           +> t/op/my_stash.t
51839           !> MANIFEST embed.pl global.sym proto.h toke.c
51840 ____________________________________________________________________________
51841 [  7766] By: gsar                                  on 2000/11/20  10:48:34
51842         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
51843              
51844              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
51845              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
51846              Date: Mon, 26 Jun 2000 18:40:14 +0100
51847              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
51848              
51849              Subject: [PATCH] bytes<->utf8 fixes
51850              From: simon@brecon.co.uk (Simon Cozens)
51851              Date: 26 Jun 2000 04:55:45 GMT
51852              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
51853              
51854              Subject: [PATCH] is_utf8_string
51855              From: simon@brecon.co.uk (Simon Cozens)
51856              Date: 26 Jun 2000 02:25:59 GMT
51857              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
51858              
51859              Subject: [PATCH] avoid mg_ptr in '*' magic
51860              From: Doug MacEachern <dougm@covalent.net>
51861              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
51862              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
51863              
51864              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
51865              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
51866              Date: Sat, 24 Jun 2000 13:06:20 +0100
51867              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
51868              
51869              Allow for standalone testing.
51870              
51871              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
51872              From: Mark-Jason Dominus <mjd@plover.com>
51873              Date: Tue, 27 Jun 2000 22:36:42 -0400
51874              Message-ID: <20000628023642.12166.qmail@plover.com>
51875              
51876              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
51877              From: Frank Tobin <ftobin@uiuc.edu>
51878              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
51879              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
51880      Branch: maint-5.6/perl
51881           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
51882           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
51883           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
51884           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
51885           !> utf8.c utils/h2xs.PL
51886 ____________________________________________________________________________
51887 [  7765] By: gsar                                  on 2000/11/20  10:29:13
51888         Log: integrate change#6239 from cfgperl
51889              
51890              Configure maintenance.  Sever some dependency cycles,
51891              separate gccversion from the cc unit,
51892              address [ID 20000623.006] Configure script patch for using gcc on AIX
51893              (but solve it a little bit differently),
51894              unduplex some accidentally duplicated units,
51895              suggest using gcc if no cc available
51896              (p5p thread: "Solaris configure: counterproposal", 1999-09)
51897      Branch: maint-5.6/perl
51898           !> Configure Todo-5.6 config_h.SH
51899 ____________________________________________________________________________
51900 [  7764] By: gsar                                  on 2000/11/20  10:25:55
51901         Log: integrate changes#6233..6238 from cfgperl
51902              
51903              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
51904              From: Mark-Jason Dominus <mjd@plover.com>
51905              Date: Fri, 16 Jun 2000 20:53:04 -0400
51906              Message-ID: <20000617005304.8008.qmail@plover.com>
51907              
51908              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
51909              because when run as services (Win32ese for daemons)
51910              no environment variables are set and tmpdir ends up as /tmp,
51911              which is ambiguous.
51912              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
51913              From: matt@sergeant.org
51914              Date: 16 Jun 2000 16:30:43 -0000
51915              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
51916              
51917              The thread begun by
51918              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
51919              From: Kevin.Ruscoe@ubsw.com
51920              Date: Fri, 16 Jun 2000 16:38:51 +0100
51921              Message-Id: <H000019b03c300d6@MHS>
51922              
51923              Tweak embed.pl, regen headers.
51924              
51925              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
51926              From: Dan Sugalski <dan@sidhe.org>
51927              Date: Fri, 23 Jun 2000 17:00:00 -0400
51928              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
51929      Branch: maint-5.6/perl
51930           !> (integrate 27 files)
51931 ____________________________________________________________________________
51932 [  7763] By: gsar                                  on 2000/11/20  10:08:08
51933         Log: s/perl56delta/perldelta/g
51934      Branch: maint-5.6/perl
51935            ! pod/Makefile
51936 ____________________________________________________________________________
51937 [  7762] By: gsar                                  on 2000/11/20  10:04:00
51938         Log: integrate changes#6225,6229,6231,6232 from cfgperl
51939              
51940              Add source code filenames to apidoc.
51941              From: simon@brecon.co.uk (Simon Cozens)
51942              Subject: [PATCH embed.pl] Source X-ref
51943              Date: 22 Jun 2000 02:18:49 GMT
51944              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
51945              
51946              Subject: README.hpux version 0.6.1
51947              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
51948              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
51949              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
51950              
51951              Subject: [PATCH 5.6.0] cygwin port
51952              From: "Fifer, Eric" <EFifer@sanwaint.com>
51953              Date: Tue, 20 Jun 2000 14:30:58 +0100
51954              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
51955              
51956              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
51957              From: simon@brecon.co.uk (Simon Cozens)
51958              Date: 19 Jun 2000 15:18:27 GMT
51959              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
51960              
51961              plus update pod/Makefile and regenerate perltoc
51962      Branch: maint-5.6/perl
51963           +> pod/perlutil.pod
51964           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
51965           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
51966 ____________________________________________________________________________
51967 [  7761] By: jhi                                   on 2000/11/20  04:09:55
51968         Log: Miraculous typo.
51969      Branch: perl
51970            ! t/op/pat.t
51971 ____________________________________________________________________________
51972 [  7760] By: jhi                                   on 2000/11/20  04:06:08
51973         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
51974              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51975              Date: Sun, 19 Nov 2000 22:30:26 -0500
51976              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
51977      Branch: perl
51978            ! regexec.c scope.h t/op/pat.t
51979 ____________________________________________________________________________
51980 [  7759] By: jhi                                   on 2000/11/20  02:05:22
51981         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
51982      Branch: perl
51983            ! perl.h
51984 ____________________________________________________________________________
51985 [  7758] By: jhi                                   on 2000/11/20  01:58:11
51986         Log: Subject: [perl 7711: EPOC] updates
51987              From: Olaf Flebbe <o.flebbe@gmx.de>
51988              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
51989              Message-ID: <25575.974658810@www23.gmx.net>               
51990      Branch: perl
51991            + lib/File/Spec/Epoc.pm
51992            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
51993            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
51994            ! lib/File/Spec.pm perl.c sv.c
51995 ____________________________________________________________________________
51996 [  7757] By: jhi                                   on 2000/11/20  01:53:11
51997         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
51998      Branch: perl
51999            ! MANIFEST
52000 ____________________________________________________________________________
52001 [  7756] By: jhi                                   on 2000/11/20  01:47:22
52002         Log: Integrate perlio.
52003      Branch: perl
52004            - ext/re/hints/MSWin32.pl
52005           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
52006           !> win32/config.gc win32/config_H.gc win32/win32sck.c
52007 ____________________________________________________________________________
52008 [  7755] By: nick                                  on 2000/11/19  20:57:17
52009         Log: Add dummy crlf layer (just as buffer)
52010              Correct 1st bug - one layer of indirection.
52011      Branch: perlio
52012            ! perlio.c perlio.h perliol.h
52013 ____________________________________________________________________________
52014 [  7754] By: nick                                  on 2000/11/19  20:56:12
52015         Log: Work-round to Perl_deb_nocontext is no longer required
52016      Branch: perlio
52017            - ext/re/hints/MSWin32.pl
52018 ____________________________________________________________________________
52019 [  7753] By: nick                                  on 2000/11/19  20:01:16
52020         Log: diff -se shows these as different
52021      Branch: perlio
52022            ! global.sym pod/perlapi.pod
52023 ____________________________________________________________________________
52024 [  7752] By: nick                                  on 2000/11/19  18:57:30
52025         Log: Configure GCC/Win32 build -Duseperlio
52026              Fix a couple of gross issues
52027              - double-include of ../deb.o in re.dll
52028              - win32sck.c needs PerlIO and FILE 
52029      Branch: perlio
52030            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
52031            ! win32/win32sck.c
52032 ____________________________________________________________________________
52033 [  7751] By: nick                                  on 2000/11/19  17:05:36
52034         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
52035      Branch: perlio
52036            ! perlio.c
52037 ____________________________________________________________________________
52038 [  7750] By: nick                                  on 2000/11/19  16:57:14
52039         Log: Missing aTHX_
52040      Branch: perlio
52041            ! sv.c
52042 ____________________________________________________________________________
52043 [  7749] By: jhi                                   on 2000/11/19  16:28:40
52044         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
52045              From: "Peter J. Farley III" <pjfarley@banet.net>
52046              Date: Sun, 19 Nov 2000 01:42:58 -0500
52047              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
52048      Branch: perl
52049            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
52050 ____________________________________________________________________________
52051 [  7748] By: jhi                                   on 2000/11/19  16:08:10
52052         Log: Subject: podlators 1.05 available        
52053              From: Russ Allbery <rra@stanford.edu>   
52054              Date: 18 Nov 2000 22:04:28 -0800
52055              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
52056      Branch: perl
52057            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
52058 ____________________________________________________________________________
52059 [  7747] By: nick                                  on 2000/11/19  11:19:39
52060         Log: Integrate mainline
52061      Branch: perlio
52062           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
52063           !> util.c
52064 ____________________________________________________________________________
52065 [  7746] By: jhi                                   on 2000/11/19  06:42:22
52066         Log: Make hex scanning warn on "\x{x}" and "\xx".
52067              "\x" and and hex("x") are still valid.
52068      Branch: perl
52069            ! util.c
52070 ____________________________________________________________________________
52071 [  7745] By: nick                                  on 2000/11/18  22:52:28
52072         Log: Integrate mainline
52073      Branch: perlio
52074           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
52075           !> perl.h perlio.c proto.h regcomp.c regcomp.h
52076 ____________________________________________________________________________
52077 [  7744] By: jhi                                   on 2000/11/18  22:50:28
52078         Log: Introduce Perl_utf8_length().  Use it.
52079      Branch: perl
52080            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
52081 ____________________________________________________________________________
52082 [  7743] By: jhi                                   on 2000/11/18  22:38:51
52083         Log: Compiler denit.
52084      Branch: perl
52085            ! perlio.c
52086 ____________________________________________________________________________
52087 [  7742] By: jhi                                   on 2000/11/18  20:33:05
52088         Log: Integrate perlio.
52089      Branch: perl
52090           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
52091           !> perlio.h pp_ctl.c pp_sys.c sv.c
52092 ____________________________________________________________________________
52093 [  7741] By: jhi                                   on 2000/11/18  20:31:27
52094         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
52095              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52096              Date: Fri, 17 Nov 2000 20:35:11 -0500
52097              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
52098              
52099              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
52100              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52101              Date: Fri, 17 Nov 2000 21:03:47 -0500
52102              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
52103              
52104              Plus a little bit of tweaking in pregcomp().
52105      Branch: perl
52106            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
52107 ____________________________________________________________________________
52108 [  7740] By: nick                                  on 2000/11/18  20:17:22
52109         Log: Lexical use open ... support:
52110              add ->cop_io to COP structure in cop.h.
52111              Make mg.c and gv.c associate it with ${^OPEN}.
52112              Make lib/open.pm set it.
52113              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
52114              manner similar to ->cop_warnings.
52115              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
52116              call new PerlIO_apply_layers().
52117              Declare latter in perlio.h and define in perlio.c
52118      Branch: perlio
52119            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
52120            ! perlio.h pp_ctl.c pp_sys.c sv.c
52121 ____________________________________________________________________________
52122 [  7739] By: jhi                                   on 2000/11/18  19:54:00
52123         Log: Integrate perlio.
52124      Branch: perl
52125           !> doio.c perlio.c pp.c
52126 ____________________________________________________________________________
52127 [  7738] By: jhi                                   on 2000/11/18  17:16:13
52128         Log: Subject: [PATCH 5.7.0] etags broken again
52129              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52130              Date: Sat, 18 Nov 2000 02:41:36 -0500
52131              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
52132      Branch: perl
52133            ! emacs/ptags
52134 ____________________________________________________________________________
52135 [  7737] By: jhi                                   on 2000/11/18  17:12:18
52136         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
52137      Branch: perl
52138            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
52139 ____________________________________________________________________________
52140 [  7736] By: nick                                  on 2000/11/18  14:06:20
52141         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
52142              part to be isolated.
52143      Branch: perlio
52144            ! doio.c perlio.c
52145 ____________________________________________________________________________
52146 [  7735] By: nick                                  on 2000/11/18  11:03:32
52147         Log: Integrate mainline
52148      Branch: perlio
52149           !> Changes README.amiga README.win32 patchlevel.h
52150           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
52151 ____________________________________________________________________________
52152 [  7734] By: jhi                                   on 2000/11/18  01:18:56
52153         Log: Update Changes.
52154      Branch: perl
52155            ! Changes patchlevel.h
52156 ____________________________________________________________________________
52157 [  7733] By: jhi                                   on 2000/11/18  00:32:54
52158         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
52159              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52160              Date: Fri, 17 Nov 2000 17:28:02 -0500
52161              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
52162      Branch: perl
52163            ! regcomp.c regexec.c t/op/re_tests
52164 ____________________________________________________________________________
52165 [  7732] By: jhi                                   on 2000/11/18  00:28:56
52166         Log: Sparc 64-bit pack() fix from Jens Hamisch.
52167      Branch: perl
52168            ! pp.c
52169 ____________________________________________________________________________
52170 [  7731] By: jhi                                   on 2000/11/18  00:18:39
52171         Log: Explain in more detail the {} syntax ambiguousity.
52172              
52173              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
52174              From: Nicholas Clark <nick@ccl4.org>
52175              Date: Fri, 17 Nov 2000 22:10:28 +0000
52176              Message-ID: <20001117221028.A88930@plum.flirble.org>
52177      Branch: perl
52178            ! pod/perlfunc.pod
52179 ____________________________________________________________________________
52180 [  7730] By: jhi                                   on 2000/11/18  00:12:18
52181         Log: Subject: Fix for README.amiga (20000323.033)
52182              From: "Stephen P. Potter" <spp@spotter.yi.org>
52183              Date: Fri, 17 Nov 2000 12:25:51 -0500
52184              Message-Id: <200011171725.MAA05768@spotter.yi.org>
52185      Branch: perl
52186            ! README.amiga
52187 ____________________________________________________________________________
52188 [  7729] By: jhi                                   on 2000/11/18  00:08:34
52189         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
52190              From: "A. C. Yardley" <yardley@tanet.net>
52191              Date: Mon, 3 Apr 2000 11:35:33 -0700
52192              Message-ID: <3483.000403@tanet.net>
52193      Branch: perl
52194            ! README.win32
52195 ____________________________________________________________________________
52196 [  7728] By: nick                                  on 2000/11/17  21:59:47
52197         Log: Integrate mainline
52198      Branch: perlio
52199           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
52200           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
52201           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
52202           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
52203 ____________________________________________________________________________
52204 [  7727] By: nick                                  on 2000/11/17  21:56:31
52205         Log: Experiment on use of attributes.pm interface.
52206              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
52207              SVt_PVRV if not already something better (else vivify of say magic gets
52208              core dump).
52209      Branch: perlio
52210            ! perlio.c pp.c
52211 ____________________________________________________________________________
52212 [  7726] By: jhi                                   on 2000/11/17  14:15:49
52213         Log: Subject: Fix for 20000815.006
52214              From: "Stephen P. Potter" <spp@spotter.yi.org>
52215              Date: Fri, 17 Nov 2000 08:57:45 -0500
52216              Message-Id: <200011171357.IAA05122@spotter.yi.org>
52217              
52218              It's really 20000518.006.
52219      Branch: perl
52220            ! pod/perlmodlib.PL
52221 ____________________________________________________________________________
52222 [  7725] By: jhi                                   on 2000/11/17  14:12:31
52223         Log: Subject: Fix for 20000409.001
52224              From: "Stephen P. Potter" <spp@spotter.yi.org>
52225              Date: Fri, 17 Nov 2000 08:55:45 -0500
52226              Message-Id: <200011171355.IAA05104@spotter.yi.org>
52227      Branch: perl
52228            ! pod/perlfaq9.pod
52229 ____________________________________________________________________________
52230 [  7724] By: jhi                                   on 2000/11/17  14:08:58
52231         Log: Undo #7627 now that we have =head3.
52232      Branch: perl
52233            ! pod/perlhack.pod
52234 ____________________________________________________________________________
52235 [  7723] By: jhi                                   on 2000/11/17  14:04:09
52236         Log: As surmised the #7719 wasn't a good move.
52237      Branch: perl
52238            ! hints/solaris_2.sh
52239 ____________________________________________________________________________
52240 [  7722] By: jhi                                   on 2000/11/17  13:59:04
52241         Log: Also the 64bitall hints can be either here or there.
52242      Branch: perl
52243            ! hints/solaris_2.sh
52244 ____________________________________________________________________________
52245 [  7721] By: jhi                                   on 2000/11/17  02:26:23
52246         Log: Test tweak for the open pragma.
52247      Branch: perl
52248            ! t/lib/b.t
52249 ____________________________________________________________________________
52250 [  7720] By: jhi                                   on 2000/11/17  00:23:22
52251         Log: The long double hints can be here or there.
52252      Branch: perl
52253            ! hints/solaris_2.sh
52254 ____________________________________________________________________________
52255 [  7719] By: jhi                                   on 2000/11/17  00:14:06
52256         Log: For Solaris use64bitall the stdchar needs a little bit of help.
52257      Branch: perl
52258            ! hints/solaris_2.sh
52259 ____________________________________________________________________________
52260 [  7718] By: jhi                                   on 2000/11/16  23:27:34
52261         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
52262              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
52263              Date: Wed, 15 Nov 2000 08:56:32 +0100
52264              Message-ID: <3A1241B0.64477E00@alcatel.at>
52265      Branch: perl
52266            ! lib/Carp/Heavy.pm
52267 ____________________________________________________________________________
52268 [  7717] By: jhi                                   on 2000/11/16  23:23:29
52269         Log: Subject: [PATCH] Re: 20001101.003 PDL
52270              From: Nicholas Clark <nick@ccl4.org>
52271              Date: Thu, 16 Nov 2000 16:48:25 +0000
52272              Message-ID: <20001116164825.B93487@plum.flirble.org>
52273      Branch: perl
52274            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
52275 ____________________________________________________________________________
52276 [  7716] By: jhi                                   on 2000/11/16  23:21:31
52277         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
52278              From: "Casey R. Tweten" <crt@kiski.net>
52279              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
52280              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
52281      Branch: perl
52282            ! lib/Pod/Checker.pm pod/perlpod.pod
52283 ____________________________________________________________________________
52284 [  7715] By: jhi                                   on 2000/11/16  23:19:40
52285         Log: Avoid an infinite loop in VMS when utils scripts are run
52286              with no arguments, from Charles Lane.
52287      Branch: perl
52288            ! configure.com
52289 ____________________________________________________________________________
52290 [  7714] By: jhi                                   on 2000/11/16  23:17:08
52291         Log: Subject: perllocale.pod changes
52292              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
52293              Date: Mon, 13 Nov 2000 10:09:22 +0300
52294              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
52295      Branch: perl
52296            ! pod/perllocale.pod
52297 ____________________________________________________________________________
52298 [  7713] By: jhi                                   on 2000/11/16  23:14:06
52299         Log: Integrate perlio.
52300      Branch: perl
52301           !> doio.c perlio.c perlio.h util.c
52302 ____________________________________________________________________________
52303 [  7712] By: nick                                  on 2000/11/16  21:10:58
52304         Log: Integrate mainline
52305      Branch: perlio
52306           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
52307           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
52308           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
52309           !> vos/config.ga.def vos/config.ga.h win32/config.bc
52310           !> win32/config.gc win32/config.vc
52311 ____________________________________________________________________________
52312 [  7711] By: nick                                  on 2000/11/16  19:56:41
52313         Log: Minor tweaks:
52314              consistent way of getting 'rb', 'wb' etc. for binary opens
52315              move *perlio::layers to *open::layers
52316              a #define to show layers available
52317              DOSISH popen/PerlIO had export/import sense inverted.
52318      Branch: perlio
52319            ! doio.c perlio.c perlio.h util.c
52320 ____________________________________________________________________________
52321 [  7710] By: jhi                                   on 2000/11/16  15:46:05
52322         Log: Add HAS_SBRK_PROTO.
52323      Branch: metaconfig/U/perl
52324            + d_sbrkproto.U
52325      Branch: perl
52326            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52327            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
52328            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
52329            ! vos/config.ga.def vos/config.ga.h win32/config.bc
52330            ! win32/config.gc win32/config.vc
52331 ____________________________________________________________________________
52332 [  7709] By: nick                                  on 2000/11/16  07:31:49
52333         Log: Integrate mainline
52334      Branch: perlio
52335           !> (integrate 35 files)
52336 ____________________________________________________________________________
52337 [  7708] By: jhi                                   on 2000/11/16  05:33:03
52338         Log: These files are text, not binary.
52339      Branch: perl
52340            ! ext/Encode/Encode/iso8859-10.enc
52341            ! ext/Encode/Encode/iso8859-13.enc
52342            ! ext/Encode/Encode/iso8859-14.enc
52343            ! ext/Encode/Encode/iso8859-15.enc
52344 ____________________________________________________________________________
52345 [  7707] By: jhi                                   on 2000/11/16  01:53:37
52346         Log: Update Changes.
52347      Branch: perl
52348            ! Changes patchlevel.h
52349 ____________________________________________________________________________
52350 [  7706] By: jhi                                   on 2000/11/16  01:35:59
52351         Log: More #undefing of stdio.
52352      Branch: perl
52353            ! fakesdio.h nostdio.h
52354 ____________________________________________________________________________
52355 [  7705] By: jhi                                   on 2000/11/16  01:34:18
52356         Log: Add fwalk() probe to the configuration files and regen perltoc.
52357      Branch: perl
52358            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52359            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
52360            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
52361            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
52362            ! win32/config.bc win32/config.gc win32/config.vc
52363 ____________________________________________________________________________
52364 [  7704] By: jhi                                   on 2000/11/16  01:33:07
52365         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
52366              an optional third argument to Inlibc?)
52367      Branch: metaconfig/U/perl
52368            + d__fwalk.U
52369 ____________________________________________________________________________
52370 [  7703] By: jhi                                   on 2000/11/16  01:09:22
52371         Log: The type of the hash_cb() size argument is tricky.
52372      Branch: perl
52373            ! ext/DB_File/DB_File.xs
52374 ____________________________________________________________________________
52375 [  7702] By: jhi                                   on 2000/11/15  23:01:16
52376         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
52377      Branch: perl
52378            ! nostdio.h
52379 ____________________________________________________________________________
52380 [  7701] By: jhi                                   on 2000/11/15  22:52:32
52381         Log: Detypo.
52382      Branch: perl
52383            ! t/lib/bigfltpm.t
52384 ____________________________________________________________________________
52385 [  7700] By: jhi                                   on 2000/11/15  22:51:56
52386         Log: UINT64_C() work continues.
52387      Branch: perl
52388            ! handy.h perl.h utf8.h
52389 ____________________________________________________________________________
52390 [  7699] By: jhi                                   on 2000/11/15  14:13:04
52391         Log: SOCKS has its own USE_THREADS, based on
52392              
52393              Subject: [ID 20001114.002] et. al. bugfix followup
52394              From: Jens Hamisch <jens@Strawberry.COM> 
52395              Date: Wed, 15 Nov 2000 14:23:11 +0100
52396              Message-ID: <20001115142311.A21164@Strawberry.COM>
52397      Branch: perl
52398            ! perl.h
52399 ____________________________________________________________________________
52400 [  7698] By: jhi                                   on 2000/11/15  03:50:56
52401         Log: Add few missing #undefs and sort them.
52402      Branch: perl
52403            ! fakesdio.h
52404 ____________________________________________________________________________
52405 [  7697] By: jhi                                   on 2000/11/15  03:39:14
52406         Log: Linenumber fix.
52407      Branch: perl
52408            ! t/pragma/warn/utf8
52409 ____________________________________________________________________________
52410 [  7696] By: jhi                                   on 2000/11/15  02:55:26
52411         Log: EBCDIC tweaks.
52412              
52413              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
52414              From: Peter Prymmer <pvhp@forte.com>
52415              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
52416              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
52417      Branch: perl
52418            ! t/op/regmesg.t t/pragma/warn/utf8
52419 ____________________________________________________________________________
52420 [  7695] By: jhi                                   on 2000/11/15  02:53:58
52421         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
52422              From: Peter Prymmer <pvhp@forte.com>
52423              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
52424              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
52425      Branch: perl
52426            ! utf8.c
52427 ____________________________________________________________________________
52428 [  7694] By: jhi                                   on 2000/11/15  02:50:55
52429         Log: Subject: [PATCH: perl@7674] updates to README.os390
52430              From: Prymmer/Kahn <pvhp@best.com>
52431              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
52432              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
52433      Branch: perl
52434            ! README.os390
52435 ____________________________________________________________________________
52436 [  7693] By: jhi                                   on 2000/11/15  02:48:37
52437         Log: Quit utf8_to_uv() instantly if curlen == 0.
52438      Branch: perl
52439            ! utf8.c
52440 ____________________________________________________________________________
52441 [  7692] By: jhi                                   on 2000/11/15  02:24:29
52442         Log: Use u_int32_t for the size of hash_cb(), not size_t.
52443              
52444              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
52445              From: Jens Hamisch <jens@Strawberry.COM>     
52446              Date: Tue, 14 Nov 2000 19:03:55 +0100
52447              Message-Id: <20001114190355.A20559@Strawberry.COM>
52448      Branch: perl
52449            ! ext/DB_File/DB_File.xs
52450 ____________________________________________________________________________
52451 [  7691] By: jhi                                   on 2000/11/15  02:20:12
52452         Log: Use UINT64_C().
52453              
52454              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
52455              From: Jens Hamisch <jens@Strawberry.COM>
52456              Date: Tue, 14 Nov 2000 19:16:23 +0100
52457              Message-Id: <20001114191623.G20559@Strawberry.COM>
52458      Branch: perl
52459            ! utf8.c utf8.h
52460 ____________________________________________________________________________
52461 [  7690] By: jhi                                   on 2000/11/15  02:17:06
52462         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
52463              (a macro to define signed and unsigned integer constants).
52464      Branch: perl
52465            ! handy.h
52466 ____________________________________________________________________________
52467 [  7689] By: jhi                                   on 2000/11/15  01:56:51
52468         Log: Regen Configure.
52469      Branch: perl
52470            ! Configure
52471 ____________________________________________________________________________
52472 [  7688] By: jhi                                   on 2000/11/15  01:56:32
52473         Log: Make the unit know about SOCKS.
52474      Branch: metaconfig
52475            ! U/protos/socksizetype.U
52476 ____________________________________________________________________________
52477 [  7687] By: jhi                                   on 2000/11/15  01:54:47
52478         Log: Remove unused dependencies.
52479      Branch: metaconfig
52480            ! U/compline/d_getpagsz.U
52481 ____________________________________________________________________________
52482 [  7686] By: nick                                  on 2000/11/14  21:25:13
52483         Log: Integrate mainline.
52484      Branch: perlio
52485           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
52486           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
52487           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
52488           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
52489           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
52490           !> win32/config.bc win32/config.gc win32/config.vc
52491           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
52492 ____________________________________________________________________________
52493 [  7685] By: jhi                                   on 2000/11/14  17:54:56
52494         Log: Integrate perlio.
52495      Branch: perl
52496           +> fakesdio.h perliol.h
52497           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
52498           !> perlsdio.h perlsfio.h pod/perlfunc.pod
52499 ____________________________________________________________________________
52500 [  7684] By: nick                                  on 2000/11/14  17:43:04
52501         Log: PerlIO #include and #ifdef re-work.
52502      Branch: perlio
52503            + fakesdio.h perliol.h
52504            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
52505            ! perlsdio.h perlsfio.h
52506 ____________________________________________________________________________
52507 [  7683] By: jhi                                   on 2000/11/14  15:42:40
52508         Log: Hoist the duplicated socket/netdb include logic to perl.h;
52509              undef SETERRNO in case SOCKS has defined it.  Based on:
52510              
52511              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
52512              From: Jens Hamisch <jens@Strawberry.COM> 
52513              Date: Tue, 14 Nov 2000 11:34:40 +0100
52514              Message-Id: <20001114113440.A20005@Strawberry.COM>
52515      Branch: perl
52516            ! doio.c perl.h pp_sys.c
52517 ____________________________________________________________________________
52518 [  7682] By: jhi                                   on 2000/11/14  14:07:28
52519         Log: Subject: some additions for makefiles for win32 (for perl@7674)
52520              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
52521              Date: Tue, 14 Nov 2000 09:31:13 +0300
52522              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
52523      Branch: perl
52524            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
52525            ! win32/makefile.mk
52526 ____________________________________________________________________________
52527 [  7681] By: jhi                                   on 2000/11/14  14:01:41
52528         Log: Subject: tiny typo in perl5db.pl
52529              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
52530              Date: Tue, 14 Nov 2000 09:29:28 +0300
52531              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
52532      Branch: perl
52533            ! lib/perl5db.pl
52534 ____________________________________________________________________________
52535 [  7680] By: jhi                                   on 2000/11/14  04:13:50
52536         Log: Redo #7679 with LFs instead of CRLFs.
52537      Branch: perl
52538            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
52539            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
52540            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
52541 ____________________________________________________________________________
52542 [  7679] By: jhi                                   on 2000/11/14  01:21:09
52543         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
52544              From: Benjamin Stuhl <tiriath@yahoo.com> 
52545              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
52546              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
52547      Branch: perl
52548            + win32/bin/mdelete.bat
52549            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
52550            ! makedef.pl perlio.c win32/Makefile win32/config.gc
52551            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
52552 ____________________________________________________________________________
52553 [  7678] By: jhi                                   on 2000/11/14  01:19:20
52554         Log: Fix the re extension building for Win32.
52555              
52556              Subject: [PATCH perl@7638] Get PerlIO building on Win32
52557              From: Benjamin Stuhl <tiriath@yahoo.com> 
52558              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
52559              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
52560      Branch: perl
52561            + ext/re/hints/MSWin32.pl
52562            ! MANIFEST
52563 ____________________________________________________________________________
52564 [  7677] By: jhi                                   on 2000/11/14  01:13:54
52565         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
52566              From: sthoenna@efn.org
52567              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
52568              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
52569      Branch: perl
52570            ! doop.c pp.c toke.c utf8.c utf8.h
52571 ____________________________________________________________________________
52572 [  7676] By: jhi                                   on 2000/11/13  20:23:15
52573         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
52574              From: Nicholas Clark <nick@ccl4.org>
52575              Date: Mon, 13 Nov 2000 18:55:04 +0000
52576              Message-ID: <20001113185504.J29183@plum.flirble.org>
52577      Branch: perl
52578            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
52579 ____________________________________________________________________________
52580 [  7675] By: nick                                  on 2000/11/13  20:21:57
52581         Log: Integrate mainline ...
52582      Branch: perlio
52583           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
52584           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
52585           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
52586           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
52587 ____________________________________________________________________________
52588 [  7674] By: jhi                                   on 2000/11/13  15:07:56
52589         Log: Update Changes.
52590      Branch: perl
52591            ! Changes patchlevel.h
52592 ____________________________________________________________________________
52593 [  7673] By: jhi                                   on 2000/11/13  14:42:42
52594         Log: Remove the new two tests of lib/io_xs for now, they seem to
52595              fail under perlio on some platforms.
52596      Branch: perl
52597            ! t/lib/io_xs.t
52598 ____________________________________________________________________________
52599 [  7672] By: jhi                                   on 2000/11/13  13:57:53
52600         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
52601      Branch: perl
52602            ! perlio.c
52603 ____________________________________________________________________________
52604 [  7671] By: jhi                                   on 2000/11/13  05:30:48
52605         Log: Placate nervous compilers that see longer than ints switch()ing.
52606      Branch: perl
52607            ! utf8.c
52608 ____________________________________________________________________________
52609 [  7670] By: jhi                                   on 2000/11/13  05:14:21
52610         Log: fputs() does return EOF on error but here we don't care.
52611      Branch: perl
52612            ! perlio.c
52613 ____________________________________________________________________________
52614 [  7669] By: jhi                                   on 2000/11/13  05:02:45
52615         Log: Declare reg_data like reg_substr_data.
52616      Branch: perl
52617            ! regexp.h
52618 ____________________________________________________________________________
52619 [  7668] By: jhi                                   on 2000/11/13  04:54:34
52620         Log: Typos in #7667.
52621      Branch: perl
52622            ! perl.h
52623 ____________________________________________________________________________
52624 [  7667] By: jhi                                   on 2000/11/13  04:49:49
52625         Log: Cleanup messy #ifdef.
52626      Branch: perl
52627            ! perl.h
52628 ____________________________________________________________________________
52629 [  7666] By: jhi                                   on 2000/11/13  04:17:34
52630         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
52631              From: Nicholas Clark <nick@talking.bollo.cx>
52632              Date: Sun, 12 Nov 2000 21:14:11 +0000
52633              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
52634              
52635              Note: only one breakage of the two reported is fixed by this patch.
52636      Branch: perl
52637            ! perlio.c
52638 ____________________________________________________________________________
52639 [  7665] By: jhi                                   on 2000/11/13  04:05:07
52640         Log: Tweak the definition of the bit complement on UTF-8 data:
52641              if none of the characters in the string are > 0xff,
52642              the result is a complemented byte string, not a (UTF-8)
52643              char string.  Based on the summary in
52644              
52645              Subject: Re: [ID 20000918.005] ~ on wide chars
52646              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
52647              Date: Fri, 10 Nov 2000 09:47:15 -0800
52648              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
52649              
52650              This should give us the maximum backward (pre-char string)
52651              compatibility and utf8 compatibility.  The other alternative
52652              would be to limit the bit complement to be always byte only,
52653              taking the least significant byte of the chars.
52654      Branch: perl
52655            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
52656 ____________________________________________________________________________
52657 [  7664] By: jhi                                   on 2000/11/13  00:23:44
52658         Log: Couple of tests from #7660 salvaged.
52659      Branch: perl
52660            - t/op/tell.t
52661            ! MANIFEST t/io/tell.t
52662 ____________________________________________________________________________
52663 [  7663] By: jhi                                   on 2000/11/13  00:02:48
52664         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
52665              From: Nicholas Clark <nick@talking.bollo.cx>
52666              Date: Sun, 12 Nov 2000 21:23:43 +0000
52667              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
52668      Branch: perl
52669            ! perlsfio.h
52670 ____________________________________________________________________________
52671 [  7662] By: jhi                                   on 2000/11/13  00:01:39
52672         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
52673              From: Nicholas Clark <nick@talking.bollo.cx>
52674              Date: Sun, 12 Nov 2000 21:30:04 +0000
52675              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
52676      Branch: perl
52677            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
52678 ____________________________________________________________________________
52679 [  7661] By: jhi                                   on 2000/11/12  23:57:29
52680         Log: Document tell() on special streams.
52681      Branch: perl
52682            ! pod/perlfunc.pod
52683 ____________________________________________________________________________
52684 [  7660] By: jhi                                   on 2000/11/12  23:54:22
52685         Log: (Subsumed by #7664)
52686      Branch: perl
52687            + t/op/tell.t
52688            ! MANIFEST
52689 ____________________________________________________________________________
52690 [  7659] By: jhi                                   on 2000/11/12  22:55:25
52691         Log: Many subdocumented return values of the IO extension now documented.
52692              ungetc and write still left subdocumented.
52693              
52694              Subject: [PATCH] (was Re: IO::Handle::ungetc)
52695              From: Nicholas Clark <nick@talking.bollo.cx>
52696              Date: Sun, 12 Nov 2000 21:35:53 +0000
52697              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
52698      Branch: perl
52699            ! ext/IO/lib/IO/Handle.pm
52700 ____________________________________________________________________________
52701 [  7658] By: jhi                                   on 2000/11/12  21:37:06
52702         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
52703              From: Nicholas Clark <nick@talking.bollo.cx>
52704              Date: Sun, 12 Nov 2000 20:03:22 +0000
52705              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
52706      Branch: perl
52707            ! pod/perlfunc.pod
52708 ____________________________________________________________________________
52709 [  7657] By: jhi                                   on 2000/11/12  20:34:55
52710         Log: Integrate perlio.
52711      Branch: perl
52712           !> perlio.c
52713 ____________________________________________________________________________
52714 [  7656] By: nick                                  on 2000/11/12  19:25:06
52715         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
52716      Branch: perlio
52717            ! perlio.c
52718 ____________________________________________________________________________
52719 [  7655] By: nick                                  on 2000/11/12  19:09:41
52720         Log: Integrate mainline
52721      Branch: perlio
52722           +> README.solaris ext/Encode/Encode/cp1006.enc
52723           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
52724           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
52725           +> ext/Encode/Encode/iso8859-13.enc
52726           +> ext/Encode/Encode/iso8859-14.enc
52727           +> ext/Encode/Encode/iso8859-15.enc
52728           !> (integrate 34 files)
52729 ____________________________________________________________________________
52730 [  7654] By: jhi                                   on 2000/11/12  19:00:22
52731         Log: Add a metaconfig unit for fsync.
52732      Branch: metaconfig/U/perl
52733            + d_fsync.U
52734 ____________________________________________________________________________
52735 [  7653] By: jhi                                   on 2000/11/12  19:00:01
52736         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
52737      Branch: perl
52738            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52739            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
52740            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52741            ! vos/config.ga.h win32/config.bc win32/config.gc
52742            ! win32/config.vc
52743 ____________________________________________________________________________
52744 [  7652] By: jhi                                   on 2000/11/11  21:12:01
52745         Log: Copy the s// information of README.hpux also to the perlrun.
52746      Branch: perl
52747            ! README.hpux pod/perlrun.pod
52748 ____________________________________________________________________________
52749 [  7651] By: jhi                                   on 2000/11/11  21:03:13
52750         Log: More README.solaris updates from Andy Dougherty.
52751      Branch: perl
52752            ! README.solaris
52753 ____________________________________________________________________________
52754 [  7650] By: jhi                                   on 2000/11/11  18:38:57
52755         Log: More descriptive error for unknown perlio layers.
52756              
52757              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
52758              From: Dominic Dunlop <domo@computer.org> 
52759              Date: Sat, 11 Nov 2000 18:20:32 +0100             
52760              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
52761      Branch: perl
52762            ! perlio.c pod/perldiag.pod
52763 ____________________________________________________________________________
52764 [  7649] By: jhi                                   on 2000/11/11  18:37:52
52765         Log: MachTen doesn't really do mmap() and munmap().
52766              
52767              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
52768              From: Dominic Dunlop <domo@computer.org> 
52769              Date: Sat, 11 Nov 2000 18:20:32 +0100             
52770              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
52771      Branch: perl
52772            ! hints/machten.sh
52773 ____________________________________________________________________________
52774 [  7648] By: jhi                                   on 2000/11/11  18:36:46
52775         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
52776              From: rspier@pobox.com (Robert Spier)
52777              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
52778              Message-ID: <14861.32839.491271.985797@rls.cx>
52779      Branch: perl
52780            ! Porting/Contract pod/perltoot.pod
52781 ____________________________________________________________________________
52782 [  7647] By: jhi                                   on 2000/11/11  18:35:30
52783         Log: Simplify the getpagesize() unit by dropping the
52784              pagesize probe since it's nowadays slightly more
52785              complicated because of sysconf(). (Note: if some
52786              platform really needs the -lPW for getpagesize,
52787              I just broke it.)
52788              
52789              TODO: a new pagesize unit.
52790      Branch: metaconfig
52791            ! U/compline/d_getpagsz.U
52792 ____________________________________________________________________________
52793 [  7646] By: jhi                                   on 2000/11/11  18:33:23
52794         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
52795      Branch: perl
52796            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52797            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
52798            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52799            ! vos/config.ga.h win32/config.bc win32/config.gc
52800            ! win32/config.vc
52801 ____________________________________________________________________________
52802 [  7645] By: jhi                                   on 2000/11/11  16:45:15
52803         Log: Use sysconf() or getpagesize() to find out the pagesize.
52804      Branch: perl
52805            ! perlio.c
52806 ____________________________________________________________________________
52807 [  7644] By: jhi                                   on 2000/11/11  15:46:08
52808         Log: Integrate perlio.
52809      Branch: perl
52810           !> perlio.c
52811 ____________________________________________________________________________
52812 [  7643] By: jhi                                   on 2000/11/11  15:33:36
52813         Log: Subject: Re: [PATCH] README.solaris
52814              From: Lupe Christoph <lupe@lupe-christoph.de>
52815              Date: Sat, 11 Nov 2000 14:08:10 +0100
52816              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
52817      Branch: perl
52818            ! README.solaris
52819 ____________________________________________________________________________
52820 [  7642] By: jhi                                   on 2000/11/11  15:22:12
52821         Log: Subject: [PATCH perl@7638] cygwin port
52822              From: "Eric Fifer" <egf7@columbia.edu>            
52823              Date: Fri, 10 Nov 2000 19:30:30 -0000
52824              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
52825      Branch: perl
52826            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
52827 ____________________________________________________________________________
52828 [  7641] By: nick                                  on 2000/11/11  14:50:36
52829         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
52830              Also call "Buf" layer directly when unread'ing non-read chars.
52831      Branch: perlio
52832            ! perlio.c
52833 ____________________________________________________________________________
52834 [  7640] By: jhi                                   on 2000/11/11  02:05:02
52835         Log: Add more encoding tables.
52836      Branch: perl
52837            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
52838            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
52839            + ext/Encode/Encode/iso8859-10.enc
52840            + ext/Encode/Encode/iso8859-13.enc
52841            + ext/Encode/Encode/iso8859-14.enc
52842            + ext/Encode/Encode/iso8859-15.enc
52843            ! MANIFEST
52844 ____________________________________________________________________________
52845 [  7639] By: jhi                                   on 2000/11/10  18:49:25
52846         Log: Subject: [PATCH] README.solaris
52847              From: Andy Dougherty <doughera@lafayette.edu>
52848              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
52849              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
52850      Branch: perl
52851            + README.solaris
52852            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
52853            ! pod/perl.pod pod/perltoc.pod
52854 ____________________________________________________________________________
52855 [  7638] By: jhi                                   on 2000/11/10  15:04:15
52856         Log: Update Changes.
52857      Branch: perl
52858            ! Changes patchlevel.h
52859 ____________________________________________________________________________
52860 [  7637] By: jhi                                   on 2000/11/10  14:14:28
52861         Log: Explain better why certain regex tests are skipped.
52862              
52863              Subject: Re: tests skipped: unknown reason
52864              From: Lupe Christoph <lupe@lupe-christoph.de>
52865              Date: Fri, 10 Nov 2000 09:08:56 +0100
52866              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
52867      Branch: perl
52868            ! t/op/regexp.t
52869 ____________________________________________________________________________
52870 [  7636] By: nick                                  on 2000/11/10  13:40:00
52871         Log: Integrate mainline.
52872      Branch: perlio
52873           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
52874           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
52875           !> win32/bin/search.pl
52876 ____________________________________________________________________________
52877 [  7635] By: nick                                  on 2000/11/10  13:25:52
52878         Log: Re-instate stdio large file support via perlio.
52879      Branch: perl
52880            ! perlio.c
52881 ____________________________________________________________________________
52882 [  7634] By: jhi                                   on 2000/11/10  04:49:55
52883         Log: Amdahl UTS hints updates.
52884              
52885              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
52886              From: hom00@utsglobal.com (Harold O Morris)
52887              Date: Thu, 9 Nov 2000 20:02 PST
52888              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
52889      Branch: perl
52890            ! hints/uts.sh
52891 ____________________________________________________________________________
52892 [  7633] By: jhi                                   on 2000/11/09  23:33:28
52893         Log: Subject: [PATCH] IO::Seekable pod
52894              From: Nicholas Clark <nick@talking.bollo.cx>
52895              Date: Thu, 9 Nov 2000 20:29:45 +0000
52896              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
52897      Branch: perl
52898            ! ext/IO/lib/IO/Handle.pm
52899 ____________________________________________________________________________
52900 [  7632] By: jhi                                   on 2000/11/09  21:55:41
52901         Log: Various doc oddball characters.
52902              
52903              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
52904              From: Michael Somos <somos@grail.cba.csuohio.edu>
52905              Date: Mon, 6 Nov 2000 17:44:20 -0500
52906              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
52907      Branch: perl
52908            ! emacs/cperl-mode.el lib/unicode/syllables.txt
52909            ! win32/bin/search.pl
52910 ____________________________________________________________________________
52911 [  7631] By: jhi                                   on 2000/11/09  21:12:29
52912         Log: Subject: Re: bash -c exit and linux hints 
52913              From: "John P. Linderman" <jpl@research.att.com>
52914              Date: Thu, 02 Nov 2000 09:37:25 -0500
52915              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
52916      Branch: perl
52917            ! hints/linux.sh
52918 ____________________________________________________________________________
52919 [  7630] By: nick                                  on 2000/11/09  20:34:11
52920         Log: Integrate mainline.
52921      Branch: perlio
52922           !> (integrate 91 files)
52923 ____________________________________________________________________________
52924 [  7629] By: jhi                                   on 2000/11/09  19:46:31
52925         Log: Missing dTHXs.
52926              
52927              Subject: RE: perl@7595 builds not on cygwin
52928              From: "Eric Fifer" <egf7@columbia.edu>
52929              Date: Thu, 9 Nov 2000 19:26:50 -0000
52930              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
52931      Branch: perl
52932            ! ext/Devel/Peek/Peek.xs
52933 ____________________________________________________________________________
52934 [  7628] By: jhi                                   on 2000/11/09  14:48:27
52935         Log: Disable only the tests 99 and 166 for UTF-8 locales.
52936      Branch: perl
52937            ! t/pragma/locale.t
52938 ____________________________________________________________________________
52939 [  7627] By: jhi                                   on 2000/11/09  14:40:27
52940         Log: There's no =head3.
52941      Branch: perl
52942            ! pod/perlhack.pod
52943 ____________________________________________________________________________
52944 [  7626] By: jhi                                   on 2000/11/09  13:54:26
52945         Log: The generated boot_* headers are wrong.  Pickier compiler,
52946              such as KAI C++ will refuse to compile the resulting perlmain.
52947              
52948              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
52949              From: Harri Pasanen <harri.pasanen@trema.com>
52950              Date: Thu, 09 Nov 2000 14:23:28 +0100
52951              Message-Id: <3A0AA550.26D548A3@trema.com>
52952      Branch: perl
52953            ! minimod.pl
52954 ____________________________________________________________________________
52955 [  7625] By: jhi                                   on 2000/11/09  13:50:44
52956         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
52957              From: Prymmer/Kahn <pvhp@best.com>
52958              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
52959              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
52960              
52961              All except the "cow orker" change.
52962      Branch: perl
52963            ! Porting/pumpkin.pod
52964 ____________________________________________________________________________
52965 [  7624] By: jhi                                   on 2000/11/09  13:45:33
52966         Log: Fix for
52967              
52968              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
52969              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
52970              Date: Thu, 09 Nov 2000 11:05:52 +0100
52971              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
52972      Branch: perl
52973            ! pod/perldiag.pod t/pragma/warn/pp_sys
52974 ____________________________________________________________________________
52975 [  7623] By: jhi                                   on 2000/11/09  13:37:16
52976         Log: Typo in an ifndef.
52977              
52978              Subject: Re: [PATCH 5.7.0] better messages from malloc()
52979              From: Joe Smith <jms@inwap.com>         
52980              Date: Thu, 09 Nov 2000 01:33:14 -0800
52981              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
52982      Branch: perl
52983            ! malloc.c
52984 ____________________________________________________________________________
52985 [  7622] By: jhi                                   on 2000/11/09  13:31:18
52986         Log: Remove unused extra arguments.
52987      Branch: metaconfig/U/perl
52988            ! perlxv.U
52989      Branch: perl
52990            ! Configure config_h.SH
52991 ____________________________________________________________________________
52992 [  7621] By: jhi                                   on 2000/11/09  13:16:36
52993         Log: More VMS moves on environment handling, from Charles Lane.
52994      Branch: perl
52995            ! t/pragma/locale.t
52996 ____________________________________________________________________________
52997 [  7620] By: jhi                                   on 2000/11/09  04:42:38
52998         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
52999              From: David Dyck <dcd@tc.fluke.com>
53000              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
53001              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
53002      Branch: perl
53003            ! pp_sys.c
53004 ____________________________________________________________________________
53005 [  7619] By: jhi                                   on 2000/11/09  04:36:21
53006         Log: Forgot from #7618.
53007      Branch: perl
53008            ! lib/File/stat.pm
53009 ____________________________________________________________________________
53010 [  7618] By: jhi                                   on 2000/11/09  04:28:44
53011         Log: Make deleting for %ENV work for (newer versions of) VMS,
53012              from Craig A. Berry.
53013      Branch: perl
53014            ! vms/vms.c
53015 ____________________________________________________________________________
53016 [  7617] By: jhi                                   on 2000/11/09  04:25:05
53017         Log: Subject: [PATCH] Class::Struct at compile time
53018              From: "Casey R. Tweten" <crt@kiski.net>
53019              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
53020              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
53021      Branch: perl
53022            ! lib/Class/Struct.pm
53023 ____________________________________________________________________________
53024 [  7616] By: jhi                                   on 2000/11/09  04:15:17
53025         Log: Subject: [ID 20001108.013] spelling
53026              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
53027              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
53028              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
53029      Branch: perl
53030            ! lib/ftp.pl
53031 ____________________________________________________________________________
53032 [  7615] By: jhi                                   on 2000/11/09  04:12:42
53033         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
53034              From: Peter Prymmer <pvhp@forte.com>
53035              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
53036              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
53037      Branch: perl
53038            ! configure.com
53039 ____________________________________________________________________________
53040 [  7614] By: jhi                                   on 2000/11/08  22:42:55
53041         Log: A missing aTHX_.
53042      Branch: perl
53043            ! ext/IPC/SysV/SysV.xs
53044 ____________________________________________________________________________
53045 [  7613] By: jhi                                   on 2000/11/08  19:30:21
53046         Log: Update Changes.
53047      Branch: perl
53048            ! Changes patchlevel.h
53049 ____________________________________________________________________________
53050 [  7612] By: jhi                                   on 2000/11/08  18:35:25
53051         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
53052              From: David Dyck <dcd@tc.fluke.com>
53053              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
53054              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
53055      Branch: perl
53056            ! pp_sys.c
53057 ____________________________________________________________________________
53058 [  7611] By: jhi                                   on 2000/11/08  18:30:26
53059         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
53060              From: Dominic Dunlop <domo@computer.org>
53061              Date: Tue, 7 Nov 2000 12:05:25 +0100
53062              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
53063      Branch: perl
53064            ! malloc.c
53065 ____________________________________________________________________________
53066 [  7610] By: jhi                                   on 2000/11/08  18:25:14
53067         Log: Do not test UTF-8 locales since that the tests would require
53068              polymorphic regexen.
53069      Branch: perl
53070            ! t/pragma/locale.t
53071 ____________________________________________________________________________
53072 [  7609] By: jhi                                   on 2000/11/08  17:12:51
53073         Log: Locale buglets.
53074              
53075              Subject: RE: Locales support (setlocale) fixes
53076              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
53077              Date: Wed, 8 Nov 2000 20:01:39 +0300
53078              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
53079      Branch: perl
53080            ! t/pragma/locale.t util.c
53081 ____________________________________________________________________________
53082 [  7608] By: jhi                                   on 2000/11/08  17:00:16
53083         Log: Deleting $ENV{PATH} in VMS is not recommendable.
53084      Branch: perl
53085            ! t/pragma/locale.t
53086 ____________________________________________________________________________
53087 [  7607] By: jhi                                   on 2000/11/08  16:58:26
53088         Log: Subject: PATCH std stdio for (Free)BSD
53089              From: Nicholas Clark <nick@ccl4.org>
53090              Date: Wed, 8 Nov 2000 15:36:29 +0000
53091              Message-ID: <20001108153629.D98736@plum.flirble.org>
53092      Branch: metaconfig
53093            ! U/compline/d_stdstdio.U
53094      Branch: perl
53095            ! Configure config_h.SH
53096 ____________________________________________________________________________
53097 [  7606] By: jhi                                   on 2000/11/08  16:43:31
53098         Log: Forgot to bump the line numbers in #7601.
53099      Branch: perl
53100            ! t/pragma/warn/pp_sys
53101 ____________________________________________________________________________
53102 [  7605] By: jhi                                   on 2000/11/08  16:39:12
53103         Log: More careful detection of how well NVs and UVs mix.
53104              
53105              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))
53106              From: Nicholas Clark <nick@ccl4.org>
53107              Date: Wed, 8 Nov 2000 15:14:12 +0000
53108              Message-ID: <20001108151412.B98736@plum.flirble.org>
53109              
53110              Added some SIGFPE paranoia.
53111      Branch: metaconfig/U/perl
53112            ! perlxv.U
53113      Branch: perl
53114            ! Configure config_h.SH
53115 ____________________________________________________________________________
53116 [  7604] By: jhi                                   on 2000/11/08  14:39:10
53117         Log: Subject: [patch perl@7595] VMS configure.com tweak
53118              From: "Craig A. Berry" <craigberry@mac.com>
53119              Date: Wed, 8 Nov 2000 00:24:12 -0600
53120              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
53121      Branch: perl
53122            ! configure.com
53123 ____________________________________________________________________________
53124 [  7603] By: jhi                                   on 2000/11/08  14:27:11
53125         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
53126              From: Robin Barker <rmb1@cise.npl.co.uk>
53127              Date: Wed, 8 Nov 2000 11:11:39 GMT
53128              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
53129      Branch: perl
53130            ! perlio.c
53131 ____________________________________________________________________________
53132 [  7602] By: jhi                                   on 2000/11/08  14:25:03
53133         Log: Fix for the tie-refhash string table leaks.
53134              
53135              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
53136              Date: Wed, 8 Nov 2000 13:03:04 GMT
53137              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
53138      Branch: perl
53139            ! t/lib/tie-refhash.t
53140 ____________________________________________________________________________
53141 [  7601] By: jhi                                   on 2000/11/08  14:21:08
53142         Log: Try to avoid flockless and emulationless places.
53143      Branch: perl
53144            ! t/pragma/warn/pp_sys
53145 ____________________________________________________________________________
53146 [  7600] By: jhi                                   on 2000/11/08  02:28:54
53147         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
53148              
53149              Subject: [PATCH] prototyped functions that should be overrideable
53150              From: "Casey R. Tweten" <crt@kiski.net>
53151              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
53152              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
53153      Branch: perl
53154            ! toke.c
53155 ____________________________________________________________________________
53156 [  7599] By: jhi                                   on 2000/11/08  01:12:05
53157         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
53158              
53159              Subject: [PATCH] perlbug.PL
53160              From: "Kurt D. Starsinic" <kstar@chapin.edu>
53161              Date: Mon, 6 Nov 2000 21:39:01 -0500
53162              Message-ID: <20001106213901.B20955@O2.chapin.edu>
53163      Branch: perl
53164            ! utils/perlbug.PL
53165 ____________________________________________________________________________
53166 [  7598] By: jhi                                   on 2000/11/07  23:42:00
53167         Log: Bad thinko in #7581 (I used the test program with the expanded
53168              values as-is).
53169      Branch: metaconfig
53170            ! U/compline/d_stdstdio.U
53171      Branch: perl
53172            ! Configure
53173 ____________________________________________________________________________
53174 [  7597] By: jhi                                   on 2000/11/07  21:43:29
53175         Log: Subject: [PATCH perl@7573] cygwin port
53176              From: "Fifer, Eric" <EFifer@sanwaint.com>
53177              Date: Tue, 7 Nov 2000 18:08:51 -0000 
53178              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
53179              
53180              Synchronize with Cygwin 1.1.5.
53181      Branch: perl
53182            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
53183            ! pod/perlport.pod unixish.h util.c
53184 ____________________________________________________________________________
53185 [  7596] By: jhi                                   on 2000/11/07  21:39:25
53186         Log: perlhack updates from H.Merijn Brand.
53187      Branch: perl
53188            ! pod/perlhack.pod
53189 ____________________________________________________________________________
53190 [  7595] By: jhi                                   on 2000/11/07  20:21:41
53191         Log: Update Changes.
53192      Branch: perl
53193            ! Changes patchlevel.h
53194 ____________________________________________________________________________
53195 [  7594] By: jhi                                   on 2000/11/07  19:18:58
53196         Log: Be more robust in Dynaloader.pm.
53197      Branch: perl
53198            ! ext/DynaLoader/DynaLoader_pm.PL
53199 ____________________________________________________________________________
53200 [  7593] By: jhi                                   on 2000/11/07  16:49:31
53201         Log: AUTHORS update.
53202      Branch: perl
53203            ! AUTHORS
53204 ____________________________________________________________________________
53205 [  7592] By: gsar                                  on 2000/11/07  16:39:51
53206         Log: normalize relative paths in virtualized current directory on windows,
53207              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
53208              returns)
53209      Branch: perl
53210            ! win32/vdir.h
53211 ____________________________________________________________________________
53212 [  7591] By: jhi                                   on 2000/11/07  16:04:26
53213         Log: Too profiler-happy: with optimization the #7590 actually makes
53214              the test to run 0.5% _slower_.  Requires much more instrumentation.
53215              Retract #7590.
53216      Branch: perl
53217            ! regcomp.c regcomp.h
53218 ____________________________________________________________________________
53219 [  7590] By: jhi                                   on 2000/11/07  15:51:13
53220         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
53221              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
53222              by using memset() and testing bytewise (as opposed to bitwise).
53223      Branch: perl
53224            ! regcomp.c regcomp.h
53225 ____________________________________________________________________________
53226 [  7589] By: jhi                                   on 2000/11/07  12:56:39
53227         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
53228              From: "Craig A. Berry" <craig.berry@psinetcs.com>
53229              Date: Mon, 06 Nov 2000 23:45:30 -0500
53230              Message-Id: <0011079735.AA973576259@univpress.com>
53231      Branch: perl
53232            ! configure.com t/lib/st-lock.t
53233 ____________________________________________________________________________
53234 [  7588] By: jhi                                   on 2000/11/07  01:03:28
53235         Log: Tweak #7587.
53236      Branch: perl
53237            ! pod/perldiag.pod
53238 ____________________________________________________________________________
53239 [  7587] By: jhi                                   on 2000/11/07  01:00:27
53240         Log: A doc addition for bug id 20001105.019, beware \p.
53241      Branch: perl
53242            ! pod/perldiag.pod
53243 ____________________________________________________________________________
53244 [  7586] By: jhi                                   on 2000/11/07  00:32:22
53245         Log: Fake support of holey files in win/dosish platforms.
53246              
53247              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
53248              From: kipp@shonanblue.ne.jp
53249              Date: Mon, 6 Nov 2000 13:30:55 -0800
53250              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
53251      Branch: perl
53252            ! ext/SDBM_File/sdbm/sdbm.c
53253 ____________________________________________________________________________
53254 [  7585] By: jhi                                   on 2000/11/07  00:12:54
53255         Log: Subject: Pod updates
53256              From: "Stephen P. Potter" <spp@spotter.yi.org>
53257              Date: Mon, 06 Nov 2000 18:56:43 -0500
53258              Message-Id: <200011062357.SAA18173@spotter.yi.org>
53259      Branch: perl
53260            ! README.dos README.os2 README.win32 pod/buildtoc.PL
53261            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
53262            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
53263            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
53264            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
53265            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
53266            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
53267            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
53268            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
53269            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
53270            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
53271            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
53272            ! pod/perltootc.pod pod/perlunicode.pod
53273 ____________________________________________________________________________
53274 [  7584] By: jhi                                   on 2000/11/07  00:04:17
53275         Log: Varargs don't always work too well if one puts an unsigned
53276              char on the stack and pop an unsigned quad off the stack.
53277              
53278              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
53279              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
53280              Date: Mon, 06 Nov 2000 15:19:05 -0800
53281              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
53282      Branch: perl
53283            ! utf8.c
53284 ____________________________________________________________________________
53285 [  7583] By: jhi                                   on 2000/11/06  23:58:48
53286         Log: %ENV note tweaks from Dan Sugalski.
53287      Branch: perl
53288            ! pod/perlport.pod vms/perlvms.pod
53289 ____________________________________________________________________________
53290 [  7582] By: jhi                                   on 2000/11/06  23:05:49
53291         Log: glibc5 detection by __GNU_LIBRARY__.
53292      Branch: perl
53293            ! toke.c
53294 ____________________________________________________________________________
53295 [  7581] By: jhi                                   on 2000/11/06  22:51:29
53296         Log: Make the stdio test program of 7427 less noisy while being 
53297              compiled so that Digital UNIX wouldn't get both
53298              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
53299              undefined.  This makes perlio happy.
53300      Branch: metaconfig
53301            ! U/compline/d_stdstdio.U
53302      Branch: perl
53303            ! Configure config_h.SH
53304 ____________________________________________________________________________
53305 [  7580] By: jhi                                   on 2000/11/06  22:41:41
53306         Log: Document %ENV = () portability issues.
53307      Branch: perl
53308            ! pod/perlport.pod vms/perlvms.pod
53309 ____________________________________________________________________________
53310 [  7579] By: jhi                                   on 2000/11/06  21:29:24
53311         Log: VOS updates from Paul Green.
53312      Branch: perl
53313            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
53314 ____________________________________________________________________________
53315 [  7578] By: jhi                                   on 2000/11/06  21:00:40
53316         Log: Sanitize the environment further.
53317      Branch: perl
53318            ! t/pragma/locale.t
53319 ____________________________________________________________________________
53320 [  7577] By: jhi                                   on 2000/11/06  20:53:51
53321         Log: Re-introduce 7552 lost in integration.
53322      Branch: perl
53323            ! perlio.c
53324 ____________________________________________________________________________
53325 [  7576] By: jhi                                   on 2000/11/06  20:33:46
53326         Log: Admit that the test leaks scalars.
53327      Branch: perl
53328            ! t/comp/proto.t
53329 ____________________________________________________________________________
53330 [  7575] By: jhi                                   on 2000/11/06  20:17:08
53331         Log: Integrate perlio.
53332      Branch: perl
53333           !> perlio.c
53334 ____________________________________________________________________________
53335 [  7574] By: nick                                  on 2000/11/06  20:07:28
53336         Log: Remove debug. Try (Mmap_t) on madvise() call.
53337      Branch: perlio
53338            ! perlio.c
53339 ____________________________________________________________________________
53340 [  7573] By: jhi                                   on 2000/11/06  13:56:05
53341         Log: Update Changes.
53342      Branch: perl
53343            ! Changes patchlevel.h
53344 ____________________________________________________________________________
53345 [  7572] By: jhi                                   on 2000/11/06  13:48:41
53346         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
53347              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53348              Date: Mon, 06 Nov 2000 10:11:42 +0100
53349              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
53350      Branch: perl
53351            ! pod/perlhack.pod
53352 ____________________________________________________________________________
53353 [  7571] By: jhi                                   on 2000/11/06  01:45:51
53354         Log: AUTHORS updates.
53355      Branch: perl
53356            ! AUTHORS
53357 ____________________________________________________________________________
53358 [  7570] By: jhi                                   on 2000/11/06  00:18:00
53359         Log: Fix for
53360              
53361              Subject: [ID 20000728.005] perl -P broken
53362              From: David Dyck <dcd@tc.fluke.com>
53363              Date: Fri, 28 Jul 2000 17:19:16 -0700
53364              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
53365              
53366              (hopefully).  The fix is also not complete, it seems to break
53367              BOM swallowing for libc5 systems, but until someone figures
53368              out a way to do this without ftell(), this will do.
53369      Branch: perl
53370            ! toke.c
53371 ____________________________________________________________________________
53372 [  7569] By: jhi                                   on 2000/11/06  00:05:30
53373         Log: Document that the evaled syntax errors cause scalar leaks.
53374      Branch: perl
53375            ! t/comp/proto.t
53376 ____________________________________________________________________________
53377 [  7568] By: jhi                                   on 2000/11/05  23:14:47
53378         Log: opmini.o can linger from Configures past.
53379      Branch: perl
53380            ! Makefile.SH
53381 ____________________________________________________________________________
53382 [  7567] By: jhi                                   on 2000/11/05  21:28:39
53383         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
53384              first argument correctly.
53385      Branch: perl
53386            ! perlio.c
53387 ____________________________________________________________________________
53388 [  7566] By: jhi                                   on 2000/11/05  21:15:56
53389         Log: Integrate perlio.
53390      Branch: perl
53391           !> perlio.c
53392 ____________________________________________________________________________
53393 [  7565] By: jhi                                   on 2000/11/05  21:15:13
53394         Log: Use -dM for gcc (the suggested patch did it only for Linux,
53395              but I think it can be generalized).
53396              
53397              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
53398              From: Pixel <pixel@mandrakesoft.com>
53399              Date: 05 Nov 2000 21:49:34 +0100 
53400              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
53401      Branch: perl
53402            ! ext/Errno/Errno_pm.PL
53403 ____________________________________________________________________________
53404 [  7564] By: nick                                  on 2000/11/05  21:09:18
53405         Log: Added a mmap layer as a "subclass" of perlio.
53406              PERLIO=mmap ./perl harness passes
53407      Branch: perlio
53408            ! perlio.c
53409 ____________________________________________________________________________
53410 [  7563] By: jhi                                   on 2000/11/05  19:48:55
53411         Log: Add a note for future generations about bug id 20000229.006.
53412      Branch: perl
53413            ! malloc.c
53414 ____________________________________________________________________________
53415 [  7562] By: jhi                                   on 2000/11/05  19:38:24
53416         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
53417      Branch: perl
53418            ! pp_ctl.c t/op/pos.t
53419 ____________________________________________________________________________
53420 [  7561] By: jhi                                   on 2000/11/05  18:21:46
53421         Log: Add =pod to be tidy.
53422      Branch: perl
53423            ! lib/Math/Complex.pm
53424 ____________________________________________________________________________
53425 [  7560] By: jhi                                   on 2000/11/05  17:38:46
53426         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
53427      Branch: perl
53428            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
53429            ! ext/Storable/Storable.xs t/lib/st-recurse.t
53430 ____________________________________________________________________________
53431 [  7559] By: jhi                                   on 2000/11/05  17:32:59
53432         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
53433              From: "Peter J. Farley III" <pjfarley@banet.net>
53434              Date: Sun, 05 Nov 2000 11:55:59 -0500
53435              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
53436      Branch: perl
53437            ! t/lib/syslog.t
53438 ____________________________________________________________________________
53439 [  7558] By: jhi                                   on 2000/11/05  17:29:19
53440         Log: Integrate perlio.
53441      Branch: perl
53442           !> perlio.c
53443 ____________________________________________________________________________
53444 [  7557] By: jhi                                   on 2000/11/05  17:22:01
53445         Log: A fix of sorts for 20000329.026, a better error message
53446              for a missing "use charnames" when using the \N{...}. 
53447      Branch: perl
53448            ! pod/perldiag.pod toke.c
53449 ____________________________________________________________________________
53450 [  7556] By: jhi                                   on 2000/11/05  16:33:50
53451         Log: Test tweak: show also the failed locales.
53452              
53453              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
53454              From: Lupe Christoph <lupe@lupe-christoph.de>         
53455              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
53456              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
53457      Branch: perl
53458            ! t/pragma/locale.t
53459 ____________________________________________________________________________
53460 [  7555] By: nick                                  on 2000/11/05  11:09:34
53461         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
53462              open RDWR so does not fail. (pragma/warnings 303 again...)
53463      Branch: perlio
53464            ! perlio.c
53465 ____________________________________________________________________________
53466 [  7554] By: nick                                  on 2000/11/05  10:10:13
53467         Log: Fix case where ungetc(f,EOF) was allowed.
53468              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
53469              so we can see similarities.
53470              Use types more carefully and a STDCHAR array in hope that this will
53471              fix Jarrko's 64bit machine.
53472      Branch: perlio
53473            ! perlio.c
53474 ____________________________________________________________________________
53475 [  7553] By: jhi                                   on 2000/11/05  01:12:16
53476         Log: Fix for
53477              
53478              Subject: [ID 20001004.007] taint propogation is inconsistent
53479              From: pimlott@idiomtech.com (Andrew Pimlott) 
53480              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
53481              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
53482              
53483              The culprit was sv_setsv() which was rather blindly
53484              propagating taint, which lead to behaviour where if
53485              a tainted anon hash value was seen all the hash values
53486              from then on at that level became tainted, or at any
53487              upper levels in the case of nested anon hashes.
53488      Branch: perl
53489            ! sv.c t/op/taint.t
53490 ____________________________________________________________________________
53491 [  7552] By: jhi                                   on 2000/11/04  23:44:18
53492         Log: Some cpps don't like splitting conditionals across several lines.
53493      Branch: perl
53494            ! perlio.c
53495 ____________________________________________________________________________
53496 [  7551] By: nick                                  on 2000/11/04  23:40:44
53497         Log: Integrate mainline
53498      Branch: perlio
53499           !> pp_hot.c t/op/taint.t
53500 ____________________________________________________________________________
53501 [  7550] By: nick                                  on 2000/11/04  23:39:05
53502         Log: Integrate mainline again
53503      Branch: perlio
53504           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
53505           !> t/lib/b.t t/op/misc.t util.c
53506 ____________________________________________________________________________
53507 [  7549] By: jhi                                   on 2000/11/04  23:14:01
53508         Log: Fix for
53509              
53510              Subject: [ID 20001004.006] undef is never tainted
53511              From: pimlott@idiomtech.com (Andrew Pimlott)
53512              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
53513              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
53514              
53515              An undef read from a slurped file was not tainted.
53516      Branch: perl
53517            ! pp_hot.c t/op/taint.t
53518 ____________________________________________________________________________
53519 [  7548] By: jhi                                   on 2000/11/04  22:56:21
53520         Log: Test tweak ($Config{useperlio} is by default undef) .
53521      Branch: perl
53522            ! t/lib/b.t
53523 ____________________________________________________________________________
53524 [  7547] By: jhi                                   on 2000/11/04  22:43:56
53525         Log: Integrate perlio.
53526      Branch: perl
53527           +> lib/perlio.pm
53528           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
53529           !> pod/perlapi.pod t/lib/b.t
53530 ____________________________________________________________________________
53531 [  7546] By: jhi                                   on 2000/11/04  22:40:59
53532         Log: Configure would use a bad $myuname from an old config.sh.
53533              
53534              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
53535              From: Andy Dougherty <doughera@lafayette.edu>
53536              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
53537              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
53538      Branch: metaconfig
53539            ! U/modified/Oldconfig.U
53540      Branch: perl
53541            ! Configure config_h.SH
53542 ____________________________________________________________________________
53543 [  7545] By: jhi                                   on 2000/11/04  22:36:54
53544         Log: Subject: Locales support (setlocale) fixes
53545              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
53546              Date: Sat, 4 Nov 2000 10:15:48 +0300 
53547              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
53548              
53549              Modified quite a bit to be more portable.
53550      Branch: perl
53551            ! embed.h embed.pl perl.h proto.h util.c
53552 ____________________________________________________________________________
53553 [  7544] By: jhi                                   on 2000/11/04  22:32:47
53554         Log: Dying is too strict here, better just skip.
53555      Branch: perl
53556            ! t/op/misc.t
53557 ____________________________________________________________________________
53558 [  7543] By: nick                                  on 2000/11/04  21:55:13
53559         Log: Merge mainline
53560      Branch: perlio
53561           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
53562           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
53563           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
53564           !> (integrate 64 files)
53565 ____________________________________________________________________________
53566 [  7542] By: jhi                                   on 2000/11/04  21:09:28
53567         Log: More Changes tweakery.
53568      Branch: perl
53569            ! Changes Porting/genlog
53570 ____________________________________________________________________________
53571 [  7541] By: jhi                                   on 2000/11/04  20:58:18
53572         Log: Changes fixups.
53573      Branch: perl
53574            ! Changes
53575 ____________________________________________________________________________
53576 [  7540] By: jhi                                   on 2000/11/04  20:42:38
53577         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
53578              create a "fast path" for locale name probing using "locale -a"
53579              if available, squash finally hopefully the s?printf resetting
53580              the numeric locale (since, IIUC perllocale, it never shouldn't). 
53581      Branch: perl
53582            ! sv.c t/op/misc.t t/pragma/locale.t
53583 ____________________________________________________________________________
53584 [  7539] By: nick                                  on 2000/11/04  19:56:10
53585         Log: PerlIO infrastructure complete.
53586      Branch: perlio
53587            + lib/perlio.pm
53588            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
53589 ____________________________________________________________________________
53590 [  7538] By: nick                                  on 2000/11/04  14:31:32
53591         Log: Type tweaks + less contorted allocation scheme
53592      Branch: perlio
53593            ! perlio.c
53594 ____________________________________________________________________________
53595 [  7537] By: nick                                  on 2000/11/04  12:40:42
53596         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
53597              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
53598              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
53599              sensible) which lead to some interesting fails.
53600      Branch: perlio
53601            ! perlio.c
53602 ____________________________________________________________________________
53603 [  7536] By: jhi                                   on 2000/11/04  00:20:02
53604         Log: Add FCNTL_CAN_LOCK.
53605              
53606              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
53607              From: Andy Dougherty <doughera@lafayette.edu>
53608              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
53609              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
53610              
53611              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
53612              From: Andy Dougherty <doughera@lafayette.edu>
53613              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
53614              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
53615      Branch: metaconfig/U/perl
53616            + d_fcntl_can_lock.U
53617            ! startperl.U
53618      Branch: perl
53619            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53620            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
53621            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
53622            ! vos/config.ga.h win32/config.bc win32/config.gc
53623            ! win32/config.vc
53624 ____________________________________________________________________________
53625 [  7535] By: nick                                  on 2000/11/03  22:19:10
53626         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
53627              - Works on Linux with
53628              perlio + unix
53629              stdio
53630              - Works on Solaris with
53631              perlio + unix
53632              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
53633              - Fails (hangs in openpid) if you try and stack
53634              perlio + stdio - Linux stdio's read() logic is hanging.
53635      Branch: perlio
53636            ! iperlsys.h perlio.c
53637 ____________________________________________________________________________
53638 [  7534] By: jhi                                   on 2000/11/03  15:16:02
53639         Log: Subject: Re: README.aix
53640              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53641              Date: Fri, 03 Nov 2000 16:03:15 +0100
53642              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
53643      Branch: perl
53644            ! README.aix
53645 ____________________________________________________________________________
53646 [  7533] By: jhi                                   on 2000/11/03  03:59:02
53647         Log: Subject: [PATCH 5.7.0] better messages from malloc()
53648              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53649              Date: Wed, 1 Nov 2000 23:39:56 -0500
53650              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
53651      Branch: perl
53652            ! malloc.c pod/perldiag.pod
53653 ____________________________________________________________________________
53654 [  7532] By: jhi                                   on 2000/11/03  00:11:56
53655         Log: The #7521 touched things it shouldn't have.
53656      Branch: perl
53657            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
53658 ____________________________________________________________________________
53659 [  7531] By: jhi                                   on 2000/11/02  22:32:33
53660         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
53661              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53662              Date:     Thu, 2 Nov 2000 16:58:36 EST
53663              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
53664      Branch: perl
53665            ! vms/gen_shrfls.pl
53666 ____________________________________________________________________________
53667 [  7530] By: jhi                                   on 2000/11/02  22:08:49
53668         Log: Fix the problem discussed in
53669              
53670              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
53671              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
53672              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
53673              
53674              originally from Linc Madison.  Also Andreas König's comments
53675              taken into account.  Some other problems with Tie::SubstrHash
53676              fixed: didn't croak when the table exceeded the requested number
53677              of entries (as documented) but instead when the number of entries
53678              exceeded the size of the table, a croak() had an unnecessary \n,
53679              didn't have a CLEAR method, documented that there is no exists().
53680              Didn't fix to be strict-proof because the module uses &foo; and
53681              dynamic scope.  Added a test script exercizing both first tamely 
53682              the basic functionality, and then the failure cases reported by
53683              Linc Madison.
53684      Branch: perl
53685            + t/lib/tie-substrhash.t
53686            ! MANIFEST lib/Tie/SubstrHash.pm
53687 ____________________________________________________________________________
53688 [  7529] By: jhi                                   on 2000/11/02  17:58:08
53689         Log: recv() can fail and return undef.
53690              
53691              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
53692              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
53693              Date: Thu, 2 Nov 2000 20:12:20 +0300
53694              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
53695      Branch: perl
53696            ! lib/Net/Ping.pm
53697 ____________________________________________________________________________
53698 [  7528] By: jhi                                   on 2000/11/02  17:49:09
53699         Log: Detpyo.
53700      Branch: perl
53701            ! pod/perlop.pod
53702 ____________________________________________________________________________
53703 [  7527] By: jhi                                   on 2000/11/02  15:48:37
53704         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
53705              fix a autovivification bug in Tie::RefHash, add tests for both.
53706              
53707              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
53708              From: Edward Avis <epa98@doc.ic.ac.uk>
53709              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
53710              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
53711      Branch: perl
53712            + t/lib/tie-refhash.t
53713            ! MANIFEST lib/Tie/RefHash.pm
53714 ____________________________________________________________________________
53715 [  7526] By: jhi                                   on 2000/11/02  13:56:26
53716         Log: Test::Harness revealed buglets in the new DynaLoader.
53717              
53718              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
53719              From: andreas.koenig@anima.de (Andreas J. Koenig)
53720              Date: 02 Nov 2000 11:26:48 +0100 
53721              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
53722      Branch: perl
53723            ! ext/DynaLoader/DynaLoader_pm.PL
53724 ____________________________________________________________________________
53725 [  7525] By: jhi                                   on 2000/11/01  23:52:08
53726         Log: The entry for #7503 was missing.
53727      Branch: perl
53728            ! Changes
53729 ____________________________________________________________________________
53730 [  7524] By: jhi                                   on 2000/11/01  23:40:52
53731         Log: Update Changes.
53732      Branch: perl
53733            ! Changes patchlevel.h
53734 ____________________________________________________________________________
53735 [  7523] By: jhi                                   on 2000/11/01  22:57:09
53736         Log: More tweaking on the #7522 theme.
53737      Branch: perl
53738            ! ext/DynaLoader/DynaLoader_pm.PL
53739 ____________________________________________________________________________
53740 [  7522] By: jhi                                   on 2000/11/01  22:06:15
53741         Log: Expand %Config variables and %ENV variables only if
53742              so requested during build time using the
53743              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
53744              Not expanding makes relocating distributions easier.
53745      Branch: perl
53746            ! ext/DynaLoader/DynaLoader_pm.PL
53747 ____________________________________________________________________________
53748 [  7521] By: jhi                                   on 2000/11/01  20:56:34
53749         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
53750              and setgid() because they were just changing $< and $( which means
53751              only changing the real uid/gid, as opposed to changing both
53752              real and effective ids.  (The alternative way could have been
53753              in POSIX.pm to change $> and $), too, but making a direct call
53754              to the C API feels cleaner.)  Fixes the bug
53755              
53756              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
53757              From: "Garry T. Williams" <garry@zvolve.com>
53758              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
53759              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
53760      Branch: perl
53761            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
53762            ! ext/POSIX/typemap pod/perlvar.pod
53763 ____________________________________________________________________________
53764 [  7520] By: jhi                                   on 2000/11/01  20:08:33
53765         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
53766              From: "Garry T. Williams" <garry@zvolve.com>
53767              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
53768              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
53769      Branch: perl
53770            ! pod/perlsec.pod
53771 ____________________________________________________________________________
53772 [  7519] By: jhi                                   on 2000/11/01  20:01:22
53773         Log: Locale warning explanation tweak.
53774      Branch: perl
53775            ! pod/perldiag.pod
53776 ____________________________________________________________________________
53777 [  7518] By: jhi                                   on 2000/11/01  18:57:13
53778         Log: C.pm part of
53779              
53780              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
53781              From: Jarkko Hietaniemi <jhi@iki.fi>
53782              Date: Tue, 10 Oct 2000 08:22:28 -0500
53783              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
53784      Branch: perl
53785            ! ext/B/B/C.pm
53786 ____________________________________________________________________________
53787 [  7517] By: jhi                                   on 2000/11/01  18:41:59
53788         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
53789              From: Martien Verbruggen <mgjv@comdyn.com.au>
53790              Date: Fri, 6 Oct 2000 14:09:10 +1100
53791              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
53792      Branch: perl
53793            ! pod/perlop.pod
53794 ____________________________________________________________________________
53795 [  7516] By: jhi                                   on 2000/11/01  18:34:55
53796         Log: Generalize the Camel wording.
53797              
53798              Subject: Re: perlfaq style changes
53799              From: John Borwick <jhborwic@unity.ncsu.edu>
53800              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
53801              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
53802      Branch: perl
53803            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
53804 ____________________________________________________________________________
53805 [  7515] By: jhi                                   on 2000/11/01  16:52:31
53806         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
53807              From: pimlott@idiomtech.com (Andrew Pimlott)
53808              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
53809              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
53810      Branch: perl
53811            ! pod/perlsec.pod
53812 ____________________________________________________________________________
53813 [  7514] By: jhi                                   on 2000/11/01  15:03:40
53814         Log: More AIX lore.
53815      Branch: perl
53816            ! ext/re/hints/aix.pl
53817 ____________________________________________________________________________
53818 [  7513] By: jhi                                   on 2000/11/01  14:48:30
53819         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
53820              From: root <root@chronos.fi.muni.cz>
53821              Date: Wed, 1 Nov 2000 12:31:32 +0100
53822              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
53823      Branch: perl
53824            ! lib/Net/Ping.pm
53825 ____________________________________________________________________________
53826 [  7512] By: jhi                                   on 2000/11/01  14:46:47
53827         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
53828              From: Martin Husemann <martin@duskware.de>
53829              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
53830              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
53831      Branch: perl
53832            ! regcomp.c
53833 ____________________________________________________________________________
53834 [  7511] By: jhi                                   on 2000/11/01  14:39:50
53835         Log: AUTHORS updates.
53836      Branch: perl
53837            ! AUTHORS
53838 ____________________________________________________________________________
53839 [  7510] By: jhi                                   on 2000/11/01  14:29:50
53840         Log: Subject: [PATCH] startperl to respect versiononly
53841              From: Robin Barker <rmb1@cise.npl.co.uk> 
53842              Date: Tue, 31 Oct 2000 16:29:36 GMT
53843              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
53844      Branch: metaconfig/U/perl
53845            ! startperl.U
53846      Branch: perl
53847            ! Configure config_h.SH
53848 ____________________________________________________________________________
53849 [  7509] By: jhi                                   on 2000/11/01  14:19:53
53850         Log: printf UVs the correct way, noticed by Robin Barker.
53851      Branch: perl
53852            ! utf8.c
53853 ____________________________________________________________________________
53854 [  7508] By: jhi                                   on 2000/11/01  14:10:03
53855         Log: Do not cleanup *% because the % has special meanings in some
53856              shell environments.
53857      Branch: perl
53858            ! ext/Storable/Makefile.PL
53859 ____________________________________________________________________________
53860 [  7507] By: jhi                                   on 2000/11/01  14:06:00
53861         Log: The NonStop-UX libraries have a novel way to say NaN.
53862      Branch: perl
53863            ! t/lib/bigfltpm.t
53864 ____________________________________________________________________________
53865 [  7506] By: jhi                                   on 2000/11/01  14:03:35
53866         Log: The osname has been lowercased by now, from Tom Bates.
53867      Branch: metaconfig
53868            ! U/modified/Oldconfig.U
53869      Branch: perl
53870            ! Configure config_h.SH
53871 ____________________________________________________________________________
53872 [  7505] By: jhi                                   on 2000/10/31  19:18:39
53873         Log: The compiler is either gcc or cc, from Tom Bates.
53874      Branch: perl
53875            ! hints/nonstopux.sh
53876 ____________________________________________________________________________
53877 [  7504] By: jhi                                   on 2000/10/31  14:53:42
53878         Log: Update Changes.
53879      Branch: perl
53880            ! Changes patchlevel.h
53881 ____________________________________________________________________________
53882 [  7503] By: jhi                                   on 2000/10/31  14:30:50
53883         Log: Whitespace style tweak.  Was originally going to see to
53884              
53885              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
53886              From: Joe Smith <jms@inwap.com>
53887              Date: Mon, 30 Oct 2000 18:47:57 -0800
53888              Message-Id: <39FE32DD.24AAC4D@inwap.com>
53889              
53890              but that had already been taken care of.
53891      Branch: metaconfig
53892            ! U/compline/d_stdstdio.U
53893      Branch: perl
53894            ! Configure config_h.SH
53895 ____________________________________________________________________________
53896 [  7502] By: jhi                                   on 2000/10/31  14:25:02
53897         Log: AUTHORS tweaks.
53898      Branch: perl
53899            ! AUTHORS
53900 ____________________________________________________________________________
53901 [  7501] By: jhi                                   on 2000/10/31  14:23:59
53902         Log: Subject: perlfaq style changes
53903              From: John Borwick <jhborwic@unity.ncsu.edu>
53904              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
53905              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
53906      Branch: perl
53907            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
53908            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
53909            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
53910            ! pod/perlfaq9.pod
53911 ____________________________________________________________________________
53912 [  7500] By: jhi                                   on 2000/10/31  14:22:15
53913         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
53914              
53915              Subject: Re: [ID 20000918.005] ~ on wide chars
53916              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53917              Date: Mon, 30 Oct 2000 21:09:55 -0800
53918              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
53919              
53920              (The ord() part of the patch skipped.)
53921      Branch: perl
53922            ! doop.c
53923 ____________________________________________________________________________
53924 [  7499] By: jhi                                   on 2000/10/31  14:20:08
53925         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
53926              From: Jens Hamisch <jens@Strawberry.COM>
53927              Date: Mon, 30 Oct 2000 15:17:07 +0100
53928              Message-Id: <20001030151707.A9597@Strawberry.COM>
53929      Branch: perl
53930            ! av.c
53931 ____________________________________________________________________________
53932 [  7498] By: jhi                                   on 2000/10/31  14:16:29
53933         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
53934              From: Peter Prymmer <pvhp@forte.com>
53935              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
53936              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
53937      Branch: perl
53938            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
53939            + ext/Encode/Encode/posix-bc.enc
53940            ! MANIFEST t/lib/encode.t
53941 ____________________________________________________________________________
53942 [  7497] By: jhi                                   on 2000/10/31  14:13:22
53943         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
53944              From: Peter Prymmer <pvhp@forte.com>
53945              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
53946              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
53947      Branch: perl
53948            ! t/lib/cgi-html.t
53949 ____________________________________________________________________________
53950 [  7496] By: jhi                                   on 2000/10/31  14:12:05
53951         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
53952              From: Peter Prymmer <pvhp@forte.com>
53953              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
53954              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
53955      Branch: perl
53956            ! t/lib/cgi-function.t
53957 ____________________________________________________________________________
53958 [  7495] By: jhi                                   on 2000/10/31  14:11:08
53959         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
53960              From: Peter Prymmer <pvhp@forte.com>
53961              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
53962              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
53963      Branch: perl
53964            + ext/re/hints/aix.pl
53965            ! MANIFEST ext/re/Makefile.PL
53966 ____________________________________________________________________________
53967 [  7494] By: jhi                                   on 2000/10/31  14:08:32
53968         Log: Use Errno magic.
53969              
53970              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
53971              From: Casey Tweten <perl@ctweten.amsite.com>
53972              Date: Mon, 30 Oct 2000 15:51:17 -0500
53973              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
53974      Branch: perl
53975            ! lib/File/Temp.pm
53976 ____________________________________________________________________________
53977 [  7493] By: jhi                                   on 2000/10/31  14:05:07
53978         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
53979              
53980              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
53981              From: Nicholas Clark <nick@ccl4.org>
53982              Date: Mon, 30 Oct 2000 17:38:45 +0000
53983              Message-ID: <20001030173845.O60355@plum.flirble.org>
53984      Branch: perl
53985            ! Makefile.SH utils/perlbug.PL
53986 ____________________________________________________________________________
53987 [  7492] By: nick                                  on 2000/10/30  19:37:23
53988         Log: Change files which are mysteriously different to mainline to be
53989              copies of mainline.
53990      Branch: perlio
53991            ! objXSUB.h perlapi.c pod/perlapi.pod
53992 ____________________________________________________________________________
53993 [  7491] By: nick                                  on 2000/10/30  18:05:54
53994         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
53995              - typo in endian code in putc.
53996              - Don't allow read of write-only files and vice-versa
53997              - and off-by-one in flush-all loop.
53998              Remove debug calls as they were using GCC specific features.
53999      Branch: perlio
54000            ! perlio.c
54001 ____________________________________________________________________________
54002 [  7490] By: nick                                  on 2000/10/29  21:45:45
54003         Log: Integrate mainline to perlio
54004      Branch: perlio
54005           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
54006           !> toke.c
54007 ____________________________________________________________________________
54008 [  7489] By: jhi                                   on 2000/10/29  21:11:08
54009         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
54010              From: andreas.koenig@anima.de (Andreas J. Koenig)
54011              Date: 29 Oct 2000 22:05:59 +0100
54012              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
54013      Branch: perl
54014            ! lib/ExtUtils/Manifest.pm
54015 ____________________________________________________________________________
54016 [  7488] By: jhi                                   on 2000/10/29  21:07:47
54017         Log: Tests for #7487.
54018              
54019              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
54020              From: andreas.koenig@anima.de (Andreas J. Koenig)
54021              Date: 29 Oct 2000 19:37:09 +0100
54022              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
54023      Branch: perl
54024            ! t/comp/proto.t
54025 ____________________________________________________________________________
54026 [  7487] By: jhi                                   on 2000/10/29  21:06:27
54027         Log: constsub spillage.
54028              
54029              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
54030              From: John Tobey <jtobey@john-edwin-tobey.org>
54031              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
54032              Message-Id: <m13pvSr-000FObC@feynman.localnet>
54033      Branch: perl
54034            ! op.c
54035 ____________________________________________________________________________
54036 [  7486] By: nick                                  on 2000/10/29  21:05:04
54037         Log: Integrate mainline to perlio branch
54038      Branch: perlio
54039           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
54040           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
54041           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
54042           +> vos/install_perl.cm
54043            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
54044            - vos/config.h vos/config_h.SH_orig
54045           !> (integrate 141 files)
54046 ____________________________________________________________________________
54047 [  7485] By: jhi                                   on 2000/10/29  21:00:47
54048         Log: Make \x{...} consistently produce UTF-8.
54049              
54050              Subject: Re: \x{...} is confused 
54051              From: Simon Cozens <simon@cozens.net>
54052              Date: Sun, 29 Oct 2000 19:36:48 +0000
54053              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
54054      Branch: perl
54055            ! t/pragma/utf8.t toke.c
54056 ____________________________________________________________________________
54057 [  7484] By: nick                                  on 2000/10/29  20:05:29
54058         Log: PerlIO passes all tests.
54059      Branch: perlio
54060            ! perlio.c
54061 ____________________________________________________________________________
54062 [  7483] By: jhi                                   on 2000/10/29  18:06:55
54063         Log: Update Changes.
54064      Branch: perl
54065            ! Changes patchlevel.h
54066 ____________________________________________________________________________
54067 [  7482] By: nick                                  on 2000/10/29  17:43:28
54068         Log: Include <unistd.h> to get correct lseek() prototype etc.
54069              (I thought perl.h did that) - down to two fails
54070              - comp/require.t (last test)
54071              - lib/io_xs.t - possibly import/export of FILE * ?
54072      Branch: perlio
54073            ! perlio.c
54074 ____________________________________________________________________________
54075 [  7481] By: jhi                                   on 2000/10/29  17:02:37
54076         Log: UTF-8 decoder tweak.
54077      Branch: perl
54078            ! utf8.c
54079 ____________________________________________________________________________
54080 [  7480] By: nick                                  on 2000/10/29  16:26:11
54081         Log: Fixed two bugs:
54082              - error code not being set on close (of broken pipe)
54083              - append mode was truncating.
54084              At least one seek/tell bug remains.
54085      Branch: perlio
54086            ! perlio.c
54087 ____________________________________________________________________________
54088 [  7479] By: nick                                  on 2000/10/29  11:18:16
54089         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
54090              in case of accidents. Still several worrying fails, no line disciplines yet.
54091      Branch: perlio
54092            ! iperlsys.h perlio.c
54093 ____________________________________________________________________________
54094 [  7478] By: jhi                                   on 2000/10/29  02:04:01
54095         Log: Add also emailless people.
54096      Branch: perl
54097            ! AUTHORS
54098 ____________________________________________________________________________
54099 [  7477] By: jhi                                   on 2000/10/29  01:36:00
54100         Log: The #7476 needs a MANIFEST change, too.
54101      Branch: perl
54102            ! MANIFEST
54103 ____________________________________________________________________________
54104 [  7476] By: jhi                                   on 2000/10/29  01:35:21
54105         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
54106      Branch: perl
54107            - MAINTAIN
54108            ! AUTHORS Changes
54109 ____________________________________________________________________________
54110 [  7475] By: jhi                                   on 2000/10/28  23:57:25
54111         Log: De-quoted-unreadable to ISO Latin 1.
54112              (There's one ISO-2022-JP name in Changes5.004.)
54113      Branch: perl
54114            ! Changes Changes5.6
54115 ____________________________________________________________________________
54116 [  7474] By: jhi                                   on 2000/10/28  19:13:06
54117         Log: Subject: [ID 20001027.007] uniq array in perlfaq
54118              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
54119              Date: Fri, 27 Oct 2000 19:28:30 +0200
54120              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
54121      Branch: perl
54122            ! pod/perlfaq4.pod
54123 ____________________________________________________________________________
54124 [  7473] By: jhi                                   on 2000/10/28  18:02:05
54125         Log: Locking null mutexes is not recommendable.
54126              
54127              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
54128              From: Hugo <hv@crypt.compulink.co.uk>
54129              Date: Sat, 28 Oct 2000 18:41:12 +0100
54130              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
54131      Branch: perl
54132            ! op.c
54133 ____________________________________________________________________________
54134 [  7472] By: jhi                                   on 2000/10/28  17:52:58
54135         Log: Better create a true mailing list for the repository keepers.
54136      Branch: perl
54137            ! Porting/repository.pod
54138 ____________________________________________________________________________
54139 [  7471] By: jhi                                   on 2000/10/28  17:28:24
54140         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
54141              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
54142      Branch: perl
54143            + Porting/repository.pod
54144            ! MANIFEST
54145 ____________________________________________________________________________
54146 [  7470] By: jhi                                   on 2000/10/28  17:20:54
54147         Log: Subject: DOC PATCH 5.6.0
54148              From: mjd@plover.com
54149              Date: 27 Oct 2000 17:32:44 -0000
54150              Message-ID: <20001027173244.23754.qmail@plover.com>
54151      Branch: perl
54152            ! pod/perlfunc.pod
54153 ____________________________________________________________________________
54154 [  7469] By: jhi                                   on 2000/10/28  17:16:45
54155         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
54156              From: "Peter J. Farley III" <pjfarley@banet.net>
54157              Date: Fri, 27 Oct 2000 20:32:56 -0400
54158              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
54159      Branch: perl
54160            ! README.dos
54161 ____________________________________________________________________________
54162 [  7468] By: jhi                                   on 2000/10/28  17:07:18
54163         Log: Make target reordering to avoid pointless re-makes.
54164              
54165              Subject: Re: Total re-make of 'make okfile' after 7451 ?
54166              From: Nicholas Clark <nick@ccl4.org>
54167              Date: Sat, 28 Oct 2000 00:31:02 +0100
54168              Message-ID: <20001028003101.A54517@plum.flirble.org>
54169      Branch: perl
54170            ! Makefile.SH
54171 ____________________________________________________________________________
54172 [  7467] By: jhi                                   on 2000/10/28  17:05:31
54173         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
54174              From: lvirden@cas.org
54175              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
54176              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
54177      Branch: perl
54178            ! README.os2
54179 ____________________________________________________________________________
54180 [  7466] By: jhi                                   on 2000/10/28  16:09:16
54181         Log: Upgrade to CPAN 1.58_55.
54182              
54183              Subject: CPAN.pm status
54184              From: andreas.koenig@anima.de (Andreas J. Koenig) 
54185              Date: 28 Oct 2000 08:18:00 +0200 
54186              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
54187      Branch: perl
54188            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
54189 ____________________________________________________________________________
54190 [  7465] By: jhi                                   on 2000/10/28  16:02:47
54191         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
54192      Branch: perl
54193            ! embed.h embed.pl perl.h proto.h toke.c
54194 ____________________________________________________________________________
54195 [  7464] By: nick                                  on 2000/10/28  10:43:44
54196         Log: Fix for sv_2iv() on "shared" value from keys %hash.
54197      Branch: perl
54198            ! sv.c
54199 ____________________________________________________________________________
54200 [  7463] By: jhi                                   on 2000/10/27  16:18:29
54201         Log: Update Changes.
54202      Branch: perl
54203            ! Changes patchlevel.h
54204 ____________________________________________________________________________
54205 [  7462] By: jhi                                   on 2000/10/27  16:17:44
54206         Log: Too enthusiastic editing in #7460.
54207      Branch: metaconfig
54208            ! U/modified/Oldsym.U
54209      Branch: perl
54210            ! Configure config_h.SH
54211 ____________________________________________________________________________
54212 [  7461] By: jhi                                   on 2000/10/27  15:37:38
54213         Log: Retract #7459, the script needs more work.
54214      Branch: perl
54215            - mkreef
54216            ! MANIFEST
54217 ____________________________________________________________________________
54218 [  7460] By: jhi                                   on 2000/10/27  15:23:14
54219         Log: Use $sort, $uniq (and $tr) consistently as wondered
54220              by Nicholas Clark.
54221      Branch: metaconfig
54222            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
54223            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
54224            ! U/modified/libc.U
54225      Branch: perl
54226            ! Configure config_h.SH
54227 ____________________________________________________________________________
54228 [  7459] By: jhi                                   on 2000/10/27  15:02:07
54229         Log: (Retracted by #7461)
54230              
54231              Add a shell script for creating/removing symbolic link farms,
54232              useful for keeping the source code read-only and doing the
54233              builds somewhere else.
54234      Branch: perl
54235            + mkreef
54236            ! MANIFEST
54237 ____________________________________________________________________________
54238 [  7458] By: jhi                                   on 2000/10/27  14:42:20
54239         Log: Do away with the fix_pl.
54240      Branch: perl
54241            - fix_pl
54242            ! MANIFEST Makefile.SH
54243 ____________________________________________________________________________
54244 [  7457] By: jhi                                   on 2000/10/27  12:43:13
54245         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
54246              From: Jens Hamisch <jens@Strawberry.COM>
54247              Date: Fri, 27 Oct 2000 14:38:21 +0200
54248              Message-Id: <20001027143821.B3366@Strawberry.COM>
54249      Branch: perl
54250            ! perl.h
54251 ____________________________________________________________________________
54252 [  7456] By: jhi                                   on 2000/10/27  12:33:42
54253         Log: Subject: [PATCH] todo
54254              From: Nicholas Clark <nick@ccl4.org>
54255              Date: Thu, 26 Oct 2000 22:32:29 +0100
54256              Message-ID: <20001026223229.A44540@plum.flirble.org>
54257      Branch: perl
54258            ! pod/perltodo.pod
54259 ____________________________________________________________________________
54260 [  7455] By: jhi                                   on 2000/10/27  12:02:21
54261         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
54262              From: John Tobey <jtobey@john-edwin-tobey.org>
54263              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
54264              Message-Id: <m13ozHF-000FObC@feynman.localnet>
54265      Branch: perl
54266            ! op.c t/pragma/sub_lval.t
54267 ____________________________________________________________________________
54268 [  7454] By: jhi                                   on 2000/10/27  11:59:42
54269         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
54270              From: sthoenna@efn.org
54271              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
54272              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
54273      Branch: perl
54274            ! pp.c t/op/assignwarn.t
54275 ____________________________________________________________________________
54276 [  7453] By: jhi                                   on 2000/10/27  00:15:08
54277         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
54278      Branch: perl
54279            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
54280            ! ext/Storable/Storable.xs t/lib/st-lock.t
54281 ____________________________________________________________________________
54282 [  7452] By: jhi                                   on 2000/10/26  13:05:52
54283         Log: Undo #7451, this seems to be a deficiency in Perforce,
54284              there is no per-file line-terminator type, only per-client.
54285      Branch: perl
54286            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
54287            ! win32/makefile.mk
54288 ____________________________________________________________________________
54289 [  7451] By: jhi                                   on 2000/10/26  04:56:03
54290         Log: Experimenting in DOS arcana.
54291      Branch: perl
54292            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
54293            ! win32/makefile.mk
54294 ____________________________________________________________________________
54295 [  7450] By: jhi                                   on 2000/10/26  04:50:52
54296         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
54297              From: "Peter J. Farley III" <pjfarley@banet.net>            
54298              Date: Wed, 25 Oct 2000 23:10:18 -0400
54299              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
54300      Branch: perl
54301            ! t/io/open.t
54302 ____________________________________________________________________________
54303 [  7449] By: jhi                                   on 2000/10/26  04:49:16
54304         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
54305              From: Hugo <hv@crypt.compulink.co.uk>
54306              Date: Thu, 26 Oct 2000 01:55:17 +0100
54307              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
54308              
54309              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
54310      Branch: perl
54311            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
54312 ____________________________________________________________________________
54313 [  7448] By: jhi                                   on 2000/10/26  04:38:36
54314         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
54315              From: Peter Prymmer <pvhp@forte.com>
54316              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
54317              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
54318      Branch: perl
54319            ! configure.com
54320 ____________________________________________________________________________
54321 [  7447] By: jhi                                   on 2000/10/25  23:20:02
54322         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
54323              in platforms that strictly require all the symbols being present
54324              at link time.
54325      Branch: perl
54326            ! handy.h
54327 ____________________________________________________________________________
54328 [  7446] By: jhi                                   on 2000/10/25  21:55:57
54329         Log: Update Changes.
54330      Branch: perl
54331            ! Changes patchlevel.h
54332 ____________________________________________________________________________
54333 [  7445] By: jhi                                   on 2000/10/25  21:27:08
54334         Log: Integrate with vmsperl #7430 by Charles Bailey:
54335              
54336              Cleanup from prior patch (Charles Lane?):
54337              - improve handling of MFDs in Basename and Path
54338              - default to no xsubpp line # munging when building debug images
54339      Branch: perl
54340           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
54341 ____________________________________________________________________________
54342 [  7444] By: jhi                                   on 2000/10/25  21:03:50
54343         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
54344              From: John Peacock <JPeacock@UnivPress.com>
54345              Date: Thu, 18 May 2000 11:55:27 -0400
54346              Message-ID: <3924126F.A58BE57A@UnivPress.com>
54347      Branch: perl
54348            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
54349            ! t/op/write.t
54350 ____________________________________________________________________________
54351 [  7443] By: jhi                                   on 2000/10/25  20:43:10
54352         Log: Temporary stopgap for the self-tying issue: for now only
54353              array and hash self-ties are verboten.  The real fix, of
54354              course, would be to comprehensively test (and implement?)
54355              and debug (and document) self-ties.
54356      Branch: perl
54357            ! pod/perldiag.pod pp_sys.c t/op/tie.t
54358 ____________________________________________________________________________
54359 [  7442] By: jhi                                   on 2000/10/25  20:14:30
54360         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
54361              From: Dan Sugalski <dan@sidhe.org>
54362              Date: Wed, 25 Oct 2000 13:36:35 -0400
54363              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
54364              
54365              plus regen global.sym.
54366      Branch: perl
54367            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
54368            ! thrdvar.h util.c
54369 ____________________________________________________________________________
54370 [  7441] By: jhi                                   on 2000/10/25  20:12:20
54371         Log: buildtoc target tweaks.
54372      Branch: perl
54373            ! pod/Makefile.SH
54374 ____________________________________________________________________________
54375 [  7440] By: jhi                                   on 2000/10/25  20:03:53
54376         Log: A new version of making the syslog test more robust.
54377              (Replaces #7421.)
54378              
54379              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
54380              From: "Kurt D. Starsinic" <kstar@chapin.edu>
54381              Date: Wed, 25 Oct 2000 12:13:54 -0400
54382              Message-ID: <20001025121354.B2264@O2.chapin.edu>
54383      Branch: perl
54384            ! t/lib/syslog.t
54385 ____________________________________________________________________________
54386 [  7439] By: jhi                                   on 2000/10/25  20:00:48
54387         Log: Continue the internal UTF-8 API tweaking.
54388              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
54389              used much more than the simpler API, now called utf8_to_uv_simple().
54390              Still not quite happy with API, too much partial duplication
54391              of functionality.
54392      Branch: perl
54393            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
54394            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
54395            ! regcomp.c regexec.c sv.c toke.c utf8.c
54396 ____________________________________________________________________________
54397 [  7438] By: jhi                                   on 2000/10/25  18:52:30
54398         Log: Allow poking holes at the UTF-8 decoding strictness.
54399      Branch: perl
54400            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
54401            ! utf8.h
54402 ____________________________________________________________________________
54403 [  7437] By: jhi                                   on 2000/10/25  13:53:05
54404         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
54405              UTF8LEN() and UTF8SKIP(). 
54406      Branch: perl
54407            ! pp.c utf8.c utf8.h
54408 ____________________________________________________________________________
54409 [  7436] By: jhi                                   on 2000/10/25  13:51:37
54410         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
54411              From: Nicholas Clark <nick@ccl4.org>
54412              Date: Wed, 25 Oct 2000 14:44:05 +0100
54413              Message-ID: <20001025144404.D27253@plum.flirble.org>
54414      Branch: perl
54415            ! pod/perlrun.pod
54416 ____________________________________________________________________________
54417 [  7435] By: jhi                                   on 2000/10/25  13:49:32
54418         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
54419              From: Mike Guy <mjtg@cam.ac.uk>
54420              Date: Tue, 24 Oct 2000 14:59:40 +0100
54421              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
54422      Branch: perl
54423            ! scope.c
54424 ____________________________________________________________________________
54425 [  7434] By: jhi                                   on 2000/10/25  13:48:41
54426         Log: AIX is picky about its symbol exports.  Solution for now
54427              is to include the deb.o explicitly to the re extension build.
54428              
54429              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
54430              From: Peter Prymmer <pvhp@forte.com>
54431              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
54432              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
54433      Branch: perl
54434            ! ext/re/Makefile.PL hints/aix.sh
54435 ____________________________________________________________________________
54436 [  7433] By: jhi                                   on 2000/10/25  13:46:49
54437         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
54438              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54439              Date: Wed, 25 Oct 2000 12:02:20 +0200
54440              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
54441      Branch: perl
54442            ! perlsdio.h
54443 ____________________________________________________________________________
54444 [  7432] By: jhi                                   on 2000/10/25  13:44:28
54445         Log: Subject: Minor update to find2perl, for portability
54446              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
54447              Date: Wed, 25 Oct 2000 12:05:47 +0100
54448              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
54449      Branch: perl
54450            ! x2p/find2perl.PL
54451 ____________________________________________________________________________
54452 [  7431] By: jhi                                   on 2000/10/25  13:40:39
54453         Log: Add targets to Makefile.SH, most importantly
54454              'regen_all' which also remembers to update vms/perly*.
54455      Branch: perl
54456            ! Makefile.SH
54457 ____________________________________________________________________________
54458 [  7430] By: bailey                                on 2000/10/25  03:13:53
54459         Log: Cleanup from prior patch (Charles Lane?):
54460              - improve handling of MFDs in Basename and Path
54461              - default to no xsubpp line # munging when building debug images
54462      Branch: vmsperl
54463            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
54464 ____________________________________________________________________________
54465 [  7429] By: jhi                                   on 2000/10/24  20:03:40
54466         Log: Podify README.epoc and README.vos.
54467      Branch: perl
54468            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
54469            ! pod/perlport.pod pod/perltoc.pod
54470 ____________________________________________________________________________
54471 [  7428] By: jhi                                   on 2000/10/24  19:10:33
54472         Log: Stratus VOS updates from Paul Green.
54473      Branch: perl
54474            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
54475            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
54476            - vos/config.def vos/config.h vos/config_h.SH_orig
54477            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
54478            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
54479 ____________________________________________________________________________
54480 [  7427] By: jhi                                   on 2000/10/24  18:59:48
54481         Log: Check if stdio supports tweaking lval and cnt simultaneously.
54482              
54483              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
54484              From: Nicholas Clark <nick@ccl4.org>
54485              Date: Mon, 23 Oct 2000 15:39:32 +0100
54486              Message-ID: <20001023153932.A10786@plum.flirble.org>
54487      Branch: metaconfig
54488            ! U/compline/d_stdstdio.U
54489      Branch: perl
54490            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54491            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
54492            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
54493            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
54494            ! vos/config.h vos/config_h.SH_orig win32/config.bc
54495            ! win32/config.gc win32/config.vc
54496 ____________________________________________________________________________
54497 [  7426] By: jhi                                   on 2000/10/24  17:57:44
54498         Log: Missed the header file changes from #7425.
54499      Branch: perl
54500            ! embed.h embed.pl objXSUB.h proto.h
54501 ____________________________________________________________________________
54502 [  7425] By: jhi                                   on 2000/10/24  17:55:17
54503         Log: Fix the bug reported in
54504              
54505              From: andreas.koenig@anima.de (Andreas J. Koenig)
54506              Subject: Encode bug?
54507              Date: 24 Oct 2000 14:01:26 +0200 
54508              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
54509              
54510              Also make is_utf8_char() stricter.
54511      Branch: perl
54512            ! ext/Encode/Encode.xs utf8.c
54513 ____________________________________________________________________________
54514 [  7424] By: jhi                                   on 2000/10/24  15:15:39
54515         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
54516              From: Peter Scott <Peter@PSDT.com>
54517              Date: Mon, 23 Oct 2000 19:46:01 -0700
54518              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
54519      Branch: perl
54520            ! pod/perlfaq5.pod
54521 ____________________________________________________________________________
54522 [  7423] By: jhi                                   on 2000/10/24  14:25:30
54523         Log: Test tweak to avoid pulling in the whole Config.
54524      Branch: perl
54525            ! t/lib/st-lock.t
54526 ____________________________________________________________________________
54527 [  7422] By: jhi                                   on 2000/10/24  14:03:16
54528         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
54529      Branch: perl
54530            ! pp.c
54531 ____________________________________________________________________________
54532 [  7421] By: jhi                                   on 2000/10/24  13:32:09
54533         Log: (Replaced by #7440.)
54534              
54535              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
54536              From: "Kurt D. Starsinic" <kstar@chapin.edu>
54537              Date: Mon, 23 Oct 2000 16:40:54 -0400
54538              Message-ID: <20001023164054.B14491@O2.chapin.edu>
54539      Branch: perl
54540            ! t/lib/syslog.t
54541 ____________________________________________________________________________
54542 [  7420] By: jhi                                   on 2000/10/24  13:30:53
54543         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
54544              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54545              Date: Mon, 23 Oct 2000 17:29:03 -0400
54546              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
54547      Branch: perl
54548            ! lib/ExtUtils/MM_Unix.pm
54549 ____________________________________________________________________________
54550 [  7419] By: jhi                                   on 2000/10/24  13:29:57
54551         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
54552              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54553              Date: Mon, 23 Oct 2000 19:01:32 -0400
54554              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
54555      Branch: perl
54556            ! utils/h2xs.PL
54557 ____________________________________________________________________________
54558 [  7418] By: jhi                                   on 2000/10/24  13:26:04
54559         Log: Replace #7409 with
54560              
54561              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
54562              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
54563              Date: Mon, 23 Oct 2000 20:08:56 +0200
54564              Message-ID: <20001023200855.A14850@nice.ram.loc>
54565      Branch: perl
54566            ! ext/Storable/Storable.pm t/lib/st-lock.t
54567 ____________________________________________________________________________
54568 [  7417] By: jhi                                   on 2000/10/24  13:17:52
54569         Log: Run vms/vms_yfix.pl, should have done that after changing
54570              perly.c in #7382.
54571      Branch: perl
54572            ! vms/perly_c.vms vms/perly_h.vms
54573 ____________________________________________________________________________
54574 [  7416] By: jhi                                   on 2000/10/24  02:55:33
54575         Log: Make the UTF-8 decoding stricter and more verbose when
54576              malformation happens.  This involved adding an argument
54577              to utf8_to_uv_chk(), which involved changing its prototype,
54578              and prefer STRLEN over I32 for the UTF-8 length, which as
54579              a domino effect necessitated changing the prototypes of
54580              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
54581              The stricter UTF-8 decoding checking uses Markus Kuhn's
54582              UTF-8 Decode Stress Tester from
54583              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
54584      Branch: perl
54585            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
54586            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
54587            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
54588            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
54589 ____________________________________________________________________________
54590 [  7415] By: jhi                                   on 2000/10/23  14:06:06
54591         Log: Update Changes.
54592      Branch: perl
54593            ! Changes patchlevel.h
54594 ____________________________________________________________________________
54595 [  7414] By: jhi                                   on 2000/10/23  12:39:52
54596         Log: Undo the basename() part of #7412 since the lib/basename
54597              tests would need upgrading too.
54598      Branch: perl
54599            ! lib/File/Basename.pm
54600 ____________________________________________________________________________
54601 [  7413] By: jhi                                   on 2000/10/23  12:19:27
54602         Log: Document PERL_INSTALL_ROOT of #7210.
54603      Branch: perl
54604            ! lib/ExtUtils/Install.pm
54605 ____________________________________________________________________________
54606 [  7412] By: jhi                                   on 2000/10/23  12:16:47
54607         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
54608      Branch: perl
54609            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
54610            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
54611 ____________________________________________________________________________
54612 [  7411] By: jhi                                   on 2000/10/23  12:07:41
54613         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
54614              From: Prymmer/Kahn <pvhp@best.com>
54615              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
54616              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
54617      Branch: perl
54618            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
54619 ____________________________________________________________________________
54620 [  7410] By: jhi                                   on 2000/10/23  04:10:11
54621         Log: The change #7187 was not so good on VMS.
54622              
54623              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
54624              From: "Craig A. Berry" <craig.berry@psinetcs.com>
54625              Date: Sun, 22 Oct 2000 23:03:08 -0500
54626              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
54627      Branch: perl
54628            ! utils/perldoc.PL
54629 ____________________________________________________________________________
54630 [  7409] By: jhi                                   on 2000/10/23  03:57:36
54631         Log: Avoid Storable locking on DJGPP for now.
54632              
54633              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
54634              From: "Peter J. Farley III" <pjfarley@banet.net>
54635              Date: Sun, 22 Oct 2000 20:00:00 -0400
54636              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
54637      Branch: perl
54638            ! ext/Storable/Storable.pm t/lib/st-lock.t
54639 ____________________________________________________________________________
54640 [  7408] By: jhi                                   on 2000/10/23  03:50:24
54641         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
54642              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
54643              Date: Sun, 22 Oct 2000 21:12:22 -0400
54644              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
54645      Branch: perl
54646            ! lib/vars.pm
54647 ____________________________________________________________________________
54648 [  7407] By: jhi                                   on 2000/10/23  03:43:12
54649         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
54650              From: Hugo <hv@crypt.compulink.co.uk>
54651              Date: Mon, 23 Oct 2000 00:47:22 +0100
54652              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
54653      Branch: perl
54654            ! regexec.c t/op/pat.t
54655 ____________________________________________________________________________
54656 [  7406] By: jhi                                   on 2000/10/23  03:40:29
54657         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
54658      Branch: perl
54659            ! lib/ExtUtils/MakeMaker.pm
54660 ____________________________________________________________________________
54661 [  7405] By: jhi                                   on 2000/10/22  21:32:00
54662         Log: Doc patch.
54663              
54664              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
54665              From: rspier@pobox.com (Robert Spier)
54666              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
54667              Message-ID: <14835.16112.13457.447971@rls.cx>
54668      Branch: perl
54669            ! lib/strict.pm
54670 ____________________________________________________________________________
54671 [  7404] By: jhi                                   on 2000/10/22  21:30:51
54672         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
54673              From: rspier@pobox.com (Robert Spier)
54674              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
54675              Message-ID: <14835.17223.72448.705566@rls.cx>
54676      Branch: perl
54677            ! lib/ExtUtils/MakeMaker.pm
54678 ____________________________________________________________________________
54679 [  7403] By: jhi                                   on 2000/10/22  21:24:11
54680         Log: Subject: [PATCH bleadperl] ripples from constsub patch
54681              From: John Tobey <jtobey@john-edwin-tobey.org>
54682              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
54683              Message-Id: <m13nSOB-000FObC@feynman.localnet>
54684      Branch: perl
54685            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
54686 ____________________________________________________________________________
54687 [  7402] By: jhi                                   on 2000/10/22  20:59:35
54688         Log: Support s?printf parameter reordering.
54689      Branch: perl
54690            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
54691 ____________________________________________________________________________
54692 [  7401] By: jhi                                   on 2000/10/22  19:19:14
54693         Log: Expand %Config variables only if explicitly so requested
54694              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
54695              
54696              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
54697              From: Gurusamy Sarathy <gsar@ActiveState.com>
54698              Date: Sun, 22 Oct 2000 11:47:32 -0700
54699              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
54700      Branch: perl
54701            ! Makefile.SH lib/lib_pm.PL
54702 ____________________________________________________________________________
54703 [  7400] By: jhi                                   on 2000/10/22  18:24:10
54704         Log: Move the #7390 test from warn/op to comp/redef.
54705              
54706              Subject: Re: Creating const subs for constants.
54707              From: John Tobey <jtobey@john-edwin-tobey.org>
54708              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
54709              Message-Id: <m13nG72-000FObC@feynman.localnet>               
54710      Branch: perl
54711            ! t/comp/redef.t t/pragma/warn/op
54712 ____________________________________________________________________________
54713 [  7399] By: jhi                                   on 2000/10/22  17:49:59
54714         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
54715              From: Nicholas Clark <nick@ccl4.org>
54716              Date: Sat, 21 Oct 2000 22:23:19 +0100
54717              Message-ID: <20001021222319.B45586@plum.flirble.org>
54718      Branch: perl
54719            ! ext/DynaLoader/DynaLoader_pm.PL
54720 ____________________________________________________________________________
54721 [  7398] By: jhi                                   on 2000/10/22  17:47:35
54722         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
54723              From: Hugo <hv@crypt.compulink.co.uk>
54724              Date: Sat, 21 Oct 2000 18:19:59 +0100
54725              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
54726      Branch: perl
54727            ! ext/B/B.pm ext/B/B/C.pm
54728 ____________________________________________________________________________
54729 [  7397] By: jhi                                   on 2000/10/22  17:35:18
54730         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
54731              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
54732              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
54733              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
54734      Branch: perl
54735            ! hints/openbsd.sh
54736 ____________________________________________________________________________
54737 [  7396] By: jhi                                   on 2000/10/22  17:19:46
54738         Log: Subject: installman go-faster stripes
54739              From: Nicholas Clark <nick@talking.bollo.cx>
54740              Date: Sat, 21 Oct 2000 17:24:53 +0100
54741              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
54742              
54743              Subject: Re: installman go-faster stripes
54744              From: Russ Allbery <rra@stanford.edu>
54745              Date: 21 Oct 2000 11:04:13 -0700
54746              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
54747      Branch: perl
54748            ! installman pod/pod2man.PL
54749 ____________________________________________________________________________
54750 [  7395] By: jhi                                   on 2000/10/22  17:17:35
54751         Log: Hints tweak from Anton Berezin.
54752      Branch: perl
54753            ! hints/freebsd.sh
54754 ____________________________________________________________________________
54755 [  7394] By: jhi                                   on 2000/10/22  04:50:04
54756         Log: Tweak the Is* definitions of Unicode character classes
54757              to better match the official categorizations; embrace
54758              the official categorizations; add the combining marks
54759              as alpha (and -numeric); fix DCinital (a typo and edito)
54760              to be DCmedial.
54761      Branch: perl
54762            + lib/unicode/Is/DCmedial.pl
54763            - lib/unicode/Is/DCinital.pl
54764            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
54765            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
54766            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
54767            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
54768 ____________________________________________________________________________
54769 [  7393] By: jhi                                   on 2000/10/21  18:06:05
54770         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
54771              From: Daniel Chetlin <daniel@chetlin.com>
54772              Date: Sat, 21 Oct 2000 02:57:03 -0700
54773              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
54774      Branch: perl
54775            + t/lib/tie-splice.t
54776            ! MANIFEST lib/Tie/Array.pm
54777 ____________________________________________________________________________
54778 [  7392] By: gsar                                  on 2000/10/21  18:05:15
54779         Log: resync utfperl branch with mainline
54780      Branch: utfperl
54781           !> (integrate 1760 files)
54782 ____________________________________________________________________________
54783 [  7391] By: jhi                                   on 2000/10/21  14:37:49
54784         Log: Testcases for a #7383,#7385 related bug.
54785              
54786              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
54787              From: Nicholas Clark <nick@ccl4.org>
54788              Date: Sat, 21 Oct 2000 15:04:51 +0100
54789              Message-ID: <20001021150451.A51566@plum.flirble.org>
54790      Branch: perl
54791            ! t/pragma/utf8.t
54792 ____________________________________________________________________________
54793 [  7390] By: jhi                                   on 2000/10/21  14:35:57
54794         Log: Add a testcase for #7389.
54795      Branch: perl
54796            ! t/pragma/warn/op
54797 ____________________________________________________________________________
54798 [  7389] By: jhi                                   on 2000/10/21  14:26:45
54799         Log: Subject: Re: Creating const subs for constants.
54800              From: John Tobey <jtobey@john-edwin-tobey.org>
54801              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
54802              Message-Id: <m13mo0N-000FObC@feynman.localnet>
54803      Branch: perl
54804            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
54805            ! proto.h sv.c
54806 ____________________________________________________________________________
54807 [  7388] By: nick                                  on 2000/10/21  11:44:23
54808         Log: Populate perlio branch
54809      Branch: perlio
54810           +> (branch 1760 files)
54811 ____________________________________________________________________________
54812 [  7387] By: nick                                  on 2000/10/21  10:52:05
54813         Log: Get branch back as replica of mainline via :
54814              p4 integrate -b utfperl
54815              p4 resolve -at ./...
54816      Branch: utfperl
54817           +> (branch 269 files)
54818            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
54819            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
54820            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
54821            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
54822            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
54823            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
54824            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
54825            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
54826            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
54827            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
54828            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
54829            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
54830            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
54831            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
54832            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
54833            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
54834            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
54835            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
54836            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
54837            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
54838            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
54839            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
54840            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
54841            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
54842            - lib/unicode/UCD300.html lib/unicode/Unicode.300
54843            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
54844            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
54845            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
54846            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
54847           !> (integrate 965 files)
54848 ____________________________________________________________________________
54849 [  7386] By: jhi                                   on 2000/10/21  01:31:12
54850         Log: Update Changes.
54851      Branch: perl
54852            ! Changes patchlevel.h
54853 ____________________________________________________________________________
54854 [  7385] By: jhi                                   on 2000/10/21  01:28:42
54855         Log: The #7383 was right only in the context of the original bug report,
54856              not in more general case.
54857      Branch: perl
54858            ! pp_hot.c
54859 ____________________________________________________________________________
54860 [  7384] By: jhi                                   on 2000/10/21  01:08:23
54861         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
54862      Branch: perl
54863            ! ext/IO/lib/IO/Select.pm
54864 ____________________________________________________________________________
54865 [  7383] By: jhi                                   on 2000/10/21  00:44:18
54866         Log: Fix for ID 20001020.006, concatenating an unset submatch
54867              with utf8 resulted in "Modification of a read-only value".
54868      Branch: perl
54869            ! pp_hot.c t/pragma/utf8.t
54870 ____________________________________________________________________________
54871 [  7382] By: jhi                                   on 2000/10/20  20:44:31
54872         Log: Make scan_num() reëntrant, as suggested in
54873              
54874              Subject: [PATCH perl@7229] Rentrant parser and yylex()
54875              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
54876              Date: Fri, 20 Oct 2000 14:17:27 +0100
54877              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
54878      Branch: perl
54879            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
54880            ! toke.c
54881 ____________________________________________________________________________
54882 [  7381] By: jhi                                   on 2000/10/20  20:07:29
54883         Log: Reëntrancy fix.
54884              
54885              Subject: [PATCH perl@7229] Rentrant parser and yylex()
54886              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
54887              Date: Fri, 20 Oct 2000 14:17:27 +0100
54888              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
54889      Branch: perl
54890            ! embed.h embed.pl perl.h proto.h toke.c
54891 ____________________________________________________________________________
54892 [  7380] By: jhi                                   on 2000/10/20  19:15:54
54893         Log: Don't write double values through long double pointers,
54894              based on a part of
54895              
54896              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
54897              From: Jens Hamisch <jens@Strawberry.COM>
54898              Date: Tue, 17 Oct 2000 08:39:36 +0200
54899              Message-Id: <20001017083936.A11104@Strawberry.COM>
54900      Branch: perl
54901            ! perl.h pp.c
54902 ____________________________________________________________________________
54903 [  7379] By: jhi                                   on 2000/10/20  18:43:37
54904         Log: Portability tweak on #7377.
54905              
54906              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
54907              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54908              Date:     Fri, 20 Oct 2000 13:13:41 EDT
54909              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
54910      Branch: perl
54911            ! t/lib/dprof.t
54912 ____________________________________________________________________________
54913 [  7378] By: jhi                                   on 2000/10/20  12:57:19
54914         Log: SOCKS function redefinitions need prototypes, too, otherwise
54915              for example 32 bit versus 64 bit differences cause a lot of
54916              problems.  Part of
54917              
54918              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
54919              From: Jens Hamisch <jens@Strawberry.COM>
54920              Date: Tue, 17 Oct 2000 08:39:36 +0200
54921              Message-Id: <20001017083936.A11104@Strawberry.COM>
54922      Branch: perl
54923            ! doio.c pp_sys.c
54924 ____________________________________________________________________________
54925 [  7377] By: jhi                                   on 2000/10/20  12:37:12
54926         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
54927              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54928              Date:     Fri, 20 Oct 2000 08:26:04 EDT
54929              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
54930      Branch: perl
54931            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
54932 ____________________________________________________________________________
54933 [  7376] By: jhi                                   on 2000/10/20  12:35:31
54934         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
54935              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54936              Date:     Fri, 20 Oct 2000 07:48:15 EDT
54937              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
54938      Branch: perl
54939            ! configure.com vms/gen_shrfls.pl
54940 ____________________________________________________________________________
54941 [  7375] By: bailey                                on 2000/10/20  04:44:37
54942         Log: SYN SYN
54943      Branch: vmsperl
54944           +> (branch 134 files)
54945            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
54946            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
54947            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
54948            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
54949            - eg/cgi/frameset.cgi eg/cgi/index.html
54950            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
54951            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
54952            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
54953            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
54954            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
54955            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
54956            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
54957            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
54958            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
54959            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
54960            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
54961            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
54962            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
54963            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
54964            - lib/unicode/Props.txt lib/unicode/UCD300.html
54965            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
54966            - utils/perlbc.PL vms/subconfigure.com
54967           !> (integrate 785 files)
54968 ____________________________________________________________________________
54969 [  7374] By: jhi                                   on 2000/10/20  00:59:48
54970         Log: In the latest compiler builds cccdlflags must not become -fpic,
54971              from Wilfredo Sánchez.
54972      Branch: perl
54973            ! hints/darwin.sh
54974 ____________________________________________________________________________
54975 [  7373] By: jhi                                   on 2000/10/20  00:56:35
54976         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
54977              From: Tony Cook <tony@develop-help.com>
54978              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
54979              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
54980      Branch: perl
54981            ! pod/perlop.pod
54982 ____________________________________________________________________________
54983 [  7372] By: jhi                                   on 2000/10/19  19:34:40
54984         Log: Typo noted by Mark Lutz.
54985      Branch: perl
54986            ! t/op/64bitint.t
54987 ____________________________________________________________________________
54988 [  7371] By: jhi                                   on 2000/10/19  19:33:13
54989         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
54990      Branch: metaconfig
54991            ! U/modified/Cppsym.U U/modified/Oldconfig.U
54992      Branch: metaconfig/U/perl
54993            ! End.U dlsrc.U libperl.U
54994      Branch: perl
54995            + hints/nonstopux.sh
54996            ! Configure MANIFEST config_h.SH
54997 ____________________________________________________________________________
54998 [  7370] By: jhi                                   on 2000/10/19  17:18:08
54999         Log: Subject: PATCH do_print has 2 PerlIO_error()s
55000              From: nick@ccl4.org
55001              Date: Thu, 19 Oct 2000 18:09:20 +0100
55002              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
55003      Branch: perl
55004            ! doio.c
55005 ____________________________________________________________________________
55006 [  7369] By: jhi                                   on 2000/10/19  14:01:49
55007         Log: Update Changes.
55008      Branch: perl
55009            ! Changes patchlevel.h
55010 ____________________________________________________________________________
55011 [  7368] By: jhi                                   on 2000/10/19  13:04:29
55012         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
55013              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55014              Date: Wed, 18 Oct 2000 13:12:01 +0200
55015              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
55016      Branch: perl
55017            ! hints/aix.sh
55018 ____________________________________________________________________________
55019 [  7367] By: jhi                                   on 2000/10/19  02:22:40
55020         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
55021              of a 'pmshort' anywhere in the B, so the offending line was simply
55022              removed.
55023      Branch: perl
55024            ! ext/B/B/Debug.pm
55025 ____________________________________________________________________________
55026 [  7366] By: jhi                                   on 2000/10/19  02:12:37
55027         Log: Add the test case for the bug id 20000730.004 which seems
55028              to have been fixed by now.
55029      Branch: perl
55030            ! t/pragma/utf8.t
55031 ____________________________________________________________________________
55032 [  7365] By: jhi                                   on 2000/10/18  23:36:24
55033         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
55034              From: Hugo <hv@crypt.compulink.co.uk>
55035              Date: Wed, 18 Oct 2000 23:25:58 +0100
55036              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
55037      Branch: perl
55038            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
55039 ____________________________________________________________________________
55040 [  7364] By: jhi                                   on 2000/10/18  21:12:53
55041         Log: (retracted)
55042      Branch: perl
55043            ! pp.c
55044 ____________________________________________________________________________
55045 [  7363] By: jhi                                   on 2000/10/18  20:55:38
55046         Log: Missing change from #7362.
55047      Branch: perl
55048            ! win32/perlhost.h
55049 ____________________________________________________________________________
55050 [  7362] By: jhi                                   on 2000/10/18  20:52:01
55051         Log: Borland C fstat() never saw the fd as writable.
55052              
55053              Subject: fix for Borland's weak "stat" (perl@7211)
55054              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
55055              Date: Mon, 16 Oct 2000 09:55:03 +0400
55056              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
55057      Branch: perl
55058            ! win32/win32.c
55059 ____________________________________________________________________________
55060 [  7361] By: jhi                                   on 2000/10/18  17:43:50
55061         Log: Regen toc.
55062      Branch: perl
55063            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
55064 ____________________________________________________________________________
55065 [  7360] By: jhi                                   on 2000/10/18  17:07:44
55066         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55067              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
55068              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
55069              Date: Mon, 16 Oct 2000 15:19:49 +0200
55070      Branch: perl
55071            + README.aix
55072            ! MANIFEST
55073 ____________________________________________________________________________
55074 [  7359] By: jhi                                   on 2000/10/18  17:04:49
55075         Log: Subject: Pod patch for Devel::Peek
55076              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55077              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
55078              Date: Mon, 16 Oct 2000 12:26:34 +0200
55079      Branch: perl
55080            ! ext/Devel/Peek/Peek.pm
55081 ____________________________________________________________________________
55082 [  7358] By: jhi                                   on 2000/10/18  17:03:15
55083         Log: Make Cwd more bulletproof in chrooted environments.
55084              
55085              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
55086              From: "Eric E. Coe" <Eric.Coe@oracle.com>
55087              Date: Wed, 18 Oct 2000 04:03:54 -0400
55088              Message-Id: <39ED596A.70E599FE@oracle.com>
55089      Branch: perl
55090            ! lib/Cwd.pm
55091 ____________________________________________________________________________
55092 [  7357] By: jhi                                   on 2000/10/18  16:37:26
55093         Log: Disable the UTF8 downgrade croakage for now to avoid
55094              too many not okay messages.
55095      Branch: perl
55096            ! doio.c
55097 ____________________________________________________________________________
55098 [  7356] By: jhi                                   on 2000/10/17  23:29:41
55099         Log: Show the failed remote port, instead of the failing line number.
55100              
55101              Subject: [PATCH 5.6.1 Debugger] More diagnostics
55102              From: David Sparks <daves@ActiveState.com>
55103              Date: Tue, 17 Oct 2000 15:00:24 -0700
55104              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
55105      Branch: perl
55106            ! lib/perl5db.pl
55107 ____________________________________________________________________________
55108 [  7355] By: jhi                                   on 2000/10/17  14:11:31
55109         Log: On output try to downgrade to bytes, croak if impossible,
55110              from Simon Cozens.  This means that outputting >255 UTF8
55111              is impossible.  Consider this as a strong incentive to get
55112              the I/O disciplines implemented.
55113      Branch: perl
55114            ! doio.c pod/perldiag.pod sv.c
55115 ____________________________________________________________________________
55116 [  7354] By: jhi                                   on 2000/10/17  13:42:23
55117         Log: Clarify documentation on 'use bytes'.
55118              
55119              Subject: Re: What does 'use bytes' "mean" ?
55120              From: Simon Cozens <simon@cozens.net>
55121              Date: Mon, 18 Sep 2000 18:24:25 +0100
55122              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
55123      Branch: perl
55124            ! lib/bytes.pm
55125 ____________________________________________________________________________
55126 [  7353] By: jhi                                   on 2000/10/17  13:28:12
55127         Log: Workaround for a sfio bug where the stream error indicator
55128              is not cleared as documented.
55129              
55130              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
55131              From: Nicholas Clark <nick@ccl4.org>
55132              Date: Mon, 16 Oct 2000 18:28:23 +0100
55133              Message-ID: <20001016182823.J19700@plum.flirble.org>
55134      Branch: perl
55135            ! doio.c
55136 ____________________________________________________________________________
55137 [  7352] By: jhi                                   on 2000/10/17  13:06:19
55138         Log: More IoTYPE sprinkling.
55139      Branch: perl
55140            ! doio.c pp_hot.c
55141 ____________________________________________________________________________
55142 [  7351] By: jhi                                   on 2000/10/16  22:47:07
55143         Log: Detect early whether the std streams have gone bad.
55144              
55145              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
55146              Date: Mon, 16 Oct 2000 23:28:42 +0100
55147              From: Nicholas Clark <nick@ccl4.org>
55148              Message-ID: <20001016232842.A37942@plum.flirble.org>
55149      Branch: perl
55150            ! t/op/misc.t
55151 ____________________________________________________________________________
55152 [  7350] By: jhi                                   on 2000/10/16  22:45:16
55153         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
55154              From: "Peter J. Farley III" <pjfarley@banet.net>
55155              Date: Mon, 16 Oct 2000 18:15:59 -0400
55156              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
55157      Branch: perl
55158            ! djgpp/djgpp.c dosish.h t/io/open.t
55159 ____________________________________________________________________________
55160 [  7349] By: jhi                                   on 2000/10/16  22:36:45
55161         Log: perldelta tweak.
55162      Branch: perl
55163            ! pod/perldelta.pod
55164 ____________________________________________________________________________
55165 [  7348] By: jhi                                   on 2000/10/16  15:17:53
55166         Log: Update Changes.
55167      Branch: perl
55168            ! Changes patchlevel.h
55169 ____________________________________________________________________________
55170 [  7347] By: jhi                                   on 2000/10/16  13:55:27
55171         Log: Add the capability to include/exclude branches.
55172      Branch: perl
55173            ! Porting/genlog
55174 ____________________________________________________________________________
55175 [  7346] By: jhi                                   on 2000/10/16  13:18:04
55176         Log: Add Charles Lane.
55177      Branch: perl
55178            ! AUTHORS Changes
55179 ____________________________________________________________________________
55180 [  7345] By: jhi                                   on 2000/10/16  13:13:21
55181         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
55182      Branch: perl
55183            ! pod/perldelta.pod
55184 ____________________________________________________________________________
55185 [  7344] By: gsar                                  on 2000/10/16  09:30:21
55186         Log: integrate change#6220 from cfgperl
55187              
55188              Win32 patches from Benjamin Stuhl.
55189      Branch: maint-5.6/perl
55190           !> makedef.pl win32/win32.h
55191 ____________________________________________________________________________
55192 [  7343] By: gsar                                  on 2000/10/16  08:32:19
55193         Log: integrate changes#6221,6222 from cfgperl
55194              
55195              Remove tr///CU (the feature is to be obsoleted by better interfaces).
55196              From: simon@brecon.co.uk (Simon Cozens)
55197              Subject: [PATCH] Eliminate tr///[CU][CU]
55198              Date: 23 Jun 2000 11:05:40 GMT
55199              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
55200              
55201              doc typo fix
55202              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
55203              From: Ian Phillipps <Ian.Phillipps@iname.com>
55204              Date: Fri, 23 Jun 2000 10:40:58 +0100
55205              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
55206      Branch: maint-5.6/perl
55207           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
55208 ____________________________________________________________________________
55209 [  7342] By: gsar                                  on 2000/10/16  08:28:08
55210         Log: integrate change#6217 from cfgperl (in part)
55211              
55212              Rename the fdpid locking and integrate with Sarathy.
55213      Branch: maint-5.6/perl
55214           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
55215           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
55216           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
55217           !> win32/win32.c
55218 ____________________________________________________________________________
55219 [  7341] By: gsar                                  on 2000/10/16  08:23:39
55220         Log: integrate changes#6214..6216 from mainline
55221              
55222              @_ can't have junk in it even in the non-USE_ITHREADS case because
55223              caller() wants to populate @DB::args with it (causes a coredump
55224              in Carp::confess())
55225              
55226              tweak comment about @DB::args
55227              
55228              be more optimal about clearing @_
55229      Branch: maint-5.6/perl
55230           !> av.h cop.h pp_ctl.c t/op/runlevel.t
55231 ____________________________________________________________________________
55232 [  7340] By: gsar                                  on 2000/10/16  08:20:37
55233         Log: integrate changes#6207..6210 from cfgperl
55234              
55235              Subject: [PATCH 5.6.0] Threadsafe patches
55236              From: Dan Sugalski <dan@sidhe.org>
55237              To: perl5-porters@perl.org
55238              Date: Mon, 08 May 2000 18:08:13 -0400
55239              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
55240              
55241              Regen headers for #6207.
55242              
55243              Lock PL_fdpid against race conditions, based on:
55244              Subject: [PATCH 5.6.0]subprocess fixup for threads
55245              From: Dan Sugalski <dan@sidhe.org>
55246              To: perl5-porters@perl.org
55247              Date: Tue, 11 Apr 2000 17:02:32 -0400
55248              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
55249              
55250              Mopup for #6207 and #6209.
55251      Branch: maint-5.6/perl
55252           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
55253           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
55254           !> win32/win32.c
55255 ____________________________________________________________________________
55256 [  7339] By: gsar                                  on 2000/10/16  08:14:34
55257         Log: integrate change#6203 from cfgperl
55258              
55259              perldiag should refer to perlos2.pod not README.os2
55260      Branch: maint-5.6/perl
55261           !> pod/perldiag.pod
55262 ____________________________________________________________________________
55263 [  7338] By: gsar                                  on 2000/10/16  08:11:42
55264         Log: integrate change#6201 from mainline
55265              
55266              Perl_eval_pv() leaks 4 bytes every time it is called because it
55267              does a PUSHMARK that's never ever POPMARKed; in general, only
55268              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
55269              Perl_eval_[sp]v() don't because they don't take any incoming
55270              arguments (this leak has been around since the original version
55271              of perl_eval_pv() in 5.003_97e)
55272      Branch: maint-5.6/perl
55273           !> perl.c
55274 ____________________________________________________________________________
55275 [  7337] By: gsar                                  on 2000/10/16  08:08:47
55276         Log: integrate changes#6197..6200 from cfgperl
55277              
55278              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
55279              From: John Borwick <jhborwic@unity.ncsu.edu>
55280              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
55281              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
55282              
55283              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
55284              From: Dan Sugalski <dan@sidhe.org>
55285              To: vmsperl@perl.org, perl5-porters@perl.org
55286              Date: Fri, 02 Jun 2000 16:00:41 -0400
55287              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
55288              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
55289              
55290              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
55291              From: Dan Sugalski <dan@sidhe.org>
55292              To: perl5-porters@perl.org, vmsperl@perl.org
55293              Date: Fri, 02 Jun 2000 17:30:51 -0400
55294              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
55295              
55296              Update to cperl-mode.el 4.31 from
55297              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
55298              Subject: A couple of notes
55299              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55300              To: Mailing list Perl5 <perl5-porters@perl.org>
55301              Date: Sat, 3 Jun 2000 23:33:32 -0400
55302              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
55303      Branch: maint-5.6/perl
55304           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
55305           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
55306           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
55307           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
55308           !> vms/vmsish.h
55309 ____________________________________________________________________________
55310 [  7336] By: gsar                                  on 2000/10/16  08:03:46
55311         Log: integrate changes#6194,6195 from mainline
55312              
55313              fix small eval"" memory leaks under USE_ITHREADS
55314              
55315              fix yet another eval"" leak under USE_ITHREADS
55316      Branch: maint-5.6/perl
55317           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
55318           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
55319           !> vms/perly_c.vms
55320 ____________________________________________________________________________
55321 [  7335] By: gsar                                  on 2000/10/16  08:02:15
55322         Log: integrate changes#6190,6191 from mainline
55323              
55324              submit missing embed.pl change
55325              
55326              vec() loses numericalness (modified version of patch suggested
55327              by Robin Barker)
55328      Branch: maint-5.6/perl
55329           !> doop.c embed.pl t/op/vec.t
55330 ____________________________________________________________________________
55331 [  7334] By: gsar                                  on 2000/10/16  08:01:03
55332         Log: integrate change#6189 from mainline
55333              
55334              counting tr/// corrupts later operation (from M.J.T Guy)
55335      Branch: maint-5.6/perl
55336           !> doop.c t/op/tr.t
55337 ____________________________________________________________________________
55338 [  7333] By: gsar                                  on 2000/10/16  07:59:07
55339         Log: integrate changes#6183..6188 from mainline
55340              
55341              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
55342              <nick@ccl4.org>)
55343              
55344              tweak for change#6127
55345              
55346              remove incorrect documentation about implicit split to @_ in
55347              list context, which never really worked in perl 5 (from
55348              M.J.T. Guy)
55349              
55350              further qualify references to "alphanumeric" (from Wolfgang Laun
55351              <wolfgang.laun@alcatel.at>)
55352              
55353              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
55354              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
55355              
55356              h2xs tweaks
55357      Branch: maint-5.6/perl
55358           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
55359           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
55360           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
55361           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
55362           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
55363           !> pod/pod2latex.PL utils/h2xs.PL
55364 ____________________________________________________________________________
55365 [  7332] By: gsar                                  on 2000/10/16  07:53:52
55366         Log: integrate change#6179 from mainline
55367              
55368              buggy modulus on UVs introduced by change#3378 (resulted in
55369              4063328477 % 65535 amounting to 27406, instead of 27407)
55370      Branch: maint-5.6/perl
55371           !> pp.c t/op/arith.t
55372 ____________________________________________________________________________
55373 [  7331] By: gsar                                  on 2000/10/16  07:52:49
55374         Log: integrate changes#6176,6177,6178,6182 from cfgperl
55375              
55376              Single-quoted utf8 patch from Simon Cozens.
55377              
55378              Substitution utf8 patch from Simon Cozens.
55379              
55380              Be cleaner.
55381              
55382              Be Cleaner Part Deux.
55383      Branch: maint-5.6/perl
55384           !> Makefile.SH pp_hot.c toke.c
55385 ____________________________________________________________________________
55386 [  7330] By: gsar                                  on 2000/10/16  07:41:36
55387         Log: integrate change#6172 from mainline
55388              
55389              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
55390              (from Ilya Zakharevich)
55391      Branch: maint-5.6/perl
55392           !> regexec.c t/op/re_tests
55393 ____________________________________________________________________________
55394 [  7329] By: gsar                                  on 2000/10/16  07:40:25
55395         Log: integrate change#6171 from mainline
55396              
55397              scalar() doesn't force scalar context when used in void context
55398              (from Simon Cozens)
55399      Branch: maint-5.6/perl
55400           !> op.c t/op/wantarray.t
55401 ____________________________________________________________________________
55402 [  7328] By: gsar                                  on 2000/10/16  07:39:33
55403         Log: integrate change#6170 from mainline
55404              
55405              change#6142 needs tweaks to tests to work where there's no
55406              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
55407      Branch: maint-5.6/perl
55408           !> t/lib/filefind.t
55409 ____________________________________________________________________________
55410 [  7327] By: gsar                                  on 2000/10/16  07:35:34
55411         Log: integrate changes#6166..6168 from cfgperl
55412              
55413              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
55414              in case somebody wants to write an extension for more
55415              shadow database interfaces.
55416              
55417              tweak todo
55418              
55419              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
55420      Branch: maint-5.6/perl
55421           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
55422           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
55423           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
55424           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
55425           !> win32/config.vc win32/config_H.bc win32/config_H.gc
55426           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
55427 ____________________________________________________________________________
55428 [  7326] By: gsar                                  on 2000/10/16  07:29:05
55429         Log: integrate changes#6157,6159..6161,6164 from cfgperl
55430              
55431              Regen Configure to jive with #6149.
55432              
55433              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
55434              
55435              Changes for the File::Temp 0.08 (change #6159) test suite
55436              to fit better into the Perl distribution test framework.
55437              
55438              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
55439              both from Simon Cozens.
55440              
55441              detypo
55442      Branch: maint-5.6/perl
55443           +> pod/perlmodlib.PL pod/perlnewmod.pod
55444           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
55445           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
55446           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
55447           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
55448 ____________________________________________________________________________
55449 [  7325] By: gsar                                  on 2000/10/16  07:25:13
55450         Log: integrate change#6158 from vmsperl
55451              
55452              Add fallback to tmpfile for use in cases where user's relying on
55453              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
55454              Lane's patch)
55455      Branch: maint-5.6/perl
55456           !> vms/vms.c vms/vmsish.h
55457 ____________________________________________________________________________
55458 [  7324] By: gsar                                  on 2000/10/16  07:20:50
55459         Log: integrate changes#6153..6155 from mainline
55460              
55461              prettier Test::Harness output on failed tests (from Nicholas Clark
55462              <nick@Bagpuss.uk.boo.com>)
55463              
55464              avoid type mismatch warning
55465              
55466              small bug in change#6144; remove random \xA0 character that snuck
55467              in via change#6145
55468      Branch: maint-5.6/perl
55469           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
55470           !> perl.c
55471 ____________________________________________________________________________
55472 [  7323] By: gsar                                  on 2000/10/16  07:18:47
55473         Log: integrate changes#6151,6152 from mainline
55474              
55475              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
55476              
55477              cosmetic fixups of RE debug output (from Ilya Zakharevich)
55478      Branch: maint-5.6/perl
55479           !> regexec.c
55480 ____________________________________________________________________________
55481 [  7322] By: gsar                                  on 2000/10/16  07:17:25
55482         Log: integrate changes#6146..6150 from mainline
55483              
55484              doc typo
55485              
55486              add a make entry to Config.pm so "perl -V:make" works on VMS
55487              (from Peter Prymmer)
55488              
55489              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
55490              
55491              OS/2 tweaks for usethreads build (from Rocco Caputo
55492              <troc@netrus.net>)
55493              
55494              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
55495      Branch: maint-5.6/perl
55496           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
55497           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
55498           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
55499           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
55500           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
55501           !> warnings.pl x2p/a2p.h
55502 ____________________________________________________________________________
55503 [  7321] By: gsar                                  on 2000/10/16  07:14:02
55504         Log: integrate changes#6143..6145 from mainline
55505              
55506              MacOS support, part 1 (from Matthias Neeracher
55507              <neeri@iis.ee.ethz.ch>)
55508              
55509              MacOS support, part 2: make AutoSplit use File::Spec instead
55510              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
55511              <neeri@iis.ee.ethz.ch>)
55512              
55513              make xsubpp skip embedded pod (from Matthias Neeracher
55514              <neeri@iis.ee.ethz.ch>)
55515      Branch: maint-5.6/perl
55516           +> ext/DynaLoader/dl_mac.xs
55517           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
55518           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
55519           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
55520           !> pp_ctl.c proto.h toke.c util.c util.h
55521 ____________________________________________________________________________
55522 [  7320] By: gsar                                  on 2000/10/16  07:12:13
55523         Log: integrate changes#6141,6142 from mainline
55524              
55525              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
55526              forwarded by Peter Seebach from the bsdi-users mailing list.
55527              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
55528              
55529              File::Find fails to chdir when chasing symlinks (from
55530              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
55531      Branch: maint-5.6/perl
55532           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
55533 ____________________________________________________________________________
55534 [  7319] By: gsar                                  on 2000/10/16  07:04:30
55535         Log: integrate change#6139 from mainline
55536              
55537              revise mktables.PL for bugs and newness in Unicode 3.0
55538              (from James Bence <jbence@amgen.com>)
55539      Branch: maint-5.6/perl
55540           +> (branch 30 files)
55541           !> (integrate 49 files)
55542 ____________________________________________________________________________
55543 [  7318] By: gsar                                  on 2000/10/16  07:01:01
55544         Log: integrate changes#6137,6138 from mainline
55545              
55546              fix bogus redeclaration warning for "our" variables in different
55547              scopes
55548              
55549              add note about the handling of negative indices to tied arrays
55550              (from Michael G Schwern <schwern@pobox.com>)
55551      Branch: maint-5.6/perl
55552           !> op.c pod/perltie.pod t/pragma/strict-vars
55553 ____________________________________________________________________________
55554 [  7317] By: gsar                                  on 2000/10/16  06:58:46
55555         Log: integrate changes#6127..6136 from mainline
55556              
55557              call_method(...,G_EVAL) can longjmp() out if the method probing
55558              failed (from Gisle Aas)
55559              
55560              new perlxstut example for passing/returning refs to arrays
55561              (from David Lowe <dlowe@pootpoot.com>)
55562              
55563              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
55564              
55565              fix places that mean C<"word" character> but say C<alphanumeric
55566              character>
55567              
55568              avoid warnings in POSIX.pm (from Barrie Slaymaker)
55569              
55570              warnings::enabled() doesn't fall back to looking at $^W if
55571              caller isn't using lexical warnings (from Paul Marquess)
55572              
55573              elide bogus test in change#6132
55574              
55575              make Test::Harness use wait.h/WCOREDUMP if available
55576              (from Ben Tilly <ben_tilly@hotmail.com>)
55577              
55578              enable Test::Harness to dynamically determine column width etc.
55579              (from Rob Napier <rnapier@employees.org>)
55580              
55581              random pod typos (from Peter Scott <Peter@PSDT.com>)
55582      Branch: maint-5.6/perl
55583           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
55584           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
55585           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
55586           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
55587 ____________________________________________________________________________
55588 [  7316] By: gsar                                  on 2000/10/16  06:53:23
55589         Log: integrate change#6126 from mainline
55590              
55591              change#2879 broke rvalue autovivification of magicals such as
55592              ${$num} (reworked variant of patch suggested by Simon Cozens)
55593      Branch: maint-5.6/perl
55594           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
55595           !> pp_hot.c proto.h t/op/gv.t
55596 ____________________________________________________________________________
55597 [  7315] By: gsar                                  on 2000/10/16  06:51:38
55598         Log: integrate changes#6123,6125 from mainline
55599              
55600              clarify gotcha with #line directives (from Rocco Caputo
55601              <troc@netrus.net>)
55602              
55603              enable propagating exception objects via Perl_croak() in XS code
55604              (from Gisle Aas)
55605      Branch: maint-5.6/perl
55606           !> pod/perldebug.pod pod/perlsyn.pod util.c
55607 ____________________________________________________________________________
55608 [  7314] By: gsar                                  on 2000/10/16  06:49:28
55609         Log: integrate change#6122 from mainline
55610              
55611              downgrade fatal error on C<"foo@nosucharray.com"> to optional
55612              warning (from Mark-Jason Dominus)
55613      Branch: maint-5.6/perl
55614           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
55615           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
55616           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
55617           !> toke.c
55618 ____________________________________________________________________________
55619 [  7313] By: gsar                                  on 2000/10/16  06:46:54
55620         Log: integrate changes#6112..6121 from vmsperl
55621              
55622              Check for existence of file before trying to delete
55623              
55624              Ugly workaround for version-specific RTL error
55625              
55626              Urk -- undo previous removal of vmsish 'exit' change
55627              
55628              Add bounds checking for several strings (Charles Lane)
55629              
55630              Miscellaneous cosmetic fixes (Charles Lane)
55631              
55632              Treat sockets as special in sys(read|write) (Charles Lane et al.)
55633              
55634              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
55635              Flatten case labels in switch statements uniformly (Charles Bailey)
55636              
55637              Quiet error messages in vmsish.t (Charles Lane)
55638              
55639              Add missing escape (Charles Lane)
55640              
55641              Allow eliminate_macros() and fixpath() to handle space-delimited
55642              lists (based on fixes by Craig Berry)
55643      Branch: maint-5.6/perl
55644           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
55645           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
55646           !> vms/vmsish.h
55647 ____________________________________________________________________________
55648 [  7312] By: gsar                                  on 2000/10/16  06:41:18
55649         Log: integrate changes#6107,6110 from cfgperl
55650              
55651              Tweak the todo list.
55652              
55653              todo tweak
55654      Branch: maint-5.6/perl
55655           !> Todo-5.6
55656 ____________________________________________________________________________
55657 [  7311] By: gsar                                  on 2000/10/16  06:38:38
55658         Log: integrate changes#6104,6108 from mainline
55659              
55660              PL_sys_intern was being initialized too late on windows
55661              
55662              reenable fake signal handling on Windows, bugs and all
55663      Branch: maint-5.6/perl
55664           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
55665           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
55666           !> win32/win32.c
55667 ____________________________________________________________________________
55668 [  7310] By: gsar                                  on 2000/10/16  06:36:03
55669         Log: integrate changes#6095,6097..6103 from cfgperl
55670              
55671              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
55672              might be useful in future.
55673              
55674              Add a note about possible compilation problems from Allen Smith.
55675              
55676              Add a note about other, yet unsupported, shadow password APIs.
55677              
55678              Tweaks for the cc bugs from Allen Smith.
55679              
55680              More compilation tweakery from Allen Smith.
55681              
55682              Hints and test tweaks for Unicos.
55683              
55684              The test suite tweak in #6101 wasn't quite right.
55685              
55686              Test tweaking for Unicos continues.
55687      Branch: maint-5.6/perl
55688           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
55689           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
55690           !> t/lib/complex.t t/op/64bitint.t
55691 ____________________________________________________________________________
55692 [  7309] By: gsar                                  on 2000/10/16  06:29:41
55693         Log: integrate changes#6093,6094 from mainline
55694              
55695              fork() failure to create pseudo process sets errno=EAGAIN and returns
55696              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
55697              
55698              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
55699      Branch: maint-5.6/perl
55700           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
55701           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
55702 ____________________________________________________________________________
55703 [  7308] By: gsar                                  on 2000/10/16  06:27:29
55704         Log: integrate change#6092 from cfgperl
55705              
55706              Regen perltoc with the fixed buildtoc.
55707      Branch: maint-5.6/perl
55708           !> pod/perltoc.pod
55709 ____________________________________________________________________________
55710 [  7307] By: gsar                                  on 2000/10/16  06:26:40
55711         Log: integrate changes#6089,6090 from mainline
55712              
55713              buildtoc tweak to fix newline lossage
55714              
55715              concat doesn't preserve utf8-ness, and doesn't invalidate
55716              [NI]OK; added tests for both
55717      Branch: maint-5.6/perl
55718           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
55719 ____________________________________________________________________________
55720 [  7306] By: gsar                                  on 2000/10/16  06:24:05
55721         Log: integrate change#6088 from cfgperl
55722              
55723              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
55724              because we do not use those.  The HAS_GETSPNAM remains,
55725              though, because we still do use that.
55726      Branch: maint-5.6/perl
55727           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
55728           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
55729           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
55730           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
55731           !> win32/config.vc win32/config_H.bc win32/config_H.gc
55732           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
55733 ____________________________________________________________________________
55734 [  7305] By: gsar                                  on 2000/10/16  06:15:52
55735         Log: integrate changes#6084,6085,6087 from mainline
55736              
55737              substr() does not preserve utf8-ness (from Stefan Eissing
55738              <Eissing@medicaldataservice.de>); added tests
55739              
55740              repeat operator (x) doesn't preserve utf8-ness
55741              
55742              reverse() and quotemeta() weren't preserving utf8-ness; add tests
55743      Branch: maint-5.6/perl
55744           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
55745 ____________________________________________________________________________
55746 [  7304] By: gsar                                  on 2000/10/16  06:13:10
55747         Log: integrate changes#6077..6083 from mainline
55748              
55749              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
55750              and Tom Phoenix)
55751              
55752              workaround for CRT bug in chdir() (from Charles Lane, via
55753              Peter Prymmer)
55754              
55755              remove outdated kludge in Carp (NULLs are permitted in diagnostics
55756              now)
55757              
55758              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
55759              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
55760              
55761              better default perlbug categories for ok reports (from Richard Foley)
55762              
55763              peek.t non-portable to ithreads
55764              
55765              note about undocumented caller() return value (from M.J.T. Guy);
55766              yet another peek.t tweak
55767      Branch: maint-5.6/perl
55768           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
55769           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
55770           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
55771           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
55772           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
55773           !> vms/vmsish.h
55774 ____________________________________________________________________________
55775 [  7303] By: gsar                                  on 2000/10/16  06:03:18
55776         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
55777              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
55778              
55779              &HUGE_VAL is not defined, it exists.
55780              
55781              Do not warn that an infinity does not look like a number.
55782              
55783              Rewrite the pwent/spent logic to be a little bit more clearer.
55784              
55785              Continue on the pwent/spent case.
55786              
55787              Correct Freudian slip.
55788              
55789              Use HUGE_VALL if applicable.
55790              
55791              pwent/spent #ifdef imbalance.
55792              
55793              Infinite problems.
55794              
55795              Call getspnam() only iff needd.
55796              
55797              Test both the scalar and list contexts.
55798              
55799              Use setxxent()/endxxent().
55800              
55801              Complex tweakery.
55802              
55803              Unicos hint tweak.
55804              
55805              Be more forgiving in POSIX about HUGE_VALL.
55806              
55807              Detypo.
55808              
55809              The search of infinity continues, this time simplified.
55810              
55811              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
55812              in natively 64-bit platforms where a long is a quad (no need
55813              for long longs).  Also added bias for IVs.
55814              
55815              Complex tweaks.
55816              
55817              Introduce t/lib/peek.t.
55818              
55819              Make the test more portable.
55820      Branch: maint-5.6/perl
55821           +> t/lib/peek.t
55822            ! pp_sys.c
55823           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
55824           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
55825           !> t/op/pwent.t toke.c util.c
55826 ____________________________________________________________________________
55827 [  7302] By: gsar                                  on 2000/10/16  05:03:37
55828         Log: integrate changes#6066..6071 from mainline
55829              
55830              s/END/CHECK/
55831              
55832              replace direct call to sighandler() with (*PL_sighandlerp)()
55833              
55834              note about values()
55835              
55836              File::Spec compatibility update (from Barrie Slaymaker
55837              <barries@slaysys.com>)
55838              
55839              remove misleading comment (from M.J.T. Guy)
55840              
55841              misformatted perllocal.pod (from Tim Jenness
55842              <t.jenness@jach.hawaii.edu>)
55843      Branch: maint-5.6/perl
55844           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
55845           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
55846           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
55847           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
55848 ____________________________________________________________________________
55849 [  7301] By: gsar                                  on 2000/10/16  05:00:08
55850         Log: integrate changes#6061..6063 from mainline
55851              
55852              change#5921 neglected to make eq honor "use bytes"
55853              
55854              additional tests for utf8.t
55855              
55856              tokeq() could read unallocated field in argument
55857      Branch: maint-5.6/perl
55858           !> sv.c t/pragma/utf8.t toke.c
55859 ____________________________________________________________________________
55860 [  7300] By: gsar                                  on 2000/10/16  04:56:54
55861         Log: integrate changes#6046,6048,6057,6058 from mainline
55862              
55863              libscheck has insufficient checks for n32 libs (from
55864              Albert Chin-A-Young <china@thewrittenword.com>)
55865              
55866              add note about how $( doesn't interpolate in REs (from
55867              Philip Newton <newton@ficus.frogspace.net>)
55868              
55869              fix broken parsing of /\x{ab}/
55870              
55871              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
55872              (spotted by Donald Kinzer <dkinzer@premia.com>)
55873      Branch: maint-5.6/perl
55874           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
55875           !> t/pragma/utf8.t
55876 ____________________________________________________________________________
55877 [  7299] By: gsar                                  on 2000/10/16  04:52:50
55878         Log: integrate change#6044 from mainline
55879              
55880              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
55881              such that underscores are only ignored in literal numbers,
55882              "\x{...}", and hex/oct argument
55883      Branch: maint-5.6/perl
55884           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
55885 ____________________________________________________________________________
55886 [  7298] By: gsar                                  on 2000/10/16  04:50:53
55887         Log: integrate changes#6027..6043 from mainline
55888              
55889              podlators-1.02 update (from Russ Allbery)
55890              
55891              Pod::Man generates groff-incompatible macro definition (from
55892              Tom Christiansen)
55893              
55894              add CGI.pm v2.66 (from Lincoln Stein)
55895              
55896              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
55897              for @- and @+ (from Johan Vromans)
55898              
55899              small nits in diagnostics.pm (from Robin Barker)
55900              
55901              whitespace adjustments
55902              
55903              missing files in MANIFEST
55904              
55905              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
55906              to compensate
55907              
55908              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
55909              
55910              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
55911      Branch: maint-5.6/perl
55912           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
55913           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
55914           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
55915           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
55916           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
55917           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
55918           !> t/lib/cgi-html.t t/lib/cgi-request.t
55919 ____________________________________________________________________________
55920 [  7297] By: gsar                                  on 2000/10/16  04:44:30
55921         Log: integrate change#6025 from mainline
55922              
55923              Is{Alnum,Alpha,Word} don't match titlecase
55924              TODO: IsSpace is defined recursively!
55925              (both spotted by Larry)
55926      Branch: maint-5.6/perl
55927           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
55928           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
55929 ____________________________________________________________________________
55930 [  7296] By: gsar                                  on 2000/10/16  04:39:30
55931         Log: integrate change#6023 from mainline
55932              
55933              debugger stomps on $. (from M.J.T. Guy)
55934      Branch: maint-5.6/perl
55935           !> lib/perl5db.pl
55936 ____________________________________________________________________________
55937 [  7295] By: gsar                                  on 2000/10/16  04:38:02
55938         Log: integrate change#6022 from mainline
55939              
55940              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
55941      Branch: maint-5.6/perl
55942           !> sv.c
55943 ____________________________________________________________________________
55944 [  7294] By: gsar                                  on 2000/10/16  04:37:05
55945         Log: integrate changes#6018..6021 from mainline
55946              
55947              make lib/syslog.t portable to systems that don't have _PATH_LOG,
55948              make _PATH_LOG() return "" if unavailable
55949              
55950              windows portability tweaks
55951              
55952              test tweak
55953              
55954              remove Win2K issue in pod (fixed by change#6020)
55955      Branch: maint-5.6/perl
55956           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
55957           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
55958           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
55959 ____________________________________________________________________________
55960 [  7293] By: gsar                                  on 2000/10/16  04:20:00
55961         Log: integrate changes#6013..6015 from mainline
55962              
55963              tweak change#5945 to display correct switch name in diagnostic
55964              
55965              glob() loading File::Glob behind the scenes may cause syntax errors
55966              
55967              tweak test for portability
55968      Branch: maint-5.6/perl
55969           !> op.c perl.c pod/perldiag.pod t/lib/b.t
55970 ____________________________________________________________________________
55971 [  7292] By: gsar                                  on 2000/10/16  04:18:11
55972         Log: integrate changes#6005..6010 from mainline, cfgperl
55973              
55974              perldoc might fail via "use blib" (from Hugo van der Sanden)
55975              
55976              Regen Configure.
55977              
55978              note about compile failures and END blocks (from M.J.T. Guy)
55979              
55980              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
55981              
55982              (change#6009 integrated earlier in change#7255)
55983              
55984              clarify note about shadow password support (from
55985              gellyfish@gellyfish.com)
55986      Branch: maint-5.6/perl
55987           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
55988           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
55989           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
55990 ____________________________________________________________________________
55991 [  7291] By: gsar                                  on 2000/10/16  04:12:03
55992         Log: integrate changes#6002,6003 from mainline
55993              
55994              destructive sv_setsv() can lose UV-ness from source, causing
55995              numeric promotions/comparisons to fail to do the right thing
55996              
55997              allow REG_EXPAND_SZ keys in Windows registry (from
55998              John Clayton <John.Clayton@barclayscapital.com>)
55999      Branch: maint-5.6/perl
56000           !> sv.c win32/win32.c
56001 ____________________________________________________________________________
56002 [  7290] By: gsar                                  on 2000/10/16  04:10:19
56003         Log: integrate change#6001 from mainline
56004              
56005              support additional library locations via $Config{otherlibdirs}
56006              (from Andy Dougherty)
56007      Branch: maint-5.6/perl
56008           !> Configure INSTALL Porting/Glossary Porting/config.sh
56009           !> Porting/config_H config_h.SH epoc/config.sh perl.c
56010           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
56011           !> win32/config.bc win32/config.gc win32/config.vc
56012 ____________________________________________________________________________
56013 [  7289] By: gsar                                  on 2000/10/16  04:08:28
56014         Log: integrate change#5999 from mainline
56015              
56016              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
56017      Branch: maint-5.6/perl
56018           !> t/pragma/warn/toke toke.c
56019 ____________________________________________________________________________
56020 [  7288] By: gsar                                  on 2000/10/16  04:07:01
56021         Log: integrate changes#5997,5998 from cfgperl
56022              
56023              Preserve $!.
56024              
56025              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
56026      Branch: maint-5.6/perl
56027           !> lib/Math/Complex.pm
56028 ____________________________________________________________________________
56029 [  7287] By: gsar                                  on 2000/10/16  04:04:37
56030         Log: integrate change#5995 from mainline
56031              
56032              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
56033      Branch: maint-5.6/perl
56034           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
56035 ____________________________________________________________________________
56036 [  7286] By: gsar                                  on 2000/10/16  04:03:21
56037         Log: integrate change#5994 from mainline
56038              
56039              fix for missed accounting for null byte in pack("Z",...) (from
56040              M.J.T. Guy)
56041      Branch: maint-5.6/perl
56042           !> pp.c t/op/pack.t
56043 ____________________________________________________________________________
56044 [  7285] By: gsar                                  on 2000/10/16  04:02:11
56045         Log: integrate changes#5989..5993 from mainline
56046              
56047              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
56048              itself and no other (from Tom Hughes)
56049              
56050              use $ENV{LIB} to search for libs under Visual C compiler
56051              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
56052              
56053              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
56054              
56055              pod nit (from Simon Cozens)
56056              
56057              various minor tweaks seen on p5p
56058      Branch: maint-5.6/perl
56059           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
56060           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
56061           !> t/op/array.t toke.c
56062 ____________________________________________________________________________
56063 [  7284] By: gsar                                  on 2000/10/16  03:59:00
56064         Log: integrate changes#5978..5988 from mainline
56065              
56066              sync version numbers in File::Spec with the ones on CPAN
56067              (from Barrie Slaymaker)
56068              
56069              under useithreads, constant pad entries could inadvertantly be
56070              shared across threads (from Eric Blood <eblood@xmission.com>);
56071              added Eric's test case to testsuite
56072              
56073              allow Configure -S to run non-interactively (spotted by Greg Hudson
56074              <ghudson@mit.edu>)
56075              
56076              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
56077              prototype mismatch with CORE::glob(); update pod and tests to
56078              suit (File::Glob::glob() is still available for backward
56079              compatibility, but should be considered deprecated)
56080              
56081              avoid error in IO::Socket::INET when given an unknown service name
56082              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
56083              
56084              numeric conversion of non-number in change#3378 tramples on
56085              OOK offset, causing segfaults
56086              
56087              attributes::reftype() doesn't work on tied argument
56088              
56089              forked child may not exit correctly if it failed to open
56090              /dev/console (from Graham Barr)
56091              
56092              add regular expressions tutorial and quick-start guide (from
56093              Mark Kvale <kvale@phy.ucsf.edu>)
56094              
56095              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
56096              
56097              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
56098              <paul@miraclefish.com>)
56099      Branch: maint-5.6/perl
56100           +> pod/perlrequick.pod pod/perlretut.pod
56101           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
56102           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
56103           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
56104           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
56105           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
56106           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
56107           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
56108           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
56109 ____________________________________________________________________________
56110 [  7283] By: gsar                                  on 2000/10/16  03:52:14
56111         Log: integrate change#5977 from mainline
56112              
56113              autoquote barewords followed by newline and arrow properly
56114              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
56115      Branch: maint-5.6/perl
56116           !> t/pragma/warn/toke toke.c
56117 ____________________________________________________________________________
56118 [  7282] By: gsar                                  on 2000/10/16  03:50:48
56119         Log: integrate change#5976 from mainline
56120              
56121              DB_File v1.73 update (from Paul Marquess)
56122      Branch: maint-5.6/perl
56123           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
56124           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
56125 ____________________________________________________________________________
56126 [  7281] By: gsar                                  on 2000/10/16  03:49:14
56127         Log: integrate change#5975 from mainline
56128              
56129              allow sort() reentrancy (variant of patch suggested by
56130              Hugo van der Sanden)
56131      Branch: maint-5.6/perl
56132           !> pp_ctl.c t/op/sort.t
56133 ____________________________________________________________________________
56134 [  7280] By: gsar                                  on 2000/10/16  03:48:22
56135         Log: integrate change#5974 from mainline
56136              
56137              change#4197 somehow missed initializing PL_errors, meaning
56138              syntax error queueing wasn't working outside eval"" at all;
56139              also fixed eval"" to localize PL_error_count, so that compile-time
56140              eval's don't clobber the error state of the outer context
56141      Branch: maint-5.6/perl
56142           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
56143           !> t/pragma/warn/toke
56144 ____________________________________________________________________________
56145 [  7279] By: gsar                                  on 2000/10/16  03:46:21
56146         Log: integrate change#5973 from mainline
56147              
56148              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
56149      Branch: maint-5.6/perl
56150           !> regcomp.c regexec.c t/op/re_tests
56151 ____________________________________________________________________________
56152 [  7278] By: gsar                                  on 2000/10/16  03:44:54
56153         Log: integrate change#5971 from cfgperl
56154              
56155              Unicos tweaks from Mark P. Lutz.
56156      Branch: maint-5.6/perl
56157           !> hints/unicos.sh lib/Math/Complex.pm
56158 ____________________________________________________________________________
56159 [  7277] By: gsar                                  on 2000/10/16  03:42:59
56160         Log: integrate changes#5966..5970 from mainline
56161              
56162              add testsuite for B backends, fix bug in B::Deparse (from
56163              Simon Cozens <simon@brecon.co.uk>)
56164              
56165              improved docs on the warn_uninit diagnostic (from David Glasser
56166              and Simon Cozens)
56167              
56168              tolerate spaces in group names in test on solaris (from David Boyce
56169              <dsb@boyski.com>)
56170              
56171              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
56172              
56173              Data::Dumper fumbles negative numbers on 32-bit platforms where
56174              IV is >32bits
56175      Branch: maint-5.6/perl
56176           +> t/lib/b.t t/lib/syslog.t
56177           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
56178           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
56179           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
56180 ____________________________________________________________________________
56181 [  7276] By: gsar                                  on 2000/10/16  03:39:30
56182         Log: integrate change#5965 from mainline
56183              
56184              avoid "will not stay shared" warnings for our variables (from
56185              Robin Barker)
56186      Branch: maint-5.6/perl
56187           !> op.c t/pragma/warn/op
56188 ____________________________________________________________________________
56189 [  7275] By: gsar                                  on 2000/10/16  03:38:18
56190         Log: integrate change#5964 from mainline
56191              
56192              reformat to 72 columns (again)
56193      Branch: maint-5.6/perl
56194           !> pod/perldiag.pod
56195 ____________________________________________________________________________
56196 [  7274] By: gsar                                  on 2000/10/16  03:36:58
56197         Log: integrate change#5963 from mainline
56198              
56199              patch from Larry to make (\&) prototype work; added tests for
56200              the same
56201      Branch: maint-5.6/perl
56202           !> op.c t/comp/proto.t
56203 ____________________________________________________________________________
56204 [  7273] By: gsar                                  on 2000/10/16  03:35:51
56205         Log: integrate changes#5956..5962 from mainline
56206              
56207              better diagnostics on failed tests (from Ilya Zakharevich)
56208              
56209              pod nits (from A. C. Yardley <yardley@tanet.net>)
56210              
56211              change#3569 deleted some essential code, revert; avoid use of
56212              atexit() to make DynaLoader work properly on AIX under mod_perl
56213              (from Jens-Uwe Mager <jum@helios.de>)
56214              
56215              doubled words in pods (from Simon Cozens
56216              <simon.p.cozens@jp.pwcglobal.com>)
56217              
56218              better INSTALL notes on Solaris issues (from Dominic Dunlop)
56219              
56220              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
56221              
56222              updated README.hpux (from Jeff Okamoto)
56223      Branch: maint-5.6/perl
56224           !> INSTALL README.hpux emacs/cperl-mode.el
56225           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
56226           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
56227           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
56228           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
56229           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
56230           !> t/op/lex_assign.t
56231 ____________________________________________________________________________
56232 [  7272] By: gsar                                  on 2000/10/16  03:31:22
56233         Log: integrate change#5955 from mainline
56234              
56235              longstanding bug exposed by change#3307: sort arguments weren't
56236              compiled with the right wantarray context (ensuing runtime lookup
56237              via block_gimme() was getting the incidental context of the
56238              sort() itself)
56239      Branch: maint-5.6/perl
56240           !> op.c t/op/sort.t
56241 ____________________________________________________________________________
56242 [  7271] By: gsar                                  on 2000/10/16  03:29:11
56243         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
56244              branch
56245              
56246              Flatten the cpp jungle doing the nosuid checking.
56247              
56248              Do not assume sign propagation. (from M.J.T. Guy)
56249              
56250              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
56251              
56252              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
56253              Now pp_ncmp() returns undef is either operand is a NaN.
56254              
56255              On second thoughts frexp() does have two arguments.
56256              
56257              Document that tr() is not tr(1).
56258              
56259              Be more robust on "extreme" (large absolute value)
56260              arguments.  Originally reported by Daniel Connelly
56261              as a problem with asinh() on large negative arguments,
56262              asinh() used to bail out because an argument to log()
56263              ended up being zero.  Ilya Zakharevich proposed using
56264              Taylor's series in such cases, which for such large
56265              arguments is a very good approximation.
56266              
56267              Undo "use integer" addition from 64bitint as it seems
56268              to break most of the subtests in Digital UNIX;
56269              Unicos needs to find another way.
56270      Branch: maint-5.6/perl
56271           !> (integrate 29 files)
56272 ____________________________________________________________________________
56273 [  7270] By: gsar                                  on 2000/10/16  03:09:44
56274         Log: integrate changes#5948,5949,5950 from mainline
56275              
56276              typo in vars.pm that leads to cryptic message (from Piotr
56277              Piatkowski <kompas@kompas.usr.onet.pl>)
56278              
56279              make perldoc use the pod2man from the same version (from
56280              M.J.T. Guy)
56281              
56282              reformat perldiag to avoid long lines
56283      Branch: maint-5.6/perl
56284           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
56285 ____________________________________________________________________________
56286 [  7269] By: gsar                                  on 2000/10/16  03:05:54
56287         Log: integrate change#5947 from mainline
56288              
56289              use &dl_error rather than &dl_load_file as the guard for calling
56290              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
56291              statically built perl)
56292      Branch: maint-5.6/perl
56293           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
56294 ____________________________________________________________________________
56295 [  7268] By: gsar                                  on 2000/10/16  03:04:48
56296         Log: integrate change#5945 from mainline
56297              
56298              make module name mandatory after -M switch; reorder perldiag
56299              alphabetically (from Mark-Jason Dominus)
56300      Branch: maint-5.6/perl
56301           !> perl.c pod/perldiag.pod
56302 ____________________________________________________________________________
56303 [  7267] By: gsar                                  on 2000/10/16  03:03:01
56304         Log: integrate change#5939 from mainline
56305              
56306              more pod nits (from Larry Virden)
56307      Branch: maint-5.6/perl
56308           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
56309           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
56310           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
56311 ____________________________________________________________________________
56312 [  7266] By: gsar                                  on 2000/10/16  03:01:39
56313         Log: integrate change#5938 from mainline
56314              
56315              Consolidated B::Deparse fixes (from Stephen McCamant)
56316      Branch: maint-5.6/perl
56317           !> ext/B/B/Deparse.pm
56318 ____________________________________________________________________________
56319 [  7265] By: gsar                                  on 2000/10/16  03:00:43
56320         Log: integrate change#5936 from mainline
56321              
56322              additional tests for change#7263 (from Paul Marquess)
56323      Branch: maint-5.6/perl
56324           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
56325           !> t/pragma/warn/5nolint t/pragma/warn/6default
56326 ____________________________________________________________________________
56327 [  7264] By: gsar                                  on 2000/10/16  02:58:34
56328         Log: integrate change#5934 from mainline
56329              
56330              propagate lexical warnings from surrounding scope correctly
56331              within string eval() (from Paul Marquess)
56332      Branch: maint-5.6/perl
56333           !> pp_ctl.c t/pragma/warn/pp_ctl
56334 ____________________________________________________________________________
56335 [  7263] By: gsar                                  on 2000/10/16  02:56:53
56336         Log: integrate change#5932 from mainline
56337              
56338              add rsignal(), whichsig() and do_join() to public API list
56339              (mod_perl uses them to good advantage)
56340      Branch: maint-5.6/perl
56341           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
56342 ____________________________________________________________________________
56343 [  7262] By: gsar                                  on 2000/10/16  02:55:53
56344         Log: integrate change#5931 from mainline
56345              
56346              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
56347      Branch: maint-5.6/perl
56348           !> pp_hot.c regexec.c t/op/pat.t
56349 ____________________________________________________________________________
56350 [  7261] By: gsar                                  on 2000/10/16  02:55:01
56351         Log: integrate change#5930 from mainline
56352              
56353              small os390 tweaks (from Peter Prymmer)
56354      Branch: maint-5.6/perl
56355           !> config_h.SH makedepend.SH
56356 ____________________________________________________________________________
56357 [  7260] By: gsar                                  on 2000/10/16  02:54:10
56358         Log: integrate change#5929 from mainline
56359              
56360              pod nits
56361      Branch: maint-5.6/perl
56362           !> pod/perlguts.pod
56363 ____________________________________________________________________________
56364 [  7259] By: gsar                                  on 2000/10/16  02:52:55
56365         Log: integrate change#5927 from mainline
56366              
56367              arrange for next() to resume at the unstack op rather than the
56368              loop conditional, so that scope cleanup happens correctly
56369              (from Stephen McCamant)
56370      Branch: maint-5.6/perl
56371           !> op.c pp_ctl.c t/op/misc.t
56372 ____________________________________________________________________________
56373 [  7258] By: gsar                                  on 2000/10/16  02:51:38
56374         Log: integrate change#5926 from mainline
56375              
56376              on windows, reserve 16M of stack rather than 128M (allows more
56377              threads to run concurrently)
56378      Branch: maint-5.6/perl
56379           !> win32/Makefile win32/makefile.mk
56380 ____________________________________________________________________________
56381 [  7257] By: gsar                                  on 2000/10/16  02:50:37
56382         Log: integrate change#5925 from mainline
56383              
56384              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
56385      Branch: maint-5.6/perl
56386           !> toke.c
56387 ____________________________________________________________________________
56388 [  7256] By: gsar                                  on 2000/10/16  02:49:36
56389         Log: integrate change#5924 from mainline
56390              
56391              avoid using uninitialized memory in require version check
56392      Branch: maint-5.6/perl
56393           !> pp_ctl.c universal.c
56394 ____________________________________________________________________________
56395 [  7255] By: gsar                                  on 2000/10/16  02:48:03
56396         Log: integrate changes#5923,5928,6009 from mainline
56397              
56398              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
56399      Branch: maint-5.6/perl
56400           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
56401 ____________________________________________________________________________
56402 [  7254] By: gsar                                  on 2000/10/16  02:44:46
56403         Log: integrate change#5922 from mainline
56404              
56405              commentary about IoTYPE() (from Nathan Torkington)
56406      Branch: maint-5.6/perl
56407           !> sv.h
56408 ____________________________________________________________________________
56409 [  7253] By: gsar                                  on 2000/10/16  02:43:49
56410         Log: integrate change#5921 from mainline
56411              
56412              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
56413      Branch: maint-5.6/perl
56414           !> sv.c t/lib/charnames.t t/pragma/utf8.t
56415 ____________________________________________________________________________
56416 [  7252] By: gsar                                  on 2000/10/16  02:42:31
56417         Log: integrate change#5920 from mainline
56418              
56419              Larry's fix for buggy propagation of utf8-ness in join(); add test
56420      Branch: maint-5.6/perl
56421           !> doop.c t/op/ver.t
56422 ____________________________________________________________________________
56423 [  7251] By: gsar                                  on 2000/10/16  02:41:14
56424         Log: integrate changes#5915..5919 from mainline
56425              
56426              various (pod tweaks &c)
56427      Branch: maint-5.6/perl
56428           !> (integrate 33 files)
56429 ____________________________________________________________________________
56430 [  7250] By: gsar                                  on 2000/10/16  02:38:16
56431         Log: integrate change#5914 from mainline
56432              
56433              caller() wasn't returning the right number of elements for
56434              eval {...}
56435      Branch: maint-5.6/perl
56436           !> pp_ctl.c t/pragma/warn/9enabled
56437 ____________________________________________________________________________
56438 [  7249] By: gsar                                  on 2000/10/16  02:37:02
56439         Log: integrate change#5913 from mainline
56440              
56441              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
56442              (from Mark-Jason Dominus)
56443      Branch: maint-5.6/perl
56444           !> pod/perlfunc.pod
56445 ____________________________________________________________________________
56446 [  7248] By: gsar                                  on 2000/10/16  02:35:58
56447         Log: integrate change#5912 from mainline
56448              
56449              fix totally broken caching in UNIVERSAL::isa() (from
56450              Nick Ing-Simmons)
56451      Branch: maint-5.6/perl
56452           !> t/op/universal.t universal.c
56453 ____________________________________________________________________________
56454 [  7247] By: gsar                                  on 2000/10/16  02:34:27
56455         Log: integrate changes#5910,5911 from mainline
56456              
56457              typo in pod
56458              
56459              add linebreak properties from unicode/LineBrk.txt (from
56460              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
56461      Branch: maint-5.6/perl
56462           +> (branch 29 files)
56463           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
56464 ____________________________________________________________________________
56465 [  7246] By: gsar                                  on 2000/10/16  02:33:29
56466         Log: integrate change#5909 from mainline
56467              
56468              mode argument to do_binmode() should be file mode, not boolean
56469      Branch: maint-5.6/perl
56470           !> pp_sys.c
56471 ____________________________________________________________________________
56472 [  7245] By: gsar                                  on 2000/10/16  02:31:04
56473         Log: integrate change#5908 from mainline
56474              
56475              introduce illegal symbols into null package so that
56476              gv_fetchpv(...,TRUE) always returns a valid GV even when the
56477              symbol is trapped by strictures (avoids coredumps)
56478      Branch: maint-5.6/perl
56479           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
56480           !> t/pragma/strict-vars
56481 ____________________________________________________________________________
56482 [  7244] By: jhi                                   on 2000/10/16  02:29:54
56483         Log: Subject: $Carp::ExportLevel confusion in Exporter
56484              From: "Ben Tilly" <ben_tilly@hotmail.com>
56485              Date: Sat, 14 Oct 2000 16:44:34 EDT
56486              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
56487      Branch: perl
56488            ! lib/Exporter/Heavy.pm
56489 ____________________________________________________________________________
56490 [  7243] By: jhi                                   on 2000/10/16  02:28:33
56491         Log: Subject: [PATCH perlguts.pod] Document offset hack
56492              From: Simon Cozens <simon@cozens.net>
56493              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
56494              Date: Sat, 14 Oct 2000 19:32:25 +0100
56495      Branch: perl
56496            ! pod/perlguts.pod
56497 ____________________________________________________________________________
56498 [  7242] By: gsar                                  on 2000/10/16  02:26:51
56499         Log: integrate changes#5905,5906,5907,6064 from mainline
56500              
56501              printf/sprintf didn't get quad types right under use64bitint
56502      Branch: maint-5.6/perl
56503           !> pp_sys.c sv.c t/op/64bitint.t
56504 ____________________________________________________________________________
56505 [  7241] By: jhi                                   on 2000/10/16  02:22:44
56506         Log: Subject: small pod patch
56507              From: Dan Boorstein <dan_boo@bellsouth.net>
56508              Date: Sat, 14 Oct 2000 14:29:24 -0400
56509              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
56510      Branch: perl
56511            ! pod/perlfaq7.pod pod/perlmod.pod
56512 ____________________________________________________________________________
56513 [  7240] By: jhi                                   on 2000/10/16  02:13:46
56514         Log: -w cleanup.
56515              
56516              Subject: Re: Problems with bleadperl 
56517              From: "Stephen P. Potter" <spp@ds.net>
56518              Date: Fri, 13 Oct 2000 13:32:49 -0400
56519              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
56520      Branch: perl
56521            ! t/pragma/overload.t
56522 ____________________________________________________________________________
56523 [  7239] By: jhi                                   on 2000/10/16  01:41:18
56524         Log: One more ~utf8 tweak.
56525      Branch: perl
56526            ! t/op/bop.t
56527 ____________________________________________________________________________
56528 [  7238] By: jhi                                   on 2000/10/16  01:34:14
56529         Log: Tweak the test of #7235.
56530      Branch: perl
56531            ! t/op/bop.t
56532 ____________________________________________________________________________
56533 [  7237] By: jhi                                   on 2000/10/16  01:25:04
56534         Log: Fix a couple of compiler-noted nits in #7235.
56535      Branch: perl
56536            ! pp.c
56537 ____________________________________________________________________________
56538 [  7236] By: jhi                                   on 2000/10/16  01:22:46
56539         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
56540      Branch: perl
56541            ! pp.c pp_hot.c
56542 ____________________________________________________________________________
56543 [  7235] By: jhi                                   on 2000/10/15  16:24:44
56544         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
56545              
56546              From: Simon Cozens <simon@cozens.net>
56547              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
56548              Date: Sat, 14 Oct 2000 20:52:13 +0100
56549              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
56550      Branch: perl
56551            ! pp.c t/op/bop.t utf8.h
56552 ____________________________________________________________________________
56553 [  7234] By: jhi                                   on 2000/10/15  15:19:29
56554         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
56555              The problem was that rx->minlen was in chars while pp_split()
56556              thought it would be in bytes. 
56557      Branch: perl
56558            ! pp.c t/pragma/utf8.t
56559 ____________________________________________________________________________
56560 [  7233] By: jhi                                   on 2000/10/14  20:24:24
56561         Log: Document FNCASE=y as discussed in the bug 20000902.009.
56562      Branch: perl
56563            ! README.dos
56564 ____________________________________________________________________________
56565 [  7232] By: jhi                                   on 2000/10/14  18:52:21
56566         Log: Add test for bug id 20000427.003 (which seems to have
56567              been fixed) (also duplicate as 20000427.004, though
56568              with a higher severity).  Move one utf8 from op/append
56569              to pragma/utf8, tag the tests with bug ids.
56570      Branch: perl
56571            ! t/op/append.t t/pragma/utf8.t
56572 ____________________________________________________________________________
56573 [  7231] By: jhi                                   on 2000/10/14  17:28:37
56574         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
56575      Branch: perl
56576            ! t/pragma/utf8.t
56577 ____________________________________________________________________________
56578 [  7230] By: jhi                                   on 2000/10/14  14:24:50
56579         Log: Needs to be conditional on SunOS 4.
56580              
56581              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
56582              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
56583              Date: Sat, 14 Oct 2000 13:37:49 +0100
56584              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
56585      Branch: metaconfig/U/perl
56586            ! End.U
56587      Branch: perl
56588            ! Configure myconfig.SH pod/perldelta.pod
56589 ____________________________________________________________________________
56590 [  7229] By: jhi                                   on 2000/10/14  00:49:22
56591         Log: Update Changes.
56592      Branch: perl
56593            ! Changes patchlevel.h
56594 ____________________________________________________________________________
56595 [  7228] By: jhi                                   on 2000/10/14  00:46:10
56596         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
56597              From: Peter Prymmer <pvhp@forte.com>
56598              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
56599              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
56600      Branch: perl
56601            ! lib/utf8.pm
56602 ____________________________________________________________________________
56603 [  7227] By: jhi                                   on 2000/10/13  23:20:30
56604         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
56605      Branch: perl
56606            ! t/op/tie.t
56607 ____________________________________________________________________________
56608 [  7226] By: jhi                                   on 2000/10/13  22:14:32
56609         Log: Tweak #7225.
56610              
56611              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
56612              From: Peter Prymmer <pvhp@forte.com>
56613              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
56614              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
56615      Branch: perl
56616            ! t/op/sprintf.t
56617 ____________________________________________________________________________
56618 [  7225] By: jhi                                   on 2000/10/13  22:11:31
56619         Log: op/sprintf.t patch for OS/390 (and any other host with limited
56620              floating-point exponent length)
56621              
56622              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
56623              From: Dominic Dunlop <domo@computer.org>
56624              Date: Fri, 13 Oct 2000 19:17:57 +0200
56625              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
56626      Branch: perl
56627            ! t/op/sprintf.t
56628 ____________________________________________________________________________
56629 [  7224] By: jhi                                   on 2000/10/13  18:40:48
56630         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
56631      Branch: perl
56632            ! toke.c
56633 ____________________________________________________________________________
56634 [  7223] By: jhi                                   on 2000/10/13  18:37:13
56635         Log: Thinko in #7222.
56636      Branch: perl
56637            ! utf8.c
56638 ____________________________________________________________________________
56639 [  7222] By: jhi                                   on 2000/10/13  18:05:23
56640         Log: Use UTF8SKIP(), from Simon Cozens.
56641      Branch: perl
56642            ! utf8.c
56643 ____________________________________________________________________________
56644 [  7221] By: jhi                                   on 2000/10/13  15:43:19
56645         Log: (accidentally empty check-in)
56646      Branch: perl
56647            ! utf8.c
56648 ____________________________________________________________________________
56649 [  7220] By: jhi                                   on 2000/10/13  15:23:51
56650         Log: Add (optimistically) Storable to static extensions.
56651      Branch: perl
56652            ! hints/uwin.sh hints/vmesa.sh
56653 ____________________________________________________________________________
56654 [  7219] By: jhi                                   on 2000/10/13  15:20:05
56655         Log: Amdahl UTS doesn't seem to do dynaloading.
56656      Branch: perl
56657            ! hints/uts.sh
56658 ____________________________________________________________________________
56659 [  7218] By: jhi                                   on 2000/10/13  15:15:20
56660         Log: Slight tweak of the code to appease Amdahl UTS cc.
56661      Branch: perl
56662            ! pp.c
56663 ____________________________________________________________________________
56664 [  7217] By: jhi                                   on 2000/10/13  14:50:42
56665         Log: In Amdahl UTS "struct sv" is defined by a system header,
56666              <ksync.h>.
56667      Branch: perl
56668            ! perl.h sv.h
56669 ____________________________________________________________________________
56670 [  7216] By: jhi                                   on 2000/10/13  11:58:25
56671         Log: Ilya implemented the memory profiling API.
56672      Branch: perl
56673            ! Todo
56674 ____________________________________________________________________________
56675 [  7215] By: jhi                                   on 2000/10/13  02:56:38
56676         Log: Subject: [PATCH 5.7.0] Perl API for mstats
56677              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56678              Date: Thu, 12 Oct 2000 22:52:40 -0400
56679              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
56680      Branch: perl
56681            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
56682 ____________________________________________________________________________
56683 [  7214] By: jhi                                   on 2000/10/13  02:55:38
56684         Log: Subject: [PATCH 5.7.0] IVs in mtats
56685              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56686              Date: Thu, 12 Oct 2000 22:51:04 -0400
56687              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
56688      Branch: perl
56689            ! malloc.c perl.h
56690 ____________________________________________________________________________
56691 [  7213] By: jhi                                   on 2000/10/13  02:31:47
56692         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
56693      Branch: perl
56694            ! pod/perldiag.pod pp_sys.c
56695 ____________________________________________________________________________
56696 [  7212] By: jhi                                   on 2000/10/13  01:27:38
56697         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
56698              From: Peter Prymmer <pvhp@forte.com>
56699              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
56700              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
56701      Branch: perl
56702            ! t/op/oct.t
56703 ____________________________________________________________________________
56704 [  7211] By: jhi                                   on 2000/10/13  00:35:09
56705         Log: Update Changes.
56706      Branch: perl
56707            ! Changes patchlevel.h
56708 ____________________________________________________________________________
56709 [  7210] By: jhi                                   on 2000/10/12  23:59:40
56710         Log: The Install.pm third of
56711              
56712              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
56713              From: Bill Campbell <bill@celestial.com>
56714              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
56715              Date: Thu, 5 Oct 2000 18:04:51 -0700
56716      Branch: perl
56717            ! lib/ExtUtils/Install.pm
56718 ____________________________________________________________________________
56719 [  7209] By: jhi                                   on 2000/10/12  23:58:43
56720         Log: Two thirds of
56721              
56722              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
56723              Date: Thu, 5 Oct 2000 18:04:51 -0700
56724              From: Bill Campbell <bill@celestial.com>
56725              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
56726              
56727              The Install.pm changes will be submitted separately because
56728              they need some work and discussion still.
56729      Branch: perl
56730            ! lib/getopts.pl lib/termcap.pl
56731 ____________________________________________________________________________
56732 [  7208] By: jhi                                   on 2000/10/12  23:41:19
56733         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
56734              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
56735              Date:     Thu, 12 Oct 2000 07:30:02 EDT
56736              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
56737      Branch: perl
56738            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
56739            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
56740 ____________________________________________________________________________
56741 [  7207] By: jhi                                   on 2000/10/12  23:39:01
56742         Log: An updated EBCDIC tr patch.
56743              
56744              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
56745              From: Peter Prymmer <pvhp@forte.com>
56746              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
56747              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
56748      Branch: perl
56749            ! t/op/tr.t
56750 ____________________________________________________________________________
56751 [  7206] By: jhi                                   on 2000/10/12  23:34:55
56752         Log: Upgrade to CPAN 1.58, from Andreas König.
56753      Branch: perl
56754            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
56755 ____________________________________________________________________________
56756 [  7205] By: jhi                                   on 2000/10/12  23:29:08
56757         Log: Introduce the man[24-8] variables, from Andy Dougherty.
56758      Branch: metaconfig/U/perl
56759            + mandirs.U mandirstyle.U
56760      Branch: perl
56761            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56762            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
56763            ! vos/config.h vos/config.pl vos/config_h.SH_orig
56764            ! win32/config.bc win32/config.gc win32/config.vc
56765 ____________________________________________________________________________
56766 [  7204] By: gsar                                  on 2000/10/12  18:11:24
56767         Log: restore change#7202
56768      Branch: perl
56769            ! mg.c
56770 ____________________________________________________________________________
56771 [  7203] By: gsar                                  on 2000/10/12  18:09:40
56772         Log: another test of the Emergency Broadcast System--back out 
56773              change#7202
56774      Branch: perl
56775            ! mg.c
56776 ____________________________________________________________________________
56777 [  7202] By: gsar                                  on 2000/10/12  16:40:47
56778         Log: (submitted on behalf of Jarkko)
56779              Fix the lib/encode.t subtest 6 failure as reported by Andreas
56780              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
56781              was unearthed by change 7182, as was a bug in HTML::Entities.
56782      Branch: perl
56783            ! mg.c
56784 ____________________________________________________________________________
56785 [  7201] By: jhi                                   on 2000/10/11  03:16:05
56786         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
56787      Branch: perl
56788            ! pp_hot.c t/pragma/utf8.t
56789 ____________________________________________________________________________
56790 [  7200] By: jhi                                   on 2000/10/11  00:40:30
56791         Log: The #7198 was a false alarm.
56792      Branch: perl
56793            ! pp_hot.c
56794 ____________________________________________________________________________
56795 [  7199] By: jhi                                   on 2000/10/11  00:26:04
56796         Log: Remove duplicated code.
56797      Branch: perl
56798            ! t/lib/cgi-html.t
56799 ____________________________________________________________________________
56800 [  7198] By: jhi                                   on 2000/10/10  23:30:46
56801         Log: (Retracted by #7200.)
56802      Branch: perl
56803            ! pp_hot.c
56804 ____________________________________________________________________________
56805 [  7197] By: jhi                                   on 2000/10/10  21:49:30
56806         Log: Add the test case for #7190, from the original bug report
56807              by Andreas König.
56808      Branch: perl
56809            ! t/pragma/utf8.t
56810 ____________________________________________________________________________
56811 [  7196] By: jhi                                   on 2000/10/10  21:40:49
56812         Log: Reapply Andy's patch and regen Configure.
56813      Branch: perl
56814            ! Configure INSTALL Makefile.SH Porting/Glossary
56815            ! Porting/config.sh config_h.SH epoc/config.sh installperl
56816            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
56817            ! win32/config.vc
56818 ____________________________________________________________________________
56819 [  7195] By: jhi                                   on 2000/10/10  21:09:30
56820         Log: Use the versiononly instead of the installscripts,
56821              retract the changes 7146 and 7147.
56822      Branch: perl
56823            ! Configure INSTALL Makefile.SH Porting/Glossary
56824            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
56825            ! installperl uconfig.sh vos/config.def win32/config.bc
56826            ! win32/config.gc win32/config.vc
56827 ____________________________________________________________________________
56828 [  7194] By: jhi                                   on 2000/10/10  21:06:15
56829         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
56830              From: Peter Prymmer <pvhp@forte.com>
56831              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
56832              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
56833      Branch: perl
56834            ! t/op/ver.t
56835 ____________________________________________________________________________
56836 [  7193] By: jhi                                   on 2000/10/10  21:05:12
56837         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
56838              From: Peter Prymmer <pvhp@forte.com>
56839              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
56840              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
56841      Branch: perl
56842            ! t/op/tr.t
56843 ____________________________________________________________________________
56844 [  7192] By: jhi                                   on 2000/10/10  20:57:30
56845         Log: Add versiononly, delete installscripts, from Andy Dougherty.
56846      Branch: metaconfig
56847            - U/installdirs/installscripts.U
56848      Branch: metaconfig/U/perl
56849            + versiononly.U
56850 ____________________________________________________________________________
56851 [  7191] By: jhi                                   on 2000/10/10  19:41:21
56852         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
56853              From: Peter Prymmer <pvhp@forte.com>
56854              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
56855              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
56856      Branch: perl
56857            ! pod/perlebcdic.pod
56858 ____________________________________________________________________________
56859 [  7190] By: jhi                                   on 2000/10/10  19:26:14
56860         Log: Subject: Re: utf8 concat, mg_get
56861              From: Simon Cozens <simon@cozens.net>
56862              Date: Tue, 10 Oct 2000 17:40:17 +0100
56863              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
56864      Branch: perl
56865            ! pp_hot.c
56866 ____________________________________________________________________________
56867 [  7189] By: jhi                                   on 2000/10/10  19:23:03
56868         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
56869              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
56870              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
56871              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
56872      Branch: perl
56873            ! lib/ExtUtils/MM_Unix.pm
56874 ____________________________________________________________________________
56875 [  7188] By: jhi                                   on 2000/10/10  15:31:24
56876         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
56877              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
56878              Date: Fri, 14 Jul 2000 10:47:36 +0100
56879              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
56880      Branch: perl
56881            ! README.win32
56882 ____________________________________________________________________________
56883 [  7187] By: jhi                                   on 2000/10/10  13:30:10
56884         Log: Quote the temp file name, needed in Win32 because the
56885              default name unfortunately contains spaces, shouldn't
56886              hurt elsewhere.
56887              
56888              Subject: FW: perldoc fails if $TEMP contains spaces
56889              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
56890              Date: Thu, 14 Sep 2000 08:58:45 +0100
56891              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
56892      Branch: perl
56893            ! utils/perldoc.PL
56894 ____________________________________________________________________________
56895 [  7186] By: jhi                                   on 2000/10/10  13:16:27
56896         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
56897              From: hv@hugo.hybyte.com
56898              Date: Tue, 10 Oct 2000 14:10:20 +0100
56899              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
56900      Branch: perl
56901            ! t/lib/thr5005.t util.c
56902 ____________________________________________________________________________
56903 [  7185] By: jhi                                   on 2000/10/10  12:06:22
56904         Log: Upgrade to podlators 1.04, from Russ Allbery.
56905      Branch: perl
56906            ! lib/Pod/Man.pm lib/Pod/Text.pm
56907 ____________________________________________________________________________
56908 [  7184] By: jhi                                   on 2000/10/10  12:01:32
56909         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
56910      Branch: perl
56911            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
56912 ____________________________________________________________________________
56913 [  7183] By: jhi                                   on 2000/10/09  23:47:15
56914         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
56915              From: Peter Prymmer <pvhp@forte.com>
56916              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
56917              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
56918      Branch: perl
56919            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
56920 ____________________________________________________________________________
56921 [  7182] By: jhi                                   on 2000/10/09  23:43:16
56922         Log: Make eq work again with utf8 (disabling the upgrading
56923              should no more be necessary since the copies of the
56924              scalars are upgraded, not the scalars themselves).
56925              Takes care of ID 20001009.001.  (The claimed length()
56926              bug in 20001009.001 seems bogus to me.)
56927      Branch: perl
56928            ! sv.c t/pragma/utf8.t
56929 ____________________________________________________________________________
56930 [  7181] By: gsar                                  on 2000/10/09  19:41:54
56931         Log: tweak for change#7173
56932      Branch: perl
56933            ! win32/win32sck.c
56934 ____________________________________________________________________________
56935 [  7180] By: gsar                                  on 2000/10/09  19:26:56
56936         Log: on Windows, clean targets might not work under some flavors of the shell
56937      Branch: perl
56938            ! win32/Makefile win32/makefile.mk
56939 ____________________________________________________________________________
56940 [  7179] By: jhi                                   on 2000/10/09  19:21:02
56941         Log: Update Changes.
56942      Branch: perl
56943            ! Changes patchlevel.h
56944 ____________________________________________________________________________
56945 [  7178] By: jhi                                   on 2000/10/09  19:18:23
56946         Log: Warn about unknown scripts.
56947              
56948              Subject: Re: ideas? patches? [PATCH bleadperl]
56949              From: Dominic Dunlop <domo@computer.org>
56950              Date: Mon, 9 Oct 2000 14:57:17 +0200
56951              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
56952      Branch: perl
56953            ! lib/charnames.pm
56954 ____________________________________________________________________________
56955 [  7177] By: jhi                                   on 2000/10/09  19:13:27
56956         Log: Change #7160 had a nasty typo.
56957      Branch: metaconfig
56958            ! U/compline/Compile.U
56959      Branch: perl
56960            ! Configure config_h.SH
56961 ____________________________________________________________________________
56962 [  7176] By: gsar                                  on 2000/10/09  18:59:33
56963         Log: pod nit
56964      Branch: perl
56965            ! pod/perlport.pod
56966 ____________________________________________________________________________
56967 [  7175] By: gsar                                  on 2000/10/09  18:54:28
56968         Log: Windows9x doesn't support link(), despite what Config.pm
56969              might think
56970      Branch: perl
56971            ! lib/ExtUtils/Manifest.pm
56972 ____________________________________________________________________________
56973 [  7174] By: gsar                                  on 2000/10/09  18:50:03
56974         Log: avoid nonportable example code
56975      Branch: perl
56976            ! lib/File/Copy.pm
56977 ____________________________________________________________________________
56978 [  7173] By: gsar                                  on 2000/10/09  18:46:54
56979         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
56980              being used) when closing a socket handle
56981      Branch: perl
56982            ! win32/win32.c win32/win32.h win32/win32sck.c
56983 ____________________________________________________________________________
56984 [  7172] By: gsar                                  on 2000/10/09  18:41:40
56985         Log: on Windows, cwd strings in the environment should be of the
56986              form =X:=X:\foo instead of =X=X:\foo\
56987      Branch: perl
56988            ! win32/vdir.h
56989 ____________________________________________________________________________
56990 [  7171] By: gsar                                  on 2000/10/09  18:30:09
56991         Log: on Windows, LoadLibrary() could load an extension DLL multiple
56992              times if forward slashes are used in the path
56993      Branch: perl
56994            ! win32/win32.c
56995 ____________________________________________________________________________
56996 [  7170] By: jhi                                   on 2000/10/09  17:53:59
56997         Log: Add a todo note about overloadable assertions.
56998      Branch: perl
56999            ! Todo-5.6
57000 ____________________________________________________________________________
57001 [  7169] By: jhi                                   on 2000/10/09  13:43:45
57002         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
57003              From: mjd@plover.com
57004              Date: 9 Oct 2000 00:24:44 -0000
57005              Message-ID: <20001009002444.10616.qmail@plover.com>
57006      Branch: perl
57007            ! pod/perldebguts.pod
57008 ____________________________________________________________________________
57009 [  7168] By: nick                                  on 2000/10/08  13:16:33
57010         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
57011              is not right thing to do on (e.g. x86). Network order is also "right" for
57012              X fonts.
57013      Branch: perl
57014            ! ext/Encode/Encode.pm
57015 ____________________________________________________________________________
57016 [  7167] By: nick                                  on 2000/10/08  12:54:42
57017         Log: Make "encodings" work post-install when Encode/*.enc files may not
57018              be in same directory as Encode.pm
57019      Branch: perl
57020            ! ext/Encode/Encode.pm
57021 ____________________________________________________________________________
57022 [  7166] By: nick                                  on 2000/10/08  11:51:26
57023         Log: Work round the fact that $hash->{$key} does not take into account
57024              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
57025              so that key is always in the "expected" encoding - i.e. same way we put
57026              it in the hash.
57027      Branch: perl
57028            ! ext/Encode/Encode.pm
57029 ____________________________________________________________________________
57030 [  7165] By: gsar                                  on 2000/10/08  04:15:29
57031         Log: save_re_context() could reset PL_curcop to freed memory, causing core
57032              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
57033      Branch: perl
57034            ! pp_ctl.c
57035 ____________________________________________________________________________
57036 [  7164] By: jhi                                   on 2000/10/06  20:51:48
57037         Log: UTF8ize split() so that the cloned substrings get the UTF8
57038              flag of the original scalar.  Problem reported by Simon Cozens.
57039      Branch: perl
57040            ! pp.c t/pragma/utf8.t
57041 ____________________________________________________________________________
57042 [  7163] By: nick                                  on 2000/10/06  20:48:34
57043         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
57044              got a false +ve and so did not reach code which would have un-FAKEd the SV.
57045      Branch: perl
57046            ! sv.c
57047 ____________________________________________________________________________
57048 [  7162] By: nick                                  on 2000/10/06  20:25:37
57049         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
57050              To fix  (sort {$a <=> $b} keys %hash) in particular but
57051              should cover a number of other as-yet-unknown cases as well.
57052      Branch: perl
57053            ! sv.c
57054 ____________________________________________________________________________
57055 [  7161] By: jhi                                   on 2000/10/06  19:56:18
57056         Log: Change the version number of Tie::Handle in the core to 4.0,
57057              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
57058              
57059              Subject: Note on Tie::Handle
57060              From: andreas.koenig@anima.de (Andreas J. Koenig)
57061              Date:      06 Oct 2000 21:48:58 +0200
57062              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
57063      Branch: perl
57064            ! lib/Tie/Handle.pm
57065 ____________________________________________________________________________
57066 [  7160] By: jhi                                   on 2000/10/06  18:20:35
57067         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
57068              as the first option of cc/ld because of ultrapicky compilers
57069              (e.g. OS/390 R2.5)
57070      Branch: metaconfig
57071            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
57072            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
57073            ! U/compline/orderlib.U U/modified/Cppsym.U
57074            ! U/modified/d_access.U
57075      Branch: metaconfig/U/perl
57076            ! Checkcc.U d_dlsymun.U gccvers.U
57077      Branch: perl
57078            ! Configure config_h.SH
57079 ____________________________________________________________________________
57080 [  7159] By: jhi                                   on 2000/10/06  13:56:39
57081         Log: Update Changes.
57082      Branch: perl
57083            ! Changes patchlevel.h
57084 ____________________________________________________________________________
57085 [  7158] By: jhi                                   on 2000/10/06  12:48:40
57086         Log: Eliminate $Is_VMS code from the test.
57087              
57088              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
57089              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57090              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
57091              Date:     Thu, 5 Oct 2000 07:46:33 EDT
57092      Branch: perl
57093            ! t/lib/b.t
57094 ____________________________________________________________________________
57095 [  7157] By: jhi                                   on 2000/10/06  12:47:13
57096         Log: Also the $ccflags is needed for the C compiler check.
57097              
57098              Subject: Configure (check for C-compiler)
57099              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57100              Date: Fri, 06 Oct 2000 08:47:15 +0200
57101              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
57102      Branch: metaconfig/U/perl
57103            ! Checkcc.U
57104      Branch: perl
57105            ! Configure config_h.SH
57106 ____________________________________________________________________________
57107 [  7156] By: jhi                                   on 2000/10/06  11:45:15
57108         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
57109      Branch: perl
57110            ! perl.c pp_ctl.c sv.h utf8.c
57111 ____________________________________________________________________________
57112 [  7155] By: jhi                                   on 2000/10/06  11:40:41
57113         Log: IO::Handle->syswrite() did not handle length omission
57114              like CORE::syswrite() does.
57115              
57116              Subject: [Fwd] IO::Handle, syswrite and arguments
57117              From: Graham Barr <gbarr@pobox.com>
57118              Date: Fri, 6 Oct 2000 10:22:05 +0100
57119              Message-ID: <20001006102205.U6312@pobox.com>
57120              
57121              The original patch from andrew@ugh.net.au.
57122      Branch: perl
57123            ! ext/IO/lib/IO/Handle.pm
57124 ____________________________________________________________________________
57125 [  7154] By: jhi                                   on 2000/10/06  01:42:15
57126         Log: Tweak #7153.
57127      Branch: perl
57128            ! utf8.h
57129 ____________________________________________________________________________
57130 [  7153] By: jhi                                   on 2000/10/06  00:39:55
57131         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
57132      Branch: perl
57133            ! utf8.h
57134 ____________________________________________________________________________
57135 [  7152] By: jhi                                   on 2000/10/06  00:38:11
57136         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
57137      Branch: perl
57138            ! perl.c pp_ctl.c sv.h utf8.c
57139 ____________________________________________________________________________
57140 [  7151] By: jhi                                   on 2000/10/06  00:36:38
57141         Log: Subject: Re: Questions about Tie::Array and perl modules
57142              From: Nick Ing-Simmons <nik@tiuk.ti.com>
57143              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
57144              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
57145              
57146              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
57147      Branch: perl
57148            ! lib/Tie/Array.pm t/op/array.t
57149 ____________________________________________________________________________
57150 [  7150] By: jhi                                   on 2000/10/05  00:20:45
57151         Log: Regen Changes.
57152      Branch: perl
57153            ! Changes patchlevel.h
57154 ____________________________________________________________________________
57155 [  7149] By: jhi                                   on 2000/10/05  00:20:01
57156         Log: Regen toc.
57157      Branch: perl
57158            ! pod/perltoc.pod
57159 ____________________________________________________________________________
57160 [  7148] By: jhi                                   on 2000/10/04  23:35:08
57161         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
57162              reported several times by Dominic Dunlop, for example in
57163              ID 20000315.008.  Patch from Dominic.  Patch affects at
57164              least MachTen, and possibly other oldish BSDs. Should not
57165              break non-broken platforms (tested on LinuxPPC). 
57166      Branch: perl
57167            ! doio.c
57168 ____________________________________________________________________________
57169 [  7147] By: jhi                                   on 2000/10/04  23:26:34
57170         Log: The one that got away from 7146.
57171      Branch: metaconfig
57172            + U/installdirs/installscripts.U
57173 ____________________________________________________________________________
57174 [  7146] By: jhi                                   on 2000/10/04  23:25:04
57175         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
57176              suggested by H. Merijn Brand.
57177      Branch: perl
57178            ! Configure INSTALL Makefile.SH Porting/Glossary
57179            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
57180            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
57181            ! win32/config.vc
57182 ____________________________________________________________________________
57183 [  7145] By: jhi                                   on 2000/10/04  22:08:21
57184         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
57185              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57186              Date: Wed, 4 Oct 2000 17:37:46 -0400
57187              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
57188      Branch: perl
57189            ! utils/h2xs.PL
57190 ____________________________________________________________________________
57191 [  7144] By: jhi                                   on 2000/10/04  18:11:41
57192         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
57193              From: Jeff Pinyan <jeffp@crusoe.net>
57194              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
57195              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
57196      Branch: perl
57197            ! pod/perlrun.pod
57198 ____________________________________________________________________________
57199 [  7143] By: jhi                                   on 2000/10/04  18:09:58
57200         Log: Subject: perlhack.pod Patch for Externals Tools
57201              From: Fisher Mark <fisherm@tce.com>
57202              Date: Tue, 3 Oct 2000 15:43:27 -0500 
57203              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
57204      Branch: perl
57205            ! pod/perlhack.pod
57206 ____________________________________________________________________________
57207 [  7142] By: jhi                                   on 2000/10/04  18:08:41
57208         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
57209              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57210              Date:     Wed, 4 Oct 2000 12:11:11 EDT
57211              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
57212      Branch: perl
57213            ! vms/vms.c
57214 ____________________________________________________________________________
57215 [  7141] By: jhi                                   on 2000/10/04  12:20:16
57216         Log: Subject: [PATCH 5.7.0] h2xs not working
57217              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57218              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
57219              Date: Tue, 3 Oct 2000 21:43:01 -0400
57220              
57221              Subject: [PATCH 5.7.0] h2xs not documenting the created module
57222              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57223              Date: Tue, 3 Oct 2000 22:55:19 -0400
57224              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
57225      Branch: perl
57226            ! utils/h2xs.PL
57227 ____________________________________________________________________________
57228 [  7140] By: jhi                                   on 2000/10/04  11:53:44
57229         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
57230              From: nick@babyhippo.com
57231              Date: Wed, 4 Oct 2000 12:06:45 +0100
57232              Message-Id: <20001004120645.A7356@babyhippo.com>
57233              
57234              Retract 7118 and 7135.
57235      Branch: perl
57236            ! installman installperl op.c t/pragma/subs.t
57237 ____________________________________________________________________________
57238 [  7139] By: jhi                                   on 2000/10/03  22:09:41
57239         Log: It is possible to have no hosts database at all.  Pointed out in
57240              
57241              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
57242              From: Peter Prymmer <pvhp@forte.com>
57243              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
57244              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
57245      Branch: metaconfig
57246            ! U/modified/myhostname.U
57247      Branch: perl
57248            ! Configure config_h.SH
57249 ____________________________________________________________________________
57250 [  7138] By: jhi                                   on 2000/10/03  21:49:49
57251         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
57252              From: Peter Prymmer <pvhp@forte.com>
57253              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
57254              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
57255      Branch: perl
57256            ! pp_sys.c
57257 ____________________________________________________________________________
57258 [  7137] By: jhi                                   on 2000/10/03  20:10:05
57259         Log: One remaining nit less at the VMS mailbox sizing.
57260      Branch: perl
57261            ! vms/vms.c
57262 ____________________________________________________________________________
57263 [  7136] By: jhi                                   on 2000/10/03  20:08:47
57264         Log: Test harness update to sync with the new perlcc,
57265              from Simon Cozens.
57266      Branch: perl
57267            ! t/TEST t/UTEST
57268 ____________________________________________________________________________
57269 [  7135] By: jhi                                   on 2000/10/03  15:15:42
57270         Log: Subject: Re: PATCH for 20001003.004
57271              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
57272              From: "AARON B. DOSSETT" <aaron@iglou.com>
57273              Message-Id: <E13gTay-0006od-00@iglou.com>
57274      Branch: perl
57275            ! installman installperl
57276 ____________________________________________________________________________
57277 [  7134] By: jhi                                   on 2000/10/03  15:00:34
57278         Log: Subject: [ID 20001003.006] B::Debug not -w clean
57279              From: Nicholas Clark <nick@babyhippo.co.uk>
57280              Date: Tue, 03 Oct 2000 15:46:32 +0100
57281              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
57282      Branch: perl
57283            ! ext/B/B/Debug.pm
57284 ____________________________________________________________________________
57285 [  7133] By: jhi                                   on 2000/10/03  14:58:39
57286         Log: Scale down the VMS message boxes, by Charles Lane.
57287              Fix for ID 20000903.009, workaround at
57288              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
57289      Branch: perl
57290            ! vms/vms.c
57291 ____________________________________________________________________________
57292 [  7132] By: jhi                                   on 2000/10/03  11:20:37
57293         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
57294      Branch: perl
57295            + t/lib/st-lock.t t/lib/st-utf8.t
57296            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
57297            ! ext/Storable/Storable.xs t/lib/st-recurse.t
57298 ____________________________________________________________________________
57299 [  7131] By: jhi                                   on 2000/10/03  03:38:23
57300         Log: Encode nits.
57301      Branch: perl
57302            ! MANIFEST Makefile.SH
57303 ____________________________________________________________________________
57304 [  7130] By: jhi                                   on 2000/10/03  03:31:05
57305         Log: Update Changes.
57306      Branch: perl
57307            ! Changes patchlevel.h
57308 ____________________________________________________________________________
57309 [  7129] By: jhi                                   on 2000/10/03  02:24:02
57310         Log: Misplaced else.
57311      Branch: metaconfig/U/perl
57312            ! d_strtoll.U
57313      Branch: perl
57314            ! Configure config_h.SH
57315 ____________________________________________________________________________
57316 [  7128] By: jhi                                   on 2000/10/03  02:08:29
57317         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
57318              From: sthoenna@efn.org
57319              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
57320              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
57321      Branch: metaconfig/U/perl
57322            ! d_strtoll.U
57323      Branch: perl
57324            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
57325 ____________________________________________________________________________
57326 [  7127] By: jhi                                   on 2000/10/03  01:13:14
57327         Log: Update Changes.
57328      Branch: perl
57329            ! Changes patchlevel.h
57330 ____________________________________________________________________________
57331 [  7126] By: jhi                                   on 2000/10/03  00:57:08
57332         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
57333              as suggested by Olaf Flebbe and Nick Clark.
57334      Branch: perl
57335            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
57336 ____________________________________________________________________________
57337 [  7125] By: jhi                                   on 2000/10/03  00:50:56
57338         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
57339              From: Nick Clark <nick@plum.flirble.org>
57340              Date: Mon, 2 Oct 2000 11:03:24 +0100
57341              Message-Id: <20001002110324.D20073@plum.flirble.org>
57342              
57343              Also fixes bug ID 20001002.005.
57344      Branch: perl
57345            ! t/lib/encode.t
57346 ____________________________________________________________________________
57347 [  7124] By: jhi                                   on 2000/10/03  00:34:59
57348         Log: Subject: [PATCH 5.7.0] Epoc update
57349              From: Olaf Flebbe <o.flebbe@gmx.de>
57350              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
57351              Message-ID: <26423.969484586@www10.gmx.net>
57352      Branch: perl
57353            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
57354            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
57355            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
57356            ! util.c util.h
57357 ____________________________________________________________________________
57358 [  7123] By: jhi                                   on 2000/10/03  00:30:07
57359         Log: Regen headers.
57360      Branch: perl
57361            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
57362 ____________________________________________________________________________
57363 [  7122] By: jhi                                   on 2000/10/03  00:10:48
57364         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
57365      Branch: perl
57366            ! hints/openbsd.sh
57367 ____________________________________________________________________________
57368 [  7121] By: jhi                                   on 2000/10/03  00:05:06
57369         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
57370              From: <abigail@foad.org>
57371              Date: Tue, 26 Sep 2000 13:36:14 -0400
57372              Message-ID: <20000926173614.4356.qmail@foad.org>
57373      Branch: perl
57374            ! pod/perlop.pod
57375 ____________________________________________________________________________
57376 [  7120] By: jhi                                   on 2000/10/03  00:04:00
57377         Log: Inside require() $^S was always left undefined.
57378              
57379              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
57380              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57381              Date: Wed, 27 Sep 2000 18:54:49 -0400
57382              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
57383      Branch: perl
57384            ! cop.h mg.c pp_ctl.c util.c
57385 ____________________________________________________________________________
57386 [  7119] By: jhi                                   on 2000/10/03  00:00:16
57387         Log: Subject: [PATCH] DLL not restartabke with threaded perl
57388              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
57389              Date: Thu, 28 Sep 2000 09:20:46 +0100
57390              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
57391      Branch: perl
57392            ! perl.c
57393 ____________________________________________________________________________
57394 [  7118] By: jhi                                   on 2000/10/02  23:59:20
57395         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
57396              From: Nicholas Clark <nick@ccl4.org>
57397              Date: Thu, 28 Sep 2000 11:52:24 +0100
57398              Message-ID: <20000928115224.D7924@plum.flirble.org>
57399      Branch: perl
57400            ! op.c
57401 ____________________________________________________________________________
57402 [  7117] By: jhi                                   on 2000/10/02  23:57:51
57403         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
57404              From: Nicholas Clark <nick@babyhippo.co.uk>
57405              Date: Thu, 28 Sep 2000 12:18:10 +0100
57406              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
57407              
57408              Did not apply cleanly, manual intervention was needed.
57409      Branch: perl
57410            ! ext/B/B/Bytecode.pm utils/perlcc.PL
57411 ____________________________________________________________________________
57412 [  7116] By: jhi                                   on 2000/10/02  23:50:40
57413         Log: Document the issue (is not a syntax error, kind of)
57414              
57415              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
57416              From: Nicholas Clark <nick@ccl4.org>
57417              Date: Thu, 28 Sep 2000 17:12:42 +0100
57418              Message-ID: <20000928171242.K7924@plum.flirble.org>
57419      Branch: perl
57420            ! pod/perldata.pod
57421 ____________________________________________________________________________
57422 [  7115] By: jhi                                   on 2000/10/02  23:48:58
57423         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
57424              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57425              Date: Thu, 28 Sep 2000 21:55:31 -0400
57426              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
57427      Branch: perl
57428            ! regexec.c
57429 ____________________________________________________________________________
57430 [  7114] By: jhi                                   on 2000/10/02  23:47:57
57431         Log: Subject: DOC PATCH 5.6.0
57432              From: mjd@plover.com
57433              Date: 30 Sep 2000 06:02:34 -0000
57434              Message-ID: <20000930060234.4559.qmail@plover.com>
57435      Branch: perl
57436            ! pod/perldebguts.pod
57437 ____________________________________________________________________________
57438 [  7113] By: jhi                                   on 2000/10/02  23:46:43
57439         Log: SOCK_DGRAM and listen() do not mix as reported in
57440              
57441              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
57442              From: Petter Reinholdtsen <pere@hungry.com>
57443              Date: Sun, 1 Oct 2000 10:57:20 +0800
57444              Message-Id: <200010010257.KAA05735@localhost.localdomain>
57445              
57446              The patch for 5.7.0+ had to be reengineered, though.
57447      Branch: perl
57448            ! ext/IO/lib/IO/Socket/UNIX.pm
57449 ____________________________________________________________________________
57450 [  7112] By: jhi                                   on 2000/10/02  23:36:57
57451         Log: Subject: Re: [PATCH 5.005_64 missed]
57452              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57453              Date: Sun, 1 Oct 2000 18:50:10 -0400
57454              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
57455      Branch: perl
57456            ! pod/perlxs.pod
57457 ____________________________________________________________________________
57458 [  7111] By: jhi                                   on 2000/10/02  23:35:40
57459         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
57460              From: Radu Greab <radu@netsoft.ro>
57461              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
57462              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
57463      Branch: perl
57464            ! op.c opcode.pl t/op/substr.t
57465 ____________________________________________________________________________
57466 [  7110] By: jhi                                   on 2000/10/02  23:32:38
57467         Log: Subject: [PATCH] Fix aliasing of tied filehandles
57468              From: Daniel Chetlin <daniel@chetlin.com>
57469              Date: Mon, 2 Oct 2000 14:53:27 -0700
57470              Message-ID: <20001002145327.C1617@ilmd>
57471      Branch: perl
57472            ! perl.h pp_hot.c t/op/tiehandle.t
57473 ____________________________________________________________________________
57474 [  7109] By: jhi                                   on 2000/10/02  23:31:30
57475         Log: s/Robin Parker/Robin Barker/
57476      Branch: perl
57477            ! Changes5.6
57478 ____________________________________________________________________________
57479 [  7108] By: jhi                                   on 2000/10/02  23:15:46
57480         Log: Retract #7091 as suggested in
57481              
57482              From: Robin Barker <rmb1@cise.npl.co.uk> 
57483              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
57484              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
57485              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
57486      Branch: perl
57487            ! embed.pl proto.h
57488 ____________________________________________________________________________
57489 [  7107] By: nick                                  on 2000/10/02  18:23:14
57490         Log: A few tweaks to get Tk803 to work with Encode scheme.
57491      Branch: perl
57492            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
57493 ____________________________________________________________________________
57494 [  7106] By: nick                                  on 2000/10/01  21:34:14
57495         Log: Add checking cases to Encode's toUnicode and fromUnicode.
57496      Branch: perl
57497            ! ext/Encode/Encode.pm
57498 ____________________________________________________________________________
57499 [  7105] By: nick                                  on 2000/10/01  17:18:01
57500         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
57501              To read and use them.
57502              Add a lib/encode.t which checks a few things.
57503      Branch: perl
57504            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
57505            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
57506            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
57507            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
57508            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
57509            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
57510            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
57511            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
57512            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
57513            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
57514            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
57515            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
57516            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
57517            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
57518            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
57519            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
57520            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
57521            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
57522            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
57523            + ext/Encode/Encode/iso2022-jp.enc
57524            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
57525            + ext/Encode/Encode/iso8859-1.enc
57526            + ext/Encode/Encode/iso8859-2.enc
57527            + ext/Encode/Encode/iso8859-3.enc
57528            + ext/Encode/Encode/iso8859-4.enc
57529            + ext/Encode/Encode/iso8859-5.enc
57530            + ext/Encode/Encode/iso8859-6.enc
57531            + ext/Encode/Encode/iso8859-7.enc
57532            + ext/Encode/Encode/iso8859-8.enc
57533            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
57534            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
57535            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
57536            + ext/Encode/Encode/macCentEuro.enc
57537            + ext/Encode/Encode/macCroatian.enc
57538            + ext/Encode/Encode/macCyrillic.enc
57539            + ext/Encode/Encode/macDingbats.enc
57540            + ext/Encode/Encode/macGreek.enc
57541            + ext/Encode/Encode/macIceland.enc
57542            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
57543            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
57544            + ext/Encode/Encode/macTurkish.enc
57545            + ext/Encode/Encode/macUkraine.enc
57546            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
57547            + t/lib/encode.t
57548            ! MANIFEST ext/Encode/Encode.pm
57549 ____________________________________________________________________________
57550 [  7104] By: nick                                  on 2000/09/30  13:04:30
57551         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
57552              From: Daniel Chetlin <daniel@chetlin.com>
57553              Date: Mon, 18 Sep 2000 05:05:40 -0700
57554              Message-Id: <20000918050540.C652@ilmd>
57555      Branch: perl
57556            ! lib/overload.pm sv.c t/pragma/overload.t
57557 ____________________________________________________________________________
57558 [  7103] By: nick                                  on 2000/09/30  12:53:36
57559         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
57560              From: Johan Vromans <jvromans@squirrel.nl>
57561              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
57562              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
57563      Branch: perl
57564            ! pod/Makefile.SH
57565 ____________________________________________________________________________
57566 [  7102] By: nick                                  on 2000/09/30  12:52:31
57567         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
57568              From: Spider Boardman <spider@Orb.Nashua.NH.US>
57569              Date: Sat, 16 Sep 2000 16:36:45 -0400
57570              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
57571      Branch: perl
57572            ! ext/B/B/Deparse.pm
57573 ____________________________________________________________________________
57574 [  7101] By: nick                                  on 2000/09/30  12:51:41
57575         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
57576              From: Craig A. Berry <craig.berry@psinetcs.com>
57577              Date: Sat, 16 Sep 2000 10:11:10 -0500
57578              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
57579      Branch: perl
57580            ! vms/vms.c
57581 ____________________________________________________________________________
57582 [  7100] By: nick                                  on 2000/09/30  12:50:33
57583         Log: Subject: Re: unicode support and perl [ID 20000901.097]
57584              From: Spider Boardman <spider@Orb.Nashua.NH.US>
57585              Date: Fri, 15 Sep 2000 16:37:58 -0400
57586              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
57587      Branch: perl
57588            ! t/op/append.t
57589 ____________________________________________________________________________
57590 [  7099] By: nick                                  on 2000/09/30  12:49:35
57591         Log: Subject: Re: unicode support and perl [ID 20000901.097]
57592              From: Spider Boardman <spider@Orb.Nashua.NH.US>
57593              Date: Fri, 15 Sep 2000 16:25:30 -0400
57594              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
57595      Branch: perl
57596            ! pp_hot.c
57597 ____________________________________________________________________________
57598 [  7098] By: nick                                  on 2000/09/30  12:48:00
57599         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
57600              From: Gisle Aas <gisle@ActiveState.com>
57601              Date: 15 Sep 2000 16:23:41 +0200
57602              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
57603      Branch: perl
57604            ! toke.c
57605 ____________________________________________________________________________
57606 [  7097] By: nick                                  on 2000/09/30  12:45:16
57607         Log: Subject: [PATCH] Nits in perlmod.pod
57608              From: Daniel Chetlin <daniel@chetlin.com>
57609              Date: Fri, 15 Sep 2000 02:04:09 -0700
57610              Message-Id: <20000915020409.A2104@ilmd>
57611      Branch: perl
57612            ! pod/perlmod.pod
57613 ____________________________________________________________________________
57614 [  7096] By: nick                                  on 2000/09/30  12:18:00
57615         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
57616              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
57617              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
57618              0 to checking to get the warning.
57619      Branch: perl
57620            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
57621            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
57622            ! regexec.c sv.c toke.c utf8.c
57623 ____________________________________________________________________________
57624 [  7095] By: nick                                  on 2000/09/15  16:55:59
57625         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
57626              
57627              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
57628              From: Spider Boardman <spider@Orb.Nashua.NH.US>
57629              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
57630              Date: Fri, 15 Sep 2000 06:37:30 -0400
57631      Branch: perl
57632            ! ext/Encode/Encode.xs sv.c
57633 ____________________________________________________________________________
57634 [  7094] By: jhi                                   on 2000/09/15  03:23:32
57635         Log: Update Changes.
57636      Branch: perl
57637            ! Changes patchlevel.h
57638 ____________________________________________________________________________
57639 [  7093] By: jhi                                   on 2000/09/15  03:11:44
57640         Log: Fix for the charnames.t failures from Spider Boardman.
57641      Branch: perl
57642            ! toke.c
57643 ____________________________________________________________________________
57644 [  7092] By: jhi                                   on 2000/09/15  00:15:48
57645         Log: Botched the #7090 check-in.
57646      Branch: perl
57647            ! sv.c
57648 ____________________________________________________________________________
57649 [  7091] By: jhi                                   on 2000/09/14  23:33:24
57650         Log: Part of #7081 didn't come through.
57651      Branch: perl
57652            ! embed.pl proto.h
57653 ____________________________________________________________________________
57654 [  7090] By: jhi                                   on 2000/09/14  23:17:39
57655         Log: Subject: Re: perl@7078 
57656              From: Spider Boardman <spider@web.zk3.dec.com>
57657              Date: Thu, 14 Sep 2000 19:06:36 -0400
57658              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
57659      Branch: perl
57660            ! sv.c toke.c
57661 ____________________________________________________________________________
57662 [  7089] By: jhi                                   on 2000/09/14  23:11:21
57663         Log: Small portability tweaks.
57664      Branch: perl
57665            ! ext/Encode/Encode.xs
57666 ____________________________________________________________________________
57667 [  7088] By: jhi                                   on 2000/09/14  22:57:23
57668         Log: Fake return to pacify picky compilers.
57669      Branch: perl
57670            ! ext/Encode/Encode.xs
57671 ____________________________________________________________________________
57672 [  7087] By: jhi                                   on 2000/09/14  22:53:37
57673         Log: Subject: [PATCH] utf8.c apidoc
57674              From: Simon Cozens <simon@cozens.net>
57675              Date: Thu, 14 Sep 2000 23:46:57 +0100
57676              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
57677      Branch: perl
57678            ! perlapi.c pod/perlapi.pod utf8.c
57679 ____________________________________________________________________________
57680 [  7086] By: jhi                                   on 2000/09/14  22:40:38
57681         Log: We don't need to count the high bit bytes, a boolean is enough. 
57682      Branch: perl
57683            ! sv.c
57684 ____________________________________________________________________________
57685 [  7085] By: jhi                                   on 2000/09/14  21:20:09
57686         Log: Replace #7084 with
57687              
57688              Subject: Re: perl@7078 
57689              From: Spider Boardman <spider@web.zk3.dec.com>
57690              Date: Thu, 14 Sep 2000 17:09:36 -0400
57691              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
57692      Branch: perl
57693            ! sv.c utf8.c
57694 ____________________________________________________________________________
57695 [  7084] By: jhi                                   on 2000/09/14  20:03:34
57696         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
57697              convertable to bytes by checking it doesn't go above 0xc3
57698              
57699              Subject: Re: perl@7078
57700              From: Simon Cozens <simon@cozens.net>
57701              Date: Thu, 14 Sep 2000 20:59:19 +0100
57702              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
57703      Branch: perl
57704            ! utf8.c
57705 ____________________________________________________________________________
57706 [  7083] By: jhi                                   on 2000/09/14  19:38:47
57707         Log: Subject: Re: perl@7078
57708              From: Simon Cozens <simon@cozens.net>
57709              Date: Thu, 14 Sep 2000 20:13:09 +0100
57710              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
57711      Branch: perl
57712            ! t/op/bop.t
57713 ____________________________________________________________________________
57714 [  7082] By: jhi                                   on 2000/09/14  17:50:44
57715         Log: The one that got away.
57716      Branch: perl
57717            ! lib/File/Find.pm
57718 ____________________________________________________________________________
57719 [  7081] By: jhi                                   on 2000/09/14  17:45:35
57720         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
57721              From: Robin Barker <rmb1@cise.npl.co.uk>
57722              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
57723              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
57724      Branch: perl
57725            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
57726            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
57727            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
57728            ! regcomp.c toke.c universal.c
57729 ____________________________________________________________________________
57730 [  7080] By: jhi                                   on 2000/09/14  17:40:35
57731         Log: Problems picked up by AIX cc.
57732              
57733              Subject: Re: perl@7078 (patch included)
57734              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57735              Date: Thu, 14 Sep 2000 18:53:30 +0200
57736              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
57737      Branch: perl
57738            ! ext/Encode/Encode.xs
57739 ____________________________________________________________________________
57740 [  7079] By: jhi                                   on 2000/09/14  17:38:27
57741         Log: Subject: File::Find 5.7.0 POD nits
57742              From: Rich Morin <rdm@cfcl.com>
57743              Date: Wed, 13 Sep 2000 22:03:58 -0700
57744              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
57745      Branch: perl
57746            ! lib/File/Find.pm
57747 ____________________________________________________________________________
57748 [  7078] By: jhi                                   on 2000/09/14  14:58:20
57749         Log: Update Changes.
57750      Branch: perl
57751            ! Changes patchlevel.h
57752 ____________________________________________________________________________
57753 [  7077] By: jhi                                   on 2000/09/14  14:55:54
57754         Log: Compilation warnings and an error.
57755      Branch: perl
57756            ! sv.c
57757 ____________________________________________________________________________
57758 [  7076] By: jhi                                   on 2000/09/14  14:42:56
57759         Log: Fix for a parsing bug, not for the original bug.
57760              
57761              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
57762              From: Spider Boardman <spider@web.zk3.dec.com>
57763              Date: Wed, 13 Sep 2000 17:52:20 -0400
57764              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
57765      Branch: perl
57766            ! regcomp.c
57767 ____________________________________________________________________________
57768 [  7075] By: jhi                                   on 2000/09/14  14:40:40
57769         Log: Batch of UTF-8 patches from Simon Cozens.
57770      Branch: perl
57771            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
57772            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
57773            ! toke.c utf8.c
57774 ____________________________________________________________________________
57775 [  7074] By: jhi                                   on 2000/09/14  14:29:58
57776         Log: Subject: Re: Two advertising clauses need to be removed
57777              From: Russ Allbery <rra@stanford.edu>
57778              Date: 13 Sep 2000 18:50:26 -0700
57779              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
57780      Branch: perl
57781            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
57782 ____________________________________________________________________________
57783 [  7073] By: jhi                                   on 2000/09/14  14:28:20
57784         Log: Subject: [PATCH] de-wall t/README
57785              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57786              Date: Wed, 13 Sep 2000 17:46:55 -0700
57787              Message-ID: <//Bw5gzkge/e092yn@efn.org>
57788      Branch: perl
57789            ! t/README
57790 ____________________________________________________________________________
57791 [  7072] By: jhi                                   on 2000/09/14  14:25:10
57792         Log: Hints optimization.
57793              
57794              Subject: Minor nit
57795              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57796              Date: Wed, 13 Sep 2000 21:42:07 +0200
57797              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
57798      Branch: perl
57799            ! hints/hpux.sh
57800 ____________________________________________________________________________
57801 [  7071] By: jhi                                   on 2000/09/14  14:23:30
57802         Log: Allow chop() and chomp() to be overridden.
57803              
57804              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
57805              From: "Casey R. Tweten" <crt@kiski.net>
57806              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
57807              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
57808      Branch: perl
57809            ! toke.c
57810 ____________________________________________________________________________
57811 [  7070] By: jhi                                   on 2000/09/14  14:20:36
57812         Log: The return value of setlocale must be copied away.
57813              
57814              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
57815              From: Alan Burlison <Alan.Burlison@uk.sun.com>
57816              Date: Wed, 13 Sep 2000 16:27:37 +0100 
57817              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
57818      Branch: perl
57819            ! util.c
57820 ____________________________________________________________________________
57821 [  7069] By: jhi                                   on 2000/09/14  14:16:27
57822         Log: Remove vestiges of tr//CU.
57823              
57824              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
57825              From: Nick Clark <nick@plum.flirble.org>
57826              Date: Tue, 12 Sep 2000 22:50:14 +0100
57827              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
57828              
57829              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
57830              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57831              Date: Tue, 12 Sep 2000 21:38:48 -0700
57832              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
57833      Branch: perl
57834            ! op.h pod/perlunicode.pod
57835 ____________________________________________________________________________
57836 [  7068] By: jhi                                   on 2000/09/13  14:18:39
57837         Log: Add the Encode extension.  The code is still largely just skeleton.
57838      Branch: perl
57839            + ext/Encode/Encode.pm ext/Encode/Encode.xs
57840            + ext/Encode/Makefile.PL ext/Encode/Todo
57841            ! MANIFEST Todo-5.6
57842 ____________________________________________________________________________
57843 [  7067] By: jhi                                   on 2000/09/12  17:43:33
57844         Log: Allow for whitespace between "#" and "line" in cpp output.
57845              
57846              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
57847              From: Calle Dybedahl <calle@lysator.liu.se>
57848              Date: 12 Sep 2000 19:38:02 +0200 
57849              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
57850      Branch: perl
57851            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
57852 ____________________________________________________________________________
57853 [  7066] By: gsar                                  on 2000/09/12  17:24:29
57854         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
57855              initialization in all the threads on Windows
57856      Branch: perl
57857            ! win32/win32.c
57858 ____________________________________________________________________________
57859 [  7065] By: jhi                                   on 2000/09/12  15:11:31
57860         Log: Update Changes.
57861      Branch: perl
57862            ! Changes patchlevel.h
57863 ____________________________________________________________________________
57864 [  7064] By: jhi                                   on 2000/09/12  14:54:54
57865         Log: Retract #7062, the pod tests are not ready.
57866      Branch: perl
57867            ! t/TEST t/harness
57868 ____________________________________________________________________________
57869 [  7063] By: jhi                                   on 2000/09/12  14:25:41
57870         Log: The #7054 truncated Configure badly.
57871      Branch: metaconfig/U/perl
57872            ! End.U
57873      Branch: perl
57874            ! Configure config_h.SH
57875 ____________________________________________________________________________
57876 [  7062] By: jhi                                   on 2000/09/12  14:08:32
57877         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
57878              From: sthoenna@efn.org
57879              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
57880              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
57881      Branch: perl
57882            ! t/TEST t/harness
57883 ____________________________________________________________________________
57884 [  7061] By: jhi                                   on 2000/09/12  14:07:18
57885         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
57886              From: sthoenna@efn.org
57887              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
57888              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
57889      Branch: perl
57890            ! pod/perlxs.pod
57891 ____________________________________________________________________________
57892 [  7060] By: jhi                                   on 2000/09/12  14:06:08
57893         Log: Break up the myconfig lines a bit.
57894              
57895              Subject: perlbug/perl -V output format
57896              From: sthoenna@efn.org
57897              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
57898              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
57899      Branch: perl
57900            ! myconfig.SH
57901 ____________________________________________________________________________
57902 [  7059] By: jhi                                   on 2000/09/12  14:05:04
57903         Log: Test for the #7049.
57904              
57905              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
57906              From: andreas.koenig@anima.de (Andreas J. Koenig)
57907              Date: 12 Sep 2000 06:42:01 +0200
57908              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
57909      Branch: perl
57910            ! t/op/my.t
57911 ____________________________________________________________________________
57912 [  7058] By: jhi                                   on 2000/09/12  14:03:05
57913         Log: Subject: [patch: perl@7045] vms updates
57914              From: Peter Prymmer <pvhp@forte.com>
57915              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
57916              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
57917      Branch: perl
57918            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
57919 ____________________________________________________________________________
57920 [  7057] By: jhi                                   on 2000/09/12  14:00:51
57921         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
57922              From: sthoenna@efn.org
57923              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
57924              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
57925      Branch: perl
57926            ! t/op/64bitint.t
57927 ____________________________________________________________________________
57928 [  7056] By: jhi                                   on 2000/09/12  13:58:14
57929         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
57930              From: Jeff Pinyan <jeffp@crusoe.net>
57931              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
57932              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
57933      Branch: perl
57934            ! pod/perlfunc.pod
57935 ____________________________________________________________________________
57936 [  7055] By: jhi                                   on 2000/09/12  13:56:32
57937         Log: Do in VMS as the #7054 does.
57938      Branch: perl
57939            ! configure.com
57940 ____________________________________________________________________________
57941 [  7054] By: jhi                                   on 2000/09/12  13:50:31
57942         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
57943              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
57944              Date: Mon, 11 Sep 2000 08:33:09 +0100
57945              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
57946      Branch: metaconfig/U/perl
57947            ! End.U
57948      Branch: perl
57949            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
57950            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
57951 ____________________________________________________________________________
57952 [  7053] By: jhi                                   on 2000/09/12  13:29:19
57953         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
57954              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57955              Date:     Tue, 12 Sep 2000 08:35:59 EDT
57956              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
57957      Branch: perl
57958            ! vms/test.com
57959 ____________________________________________________________________________
57960 [  7052] By: jhi                                   on 2000/09/11  23:01:50
57961         Log: Document the SvUTF8*().
57962      Branch: perl
57963            ! pod/perlapi.pod sv.h
57964 ____________________________________________________________________________
57965 [  7051] By: gsar                                  on 2000/09/11  14:46:30
57966         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
57967              (missed a spot when fixing up op_pmreplroot hack for ithreads)
57968      Branch: perl
57969            ! op.c t/op/split.t
57970 ____________________________________________________________________________
57971 [  7050] By: nick                                  on 2000/09/11  10:03:51
57972         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
57973              
57974              Subject: borland C++ win32.c tweak
57975              From: Vadim Konovalov <vkonovalov@lucent.com>
57976              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
57977              Date: Mon, 11 Sep 2000 11:22:33 +0400
57978      Branch: perl
57979            ! win32/win32.c
57980 ____________________________________________________________________________
57981 [  7049] By: nick                                  on 2000/09/11  09:57:33
57982         Log: Point fix for s/// on foreach (keys %xxx).
57983      Branch: perl
57984            ! pp_hot.c
57985 ____________________________________________________________________________
57986 [  7048] By: jhi                                   on 2000/09/10  23:37:09
57987         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
57988              by Pod::Text, from Brad Appleton.
57989      Branch: perl
57990            ! t/pod/testp2pt.pl
57991 ____________________________________________________________________________
57992 [  7047] By: jhi                                   on 2000/09/10  14:32:53
57993         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
57994              by Russ Allbery.
57995      Branch: perl
57996            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
57997 ____________________________________________________________________________
57998 [  7046] By: jhi                                   on 2000/09/10  14:15:08
57999         Log: Upgrade to CPAN 1.57_65, from Andreas König.
58000      Branch: perl
58001            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
58002 ____________________________________________________________________________
58003 [  7045] By: jhi                                   on 2000/09/08  21:36:32
58004         Log: Update Changes.
58005      Branch: perl
58006            ! Changes patchlevel.h
58007 ____________________________________________________________________________
58008 [  7044] By: jhi                                   on 2000/09/08  21:29:56
58009         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
58010              From: Peter Prymmer <pvhp@forte.com>
58011              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
58012              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
58013      Branch: perl
58014            ! configure.com
58015 ____________________________________________________________________________
58016 [  7043] By: jhi                                   on 2000/09/08  21:27:50
58017         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
58018              From: Peter Prymmer <pvhp@forte.com>
58019              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
58020              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
58021      Branch: perl
58022            ! Makefile.SH installperl
58023 ____________________________________________________________________________
58024 [  7042] By: jhi                                   on 2000/09/08  21:23:21
58025         Log: Continue #7041.
58026      Branch: perl
58027            ! cygwin/Makefile.SHs os2/Makefile.SHs
58028 ____________________________________________________________________________
58029 [  7041] By: jhi                                   on 2000/09/08  21:18:10
58030         Log: Do away with memory models cruft.  Sorry, PDP users.
58031      Branch: metaconfig
58032            ! U/modified/cc.U U/modified/libpth.U
58033      Branch: perl
58034            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
58035            ! Porting/config_H cflags.SH config_h.SH configure.com
58036            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
58037            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
58038            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
58039 ____________________________________________________________________________
58040 [  7040] By: jhi                                   on 2000/09/08  14:34:18
58041         Log: Major rewrite of s2p.  And I mean really major, it is
58042              an implementation of sed in perl.  If called as s2p it
58043              will function as s2p.  Note: needs non-UNIXifying.
58044              
58045              Subject: s2p
58046              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
58047              Date: Mon, 28 Aug 2000 14:05:12 +0200
58048              Message-ID: <39AA5578.2102E2AA@alcatel.at>
58049      Branch: perl
58050            ! x2p/s2p.PL
58051 ____________________________________________________________________________
58052 [  7039] By: jhi                                   on 2000/09/08  14:19:49
58053         Log: Re-allow vec() for characters > 255.
58054              
58055              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
58056              From: Spider Boardman <spider@web.zk3.dec.com>
58057              Date: Fri, 08 Sep 2000 02:21:02 -0400
58058              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
58059      Branch: perl
58060            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
58061            ! t/op/vec.t
58062 ____________________________________________________________________________
58063 [  7038] By: jhi                                   on 2000/09/08  14:14:18
58064         Log: Subject: [PATCH lib/Benchmark.pm]
58065              From: <abigail@foad.org>
58066              Date: Thu, 7 Sep 2000 15:03:20 -0400
58067              Message-ID: <20000907190320.888.qmail@foad.org>
58068      Branch: perl
58069            ! lib/Benchmark.pm
58070 ____________________________________________________________________________
58071 [  7037] By: jhi                                   on 2000/09/08  14:11:06
58072         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
58073              
58074              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
58075              From: Spider Boardman <spider@web.zk3.dec.com>
58076              Date: Fri, 08 Sep 2000 01:30:27 -0400
58077              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
58078      Branch: perl
58079            ! op.c
58080 ____________________________________________________________________________
58081 [  7036] By: jhi                                   on 2000/09/08  14:08:58
58082         Log: Subject: [ID 20000908.002] perlipc documentation bug.
58083              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
58084              Date: Fri, 08 Sep 2000 12:38:32 +0200
58085              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
58086      Branch: perl
58087            ! pod/perlipc.pod
58088 ____________________________________________________________________________
58089 [  7035] By: jhi                                   on 2000/09/08  14:03:12
58090         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
58091              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58092              Date: Fri, 08 Sep 2000 11:47:34 +0200
58093              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
58094      Branch: perl
58095            ! hints/dec_osf.sh
58096 ____________________________________________________________________________
58097 [  7034] By: jhi                                   on 2000/09/08  13:59:35
58098         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
58099              From: Simon Cozens <simon@cozens.net>
58100              Date: Thu, 7 Sep 2000 20:40:38 +0100
58101              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
58102      Branch: perl
58103            ! pp_hot.c
58104 ____________________________________________________________________________
58105 [  7033] By: jhi                                   on 2000/09/08  04:03:03
58106         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
58107              From: "Larry W. Virden" <lvirden@cas.org>
58108              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
58109              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
58110      Branch: perl
58111            ! pod/perldiag.pod
58112 ____________________________________________________________________________
58113 [  7032] By: jhi                                   on 2000/09/07  22:18:30
58114         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
58115              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
58116              Date: Mon, 04 Sep 2000 13:16:38 -0700
58117              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
58118      Branch: perl
58119            ! lib/perl5db.pl
58120 ____________________________________________________________________________
58121 [  7031] By: jhi                                   on 2000/09/07  22:02:29
58122         Log: Fix the ccversion detection for 5.1 and beyond.
58123              
58124              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
58125              From: Spider Boardman <spider@leggy.zk3.dec.com>
58126              Date: Thu, 7 Sep 2000 17:54:27 -0400
58127              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
58128      Branch: perl
58129            ! hints/dec_osf.sh
58130 ____________________________________________________________________________
58131 [  7030] By: jhi                                   on 2000/09/07  19:12:28
58132         Log: Fix for
58133              
58134              Subject: [ID 20000903.001] \w in utf8-strings
58135              From: Marc Lehmann <pcg@goof.com>
58136              Date: Sun, 03 Sep 2000 09:44:29 +0200
58137              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
58138              
58139              and various related nits.
58140      Branch: perl
58141            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
58142 ____________________________________________________________________________
58143 [  7029] By: jhi                                   on 2000/09/07  18:49:09
58144         Log: Fix the URL, but the server is still missing in action.
58145              
58146              Subject: [ID 20000905.002] perlfaq1.pod URL error
58147              From: "Larry W. Virden" <lvirden@cas.org>
58148              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
58149              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
58150      Branch: perl
58151            ! pod/perlfaq1.pod
58152 ____________________________________________________________________________
58153 [  7028] By: jhi                                   on 2000/09/07  18:47:13
58154         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
58155              From: Hugo <hv@crypt.compulink.co.uk>
58156              Date: Tue, 05 Sep 2000 14:13:37 +0100
58157              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
58158      Branch: perl
58159            ! toke.c
58160 ____________________________________________________________________________
58161 [  7027] By: jhi                                   on 2000/09/07  18:45:35
58162         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
58163              From: Daniel Chetlin <daniel@chetlin.com>
58164              Date: Tue, 5 Sep 2000 04:57:07 -0700
58165              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
58166      Branch: perl
58167            ! pod/perlfaq6.pod pod/perlop.pod
58168 ____________________________________________________________________________
58169 [  7026] By: jhi                                   on 2000/09/07  18:44:01
58170         Log: Document the new ref() semantics.
58171              
58172              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
58173              From: Gisle Aas <gisle@ActiveState.com>
58174              Date: 05 Sep 2000 08:10:30 +0200
58175              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
58176      Branch: perl
58177            ! pod/perldelta.pod
58178 ____________________________________________________________________________
58179 [  7025] By: jhi                                   on 2000/09/07  18:42:27
58180         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
58181              
58182              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
58183              From: Gisle Aas <gisle@ActiveState.com>
58184              Date: 05 Sep 2000 08:11:40 +0200
58185              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
58186      Branch: perl
58187            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
58188 ____________________________________________________________________________
58189 [  7024] By: jhi                                   on 2000/09/07  18:39:32
58190         Log: Subject: [PATCH] Modernize Opcode.pm documentation
58191              From: Gisle Aas <gisle@ActiveState.com>
58192              Date: 4 Sep 2000 00:18:55 -0000
58193              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
58194      Branch: perl
58195            ! ext/Opcode/Opcode.pm
58196 ____________________________________________________________________________
58197 [  7023] By: jhi                                   on 2000/09/07  18:37:42
58198         Log: Subject: [PATCH] Tied filehandle documentation
58199              From: Gisle Aas <gisle@ActiveState.com>
58200              Date: 4 Sep 2000 00:14:40 -0000
58201              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
58202      Branch: perl
58203            ! pod/perlfunc.pod pod/perltie.pod
58204 ____________________________________________________________________________
58205 [  7022] By: jhi                                   on 2000/09/07  18:35:37
58206         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
58207              From: Gisle Aas <gisle@ActiveState.com>
58208              Date: 4 Sep 2000 00:04:22 -0000
58209              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
58210      Branch: perl
58211            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
58212 ____________________________________________________________________________
58213 [  7021] By: jhi                                   on 2000/09/07  18:33:22
58214         Log: Subject: small apidoc fix
58215              From: Marc Lehmann <pcg@goof.com>
58216              Date: Sun, 3 Sep 2000 05:12:06 +0200
58217              Message-ID: <20000903051206.A5909@cerebro.laendle>
58218      Branch: perl
58219            ! pod/perlapi.pod utf8.c
58220 ____________________________________________________________________________
58221 [  7020] By: jhi                                   on 2000/09/07  16:14:57
58222         Log: Tiny perldelta nits.
58223      Branch: perl
58224            ! pod/perldelta.pod
58225 ____________________________________________________________________________
58226 [  7019] By: jhi                                   on 2000/09/07  16:04:20
58227         Log: Guard against bad string->int conversion for quads.
58228      Branch: perl
58229            ! t/op/64bitint.t
58230 ____________________________________________________________________________
58231 [  7018] By: jhi                                   on 2000/09/06  17:07:03
58232         Log: Update Unicode todo list.
58233      Branch: perl
58234            ! Todo-5.6
58235 ____________________________________________________________________________
58236 [  7017] By: jhi                                   on 2000/09/05  21:16:01
58237         Log: Document the SvIOK_.*UV().
58238      Branch: perl
58239            ! pod/perlapi.pod sv.h
58240 ____________________________________________________________________________
58241 [  7016] By: nick                                  on 2000/09/03  21:54:46
58242         Log: Hash lookup of constant strings optimization:
58243              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
58244              to string table (as per sharepvn). Add newSV_pvn_share to create such
58245              a thing. Make hv.c compare addresses of strings and skip string compare
58246              if equal. Make method_named and helem ops use these shared-string SVs
58247              when arg is constant. Make keys op return shared-string SVs (less clearly
58248              a win).
58249      Branch: perl
58250            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
58251            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
58252            ! pod/perlintern.pod pp_hot.c proto.h sv.c
58253 ____________________________________________________________________________
58254 [  7015] By: jhi                                   on 2000/09/02  17:48:59
58255         Log: This is 5.7.0.
58256      Branch: perl
58257            ! Changes
58258 ____________________________________________________________________________
58259 [  7014] By: jhi                                   on 2000/09/02  17:35:45
58260         Log: Changes and patchlevel tweaks.
58261      Branch: perl
58262            ! Changes patchlevel.h
58263 ____________________________________________________________________________
58264 [  7013] By: jhi                                   on 2000/09/02  17:30:50
58265         Log: Update Changes.
58266      Branch: perl
58267            ! Changes patchlevel.h
58268 ____________________________________________________________________________
58269 [  7012] By: nick                                  on 2000/09/02  17:25:20
58270         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
58271      Branch: perl
58272            ! gv.c lib/overload.pm
58273 ____________________________________________________________________________
58274 [  7011] By: jhi                                   on 2000/09/02  17:16:25
58275         Log: Update perlhist.
58276      Branch: perl
58277            ! pod/perlhist.pod
58278 ____________________________________________________________________________
58279 [  7010] By: jhi                                   on 2000/09/02  17:01:35
58280         Log: perldelta nits.
58281      Branch: perl
58282            ! pod/perldelta.pod
58283 ____________________________________________________________________________
58284 [  7009] By: nick                                  on 2000/09/02  16:48:35
58285         Log: If overloaded %{} etc. return the object do not loop.
58286              Thus  sub deref { $_[0] } functions if object is wanted type.
58287      Branch: perl
58288            ! pp.h
58289 ____________________________________________________________________________
58290 [  7008] By: jhi                                   on 2000/09/02  16:26:11
58291         Log: Retab MANIFEST.
58292      Branch: perl
58293            ! ext/Storable/MANIFEST
58294 ____________________________________________________________________________
58295 [  7007] By: jhi                                   on 2000/09/02  16:23:02
58296         Log: Make certain cc is set before trying to run it.
58297      Branch: perl
58298            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
58299 ____________________________________________________________________________
58300 [  7006] By: jhi                                   on 2000/09/02  15:45:41
58301         Log: Unicode notes.
58302      Branch: perl
58303            ! pod/perldelta.pod
58304 ____________________________________________________________________________
58305 [  7005] By: jhi                                   on 2000/09/02  15:42:11
58306         Log: Various Configure nits by Philip Newton,
58307              plus the ebcdic one by me.
58308      Branch: metaconfig
58309            + U/modified/pager.U
58310            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
58311      Branch: metaconfig/U/perl
58312            ! Devel.U quadfio.U
58313      Branch: perl
58314            ! Configure config_h.SH
58315 ____________________________________________________________________________
58316 [  7004] By: jhi                                   on 2000/09/02  15:06:14
58317         Log: Apparently avoiding the swapping is too costly.
58318              
58319              From: "Ben Tilly" <ben_tilly@hotmail.com>
58320              Subject: Re: the door is closed.
58321              Date: Fri, 01 Sep 2000 20:23:16 EDT
58322              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
58323      Branch: perl
58324            ! pod/perlfaq4.pod
58325 ____________________________________________________________________________
58326 [  7003] By: nick                                  on 2000/09/02  12:26:04
58327         Log: Undo part of change 6489 which looks like a bulk edit which
58328              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
58329              The supressing of main:: on return from select() is undesirable.
58330      Branch: perl
58331            ! pp_sys.c
58332 ____________________________________________________________________________
58333 [  7002] By: jhi                                   on 2000/09/01  23:08:54
58334         Log: Update Changes.
58335      Branch: perl
58336            ! Changes patchlevel.h
58337 ____________________________________________________________________________
58338 [  7001] By: jhi                                   on 2000/09/01  23:00:13
58339         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
58340              From: Peter Prymmer <pvhp@forte.com>
58341              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
58342              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
58343              
58344              plus rework the http: spots as suggested by Tom Christiansen,
58345              plus regen perltoc.
58346      Branch: perl
58347            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
58348            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
58349 ____________________________________________________________________________
58350 [  7000] By: jhi                                   on 2000/09/01  22:36:01
58351         Log: Only the first line, thank you very much.
58352      Branch: perl
58353            ! hints/solaris_2.sh
58354 ____________________________________________________________________________
58355 [  6999] By: gsar                                  on 2000/09/01  22:16:40
58356         Log: change#6791 accidentally clobbered change#6710, put it back
58357      Branch: perl
58358            ! win32/win32.c
58359 ____________________________________________________________________________
58360 [  6998] By: jhi                                   on 2000/09/01  22:14:16
58361         Log: Mention the HP-UX LP64 freak failure.
58362      Branch: perl
58363            ! pod/perldelta.pod
58364 ____________________________________________________________________________
58365 [  6997] By: jhi                                   on 2000/09/01  21:48:32
58366         Log: Detypo.
58367      Branch: perl
58368            ! hints/hpux.sh
58369 ____________________________________________________________________________
58370 [  6996] By: jhi                                   on 2000/09/01  21:27:10
58371         Log: Update Changes.
58372      Branch: perl
58373            ! Changes patchlevel.h
58374 ____________________________________________________________________________
58375 [  6995] By: jhi                                   on 2000/09/01  21:14:24
58376         Log: Mi splgn s gnin.g
58377      Branch: perl
58378            ! pp_ctl.c
58379 ____________________________________________________________________________
58380 [  6994] By: jhi                                   on 2000/09/01  21:09:54
58381         Log: Subject: http:// in L<>
58382              From: Nicholas Clark <nick@ccl4.org>
58383              Date: Fri, 1 Sep 2000 22:03:21 +0100
58384              Message-ID: <20000901220321.B72074@plum.flirble.org>
58385      Branch: perl
58386            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
58387 ____________________________________________________________________________
58388 [  6993] By: jhi                                   on 2000/09/01  21:06:54
58389         Log: Update to Storable 1.0, from Raphael Manfredi.
58390      Branch: perl
58391            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
58392            ! ext/Storable/Makefile.PL ext/Storable/README
58393            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
58394            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
58395            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
58396            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
58397            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
58398            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
58399 ____________________________________________________________________________
58400 [  6992] By: jhi                                   on 2000/09/01  20:43:05
58401         Log: Mention known sfio+linux buglet.
58402      Branch: perl
58403            ! pod/perldelta.pod
58404 ____________________________________________________________________________
58405 [  6991] By: jhi                                   on 2000/09/01  20:40:11
58406         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
58407              From: Peter Prymmer <pvhp@forte.com>
58408              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
58409              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
58410      Branch: perl
58411            ! vms/vms.c
58412 ____________________________________________________________________________
58413 [  6990] By: jhi                                   on 2000/09/01  20:25:26
58414         Log: Retract #6986.
58415      Branch: perl
58416            ! hints/solaris_2.sh
58417 ____________________________________________________________________________
58418 [  6989] By: jhi                                   on 2000/09/01  20:23:00
58419         Log: Mergesort is back.
58420      Branch: perl
58421            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
58422 ____________________________________________________________________________
58423 [  6988] By: jhi                                   on 2000/09/01  19:37:40
58424         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
58425              From: Mike Guy <mjtg@cam.ac.uk>
58426              Date: Fri, 01 Sep 2000 17:43:33 +0100
58427              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
58428      Branch: perl
58429            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
58430            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
58431 ____________________________________________________________________________
58432 [  6987] By: jhi                                   on 2000/09/01  19:17:10
58433         Log: Regen perltoc.
58434      Branch: perl
58435            ! pod/perltoc.pod
58436 ____________________________________________________________________________
58437 [  6986] By: jhi                                   on 2000/09/01  18:51:10
58438         Log: Subject: Re: Solaris x86 has no SPARC libraries!
58439              From: Lupe Christoph <lupe@lupe-christoph.de>
58440              Date: Fri, 1 Sep 2000 20:41:20 +0200
58441              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
58442      Branch: perl
58443            ! hints/solaris_2.sh
58444 ____________________________________________________________________________
58445 [  6985] By: jhi                                   on 2000/09/01  18:28:10
58446         Log: Update Changes.
58447      Branch: perl
58448            ! Changes patchlevel.h
58449 ____________________________________________________________________________
58450 [  6984] By: jhi                                   on 2000/09/01  18:26:53
58451         Log: Feature ordering tweak.
58452      Branch: perl
58453            ! myconfig.SH
58454 ____________________________________________________________________________
58455 [  6983] By: jhi                                   on 2000/09/01  18:19:50
58456         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
58457              From: <abigail@foad.org>
58458              Date: Fri, 1 Sep 2000 13:07:32 -0400
58459              Message-ID: <20000901170732.18249.qmail@foad.org>
58460      Branch: perl
58461            ! t/pragma/overload.t
58462 ____________________________________________________________________________
58463 [  6982] By: jhi                                   on 2000/09/01  18:17:54
58464         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
58465              so that case-ignoring systems like DCL can tell them from
58466              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
58467      Branch: metaconfig/U/perl
58468            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
58469      Branch: perl
58470            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58471            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
58472            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
58473            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
58474            ! vos/config.def vos/config.h vos/config_h.SH_orig
58475            ! win32/config.bc win32/config.gc win32/config.vc
58476 ____________________________________________________________________________
58477 [  6981] By: nick                                  on 2000/09/01  17:21:57
58478         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
58479              warning when UNTIE exists and instead pass the cound of extra references to
58480              the UNTIE method.
58481      Branch: perl
58482            ! pod/perltie.pod pp_sys.c
58483 ____________________________________________________________________________
58484 [  6980] By: jhi                                   on 2000/09/01  16:54:44
58485         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
58486              From: Peter Prymmer <pvhp@forte.com>
58487              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
58488              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
58489      Branch: perl
58490            ! configure.com
58491 ____________________________________________________________________________
58492 [  6979] By: jhi                                   on 2000/09/01  16:06:20
58493         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
58494              From: Mike Guy <mjtg@cam.ac.uk> 
58495              Date: Fri, 01 Sep 2000 16:49:27 +0100
58496              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
58497      Branch: perl
58498            ! t/base/rs.t
58499 ____________________________________________________________________________
58500 [  6978] By: jhi                                   on 2000/09/01  16:00:42
58501         Log: Update to PodParser 1.18, from Brad Appleton.
58502      Branch: perl
58503            ! lib/Pod/Checker.pm t/pod/find.t
58504 ____________________________________________________________________________
58505 [  6977] By: jhi                                   on 2000/09/01  14:48:58
58506         Log: Subject: Nit in Configure (bleadperl@6961)
58507              From: Lupe Christoph <lupe@lupe-christoph.de>
58508              Date: Fri, 1 Sep 2000 16:34:29 +0200
58509              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
58510      Branch: metaconfig
58511            ! U/compline/ccflags.U
58512      Branch: perl
58513            ! Configure config_h.SH
58514 ____________________________________________________________________________
58515 [  6976] By: jhi                                   on 2000/09/01  14:39:52
58516         Log: Update Changes.
58517      Branch: perl
58518            ! Changes patchlevel.h
58519 ____________________________________________________________________________
58520 [  6975] By: jhi                                   on 2000/09/01  14:37:36
58521         Log: microperl config update.
58522      Branch: perl
58523            ! uconfig.h uconfig.sh
58524 ____________________________________________________________________________
58525 [  6974] By: jhi                                   on 2000/09/01  14:36:53
58526         Log: Document known deficiencies.
58527      Branch: perl
58528            ! pod/perldelta.pod
58529 ____________________________________________________________________________
58530 [  6973] By: jhi                                   on 2000/09/01  14:10:20
58531         Log: Mention warnings fixes and updates.
58532      Branch: perl
58533            ! pod/perldelta.pod
58534 ____________________________________________________________________________
58535 [  6972] By: jhi                                   on 2000/09/01  14:01:52
58536         Log: Drop unused argument.
58537              
58538              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
58539              From: Spider Boardman <spider@web.zk3.dec.com>
58540              Date: Thu, 31 Aug 2000 16:10:15 -0400
58541              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
58542      Branch: perl
58543            ! toke.c
58544 ____________________________________________________________________________
58545 [  6971] By: jhi                                   on 2000/09/01  13:59:24
58546         Log: Add the overload warnings to perldiag.
58547      Branch: perl
58548            ! lib/overload.pm pod/perldiag.pod
58549 ____________________________________________________________________________
58550 [  6970] By: jhi                                   on 2000/09/01  13:55:10
58551         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
58552              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
58553              Date: Fri, 1 Sep 2000 13:43:15 +0100 
58554              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
58555      Branch: perl
58556            ! lib/overload.pm t/pragma/overload.t
58557 ____________________________________________________________________________
58558 [  6969] By: jhi                                   on 2000/09/01  13:52:27
58559         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
58560              From: <abigail@foad.org>
58561              Date: Fri, 1 Sep 2000 05:46:54 -0400
58562              Message-ID: <20000901094654.6476.qmail@foad.org>
58563      Branch: perl
58564            ! lib/overload.pm
58565 ____________________________________________________________________________
58566 [  6968] By: jhi                                   on 2000/09/01  13:50:05
58567         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
58568              From: Daniel Chetlin <daniel@chetlin.com>
58569              Date: Fri, 1 Sep 2000 02:10:55 -0700
58570              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
58571      Branch: perl
58572            ! pod/perlretut.pod
58573 ____________________________________________________________________________
58574 [  6967] By: jhi                                   on 2000/09/01  13:47:54
58575         Log: Part of the solution.
58576              
58577              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
58578              From: Mike Guy <mjtg@cam.ac.uk>
58579              Date: Fri, 01 Sep 2000 14:16:01 +0100
58580              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
58581      Branch: perl
58582            ! gv.c mg.c
58583 ____________________________________________________________________________
58584 [  6966] By: jhi                                   on 2000/09/01  13:46:17
58585         Log: Subject: CPAN.pm beta 1.57_57 for the core
58586              From: andreas.koenig@anima.de (Andreas J. Koenig)
58587              Date: 01 Sep 2000 15:16:31 +0200
58588              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
58589      Branch: perl
58590            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
58591 ____________________________________________________________________________
58592 [  6965] By: jhi                                   on 2000/09/01  13:43:18
58593         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
58594              From: "Craig A. Berry" <craig.berry@psinetcs.com>
58595              Date: Fri, 01 Sep 2000 01:47:22 -0500
58596              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
58597      Branch: perl
58598            ! pod/perldelta.pod vms/vms.c
58599 ____________________________________________________________________________
58600 [  6964] By: jhi                                   on 2000/09/01  13:35:35
58601         Log: File::Temp patches from Andreas König,
58602              
58603              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
58604              From: andreas.koenig@anima.de (Andreas J. Koenig)
58605              Date: 01 Sep 2000 10:07:20 +0200
58606              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
58607              
58608              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
58609              From: andreas.koenig@anima.de (Andreas J. Koenig)
58610              Date: 31 Aug 2000 23:26:08 +0200
58611              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
58612      Branch: perl
58613            ! lib/File/Temp.pm t/lib/ftmp-security.t
58614 ____________________________________________________________________________
58615 [  6963] By: jhi                                   on 2000/09/01  02:22:24
58616         Log: Retract the mergesort code, way too incompatible licensing
58617              and copyrights.
58618      Branch: perl
58619            ! pod/perldelta.pod pp_ctl.c
58620 ____________________________________________________________________________
58621 [  6962] By: jhi                                   on 2000/08/31  23:27:32
58622         Log: Update Changes.
58623      Branch: perl
58624            ! Changes patchlevel.h
58625 ____________________________________________________________________________
58626 [  6961] By: jhi                                   on 2000/08/31  23:20:04
58627         Log: Small tweaks all over.
58628      Branch: metaconfig
58629            ! U/compline/d_gconvert.U
58630      Branch: perl
58631            ! AUTHORS Configure config_h.SH pp_ctl.c
58632 ____________________________________________________________________________
58633 [  6960] By: jhi                                   on 2000/08/31  22:39:36
58634         Log: Further rewording.
58635      Branch: perl
58636            ! pp_ctl.c
58637 ____________________________________________________________________________
58638 [  6959] By: jhi                                   on 2000/08/31  21:26:44
58639         Log: More address tweaking.
58640      Branch: perl
58641            ! AUTHORS Changes
58642 ____________________________________________________________________________
58643 [  6958] By: jhi                                   on 2000/08/31  20:47:25
58644         Log: AUTHORS tweaks, from Peter Prymmer.
58645              
58646              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
58647              From: Peter Prymmer <pvhp@forte.com>
58648              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
58649              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
58650      Branch: perl
58651            ! AUTHORS MAINTAIN
58652 ____________________________________________________________________________
58653 [  6957] By: jhi                                   on 2000/08/31  20:34:43
58654         Log: perldelta tweaks.
58655      Branch: perl
58656            ! pod/perldelta.pod
58657 ____________________________________________________________________________
58658 [  6956] By: jhi                                   on 2000/08/31  19:11:06
58659         Log: Regen perltoc.
58660      Branch: perl
58661            ! pod/perltoc.pod
58662 ____________________________________________________________________________
58663 [  6955] By: jhi                                   on 2000/08/31  19:06:30
58664         Log: Clarify the mergesort situation.
58665      Branch: perl
58666            ! pp_ctl.c
58667 ____________________________________________________________________________
58668 [  6954] By: jhi                                   on 2000/08/31  18:24:17
58669         Log: Move the Solaris 7 scan to use64bitall, make the
58670              failure to find 64-bot sparc libc to mention the
58671              possibility of being in an intel, from Lupe and Alan.
58672      Branch: perl
58673            ! hints/solaris_2.sh
58674 ____________________________________________________________________________
58675 [  6953] By: jhi                                   on 2000/08/31  18:09:20
58676         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
58677              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
58678      Branch: metaconfig
58679            ! U/compline/d_gconvert.U U/threads/archname.U
58680      Branch: metaconfig/U/perl
58681            ! perlxv.U
58682      Branch: perl
58683            ! Configure config_h.SH sv.c
58684 ____________________________________________________________________________
58685 [  6952] By: jhi                                   on 2000/08/31  17:42:24
58686         Log: :: not allowed in pathnames, change to .
58687              
58688              Subject: [PATCH perl@6938] cygwin port
58689              From: "Fifer, Eric" <EFifer@sanwaint.com>
58690              Date: Thu, 31 Aug 2000 16:32:59 +0100
58691              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
58692      Branch: metaconfig/U/perl
58693            ! perlxv.U
58694 ____________________________________________________________________________
58695 [  6951] By: jhi                                   on 2000/08/31  17:02:05
58696         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
58697      Branch: perl
58698            ! perl.h
58699 ____________________________________________________________________________
58700 [  6950] By: jhi                                   on 2000/08/31  16:26:08
58701         Log: More author updates.
58702              
58703              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
58704              From: Simon Cozens <simon@cozens.net>
58705              Date: Thu, 31 Aug 2000 17:13:32 +0100
58706              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
58707      Branch: perl
58708            ! AUTHORS
58709 ____________________________________________________________________________
58710 [  6949] By: jhi                                   on 2000/08/31  16:04:49
58711         Log: POSIX doesn't report long double values under -Duselongdouble
58712              when the long doubles are "real" (bigger than doubles).
58713              
58714              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
58715              From: Spider Boardman <spider@peano.zk3.dec.com>
58716              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
58717              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
58718      Branch: perl
58719            ! ext/POSIX/POSIX.xs
58720 ____________________________________________________________________________
58721 [  6948] By: jhi                                   on 2000/08/31  15:25:10
58722         Log: Update Changes.
58723      Branch: perl
58724            ! Changes patchlevel.h
58725 ____________________________________________________________________________
58726 [  6947] By: jhi                                   on 2000/08/31  15:22:29
58727         Log: Document UNTIE in a very minimalistic way.
58728      Branch: perl
58729            ! pod/perlfunc.pod pod/perltie.pod
58730 ____________________________________________________________________________
58731 [  6946] By: jhi                                   on 2000/08/31  15:15:23
58732         Log: Document known failures.
58733      Branch: perl
58734            ! pod/perldelta.pod
58735 ____________________________________________________________________________
58736 [  6945] By: jhi                                   on 2000/08/31  15:07:00
58737         Log: Don't attach -ld to the archname if pointless.
58738      Branch: metaconfig
58739            ! U/threads/archname.U
58740      Branch: perl
58741            ! Configure config_h.SH
58742 ____________________________________________________________________________
58743 [  6944] By: jhi                                   on 2000/08/31  14:37:42
58744         Log: Wrap the test in eval.
58745              
58746              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
58747              From: Tim Jenness <timj@jach.hawaii.edu>
58748              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
58749              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
58750      Branch: perl
58751            ! t/lib/ftmp-security.t
58752 ____________________________________________________________________________
58753 [  6943] By: jhi                                   on 2000/08/31  14:30:57
58754         Log: Make -Dusemorebits find long doubles in Solaris.
58755      Branch: perl
58756            ! hints/solaris_2.sh
58757 ____________________________________________________________________________
58758 [  6942] By: jhi                                   on 2000/08/31  13:48:45
58759         Log: Clarify the third case of ftmp-security warnings.
58760      Branch: perl
58761            ! INSTALL
58762 ____________________________________________________________________________
58763 [  6941] By: jhi                                   on 2000/08/31  13:40:31
58764         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
58765              From: <abigail@foad.org>
58766              Date: Thu, 31 Aug 2000 01:35:05 -0400
58767              Message-ID: <20000831053505.32120.qmail@foad.org>
58768      Branch: perl
58769            ! pod/perldelta.pod
58770 ____________________________________________________________________________
58771 [  6940] By: jhi                                   on 2000/08/31  13:38:48
58772         Log: Issue useful diagnostic on unknown pod commands.
58773              
58774              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
58775              From: <abigail@foad.org>
58776              Date: Thu, 31 Aug 2000 03:41:18 -0400
58777              Message-ID: <20000831074118.24880.qmail@foad.org>
58778      Branch: perl
58779            ! lib/Pod/Man.pm
58780 ____________________________________________________________________________
58781 [  6939] By: jhi                                   on 2000/08/31  13:34:33
58782         Log: Reveal Borland's isnan.
58783              
58784              Subject: build with BC++ tweak
58785              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
58786              Date: Thu, 31 Aug 2000 13:09:37 +0400
58787              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
58788      Branch: perl
58789            ! win32/win32.h
58790 ____________________________________________________________________________
58791 [  6938] By: jhi                                   on 2000/08/31  05:01:20
58792         Log: Update Changes.
58793      Branch: perl
58794            ! Changes patchlevel.h
58795 ____________________________________________________________________________
58796 [  6937] By: jhi                                   on 2000/08/31  04:26:23
58797         Log: sscanf() may be the only way to read long doubles from strings.
58798      Branch: metaconfig/U/perl
58799            ! longdblfio.U
58800      Branch: perl
58801            ! Configure config_h.SH perl.h util.c
58802 ____________________________________________________________________________
58803 [  6936] By: jhi                                   on 2000/08/31  04:18:19
58804         Log: The #6929 was too skimpy.
58805      Branch: perl
58806            ! sv.c
58807 ____________________________________________________________________________
58808 [  6935] By: jhi                                   on 2000/08/31  02:47:07
58809         Log: Subject: Re: typos in pods
58810              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58811              Date: Wed, 30 Aug 2000 19:25:34 -0700
58812              Message-ID: <eIcr5gzkg25X092yn@efn.org>
58813      Branch: perl
58814            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
58815 ____________________________________________________________________________
58816 [  6934] By: jhi                                   on 2000/08/31  02:42:55
58817         Log: Missed one Unicode file.
58818      Branch: perl
58819            + lib/unicode/UCDFF301.html
58820 ____________________________________________________________________________
58821 [  6933] By: jhi                                   on 2000/08/30  23:42:27
58822         Log: Update Changes.
58823      Branch: perl
58824            ! Changes patchlevel.h
58825 ____________________________________________________________________________
58826 [  6932] By: jhi                                   on 2000/08/30  23:40:07
58827         Log: Mention UNTIE in perldelta.  Still needs documenting
58828              in perltie et alia.
58829      Branch: perl
58830            ! pod/perldelta.pod
58831 ____________________________________________________________________________
58832 [  6931] By: jhi                                   on 2000/08/30  23:36:02
58833         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
58834              From: <abigail@foad.org>
58835              Date: Wed, 30 Aug 2000 19:28:07 -0400
58836              Message-ID: <20000830232807.305.qmail@foad.org>
58837      Branch: perl
58838            ! pod/perldelta.pod
58839 ____________________________________________________________________________
58840 [  6930] By: jhi                                   on 2000/08/30  23:32:40
58841         Log: Update to Unicode 3.0.1.
58842      Branch: perl
58843            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
58844            + lib/unicode/PropList.txt lib/unicode/README.perl
58845            + lib/unicode/UCD301.html lib/unicode/Unicode.301
58846            - lib/unicode/Props.txt lib/unicode/UCD300.html
58847            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
58848            ! (edit 257 files)
58849 ____________________________________________________________________________
58850 [  6929] By: jhi                                   on 2000/08/30  22:38:18
58851         Log: Heap decorruption.
58852              
58853              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
58854              From: Alan Burlison <Alan.Burlison@uk.sun.com>
58855              Date: Wed, 30 Aug 2000 22:39:52 +0100
58856              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
58857      Branch: perl
58858            ! sv.c
58859 ____________________________________________________________________________
58860 [  6928] By: jhi                                   on 2000/08/30  22:29:34
58861         Log: Retract the dummy test, skip the security tests (instead of failing),
58862              explain what the warnings mean.
58863      Branch: perl
58864            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
58865 ____________________________________________________________________________
58866 [  6927] By: jhi                                   on 2000/08/30  22:14:13
58867         Log: Change the internal implementation of sort() to be mergesort
58868              instead of quicksort, from John Linderman <jpl@research.att.com>.
58869              Gives us better worst case, better average case, and stability.
58870              What's there not to like?  (Small fixes for threaded builds
58871              were required).
58872      Branch: perl
58873            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
58874 ____________________________________________________________________________
58875 [  6926] By: jhi                                   on 2000/08/30  20:55:20
58876         Log: A better fix for the Socket building problem from Craig Berry.
58877      Branch: perl
58878            ! vms/vms.c
58879 ____________________________________________________________________________
58880 [  6925] By: jhi                                   on 2000/08/30  20:20:25
58881         Log: Subject: [PATCH] Re: UNTIE method 
58882              From: Nick Ing-Simmons <nik@tiuk.ti.com>
58883              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
58884              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
58885      Branch: perl
58886            ! pp_sys.c t/op/tie.t
58887 ____________________________________________________________________________
58888 [  6924] By: jhi                                   on 2000/08/30  20:17:11
58889         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
58890              From: "Craig A. Berry" <craig.berry@psinetcs.com>
58891              Date: Wed, 30 Aug 2000 15:03:14 -0500
58892              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
58893      Branch: perl
58894            ! vms/vms.c
58895 ____________________________________________________________________________
58896 [  6923] By: jhi                                   on 2000/08/30  20:15:18
58897         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
58898              From: "Craig A. Berry" <craig.berry@psinetcs.com>
58899              Date: Wed, 30 Aug 2000 13:30:36 -0500
58900              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
58901      Branch: perl
58902            ! vms/vms.c
58903 ____________________________________________________________________________
58904 [  6922] By: jhi                                   on 2000/08/30  19:54:43
58905         Log: Better options for rsync.
58906      Branch: perl
58907            ! pod/perlhack.pod
58908 ____________________________________________________________________________
58909 [  6921] By: jhi                                   on 2000/08/30  19:40:16
58910         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
58911              From: Rick Delaney <rick@consumercontact.com>
58912              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
58913              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
58914      Branch: perl
58915            ! pod/perlfunc.pod
58916 ____________________________________________________________________________
58917 [  6920] By: jhi                                   on 2000/08/30  19:36:40
58918         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
58919              From: Peter Prymmer <pvhp@forte.com>
58920              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
58921              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
58922      Branch: perl
58923            ! configure.com
58924 ____________________________________________________________________________
58925 [  6919] By: jhi                                   on 2000/08/30  14:52:02
58926         Log: Update Changes.
58927      Branch: perl
58928            ! Changes patchlevel.h
58929 ____________________________________________________________________________
58930 [  6918] By: jhi                                   on 2000/08/30  14:48:34
58931         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
58932      Branch: perl
58933            ! lib/ExtUtils/typemap
58934 ____________________________________________________________________________
58935 [  6917] By: jhi                                   on 2000/08/30  14:46:34
58936         Log: Subject: typos in pods
58937              From: Nicholas Clark <nick@ccl4.org>
58938              Date: Wed, 30 Aug 2000 01:12:50 +0100
58939              Message-ID: <20000830011249.A61388@plum.flirble.org>
58940      Branch: perl
58941            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
58942            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
58943            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
58944            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
58945 ____________________________________________________________________________
58946 [  6916] By: jhi                                   on 2000/08/30  14:19:09
58947         Log: Document Storable problems on Crays.  (Will have
58948              to document all the other Storable problems, too.)
58949      Branch: perl
58950            ! pod/perldelta.pod
58951 ____________________________________________________________________________
58952 [  6915] By: jhi                                   on 2000/08/30  14:06:02
58953         Log: Subject: [PATCH] fix misc cast warnings
58954              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58955              Date: Tue, 29 Aug 2000 23:16:14 -0700
58956              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
58957      Branch: perl
58958            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
58959            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
58960            ! os2/os2ish.h
58961 ____________________________________________________________________________
58962 [  6914] By: jhi                                   on 2000/08/30  14:03:45
58963         Log: Timestamp mismatch again.  Need to fix this dependence on
58964              config_h.SH timestamp, since it's the contents of config_h.SH
58965              that matter.
58966      Branch: perl
58967            ! uconfig.h uconfig.sh
58968 ____________________________________________________________________________
58969 [  6913] By: jhi                                   on 2000/08/30  13:54:06
58970         Log: Don't say "Perl 5.0 source kit".
58971      Branch: perl
58972            ! perl.c
58973 ____________________________________________________________________________
58974 [  6912] By: jhi                                   on 2000/08/30  13:51:24
58975         Log: Reset archname and archname64 always, forcing them be
58976              recomputed at each Configure run, make Configure and
58977              the hints files agree on the naming of largefiles variables.
58978      Branch: metaconfig
58979            ! U/threads/archname.U
58980      Branch: metaconfig/U/perl
58981            ! use64bits.U
58982      Branch: perl
58983            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
58984            ! hints/linux.sh hints/solaris_2.sh
58985 ____________________________________________________________________________
58986 [  6911] By: jhi                                   on 2000/08/30  13:30:13
58987         Log: Put back the slice accidentally removed by #6907.
58988      Branch: perl
58989            ! hints/solaris_2.sh
58990 ____________________________________________________________________________
58991 [  6910] By: jhi                                   on 2000/08/30  01:24:26
58992         Log: Be consistent: other Net::get* do export theirs.
58993              
58994              Subject: Re: Net::protoent does not export 'getproto'
58995              From: Yasushi Nakajima <sey@jkc.co.jp>
58996              Date: Wed, 30 Aug 2000 09:53:14 +0900
58997              Message-Id: <200008300051.DAA24700@taku.hut.fi>
58998      Branch: perl
58999            ! lib/Net/protoent.pm
59000 ____________________________________________________________________________
59001 [  6909] By: jhi                                   on 2000/08/30  01:17:25
59002         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
59003              From: Gurusamy Sarathy <gsar@ActiveState.com>
59004              Date: Tue, 29 Aug 2000 17:17:07 -0700
59005              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
59006      Branch: perl
59007            ! cop.h
59008 ____________________________________________________________________________
59009 [  6908] By: jhi                                   on 2000/08/30  00:58:05
59010         Log: Update Changes.
59011      Branch: perl
59012            ! Changes patchlevel.h
59013 ____________________________________________________________________________
59014 [  6907] By: jhi                                   on 2000/08/30  00:57:22
59015         Log: Introduce ccname to keep track of what compiler kind of we have.
59016      Branch: metaconfig/U/perl
59017            ! Checkcc.U gccvers.U
59018      Branch: perl
59019            ! Configure config_h.SH hints/solaris_2.sh
59020 ____________________________________________________________________________
59021 [  6906] By: jhi                                   on 2000/08/30  00:25:47
59022         Log: Put back the flags dump as reasoned in
59023              
59024              Subject: Re: [PATCH] Glob dumping
59025              From: Mike Guy <mjtg@cam.ac.uk> 
59026              Date: Tue, 29 Aug 2000 21:41:32 +0100
59027              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
59028      Branch: perl
59029            ! dump.c t/lib/peek.t
59030 ____________________________________________________________________________
59031 [  6905] By: jhi                                   on 2000/08/30  00:16:17
59032         Log: Make the epsilon to be relative, not absolute.
59033              
59034              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
59035              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
59036              Date: Tue, 29 Aug 2000 19:58:56 -0400
59037              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
59038      Branch: perl
59039            ! t/lib/trig.t
59040 ____________________________________________________________________________
59041 [  6904] By: jhi                                   on 2000/08/30  00:13:09
59042         Log: From now on, Gisle is on my list of usual suspects :-)
59043              Retract #6902.
59044      Branch: perl
59045            ! ext/Opcode/Safe.pm
59046 ____________________________________________________________________________
59047 [  6903] By: jhi                                   on 2000/08/29  23:51:20
59048         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
59049              From: "Craig A. Berry" <craig.berry@psinetcs.com>
59050              Date: Tue, 29 Aug 2000 18:43:26 -0500
59051              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
59052      Branch: perl
59053            + vms/vmspipe.com
59054            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
59055            ! vms/vms.c
59056 ____________________________________________________________________________
59057 [  6902] By: jhi                                   on 2000/08/29  23:44:14
59058         Log: Retry what #6882 attempted.
59059              
59060              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
59061              From: Gisle Aas <gisle@ActiveState.com>
59062              Date: 30 Aug 2000 00:33:09 +0200
59063              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
59064      Branch: perl
59065            ! ext/Opcode/Safe.pm
59066 ____________________________________________________________________________
59067 [  6901] By: jhi                                   on 2000/08/29  22:59:32
59068         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
59069              From: Hugo <hv@crypt.compulink.co.uk>
59070              Date: Mon, 12 Jun 2000 19:36:08 +0100
59071              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
59072      Branch: perl
59073            ! sv.c
59074 ____________________________________________________________________________
59075 [  6900] By: jhi                                   on 2000/08/29  22:58:35
59076         Log: Admit that we are leaking scalars.
59077              
59078              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
59079              From: Spider Boardman <spider@leggy.zk3.dec.com>
59080              Date: Tue, 29 Aug 2000 18:48:29 -0400
59081              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
59082      Branch: perl
59083            ! t/pragma/warnings.t
59084 ____________________________________________________________________________
59085 [  6899] By: jhi                                   on 2000/08/29  20:53:13
59086         Log: Update Changes.
59087      Branch: perl
59088            ! Changes patchlevel.h
59089 ____________________________________________________________________________
59090 [  6898] By: jhi                                   on 2000/08/29  20:46:21
59091         Log: Undo namespace pollution of #6878.
59092              
59093              Subject: Re: Net::protoent does not export 'getproto'
59094              From: Mike Guy <mjtg@cam.ac.uk>
59095              Date: Tue, 29 Aug 2000 21:32:37 +0100
59096              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
59097      Branch: perl
59098            ! lib/Net/protoent.pm
59099 ____________________________________________________________________________
59100 [  6897] By: jhi                                   on 2000/08/29  20:44:29
59101         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
59102              From: Peter Prymmer <pvhp@forte.com>
59103              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
59104              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
59105      Branch: perl
59106            ! pod/perlebcdic.pod
59107 ____________________________________________________________________________
59108 [  6896] By: jhi                                   on 2000/08/29  20:40:57
59109         Log: There's no point repeating the 'revision' (5) of perl5.
59110      Branch: metaconfig/U/perl
59111            ! Devel.U patchlevel.U
59112      Branch: perl
59113            ! Configure config_h.SH
59114 ____________________________________________________________________________
59115 [  6895] By: jhi                                   on 2000/08/29  20:16:58
59116         Log: Regen Configure for #6894.
59117      Branch: metaconfig/U/perl
59118            ! perladmin.U
59119      Branch: perl
59120            ! Configure config_h.SH
59121 ____________________________________________________________________________
59122 [  6894] By: jhi                                   on 2000/08/29  19:59:52
59123         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
59124              From: "Philip Newton" <Philip.Newton@gmx.net>
59125              Date: Tue, 29 Aug 2000 21:39:14 +0200
59126              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
59127      Branch: perl
59128            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
59129            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
59130            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
59131            ! utils/perlbug.PL
59132 ____________________________________________________________________________
59133 [  6893] By: jhi                                   on 2000/08/29  19:55:30
59134         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
59135              From: "Philip Newton" <Philip.Newton@gmx.net>
59136              Date: Tue, 29 Aug 2000 21:39:14 +0200
59137              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
59138      Branch: perl
59139            ! installhtml
59140 ____________________________________________________________________________
59141 [  6892] By: jhi                                   on 2000/08/29  19:53:59
59142         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
59143              From: "Philip Newton" <Philip.Newton@gmx.net>
59144              Date: Tue, 29 Aug 2000 21:48:18 +0200
59145              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
59146      Branch: perl
59147            ! lib/File/Temp.pm
59148 ____________________________________________________________________________
59149 [  6891] By: jhi                                   on 2000/08/29  18:30:03
59150         Log: Nail the ID 20000828.023.
59151      Branch: perl
59152            ! ext/Storable/Storable.xs
59153 ____________________________________________________________________________
59154 [  6890] By: jhi                                   on 2000/08/29  16:50:17
59155         Log: Under usethreads the dumped variable is IN_PAD.
59156              
59157              Subject: Re: [PATCH] Glob dumping
59158              From: Gisle Aas <gisle@ActiveState.com>
59159              Date: 29 Aug 2000 18:45:05 +0200
59160              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
59161      Branch: perl
59162            ! t/lib/peek.t
59163 ____________________________________________________________________________
59164 [  6889] By: jhi                                   on 2000/08/29  15:17:37
59165         Log: Update Changes.
59166      Branch: perl
59167            ! Changes patchlevel.h
59168 ____________________________________________________________________________
59169 [  6888] By: jhi                                   on 2000/08/29  14:49:59
59170         Log: Retract #6882, broke the safe tests.
59171      Branch: perl
59172            ! ext/Opcode/Safe.pm
59173 ____________________________________________________________________________
59174 [  6887] By: jhi                                   on 2000/08/29  14:47:06
59175         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
59176              From: Gisle Aas <gisle@ActiveState.com> 
59177              Date: 09 Jun 2000 20:00:11 +0200
59178              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
59179      Branch: perl
59180            ! utils/perldoc.PL
59181 ____________________________________________________________________________
59182 [  6886] By: jhi                                   on 2000/08/29  14:42:45
59183         Log: The #6881 removed one dump line.
59184      Branch: perl
59185            ! t/lib/peek.t
59186 ____________________________________________________________________________
59187 [  6885] By: jhi                                   on 2000/08/29  14:30:47
59188         Log: Don't forget to tidy up.
59189      Branch: perl
59190            ! t/lib/ftmp-security.t
59191 ____________________________________________________________________________
59192 [  6884] By: jhi                                   on 2000/08/29  14:25:17
59193         Log: Disabling the one test is a bit tricky.
59194      Branch: perl
59195            ! t/lib/ftmp-security.t
59196 ____________________________________________________________________________
59197 [  6883] By: jhi                                   on 2000/08/29  14:16:25
59198         Log: Disable one of the tests for now.
59199      Branch: perl
59200            ! t/lib/ftmp-security.t
59201 ____________________________________________________________________________
59202 [  6882] By: jhi                                   on 2000/08/29  14:05:50
59203         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
59204              From: gisle@aas.no
59205              Date: 29 Aug 2000 10:35:06 -0000
59206              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
59207      Branch: perl
59208            ! ext/Opcode/Safe.pm
59209 ____________________________________________________________________________
59210 [  6881] By: jhi                                   on 2000/08/29  14:03:51
59211         Log: Subject: [PATCH] Glob dumping
59212              From: Gisle Aas <gisle@ActiveState.com>
59213              Date: 29 Aug 2000 07:59:42 -0000
59214              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
59215      Branch: perl
59216            ! dump.c
59217 ____________________________________________________________________________
59218 [  6880] By: jhi                                   on 2000/08/29  14:02:01
59219         Log: Subject: [PATCH] Warnings in B::Deparse
59220              From: <abigail@foad.org>
59221              Date: Tue, 29 Aug 2000 00:00:01 -0400
59222              Message-ID: <20000829040001.2999.qmail@foad.org>
59223      Branch: perl
59224            ! ext/B/B/Deparse.pm
59225 ____________________________________________________________________________
59226 [  6879] By: jhi                                   on 2000/08/29  13:57:26
59227         Log: Missed a change in #6869.
59228      Branch: perl
59229            ! mg.c
59230 ____________________________________________________________________________
59231 [  6878] By: jhi                                   on 2000/08/29  13:45:04
59232         Log: Subject: Net::protoent does not export 'getproto'
59233              From: Yasushi Nakajima <sey@jkc.co.jp>
59234              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
59235      Branch: perl
59236            ! lib/Net/protoent.pm
59237 ____________________________________________________________________________
59238 [  6877] By: jhi                                   on 2000/08/29  13:39:19
59239         Log: Patches all over for people and the files they (hopefully) care about.
59240      Branch: perl
59241            ! AUTHORS Changes MAINTAIN
59242 ____________________________________________________________________________
59243 [  6876] By: jhi                                   on 2000/08/29  12:53:54
59244         Log: Fix for thinko in #6848.
59245              
59246              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
59247              From: Lupe Christoph <lupe@lupe-christoph.de>
59248              Date: Tue, 29 Aug 2000 09:04:08 +0200
59249              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
59250      Branch: perl
59251            ! ext/Thread/Thread.xs
59252 ____________________________________________________________________________
59253 [  6875] By: jhi                                   on 2000/08/29  12:50:14
59254         Log: Update to Getopt::Long 2.24, from Johan Vromans.
59255      Branch: perl
59256            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
59257 ____________________________________________________________________________
59258 [  6874] By: jhi                                   on 2000/08/29  02:09:53
59259         Log: Use minimal @INC in tests, most of the time just '../lib',
59260              so that we simply can't pick up stuff from other Perls than
59261              the one we are testing.  Pointed out by
59262              
59263              From: Mike Guy <mjtg@cam.ac.uk>
59264              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
59265              Date: Fri, 25 Aug 2000 15:15:59 +0100
59266              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
59267      Branch: perl
59268            ! (edit 185 files)
59269 ____________________________________________________________________________
59270 [  6873] By: jhi                                   on 2000/08/29  01:07:11
59271         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
59272              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59273              Date: Mon, 28 Aug 2000 17:45:52 -0700
59274              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
59275      Branch: perl
59276            ! Makefile.SH hints/os2.sh
59277 ____________________________________________________________________________
59278 [  6872] By: jhi                                   on 2000/08/28  23:33:39
59279         Log: Subject: [PATCH bleedperl@6866] spellings
59280              From: marcel@codewerk.com (Marcel Grunauer)
59281              Date: Tue, 29 Aug 2000 01:19:59 +0200
59282              Message-Id: <200008282319.BAA29862@gandalf.local>
59283      Branch: perl
59284            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
59285            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
59286            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
59287 ____________________________________________________________________________
59288 [  6871] By: jhi                                   on 2000/08/28  23:22:09
59289         Log: Take out the SUIDMAIL thing, that will not be
59290              a problem in 5.7.*.
59291      Branch: perl
59292            ! patchlevel.h
59293 ____________________________________________________________________________
59294 [  6870] By: jhi                                   on 2000/08/28  23:19:30
59295         Log: -S is the silent flag, -s is the strip flag.
59296              
59297              Subject: [PATCH] Re: [PATCH] make no-install          
59298              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59299              Date: Mon, 28 Aug 2000 15:12:55 -0700
59300              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
59301      Branch: perl
59302            ! Makefile.SH
59303 ____________________________________________________________________________
59304 [  6869] By: jhi                                   on 2000/08/28  23:12:05
59305         Log: Subject: [PATCH bleedperl@6856] warnings fixes
59306              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
59307              Date: Mon, 28 Aug 2000 23:55:06 +0100
59308              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
59309      Branch: perl
59310            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
59311            ! warnings.h warnings.pl
59312 ____________________________________________________________________________
59313 [  6868] By: jhi                                   on 2000/08/28  21:38:22
59314         Log: Potential cruft.
59315      Branch: perl
59316            ! Makefile.SH
59317 ____________________________________________________________________________
59318 [  6867] By: jhi                                   on 2000/08/28  21:35:36
59319         Log: Update Changes.
59320      Branch: perl
59321            ! Changes patchlevel.h
59322 ____________________________________________________________________________
59323 [  6866] By: jhi                                   on 2000/08/28  21:33:49
59324         Log: Subject: hv.h Doc Patch
59325              From: Fisher Mark <fisherm@tce.com>
59326              Date: Mon, 28 Aug 2000 16:24:59 -0500
59327              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
59328      Branch: perl
59329            ! hv.h
59330 ____________________________________________________________________________
59331 [  6865] By: jhi                                   on 2000/08/28  21:02:15
59332         Log: Add -ld to archname on long tr...double platforms.
59333      Branch: metaconfig
59334            ! U/threads/archname.U
59335      Branch: perl
59336            ! Configure config_h.SH
59337 ____________________________________________________________________________
59338 [  6864] By: jhi                                   on 2000/08/28  20:38:59
59339         Log: An attempt to fix the problem reported in
59340              
59341              Subject: Building perl@6856 using gcc/AIX 4.3.3 
59342              From: Daniel Muino <dmuino@afip.gov.ar> 
59343              Date: Mon, 28 Aug 2000 15:50:01 -0300   
59344              Message-ID: <20000828155001.A14403@con2-dgi>
59345              
59346              I can't test this properly since the gcc installation I have
59347              access to seems to be botched (gcc is calling the AIX cpp,
59348              a losing proposition...)
59349      Branch: perl
59350            ! hints/aix.sh
59351 ____________________________________________________________________________
59352 [  6863] By: jhi                                   on 2000/08/28  18:57:52
59353         Log: Fix for ID 20000828.001, long doubles were not formatted
59354              correctly (showed up in $], which stopped installing perl).
59355      Branch: perl
59356            ! sv.c
59357 ____________________________________________________________________________
59358 [  6862] By: jhi                                   on 2000/08/28  18:07:15
59359         Log: Typo in #6858.
59360      Branch: perl
59361            ! lib/Cwd.pm
59362 ____________________________________________________________________________
59363 [  6861] By: jhi                                   on 2000/08/28  17:57:27
59364         Log: opmini.o may be left around if a build is interrupted.
59365      Branch: perl
59366            ! Makefile.SH
59367 ____________________________________________________________________________
59368 [  6860] By: jhi                                   on 2000/08/28  16:52:50
59369         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
59370              From: Daniel Chetlin <daniel@chetlin.com>
59371              Date: Mon, 28 Aug 2000 01:14:18 -0700
59372              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
59373      Branch: perl
59374            ! lib/overload.pm
59375 ____________________________________________________________________________
59376 [  6859] By: jhi                                   on 2000/08/28  16:08:46
59377         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
59378              From: Nicholas Clark <nick@ccl4.org>
59379              Date: Mon, 28 Aug 2000 16:03:27 +0100
59380              Message-Id: <20000828160327.C49785@plum.flirble.org>
59381      Branch: perl
59382            ! ext/ByteLoader/bytecode.h
59383 ____________________________________________________________________________
59384 [  6858] By: jhi                                   on 2000/08/28  16:02:10
59385         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
59386              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
59387              Date: Mon, 28 Aug 2000 13:08:30 +0200
59388              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
59389      Branch: perl
59390            ! lib/Cwd.pm
59391 ____________________________________________________________________________
59392 [  6857] By: jhi                                   on 2000/08/28  15:42:47
59393         Log: display_format used as a class method without arguments was broken,
59394              reported in
59395              
59396              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
59397              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
59398              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
59399              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
59400      Branch: perl
59401            ! lib/Math/Complex.pm t/lib/complex.t
59402 ____________________________________________________________________________
59403 [  6856] By: jhi                                   on 2000/08/27  22:09:48
59404         Log: Update Changes.
59405      Branch: perl
59406            ! Changes patchlevel.h
59407 ____________________________________________________________________________
59408 [  6855] By: jhi                                   on 2000/08/27  21:59:21
59409         Log: Retract #6853 (false alarm).
59410      Branch: perl
59411            ! lib/ExtUtils/xsubpp
59412 ____________________________________________________________________________
59413 [  6854] By: jhi                                   on 2000/08/27  21:37:44
59414         Log: Update Changes.
59415      Branch: perl
59416            ! Changes patchlevel.h
59417 ____________________________________________________________________________
59418 [  6853] By: jhi                                   on 2000/08/27  21:37:16
59419         Log: Subject: [PATCH perl@6850] workaround for xsubpp
59420              From: Hugo <hv@crypt.compulink.co.uk>
59421              Date: Sun, 27 Aug 2000 22:30:25 +0100
59422              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
59423      Branch: perl
59424            ! lib/ExtUtils/xsubpp
59425 ____________________________________________________________________________
59426 [  6852] By: jhi                                   on 2000/08/27  21:33:58
59427         Log: Big-endian 64-bit patch from Raphael Manfredi.
59428      Branch: perl
59429            ! ext/Storable/Storable.xs
59430 ____________________________________________________________________________
59431 [  6851] By: jhi                                   on 2000/08/27  21:22:21
59432         Log: More ruthless editing from Hugo van der Sanden.
59433      Branch: perl
59434            ! pod/perldelta.pod
59435 ____________________________________________________________________________
59436 [  6850] By: jhi                                   on 2000/08/27  16:11:46
59437         Log: Update Changes.
59438      Branch: perl
59439            ! Changes patchlevel.h
59440 ____________________________________________________________________________
59441 [  6849] By: jhi                                   on 2000/08/27  16:11:05
59442         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
59443      Branch: perl
59444            ! configpm pod/perldelta.pod
59445 ____________________________________________________________________________
59446 [  6848] By: jhi                                   on 2000/08/27  15:35:08
59447         Log: Use the actual thread type, not the pointer-to-struct.
59448      Branch: perl
59449            ! ext/Thread/Thread.xs
59450 ____________________________________________________________________________
59451 [  6847] By: jhi                                   on 2000/08/27  15:30:49
59452         Log: Test nit.
59453      Branch: perl
59454            ! t/pragma/warn/pp_sys
59455 ____________________________________________________________________________
59456 [  6846] By: jhi                                   on 2000/08/27  15:19:02
59457         Log: Passing -R in ldflags makes now it to appear in the default
59458              for lddlflags, just like with -L.
59459              
59460              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
59461              From: Lupe Christoph <lupe@lupe-christoph.de>
59462              Date: Sun, 27 Aug 2000 10:28:21 +0200
59463              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
59464      Branch: metaconfig/U/perl
59465            ! dlsrc.U
59466      Branch: perl
59467            ! Configure
59468 ____________________________________________________________________________
59469 [  6845] By: jhi                                   on 2000/08/27  15:08:54
59470         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
59471              From: Alan Burlison <Alan.Burlison@uk.sun.com>
59472              Date: Sat, 26 Aug 2000 22:23:27 +0100
59473              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
59474      Branch: perl
59475            ! lib/ExtUtils/MM_Unix.pm
59476 ____________________________________________________________________________
59477 [  6844] By: jhi                                   on 2000/08/27  15:02:37
59478         Log: DJGPP update from Laszlo Molnar.
59479              
59480              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
59481              From: ml1050 <ml1050@freemail.hu>
59482              Date: Sat, 26 Aug 2000 23:24:40 +0200
59483              Message-Id: <20000826232440.A439@freemail.hu>
59484      Branch: perl
59485            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
59486            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
59487 ____________________________________________________________________________
59488 [  6843] By: jhi                                   on 2000/08/27  14:53:58
59489         Log: Subject: installman buglet
59490              From: Lupe Christoph <lupe@lupe-christoph.de>
59491              Date: Sun, 27 Aug 2000 14:38:59 +0200
59492              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
59493      Branch: perl
59494            ! installman
59495 ____________________________________________________________________________
59496 [  6842] By: jhi                                   on 2000/08/27  14:52:08
59497         Log: Can't get the test to reliably work thanks to the
59498              inaccurateness of floating point.  "Resolves" bug ids
59499              20000826.003, 20000826.009, 20000826.010,
59500      Branch: perl
59501            ! t/lib/trig.t
59502 ____________________________________________________________________________
59503 [  6841] By: jhi                                   on 2000/08/26  15:53:58
59504         Log: Update Changes.
59505      Branch: perl
59506            ! Changes patchlevel.h
59507 ____________________________________________________________________________
59508 [  6840] By: jhi                                   on 2000/08/26  14:23:03
59509         Log: grep -e isn't portable.
59510              
59511              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
59512              From: chris@broadband.att.com
59513              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
59514              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
59515      Branch: perl
59516            ! hints/solaris_2.sh
59517 ____________________________________________________________________________
59518 [  6839] By: jhi                                   on 2000/08/26  14:12:23
59519         Log: no-install target a la make -n.
59520              
59521              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
59522              From: <abigail@foad.org>
59523              Date: Sat, 26 Aug 2000 03:57:34 -0400
59524              Message-ID: <20000826075735.18912.qmail@foad.org>
59525      Branch: perl
59526            ! Makefile.SH installman installperl
59527 ____________________________________________________________________________
59528 [  6838] By: jhi                                   on 2000/08/26  14:06:33
59529         Log: Retract #6826 as the #6828 should be do the same
59530              in a More Correct Way.
59531      Branch: perl
59532            ! installperl
59533 ____________________________________________________________________________
59534 [  6837] By: jhi                                   on 2000/08/26  05:24:00
59535         Log: More casting.
59536      Branch: perl
59537            ! ext/Storable/Storable.xs
59538 ____________________________________________________________________________
59539 [  6836] By: jhi                                   on 2000/08/26  05:05:46
59540         Log: Nicer in decimal.
59541      Branch: perl
59542            ! ext/Storable/Storable.xs
59543 ____________________________________________________________________________
59544 [  6835] By: jhi                                   on 2000/08/26  05:03:50
59545         Log: There be no UVdf.
59546      Branch: perl
59547            ! ext/Storable/Storable.xs
59548 ____________________________________________________________________________
59549 [  6834] By: jhi                                   on 2000/08/26  05:00:18
59550         Log: Continue IVdfing and UVxfing.
59551      Branch: perl
59552            ! ext/Storable/Storable.xs
59553 ____________________________________________________________________________
59554 [  6833] By: jhi                                   on 2000/08/26  04:53:14
59555         Log: Use IVdf.
59556      Branch: perl
59557            ! ext/Storable/Storable.xs
59558 ____________________________________________________________________________
59559 [  6832] By: jhi                                   on 2000/08/26  04:40:41
59560         Log: Document PTR2XX and INT2PTR.
59561      Branch: perl
59562            ! pod/perlguts.pod
59563 ____________________________________________________________________________
59564 [  6831] By: jhi                                   on 2000/08/26  04:33:18
59565         Log: Use UVxf, PTR2UV, NVff.
59566      Branch: perl
59567            ! ext/Storable/Storable.xs
59568 ____________________________________________________________________________
59569 [  6830] By: jhi                                   on 2000/08/26  04:31:32
59570         Log: Update the test count.
59571      Branch: perl
59572            ! t/lib/trig.t
59573 ____________________________________________________________________________
59574 [  6829] By: jhi                                   on 2000/08/26  03:05:50
59575         Log: Subject: [PATCH] installation not quite silent yet.
59576              From: <abigail@foad.org>
59577              Date: Fri, 25 Aug 2000 20:07:53 -0400
59578              Message-ID: <20000826000753.7822.qmail@foad.org>
59579      Branch: perl
59580            ! installman installperl
59581 ____________________________________________________________________________
59582 [  6828] By: jhi                                   on 2000/08/26  03:05:14
59583         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
59584              From: Spider Boardman <spider@web.zk3.dec.com>
59585              Date: Fri, 25 Aug 2000 19:12:40 -0400
59586              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
59587      Branch: perl
59588            ! gv.c
59589 ____________________________________________________________________________
59590 [  6827] By: jhi                                   on 2000/08/25  23:54:34
59591         Log: Support preserving extremely big/small angles.
59592      Branch: perl
59593            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
59594 ____________________________________________________________________________
59595 [  6826] By: jhi                                   on 2000/08/25  23:01:20
59596         Log: Patch installperl to be long double-aware.
59597              
59598              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
59599              From: Spider Boardman <spider@web.zk3.dec.com>
59600              Date: Fri, 25 Aug 2000 18:15:23 -0400
59601              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
59602      Branch: perl
59603            ! installperl
59604 ____________________________________________________________________________
59605 [  6825] By: jhi                                   on 2000/08/25  22:58:25
59606         Log: Remove duplicately applied patch shards.
59607              
59608              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
59609              From: Spider Boardman <spider@leggy.zk3.dec.com>
59610              Date: Fri, 25 Aug 2000 16:45:03 -0400
59611              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
59612      Branch: perl
59613            ! t/lib/cgi-html.t
59614 ____________________________________________________________________________
59615 [  6824] By: jhi                                   on 2000/08/25  22:57:00
59616         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
59617              From: Daniel Chetlin <daniel@chetlin.com>
59618              Date: Fri, 25 Aug 2000 12:23:16 -0700
59619              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
59620              
59621              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
59622              From: Daniel Chetlin <daniel@chetlin.com>
59623              Date: Fri, 25 Aug 2000 14:47:19 -0700
59624              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
59625      Branch: perl
59626            ! installman
59627 ____________________________________________________________________________
59628 [  6823] By: jhi                                   on 2000/08/25  22:44:17
59629         Log: Timestamp problem?
59630      Branch: perl
59631            ! uconfig.h uconfig.sh
59632 ____________________________________________________________________________
59633 [  6822] By: jhi                                   on 2000/08/25  19:01:06
59634         Log: One forgotten file from #6816.
59635      Branch: perl
59636            ! vos/config.h
59637 ____________________________________________________________________________
59638 [  6821] By: jhi                                   on 2000/08/25  18:56:39
59639         Log: Regen Changes.
59640      Branch: perl
59641            ! Changes patchlevel.h
59642 ____________________________________________________________________________
59643 [  6820] By: jhi                                   on 2000/08/25  18:52:35
59644         Log: Fix Changes ordering.
59645      Branch: perl
59646            ! Changes
59647 ____________________________________________________________________________
59648 [  6819] By: jhi                                   on 2000/08/25  18:50:25
59649         Log: Update Changes.
59650      Branch: perl
59651            ! Changes patchlevel.h
59652 ____________________________________________________________________________
59653 [  6818] By: jhi                                   on 2000/08/25  18:47:45
59654         Log: Tweak the sfio/useperlio logic, hopefully as wished in
59655              
59656              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
59657              From: Nicholas Clark <nick@babyhippo.co.uk>
59658              Date: Fri, 25 Aug 2000 12:01:45 +0100
59659              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
59660      Branch: metaconfig/U/perl
59661            ! d_sfio.U
59662      Branch: perl
59663            ! Configure
59664 ____________________________________________________________________________
59665 [  6817] By: jhi                                   on 2000/08/25  18:32:51
59666         Log: Allow microperl to assume <math.h>, without it the math
59667              functions like floor() are assumed to return int, which makes
59668              for core dumps in machines where integer and floating register
59669              don't mix.
59670      Branch: perl
59671            ! uconfig.h uconfig.sh
59672 ____________________________________________________________________________
59673 [  6816] By: jhi                                   on 2000/08/25  18:27:17
59674         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
59675              the problem reported in
59676              
59677              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
59678              From: danhale@us.ibm.com
59679              Date: Fri, 25 Aug 2000 10:58:06 -0400
59680              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
59681      Branch: metaconfig/U/perl
59682            + d_socks5_init.U
59683      Branch: perl
59684            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
59685            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
59686            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
59687            ! win32/config.gc win32/config.vc
59688 ____________________________________________________________________________
59689 [  6815] By: jhi                                   on 2000/08/25  17:43:31
59690         Log: A solution for the retrieve_fd autosplit warning,
59691              idea suggested by Mike Guy.
59692      Branch: perl
59693            ! ext/Storable/Storable.pm
59694 ____________________________________________________________________________
59695 [  6814] By: jhi                                   on 2000/08/25  17:16:03
59696         Log: Add install-silent target.
59697      Branch: perl
59698            ! Makefile.SH
59699 ____________________________________________________________________________
59700 [  6813] By: jhi                                   on 2000/08/25  17:14:23
59701         Log: Subject: Re: [PATCH] More silencing of installman.
59702              From: <abigail@foad.org>
59703              Date: Thu, 24 Aug 2000 19:27:03 -0400
59704              Message-ID: <20000824232703.7001.qmail@foad.org>
59705              
59706              Subject: Re: [PATCH] More silencing of installman.
59707              From: <abigail@foad.org>
59708              Date: Fri, 25 Aug 2000 03:00:58 -0400
59709              Message-ID: <20000825070058.10697.qmail@foad.org>
59710      Branch: perl
59711            ! installman
59712 ____________________________________________________________________________
59713 [  6812] By: jhi                                   on 2000/08/25  17:11:28
59714         Log: installperl --verbose and --silent.
59715              
59716              Subject: Re: [PATCH] More silencing of installman.
59717              From: <abigail@foad.org>
59718              Message-ID: <20000825064430.9719.qmail@foad.org>
59719              Date: Fri, 25 Aug 2000 02:44:30 -0400
59720      Branch: perl
59721            ! installperl
59722 ____________________________________________________________________________
59723 [  6811] By: jhi                                   on 2000/08/25  17:05:43
59724         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
59725              From: "Peter J. Farley III" <pjfarley@banet.net>
59726              Date: Thu, 24 Aug 2000 21:58:03 -0400
59727              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
59728              
59729              (applied slightly modified)
59730      Branch: perl
59731            ! lib/ExtUtils/MM_Unix.pm
59732 ____________________________________________________________________________
59733 [  6810] By: jhi                                   on 2000/08/25  17:01:18
59734         Log: Missing parts of 
59735              
59736              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
59737              From: Peter Prymmer <pvhp@forte.com>
59738              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
59739              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
59740      Branch: perl
59741            ! t/lib/cgi-html.t
59742 ____________________________________________________________________________
59743 [  6809] By: jhi                                   on 2000/08/25  16:46:32
59744         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
59745              From: "Craig A. Berry" <craig.berry@psinetcs.com>
59746              Date: Thu, 24 Aug 2000 19:13:11 -0500
59747              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
59748      Branch: perl
59749            ! vms/vms.c
59750 ____________________________________________________________________________
59751 [  6808] By: jhi                                   on 2000/08/25  16:39:22
59752         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
59753              From: Peter Prymmer <pvhp@forte.com>
59754              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
59755              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
59756      Branch: perl
59757            ! configure.com
59758 ____________________________________________________________________________
59759 [  6807] By: jhi                                   on 2000/08/25  16:36:37
59760         Log: Better wording for the vec lvalue diagnostic.
59761              
59762              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
59763              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
59764              Date: Wed, 23 Aug 2000 14:12:16 -0400
59765              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
59766      Branch: perl
59767            ! pod/perldiag.pod
59768 ____________________________________________________________________________
59769 [  6806] By: jhi                                   on 2000/08/24  18:17:22
59770         Log: Subject: [PATCH] More silencing of installman.
59771              From: <abigail@foad.org>
59772              Date: Thu, 24 Aug 2000 14:01:44 -0400
59773              Message-ID: <20000824180144.20062.qmail@foad.org>
59774      Branch: perl
59775            ! installman
59776 ____________________________________________________________________________
59777 [  6805] By: jhi                                   on 2000/08/24  15:00:31
59778         Log: Update Changes.
59779      Branch: perl
59780            ! Changes patchlevel.h
59781 ____________________________________________________________________________
59782 [  6804] By: jhi                                   on 2000/08/24  14:59:07
59783         Log: Regen perltoc.
59784      Branch: perl
59785            ! pod/perltoc.pod
59786 ____________________________________________________________________________
59787 [  6803] By: jhi                                   on 2000/08/24  14:44:39
59788         Log: Show the doc file, not the temp file.
59789      Branch: perl
59790            ! installman
59791 ____________________________________________________________________________
59792 [  6802] By: jhi                                   on 2000/08/24  14:41:53
59793         Log: Continue silencing.
59794      Branch: perl
59795            ! installman
59796 ____________________________________________________________________________
59797 [  6801] By: jhi                                   on 2000/08/24  14:34:40
59798         Log: Actually do something with the silencer option.
59799      Branch: perl
59800            ! installman
59801 ____________________________________________________________________________
59802 [  6800] By: jhi                                   on 2000/08/24  14:26:22
59803         Log: Make installman to recognize the silence flag -S.
59804      Branch: perl
59805            ! installman
59806 ____________________________________________________________________________
59807 [  6799] By: jhi                                   on 2000/08/24  13:49:38
59808         Log: DOS patches and portability/porting notes, from Tim Jenness.
59809      Branch: perl
59810            ! lib/File/Temp.pm
59811 ____________________________________________________________________________
59812 [  6798] By: jhi                                   on 2000/08/24  13:48:27
59813         Log: Create directories in silence.
59814              
59815              Subject: [PATCH] Another silencer for MakeMaker
59816              From: andreas.koenig@anima.de (Andreas J. Koenig)
59817              Date: 24 Aug 2000 14:18:52 +0200
59818              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
59819      Branch: perl
59820            ! lib/ExtUtils/Command.pm
59821 ____________________________________________________________________________
59822 [  6797] By: jhi                                   on 2000/08/24  13:46:42
59823         Log: More liberal parsing of version numbers.
59824              
59825              Subject: Re: CPAN.pm beta for testing available
59826              From: andreas.koenig@anima.de (Andreas J. Koenig)
59827              Date: 24 Aug 2000 13:51:57 +0200
59828              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
59829      Branch: perl
59830            ! lib/CPAN.pm
59831 ____________________________________________________________________________
59832 [  6796] By: jhi                                   on 2000/08/24  13:44:36
59833         Log: Make "make install" by default silent.  A new "install-verbose"
59834              target is verbose.
59835      Branch: perl
59836            ! Makefile.SH
59837 ____________________________________________________________________________
59838 [  6795] By: jhi                                   on 2000/08/24  13:39:14
59839         Log: Add silencer flags to installperl.
59840              
59841              Subject: [PATCH] Making installperl silent.
59842              From: <abigail@foad.org>
59843              Date: Thu, 24 Aug 2000 05:01:45 -0400
59844              Message-ID: <20000824090145.13141.qmail@foad.org>
59845      Branch: perl
59846            ! installperl
59847 ____________________________________________________________________________
59848 [  6794] By: jhi                                   on 2000/08/24  13:35:50
59849         Log: installperl couldn't tell whether it had run tests or not.
59850              
59851              Subject: [PATCH] Re: installperl and t/TEST
59852              From: <abigail@foad.org>
59853              Date: Thu, 24 Aug 2000 04:00:53 -0400
59854              Message-ID: <20000824080053.2494.qmail@foad.org>
59855      Branch: perl
59856            ! Makefile.SH installperl
59857 ____________________________________________________________________________
59858 [  6793] By: jhi                                   on 2000/08/24  13:27:50
59859         Log: Drop the separate perlbc, perlcc -b should be enough.
59860      Branch: perl
59861            - utils/perlbc.PL
59862            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
59863 ____________________________________________________________________________
59864 [  6792] By: jhi                                   on 2000/08/24  04:41:30
59865         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
59866              plus the typo fix from Peter Prymmer.
59867      Branch: perl
59868            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
59869            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
59870 ____________________________________________________________________________
59871 [  6791] By: jhi                                   on 2000/08/24  02:10:43
59872         Log: Replace #6705 with a minimal doc patch.
59873              
59874              Subject: [PATCH 5.6.0] replace change #6705
59875              From: Jan Dubois <jand@ActiveState.com>
59876              Date: Wed, 23 Aug 2000 18:31:51 -0700
59877              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
59878      Branch: perl
59879            ! lib/Win32.pod win32/win32.c
59880 ____________________________________________________________________________
59881 [  6790] By: jhi                                   on 2000/08/23  17:52:00
59882         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
59883              From: Mike Guy <mjtg@cam.ac.uk>
59884              Date: Wed, 23 Aug 2000 18:38:46 +0100
59885              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
59886      Branch: perl
59887            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
59888 ____________________________________________________________________________
59889 [  6789] By: jhi                                   on 2000/08/23  15:34:21
59890         Log: Update Changes.
59891      Branch: perl
59892            ! Changes patchlevel.h
59893 ____________________________________________________________________________
59894 [  6788] By: jhi                                   on 2000/08/23  15:33:40
59895         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
59896              From: Wilfredo Sánchez <wsanchez@apple.com>
59897              Date: Tue, 22 Aug 2000 19:31:27 -0700
59898              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
59899      Branch: perl
59900            ! perl.h
59901 ____________________________________________________________________________
59902 [  6787] By: jhi                                   on 2000/08/23  15:29:31
59903         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
59904              From: Spider Boardman <spider@leggy.zk3.dec.com>
59905              Date: Wed, 23 Aug 2000 10:33:23 -0400
59906              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
59907      Branch: perl
59908            ! lib/Pod/Html.pm
59909 ____________________________________________________________________________
59910 [  6786] By: jhi                                   on 2000/08/23  15:28:11
59911         Log: Bad makefile.
59912      Branch: perl
59913            ! ext/B/Makefile.PL
59914 ____________________________________________________________________________
59915 [  6785] By: jhi                                   on 2000/08/23  14:37:04
59916         Log: Update Changes.
59917      Branch: perl
59918            ! Changes patchlevel.h
59919 ____________________________________________________________________________
59920 [  6784] By: jhi                                   on 2000/08/23  13:58:41
59921         Log: Portability fix from Hugo van der Sanden.
59922      Branch: perl
59923            ! ext/re/Makefile.PL
59924 ____________________________________________________________________________
59925 [  6783] By: jhi                                   on 2000/08/23  13:53:53
59926         Log: Storable support, v-version fixes.
59927              
59928              Subject: CPAN.pm beta for testing available
59929              From: andreas.koenig@anima.de (Andreas J. Koenig)
59930              Date: 22 Aug 2000 23:31:33 +0200
59931              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
59932      Branch: perl
59933            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
59934 ____________________________________________________________________________
59935 [  6782] By: jhi                                   on 2000/08/23  13:51:26
59936         Log: Mac and other portability updates from Chris Nandor.
59937      Branch: perl
59938            ! pod/perlmodinstall.pod
59939 ____________________________________________________________________________
59940 [  6781] By: jhi                                   on 2000/08/23  13:47:33
59941         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
59942              From: Peter Prymmer <pvhp@forte.com>
59943              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
59944              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
59945      Branch: perl
59946            ! ext/Storable/Storable.xs
59947 ____________________________________________________________________________
59948 [  6780] By: jhi                                   on 2000/08/23  13:33:34
59949         Log: VMS MMS (make) wants null action.
59950      Branch: perl
59951            ! ext/B/Makefile.PL
59952 ____________________________________________________________________________
59953 [  6779] By: jhi                                   on 2000/08/22  19:44:47
59954         Log: Forgot portability nit.
59955      Branch: perl
59956            ! t/lib/st-forgive.t
59957 ____________________________________________________________________________
59958 [  6778] By: jhi                                   on 2000/08/22  19:35:25
59959         Log: Be portable.
59960      Branch: perl
59961            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
59962            ! t/lib/st-store.t
59963 ____________________________________________________________________________
59964 [  6777] By: jhi                                   on 2000/08/22  18:50:53
59965         Log: Update Changes.
59966      Branch: perl
59967            ! Changes patchlevel.h
59968 ____________________________________________________________________________
59969 [  6776] By: jhi                                   on 2000/08/22  18:44:46
59970         Log: cSVOPo_*v things index into the current PL_curpad
59971              under ithreads, which is different from the curpad
59972              used by the XSUB.  (In other words, the code as-is
59973              before this patch wouldn't work under ithreads.)
59974              From Sarathy.
59975      Branch: perl
59976            ! ext/B/B.xs
59977 ____________________________________________________________________________
59978 [  6775] By: jhi                                   on 2000/08/22  18:18:37
59979         Log: Make the selection of NVff et al stricter.
59980      Branch: metaconfig/U/perl
59981            ! perlxvf.U
59982      Branch: perl
59983            ! Configure config_h.SH
59984 ____________________________________________________________________________
59985 [  6774] By: jhi                                   on 2000/08/22  17:19:42
59986         Log: perldelta nits.
59987      Branch: perl
59988            ! pod/perldelta.pod
59989 ____________________________________________________________________________
59990 [  6773] By: jhi                                   on 2000/08/22  17:06:26
59991         Log: Long double fixes from Spider Boardman.
59992              
59993              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
59994              From: system PRIVILEGED account <root@peano.zk3.dec.com>
59995              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
59996              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
59997      Branch: perl
59998            ! t/lib/bigfltpm.t t/lib/st-06compat.t
59999 ____________________________________________________________________________
60000 [  6772] By: jhi                                   on 2000/08/22  15:04:53
60001         Log: Update Changes.
60002      Branch: perl
60003            ! Changes patchlevel.h
60004 ____________________________________________________________________________
60005 [  6771] By: jhi                                   on 2000/08/22  15:01:44
60006         Log: perldelta fixes from Hugo van der Sanden.
60007      Branch: perl
60008            ! pod/perldelta.pod
60009 ____________________________________________________________________________
60010 [  6770] By: jhi                                   on 2000/08/22  14:34:49
60011         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
60012              From: Hugo <hv@crypt.compulink.co.uk>
60013              Date: Tue, 22 Aug 2000 11:21:53 +0100
60014              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
60015      Branch: perl
60016            ! regcomp.c
60017 ____________________________________________________________________________
60018 [  6769] By: jhi                                   on 2000/08/22  14:30:02
60019         Log: Add Yitzchak, reformat.
60020      Branch: perl
60021            ! Changes config_h.SH
60022 ____________________________________________________________________________
60023 [  6768] By: jhi                                   on 2000/08/22  14:21:35
60024         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
60025              and Spider Boardman.
60026      Branch: metaconfig
60027            ! U/compline/d_gconvert.U
60028      Branch: perl
60029            ! Configure
60030 ____________________________________________________________________________
60031 [  6767] By: jhi                                   on 2000/08/22  14:11:24
60032         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
60033              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60034              Date: Mon, 21 Aug 2000 19:08:31 -0700
60035              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
60036      Branch: perl
60037            - ext/Storable/patchlevel.h
60038            ! MANIFEST ext/Storable/MANIFEST
60039 ____________________________________________________________________________
60040 [  6766] By: jhi                                   on 2000/08/22  13:49:29
60041         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
60042              From: Peter Prymmer <pvhp@forte.com>
60043              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
60044              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
60045      Branch: perl
60046            ! configure.com ext/Storable/Makefile.PL
60047 ____________________________________________________________________________
60048 [  6765] By: jhi                                   on 2000/08/22  13:44:59
60049         Log: Subject: [PATCH blead] B:: missing dependency
60050              From: Hugo <hv@crypt.compulink.co.uk>
60051              Date: Tue, 22 Aug 2000 06:44:33 +0100
60052              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
60053      Branch: perl
60054            ! ext/B/Makefile.PL
60055 ____________________________________________________________________________
60056 [  6764] By: jhi                                   on 2000/08/22  13:38:12
60057         Log: More bytecompiler.
60058      Branch: perl
60059            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
60060 ____________________________________________________________________________
60061 [  6763] By: jhi                                   on 2000/08/22  13:36:44
60062         Log: Bytecompiler patches from Benjamin Stuhl.
60063      Branch: perl
60064            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
60065            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
60066            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
60067            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
60068            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
60069            ! perl.c perlapi.h pod/perldelta.pod
60070 ____________________________________________________________________________
60071 [  6762] By: jhi                                   on 2000/08/21  23:43:40
60072         Log: An obsoleted diagnostic.
60073      Branch: perl
60074            ! pod/perldelta.pod
60075 ____________________________________________________________________________
60076 [  6761] By: jhi                                   on 2000/08/21  23:01:45
60077         Log: The #6759 wasn't quite right.
60078      Branch: perl
60079            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
60080            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
60081            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
60082            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
60083            ! t/lib/st-tieditems.t
60084 ____________________________________________________________________________
60085 [  6760] By: jhi                                   on 2000/08/21  22:35:49
60086         Log: Be verydeepclean.
60087      Branch: perl
60088            ! Makefile.SH
60089 ____________________________________________________________________________
60090 [  6759] By: jhi                                   on 2000/08/21  22:25:40
60091         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
60092              From: Peter Prymmer <pvhp@forte.com>
60093              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
60094              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
60095      Branch: perl
60096            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
60097            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
60098            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
60099            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
60100            ! t/lib/st-tieditems.t
60101 ____________________________________________________________________________
60102 [  6758] By: jhi                                   on 2000/08/21  22:22:32
60103         Log: Few more casts, need reported in
60104              
60105              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
60106              From: Mike Stok <mike@stok.co.uk>
60107              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
60108              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
60109              
60110              and
60111              
60112              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
60113              From: abigail@foad.org
60114              Date: 21 Aug 2000 21:31:34 -0000
60115              Message-Id: <20000821213134.30170.qmail@foad.org>
60116      Branch: perl
60117            ! ext/Storable/Storable.xs
60118 ____________________________________________________________________________
60119 [  6757] By: jhi                                   on 2000/08/21  18:37:07
60120         Log: Update Changes.
60121      Branch: perl
60122            ! Changes patchlevel.h
60123 ____________________________________________________________________________
60124 [  6756] By: jhi                                   on 2000/08/21  18:34:02
60125         Log: A pod nit.
60126              
60127              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
60128              From: <abigail@foad.org>
60129              Date: Mon, 21 Aug 2000 14:00:16 -0400
60130              Message-ID: <20000821180016.28627.qmail@foad.org>
60131      Branch: perl
60132            ! pod/perlre.pod
60133 ____________________________________________________________________________
60134 [  6755] By: jhi                                   on 2000/08/21  18:30:56
60135         Log: Use PodParser 1.18 new test.
60136      Branch: perl
60137            ! t/pod/special_seqs.t t/pod/special_seqs.xr
60138 ____________________________________________________________________________
60139 [  6754] By: jhi                                   on 2000/08/21  18:28:35
60140         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
60141              patches cannot be applied since #6712 conflicts.
60142      Branch: perl
60143            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
60144 ____________________________________________________________________________
60145 [  6753] By: jhi                                   on 2000/08/21  18:15:11
60146         Log: Weed out some smaller changes.
60147      Branch: perl
60148            ! pod/perldelta.pod
60149 ____________________________________________________________________________
60150 [  6752] By: jhi                                   on 2000/08/21  18:02:30
60151         Log: Also under djgpp the timestamps are funky.
60152      Branch: perl
60153            ! t/op/stat.t
60154 ____________________________________________________________________________
60155 [  6751] By: jhi                                   on 2000/08/21  17:55:56
60156         Log: Tweak the floating point output routine preferences.
60157      Branch: metaconfig
60158            ! U/compline/d_gconvert.U
60159      Branch: perl
60160            ! Configure
60161 ____________________________________________________________________________
60162 [  6750] By: jhi                                   on 2000/08/21  17:51:29
60163         Log: Unicos/mk requires elaborate paranoia.
60164      Branch: perl
60165            ! lib/Math/Complex.pm
60166 ____________________________________________________________________________
60167 [  6749] By: gsar                                  on 2000/08/21  16:53:31
60168         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
60169      Branch: perl
60170            ! lib/Cwd.pm
60171 ____________________________________________________________________________
60172 [  6748] By: gsar                                  on 2000/08/21  16:22:19
60173         Log: free TLS slot properly on Windows
60174      Branch: perl
60175            ! thread.h win32/perllib.c win32/win32thread.h
60176 ____________________________________________________________________________
60177 [  6747] By: jhi                                   on 2000/08/21  16:20:58
60178         Log: Rename the macro argument because some preprocessors
60179              can't tell the difference and expand arguments also inside
60180              double quoted strings.
60181      Branch: perl
60182            ! regcomp.c
60183 ____________________________________________________________________________
60184 [  6746] By: jhi                                   on 2000/08/21  16:09:41
60185         Log: Support long doubles in Storable.
60186              
60187              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
60188              From: Radu Greab <radu@netsoft.ro>
60189              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
60190              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
60191      Branch: perl
60192            ! ext/Storable/Storable.xs
60193 ____________________________________________________________________________
60194 [  6745] By: jhi                                   on 2000/08/21  15:51:40
60195         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
60196              From: "Fifer, Eric" <EFifer@sanwaint.com>
60197              Date: Mon, 21 Aug 2000 15:34:49 +0100
60198              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
60199      Branch: perl
60200            ! t/pragma/warn/9enabled
60201 ____________________________________________________________________________
60202 [  6744] By: jhi                                   on 2000/08/21  15:39:35
60203         Log: Document the endianness of Alpha more precisely.
60204      Branch: perl
60205            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
60206            ! pod/perlport.pod
60207 ____________________________________________________________________________
60208 [  6743] By: jhi                                   on 2000/08/21  14:47:05
60209         Log: perldelta fixes from the p5p crowd.
60210      Branch: perl
60211            ! pod/perldelta.pod pod/perlop.pod
60212 ____________________________________________________________________________
60213 [  6742] By: jhi                                   on 2000/08/21  13:34:51
60214         Log: Update to Pod::LaTeX 0.53.
60215              
60216              Subject: [PATCH] lib/Pod/LaTeX.pm updates
60217              From: Tim Jenness <timj@jach.hawaii.edu>
60218              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
60219              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
60220      Branch: perl
60221            ! lib/Pod/LaTeX.pm
60222 ____________________________________________________________________________
60223 [  6741] By: jhi                                   on 2000/08/21  13:33:01
60224         Log: Subject: [PATCH] os2.c fix for use64bitint
60225              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60226              Date: Mon, 21 Aug 2000 01:32:25 -0700
60227              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
60228      Branch: perl
60229            ! os2/os2.c
60230 ____________________________________________________________________________
60231 [  6740] By: jhi                                   on 2000/08/21  13:28:52
60232         Log: Array context keeps slithering in.
60233              
60234              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
60235              From: Daniel Chetlin <daniel@chetlin.com>
60236              Date: Sun, 20 Aug 2000 21:40:25 -0700
60237              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
60238      Branch: perl
60239            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
60240            ! pod/perldebtut.pod
60241 ____________________________________________________________________________
60242 [  6739] By: jhi                                   on 2000/08/21  13:23:55
60243         Log: Big-endian quad fixes for Storable from Radu Greab,
60244              plus few explicit null casts for picky compilers.
60245      Branch: perl
60246            ! ext/Storable/Storable.xs
60247 ____________________________________________________________________________
60248 [  6738] By: gsar                                  on 2000/08/21  05:56:13
60249         Log: small tweaks for change#6705: avoid C++ style comments in C code;
60250              use Perl's malloc API rather than the low level system one
60251      Branch: perl
60252            ! win32/win32.c
60253 ____________________________________________________________________________
60254 [  6737] By: gsar                                  on 2000/08/21  05:35:41
60255         Log: add Storable to list of extensions on Windows
60256      Branch: perl
60257            ! win32/Makefile win32/makefile.mk
60258 ____________________________________________________________________________
60259 [  6736] By: jhi                                   on 2000/08/21  02:57:53
60260         Log: Update Changes.
60261      Branch: perl
60262            ! Changes patchlevel.h
60263 ____________________________________________________________________________
60264 [  6735] By: jhi                                   on 2000/08/21  02:57:20
60265         Log: Draft 0.
60266      Branch: perl
60267            ! pod/perldelta.pod
60268 ____________________________________________________________________________
60269 [  6734] By: jhi                                   on 2000/08/21  02:57:03
60270         Log: Add Storable 0.7.2 from Raphael Manfredi,
60271              plus the patch from
60272              
60273              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
60274              From: Radu Greab <radu@netsoft.ro>
60275              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
60276              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
60277              
60278              plus changes to get Storable to compile with
60279              picky ANSI compilers.
60280      Branch: perl
60281            + ext/Storable/ChangeLog ext/Storable/MANIFEST
60282            + ext/Storable/Makefile.PL ext/Storable/README
60283            + ext/Storable/Storable.pm ext/Storable/Storable.xs
60284            + ext/Storable/patchlevel.h t/lib/st-06compat.t
60285            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
60286            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
60287            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
60288            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
60289            + t/lib/st-tieditems.t
60290            ! MANIFEST
60291 ____________________________________________________________________________
60292 [  6733] By: jhi                                   on 2000/08/21  02:29:09
60293         Log: The correct cleaning order is an art.
60294      Branch: perl
60295            ! Makefile.SH
60296 ____________________________________________________________________________
60297 [  6732] By: jhi                                   on 2000/08/21  01:23:39
60298         Log: The #6724 is here.
60299      Branch: perl
60300            ! t/lib/ftmp-security.t
60301 ____________________________________________________________________________
60302 [  6731] By: jhi                                   on 2000/08/20  23:17:03
60303         Log: s/this one/the 5.6.0 release/
60304      Branch: perl
60305            ! pod/perl56delta.pod
60306 ____________________________________________________________________________
60307 [  6730] By: jhi                                   on 2000/08/20  23:07:34
60308         Log: Mention perlebcdic and perlposix-bc.
60309      Branch: perl
60310            ! pod/perlport.pod
60311 ____________________________________________________________________________
60312 [  6729] By: jhi                                   on 2000/08/20  21:32:59
60313         Log: Document the number of exponent digits.
60314      Branch: perl
60315            ! pod/perlfunc.pod
60316 ____________________________________________________________________________
60317 [  6728] By: jhi                                   on 2000/08/20  21:16:47
60318         Log: Use File::Spec->tmpdir().
60319              
60320              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
60321              From: Tim Jenness <timj@jach.hawaii.edu>
60322              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
60323              MIME-Version: 1.0
60324              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
60325      Branch: perl
60326            ! utils/perlbug.PL
60327 ____________________________________________________________________________
60328 [  6727] By: jhi                                   on 2000/08/20  20:43:32
60329         Log: Update Changes.
60330      Branch: perl
60331            ! Changes patchlevel.h
60332 ____________________________________________________________________________
60333 [  6726] By: jhi                                   on 2000/08/20  20:41:44
60334         Log: The veryclean target needs to clobber.
60335      Branch: perl
60336            ! Makefile.SH
60337 ____________________________________________________________________________
60338 [  6725] By: jhi                                   on 2000/08/20  20:37:38
60339         Log: Document odd vs even subreleases and -Dusedevel.
60340      Branch: perl
60341            ! INSTALL
60342 ____________________________________________________________________________
60343 [  6724] By: jhi                                   on 2000/08/20  19:58:05
60344         Log: Use temporary directory instead of current directory.
60345              
60346              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
60347              From: Tim Jenness <timj@jach.hawaii.edu>
60348              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
60349              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
60350      Branch: perl
60351            ! t/lib/ftmp-security.t
60352 ____________________________________________________________________________
60353 [  6723] By: jhi                                   on 2000/08/20  19:55:55
60354         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
60355              From: andreas.koenig@anima.de (Andreas J. Koenig)
60356              Date: 20 Aug 2000 15:52:03 +0200
60357              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
60358      Branch: perl
60359            ! lib/ExtUtils/MM_Unix.pm
60360 ____________________________________________________________________________
60361 [  6722] By: jhi                                   on 2000/08/20  19:46:01
60362         Log: Update to CGI 2.72, from Lincoln Stein.
60363      Branch: perl
60364            ! lib/CGI.pm
60365 ____________________________________________________________________________
60366 [  6721] By: jhi                                   on 2000/08/20  19:43:54
60367         Log: (Replaced by #8364.)
60368              
60369              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
60370              From: Radu Greab <radu@netsoft.ro>
60371              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
60372              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
60373      Branch: perl
60374            ! ext/GDBM_File/GDBM_File.xs
60375 ____________________________________________________________________________
60376 [  6720] By: jhi                                   on 2000/08/20  19:42:01
60377         Log: pp_open() could pass an uninitialized filename down to do_open9().
60378      Branch: perl
60379            ! pp_sys.c
60380 ____________________________________________________________________________
60381 [  6719] By: jhi                                   on 2000/08/20  14:06:41
60382         Log: UTF8 concat fixes.
60383              
60384              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
60385              From: Hugo <hv@crypt.compulink.co.uk>
60386              Date: Sun, 20 Aug 2000 07:30:46 +0100
60387              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
60388      Branch: perl
60389            ! pp_hot.c t/op/append.t
60390 ____________________________________________________________________________
60391 [  6718] By: jhi                                   on 2000/08/20  02:09:37
60392         Log: Let's try #6717 again.
60393      Branch: perl
60394            ! lib/File/Temp.pm
60395 ____________________________________________________________________________
60396 [  6717] By: jhi                                   on 2000/08/20  01:56:55
60397         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
60398              From: "Craig A. Berry" <craig.berry@metamorgs.com>
60399              Date: Sat, 19 Aug 2000 18:15:39 -0500
60400              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
60401      Branch: perl
60402            ! lib/File/Temp.pm
60403 ____________________________________________________________________________
60404 [  6716] By: jhi                                   on 2000/08/19  15:50:11
60405         Log: Update Changes.
60406      Branch: perl
60407            ! Changes patchlevel.h
60408 ____________________________________________________________________________
60409 [  6715] By: jhi                                   on 2000/08/19  15:39:09
60410         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
60411              From: Jonathan D Johnston <jdjohnston2@juno.com>
60412              Date: Thu, 17 Aug 2000 23:13:01 -0400       
60413              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
60414      Branch: perl
60415            ! pod/perlfunc.pod
60416 ____________________________________________________________________________
60417 [  6714] By: jhi                                   on 2000/08/19  15:34:04
60418         Log: Introduce a 'veryclean' target that is like 'distclean'
60419              but also removes *~ and *.orig.
60420      Branch: perl
60421            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
60422            ! utils/Makefile x2p/Makefile.SH
60423 ____________________________________________________________________________
60424 [  6713] By: jhi                                   on 2000/08/19  14:15:45
60425         Log: Put back the long double avoidance code to POSIX.xs
60426              because VMS seems to need it still.
60427      Branch: perl
60428            ! ext/POSIX/POSIX.xs
60429 ____________________________________________________________________________
60430 [  6712] By: jhi                                   on 2000/08/19  14:10:41
60431         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
60432              From: Peter Prymmer <pvhp@forte.com>
60433              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
60434              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
60435      Branch: perl
60436            ! lib/Pod/Find.pm t/pod/find.t
60437 ____________________________________________________________________________
60438 [  6711] By: jhi                                   on 2000/08/19  14:09:19
60439         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
60440              From: Peter Prymmer <pvhp@forte.com>
60441              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
60442              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
60443              cc: vmsperl@perl.org
60444      Branch: perl
60445            ! t/lib/peek.t
60446 ____________________________________________________________________________
60447 [  6710] By: jhi                                   on 2000/08/19  14:08:01
60448         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
60449              From: Jan Dubois <jand@ActiveState.com>
60450              Date: Fri, 18 Aug 2000 16:31:48 -0700
60451              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
60452      Branch: perl
60453            ! win32/win32.c
60454 ____________________________________________________________________________
60455 [  6709] By: jhi                                   on 2000/08/19  14:06:57
60456         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
60457              
60458              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
60459              From: Spider.Boardman@Orb.Nashua.NH.US
60460              Date: Fri, 18 Aug 2000 18:41:14 -0400
60461              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
60462      Branch: perl
60463            ! regcomp.c
60464 ____________________________________________________________________________
60465 [  6708] By: jhi                                   on 2000/08/18  22:04:49
60466         Log: Update Changes.
60467      Branch: perl
60468            ! Changes patchlevel.h
60469 ____________________________________________________________________________
60470 [  6707] By: jhi                                   on 2000/08/18  21:55:14
60471         Log: Add warnif(), check warnings further up the stack,
60472              all the warnings functions now can take an optional object reference.
60473              
60474              Subject: [PATCH bleedperl@6691] warnings pragma update
60475              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
60476              Date: Fri, 18 Aug 2000 22:42:06 +0100
60477              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
60478      Branch: perl
60479            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
60480            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
60481            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
60482 ____________________________________________________________________________
60483 [  6706] By: jhi                                   on 2000/08/18  21:41:45
60484         Log: Typo in pp_complement().
60485              
60486              Subject: [PATCH perl-current] Deparse
60487              From: Peter Scott <Peter@PSDT.com>
60488              Date: Fri, 18 Aug 2000 12:44:37 -0700
60489              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
60490      Branch: perl
60491            ! ext/B/B/Deparse.pm
60492 ____________________________________________________________________________
60493 [  6705] By: jhi                                   on 2000/08/18  21:25:59
60494         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
60495              From: Jan Dubois <jand@ActiveState.com>
60496              Date: Fri, 18 Aug 2000 14:22:51 -0700
60497              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
60498      Branch: perl
60499            ! lib/Win32.pod win32/win32.c
60500 ____________________________________________________________________________
60501 [  6704] By: jhi                                   on 2000/08/18  21:16:14
60502         Log: Don't eat leading os from index entries.
60503              
60504              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
60505              From: Russ Allbery <rra@stanford.edu>
60506              Date: 10 Aug 2000 20:49:25 -0700
60507              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
60508      Branch: perl
60509            ! lib/Pod/Man.pm
60510 ____________________________________________________________________________
60511 [  6703] By: jhi                                   on 2000/08/18  21:07:06
60512         Log: Add [[:blank:]] as suggested in
60513              
60514              Subject: [ID 20000716.024] [=cc=] / [:blank:]
60515              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
60516              Date: Sun, 16 Jul 2000 17:55:29 -0700
60517              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
60518              
60519              (the [=cc=] has already been taken care of by #6439
60520              so the whole bug report can be closed)
60521              
60522              and make [[:space:]] to be equivalent to isspace(3)
60523              (as opposed to \s, which is isSPACE()).  The difference
60524              is that now [[:space:]] matches the mythical vertical tab,
60525              while \s doesn't.
60526      Branch: perl
60527            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
60528            ! regexec.c t/op/pat.t
60529 ____________________________________________________________________________
60530 [  6702] By: jhi                                   on 2000/08/18  18:47:47
60531         Log: The new tests were missing from #6415.
60532      Branch: perl
60533            ! t/op/bop.t
60534 ____________________________________________________________________________
60535 [  6701] By: jhi                                   on 2000/08/18  18:20:40
60536         Log: Document the NDBM_File and ODBM_File as SDBM_File
60537              was documented in #6417.
60538      Branch: perl
60539            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
60540            ! ext/SDBM_File/SDBM_File.pm
60541 ____________________________________________________________________________
60542 [  6700] By: jhi                                   on 2000/08/18  18:10:39
60543         Log: Subject: [PATCH perl@6698] cygwin port
60544              From: "Fifer, Eric" <EFifer@sanwaint.com>
60545              Date: Fri, 18 Aug 2000 17:30:05 +0100
60546              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
60547      Branch: perl
60548            ! lib/File/Temp.pm
60549 ____________________________________________________________________________
60550 [  6699] By: jhi                                   on 2000/08/18  16:21:49
60551         Log: Document code point which makes if (defined %stash::) to work
60552              (noted by Spider Boardman).
60553      Branch: perl
60554            ! op.c
60555 ____________________________________________________________________________
60556 [  6698] By: jhi                                   on 2000/08/18  13:43:27
60557         Log: Update Changes.
60558      Branch: perl
60559            ! Changes patchlevel.h
60560 ____________________________________________________________________________
60561 [  6697] By: jhi                                   on 2000/08/18  13:35:57
60562         Log: Tiny Getopt::Long patch from Johan Vromans.
60563      Branch: perl
60564            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
60565 ____________________________________________________________________________
60566 [  6696] By: jhi                                   on 2000/08/18  13:26:14
60567         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
60568              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
60569              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
60570              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
60571      Branch: perl
60572            ! pod/perldiag.pod pod/perlsyn.pod
60573 ____________________________________________________________________________
60574 [  6695] By: jhi                                   on 2000/08/18  13:13:26
60575         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
60576              From: Daniel Chetlin <daniel@chetlin.com>
60577              Date: Fri, 18 Aug 2000 03:13:36 -0700
60578              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
60579      Branch: perl
60580            ! pod/perlfunc.pod
60581 ____________________________________________________________________________
60582 [  6694] By: jhi                                   on 2000/08/18  13:08:05
60583         Log: Subject: [PATCH] perltrap.pod spring cleaning
60584              From: Daniel Chetlin <daniel@chetlin.com>
60585              Date: Fri, 18 Aug 2000 03:06:54 -0700
60586              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
60587              
60588              plus Mike Guy's nitfix.
60589      Branch: perl
60590            ! pod/perltrap.pod
60591 ____________________________________________________________________________
60592 [  6693] By: jhi                                   on 2000/08/18  13:00:26
60593         Log: Unbuffer the output.
60594              
60595              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
60596              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60597              Date: Thu, 17 Aug 2000 18:39:29 -0700
60598              Message-ID: <RPJn5gzkgydf092yn@efn.org>
60599      Branch: perl
60600            ! t/op/fork.t
60601 ____________________________________________________________________________
60602 [  6692] By: jhi                                   on 2000/08/18  05:19:17
60603         Log: Delete the image, too, not just its MANIFEStation.
60604      Branch: perl
60605            - lib/CGI/eg/wilogo.gif
60606 ____________________________________________________________________________
60607 [  6691] By: jhi                                   on 2000/08/18  05:10:26
60608         Log: Propagate new Configure vars.
60609      Branch: perl
60610            ! configure.com epoc/config.sh uconfig.h uconfig.sh
60611            ! vos/config.def vos/config.h vos/config_h.SH_orig
60612            ! win32/config.bc win32/config.gc win32/config.vc
60613            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
60614 ____________________________________________________________________________
60615 [  6690] By: jhi                                   on 2000/08/18  04:30:56
60616         Log: Update Changes.
60617      Branch: perl
60618            ! Changes patchlevel.h
60619 ____________________________________________________________________________
60620 [  6689] By: jhi                                   on 2000/08/18  04:12:30
60621         Log: Fix the lib/complex failure of
60622              
60623              From: abigail@foad.org
60624              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
60625              Date: 15 Aug 2000 04:06:38 -0000
60626              Message-Id: <20000815040638.8524.qmail@foad.org> 
60627              
60628              Linux long double accuracy issue: something that
60629              when printed with %g looks like "2" but int() of it is 1.
60630      Branch: perl
60631            ! lib/Math/Complex.pm
60632 ____________________________________________________________________________
60633 [  6688] By: jhi                                   on 2000/08/18  03:15:35
60634         Log: The byteorder code in #6671 was wrong.
60635      Branch: perl
60636            ! configpm
60637 ____________________________________________________________________________
60638 [  6687] By: jhi                                   on 2000/08/18  02:08:42
60639         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
60640              From: Jan Dubois <jand@ActiveState.com>
60641              Date: Thu, 17 Aug 2000 18:31:55 -0700
60642              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
60643      Branch: perl
60644            ! sv.c
60645 ____________________________________________________________________________
60646 [  6686] By: jhi                                   on 2000/08/18  02:04:15
60647         Log: Use NVs in POSIX math, not doubles.
60648              
60649              From: abigail@foad.org
60650              Subject: [ID 20000817.014] POSIX & modfl
60651              Date: 17 Aug 2000 20:49:18 -0000
60652              Message-Id: <20000817204918.23123.qmail@foad.org>
60653      Branch: perl
60654            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
60655 ____________________________________________________________________________
60656 [  6685] By: jhi                                   on 2000/08/18  02:02:12
60657         Log: Introduce NVef, NVff, and NVgf, use the middle one.
60658              (helps for lib/peek + Linux + long doubles)  Reported in
60659              
60660              From: abigail@foad.org
60661              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
60662              Date: 15 Aug 2000 04:06:38 -0000
60663              Message-Id: <20000815040638.8524.qmail@foad.org> 
60664              
60665              (note: the lib/complex failure has not yet been addressed)
60666      Branch: metaconfig/U/perl
60667            ! perlxvf.U
60668      Branch: perl
60669            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60670            ! config_h.SH dump.c perl.h pod/perlguts.pod
60671 ____________________________________________________________________________
60672 [  6684] By: jhi                                   on 2000/08/17  23:22:19
60673         Log: Add byteorder to the myconfig output.
60674      Branch: perl
60675            ! myconfig.SH
60676 ____________________________________________________________________________
60677 [  6683] By: jhi                                   on 2000/08/17  23:20:19
60678         Log: The image doth not exist, spotted by Johan Vromans.
60679      Branch: perl
60680            ! MANIFEST
60681 ____________________________________________________________________________
60682 [  6682] By: jhi                                   on 2000/08/17  22:38:16
60683         Log: Document what the backtick returns if the command fails.
60684      Branch: perl
60685            ! pod/perlop.pod
60686 ____________________________________________________________________________
60687 [  6681] By: jhi                                   on 2000/08/17  22:33:12
60688         Log: Do not use prototyping here.
60689              
60690              Subject: [ID 20000817.016] [PATCH] Peek.xs
60691              From: abigail@foad.org
60692              Date: 17 Aug 2000 20:55:56 -0000
60693              Message-Id: <20000817205556.24270.qmail@foad.org>
60694      Branch: perl
60695            ! ext/Devel/Peek/Makefile.PL
60696 ____________________________________________________________________________
60697 [  6680] By: jhi                                   on 2000/08/17  19:46:43
60698         Log: Don't propose using modules built for 5.005 if no binary
60699              compatibility with 5.005 is attempted.
60700              
60701              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
60702              Subject: Minor nit with 5.7.0 (6655)
60703              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
60704              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
60705      Branch: metaconfig
60706            ! U/installdirs/inc_version_list.U
60707      Branch: perl
60708            ! Configure config_h.SH
60709 ____________________________________________________________________________
60710 [  6679] By: jhi                                   on 2000/08/17  19:16:39
60711         Log: Microperl config update.
60712      Branch: perl
60713            ! uconfig.h uconfig.sh
60714 ____________________________________________________________________________
60715 [  6678] By: jhi                                   on 2000/08/17  19:16:13
60716         Log: The #6648 wasn't protective enough for limited platforms
60717              (like microperl).
60718      Branch: perl
60719            ! dump.c sv.c
60720 ____________________________________________________________________________
60721 [  6677] By: jhi                                   on 2000/08/17  14:46:35
60722         Log: Update Changes.
60723      Branch: perl
60724            ! Changes patchlevel.h
60725 ____________________________________________________________________________
60726 [  6676] By: jhi                                   on 2000/08/17  14:44:02
60727         Log: Add perlebcdic from Peter Prymmer, regen toc.
60728      Branch: perl
60729            + pod/perlebcdic.pod
60730            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
60731 ____________________________________________________________________________
60732 [  6675] By: jhi                                   on 2000/08/17  14:41:52
60733         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
60734      Branch: perl
60735            ! pod/perldebtut.pod
60736 ____________________________________________________________________________
60737 [  6674] By: jhi                                   on 2000/08/17  14:29:43
60738         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
60739              
60740              Subject: [ID 20000724.006] -DLEAKTEST problem
60741              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
60742              Date: Tue, 25 Jul 2000 00:36:32 -0500
60743              Message-Id: <20000725003632.A26186@www.llamacom.com>
60744              
60745              Reminder sent
60746              
60747              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
60748              From: Hugo <hv@crypt.compulink.co.uk>
60749              Date: Thu, 17 Aug 2000 15:23:42 +0100
60750              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
60751      Branch: perl
60752            ! util.c
60753 ____________________________________________________________________________
60754 [  6673] By: jhi                                   on 2000/08/17  04:07:10
60755         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
60756              From: John Peacock <JPeacock@UnivPress.com>
60757              Date: Tue, 01 Aug 2000 09:38:12 -0400
60758              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
60759      Branch: perl
60760            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
60761 ____________________________________________________________________________
60762 [  6672] By: jhi                                   on 2000/08/17  03:04:35
60763         Log: Subject: [PATCH] Cwd.pm now uses strict
60764              From: Tim Jenness <timj@jach.hawaii.edu>
60765              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
60766              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
60767      Branch: perl
60768            ! lib/Cwd.pm
60769 ____________________________________________________________________________
60770 [  6671] By: jhi                                   on 2000/08/17  02:16:35
60771         Log: Make $Config{byteorder} more magical so that it is
60772              dynamically computed: nice for 'fat binaries'.
60773              
60774              Subject: [PATCH]: default byteorder
60775              From: Wilfredo Sánchez <wsanchez@apple.com>
60776              Date: Mon, 31 Jul 2000 19:45:31 -0700
60777              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
60778      Branch: perl
60779            ! configpm
60780 ____________________________________________________________________________
60781 [  6670] By: gsar                                  on 2000/08/17  01:22:21
60782         Log: move WNOHANG definition to where other such things are
60783      Branch: perl
60784            ! win32/win32.h
60785 ____________________________________________________________________________
60786 [  6669] By: jhi                                   on 2000/08/17  01:19:17
60787         Log: Update Changes.
60788      Branch: perl
60789            ! Changes patchlevel.h
60790 ____________________________________________________________________________
60791 [  6668] By: jhi                                   on 2000/08/17  01:16:29
60792         Log: Doc nits spotted by Richard Soderberg.
60793      Branch: perl
60794            ! README.posix-bc README.vmesa
60795 ____________________________________________________________________________
60796 [  6667] By: jhi                                   on 2000/08/17  01:12:11
60797         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
60798              From: "Casey R. Tweten" <crt@kiski.net>
60799              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
60800              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
60801      Branch: perl
60802            ! pod/perldebtut.pod
60803 ____________________________________________________________________________
60804 [  6666] By: jhi                                   on 2000/08/17  01:09:31
60805         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
60806              From: "Casey R. Tweten" <crt@kiski.net>
60807              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
60808              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
60809      Branch: perl
60810            ! lib/Shell.pm
60811 ____________________________________________________________________________
60812 [  6665] By: gsar                                  on 2000/08/17  01:03:52
60813         Log: add "ok" targets from change#6632 in makefile.mk
60814      Branch: perl
60815            ! pod/perlport.pod win32/Makefile win32/makefile.mk
60816 ____________________________________________________________________________
60817 [  6664] By: gsar                                  on 2000/08/17  00:56:11
60818         Log: avoid warnings from dense compiler
60819      Branch: perl
60820            ! win32/win32.c
60821 ____________________________________________________________________________
60822 [  6663] By: jhi                                   on 2000/08/17  00:51:49
60823         Log: Tweak the regex compilation errors once more.
60824      Branch: perl
60825            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
60826            ! t/op/regmesg.t t/pragma/warn/regcomp
60827 ____________________________________________________________________________
60828 [  6662] By: gsar                                  on 2000/08/17  00:28:19
60829         Log: trailing new %ENV entries weren't being pushed into the real
60830              environment of subprocesses on Windows
60831      Branch: perl
60832            ! t/op/magic.t win32/perlhost.h
60833 ____________________________________________________________________________
60834 [  6661] By: gsar                                  on 2000/08/17  00:19:20
60835         Log: waitpid() now handles externally spawned pids correctly;
60836              fixes for backtick/wait/waitpid failures on Windows 9x
60837              
60838              these changes make the pid returned by process functions on
60839              Windows 9x always positive by clearing the high bit (which
60840              is always set on Win9x); pseudo-process PIDs are likewise
60841              always negative now on Win9x (just as on NT/2000)
60842      Branch: perl
60843            ! pp_sys.c win32/perlhost.h win32/win32.c
60844 ____________________________________________________________________________
60845 [  6660] By: jhi                                   on 2000/08/17  00:04:32
60846         Log: Retract #6645.
60847      Branch: perl
60848            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60849            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
60850            ! t/op/sprintf.t
60851 ____________________________________________________________________________
60852 [  6659] By: gsar                                  on 2000/08/16  23:59:28
60853         Log: on windows, the return values from wait() and waitpid() don't
60854              match those of pseudo-pids
60855      Branch: perl
60856            ! pp_sys.c t/op/fork.t util.c win32/win32.c
60857 ____________________________________________________________________________
60858 [  6658] By: gsar                                  on 2000/08/16  23:56:14
60859         Log: pod nit seen in passing
60860      Branch: perl
60861            ! pod/perlfunc.pod
60862 ____________________________________________________________________________
60863 [  6657] By: gsar                                  on 2000/08/16  23:53:42
60864         Log: change#6328 could make close(SOCKET) return false on windows
60865              when it shouldn't
60866      Branch: perl
60867            ! win32/win32sck.c
60868 ____________________________________________________________________________
60869 [  6656] By: gsar                                  on 2000/08/16  23:46:57
60870         Log: check that the number pseudo children doesn't exceed
60871              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
60872              the WaitForMultipleObjects() limit that would cause wait()
60873              to crash)
60874              
60875              wait() and waitpid() could potentially be rewritten to use
60876              more than one thread to do the waiting to eliminate this
60877              limitation
60878      Branch: perl
60879            ! win32/perlhost.h
60880 ____________________________________________________________________________
60881 [  6655] By: jhi                                   on 2000/08/16  14:11:05
60882         Log: Update Changes.
60883      Branch: perl
60884            ! Changes patchlevel.h
60885 ____________________________________________________________________________
60886 [  6654] By: jhi                                   on 2000/08/16  14:10:12
60887         Log: Update to perldebtut 1.9, from Richard Foley.
60888      Branch: perl
60889            ! pod/perldebtut.pod
60890 ____________________________________________________________________________
60891 [  6653] By: jhi                                   on 2000/08/16  14:08:17
60892         Log: Change the regx compilation error markers to use = instead of <
60893              since pod makes using the latter quite messy.  Reported in
60894              ID 20000814.006 by Abigail and in
60895              Subject: Unknown escape E<> ?
60896              From: Lupe Christoph <lupe@lupe-christoph.de>
60897              Date: Fri, 11 Aug 2000 00:30:27 +0200
60898              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
60899      Branch: perl
60900            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
60901            ! t/op/regmesg.t t/pragma/warn/regcomp
60902 ____________________________________________________________________________
60903 [  6652] By: jhi                                   on 2000/08/16  13:25:31
60904         Log: Change the perlbug address to perl.org since it's more forgiving.
60905              
60906              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
60907              From: abigail@foad.org
60908              Date: 15 Aug 2000 04:15:40 -0000
60909              Message-Id: <20000815041540.8633.qmail@foad.org>
60910      Branch: perl
60911            ! utils/perlbug.PL
60912 ____________________________________________________________________________
60913 [  6651] By: jhi                                   on 2000/08/16  13:22:35
60914         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
60915              From: Tim Jenness <timj@jach.hawaii.edu>
60916              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
60917              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
60918      Branch: perl
60919            ! lib/Cwd.pm
60920 ____________________________________________________________________________
60921 [  6650] By: jhi                                   on 2000/08/16  13:18:13
60922         Log: Update to CPAN 1.57.
60923              
60924              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
60925              From: andreas.koenig@anima.de (Andreas J. Koenig)
60926              Date: 16 Aug 2000 15:09:46 +0200
60927              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
60928      Branch: perl
60929            ! lib/CPAN.pm
60930 ____________________________________________________________________________
60931 [  6649] By: jhi                                   on 2000/08/16  13:12:31
60932         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
60933              From: "Larry W. Virden" <lvirden@cas.org>
60934              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
60935              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
60936      Branch: perl
60937            ! README.hpux
60938 ____________________________________________________________________________
60939 [  6648] By: jhi                                   on 2000/08/16  13:03:53
60940         Log: The numeric locale was reset to "C" by s?printf and never restored.
60941              
60942              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
60943              From: Christian Kirsch <ck@held.mind.de>
60944              Date: Wed, 9 Aug 2000 17:05:17 +0200
60945              Message-Id: <20000809170517.A25389@held>
60946              
60947              No test since adding the failing example to locale.t
60948              does not fail -- probably because the locale settings are so
60949              thoroughly tweaked by that time.  Running the example standalone
60950              does fail, though.  UPDATE: test case added at change #7540.
60951      Branch: perl
60952            ! dump.c perl.h pp.c pp_ctl.c sv.c
60953 ____________________________________________________________________________
60954 [  6647] By: jhi                                   on 2000/08/16  00:07:54
60955         Log: Update Changes and test semi-automatic patchlevel updating.
60956      Branch: perl
60957            ! Changes patchlevel.h
60958 ____________________________________________________________________________
60959 [  6646] By: jhi                                   on 2000/08/15  23:35:07
60960         Log: Fix a dependency problem.
60961              
60962              Subject: [PATCH: 6640] VMS Makefile.SH update
60963              From: Peter Prymmer <pvhp@forte.com>
60964              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
60965              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
60966      Branch: perl
60967            ! vms/descrip_mms.template
60968 ____________________________________________________________________________
60969 [  6645] By: jhi                                   on 2000/08/15  23:33:23
60970         Log: (Retracted by #6660)
60971              
60972              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
60973              From: Dominic Dunlop <domo@computer.org>
60974              Date: Tue, 15 Aug 2000 22:20:52 +0200
60975              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
60976      Branch: metaconfig/U/perl
60977            + d_printfed.U
60978      Branch: perl
60979            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60980            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
60981            ! t/op/sprintf.t
60982 ____________________________________________________________________________
60983 [  6644] By: jhi                                   on 2000/08/15  21:17:20
60984         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
60985              From: abigail@foad.org
60986              Date: 15 Aug 2000 20:12:41 -0000
60987              Message-Id: <20000815201241.25556.qmail@foad.org>
60988      Branch: perl
60989            ! INSTALL
60990 ____________________________________________________________________________
60991 [  6643] By: jhi                                   on 2000/08/15  21:15:28
60992         Log: (an already applied patch)
60993      Branch: perl
60994            ! lib/CGI.pm
60995 ____________________________________________________________________________
60996 [  6642] By: gsar                                  on 2000/08/15  19:54:05
60997         Log: magic callbacks all need to have same type signature
60998      Branch: perl
60999            ! embed.pl mg.c proto.h
61000 ____________________________________________________________________________
61001 [  6641] By: jhi                                   on 2000/08/15  17:56:27
61002         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)
61003              From: Mike Guy <mjtg@cam.ac.uk>
61004              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
61005              Date: Tue, 15 Aug 2000 18:26:45 +0100
61006              
61007              Only the peek.t part applied, not the hash quality part.
61008      Branch: perl
61009            ! t/lib/peek.t
61010 ____________________________________________________________________________
61011 [  6640] By: jhi                                   on 2000/08/15  16:37:37
61012         Log: Update Changes.
61013      Branch: perl
61014            ! Changes
61015 ____________________________________________________________________________
61016 [  6639] By: jhi                                   on 2000/08/15  16:34:55
61017         Log: Missed a file from #6638.
61018      Branch: perl
61019            ! lib/File/Temp.pm
61020 ____________________________________________________________________________
61021 [  6638] By: jhi                                   on 2000/08/15  16:33:19
61022         Log: Subject: [PATCH perl@6620] cygwin port
61023              From: "Fifer, Eric" <EFifer@sanwaint.com>
61024              Date: Tue, 15 Aug 2000 17:00:49 +0100
61025              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
61026      Branch: perl
61027            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
61028 ____________________________________________________________________________
61029 [  6637] By: jhi                                   on 2000/08/15  16:29:22
61030         Log: Subject: [PATCH] debugger exit code should reflect user exit code
61031              From: Mike Guy <mjtg@cam.ac.uk>
61032              Date: Tue, 15 Aug 2000 16:55:59 +0100
61033              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
61034      Branch: perl
61035            ! lib/perl5db.pl
61036 ____________________________________________________________________________
61037 [  6636] By: jhi                                   on 2000/08/15  15:30:58
61038         Log: Update Changes.
61039      Branch: perl
61040            ! Changes
61041 ____________________________________________________________________________
61042 [  6635] By: jhi                                   on 2000/08/15  15:27:21
61043         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
61044      Branch: metaconfig
61045            ! U/mkglossary U/mksample
61046      Branch: metaconfig/U/perl
61047            ! Devel.U
61048      Branch: perl
61049            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61050 ____________________________________________________________________________
61051 [  6634] By: jhi                                   on 2000/08/15  14:11:55
61052         Log: Don't blow limited stacks, a lower number is enough to
61053              tickle the lookbehind limit.
61054              
61055              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
61056              From: Dominic Dunlop <domo@computer.org>
61057              Date: Tue, 15 Aug 2000 13:51:24 +0200
61058              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
61059      Branch: perl
61060            ! t/op/regmesg.t
61061 ____________________________________________________________________________
61062 [  6633] By: jhi                                   on 2000/08/15  14:01:46
61063         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
61064              From: Mike Guy <mjtg@cam.ac.uk>
61065              Date: Tue, 15 Aug 2000 12:10:50 +0100
61066              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
61067      Branch: perl
61068            ! utils/perldoc.PL
61069 ____________________________________________________________________________
61070 [  6632] By: jhi                                   on 2000/08/15  13:58:48
61071         Log: make ok etc also for win32.
61072              
61073              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
61074              From: Prymmer/Kahn <pvhp@best.com>
61075              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
61076              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
61077      Branch: perl
61078            ! win32/Makefile
61079 ____________________________________________________________________________
61080 [  6631] By: jhi                                   on 2000/08/15  13:45:03
61081         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
61082      Branch: perl
61083            ! lib/Test.pm
61084 ____________________________________________________________________________
61085 [  6630] By: jhi                                   on 2000/08/15  03:25:09
61086         Log: Update Changes.
61087      Branch: perl
61088            ! Changes
61089 ____________________________________________________________________________
61090 [  6629] By: jhi                                   on 2000/08/15  03:23:53
61091         Log: magic_regdatum_set() is void, not int.
61092      Branch: perl
61093            ! embed.pl mg.c proto.h
61094 ____________________________________________________________________________
61095 [  6628] By: jhi                                   on 2000/08/15  03:08:02
61096         Log: Make the user to give up his firstborn, err, to knowingly
61097              verify installing an unstable developer release.  Also bump
61098              the release to 5.7.0, but leave a patch tag in the local
61099              patches saying that this is not yet the real thing.
61100      Branch: metaconfig
61101            ! U/modified/Instruct.U
61102      Branch: metaconfig/U/perl
61103            + Devel.U
61104      Branch: perl
61105            ! Configure patchlevel.h
61106 ____________________________________________________________________________
61107 [  6627] By: jhi                                   on 2000/08/14  22:32:52
61108         Log: README.os2 update.
61109              
61110              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
61111              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61112              Date: Wed, 02 Aug 2000 21:55:09 -0700
61113              Message-ID: <tsPi5gzkgegX092yn@efn.org>
61114      Branch: perl
61115            ! README.os2
61116 ____________________________________________________________________________
61117 [  6626] By: jhi                                   on 2000/08/14  21:00:02
61118         Log: Subject: Re: File::Temp problems on VMS in bleedperl
61119              From: Tim Jenness <timj@jach.hawaii.edu>
61120              cc: vmsperl@perl.org
61121              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
61122              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
61123      Branch: perl
61124            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
61125 ____________________________________________________________________________
61126 [  6625] By: jhi                                   on 2000/08/14  20:52:16
61127         Log: Add SUIDMAIL as was done for the CERT alert.
61128      Branch: perl
61129            ! patchlevel.h
61130 ____________________________________________________________________________
61131 [  6624] By: jhi                                   on 2000/08/14  20:48:50
61132         Log: Subject: sfio2000
61133              From: Daniel Muino <dmuino@afip.gov.ar>
61134              Date: Mon, 14 Aug 2000 16:58:11 -0300
61135              Message-ID: <20000814165811.B16368@con2-dgi>
61136      Branch: perl
61137            ! perlsdio.h perlsfio.h
61138 ____________________________________________________________________________
61139 [  6623] By: jhi                                   on 2000/08/14  20:47:36
61140         Log: Subject: warning: storage class after type is obsolescent
61141              From: Daniel Muino <dmuino@afip.gov.ar>
61142              Date: Mon, 14 Aug 2000 16:42:47 -0300
61143              Message-ID: <20000814164247.A16368@con2-dgi>
61144      Branch: perl
61145            ! regcomp.pl regnodes.h
61146 ____________________________________________________________________________
61147 [  6622] By: jhi                                   on 2000/08/14  20:43:05
61148         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
61149              From: abigail@foad.org
61150              Date: 14 Aug 2000 20:00:10 -0000
61151              Message-Id: <20000814200010.27271.qmail@foad.org>
61152      Branch: perl
61153            ! Changes
61154 ____________________________________________________________________________
61155 [  6621] By: jhi                                   on 2000/08/14  15:23:05
61156         Log: Update Changes.
61157      Branch: perl
61158            ! Changes
61159 ____________________________________________________________________________
61160 [  6620] By: jhi                                   on 2000/08/14  15:22:14
61161         Log: Subject: Re: [PATCH] @+, @- readonly
61162              From: Mike Guy <mjtg@cam.ac.uk>
61163              Date: Mon, 14 Aug 2000 15:26:55 +0100
61164              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
61165      Branch: perl
61166            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
61167            ! sv.c t/op/pat.t
61168 ____________________________________________________________________________
61169 [  6619] By: jhi                                   on 2000/08/14  14:12:08
61170         Log: Update Changes.
61171      Branch: perl
61172            ! Changes
61173 ____________________________________________________________________________
61174 [  6618] By: jhi                                   on 2000/08/14  14:09:34
61175         Log: For now remove the mail code.
61176      Branch: perl
61177            ! perl.c
61178 ____________________________________________________________________________
61179 [  6617] By: jhi                                   on 2000/08/14  14:08:28
61180         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
61181      Branch: perl
61182            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
61183            ! pod/perlfaq8.pod pod/perlsec.pod
61184 ____________________________________________________________________________
61185 [  6616] By: jhi                                   on 2000/08/14  14:00:11
61186         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
61187              From: Mike Guy <mjtg@cam.ac.uk>
61188              Date: Mon, 14 Aug 2000 08:26:02 +0100
61189              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
61190      Branch: perl
61191            ! lib/perl5db.pl
61192 ____________________________________________________________________________
61193 [  6615] By: jhi                                   on 2000/08/14  13:58:45
61194         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
61195              From: Mike Guy <mjtg@cam.ac.uk>
61196              Date: Mon, 14 Aug 2000 08:04:22 +0100
61197              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
61198      Branch: perl
61199            ! gv.c mg.c t/op/pat.t
61200 ____________________________________________________________________________
61201 [  6614] By: jhi                                   on 2000/08/14  13:56:45
61202         Log: Subject: Test fails / warnings with perl-current #6612
61203              From: Mike Guy <mjtg@cam.ac.uk>
61204              Date: Mon, 14 Aug 2000 07:57:23 +0100
61205              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
61206      Branch: perl
61207            ! t/lib/b.t t/lib/peek.t
61208 ____________________________________________________________________________
61209 [  6613] By: jhi                                   on 2000/08/14  13:45:33
61210         Log: VMS configure.com update continues.
61211      Branch: perl
61212            - vms/configure.com
61213            ! MANIFEST configure.com
61214 ____________________________________________________________________________
61215 [  6612] By: jhi                                   on 2000/08/13  22:13:35
61216         Log: Update Changes.
61217      Branch: perl
61218            ! Changes
61219 ____________________________________________________________________________
61220 [  6611] By: jhi                                   on 2000/08/13  16:21:45
61221         Log: Upgrade to CGI 2.71, from Lincoln Stein.
61222      Branch: perl
61223            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
61224 ____________________________________________________________________________
61225 [  6610] By: jhi                                   on 2000/08/13  15:09:16
61226         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
61227              From: Mike Guy <mjtg@cam.ac.uk>
61228              Date: Sun, 13 Aug 2000 13:45:51 +0100
61229              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
61230      Branch: perl
61231            ! t/op/regmesg.t
61232 ____________________________________________________________________________
61233 [  6609] By: jhi                                   on 2000/08/13  14:31:26
61234         Log: Andreas says that 1.56 is fine, so reverting back to it.
61235      Branch: perl
61236            ! lib/CPAN.pm
61237 ____________________________________________________________________________
61238 [  6608] By: jhi                                   on 2000/08/13  05:34:20
61239         Log: Update Changes.
61240      Branch: perl
61241            ! Changes
61242 ____________________________________________________________________________
61243 [  6607] By: jhi                                   on 2000/08/13  05:32:01
61244         Log: Put back the \z changes of #5406 to CPAN.pm.
61245      Branch: perl
61246            ! lib/CPAN.pm
61247 ____________________________________________________________________________
61248 [  6606] By: jhi                                   on 2000/08/13  05:20:16
61249         Log: Fix-n-skip the tests under 5005threads.
61250      Branch: perl
61251            ! t/lib/b.t
61252 ____________________________________________________________________________
61253 [  6605] By: jhi                                   on 2000/08/13  05:07:48
61254         Log: Fix the test for 5005threads.
61255      Branch: perl
61256            ! t/lib/peek.t
61257 ____________________________________________________________________________
61258 [  6604] By: jhi                                   on 2000/08/13  03:35:37
61259         Log: Should have deleted this in #6603.
61260      Branch: perl
61261            - vms/subconfigure.com
61262 ____________________________________________________________________________
61263 [  6603] By: jhi                                   on 2000/08/12  18:29:32
61264         Log: Rewrite of vms/subconfigure.com as configure.com,
61265              from Peter Prymmer and the vmsperl crew.
61266      Branch: perl
61267            + vms/configure.com
61268            ! MANIFEST
61269 ____________________________________________________________________________
61270 [  6602] By: jhi                                   on 2000/08/11  13:00:01
61271         Log: PlainText.pm is dead.
61272      Branch: perl
61273            - lib/Pod/PlainText.pm
61274            ! MANIFEST
61275 ____________________________________________________________________________
61276 [  6601] By: jhi                                   on 2000/08/11  04:06:45
61277         Log: Update Changes.
61278      Branch: perl
61279            ! Changes
61280 ____________________________________________________________________________
61281 [  6600] By: jhi                                   on 2000/08/11  04:06:10
61282         Log: Add a few missing files, update MANIFEST.
61283      Branch: perl
61284            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
61285            + lib/Pod/PlainText.pm t/pod/find.t
61286            ! MANIFEST t/op/regmesg.t
61287 ____________________________________________________________________________
61288 [  6599] By: jhi                                   on 2000/08/11  03:31:10
61289         Log: Add Perl debugging tutorial, regen toc. 
61290              
61291              Subject: perldebtut.pod
61292              From: Richard Foley <Richard.Foley@m.dasa.de>
61293              Date: Wed, 09 Aug 2000 10:17:15 +0200
61294              Message-id: <3991138B.262247B8@m.dasa.de>
61295      Branch: perl
61296            + pod/perldebtut.pod
61297            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
61298 ____________________________________________________________________________
61299 [  6598] By: jhi                                   on 2000/08/11  02:48:56
61300         Log: tiny Changes edit
61301      Branch: perl
61302            ! Changes
61303 ____________________________________________________________________________
61304 [  6597] By: jhi                                   on 2000/08/11  02:39:04
61305         Log: Tests for #6589.
61306              
61307              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
61308              From: simon@brecon.co.uk (Simon Cozens)
61309              Date: 11 Aug 2000 02:24:52 GMT
61310              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
61311      Branch: perl
61312            ! t/lib/b.t
61313 ____________________________________________________________________________
61314 [  6596] By: jhi                                   on 2000/08/11  01:50:07
61315         Log: Update Changes.
61316      Branch: perl
61317            ! Changes
61318 ____________________________________________________________________________
61319 [  6595] By: jhi                                   on 2000/08/11  01:47:16
61320         Log: nitfix
61321      Branch: perl
61322            ! Changes
61323 ____________________________________________________________________________
61324 [  6594] By: jhi                                   on 2000/08/11  01:36:16
61325         Log: Subject: Getting perlio and threads to compile
61326              From: Lupe Christoph <lupe@lupe-christoph.de>
61327              Date: Wed, 9 Aug 2000 11:35:54 +0200
61328              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
61329              
61330              (the Solaris version changes in Configure skipped)
61331      Branch: perl
61332            ! hints/solaris_2.sh thread.h
61333 ____________________________________________________________________________
61334 [  6593] By: jhi                                   on 2000/08/11  01:30:16
61335         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
61336              From: simon@brecon.co.uk (Simon Cozens)
61337              Date: 1 Aug 2000 06:55:19 GMT
61338              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
61339      Branch: perl
61340            ! lib/utf8.pm
61341 ____________________________________________________________________________
61342 [  6592] By: jhi                                   on 2000/08/11  01:26:39
61343         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
61344              From: Peter Scott <Peter@PeterScott.com>
61345              Date: Thu, 10 Aug 2000 08:23:27 -0700
61346              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
61347      Branch: perl
61348            ! lib/perl5db.pl
61349 ____________________________________________________________________________
61350 [  6591] By: jhi                                   on 2000/08/11  01:22:02
61351         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
61352              From: Hugo <hv@crypt.compulink.co.uk>
61353              Date: Thu, 10 Aug 2000 19:23:04 +0100
61354              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
61355      Branch: perl
61356            ! regexec.c t/op/pat.t
61357 ____________________________________________________________________________
61358 [  6590] By: jhi                                   on 2000/08/11  01:19:19
61359         Log: Preprocessing and postprocessing for File::Find.
61360              
61361              Subject: Patch to Find::File.pm to allow alphabetical results
61362              From: Joe Smith <jsmith@inwap.com>
61363              Date: Wed, 9 Aug 2000 02:44:54 -0700
61364              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
61365      Branch: perl
61366            ! lib/File/Find.pm
61367 ____________________________________________________________________________
61368 [  6589] By: jhi                                   on 2000/08/11  01:12:39
61369         Log: B::Deparse didn't do sub attributes.
61370              
61371              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
61372              From: simon@brecon.co.uk (Simon Cozens)
61373              Date: 9 Aug 2000 04:49:20 GMT
61374              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
61375      Branch: perl
61376            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
61377 ____________________________________________________________________________
61378 [  6588] By: jhi                                   on 2000/08/11  01:06:40
61379         Log: Subject: debugger "d" command doesnt check line number
61380              From: Mike Guy <mjtg@cam.ac.uk>
61381              Date: Tue, 08 Aug 2000 21:54:29 +0100
61382              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
61383      Branch: perl
61384            ! lib/perl5db.pl mg.c pod/perldiag.pod
61385 ____________________________________________________________________________
61386 [  6587] By: jhi                                   on 2000/08/11  00:45:03
61387         Log: sleep(1) does not necessarily return 1.
61388              
61389              Subject: [PATCH bleadperl] op/lex_assign.t  
61390              From: Hugo <hv@crypt.compulink.co.uk>
61391              Date: Thu, 03 Aug 2000 14:34:22 +0100        
61392              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
61393      Branch: perl
61394            ! t/op/lex_assign.t
61395 ____________________________________________________________________________
61396 [  6586] By: jhi                                   on 2000/08/11  00:31:50
61397         Log: Document the IO::Select timeout.
61398      Branch: perl
61399            ! ext/IO/lib/IO/Select.pm
61400 ____________________________________________________________________________
61401 [  6585] By: jhi                                   on 2000/08/11  00:13:54
61402         Log: Forgot contributor.
61403      Branch: perl
61404            ! Changes
61405 ____________________________________________________________________________
61406 [  6584] By: jhi                                   on 2000/08/11  00:09:19
61407         Log: detypo
61408      Branch: perl
61409            ! Changes
61410 ____________________________________________________________________________
61411 [  6583] By: jhi                                   on 2000/08/11  00:07:53
61412         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
61413              
61414              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
61415              From: Mike Guy <mjtg@cam.ac.uk> 
61416              Date: Thu, 10 Aug 2000 15:50:54 +0100
61417              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
61418      Branch: perl
61419            ! sv.c t/op/int.t
61420 ____________________________________________________________________________
61421 [  6582] By: jhi                                   on 2000/08/10  23:29:32
61422         Log: Update Changes.
61423      Branch: perl
61424            ! Changes
61425 ____________________________________________________________________________
61426 [  6581] By: jhi                                   on 2000/08/10  23:26:16
61427         Log: Put back the std @INC thing.
61428      Branch: perl
61429            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
61430            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
61431            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
61432            ! t/lib/gol-oo.t
61433 ____________________________________________________________________________
61434 [  6580] By: jhi                                   on 2000/08/10  23:03:34
61435         Log: Update to CGI 2.70, from Lincoln Stein.
61436      Branch: perl
61437            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
61438            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
61439            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
61440            ! t/lib/cgi-request.t
61441 ____________________________________________________________________________
61442 [  6579] By: jhi                                   on 2000/08/10  22:41:50
61443         Log: Update to CPAN 1.56, from Andreas König.
61444      Branch: perl
61445            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
61446 ____________________________________________________________________________
61447 [  6578] By: jhi                                   on 2000/08/10  22:38:13
61448         Log: Update to Pod::Parser 1.17, from Brad Appleton.
61449      Branch: perl
61450            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
61451            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
61452            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
61453            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
61454            ! t/pod/include.t t/pod/included.t t/pod/lref.t
61455            ! t/pod/multiline_items.t t/pod/nested_items.t
61456            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
61457            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
61458            ! t/pod/special_seqs.t
61459 ____________________________________________________________________________
61460 [  6577] By: jhi                                   on 2000/08/10  22:35:41
61461         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
61462      Branch: perl
61463            ! AUTHORS MAINTAIN
61464 ____________________________________________________________________________
61465 [  6576] By: jhi                                   on 2000/08/10  22:24:54
61466         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
61467      Branch: perl
61468            + t/lib/gol-oo.t
61469            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
61470            ! t/lib/gol-compat.t t/lib/gol-linkage.t
61471 ____________________________________________________________________________
61472 [  6575] By: jhi                                   on 2000/08/10  22:02:07
61473         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
61474      Branch: perl
61475            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
61476 ____________________________________________________________________________
61477 [  6574] By: jhi                                   on 2000/08/10  21:55:03
61478         Log: Iterating perl6 description.
61479      Branch: perl
61480            ! pod/perlfaq1.pod
61481 ____________________________________________________________________________
61482 [  6573] By: jhi                                   on 2000/08/10  21:48:26
61483         Log: Revert the sv.c part of #6559, a better fix is needed.
61484      Branch: perl
61485            ! sv.c
61486 ____________________________________________________________________________
61487 [  6572] By: jhi                                   on 2000/08/10  20:33:43
61488         Log: It's the 2ndO'ROSSC.
61489      Branch: perl
61490            ! pod/perlfaq1.pod
61491 ____________________________________________________________________________
61492 [  6571] By: jhi                                   on 2000/08/10  15:55:48
61493         Log: detypo
61494      Branch: perl
61495            ! pod/perlfaq1.pod
61496 ____________________________________________________________________________
61497 [  6570] By: jhi                                   on 2000/08/10  14:11:17
61498         Log: An exceptionally sticky typo.
61499      Branch: perl
61500            ! Changes
61501 ____________________________________________________________________________
61502 [  6569] By: jhi                                   on 2000/08/10  14:09:33
61503         Log: detypo (and test Changes updating script)
61504      Branch: perl
61505            ! Changes
61506 ____________________________________________________________________________
61507 [  6568] By: jhi                                   on 2000/08/10  14:07:07
61508         Log: Update Changes.
61509      Branch: perl
61510            ! Changes
61511 ____________________________________________________________________________
61512 [  6567] By: jhi                                   on 2000/08/10  14:06:19
61513         Log: Amend the description of Perl6.
61514              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
61515              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
61516              Date: Wed, 9 Aug 2000 22:11:06 -0500
61517              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
61518      Branch: perl
61519            ! pod/perlfaq1.pod
61520 ____________________________________________________________________________
61521 [  6566] By: jhi                                   on 2000/08/10  13:58:57
61522         Log: Subject: Remove dead entry in perldiag
61523              From: Mike Guy <mjtg@cam.ac.uk>
61524              Date: Thu, 10 Aug 2000 14:19:19 +0100
61525              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
61526      Branch: perl
61527            ! pod/perldiag.pod
61528 ____________________________________________________________________________
61529 [  6565] By: jhi                                   on 2000/08/10  13:51:48
61530         Log: Zero entries were skipped, fix from Adrian Goalby
61531              <argoalby@yahoo.co.uk>
61532      Branch: perl
61533            ! lib/unicode/Number.pl lib/unicode/mktables.PL
61534 ____________________________________________________________________________
61535 [  6564] By: jhi                                   on 2000/08/10  13:00:12
61536         Log: Subject: [PATCH 5.6.0] cygwin port
61537              From: "Fifer, Eric" <EFifer@sanwaint.com>
61538              Date: Thu, 10 Aug 2000 13:15:36 +0100
61539              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
61540      Branch: perl
61541            ! README.cygwin hints/cygwin.sh
61542 ____________________________________________________________________________
61543 [  6563] By: jhi                                   on 2000/08/10  12:55:16
61544         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
61545      Branch: perl
61546            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
61547 ____________________________________________________________________________
61548 [  6562] By: gsar                                  on 2000/08/10  08:38:39
61549         Log: warn is a macro, avoid using at a variable to avoid warnings
61550              in some configurations; readdir.t is too conservative in
61551              estimating number of *.t's
61552      Branch: perl
61553            ! t/op/readdir.t util.c
61554 ____________________________________________________________________________
61555 [  6561] By: jhi                                   on 2000/08/09  23:35:42
61556         Log: Update Changes.
61557      Branch: perl
61558            ! Changes
61559 ____________________________________________________________________________
61560 [  6560] By: jhi                                   on 2000/08/09  23:05:47
61561         Log: Subject: Re: enhanced(?) regex error messages
61562              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
61563              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
61564              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
61565              
61566              (plus two small patches sent privately)
61567              (this still seems to leave few test failures)
61568      Branch: perl
61569            + t/op/regmesg.t
61570            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
61571            ! t/pragma/warn/regcomp
61572 ____________________________________________________________________________
61573 [  6559] By: jhi                                   on 2000/08/09  20:41:18
61574         Log: (The fix did work but was not right, retracted in #6573)
61575              
61576              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
61577              From: Christian Kirsch <ck@held.mind.de>
61578              Date: Wed, 9 Aug 2000 17:05:17 +0200
61579              Message-Id: <20000809170517.A25389@held>
61580      Branch: perl
61581            ! sv.c t/pragma/locale.t
61582 ____________________________________________________________________________
61583 [  6558] By: jhi                                   on 2000/08/08  22:34:08
61584         Log: Tiny updates on the contributors list.
61585      Branch: perl
61586            ! Changes
61587 ____________________________________________________________________________
61588 [  6557] By: jhi                                   on 2000/08/08  19:34:28
61589         Log: Double check that we have a dirhandle.
61590      Branch: perl
61591            ! util.c
61592 ____________________________________________________________________________
61593 [  6556] By: jhi                                   on 2000/08/08  19:01:51
61594         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
61595              May be repopulated with fresh maintained examples.
61596      Branch: perl
61597            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
61598            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
61599            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
61600            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
61601            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
61602            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
61603            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
61604            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
61605            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
61606            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
61607            + lib/CGI/eg/wilogo_gif.uu
61608            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
61609            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
61610            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
61611            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
61612            - eg/cgi/frameset.cgi eg/cgi/index.html
61613            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
61614            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
61615            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
61616            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
61617            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
61618            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
61619            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
61620            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
61621            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
61622            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
61623            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
61624            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
61625            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
61626            - eg/van/vanish eg/who eg/wrapsuid
61627            ! MANIFEST
61628 ____________________________________________________________________________
61629 [  6555] By: jhi                                   on 2000/08/08  18:51:08
61630         Log: Delete chat2 as requested by Randal.
61631              
61632              Subject: Re: perlfaq8 coyness
61633              From: merlyn@stonehenge.com (Randal L. Schwartz) 
61634              Date: 15 May 2000 18:52:42 -0700 
61635              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
61636      Branch: perl
61637            - lib/chat2.pl
61638            ! MANIFEST
61639 ____________________________________________________________________________
61640 [  6554] By: jhi                                   on 2000/08/08  18:31:35
61641         Log: Regen global.sym.
61642      Branch: perl
61643            ! global.sym
61644 ____________________________________________________________________________
61645 [  6553] By: jhi                                   on 2000/08/08  18:28:13
61646         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
61647              (either perlbug or p5p ate the original), plus regen
61648              perlapi and perltoc. 
61649      Branch: perl
61650            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
61651            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
61652            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
61653            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
61654            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
61655            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
61656            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
61657            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
61658            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
61659            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
61660 ____________________________________________________________________________
61661 [  6552] By: jhi                                   on 2000/08/08  18:06:29
61662         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
61663              From: Mike Guy <mjtg@cam.ac.uk>
61664              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
61665              Date: Tue, 08 Aug 2000 15:51:27 +0100
61666      Branch: perl
61667            ! doop.c sv.h t/op/join.t t/pragma/overload.t
61668 ____________________________________________________________________________
61669 [  6551] By: jhi                                   on 2000/08/08  18:01:11
61670         Log: Re-apply #6549.
61671      Branch: perl
61672            ! lib/perl5db.pl
61673 ____________________________________________________________________________
61674 [  6550] By: jhi                                   on 2000/08/08  17:43:08
61675         Log: Accidental retraction of #6549.
61676      Branch: perl
61677            ! lib/perl5db.pl
61678 ____________________________________________________________________________
61679 [  6549] By: jhi                                   on 2000/08/08  17:40:04
61680         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
61681              From: Mike Guy <mjtg@cam.ac.uk>
61682              Date: Mon, 07 Aug 2000 21:49:58 +0100
61683              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
61684      Branch: perl
61685            ! lib/perl5db.pl
61686 ____________________________________________________________________________
61687 [  6548] By: jhi                                   on 2000/08/08  17:37:57
61688         Log: Document here-doc better.
61689              
61690              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
61691              From: Mike Guy <mjtg@cam.ac.uk>
61692              Date: Mon, 07 Aug 2000 14:02:09 +0100
61693              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
61694      Branch: perl
61695            ! pod/perldata.pod
61696 ____________________________________________________________________________
61697 [  6547] By: jhi                                   on 2000/08/08  17:33:34
61698         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
61699              From: "Randy J. Ray" <rjray@redhat.com>
61700              Date: Mon, 07 Aug 2000 19:12:25 -0700
61701              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
61702      Branch: perl
61703            ! perl.c pod/perlrun.pod
61704 ____________________________________________________________________________
61705 [  6546] By: jhi                                   on 2000/08/08  17:29:26
61706         Log: Subject: Re: enhanced(?) regex error messages 
61707              From: Hugo <hv@crypt.compulink.co.uk>
61708              Date: Tue, 08 Aug 2000 03:25:51 +0100
61709              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
61710              
61711              plus Capitalize the error messages, plus perldiag them.
61712      Branch: perl
61713            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
61714 ____________________________________________________________________________
61715 [  6545] By: jhi                                   on 2000/08/08  13:59:28
61716         Log: Augment #6539 a bit: don't croak if there's magic in the air.
61717              
61718              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
61719              From: Hugo <hv@crypt.compulink.co.uk>
61720              Date: Tue, 08 Aug 2000 03:02:03 +0100
61721              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
61722      Branch: perl
61723            ! pp.c t/op/bless.t
61724 ____________________________________________________________________________
61725 [  6544] By: jhi                                   on 2000/08/07  21:11:52
61726         Log: Make the test -w clean.
61727      Branch: perl
61728            ! t/op/bless.t
61729 ____________________________________________________________________________
61730 [  6543] By: jhi                                   on 2000/08/07  19:49:53
61731         Log: use warnings instead of $^W.
61732      Branch: perl
61733            ! t/op/bless.t
61734 ____________________________________________________________________________
61735 [  6542] By: jhi                                   on 2000/08/07  17:41:41
61736         Log: Disable a portability warning Because We Know What We Are Doing.
61737      Branch: perl
61738            ! t/op/bless.t
61739 ____________________________________________________________________________
61740 [  6541] By: jhi                                   on 2000/08/07  17:29:51
61741         Log: Tiny tidying on report_evil_fh().
61742      Branch: perl
61743            ! util.c
61744 ____________________________________________________________________________
61745 [  6540] By: jhi                                   on 2000/08/07  16:37:38
61746         Log: Make regular expression parse error messages easier to understand.
61747              
61748              Subject: Re: enhanced(?) regex error messages
61749              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
61750              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
61751              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
61752      Branch: perl
61753            ! regcomp.c
61754 ____________________________________________________________________________
61755 [  6539] By: jhi                                   on 2000/08/07  16:12:27
61756         Log: Make bless(REF, REF) a fatal error, add bless tests.
61757              
61758              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
61759              From: Hugo <hv@crypt.compulink.co.uk>
61760              Date: Mon, 07 Aug 2000 16:59:38 +0100
61761              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
61762      Branch: perl
61763            + t/op/bless.t
61764            ! MANIFEST pod/perldiag.pod pp.c sv.c
61765 ____________________________________________________________________________
61766 [  6538] By: jhi                                   on 2000/08/07  15:59:43
61767         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
61768              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
61769              Date: Thu, 3 Aug 2000 14:29:21 -0700
61770              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
61771      Branch: perl
61772            ! lib/lib_pm.PL
61773 ____________________________________________________________________________
61774 [  6537] By: jhi                                   on 2000/08/07  15:47:18
61775         Log: Retract #6419 for now since it breaks in AFS and MachTen.
61776      Branch: perl
61777            ! lib/Cwd.pm
61778 ____________________________________________________________________________
61779 [  6536] By: jhi                                   on 2000/08/07  15:05:29
61780         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
61781              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
61782              The security hole exists only in suidperls, which isn't
61783              installed or even built by default.
61784      Branch: perl
61785            ! perl.c
61786 ____________________________________________________________________________
61787 [  6535] By: jhi                                   on 2000/08/07  14:45:14
61788         Log: tr memory corruption fix from Simon Cozens.
61789      Branch: perl
61790            ! doop.c
61791 ____________________________________________________________________________
61792 [  6534] By: jhi                                   on 2000/08/06  11:38:16
61793         Log: Document a bit that UDP is not what you might think.
61794              
61795              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
61796              From: Lupe Christoph <lupe@lupe-christoph.de>
61797              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
61798              Date: Mon, 24 Jul 2000 08:59:15 +0200
61799      Branch: perl
61800            ! pod/perlipc.pod
61801 ____________________________________________________________________________
61802 [  6533] By: jhi                                   on 2000/08/06  11:35:01
61803         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
61804              From: Jeff Pinyan <jeffp@hut.crusoe.net>
61805              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
61806              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
61807      Branch: perl
61808            ! pod/perlfunc.pod
61809 ____________________________________________________________________________
61810 [  6532] By: jhi                                   on 2000/08/06  03:45:41
61811         Log: Have symbols for the IoTYPEs.
61812      Branch: perl
61813            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
61814 ____________________________________________________________________________
61815 [  6531] By: jhi                                   on 2000/08/06  01:33:55
61816         Log: Continue fixing the io warnings.  This also
61817              sort of fixes bug ID 20000802.003: the core dump
61818              is no more.  Whether the current behaviour is correct
61819              (giving a warning: "Not a format reference"), is another matter.
61820      Branch: perl
61821            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
61822            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
61823 ____________________________________________________________________________
61824 [  6530] By: jhi                                   on 2000/08/05  21:33:12
61825         Log: Change the Policy policy: now -Dprefix= with an existing
61826              Policy.sh and prefix == siteprefix == vendorprefix, then all
61827              of them follow along the new prefix.
61828              
61829              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
61830              From: Andy Dougherty <doughera@lafayette.edu>
61831              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
61832              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
61833      Branch: perl
61834            ! Policy_sh.SH
61835 ____________________________________________________________________________
61836 [  6529] By: jhi                                   on 2000/08/05  18:57:28
61837         Log: Zap lib/Sys directory when cleaning up.
61838      Branch: perl
61839            ! Makefile.SH
61840 ____________________________________________________________________________
61841 [  6528] By: jhi                                   on 2000/08/05  18:40:44
61842         Log: Essential prototype changes were missing from #6527.
61843              Also make report_evil_fh() more bomb-proof.
61844      Branch: perl
61845            ! embed.h util.c
61846 ____________________________________________________________________________
61847 [  6527] By: jhi                                   on 2000/08/05  03:22:05
61848         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
61849              From: "Ronald F. Guilmette" <rfg@monkeys.com>
61850              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
61851              Message-Id: <200007242247.PAA52177@monkeys.com>
61852      Branch: perl
61853            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
61854 ____________________________________________________________________________
61855 [  6526] By: jhi                                   on 2000/08/04  21:23:27
61856         Log: gcc versions might have (parentheses) in them.
61857      Branch: metaconfig/U/perl
61858            ! gccvers.U
61859      Branch: perl
61860            ! Configure config_h.SH
61861 ____________________________________________________________________________
61862 [  6525] By: jhi                                   on 2000/08/04  20:23:12
61863         Log: Weed buglets pointed out by
61864              
61865              From: Lupe Christoph <lupe@lupe-christoph.de>
61866              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
61867              Date: Fri, 4 Aug 2000 17:34:39 +0200
61868              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
61869      Branch: metaconfig/U/perl
61870            ! gccvers.U uselfs.U
61871      Branch: perl
61872            ! Configure config_h.SH
61873 ____________________________________________________________________________
61874 [  6524] By: jhi                                   on 2000/08/04  19:02:08
61875         Log: Warn under -w if lstat(FH) is attempted.
61876              
61877              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
61878              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
61879              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
61880              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
61881      Branch: perl
61882            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
61883            ! t/pragma/warn/pp_sys
61884 ____________________________________________________________________________
61885 [  6523] By: jhi                                   on 2000/08/04  12:31:11
61886         Log: Subject: New perlcc, take 2
61887              From: simon@brecon.co.uk (Simon Cozens)
61888              Date: 4 Aug 2000 06:21:04 GMT
61889              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
61890      Branch: perl
61891            ! utils/perlcc.PL
61892 ____________________________________________________________________________
61893 [  6522] By: jhi                                   on 2000/08/04  12:26:33
61894         Log: Subject: Re: Array vs. List context
61895              From: Daniel Chetlin <daniel@chetlin.com>
61896              Date: Fri, 4 Aug 2000 00:22:44 -0700
61897              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
61898      Branch: perl
61899            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
61900            ! pod/perlfaq4.pod
61901 ____________________________________________________________________________
61902 [  6521] By: jhi                                   on 2000/08/04  12:22:38
61903         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
61904              From: Raymund Will <ray@caldera.de>
61905              Date: Fri, 4 Aug 2000 12:07:09 +0200
61906              Message-Id: <20000804120709.A14982@caldera.de>
61907      Branch: perl
61908            ! configure.gnu
61909 ____________________________________________________________________________
61910 [  6520] By: jhi                                   on 2000/08/04  04:09:06
61911         Log: After the #6519 a warning about stat() is just that,
61912              not about a filetest, which now have their own warning.
61913      Branch: perl
61914            ! pod/perldiag.pod
61915 ____________________________________________________________________________
61916 [  6519] By: jhi                                   on 2000/08/04  04:06:30
61917         Log: In the warnings call filehandles consistently so;
61918              add "unopened" warning for stat().
61919      Branch: perl
61920            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
61921            ! t/pragma/warn/pp_sys
61922 ____________________________________________________________________________
61923 [  6518] By: jhi                                   on 2000/08/04  02:55:35
61924         Log: Subject: Minor tweak to perlvar.pod
61925              From: "Stephen P. Potter" <spp@ds.net>
61926              Date: Tue, 18 Apr 2000 09:26:03 -0400
61927              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
61928      Branch: perl
61929            ! pod/perlvar.pod
61930 ____________________________________________________________________________
61931 [  6517] By: jhi                                   on 2000/08/04  02:50:08
61932         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
61933              From: "Clinton Pierce" <cpierce1@ford.com>
61934              Date: Wed, 21 Jul 1999 16:45:31 -0400
61935              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
61936              
61937              Fix by Stephen Potter (visible in the bug db but not in p5p?)
61938      Branch: perl
61939            ! pod/perlfunc.pod pod/perlop.pod
61940 ____________________________________________________________________________
61941 [  6516] By: jhi                                   on 2000/08/04  02:09:25
61942         Log: This is 6512.  Really.
61943      Branch: perl
61944            ! dump.c
61945 ____________________________________________________________________________
61946 [  6515] By: jhi                                   on 2000/08/04  01:25:50
61947         Log: mention the idea of @( and @)
61948      Branch: perl
61949            ! Todo-5.6
61950 ____________________________________________________________________________
61951 [  6514] By: bailey                                on 2000/08/04  01:18:46
61952         Log: YA resync with mainstem, including VMS patches from others
61953      Branch: vmsperl
61954           +> (branch 48 files)
61955            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
61956           !> (integrate 354 files)
61957 ____________________________________________________________________________
61958 [  6513] By: jhi                                   on 2000/08/04  01:18:18
61959         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
61960              From: Mark Dickinson <dickins3@fas.harvard.edu>
61961              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
61962              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
61963      Branch: perl
61964            ! t/op/grent.t t/op/pwent.t
61965 ____________________________________________________________________________
61966 [  6512] By: jhi                                   on 2000/08/04  01:14:06
61967         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
61968              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61969              Date: Wed, 02 Aug 2000 10:51:01 +0100
61970              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
61971      Branch: perl
61972            ! sv.c
61973 ____________________________________________________________________________
61974 [  6511] By: jhi                                   on 2000/08/04  00:57:00
61975         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
61976              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61977              Date: Thu, 03 Aug 2000 17:20:04 -0700
61978              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
61979      Branch: metaconfig
61980            ! U/modified/Cppsym.U
61981      Branch: perl
61982            ! Configure config_h.SH
61983 ____________________________________________________________________________
61984 [  6510] By: jhi                                   on 2000/08/04  00:25:28
61985         Log: detypo
61986      Branch: perl
61987            ! Makefile.SH
61988 ____________________________________________________________________________
61989 [  6509] By: jhi                                   on 2000/08/03  23:43:18
61990         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
61991              From: Dominic Dunlop <domo@computer.org>
61992              Date: Thu, 3 Aug 2000 22:16:46 +0200
61993              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
61994      Branch: perl
61995            ! t/op/sprintf.t
61996 ____________________________________________________________________________
61997 [  6508] By: jhi                                   on 2000/08/03  23:40:37
61998         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
61999              From: Hugo <hv@crypt.compulink.co.uk>
62000              Date: Thu, 03 Aug 2000 18:25:30 +0100
62001              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
62002      Branch: perl
62003            ! regcomp.c t/op/re_tests
62004 ____________________________________________________________________________
62005 [  6507] By: jhi                                   on 2000/08/03  23:38:28
62006         Log: Subject: [PATCH] sv.h documentation - SvLEN
62007              From: Mike Guy <mjtg@cam.ac.uk>
62008              Date: Thu, 03 Aug 2000 14:43:09 +0100
62009              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
62010      Branch: perl
62011            ! sv.h
62012 ____________________________________________________________________________
62013 [  6506] By: jhi                                   on 2000/08/03  15:49:14
62014         Log: Disable the fix_pl hack for now.
62015      Branch: perl
62016            ! Makefile.SH
62017 ____________________________________________________________________________
62018 [  6505] By: jhi                                   on 2000/08/03  13:49:04
62019         Log: Add a URL for FSF.
62020              
62021              Subject: Patch for README
62022              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
62023              Date: Wed, 2 Aug 2000 13:25:09 -0500
62024              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
62025      Branch: perl
62026            ! README
62027 ____________________________________________________________________________
62028 [  6504] By: jhi                                   on 2000/08/03  13:29:19
62029         Log: Be more informative on what is skipped and why,
62030              also repeat the list at the end.
62031      Branch: perl
62032            ! Porting/p4desc
62033 ____________________________________________________________________________
62034 [  6503] By: jhi                                   on 2000/08/03  13:07:05
62035         Log: Circumvent the removal of .patch by fix_pl.
62036              
62037              Subject: Re: [ID 20000802.011] unable to 'make test'          
62038              From: simon@brecon.co.uk (Simon Cozens) 
62039              Date: 3 Aug 2000 04:17:00 GMT
62040              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
62041      Branch: perl
62042            ! Makefile.SH
62043 ____________________________________________________________________________
62044 [  6502] By: jhi                                   on 2000/08/03  00:14:34
62045         Log: Add the missing setproctitle unit.
62046      Branch: metaconfig/U/perl
62047            + d_setproctitle.U
62048 ____________________________________________________________________________
62049 [  6501] By: jhi                                   on 2000/08/03  00:00:26
62050         Log: The subtest 4 may fail also on VOBS, as pointed out
62051              by Nick Ing-Simmons in November 1999, bug id 19991124.003
62052              (but the failure in that bug report isn't the subtest 4).
62053      Branch: perl
62054            ! t/op/stat.t
62055 ____________________________________________________________________________
62056 [  6500] By: jhi                                   on 2000/08/02  23:49:30
62057         Log: Better skip message for the test; one of the two problems in
62058              
62059              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
62060              From: Lupe Christoph <lupe@lupe-christoph.de>
62061              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
62062              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
62063      Branch: perl
62064            ! t/op/numconvert.t
62065 ____________________________________________________________________________
62066 [  6499] By: jhi                                   on 2000/08/02  22:49:16
62067         Log: Allow "no Module;" even if there is no 'unimport'.
62068              
62069              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
62070              From: mjd@plover.com
62071              Date: 24 Mar 2000 15:24:34 -0000
62072              Message-Id: <20000324152434.15160.qmail@plover.com>
62073      Branch: perl
62074            ! gv.c
62075 ____________________________________________________________________________
62076 [  6498] By: jhi                                   on 2000/08/02  22:42:58
62077         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
62078              that are hopefully soon put into use.
62079      Branch: perl
62080            ! opcode.h opcode.pl opnames.h
62081 ____________________________________________________________________________
62082 [  6497] By: gsar                                  on 2000/08/02  22:28:59
62083         Log: require.t needs binmode() to work on windows
62084      Branch: perl
62085            ! t/comp/require.t
62086 ____________________________________________________________________________
62087 [  6496] By: jhi                                   on 2000/08/02  22:08:51
62088         Log: Document the IVdf UVuf UVof UVxf.
62089      Branch: perl
62090            ! pod/perlguts.pod
62091 ____________________________________________________________________________
62092 [  6495] By: jhi                                   on 2000/08/02  21:54:26
62093         Log: detypo #6494
62094      Branch: perl
62095            ! ext/Data/Dumper/Dumper.xs
62096 ____________________________________________________________________________
62097 [  6494] By: jhi                                   on 2000/08/02  21:49:17
62098         Log: Dump UVs as UVs in Data::Dumper.
62099              
62100              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
62101              From: Gurusamy Sarathy <gsar@ActiveState.com>
62102              Date: Thu, 27 Apr 2000 12:26:25 -0700
62103              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
62104      Branch: perl
62105            ! ext/Data/Dumper/Dumper.xs
62106 ____________________________________________________________________________
62107 [  6493] By: jhi                                   on 2000/08/02  17:01:58
62108         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
62109              From: Hugo <hv@crypt.compulink.co.uk>
62110              Date: Wed, 02 Aug 2000 14:53:56 +0100
62111              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
62112      Branch: perl
62113            ! regexec.c t/op/re_tests
62114 ____________________________________________________________________________
62115 [  6492] By: jhi                                   on 2000/08/02  15:02:46
62116         Log: The new setproctitle() feature is available only in 
62117              bleeding edge FreeBSD.  From Paul Saab.
62118      Branch: perl
62119            ! mg.c
62120 ____________________________________________________________________________
62121 [  6491] By: jhi                                   on 2000/08/02  13:34:36
62122         Log: The tr utf8 patching continues.
62123              
62124              Subject: Re: #6469, too many tests claimed in require.t
62125              From: simon@brecon.co.uk (Simon Cozens)
62126              Date: 2 Aug 2000 02:37:17 GMT
62127              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
62128              
62129              (the logic of the test was the wrong way round in the patch)
62130      Branch: perl
62131            ! doop.c
62132 ____________________________________________________________________________
62133 [  6490] By: jhi                                   on 2000/08/02  13:27:38
62134         Log: The name of a filehandle does not have <these>.
62135      Branch: perl
62136            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
62137            ! t/pragma/warn/pp_sys util.c
62138 ____________________________________________________________________________
62139 [  6489] By: jhi                                   on 2000/08/02  04:26:46
62140         Log: Remove the extraneous "main::" prefix from all the
62141              "opened only for", "on closed", and "never opened" warnings.
62142              
62143              Subject: Re: inappropriate warning
62144              From: Gurusamy Sarathy <gsar@ActiveState.com>
62145              Date: Mon, 20 Mar 2000 11:28:02 -0800
62146              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
62147      Branch: perl
62148            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
62149            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
62150            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
62151 ____________________________________________________________________________
62152 [  6488] By: jhi                                   on 2000/08/02  03:02:57
62153         Log: memcpy has n o in it, as pinted ut by Sarathy.
62154      Branch: perl
62155            ! pod/perlguts.pod
62156 ____________________________________________________________________________
62157 [  6487] By: jhi                                   on 2000/08/02  02:44:51
62158         Log: Document in one place the memory abstractions used in Perl core.
62159              
62160              Subject: Re: Memory abstraction
62161              From: simon@brecon.co.uk (Simon Cozens)
62162              Date: 2 Aug 2000 02:20:23 GMT
62163              Organization: Earth.li Origins
62164      Branch: perl
62165            ! pod/perlguts.pod
62166 ____________________________________________________________________________
62167 [  6486] By: jhi                                   on 2000/08/02  02:41:57
62168         Log: regen_headers, regen perltoc.
62169      Branch: perl
62170            ! perlapi.c pod/perltoc.pod
62171 ____________________________________________________________________________
62172 [  6485] By: jhi                                   on 2000/08/02  01:43:33
62173         Log: "This little thing tests for a file .patch, and if it contains
62174              a number, pops into patchlevel.h" (making it easier to track
62175              which development version people are reporting bugs against)
62176              
62177              Subject: Patchlevel autogeneration for repository perls
62178              From: simon@brecon.co.uk (Simon Cozens)
62179              Date: 14 Jul 2000 07:12:15 GMT
62180              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
62181      Branch: perl
62182            + fix_pl
62183            ! MANIFEST Makefile.SH
62184 ____________________________________________________________________________
62185 [  6484] By: jhi                                   on 2000/08/02  01:32:54
62186         Log: FreeBSD 3.* updates from
62187              
62188              From: Paul Saab <ps@yahoo-inc.com>
62189              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
62190              Date: Tue, 1 Aug 2000 15:41:39 -0700
62191              Message-Id: <20000801154139.A53740@yahoo-inc.com>
62192      Branch: perl
62193            ! hints/freebsd.sh
62194 ____________________________________________________________________________
62195 [  6483] By: jhi                                   on 2000/08/02  01:27:44
62196         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
62197              instead one must use setproctitle().  This was already addressed
62198              by change #6457, but the below has a new variant for FreeBSD 4.0
62199              or later, and the matter is also documented more.
62200              
62201              From: Paul Saab <ps@yahoo-inc.com>
62202              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
62203              Date: Tue, 1 Aug 2000 15:41:39 -0700
62204              Message-Id: <20000801154139.A53740@yahoo-inc.com>
62205      Branch: metaconfig/U/perl
62206            + i_libutil.U
62207      Branch: perl
62208            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
62209 ____________________________________________________________________________
62210 [  6482] By: jhi                                   on 2000/08/01  22:17:32
62211         Log: The test from this
62212              
62213              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
62214              Date: Sat, 15 Apr 2000 17:03:44 +0100
62215              From: Tom Hughes <tom@compton.nu>
62216              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
62217              
62218              was missing, the code change went in as #5989
62219              (which had a different test?)
62220      Branch: perl
62221            ! t/op/misc.t
62222 ____________________________________________________________________________
62223 [  6481] By: jhi                                   on 2000/08/01  21:48:38
62224         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
62225              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
62226              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
62227              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
62228      Branch: perl
62229            ! perl.h
62230 ____________________________________________________________________________
62231 [  6480] By: jhi                                   on 2000/08/01  18:05:28
62232         Log: Make p4desc to skip non-mainperl branches by default.
62233      Branch: perl
62234            ! Porting/p4desc
62235 ____________________________________________________________________________
62236 [  6479] By: jhi                                   on 2000/08/01  17:29:19
62237         Log: If gccosandvers is equal to osname, clear gccosandvers.
62238      Branch: metaconfig/U/perl
62239            ! gccvers.U
62240      Branch: perl
62241            ! Configure config_h.SH
62242 ____________________________________________________________________________
62243 [  6478] By: jhi                                   on 2000/08/01  15:54:08
62244         Log: BOM patching from Simon Cozens.
62245      Branch: perl
62246            ! toke.c
62247 ____________________________________________________________________________
62248 [  6477] By: jhi                                   on 2000/08/01  04:50:33
62249         Log: Stash away the largefiles flags and libswanted.
62250      Branch: perl
62251            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
62252 ____________________________________________________________________________
62253 [  6476] By: gsar                                  on 2000/08/01  04:24:24
62254         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
62255              on Windows)
62256      Branch: perl
62257            ! t/pragma/utf8.t utf8.c win32/win32.c
62258 ____________________________________________________________________________
62259 [  6475] By: jhi                                   on 2000/08/01  03:35:24
62260         Log: Make chr() for values >127 to create utf8 when under utf8.
62261              
62262              Subject: Re: uft8/chr()
62263              From: simon@brecon.co.uk (Simon Cozens)
62264              Date: 1 Aug 2000 02:37:02 GMT
62265              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
62266      Branch: perl
62267            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
62268 ____________________________________________________________________________
62269 [  6474] By: jhi                                   on 2000/08/01  02:36:18
62270         Log: In Digital UNIX warn if gcc explicitly chosen because even
62271              2.95.2 is known to cause problems.
62272      Branch: perl
62273            ! hints/dec_osf.sh
62274 ____________________________________________________________________________
62275 [  6473] By: jhi                                   on 2000/08/01  02:00:56
62276         Log: Make the safety catch for buggy gccs work with triple version
62277              numbers like 2.95.2.  Reported in
62278              
62279              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
62280              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
62281              Date: Mon, 31 Jul 2000 14:55:06 +0200
62282              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
62283      Branch: perl
62284            ! hints/dec_osf.sh
62285 ____________________________________________________________________________
62286 [  6472] By: jhi                                   on 2000/08/01  01:13:33
62287         Log: Subject: fix and question re: waitpid() under win32
62288              From: Brian Clarke <clarke@appliedmeta.com>
62289              Date: Fri, 28 Jul 2000 15:18:29 -0400
62290              Message-ID: <3981DC85.290314EB@appliedmeta.com>
62291              
62292              Slightly reformatted and WNOHANG # define moved to win32.h
62293              so that also POSIX.xs sees it, as suggsted by Sarathy.
62294      Branch: perl
62295            ! win32/win32.c win32/win32.h
62296 ____________________________________________________________________________
62297 [  6471] By: jhi                                   on 2000/08/01  00:55:05
62298         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
62299              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62300              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
62301              Date: Mon, 31 Jul 2000 13:28:51 +0100
62302              
62303              (aka ID 20000730.002)
62304      Branch: perl
62305            ! op.c t/op/tr.t
62306 ____________________________________________________________________________
62307 [  6470] By: jhi                                   on 2000/07/31  23:34:42
62308         Log: Document the problem with -P in HP-UX and its workaround.
62309              
62310              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
62311              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
62312              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
62313              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
62314      Branch: perl
62315            ! README.hpux
62316 ____________________________________________________________________________
62317 [  6469] By: jhi                                   on 2000/07/31  04:15:02
62318         Log: The swallow_bom() saga continues.  The #23 of require.t
62319              (UTF16-LE) still fails (silently, no output) but the #22
62320              (UTF16-BE) seems to be working now.  The root of the
62321              failure may be in sv_gets(): is it UTF-16LE-aware,
62322              especially when it comes to line endings? 
62323      Branch: perl
62324            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
62325            ! t/comp/require.t toke.c utf8.c
62326 ____________________________________________________________________________
62327 [  6468] By: jhi                                   on 2000/07/30  19:05:48
62328         Log: Find green threads before native threads.
62329              
62330              Subject: Re: Patch to jpl/JNI/Makefile.PL
62331              From: Jens Thomsen <jens@fiend.cis.com>
62332              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
62333              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
62334      Branch: perl
62335            ! jpl/JNI/Makefile.PL
62336 ____________________________________________________________________________
62337 [  6467] By: jhi                                   on 2000/07/30  18:36:22
62338         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
62339      Branch: perl
62340            ! doop.c
62341 ____________________________________________________________________________
62342 [  6466] By: jhi                                   on 2000/07/30  04:37:29
62343         Log: A new version of the "remove UPPERACSE string comparison"
62344              operators.  The problem with the previous one (change #6454)
62345              was that it was for Perl 5.6.0.  From Paul Marquess.
62346      Branch: perl
62347            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
62348            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
62349            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
62350 ____________________________________________________________________________
62351 [  6465] By: jhi                                   on 2000/07/29  22:39:56
62352         Log: Do not upgrade SVs into utf8 just because they participate
62353              in eq or cmp.  Reported and fix suggested in
62354              
62355              Subject: [ID 20000720.009] sv_eq UTF8 bug
62356              From: "Simon Cozens" <simon@othersideofthe.earth.li>
62357              Date: 21 Jul 2000 04:37:29 -0000
62358              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
62359              
62360              Exercise for the kind reader: should we or should we not
62361              cache the utf8 conversion alonside the SV? (as magic,
62362              as thestrxfrm()ed version is cached under use locale)
62363              Argue both for and against.
62364      Branch: perl
62365            ! sv.c
62366 ____________________________________________________________________________
62367 [  6464] By: jhi                                   on 2000/07/29  22:36:22
62368         Log: Subject: UTF8 concat
62369              From: simon@brecon.co.uk (Simon Cozens) 
62370              Date: 30 Jun 2000 06:13:25 GMT
62371              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
62372              
62373              (with a memory leak fixed, plus a few casts added)
62374              
62375              This also seems to help for
62376              
62377              Subject: [ID 20000716.015] join UTF8 weirdness
62378              From: root <root@ak-71.mind.de> 
62379              Date: Sat, 15 Jul 2000 15:29:54 +0200
62380              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
62381              
62382              (from Andreas König)
62383      Branch: perl
62384            ! pp_hot.c
62385 ____________________________________________________________________________
62386 [  6463] By: jhi                                   on 2000/07/29  00:55:39
62387         Log: Tune the comments and hopefully stop a memory leak.
62388      Branch: perl
62389            ! toke.c utf8.c
62390 ____________________________________________________________________________
62391 [  6462] By: jhi                                   on 2000/07/29  00:16:53
62392         Log: The problem described in this
62393              
62394              Subject: [ID 20000322.018] named chars aren't magical enough
62395              From: root <root@dixie.cscaper.com>     
62396              Date: Wed, 22 Mar 2000 18:37:42 -0700
62397              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
62398              
62399              has been fixed in perl 5.6.0 but just in case added a test
62400              to keep it away.  (The report from Joseph Hall.)
62401      Branch: perl
62402            ! t/lib/charnames.t
62403 ____________________________________________________________________________
62404 [  6461] By: jhi                                   on 2000/07/28  23:56:36
62405         Log: Tiny fixes for #6460.
62406      Branch: metaconfig/U/perl
62407            ! gccvers.U
62408      Branch: perl
62409            ! Configure config_h.SH
62410 ____________________________________________________________________________
62411 [  6460] By: jhi                                   on 2000/07/28  23:24:41
62412         Log: Warn if the version of the operating system used to compile gcc
62413              differs from the current version of the operating system.
62414              Also display the gcc compilation os and version in myconfig.
62415              Inspiration from
62416              
62417              Subject: Re: [ID 20000710.003] ERRORS!!         
62418              From: "Kurt D. Starsinic" <kstar@chapin.edu>
62419              Date: Mon, 10 Jul 2000 15:54:16 -0400
62420              Message-ID: <20000710155416.A1384@O2.chapin.edu>
62421      Branch: metaconfig/U/perl
62422            ! gccvers.U
62423      Branch: perl
62424            ! Configure config_h.SH myconfig.SH
62425 ____________________________________________________________________________
62426 [  6459] By: jhi                                   on 2000/07/28  22:00:32
62427         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
62428              letter to $Config{osvers}.
62429      Branch: metaconfig
62430            ! U/modified/Oldconfig.U
62431      Branch: perl
62432            ! Configure config_h.SH
62433 ____________________________________________________________________________
62434 [  6458] By: jhi                                   on 2000/07/28  04:15:39
62435         Log: Back out #6454, doesn't seem to work.
62436              (Reason: that patch was for perl 5.6.0, not perl-current)
62437              (A version of the patch for perl-current came in later as #6466)
62438      Branch: perl
62439            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
62440            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
62441            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
62442 ____________________________________________________________________________
62443 [  6457] By: jhi                                   on 2000/07/27  23:31:49
62444         Log: Use setproctitle() if available to modify $0.
62445              
62446              Subject: setting $* on BSD4 broken
62447              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
62448              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
62449              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
62450      Branch: metaconfig
62451            ! U/modified/Myinit.U
62452      Branch: perl
62453            ! Configure config_h.SH mg.c
62454 ____________________________________________________________________________
62455 [  6456] By: jhi                                   on 2000/07/27  14:50:47
62456         Log: Allow "no AutoLoader;", based on change #6444,
62457              suggested by Graham Barr.
62458      Branch: perl
62459            ! lib/AutoLoader.pm
62460 ____________________________________________________________________________
62461 [  6455] By: jhi                                   on 2000/07/27  14:19:10
62462         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
62463              From: rspier@pobox.com (Robert Spier)
62464              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
62465              Message-ID: <14720.15855.787664.424783@rls.cx>
62466      Branch: perl
62467            ! pod/perldiag.pod
62468 ____________________________________________________________________________
62469 [  6454] By: jhi                                   on 2000/07/27  14:03:02
62470         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
62471              for a long time).
62472              
62473              Reported in
62474              
62475              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
62476              From: Ryan Herbert <rherbert@sycamorehq.com>
62477              Date: Mon, 17 Jul 2000 11:40:42 -0400
62478              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
62479              
62480              Patched in
62481              
62482              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
62483              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
62484              Date: Wed, 26 Jul 2000 23:40:18 +0100
62485              Message-ID: <000001bff752$79511880$0a17073e@tiny>
62486              
62487              based on an earlier patch from Stephen P. Potter.
62488              
62489              (Removed later by change #6458 because this patch was for
62490              perl 5.6.0, not perl-current)
62491      Branch: perl
62492            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
62493            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
62494            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
62495 ____________________________________________________________________________
62496 [  6453] By: jhi                                   on 2000/07/27  13:48:02
62497         Log: Subject: [PATCH] fixes bug 20000508.004
62498              From: Michael Stevens <mstevens@globnix.org>
62499              Date: Thu, 27 Jul 2000 13:49:04 +0100
62500              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
62501      Branch: perl
62502            ! pod/perldata.pod
62503 ____________________________________________________________________________
62504 [  6452] By: jhi                                   on 2000/07/26  23:51:26
62505         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
62506              and Craig A. Berry.
62507      Branch: perl
62508            ! lib/File/Temp.pm pod/perlport.pod
62509 ____________________________________________________________________________
62510 [  6451] By: jhi                                   on 2000/07/26  19:43:30
62511         Log: Be wary of close()s, too.
62512              
62513              Subject: Re: [PATCH] perlbug cleanup
62514              From: Tim Jenness <t.jenness@jach.hawaii.edu>
62515              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
62516              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
62517      Branch: perl
62518            ! utils/perlbug.PL
62519 ____________________________________________________________________________
62520 [  6450] By: jhi                                   on 2000/07/26  18:41:40
62521         Log: Subject: Minor doc patch: handy.h
62522              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
62523              Date: Wed, 26 Jul 2000 15:34:25 -0300
62524              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
62525      Branch: perl
62526            ! handy.h pod/perlapi.pod
62527 ____________________________________________________________________________
62528 [  6449] By: jhi                                   on 2000/07/26  18:23:55
62529         Log: Subject: [PATCH] minor doc change - perlguts
62530              From: Michael Stevens <mstevens@globnix.org>
62531              Date: Thu, 13 Jul 2000 12:39:18 +0100
62532              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
62533      Branch: perl
62534            ! pod/perlguts.pod
62535 ____________________________________________________________________________
62536 [  6448] By: jhi                                   on 2000/07/26  18:20:30
62537         Log: open() wariness in perlbug.
62538              
62539              Subject: [PATCH] perlbug cleanup
62540              From: Michael Stevens <mstevens@globnix.org>
62541              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
62542              Date: Thu, 13 Jul 2000 15:52:23 +0100
62543      Branch: perl
62544            ! utils/perlbug.PL
62545 ____________________________________________________________________________
62546 [  6447] By: jhi                                   on 2000/07/26  18:13:04
62547         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
62548      Branch: perl
62549            ! lib/File/Temp.pm t/lib/ftmp-security.t
62550 ____________________________________________________________________________
62551 [  6446] By: jhi                                   on 2000/07/26  18:06:32
62552         Log: docfix from Peter Scott <Peter@PSDT.com>.
62553      Branch: perl
62554            ! pod/perlfunc.pod
62555 ____________________________________________________________________________
62556 [  6445] By: jhi                                   on 2000/07/26  17:53:31
62557         Log: Fix *foo{FORMAT}.
62558              
62559              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62560              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
62561              Date: Wed, 26 Jul 2000 19:51:02 +0200
62562              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
62563              
62564              From: Graham Barr <gbarr@pobox.com>
62565              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
62566              Date: Wed, 26 Jul 2000 17:38:36 +0100
62567              Message-ID: <20000726173836.L472@pobox.com>
62568      Branch: perl
62569            ! pp.c sv.c t/op/gv.t
62570 ____________________________________________________________________________
62571 [  6444] By: jhi                                   on 2000/07/26  17:49:14
62572         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
62573              from Graham Barr in the module list.
62574      Branch: perl
62575            ! gv.c pod/perlobj.pod
62576 ____________________________________________________________________________
62577 [  6443] By: jhi                                   on 2000/07/26  16:06:56
62578         Log: More split() doc and test patches from Mike Guy.
62579      Branch: perl
62580            ! pod/perlfunc.pod t/op/split.t
62581 ____________________________________________________________________________
62582 [  6442] By: jhi                                   on 2000/07/26  16:05:30
62583         Log: MacOS nits from Matthias Neeracher.
62584      Branch: perl
62585            ! perl.c pp_ctl.c
62586 ____________________________________________________________________________
62587 [  6441] By: jhi                                   on 2000/07/26  04:39:57
62588         Log: Subject: [PATCH] split /^/
62589              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62590              Date: Tue, 25 Jul 2000 14:18:57 +0100
62591              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
62592              
62593              (with notes from tchrist and gbarr)
62594      Branch: perl
62595            ! pod/perlfunc.pod t/op/split.t
62596 ____________________________________________________________________________
62597 [  6440] By: jhi                                   on 2000/07/26  04:32:32
62598         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
62599              From: Peter Prymmer <pvhp@forte.com>
62600              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
62601              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
62602      Branch: perl
62603            ! vms/munchconfig.c
62604 ____________________________________________________________________________
62605 [  6439] By: jhi                                   on 2000/07/26  04:31:01
62606         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
62607              to be fatal errors (instead of by default ignoring them, and
62608              ignoring with a bug: even though -w gave an error, the opening [
62609              was left in)  Reported in:
62610              
62611              Subject: [ID 20000716.024] [=cc=] / [:blank:]
62612              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
62613              Date: Sun, 16 Jul 2000 17:55:29 -0700
62614              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
62615      Branch: perl
62616            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
62617 ____________________________________________________________________________
62618 [  6438] By: jhi                                   on 2000/07/25  15:41:15
62619         Log: Subject: [PATCH] av.c apidoc
62620              From: simon@brecon.co.uk (Simon Cozens)
62621              Date: 24 Jul 2000 06:40:52 GMT
62622              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
62623      Branch: perl
62624            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
62625            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
62626 ____________________________________________________________________________
62627 [  6437] By: jhi                                   on 2000/07/25  14:05:36
62628         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
62629              From: "Stephen P. Potter" <spp@ds.net>
62630              Date: Mon, 24 Jul 2000 14:22:23 -0400
62631              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
62632      Branch: perl
62633            ! pod/perllocale.pod
62634 ____________________________________________________________________________
62635 [  6436] By: jhi                                   on 2000/07/25  14:02:03
62636         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
62637              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62638              Date: Mon, 24 Jul 2000 18:04:28 +0100
62639              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
62640      Branch: perl
62641            ! t/lib/syslfs.t t/op/lfs.t
62642 ____________________________________________________________________________
62643 [  6435] By: jhi                                   on 2000/07/25  13:59:28
62644         Log: Get UTF16 BOMs working.  Patch from
62645              
62646              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
62647              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62648              Date: Tue, 25 Jul 2000 12:52:45 +0100
62649              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
62650              
62651              and notes from
62652              
62653              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
62654              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62655              Date: Tue, 25 Jul 2000 11:43:25 +0100
62656              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
62657      Branch: perl
62658            ! t/comp/require.t toke.c utf8.c
62659 ____________________________________________________________________________
62660 [  6434] By: jhi                                   on 2000/07/25  02:39:54
62661         Log: Make the "uninit variable" warning to say "concat or string"
62662              or "join or string" when in concat or join .
62663              
62664              Subject: Re: [ID 20000403.009] uninitialised concatenation???
62665              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62666              Date: Tue, 04 Apr 2000 18:22:58 +0100
62667              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
62668              
62669              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
62670              From: William R Ward <hermit@BayView.COM>
62671              Date: Thu, 30 Mar 2000 19:50:03 -0800
62672              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
62673      Branch: perl
62674            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
62675            ! t/pragma/warn/op t/pragma/warn/sv
62676 ____________________________________________________________________________
62677 [  6433] By: jhi                                   on 2000/07/24  17:52:56
62678         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
62679      Branch: perl
62680            ! lib/File/Spec/VMS.pm
62681 ____________________________________________________________________________
62682 [  6432] By: jhi                                   on 2000/07/24  17:44:44
62683         Log: Test cases for #6431.
62684              
62685              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
62686              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62687              Date: Mon, 24 Jul 2000 15:32:29 +0100
62688              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
62689      Branch: perl
62690            ! t/op/pat.t t/op/split.t
62691 ____________________________________________________________________________
62692 [  6431] By: jhi                                   on 2000/07/24  17:43:17
62693         Log: Bind op fix.
62694              
62695              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
62696              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62697              Date: Mon, 17 Jul 2000 20:04:56 +0100
62698              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
62699      Branch: perl
62700            ! op.c
62701 ____________________________________________________________________________
62702 [  6430] By: jhi                                   on 2000/07/24  03:42:42
62703         Log: Subject: [ID 20000716.023] syslog test fails without sockets
62704              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62705              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
62706              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
62707      Branch: metaconfig/U/perl
62708            ! Extensions.U
62709      Branch: perl
62710            ! Configure config_h.SH
62711 ____________________________________________________________________________
62712 [  6429] By: jhi                                   on 2000/07/24  03:11:52
62713         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
62714              case, but add also notes explaining the relationship of this
62715              patch and the earlier notes by Sarathy.
62716              
62717              Subject: Map is still slow
62718              From: "Ben Tilly" <ben_tilly@hotmail.com>
62719              Date: Sat, 15 Jul 2000 17:23:27 EDT
62720              Message-ID: <20000715212327.21656.qmail@hotmail.com>
62721      Branch: perl
62722            ! pp_ctl.c
62723 ____________________________________________________________________________
62724 [  6428] By: jhi                                   on 2000/07/24  02:58:52
62725         Log: Documentation to explain the behaviour of map().
62726              
62727              Subject: Re: Map is still slow 
62728              From: Gurusamy Sarathy <gsar@ActiveState.com>
62729              Date: Sat, 15 Jul 2000 16:05:09 -0700
62730              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
62731      Branch: perl
62732            ! pp_ctl.c
62733 ____________________________________________________________________________
62734 [  6427] By: jhi                                   on 2000/07/24  02:50:03
62735         Log: Add tests for
62736              [ID 19991110.003] another matching finding by pcre author
62737              which has already been fixed by some patch, as verified in
62738              
62739              Subject: Re: two regex bugs from the mists of time (well, last November)
62740              From: Hugo <hv@crypt.compulink.co.uk>
62741              Date: Sat, 22 Jul 2000 18:12:58 +0100
62742              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
62743      Branch: perl
62744            ! t/op/re_tests
62745 ____________________________________________________________________________
62746 [  6426] By: jhi                                   on 2000/07/24  02:11:20
62747         Log: A missing 'break' after the [[:space:]] switch case.
62748              
62749              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
62750              From: "Stephen P. Potter" <spp@ds.net>
62751              Date: Tue, 18 Jul 2000 16:25:17 -0400
62752              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
62753      Branch: perl
62754            ! regcomp.c
62755 ____________________________________________________________________________
62756 [  6425] By: jhi                                   on 2000/07/24  02:06:12
62757         Log: The output might have been produced in the wrong order.
62758              
62759              Subject: [ID 20000720.003] [PATCH] t/op/write.t
62760              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62761              Date: Thu, 20 Jul 2000 18:49:18 +0100
62762              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
62763      Branch: perl
62764            ! t/op/write.t
62765 ____________________________________________________________________________
62766 [  6424] By: jhi                                   on 2000/07/24  02:00:07
62767         Log: Use STDOUT consistently.
62768              
62769              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
62770              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62771              Date: Thu, 20 Jul 2000 18:04:01 +0100
62772              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
62773      Branch: perl
62774            ! lib/Test/Harness.pm
62775 ____________________________________________________________________________
62776 [  6423] By: jhi                                   on 2000/07/24  01:54:54
62777         Log: Protect against "wild next"s, that is, callbacks doing "next"
62778              instead of "return".
62779              
62780              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
62781              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62782              Date: Tue, 18 Jul 2000 11:30:16 +0100
62783              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
62784      Branch: perl
62785            ! lib/File/Find.pm
62786 ____________________________________________________________________________
62787 [  6422] By: jhi                                   on 2000/07/24  01:35:47
62788         Log: Out-of-date note removed.
62789              
62790              Subject: [PATCH] documentation perlipc
62791              From: rspier@pobox.com (Robert Spier)
62792              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
62793              Message-ID: <14711.35178.572612.502654@rls.cx>
62794      Branch: perl
62795            ! pod/perlipc.pod
62796 ____________________________________________________________________________
62797 [  6421] By: jhi                                   on 2000/07/24  00:09:18
62798         Log: Send all installperl messages to STDERR and be -w clean.
62799              
62800              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
62801              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62802              Date: Sat, 22 Jul 2000 14:02:11 +0100
62803              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
62804      Branch: perl
62805            ! installperl
62806 ____________________________________________________________________________
62807 [  6420] By: jhi                                   on 2000/07/24  00:04:19
62808         Log: Decutandpasto.
62809              
62810              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
62811              From: "Richard Soderberg" <rs@crystalflame.net>
62812              Date: Sun, 23 Jul 2000 01:37:23 -0700
62813              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
62814      Branch: perl
62815            ! pod/perlipc.pod
62816 ____________________________________________________________________________
62817 [  6419] By: jhi                                   on 2000/07/24  00:01:12
62818         Log: A cleaner abs_path().
62819              Subject: Re: unix alternative to Cwd.pm
62820              From: Jeff Pinyan <jeffp@crusoe.net>
62821              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
62822              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
62823      Branch: perl
62824            ! lib/Cwd.pm
62825 ____________________________________________________________________________
62826 [  6418] By: jhi                                   on 2000/07/23  23:48:56
62827         Log: Detypo.
62828              
62829              Subject: [PATCH perl-current] Typo in hints/powerux.sh
62830              From: "Richard Soderberg" <rs@crystalflame.net>
62831              Date: Sun, 23 Jul 2000 01:27:33 -0700
62832              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
62833      Branch: perl
62834            ! hints/powerux.sh
62835 ____________________________________________________________________________
62836 [  6417] By: jhi                                   on 2000/07/17  22:13:31
62837         Log: Subject: SDBM_File documentation
62838              From: mjd@plover.com
62839              Date: 16 Jul 2000 17:41:17 -0000
62840              Message-ID: <20000716174117.18515.qmail@plover.com>
62841      Branch: perl
62842            ! ext/SDBM_File/SDBM_File.pm
62843 ____________________________________________________________________________
62844 [  6416] By: jhi                                   on 2000/07/17  19:13:26
62845         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
62846      Branch: perl
62847            ! hints/mpeix.sh mpeix/relink
62848 ____________________________________________________________________________
62849 [  6415] By: jhi                                   on 2000/07/15  14:11:02
62850         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
62851              the utf8 'characters' can be more than one octet).
62852              
62853              Date: Sat, 15 Jul 2000 00:21:56 +0100
62854              From: Tom Hughes <tom@compton.nu>
62855              Subject: Re: [ID 20000714.002]
62856              Message-ID: <db2334de49.tom@compton.compton.nu>
62857              
62858              Reported in
62859              
62860              Subject: [ID 20000714.002]
62861              From: "Simon Cozens" <simon@othersideofthe.earth.li>
62862              Date: 14 Jul 2000 15:13:09 -0000
62863              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
62864      Branch: perl
62865            ! doop.c
62866 ____________________________________________________________________________
62867 [  6414] By: jhi                                   on 2000/07/15  03:13:41
62868         Log: another VMS build tweak from Peter Prymmer
62869      Branch: perl
62870            ! vms/descrip_mms.template
62871 ____________________________________________________________________________
62872 [  6413] By: jhi                                   on 2000/07/15  03:10:40
62873         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
62874      Branch: perl
62875            ! vms/perlvms.pod
62876 ____________________________________________________________________________
62877 [  6412] By: jhi                                   on 2000/07/15  00:31:05
62878         Log: More docs for sv functions.
62879              
62880              Subject: [PATCH cfgperl] sv.c apidoc
62881              From: simon@brecon.co.uk (Simon Cozens)
62882              Date: 13 Jul 2000 09:00:20 GMT
62883              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
62884              
62885              Subject: Re: [PATCH cfgperl] sv.c apidoc
62886              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62887              Date: Thu, 13 Jul 2000 12:27:41 +0100
62888              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
62889              
62890              Subject: Re: [PATCH cfgperl] sv.c apidoc
62891              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62892              Date: Thu, 13 Jul 2000 13:23:09 +0100
62893              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
62894              
62895              Subject: Re: [PATCH cfgperl] sv.c apidoc
62896              From: simon@brecon.co.uk (Simon Cozens)
62897              Date: 14 Jul 2000 06:51:02 GMT
62898              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
62899      Branch: perl
62900            ! embed.pl pod/perlapi.pod sv.c
62901 ____________________________________________________________________________
62902 [  6411] By: jhi                                   on 2000/07/15  00:10:41
62903         Log: lib/b test fixes from Peter Prymmer.
62904      Branch: perl
62905            ! t/lib/b.t
62906 ____________________________________________________________________________
62907 [  6410] By: jhi                                   on 2000/07/15  00:02:09
62908         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
62909              From: Hugo <hv@crypt.compulink.co.uk>
62910              Date: Fri, 14 Jul 2000 23:05:20 +0100
62911              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
62912              
62913              Didn't anymore apply, but that point still could use another fix.
62914      Branch: perl
62915            ! pod/perlfunc.pod
62916 ____________________________________________________________________________
62917 [  6409] By: jhi                                   on 2000/07/14  23:15:15
62918         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
62919              not in pod, from Peter Prymmer
62920      Branch: perl
62921            ! vms/descrip_mms.template
62922 ____________________________________________________________________________
62923 [  6408] By: jhi                                   on 2000/07/14  20:35:05
62924         Log: The bug report
62925              [ID 19991110.002] minimal matching discrepancy found by pcre author
62926              seems to have been fixed (though differently from what was suggested
62927              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
62928      Branch: perl
62929            ! t/op/re_tests
62930 ____________________________________________________________________________
62931 [  6407] By: jhi                                   on 2000/07/14  17:38:08
62932         Log: Fix AutoSplit to use File::Spec the right way in VMS,
62933              from Peter Prymmer.
62934      Branch: perl
62935            ! lib/AutoSplit.pm
62936 ____________________________________________________________________________
62937 [  6406] By: jhi                                   on 2000/07/14  14:13:22
62938         Log: Merge perlhacktut into perlhack, update perlguts.
62939              
62940              Subject: Re: Perlhacktut
62941              From: simon@brecon.co.uk (Simon Cozens)
62942              Date: 14 Jul 2000 06:49:21 GMT
62943              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
62944              
62945              Subject: Re: Perlhacktut
62946              From: simon@brecon.co.uk (Simon Cozens)
62947              Date: 14 Jul 2000 07:09:45 GMT
62948              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
62949      Branch: perl
62950            ! pod/perlguts.pod pod/perlhack.pod
62951 ____________________________________________________________________________
62952 [  6405] By: jhi                                   on 2000/07/14  14:02:31
62953         Log: Integrate with Sarathy.
62954      Branch: cfgperl
62955           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
62956           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
62957           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
62958 ____________________________________________________________________________
62959 [  6404] By: gsar                                  on 2000/07/14  12:15:02
62960         Log: PERL_OBJECT build tweaks
62961      Branch: perl
62962            ! toke.c
62963 ____________________________________________________________________________
62964 [  6403] By: gsar                                  on 2000/07/14  11:23:41
62965         Log: inconsistent types needs casts
62966      Branch: perl
62967            ! toke.c
62968 ____________________________________________________________________________
62969 [  6402] By: gsar                                  on 2000/07/14  11:12:04
62970         Log: typos in change#6399, regen headers
62971      Branch: perl
62972            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
62973 ____________________________________________________________________________
62974 [  6401] By: gsar                                  on 2000/07/14  10:59:12
62975         Log: typecasts needed for change#6394
62976      Branch: perl
62977            ! toke.c
62978 ____________________________________________________________________________
62979 [  6400] By: gsar                                  on 2000/07/14  10:49:37
62980         Log: integrate cfgperl contents into mainline
62981      Branch: perl
62982           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
62983           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
62984 ____________________________________________________________________________
62985 [  6399] By: gsar                                  on 2000/07/14  10:38:35
62986         Log: enable UTF-16 filter by default if relevant BOM is seen; various
62987              cleanups (typos, misformatted code, and small bugs)
62988      Branch: perl
62989            ! doop.c embed.pl mg.c op.c pp.c toke.c
62990 ____________________________________________________________________________
62991 [  6398] By: gsar                                  on 2000/07/14  08:55:38
62992         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
62993              name suggests anyway)
62994      Branch: perl
62995            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
62996 ____________________________________________________________________________
62997 [  6397] By: gsar                                  on 2000/07/14  08:44:33
62998         Log: move new variables to the end of the interpreter structure (for
62999              bincompat in code that doesn't #include XSUB.h)
63000      Branch: perl
63001            ! intrpvar.h
63002 ____________________________________________________________________________
63003 [  6396] By: gsar                                  on 2000/07/14  08:13:58
63004         Log: MakeMaker should not remove editor backups (*~) on `make clean`
63005              by default (completes change#6383)
63006      Branch: perl
63007            ! lib/ExtUtils/MM_Unix.pm
63008 ____________________________________________________________________________
63009 [  6395] By: jhi                                   on 2000/07/14  05:20:33
63010         Log: Replace change #6337 with a better one.
63011              
63012              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
63013              From: Hugo <hv@crypt.compulink.co.uk>
63014              Date: Fri, 14 Jul 2000 04:16:20 +0100
63015              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
63016      Branch: cfgperl
63017            ! regexec.c t/op/re_tests
63018 ____________________________________________________________________________
63019 [  6394] By: jhi                                   on 2000/07/14  01:33:59
63020         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
63021      Branch: cfgperl
63022            ! embed.pl global.sym proto.h toke.c
63023 ____________________________________________________________________________
63024 [  6393] By: jhi                                   on 2000/07/13  23:41:23
63025         Log: remove discarded test
63026      Branch: cfgperl
63027            ! MANIFEST
63028 ____________________________________________________________________________
63029 [  6392] By: jhi                                   on 2000/07/13  23:32:25
63030         Log: The {multiplier} of a fixed substring was overlooked which
63031              caused a wrong initial search offset for that substring.
63032              
63033              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
63034              From: Hugo <hv@crypt.compulink.co.uk>
63035              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
63036              Date: Thu, 13 Jul 2000 19:27:13 +0100
63037      Branch: cfgperl
63038            ! regcomp.c t/op/re_tests
63039 ____________________________________________________________________________
63040 [  6391] By: jhi                                   on 2000/07/13  16:37:42
63041         Log: typo fix from Craig Berry
63042      Branch: cfgperl
63043            ! vms/subconfigure.com
63044 ____________________________________________________________________________
63045 [  6390] By: jhi                                   on 2000/07/13  13:20:12
63046         Log: Integrate with Sarathy.
63047      Branch: cfgperl
63048            - t/op/method2entersub.t
63049           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
63050           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
63051           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
63052           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
63053 ____________________________________________________________________________
63054 [  6389] By: jhi                                   on 2000/07/13  13:18:48
63055         Log: Detypo from Peter Prymmer, part of #6388.
63056      Branch: cfgperl
63057            ! Configure config_h.SH
63058      Branch: metaconfig
63059            ! U/modified/d_longlong.U
63060 ____________________________________________________________________________
63061 [  6388] By: gsar                                  on 2000/07/13  06:33:40
63062         Log: typos (spotted by Peter Prymmer)
63063      Branch: perl
63064            ! Configure t/lib/english.t
63065 ____________________________________________________________________________
63066 [  6387] By: gsar                                  on 2000/07/13  05:35:28
63067         Log: new selfloader.t in change#6183 doesn't close DATA handles,
63068              and thus fails to clean up tmp files on dosish platforms
63069      Branch: perl
63070            ! t/lib/selfloader.t
63071 ____________________________________________________________________________
63072 [  6386] By: gsar                                  on 2000/07/12  21:42:39
63073         Log: sprintf test tweaks (from Dominic Dunlop)
63074      Branch: perl
63075            ! t/op/sprintf.t
63076 ____________________________________________________________________________
63077 [  6385] By: gsar                                  on 2000/07/12  21:33:46
63078         Log: fix bugs in processing %v-*d and similar format specs (from
63079              Avi Finkel <avi@finkel.org>)
63080      Branch: perl
63081            ! sv.c t/op/sprintf.t
63082 ____________________________________________________________________________
63083 [  6384] By: gsar                                  on 2000/07/12  16:04:19
63084         Log: readd missing perldelta.pod changes from changes#6339,6376
63085      Branch: perl
63086            ! pod/perldelta.pod
63087 ____________________________________________________________________________
63088 [  6383] By: gsar                                  on 2000/07/12  16:00:51
63089         Log: don't clobber *.orig files on *clean targets
63090      Branch: perl
63091            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
63092 ____________________________________________________________________________
63093 [  6382] By: gsar                                  on 2000/07/12  07:59:12
63094         Log: fix broken integrations in cfgperl
63095      Branch: cfgperl
63096           !> Changes pod/perldelta.pod
63097 ____________________________________________________________________________
63098 [  6381] By: gsar                                  on 2000/07/12  07:42:17
63099         Log: integrate cfgperl changes into mainline
63100      Branch: perl
63101            ! Changes
63102           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
63103           !> pod/perlre.pod
63104 ____________________________________________________________________________
63105 [  6380] By: gsar                                  on 2000/07/12  07:31:00
63106         Log: get sprintf.t to adjust properly for 3-digit exponents
63107      Branch: perl
63108            ! t/op/sprintf.t
63109 ____________________________________________________________________________
63110 [  6379] By: gsar                                  on 2000/07/12  06:40:04
63111         Log: change#6174 needs corresponding change in win32/config_h.PL,
63112              which grovels through config_h.SH to find the config.h name
63113      Branch: perl
63114            ! win32/config_h.PL
63115 ____________________________________________________________________________
63116 [  6378] By: jhi                                   on 2000/07/12  05:03:59
63117         Log: Do the cc sanity check both before the hints and
63118              after the cc selction.
63119      Branch: cfgperl
63120            ! Configure config_h.SH
63121      Branch: metaconfig
63122            ! U/modified/Oldconfig.U U/modified/cc.U
63123      Branch: metaconfig/U/perl
63124            + Checkcc.U
63125 ____________________________________________________________________________
63126 [  6377] By: jhi                                   on 2000/07/12  02:49:22
63127         Log: Fix nits noticed by Boston.pm.
63128      Branch: cfgperl
63129            ! pod/perlre.pod
63130 ____________________________________________________________________________
63131 [  6376] By: jhi                                   on 2000/07/11  21:22:13
63132         Log: Configure cosmetics and perldelta.
63133      Branch: cfgperl
63134            ! Configure config_h.SH pod/perldelta.pod
63135      Branch: metaconfig
63136            ! U/modified/cc.U
63137 ____________________________________________________________________________
63138 [  6375] By: gsar                                  on 2000/07/11  21:17:35
63139         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
63140      Branch: perl
63141            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
63142            ! win32/win32sck.c
63143 ____________________________________________________________________________
63144 [  6374] By: gsar                                  on 2000/07/11  20:48:50
63145         Log: tweak for build failure under multiplicity
63146      Branch: perl
63147            ! toke.c
63148 ____________________________________________________________________________
63149 [  6373] By: gsar                                  on 2000/07/11  20:37:23
63150         Log: integrate cfgperl changes#6325..6373 into mainline
63151              (NOTE: today's batch of integrations still untested)
63152      Branch: perl
63153           +> ext/DynaLoader/hints/netbsd.pl
63154            ! Changes
63155           !> (integrate 26 files)
63156 ____________________________________________________________________________
63157 [  6372] By: jhi                                   on 2000/07/11  20:30:36
63158         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
63159              regen perltoc.
63160      Branch: cfgperl
63161            + pod/perlbook.pod
63162            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
63163            ! pod/perltoc.pod
63164 ____________________________________________________________________________
63165 [  6371] By: jhi                                   on 2000/07/11  20:08:56
63166         Log: Minor cleanups on the booklist.
63167      Branch: cfgperl
63168            ! pod/perlfaq2.pod
63169 ____________________________________________________________________________
63170 [  6370] By: jhi                                   on 2000/07/11  19:31:13
63171         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
63172      Branch: cfgperl
63173            ! t/pragma/overload.t
63174 ____________________________________________________________________________
63175 [  6369] By: gsar                                  on 2000/07/11  19:27:48
63176         Log: integrate cfgperl changes#6293..6324 into mainline
63177      Branch: perl
63178           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
63179            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
63180           !> (integrate 30 files)
63181 ____________________________________________________________________________
63182 [  6368] By: gsar                                  on 2000/07/11  19:18:57
63183         Log: skip integrate of problematic change#6292 from cfgperl into mainline
63184      Branch: perl
63185           !> pp_hot.c
63186 ____________________________________________________________________________
63187 [  6367] By: gsar                                  on 2000/07/11  19:17:21
63188         Log: integrate cfgperl changes#6288..6290 into mainline
63189      Branch: perl
63190           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
63191 ____________________________________________________________________________
63192 [  6366] By: gsar                                  on 2000/07/11  19:11:18
63193         Log: integrate cfgperl changes#6268..6282 into mainline
63194      Branch: perl
63195           !> (integrate 30 files)
63196 ____________________________________________________________________________
63197 [  6365] By: gsar                                  on 2000/07/11  18:57:00
63198         Log: delete new accidentally branched file
63199      Branch: perl
63200            - t/op/method2entersub.t
63201 ____________________________________________________________________________
63202 [  6364] By: gsar                                  on 2000/07/11  18:55:13
63203         Log: skip integrate of change#6267 from cfgperl into mainline (the
63204              method call optimization is flawed without additional hints
63205              from user about immutableness of @ISA and no runtime method
63206              definitions)
63207      Branch: perl
63208           +> t/op/method2entersub.t
63209           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
63210           !> perl.h t/op/sprintf.t xsutils.c
63211 ____________________________________________________________________________
63212 [  6363] By: gsar                                  on 2000/07/11  18:49:43
63213         Log: integrate cfgperl changes#6261..6266 into mainline
63214      Branch: perl
63215           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
63216           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
63217           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
63218           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
63219 ____________________________________________________________________________
63220 [  6362] By: gsar                                  on 2000/07/11  18:43:26
63221         Log: integrate cfgperl changes#6252..6260 into mainline
63222      Branch: perl
63223           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
63224           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
63225           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
63226           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
63227 ____________________________________________________________________________
63228 [  6361] By: gsar                                  on 2000/07/11  18:37:12
63229         Log: skip integrate of problematic change#6251 from cfgperl into mainline
63230      Branch: perl
63231           !> lib/Exporter.pm
63232 ____________________________________________________________________________
63233 [  6360] By: gsar                                  on 2000/07/11  18:34:56
63234         Log: integrate cfgperl change#6250 into mainline
63235      Branch: perl
63236           +> t/op/my_stash.t
63237           !> MANIFEST embed.pl proto.h toke.c
63238 ____________________________________________________________________________
63239 [  6359] By: gsar                                  on 2000/07/11  18:21:19
63240         Log: integrate cfgperl changes#6242..6249 into mainline
63241      Branch: perl
63242           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
63243           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
63244           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
63245           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
63246           !> t/lib/peek.t utf8.c
63247 ____________________________________________________________________________
63248 [  6358] By: gsar                                  on 2000/07/11  18:15:45
63249         Log: skip integrate of problematic change#6241 from cfgperl into mainline
63250      Branch: perl
63251           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
63252 ____________________________________________________________________________
63253 [  6357] By: jhi                                   on 2000/07/11  18:15:16
63254         Log: Fix for
63255              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
63256              From: Roderick Schertler <roderick@argon.org> 
63257              Date: Tue, 11 Jul 2000 13:55:05 -0400 
63258              Message-Id: <200007111755.NAA05077@jones.argon.org> 
63259      Branch: cfgperl
63260            ! doio.c
63261 ____________________________________________________________________________
63262 [  6356] By: jhi                                   on 2000/07/11  18:12:51
63263         Log: Typo in #6341.
63264      Branch: cfgperl
63265            ! pp_hot.c
63266 ____________________________________________________________________________
63267 [  6355] By: gsar                                  on 2000/07/11  18:12:10
63268         Log: integrate cfgperl changes#6231..6240 into mainline
63269      Branch: perl
63270           +> pod/perlutil.pod
63271           !> (integrate 35 files)
63272 ____________________________________________________________________________
63273 [  6354] By: jhi                                   on 2000/07/11  18:04:34
63274         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
63275              From: Dominic Dunlop <domo@computer.org> 
63276              Date: Tue, 11 Jul 2000 12:27:33 +0200 
63277              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
63278              
63279              Replaces change #6268.
63280      Branch: cfgperl
63281            ! t/op/sprintf.t
63282 ____________________________________________________________________________
63283 [  6353] By: gsar                                  on 2000/07/11  17:59:51
63284         Log: skip integrate of problematic change#6230 from cfgperl into mainline
63285              (a later version of File::Spec is already in mainline)
63286      Branch: perl
63287           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
63288           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
63289 ____________________________________________________________________________
63290 [  6352] By: gsar                                  on 2000/07/11  17:57:48
63291         Log: integrate cfgperl changes#6224..6229 into mainline
63292      Branch: perl
63293           +> lib/lib.pm.PL
63294            - lib/lib.pm
63295           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
63296           !> lib/English.pm op.c t/lib/english.t
63297 ____________________________________________________________________________
63298 [  6351] By: gsar                                  on 2000/07/11  17:50:10
63299         Log: skip integrate of problematic change#6223 from cfgperl into mainline
63300      Branch: perl
63301           !> doio.c
63302 ____________________________________________________________________________
63303 [  6350] By: gsar                                  on 2000/07/11  17:48:28
63304         Log: integrate cfgperl changes#6220..6222 into mainline
63305      Branch: perl
63306           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
63307           !> toke.c utf8.c win32/win32.h
63308 ____________________________________________________________________________
63309 [  6349] By: gsar                                  on 2000/07/11  17:46:13
63310         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
63311              mainline
63312      Branch: perl
63313           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
63314           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
63315           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
63316 ____________________________________________________________________________
63317 [  6348] By: jhi                                   on 2000/07/11  17:45:49
63318         Log: README.posix-bc podified from Thomas Dorner.
63319      Branch: cfgperl
63320            ! README.posix-bc
63321 ____________________________________________________________________________
63322 [  6347] By: gsar                                  on 2000/07/11  17:42:04
63323         Log: integrate cfgperl change#6217 into mainline
63324      Branch: perl
63325           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
63326           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
63327           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
63328 ____________________________________________________________________________
63329 [  6346] By: gsar                                  on 2000/07/11  17:39:37
63330         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
63331              mainline
63332      Branch: perl
63333           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
63334           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
63335           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
63336           !> perlapi.h pod/perlapi.pod
63337 ____________________________________________________________________________
63338 [  6345] By: gsar                                  on 2000/07/11  17:36:42
63339         Log: integrate cfgperl changes#6207..6210 into mainline
63340      Branch: perl
63341           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
63342           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
63343 ____________________________________________________________________________
63344 [  6344] By: gsar                                  on 2000/07/11  17:31:20
63345         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
63346              mainline
63347      Branch: perl
63348           !> (integrate 40 files)
63349 ____________________________________________________________________________
63350 [  6343] By: gsar                                  on 2000/07/11  17:19:08
63351         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
63352      Branch: perl
63353           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
63354            ! Changes
63355           !> (integrate 34 files)
63356 ____________________________________________________________________________
63357 [  6342] By: jhi                                   on 2000/07/11  16:05:48
63358         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
63359              To: perl5-porters@perl.org
63360              From: Karsten Sperling <spiff@phreax.net>
63361              Date: Mon, 10 Jul 2000 15:12:52 +0200
63362              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
63363      Branch: cfgperl
63364            ! lib/Symbol.pm
63365 ____________________________________________________________________________
63366 [  6341] By: jhi                                   on 2000/07/11  15:59:23
63367         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
63368              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63369              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
63370              Date: Fri, 07 Jul 2000 17:57:16 +0100
63371      Branch: cfgperl
63372            ! pp_hot.c
63373 ____________________________________________________________________________
63374 [  6340] By: jhi                                   on 2000/07/11  15:55:47
63375         Log: Subject: Re: format bug report  [Patch]
63376              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63377              Date: Wed, 05 Jul 2000 13:12:52 +0200
63378              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
63379              
63380              Subject: Re: format bug report  [Patch]
63381              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63382              Date: Wed, 05 Jul 2000 14:10:01 +0200
63383              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
63384      Branch: cfgperl
63385            ! t/op/write.t toke.c
63386 ____________________________________________________________________________
63387 [  6339] By: jhi                                   on 2000/07/11  13:54:09
63388         Log: Be less forgiving about ambiguous and illegal tr ranges.
63389              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
63390              From: Mark-Jason Dominus <mjd@plover.com>
63391              Date: Tue, 04 Jul 2000 10:00:12 -0400
63392              Message-ID: <20000704140012.17772.qmail@plover.com>
63393              
63394              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
63395              From: Mark-Jason Dominus <mjd@plover.com>
63396              Date: Wed, 05 Jul 2000 09:37:36 -0400
63397              Message-ID: <20000705133736.27293.qmail@plover.com>
63398      Branch: cfgperl
63399            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
63400 ____________________________________________________________________________
63401 [  6338] By: jhi                                   on 2000/07/11  13:31:24
63402         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
63403              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63404              Date: Tue, 11 Jul 2000 13:50:51 +0100
63405              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
63406      Branch: cfgperl
63407            ! sv.c
63408 ____________________________________________________________________________
63409 [  6337] By: jhi                                   on 2000/07/11  13:29:14
63410         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
63411              From: Hugo <hv@crypt.compulink.co.uk>
63412              Date: Tue, 11 Jul 2000 12:44:50 +0100
63413              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
63414      Branch: cfgperl
63415            ! regexec.c t/op/re_tests
63416 ____________________________________________________________________________
63417 [  6336] By: jhi                                   on 2000/07/11  13:26:47
63418         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
63419              From: simon@brecon.co.uk (Simon Cozens)
63420              Date: 7 Jul 2000 11:26:09 GMT
63421              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
63422      Branch: cfgperl
63423            ! mg.c
63424 ____________________________________________________________________________
63425 [  6335] By: jhi                                   on 2000/07/11  13:23:37
63426         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
63427              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
63428              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
63429              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
63430      Branch: cfgperl
63431            + ext/DynaLoader/hints/netbsd.pl
63432            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
63433 ____________________________________________________________________________
63434 [  6334] By: jhi                                   on 2000/07/11  13:20:38
63435         Log: Subject: PATCH perlguts.pod: Document D and d magic types
63436              From: mjd@plover.com
63437              Date: 5 Jul 2000 18:01:51 -0000
63438              Message-ID: <20000705180151.29413.qmail@plover.com>
63439      Branch: cfgperl
63440            ! pod/perlguts.pod
63441 ____________________________________________________________________________
63442 [  6333] By: jhi                                   on 2000/07/11  13:15:51
63443         Log: Precedence goof, fix based on
63444              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
63445              From: Hugo <hv@crypt.compulink.co.uk>
63446              Date: Tue, 11 Jul 2000 12:52:38 +0100
63447              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
63448      Branch: cfgperl
63449            ! t/op/taint.t
63450 ____________________________________________________________________________
63451 [  6332] By: jhi                                   on 2000/07/11  12:40:17
63452         Log: Integrate with Sarathy.
63453      Branch: cfgperl
63454           !> win32/win32sck.c
63455 ____________________________________________________________________________
63456 [  6331] By: jhi                                   on 2000/07/10  20:14:16
63457         Log: Sprinkle ldlibpath.
63458      Branch: cfgperl
63459            ! pod/Makefile.SH
63460 ____________________________________________________________________________
63461 [  6330] By: jhi                                   on 2000/07/10  17:54:49
63462         Log: More POSIX.pod tweaks.
63463      Branch: cfgperl
63464            ! ext/POSIX/POSIX.pod
63465 ____________________________________________________________________________
63466 [  6329] By: jhi                                   on 2000/07/10  14:02:12
63467         Log: Reorder perl.pod once more.
63468      Branch: cfgperl
63469            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
63470 ____________________________________________________________________________
63471 [  6328] By: gsar                                  on 2000/07/10  07:06:00
63472         Log: accept() leaks memory on windows due to incorrect ordering of
63473              closesocket() and fclose() calls
63474      Branch: perl
63475            ! win32/win32sck.c
63476 ____________________________________________________________________________
63477 [  6327] By: gsar                                  on 2000/07/10  06:49:17
63478         Log: winsock options weren't being set in all threads under ithreads
63479              (caused send()s from second and subsequent threads to fail)
63480      Branch: perl
63481            ! win32/win32sck.c
63482 ____________________________________________________________________________
63483 [  6326] By: jhi                                   on 2000/07/08  02:45:40
63484         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
63485              was cast to an unsigned (32-bit) integer with wild abandon.
63486      Branch: cfgperl
63487            ! ext/Devel/DProf/DProf.xs
63488 ____________________________________________________________________________
63489 [  6325] By: jhi                                   on 2000/07/07  18:50:33
63490         Log: Remove perlbook, update perlfaq book listing,
63491              rearrange perl.pod, regenerate perltoc.
63492      Branch: cfgperl
63493            - pod/perlbook.pod
63494            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
63495            ! pod/perlfaq2.pod pod/perltoc.pod
63496 ____________________________________________________________________________
63497 [  6324] By: jhi                                   on 2000/07/07  14:03:40
63498         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
63499      Branch: cfgperl
63500            ! sv.h toke.c
63501 ____________________________________________________________________________
63502 [  6323] By: jhi                                   on 2000/07/06  16:03:55
63503         Log: Fix complaints of buildtoc.
63504      Branch: cfgperl
63505            + lib/Win32.pod
63506            - pod/Win32.pod
63507            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
63508 ____________________________________________________________________________
63509 [  6322] By: jhi                                   on 2000/07/06  15:15:52
63510         Log: Add =head1 NAMEs so that buildtoc is happy.
63511              (The CGI::Util nit reported to Lincoln.)
63512      Branch: cfgperl
63513            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
63514            ! pod/perltoc.pod
63515 ____________________________________________________________________________
63516 [  6321] By: jhi                                   on 2000/07/06  03:16:04
63517         Log: Config is being used.
63518      Branch: cfgperl
63519            ! t/op/method.t
63520 ____________________________________________________________________________
63521 [  6320] By: jhi                                   on 2000/07/06  03:13:13
63522         Log: Integrate with Sarathy.
63523      Branch: cfgperl
63524           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
63525 ____________________________________________________________________________
63526 [  6319] By: jhi                                   on 2000/07/06  03:11:46
63527         Log: Autogenerate pod/Makefile and pod/buildtoc.
63528              buildtoc also checks whether the existin pods are
63529              mentioned in MANIFEST and perl.pod, and vice versa.
63530              (None of the thusly found discrepancies fixed yet.)
63531              roffitall also needs to be autogenerated similarly but it
63532              seems so badly out of date that I didn't touch it yet.
63533      Branch: cfgperl
63534            + pod/Makefile.SH pod/buildtoc.PL
63535            - pod/Makefile pod/buildtoc
63536            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
63537 ____________________________________________________________________________
63538 [  6318] By: gsar                                  on 2000/07/05  22:10:54
63539         Log: fix UNC path handling on Windows under ithreads, and chdir()
63540              return value when given a non-existent directory
63541      Branch: perl
63542            ! win32/vdir.h
63543 ____________________________________________________________________________
63544 [  6317] By: gsar                                  on 2000/07/05  22:08:19
63545         Log: winsock cleanup never done on Windows (leads to handle leaks)
63546      Branch: perl
63547            ! win32/perllib.c win32/win32sck.c
63548 ____________________________________________________________________________
63549 [  6316] By: gsar                                  on 2000/07/05  22:06:19
63550         Log: some debugger output does not go to the socket when RemotePort is set
63551      Branch: perl
63552            ! lib/perl5db.pl
63553 ____________________________________________________________________________
63554 [  6315] By: jhi                                   on 2000/07/05  00:25:21
63555         Log: Integrate with Sarathy, preliminary fix for unicos
63556              alignment problems in [ID 20000612.002] Perl problem on Cray system.
63557      Branch: cfgperl
63558            ! sv.h
63559           !> pp_hot.c
63560 ____________________________________________________________________________
63561 [  6314] By: gsar                                  on 2000/07/04  23:34:02
63562         Log: tyop in change#6306
63563      Branch: perl
63564            ! pp_hot.c
63565 ____________________________________________________________________________
63566 [  6313] By: jhi                                   on 2000/07/04  22:14:38
63567         Log: Multiline string literals ENONPORTABLE.
63568      Branch: cfgperl
63569            ! pp_hot.c
63570 ____________________________________________________________________________
63571 [  6312] By: jhi                                   on 2000/07/04  20:34:44
63572         Log: Integrate with Sarathy.
63573      Branch: cfgperl
63574           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
63575           !> t/op/method.t
63576 ____________________________________________________________________________
63577 [  6311] By: jhi                                   on 2000/07/04  20:30:56
63578         Log: More POSIX.pod embellishment.
63579      Branch: cfgperl
63580            ! ext/POSIX/POSIX.pod
63581 ____________________________________________________________________________
63582 [  6310] By: gsar                                  on 2000/07/04  17:28:48
63583         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
63584      Branch: perl
63585            ! t/lib/b.t
63586 ____________________________________________________________________________
63587 [  6309] By: jhi                                   on 2000/07/04  17:22:18
63588         Log: The #6308 required a little bit more.
63589      Branch: cfgperl
63590            ! Makefile.SH win32/Makefile
63591 ____________________________________________________________________________
63592 [  6308] By: jhi                                   on 2000/07/04  16:35:24
63593         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
63594      Branch: cfgperl
63595            + lib/lib_pm.PL
63596            - lib/lib.pm.PL
63597            ! MANIFEST Makefile.SH
63598 ____________________________________________________________________________
63599 [  6307] By: jhi                                   on 2000/07/04  16:28:58
63600         Log: Win32 patches for cfgperl from Sarathy.
63601      Branch: cfgperl
63602            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
63603            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
63604            ! thread.h toke.c util.c win32/Makefile win32/win32.c
63605 ____________________________________________________________________________
63606 [  6306] By: gsar                                  on 2000/07/04  16:28:40
63607         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
63608              (from Richard Soderberg <rs@oregonnet.com>)
63609      Branch: perl
63610            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
63611 ____________________________________________________________________________
63612 [  6305] By: jhi                                   on 2000/07/04  16:24:24
63613         Log: Integrate with Sarathy.
63614      Branch: cfgperl
63615           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
63616           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
63617           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
63618           !> proto.h win32/win32.c
63619 ____________________________________________________________________________
63620 [  6304] By: gsar                                  on 2000/07/04  16:17:24
63621         Log: missing perldiag entry for unpack("w",...) diagnostic (from
63622              Andreas Koenig)
63623      Branch: perl
63624            ! pod/perldiag.pod
63625 ____________________________________________________________________________
63626 [  6303] By: gsar                                  on 2000/07/04  16:14:44
63627         Log: remove rel2abs prototypes (from Barrie Slaymaker)
63628      Branch: perl
63629            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
63630            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
63631 ____________________________________________________________________________
63632 [  6302] By: gsar                                  on 2000/07/04  04:59:35
63633         Log: adjust change#6299
63634      Branch: perl
63635            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
63636            ! win32/win32.c
63637 ____________________________________________________________________________
63638 [  6301] By: jhi                                   on 2000/07/04  04:50:07
63639         Log: Integrate with Sarathy.
63640      Branch: cfgperl
63641           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
63642           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
63643           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
63644 ____________________________________________________________________________
63645 [  6300] By: gsar                                  on 2000/07/04  04:42:09
63646         Log: PERL_OBJECT build tweak
63647      Branch: perl
63648            ! perl.h
63649 ____________________________________________________________________________
63650 [  6299] By: gsar                                  on 2000/07/04  04:37:00
63651         Log: fix memory leak on Windows (PL_sys_intern contents were never
63652              freed)
63653      Branch: perl
63654            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
63655            ! perlapi.c proto.h win32/win32.c
63656 ____________________________________________________________________________
63657 [  6298] By: gsar                                  on 2000/07/04  04:15:59
63658         Log: fix large memory leak that has been around for ever, masked by
63659              -DPURIFY (most of the arenas were never freed!)
63660      Branch: perl
63661            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
63662 ____________________________________________________________________________
63663 [  6297] By: gsar                                  on 2000/07/04  04:07:46
63664         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
63665      Branch: perl
63666            ! perl.c
63667 ____________________________________________________________________________
63668 [  6296] By: jhi                                   on 2000/06/30  18:28:37
63669         Log: Elaborate POSIX.pod.  Still needs work.
63670      Branch: cfgperl
63671            ! ext/POSIX/POSIX.pod
63672 ____________________________________________________________________________
63673 [  6295] By: jhi                                   on 2000/06/30  14:58:18
63674         Log: Point to perlipc for more SysV IPC examples.
63675      Branch: cfgperl
63676            ! pod/perlfunc.pod
63677 ____________________________________________________________________________
63678 [  6294] By: gsar                                  on 2000/06/30  14:47:45
63679         Log: slurp mode fix in change#4736 still not quite right
63680      Branch: perl
63681            ! pp_hot.c t/io/argv.t
63682 ____________________________________________________________________________
63683 [  6293] By: jhi                                   on 2000/06/30  12:02:55
63684         Log: Integrate with Sarathy.
63685      Branch: cfgperl
63686           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
63687 ____________________________________________________________________________
63688 [  6292] By: jhi                                   on 2000/06/30  12:01:11
63689         Log: From: simon@brecon.co.uk (Simon Cozens)
63690              Subject: UTF8 concat
63691              Date: 30 Jun 2000 06:13:25 GMT
63692              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
63693      Branch: cfgperl
63694            ! pp_hot.c
63695 ____________________________________________________________________________
63696 [  6291] By: gsar                                  on 2000/06/30  04:37:33
63697         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
63698              when @_ is modified, causing coredumps
63699      Branch: perl
63700            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
63701 ____________________________________________________________________________
63702 [  6290] By: jhi                                   on 2000/06/30  02:21:44
63703         Log: Integrate with Sarathy.
63704      Branch: cfgperl
63705           !> vms/vms.c vms/vmsish.h
63706 ____________________________________________________________________________
63707 [  6289] By: jhi                                   on 2000/06/30  02:21:02
63708         Log: Check VERSIONs.
63709      Branch: cfgperl
63710            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
63711            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
63712            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
63713 ____________________________________________________________________________
63714 [  6288] By: jhi                                   on 2000/06/30  02:18:52
63715         Log: Integrate with Sarathy.
63716      Branch: cfgperl
63717           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
63718           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
63719           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
63720           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
63721 ____________________________________________________________________________
63722 [  6287] By: gsar                                  on 2000/06/30  02:17:08
63723         Log: integrate vmsperl changes into mainline
63724      Branch: perl
63725           !> vms/vms.c vms/vmsish.h
63726 ____________________________________________________________________________
63727 [  6285] By: gsar                                  on 2000/06/30  02:05:28
63728         Log: localize %INC in a Safe compartment so that use/require work
63729              (many other magic globals probably need similar treatment)
63730      Branch: perl
63731            ! ext/Opcode/Opcode.xs
63732 ____________________________________________________________________________
63733 [  6284] By: gsar                                  on 2000/06/30  01:54:54
63734         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
63735              about Windows
63736      Branch: perl
63737            ! pod/perlembed.pod
63738 ____________________________________________________________________________
63739 [  6283] By: jhi                                   on 2000/06/30  01:50:10
63740         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
63741              From: Barrie Slaymaker <barries@jester.slaysys.com>
63742              Date: Wed, 28 Jun 2000 11:35:29 -0400
63743              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
63744      Branch: perl
63745            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
63746            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
63747            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
63748            ! lib/File/Spec/Win32.pm
63749 ____________________________________________________________________________
63750 [  6282] By: jhi                                   on 2000/06/29  22:57:22
63751         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
63752              From: Dan Sugalski <dan@sidhe.org>
63753              Date: Tue, 06 Jun 2000 11:59:50 -0400
63754              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
63755      Branch: cfgperl
63756            ! vms/vms.c
63757 ____________________________________________________________________________
63758 [  6281] By: jhi                                   on 2000/06/29  22:52:50
63759         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
63760              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
63761              Date: Wed, 7 Jun 2000 04:02:04 -0500
63762              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
63763      Branch: cfgperl
63764            ! utils/h2xs.PL
63765 ____________________________________________________________________________
63766 [  6280] By: jhi                                   on 2000/06/29  22:45:47
63767         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
63768              From: rspier@pobox.com (Robert Spier)
63769              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
63770              Message-ID: <14654.31913.845602.610277@rls.cx>
63771      Branch: cfgperl
63772            ! utils/h2xs.PL
63773 ____________________________________________________________________________
63774 [  6279] By: jhi                                   on 2000/06/29  22:38:16
63775         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
63776              From: Tim Ayers <tayers@bridge.com>
63777              Date: Thu, 08 Jun 2000 08:11:06 +0200
63778              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
63779              [resent by Richard Foley, Message-Id probably wrong]
63780      Branch: cfgperl
63781            ! pod/perlsub.pod
63782 ____________________________________________________________________________
63783 [  6278] By: jhi                                   on 2000/06/29  22:21:45
63784         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
63785              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
63786              Date: Fri, 09 Jun 2000 12:39:27 -0400
63787              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
63788              (plus update the version "number" of Text::Wrap)
63789      Branch: cfgperl
63790            ! lib/Text/Wrap.pm
63791 ____________________________________________________________________________
63792 [  6277] By: jhi                                   on 2000/06/29  22:13:10
63793         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
63794              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63795              Date: Mon, 12 Jun 2000 14:55:59 +0100
63796              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
63797      Branch: cfgperl
63798            ! pod/perlfunc.pod
63799 ____________________________________________________________________________
63800 [  6276] By: jhi                                   on 2000/06/29  22:11:06
63801         Log: Subject: [PATCH] Re: eval documentation: context
63802              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63803              Date: Mon, 12 Jun 2000 15:07:29 +0100
63804              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
63805      Branch: cfgperl
63806            ! pod/perlfunc.pod
63807 ____________________________________________________________________________
63808 [  6275] By: jhi                                   on 2000/06/29  21:59:46
63809         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
63810              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
63811              Date: Tue, 13 Jun 2000 02:43:48 -0500
63812              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
63813      Branch: cfgperl
63814            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
63815 ____________________________________________________________________________
63816 [  6274] By: jhi                                   on 2000/06/29  21:56:14
63817         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
63818              From: Andy Dougherty <doughera@lafayette.edu>
63819              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
63820              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
63821      Branch: cfgperl
63822            ! ext/File/Glob/Glob.pm
63823 ____________________________________________________________________________
63824 [  6273] By: jhi                                   on 2000/06/29  21:49:09
63825         Log: Subject: [PATCH] xsub attributes
63826              From: Doug MacEachern <dougm@covalent.net>
63827              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
63828              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
63829      Branch: cfgperl
63830            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
63831            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
63832 ____________________________________________________________________________
63833 [  6272] By: jhi                                   on 2000/06/29  21:41:28
63834         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
63835              From: Tom Phoenix <rootbeer@redcat.com>
63836              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
63837              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
63838      Branch: cfgperl
63839            ! lib/Net/Ping.pm
63840 ____________________________________________________________________________
63841 [  6271] By: jhi                                   on 2000/06/29  21:36:55
63842         Log: Subject: PATCH pod/perltie.pod
63843              From: Ian Phillipps <Ian.Phillipps@iname.com>
63844              Date: Fri, 16 Jun 2000 00:17:19 +0100
63845              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
63846              (only the first hunk, the second hunk had already been done
63847              by some other patch)
63848      Branch: cfgperl
63849            ! pod/perltie.pod
63850 ____________________________________________________________________________
63851 [  6270] By: jhi                                   on 2000/06/29  21:24:51
63852         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
63853              From: Nicholas Clark <nick@talking.bollo.cx>
63854              Date: Fri, 23 Jun 2000 16:21:15 +0100
63855              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
63856      Branch: cfgperl
63857            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
63858            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
63859 ____________________________________________________________________________
63860 [  6269] By: jhi                                   on 2000/06/29  19:38:15
63861         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
63862              silence few compiler warnings.
63863      Branch: cfgperl
63864            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
63865 ____________________________________________________________________________
63866 [  6268] By: jhi                                   on 2000/06/29  18:21:50
63867         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
63868              From: Dominic Dunlop <domo@computer.org> 
63869              Date: Thu, 29 Jun 2000 12:32:39 +0200 
63870              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
63871      Branch: cfgperl
63872            ! t/op/sprintf.t
63873 ____________________________________________________________________________
63874 [  6267] By: jhi                                   on 2000/06/29  18:16:07
63875         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
63876              From: Doug MacEachern <dougm@covalent.net>
63877              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
63878              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
63879      Branch: cfgperl
63880            + t/op/method2entersub.t
63881            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
63882            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
63883            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
63884            ! xsutils.c
63885 ____________________________________________________________________________
63886 [  6266] By: jhi                                   on 2000/06/29  15:11:15
63887         Log: Subject: [PATCH 5.6.0] cygwin port
63888              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
63889              From: "Fifer, Eric" <EFifer@sanwaint.com>
63890              Date: Thu, 29 Jun 2000 12:58:29 +0100
63891      Branch: cfgperl
63892            ! cygwin/Makefile.SHs
63893 ____________________________________________________________________________
63894 [  6265] By: jhi                                   on 2000/06/29  15:04:05
63895         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
63896              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63897              Date: Wed, 28 Jun 2000 17:50:12 -0700
63898              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
63899      Branch: cfgperl
63900            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
63901 ____________________________________________________________________________
63902 [  6264] By: jhi                                   on 2000/06/29  15:00:57
63903         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
63904              From: Marty Lucich <marty@netcom.com>
63905              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
63906              Message-Id: <200006282116.OAA11148@netcom.com>
63907              ccdlflags update (the BSD/OS 4.1 part had already been taken
63908              care of by #6141).
63909      Branch: cfgperl
63910            ! hints/bsdos.sh
63911 ____________________________________________________________________________
63912 [  6263] By: jhi                                   on 2000/06/29  13:47:44
63913         Log: tr fixes from Simon Cozens
63914      Branch: cfgperl
63915            ! doop.c
63916 ____________________________________________________________________________
63917 [  6262] By: jhi                                   on 2000/06/28  18:46:01
63918         Log: Subject: 5.6.0 Patch for EPOC
63919              From: Olaf Flebbe <o.flebbe@gmx.de>
63920              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
63921              Message-ID: <23449.960929969@www11.gmx.net>
63922      Branch: cfgperl
63923            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
63924            ! epoc/epocish.h
63925 ____________________________________________________________________________
63926 [  6261] By: jhi                                   on 2000/06/28  18:29:07
63927         Log: Subject: Re: [PATCH cfgperl] BOMs away!
63928              From: simon@brecon.co.uk (Simon Cozens)
63929              Date: 17 Jun 2000 11:49:57 GMT
63930              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
63931      Branch: cfgperl
63932            ! pod/perldiag.pod t/comp/require.t toke.c
63933 ____________________________________________________________________________
63934 [  6260] By: jhi                                   on 2000/06/28  17:47:16
63935         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
63936              From: simon@brecon.co.uk (Simon Cozens) 
63937              Date: 17 Jun 2000 11:56:44 GMT 
63938              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
63939              pack U0, pack C0
63940      Branch: cfgperl
63941            ! pod/perlfunc.pod pp.c t/op/pack.t
63942 ____________________________________________________________________________
63943 [  6259] By: jhi                                   on 2000/06/28  16:43:17
63944         Log: perlnewmod was missing from MANIFEST.
63945      Branch: cfgperl
63946            ! MANIFEST
63947 ____________________________________________________________________________
63948 [  6258] By: jhi                                   on 2000/06/28  15:54:30
63949         Log: linenumber tweak
63950      Branch: cfgperl
63951            ! t/pragma/warn/regcomp
63952 ____________________________________________________________________________
63953 [  6257] By: jhi                                   on 2000/06/28  15:50:44
63954         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
63955              From: Doug MacEachern <dougm@covalent.net>
63956              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
63957              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
63958              (one part of the patch had been applied earlier)
63959      Branch: cfgperl
63960            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
63961 ____________________________________________________________________________
63962 [  6256] By: jhi                                   on 2000/06/28  15:40:22
63963         Log: tweaks from Simon Cozens to further fix tr/// under utf8
63964      Branch: cfgperl
63965            ! doop.c
63966 ____________________________________________________________________________
63967 [  6255] By: jhi                                   on 2000/06/28  15:33:45
63968         Log: small thinko tweaks
63969      Branch: cfgperl
63970            ! lib/IPC/Open3.pm t/op/my_stash.t
63971 ____________________________________________________________________________
63972 [  6254] By: jhi                                   on 2000/06/28  15:33:25
63973         Log: Subject: tr///, help wanted.
63974              From: simon@brecon.co.uk (Simon Cozens)
63975              Date: 28 Jun 2000 11:29:04 GMT
63976              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
63977      Branch: cfgperl
63978            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
63979            ! pp_proto.h proto.h t/op/tr.t
63980 ____________________________________________________________________________
63981 [  6253] By: jhi                                   on 2000/06/28  15:09:17
63982         Log: Paranoia tweak on #6249.
63983              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
63984              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
63985              Date: Sun, 25 Jun 2000 23:43:12 -0400
63986              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
63987      Branch: cfgperl
63988            ! lib/IPC/Open3.pm
63989 ____________________________________________________________________________
63990 [  6252] By: jhi                                   on 2000/06/28  15:01:38
63991         Log: Document #6249 and #6251.
63992      Branch: cfgperl
63993            ! lib/Exporter.pm lib/IPC/Open3.pm
63994 ____________________________________________________________________________
63995 [  6251] By: jhi                                   on 2000/06/28  14:50:43
63996         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
63997              From: Doug MacEachern <dougm@covalent.net>
63998              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
63999              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
64000      Branch: cfgperl
64001            ! lib/Exporter.pm
64002 ____________________________________________________________________________
64003 [  6250] By: jhi                                   on 2000/06/28  14:45:23
64004         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
64005              From: Doug MacEachern <dougm@covalent.net>
64006              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
64007              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
64008      Branch: cfgperl
64009            + t/op/my_stash.t
64010            ! MANIFEST embed.pl global.sym proto.h toke.c
64011 ____________________________________________________________________________
64012 [  6249] By: jhi                                   on 2000/06/28  14:36:34
64013         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
64014              From: Frank Tobin <ftobin@uiuc.edu>
64015              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
64016              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
64017      Branch: cfgperl
64018            ! lib/IPC/Open3.pm
64019 ____________________________________________________________________________
64020 [  6248] By: jhi                                   on 2000/06/28  14:11:25
64021         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
64022              From: Mark-Jason Dominus <mjd@plover.com>
64023              Date: Tue, 27 Jun 2000 22:36:42 -0400
64024              Message-ID: <20000628023642.12166.qmail@plover.com>
64025      Branch: cfgperl
64026            ! pod/perlfunc.pod
64027 ____________________________________________________________________________
64028 [  6247] By: jhi                                   on 2000/06/27  12:46:37
64029         Log: Tweak $VERSION, patch from Doug MacEachern.
64030      Branch: cfgperl
64031            ! lib/File/Spec.pm
64032 ____________________________________________________________________________
64033 [  6246] By: jhi                                   on 2000/06/27  03:34:46
64034         Log: Allow for standalone testing.
64035      Branch: cfgperl
64036            ! t/lib/filefunc.t t/lib/filespec.t
64037 ____________________________________________________________________________
64038 [  6245] By: jhi                                   on 2000/06/27  02:50:02
64039         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
64040              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
64041              Date: Sat, 24 Jun 2000 13:06:20 +0100
64042              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
64043      Branch: cfgperl
64044            ! ext/DynaLoader/DynaLoader_pm.PL
64045 ____________________________________________________________________________
64046 [  6244] By: jhi                                   on 2000/06/27  02:46:10
64047         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
64048              From: Doug MacEachern <dougm@covalent.net>
64049              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
64050              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
64051      Branch: cfgperl
64052            ! gv.c sv.c t/lib/peek.t
64053 ____________________________________________________________________________
64054 [  6243] By: jhi                                   on 2000/06/27  02:38:07
64055         Log: Subject: [PATCH] is_utf8_string
64056              From: simon@brecon.co.uk (Simon Cozens)
64057              Date: 26 Jun 2000 02:25:59 GMT
64058              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
64059      Branch: cfgperl
64060            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
64061            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
64062            ! proto.h utf8.c
64063 ____________________________________________________________________________
64064 [  6242] By: jhi                                   on 2000/06/27  02:24:00
64065         Log: Subject: [PATCH] bytes<->utf8 fixes
64066              From: simon@brecon.co.uk (Simon Cozens)
64067              Date: 26 Jun 2000 04:55:45 GMT
64068              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
64069      Branch: cfgperl
64070            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
64071 ____________________________________________________________________________
64072 [  6241] By: jhi                                   on 2000/06/27  02:12:42
64073         Log: Do no -warn on \_, only on \alpha.
64074              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
64075              From: David Dyck <dcd@tc.fluke.com>
64076              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
64077              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
64078      Branch: cfgperl
64079            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
64080 ____________________________________________________________________________
64081 [  6240] By: jhi                                   on 2000/06/27  02:00:01
64082         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
64083              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
64084              Date: Mon, 26 Jun 2000 18:40:14 +0100
64085              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
64086      Branch: cfgperl
64087            ! utils/h2xs.PL
64088 ____________________________________________________________________________
64089 [  6239] By: jhi                                   on 2000/06/27  01:53:40
64090         Log: Configure maintenance.  Sever some dependency cycles,
64091              separate gccversion from the cc unit,
64092              address [ID 20000623.006] Configure script patch for using gcc on AIX
64093              (but solve it a little bit differently),
64094              unduplex some accidentally duplicated units,
64095              suggest using gcc if no cc available
64096              (p5p thread: "Solaris configure: counterproposal", 1999-09)
64097      Branch: cfgperl
64098            ! Configure Todo-5.6 config_h.SH
64099      Branch: metaconfig
64100            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
64101            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
64102      Branch: metaconfig/U/perl
64103            + gccvers.U
64104            ! d_getespwnam.U d_getprpwnam.U i_prot.U
64105 ____________________________________________________________________________
64106 [  6238] By: jhi                                   on 2000/06/25  18:04:56
64107         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
64108              From: Dan Sugalski <dan@sidhe.org>
64109              Date: Fri, 23 Jun 2000 17:00:00 -0400
64110              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
64111      Branch: cfgperl
64112            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
64113 ____________________________________________________________________________
64114 [  6237] By: jhi                                   on 2000/06/25  16:36:45
64115         Log: Tweak embed.pl, regen headers.
64116      Branch: cfgperl
64117            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
64118            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
64119            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
64120            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
64121            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
64122 ____________________________________________________________________________
64123 [  6236] By: jhi                                   on 2000/06/25  15:26:42
64124         Log: Regen headers.
64125      Branch: cfgperl
64126            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
64127            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
64128            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
64129            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
64130            ! regnodes.h warnings.h
64131 ____________________________________________________________________________
64132 [  6235] By: jhi                                   on 2000/06/23  19:39:35
64133         Log: The thread begun by
64134              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
64135              From: Kevin.Ruscoe@ubsw.com
64136              Date: Fri, 16 Jun 2000 16:38:51 +0100
64137              Message-Id: <H000019b03c300d6@MHS>
64138      Branch: cfgperl
64139            ! hints/solaris_2.sh
64140 ____________________________________________________________________________
64141 [  6234] By: jhi                                   on 2000/06/23  19:23:36
64142         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
64143              because when run as services (Win32ese for daemons)
64144              no environment variables are set and tmpdir ends up as /tmp,
64145              which is ambiguous.
64146              
64147              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
64148              From: matt@sergeant.org
64149              Date: 16 Jun 2000 16:30:43 -0000
64150              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
64151      Branch: cfgperl
64152            ! lib/File/Spec/Win32.pm
64153 ____________________________________________________________________________
64154 [  6233] By: jhi                                   on 2000/06/23  19:18:58
64155         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
64156              From: Mark-Jason Dominus <mjd@plover.com>
64157              Date: Fri, 16 Jun 2000 20:53:04 -0400
64158              Message-ID: <20000617005304.8008.qmail@plover.com>
64159      Branch: cfgperl
64160            ! op.h
64161 ____________________________________________________________________________
64162 [  6232] By: jhi                                   on 2000/06/23  16:10:02
64163         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
64164              From: simon@brecon.co.uk (Simon Cozens)
64165              Date: 19 Jun 2000 15:18:27 GMT
64166              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
64167              
64168              plus update pod/Makefile and regenerate perltoc
64169      Branch: cfgperl
64170            + pod/perlutil.pod
64171            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
64172 ____________________________________________________________________________
64173 [  6231] By: jhi                                   on 2000/06/23  15:19:18
64174         Log: Subject: [PATCH 5.6.0] cygwin port
64175              From: "Fifer, Eric" <EFifer@sanwaint.com>
64176              Date: Tue, 20 Jun 2000 14:30:58 +0100
64177              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
64178      Branch: cfgperl
64179            ! README.cygwin lib/File/Find.pm
64180 ____________________________________________________________________________
64181 [  6230] By: jhi                                   on 2000/06/23  14:25:21
64182         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
64183      Branch: cfgperl
64184            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
64185            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
64186            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
64187            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
64188 ____________________________________________________________________________
64189 [  6229] By: jhi                                   on 2000/06/23  14:13:34
64190         Log: Subject: README.hpux version 0.6.1
64191              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
64192              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
64193              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
64194      Branch: cfgperl
64195            ! README.hpux
64196 ____________________________________________________________________________
64197 [  6228] By: jhi                                   on 2000/06/23  14:07:20
64198         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
64199              From: Doug MacEachern <dougm@covalent.net>
64200              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
64201              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
64202      Branch: cfgperl
64203            ! op.c
64204 ____________________________________________________________________________
64205 [  6227] By: jhi                                   on 2000/06/23  14:01:06
64206         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
64207              From: Doug MacEachern <dougm@covalent.net>
64208              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
64209              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
64210      Branch: cfgperl
64211            + lib/lib.pm.PL
64212            - lib/lib.pm
64213            ! MANIFEST Makefile.SH
64214 ____________________________________________________________________________
64215 [  6226] By: jhi                                   on 2000/06/23  13:53:07
64216         Log: Subject: [PATCH] remove forward declarations in Socket.pm
64217              From: Doug MacEachern <dougm@covalent.net>
64218              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
64219              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
64220              
64221              From: Doug MacEachern <dougm@covalent.net>
64222              Subject: Re: [PATCH] remove forward declarations in Socket.pm
64223              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
64224              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
64225      Branch: cfgperl
64226            ! ext/Socket/Socket.pm op.c
64227 ____________________________________________________________________________
64228 [  6225] By: jhi                                   on 2000/06/23  13:41:52
64229         Log: Add source code filenames to apidoc.
64230              From: simon@brecon.co.uk (Simon Cozens)
64231              Subject: [PATCH embed.pl] Source X-ref
64232              Date: 22 Jun 2000 02:18:49 GMT
64233              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
64234      Branch: cfgperl
64235            ! embed.pl
64236 ____________________________________________________________________________
64237 [  6224] By: jhi                                   on 2000/06/23  13:32:33
64238         Log: A way to avoid English.pm performance hit.
64239              From: root <root@jester.slaysys.com>
64240              Subject: [YAPATCH English.pm] My turn to putt again
64241              Date: Thu, 22 Jun 2000 20:33:58 -0400
64242              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
64243      Branch: cfgperl
64244            ! lib/English.pm t/lib/english.t
64245 ____________________________________________________________________________
64246 [  6223] By: jhi                                   on 2000/06/23  13:27:06
64247         Log: Avoid double close().
64248              Subject: [PATCH] avoid double close()
64249              From: Doug MacEachern <dougm@covalent.net>
64250              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
64251              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
64252      Branch: cfgperl
64253            ! doio.c
64254 ____________________________________________________________________________
64255 [  6222] By: jhi                                   on 2000/06/23  13:25:54
64256         Log: doc typo fix
64257              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
64258              From: Ian Phillipps <Ian.Phillipps@iname.com>
64259              Date: Fri, 23 Jun 2000 10:40:58 +0100
64260              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
64261      Branch: cfgperl
64262            ! lib/Pod/Usage.pm
64263 ____________________________________________________________________________
64264 [  6221] By: jhi                                   on 2000/06/23  13:24:15
64265         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
64266              From: simon@brecon.co.uk (Simon Cozens)
64267              Subject: [PATCH] Eliminate tr///[CU][CU]
64268              Date: 23 Jun 2000 11:05:40 GMT
64269              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
64270      Branch: cfgperl
64271            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
64272 ____________________________________________________________________________
64273 [  6220] By: jhi                                   on 2000/06/22  16:07:51
64274         Log: Win32 patches from Benjamin Stuhl.
64275      Branch: cfgperl
64276            ! makedef.pl win32/win32.h
64277 ____________________________________________________________________________
64278 [  6219] By: jhi                                   on 2000/06/22  16:06:34
64279         Log: Bytecode patches from Benjamin Stuhl.
64280      Branch: cfgperl
64281            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
64282            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
64283            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
64284 ____________________________________________________________________________
64285 [  6218] By: jhi                                   on 2000/06/15  23:54:16
64286         Log: Bytecode patches from Benjamin Stuhl.
64287      Branch: cfgperl
64288            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
64289 ____________________________________________________________________________
64290 [  6217] By: jhi                                   on 2000/06/09  13:38:29
64291         Log: Rename the fdpid locking and integrate with Sarathy.
64292      Branch: cfgperl
64293            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
64294            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
64295            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
64296            ! win32/win32.c
64297           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
64298 ____________________________________________________________________________
64299 [  6216] By: gsar                                  on 2000/06/08  14:54:21
64300         Log: be more optimal about clearing @_
64301      Branch: perl
64302            ! cop.h
64303 ____________________________________________________________________________
64304 [  6215] By: gsar                                  on 2000/06/08  14:33:04
64305         Log: tweak comment about @DB::args
64306      Branch: perl
64307            ! av.h pp_ctl.c
64308 ____________________________________________________________________________
64309 [  6214] By: gsar                                  on 2000/06/08  13:57:54
64310         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
64311              caller() wants to populate @DB::args with it (causes a coredump
64312              in Carp::confess())
64313      Branch: perl
64314            ! cop.h t/op/runlevel.t
64315 ____________________________________________________________________________
64316 [  6213] By: gsar                                  on 2000/06/08  07:06:35
64317         Log: back out change#6106 (seems problematic)
64318      Branch: perl
64319            ! hints/solaris_2.sh
64320 ____________________________________________________________________________
64321 [  6212] By: jhi                                   on 2000/06/07  03:10:36
64322         Log: Continuing mopup for #6204.
64323      Branch: cfgperl
64324            ! ext/B/defsubs_h.PL
64325 ____________________________________________________________________________
64326 [  6211] By: jhi                                   on 2000/06/07  02:41:50
64327         Log: Mopup for #6204.
64328              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
64329              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
64330              This is comes from const() where POK isn't on when expected.
64331      Branch: cfgperl
64332            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
64333            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
64334            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
64335            ! perlapi.h pod/perlapi.pod
64336 ____________________________________________________________________________
64337 [  6210] By: jhi                                   on 2000/06/07  01:56:29
64338         Log: Mopup for #6207 and #6209.
64339      Branch: cfgperl
64340            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
64341 ____________________________________________________________________________
64342 [  6209] By: jhi                                   on 2000/06/07  01:33:12
64343         Log: Lock PL_fdpid against race conditions, based on:
64344              Subject: [PATCH 5.6.0]subprocess fixup for threads
64345              From: Dan Sugalski <dan@sidhe.org>
64346              To: perl5-porters@perl.org
64347              Date: Tue, 11 Apr 2000 17:02:32 -0400
64348              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
64349      Branch: cfgperl
64350            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
64351            ! win32/win32.c
64352 ____________________________________________________________________________
64353 [  6208] By: jhi                                   on 2000/06/07  01:05:23
64354         Log: Regen headers for #6207.
64355      Branch: cfgperl
64356            ! embed.h global.sym objXSUB.h proto.h
64357 ____________________________________________________________________________
64358 [  6207] By: jhi                                   on 2000/06/06  23:43:13
64359         Log: Subject: [PATCH 5.6.0] Threadsafe patches
64360              From: Dan Sugalski <dan@sidhe.org>
64361              To: perl5-porters@perl.org
64362              Date: Mon, 08 May 2000 18:08:13 -0400
64363              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
64364      Branch: cfgperl
64365            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
64366            ! proto.h sv.h util.c
64367 ____________________________________________________________________________
64368 [  6206] By: jhi                                   on 2000/06/06  23:21:23
64369         Log: Subject: [PATCH] Eliminate $a/$b in pod
64370              From: David Glasser <me@davidglasser.net>
64371              To: perl5-porters@perl.org
64372              Date: Mon, 29 May 2000 21:15:59 -0400
64373              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
64374      Branch: cfgperl
64375            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
64376            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
64377            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
64378            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
64379            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
64380            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
64381            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
64382            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
64383            ! pod/perlvar.pod pod/perlxs.pod
64384 ____________________________________________________________________________
64385 [  6205] By: jhi                                   on 2000/06/06  23:12:14
64386         Log: Subject: [PATCH] Win32 improvements
64387              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
64388              To: gsar@activestate.com, perl5-porters@perl.org
64389              Date: Mon, 29 May 2000 17:22:24 PDT
64390              Message-ID: <20000530002224.91142.qmail@hotmail.com>
64391              (MUA had mangled many lines by wordwrapping)
64392      Branch: cfgperl
64393            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
64394 ____________________________________________________________________________
64395 [  6204] By: jhi                                   on 2000/06/06  23:01:50
64396         Log: Subject: [PATCH] B::Bytecode patches
64397              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
64398              To: gsar@activestate.com, jhi@iki.fi
64399              Cc: perl5-porters@perl.org
64400              Message-ID: <20000602202526.48694.qmail@hotmail.com>
64401              (MUA had mangled many lines by wordwrapping)
64402      Branch: cfgperl
64403            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
64404            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
64405            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
64406            ! intrpvar.h perl.c
64407 ____________________________________________________________________________
64408 [  6203] By: jhi                                   on 2000/06/06  22:32:43
64409         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
64410              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64411              Date: Tue, 06 Jun 2000 13:07:45 -0700
64412              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
64413      Branch: cfgperl
64414            ! pod/perldiag.pod
64415 ____________________________________________________________________________
64416 [  6202] By: jhi                                   on 2000/06/06  19:38:35
64417         Log: Integrate with Sarathy.
64418      Branch: cfgperl
64419           !> perl.c
64420 ____________________________________________________________________________
64421 [  6201] By: gsar                                  on 2000/06/06  00:42:59
64422         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
64423              does a PUSHMARK that's never ever POPMARKed; in general, only
64424              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
64425              Perl_eval_[sp]v() don't because they don't take any incoming
64426              arguments (this leak has been around since the original version
64427              of perl_eval_pv() in 5.003_97e)
64428      Branch: perl
64429            ! perl.c
64430 ____________________________________________________________________________
64431 [  6200] By: jhi                                   on 2000/06/04  03:44:52
64432         Log: Update to cperl-mode.el 4.31 from
64433              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
64434              Subject: A couple of notes
64435              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64436              To: Mailing list Perl5 <perl5-porters@perl.org>
64437              Date: Sat, 3 Jun 2000 23:33:32 -0400
64438              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
64439      Branch: cfgperl
64440            ! emacs/cperl-mode.el
64441 ____________________________________________________________________________
64442 [  6199] By: jhi                                   on 2000/06/03  15:11:05
64443         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
64444              From: Dan Sugalski <dan@sidhe.org>
64445              To: perl5-porters@perl.org, vmsperl@perl.org
64446              Date: Fri, 02 Jun 2000 17:30:51 -0400
64447              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
64448      Branch: cfgperl
64449            ! vms/descrip_mms.template vms/gen_shrfls.pl
64450 ____________________________________________________________________________
64451 [  6198] By: jhi                                   on 2000/06/03  14:59:15
64452         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
64453              From: Dan Sugalski <dan@sidhe.org>
64454              To: vmsperl@perl.org, perl5-porters@perl.org
64455              Date: Fri, 02 Jun 2000 16:00:41 -0400
64456              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
64457              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
64458      Branch: cfgperl
64459            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
64460            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
64461            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
64462 ____________________________________________________________________________
64463 [  6197] By: jhi                                   on 2000/06/03  14:41:30
64464         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
64465              From: John Borwick <jhborwic@unity.ncsu.edu>
64466              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
64467              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
64468      Branch: cfgperl
64469            ! pod/perlsyn.pod
64470 ____________________________________________________________________________
64471 [  6196] By: jhi                                   on 2000/06/03  14:38:09
64472         Log: Integrate with Sarathy.
64473      Branch: cfgperl
64474           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
64475           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
64476           !> vms/perly_c.vms
64477 ____________________________________________________________________________
64478 [  6195] By: gsar                                  on 2000/06/02  22:43:13
64479         Log: fix yet another eval"" leak under USE_ITHREADS
64480      Branch: perl
64481            ! op.c
64482 ____________________________________________________________________________
64483 [  6194] By: gsar                                  on 2000/06/02  18:22:06
64484         Log: fix small eval"" memory leaks under USE_ITHREADS
64485      Branch: perl
64486            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
64487            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
64488            ! vms/perly_c.vms
64489 ____________________________________________________________________________
64490 [  6193] By: jhi                                   on 2000/06/01  13:03:56
64491         Log: Signals-be-gone for microperl.
64492      Branch: cfgperl
64493            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
64494 ____________________________________________________________________________
64495 [  6192] By: jhi                                   on 2000/06/01  12:52:02
64496         Log: Integrate with Sarathy.
64497      Branch: cfgperl
64498           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
64499           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
64500           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
64501           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
64502           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
64503           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
64504           !> t/op/vec.t utils/h2xs.PL
64505 ____________________________________________________________________________
64506 [  6191] By: gsar                                  on 2000/06/01  09:38:21
64507         Log: vec() loses numericalness (modified version of patch suggested
64508              by Robin Barker)
64509      Branch: perl
64510            ! doop.c t/op/vec.t
64511 ____________________________________________________________________________
64512 [  6190] By: gsar                                  on 2000/06/01  09:26:15
64513         Log: submit missing embed.pl change
64514      Branch: perl
64515            ! embed.pl
64516 ____________________________________________________________________________
64517 [  6189] By: gsar                                  on 2000/06/01  09:05:34
64518         Log: counting tr/// corrupts later operation (from M.J.T Guy)
64519      Branch: perl
64520            ! doop.c t/op/tr.t
64521 ____________________________________________________________________________
64522 [  6188] By: gsar                                  on 2000/06/01  08:58:39
64523         Log: h2xs tweaks
64524      Branch: perl
64525            ! utils/h2xs.PL
64526 ____________________________________________________________________________
64527 [  6187] By: gsar                                  on 2000/06/01  08:50:07
64528         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
64529              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
64530      Branch: perl
64531            + lib/Pod/LaTeX.pm
64532            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
64533            ! pod/pod2latex.PL
64534 ____________________________________________________________________________
64535 [  6186] By: gsar                                  on 2000/06/01  08:24:40
64536         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
64537              <wolfgang.laun@alcatel.at>)
64538      Branch: perl
64539            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
64540            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
64541 ____________________________________________________________________________
64542 [  6185] By: gsar                                  on 2000/06/01  08:12:00
64543         Log: remove incorrect documentation about implicit split to @_ in
64544              list context, which never really worked in perl 5 (from
64545              M.J.T. Guy)
64546      Branch: perl
64547            ! pod/perlfunc.pod pod/perltrap.pod
64548 ____________________________________________________________________________
64549 [  6184] By: gsar                                  on 2000/06/01  07:52:27
64550         Log: tweak for change#6127
64551      Branch: perl
64552            ! perl.c
64553 ____________________________________________________________________________
64554 [  6183] By: gsar                                  on 2000/06/01  07:41:02
64555         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
64556              <nick@ccl4.org>)
64557      Branch: perl
64558            + t/lib/selfloader.t
64559            ! MANIFEST lib/SelfLoader.pm
64560 ____________________________________________________________________________
64561 [  6182] By: jhi                                   on 2000/06/01  00:34:42
64562         Log: Be Cleaner Part Deux.
64563      Branch: cfgperl
64564            ! Makefile.SH
64565 ____________________________________________________________________________
64566 [  6181] By: jhi                                   on 2000/06/01  00:32:09
64567         Log: Integrate with Sarathy.
64568      Branch: cfgperl
64569           !> pp.c t/op/arith.t
64570 ____________________________________________________________________________
64571 [  6180] By: jhi                                   on 2000/06/01  00:31:13
64572         Log: microperl nits from Simon Cozens.
64573      Branch: cfgperl
64574            + uconfig.h
64575            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
64576            ! unixish.h
64577 ____________________________________________________________________________
64578 [  6179] By: gsar                                  on 2000/05/31  22:37:51
64579         Log: buggy modulus on UVs introduced by change#3378 (resulted in
64580              4063328477 % 65535 amounting to 27406, instead of 27407)
64581      Branch: perl
64582            ! pp.c t/op/arith.t
64583 ____________________________________________________________________________
64584 [  6178] By: jhi                                   on 2000/05/31  21:52:41
64585         Log: Be cleaner.
64586      Branch: cfgperl
64587            ! Makefile.SH
64588 ____________________________________________________________________________
64589 [  6177] By: jhi                                   on 2000/05/31  21:47:33
64590         Log: Substitution utf8 patch from Simon Cozens.
64591      Branch: cfgperl
64592            ! pp_hot.c
64593 ____________________________________________________________________________
64594 [  6176] By: jhi                                   on 2000/05/31  21:45:34
64595         Log: Single-quoted utf8 patch from Simon Cozens.
64596      Branch: cfgperl
64597            ! toke.c
64598 ____________________________________________________________________________
64599 [  6175] By: jhi                                   on 2000/05/31  21:40:18
64600         Log: Integrate with Sarathy.
64601      Branch: cfgperl
64602           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
64603 ____________________________________________________________________________
64604 [  6174] By: jhi                                   on 2000/05/31  21:37:31
64605         Log: microperl changes from Simon Cozens; Makefile for microperl
64606              written from scratch; few casts added as microperl compilation
64607              doesn't have all prototypes available.
64608      Branch: cfgperl
64609            + Makefile.micro README.micro Todo.micro uconfig.sh
64610            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
64611            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
64612      Branch: metaconfig
64613            + U/modified/Config_h.U
64614 ____________________________________________________________________________
64615 [  6173] By: jhi                                   on 2000/05/31  20:00:24
64616         Log: metaconfig maintenance.
64617      Branch: metaconfig
64618            + U/modified/Inhdr.U U/typedefs/inotype.U
64619      Branch: metaconfig/U/perl
64620            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
64621            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
64622 ____________________________________________________________________________
64623 [  6172] By: gsar                                  on 2000/05/31  05:05:42
64624         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
64625              (from Ilya Zakharevich)
64626      Branch: perl
64627            ! regexec.c t/op/re_tests
64628 ____________________________________________________________________________
64629 [  6171] By: gsar                                  on 2000/05/31  05:01:47
64630         Log: scalar() doesn't force scalar context when used in void context
64631              (from Simon Cozens)
64632      Branch: perl
64633            ! op.c t/op/wantarray.t
64634 ____________________________________________________________________________
64635 [  6170] By: gsar                                  on 2000/05/31  04:41:33
64636         Log: change#6142 needs tweaks to tests to work where there's no symlink()
64637              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
64638      Branch: perl
64639            ! t/lib/filefind.t
64640 ____________________________________________________________________________
64641 [  6169] By: gsar                                  on 2000/05/31  04:29:49
64642         Log: integrate cfgperl contents into mainline
64643      Branch: perl
64644           +> pod/perlmodlib.PL pod/perlnewmod.pod
64645           !> (integrate 42 files)
64646 ____________________________________________________________________________
64647 [  6168] By: jhi                                   on 2000/05/30  22:53:37
64648         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
64649      Branch: cfgperl
64650            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64651            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
64652            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
64653            ! win32/config.bc win32/config.gc win32/config.vc
64654            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
64655            ! win32/config_h.PL win32/config_sh.PL
64656      Branch: metaconfig/U/perl
64657            ! perlxv.U
64658 ____________________________________________________________________________
64659 [  6167] By: jhi                                   on 2000/05/30  22:20:21
64660         Log: tweak todo 
64661      Branch: cfgperl
64662            ! Todo-5.6
64663 ____________________________________________________________________________
64664 [  6166] By: jhi                                   on 2000/05/30  22:11:51
64665         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
64666              in case somebody wants to write an extension for more
64667              shadow database interfaces.
64668      Branch: cfgperl
64669            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64670            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
64671            ! vos/config.def vos/config.h vos/config_h.SH_orig
64672            ! win32/config.bc win32/config.gc win32/config.vc
64673            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
64674      Branch: metaconfig
64675            ! U/modified/Myinit.U
64676      Branch: metaconfig/U/perl
64677            + d_getespwnam.U d_getprpwnam.U i_prot.U
64678 ____________________________________________________________________________
64679 [  6165] By: jhi                                   on 2000/05/30  18:35:34
64680         Log: Integrate with Sarathy.
64681      Branch: cfgperl
64682           !> op.c
64683 ____________________________________________________________________________
64684 [  6164] By: jhi                                   on 2000/05/30  18:30:16
64685         Log: detypo
64686      Branch: cfgperl
64687            ! Configure config_h.SH
64688      Branch: metaconfig/U/perl
64689            ! perlxv.U
64690 ____________________________________________________________________________
64691 [  6163] By: gsar                                  on 2000/05/30  03:24:03
64692         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
64693      Branch: perl
64694            ! op.c
64695 ____________________________________________________________________________
64696 [  6162] By: gsar                                  on 2000/05/30  03:09:38
64697         Log: fix memory leak in method call optimization (change#3768);
64698              made C<eval "$x->foo()"> leak
64699      Branch: perl
64700            ! op.c
64701 ____________________________________________________________________________
64702 [  6161] By: jhi                                   on 2000/05/29  17:56:26
64703         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
64704              both from Simon Cozens.
64705      Branch: cfgperl
64706            + pod/perlmodlib.PL pod/perlnewmod.pod
64707            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
64708            ! pod/perlmodlib.pod pod/perltoc.pod
64709 ____________________________________________________________________________
64710 [  6160] By: jhi                                   on 2000/05/29  17:23:55
64711         Log: Changes for the File::Temp 0.08 (change #6159) test suite
64712              to fit better into the Perl distribution test framework.
64713      Branch: cfgperl
64714            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
64715            ! t/lib/ftmp-tempfile.t
64716 ____________________________________________________________________________
64717 [  6159] By: jhi                                   on 2000/05/29  16:55:36
64718         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
64719      Branch: cfgperl
64720            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
64721            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
64722 ____________________________________________________________________________
64723 [  6158] By: bailey                                on 2000/05/29  16:22:08
64724         Log: Add fallback to tmpfile for use in cases where user's relying on
64725              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
64726              Lane's patch)
64727      Branch: vmsperl
64728            ! vms/vms.c vms/vmsish.h
64729 ____________________________________________________________________________
64730 [  6157] By: jhi                                   on 2000/05/29  03:10:36
64731         Log: Regen Configure to jive with #6149.
64732      Branch: cfgperl
64733            ! Configure
64734      Branch: metaconfig
64735            ! U/modified/Getfile.U
64736 ____________________________________________________________________________
64737 [  6156] By: jhi                                   on 2000/05/29  03:01:38
64738         Log: Integrate with Sarathy.
64739      Branch: cfgperl
64740           +> ext/DynaLoader/dl_mac.xs
64741           !> (integrate 38 files)
64742 ____________________________________________________________________________
64743 [  6155] By: gsar                                  on 2000/05/28  21:15:58
64744         Log: small bug in change#6144; remove random \xA0 character that snuck
64745              in via change#6145
64746      Branch: perl
64747            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
64748 ____________________________________________________________________________
64749 [  6154] By: gsar                                  on 2000/05/28  21:04:19
64750         Log: avoid type mismatch warning
64751      Branch: perl
64752            ! perl.c
64753 ____________________________________________________________________________
64754 [  6153] By: gsar                                  on 2000/05/28  20:58:31
64755         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
64756              <nick@Bagpuss.uk.boo.com>)
64757      Branch: perl
64758            ! lib/Test/Harness.pm
64759 ____________________________________________________________________________
64760 [  6152] By: gsar                                  on 2000/05/28  20:53:42
64761         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
64762      Branch: perl
64763            ! regexec.c
64764 ____________________________________________________________________________
64765 [  6151] By: gsar                                  on 2000/05/28  20:50:28
64766         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
64767      Branch: perl
64768            ! regexec.c
64769 ____________________________________________________________________________
64770 [  6150] By: gsar                                  on 2000/05/28  20:39:58
64771         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
64772      Branch: perl
64773            ! pod/perlrequick.pod
64774 ____________________________________________________________________________
64775 [  6149] By: gsar                                  on 2000/05/28  20:35:16
64776         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
64777              <troc@netrus.net>)
64778      Branch: perl
64779            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
64780            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
64781            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
64782            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
64783 ____________________________________________________________________________
64784 [  6148] By: gsar                                  on 2000/05/28  20:21:07
64785         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
64786      Branch: perl
64787            ! lib/ExtUtils/MM_Unix.pm
64788 ____________________________________________________________________________
64789 [  6147] By: gsar                                  on 2000/05/28  20:12:41
64790         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
64791              (from Peter Prymmer)
64792      Branch: perl
64793            ! vms/subconfigure.com
64794 ____________________________________________________________________________
64795 [  6146] By: gsar                                  on 2000/05/28  20:06:15
64796         Log: doc typo
64797      Branch: perl
64798            ! lib/warnings.pm warnings.h warnings.pl
64799 ____________________________________________________________________________
64800 [  6145] By: gsar                                  on 2000/05/28  18:44:33
64801         Log: make xsubpp skip embedded pod (from Matthias Neeracher
64802              <neeri@iis.ee.ethz.ch>)
64803      Branch: perl
64804            ! lib/ExtUtils/xsubpp
64805 ____________________________________________________________________________
64806 [  6144] By: gsar                                  on 2000/05/28  18:42:49
64807         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
64808              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
64809              <neeri@iis.ee.ethz.ch>)
64810      Branch: perl
64811            ! lib/AutoSplit.pm
64812 ____________________________________________________________________________
64813 [  6143] By: gsar                                  on 2000/05/28  18:41:12
64814         Log: MacOS support, part 1 (from Matthias Neeracher
64815              <neeri@iis.ee.ethz.ch>)
64816      Branch: perl
64817            + ext/DynaLoader/dl_mac.xs
64818            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
64819            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
64820            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
64821            ! util.h
64822 ____________________________________________________________________________
64823 [  6142] By: gsar                                  on 2000/05/28  18:21:51
64824         Log: File::Find fails to chdir when chasing symlinks (from
64825              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
64826      Branch: perl
64827            ! lib/File/Find.pm t/lib/filefind.t
64828 ____________________________________________________________________________
64829 [  6141] By: jhi                                   on 2000/05/28  14:25:15
64830         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
64831              forwarded by Peter Seebach from the bsdi-users mailing list.
64832              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
64833      Branch: perl
64834            ! hints/bsdos.sh
64835 ____________________________________________________________________________
64836 [  6140] By: jhi                                   on 2000/05/28  14:11:57
64837         Log: Integrate with Sarathy.
64838      Branch: cfgperl
64839           +> (branch 30 files)
64840           !> (integrate 93 files)
64841 ____________________________________________________________________________
64842 [  6139] By: gsar                                  on 2000/05/28  10:01:48
64843         Log: revise mktables.PL for bugs and newness in Unicode 3.0
64844              (from James Bence <jbence@amgen.com>)
64845      Branch: perl
64846            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
64847            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
64848            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
64849            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
64850            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
64851            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
64852            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
64853            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
64854            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
64855            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
64856            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
64857            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
64858            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
64859            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
64860            + lib/unicode/Is/SylWU.pl
64861            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
64862            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
64863            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
64864            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
64865            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
64866            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
64867            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
64868            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
64869            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
64870            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
64871            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
64872            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
64873            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
64874            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
64875            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
64876            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
64877            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
64878            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
64879            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
64880            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
64881            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
64882            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
64883            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
64884            ! lib/unicode/Makefile lib/unicode/mktables.PL
64885 ____________________________________________________________________________
64886 [  6138] By: gsar                                  on 2000/05/28  08:50:32
64887         Log: add note about the handling of negative indices to tied arrays
64888              (from Michael G Schwern <schwern@pobox.com>)
64889      Branch: perl
64890            ! pod/perltie.pod
64891 ____________________________________________________________________________
64892 [  6137] By: gsar                                  on 2000/05/28  08:46:10
64893         Log: fix bogus redeclaration warning for "our" variables in different
64894              scopes
64895      Branch: perl
64896            ! op.c t/pragma/strict-vars
64897 ____________________________________________________________________________
64898 [  6136] By: gsar                                  on 2000/05/28  08:31:20
64899         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
64900      Branch: perl
64901            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
64902 ____________________________________________________________________________
64903 [  6135] By: gsar                                  on 2000/05/28  08:17:50
64904         Log: enable Test::Harness to dynamically determine column width etc.
64905              (from Rob Napier <rnapier@employees.org>)
64906      Branch: perl
64907            ! lib/Test/Harness.pm
64908 ____________________________________________________________________________
64909 [  6134] By: gsar                                  on 2000/05/28  08:13:39
64910         Log: make Test::Harness use wait.h/WCOREDUMP if available
64911              (from Ben Tilly <ben_tilly@hotmail.com>)
64912      Branch: perl
64913            ! lib/Test/Harness.pm
64914 ____________________________________________________________________________
64915 [  6133] By: gsar                                  on 2000/05/28  08:08:05
64916         Log: elide bogus test in change#6132
64917      Branch: perl
64918            ! t/pragma/warn/9enabled
64919 ____________________________________________________________________________
64920 [  6132] By: gsar                                  on 2000/05/28  08:03:14
64921         Log: warnings::enabled() doesn't fall back to looking at $^W if
64922              caller isn't using lexical warnings (from Paul Marquess)
64923      Branch: perl
64924            ! pp_ctl.c t/pragma/warn/9enabled
64925 ____________________________________________________________________________
64926 [  6131] By: gsar                                  on 2000/05/28  07:57:47
64927         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
64928      Branch: perl
64929            ! ext/POSIX/POSIX.pm
64930 ____________________________________________________________________________
64931 [  6130] By: gsar                                  on 2000/05/28  07:29:12
64932         Log: fix places that mean C<"word" character> but say C<alphanumeric
64933              character>
64934      Branch: perl
64935            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
64936 ____________________________________________________________________________
64937 [  6129] By: gsar                                  on 2000/05/28  07:18:41
64938         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
64939      Branch: perl
64940            ! vms/test.com
64941 ____________________________________________________________________________
64942 [  6128] By: gsar                                  on 2000/05/28  07:12:55
64943         Log: new perlxstut example for passing/returning refs to arrays
64944              (from David Lowe <dlowe@pootpoot.com>)
64945      Branch: perl
64946            ! pod/perlxstut.pod
64947 ____________________________________________________________________________
64948 [  6127] By: gsar                                  on 2000/05/28  07:02:50
64949         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
64950              failed (from Gisle Aas)
64951      Branch: perl
64952            ! cop.h perl.c
64953 ____________________________________________________________________________
64954 [  6126] By: gsar                                  on 2000/05/28  06:39:53
64955         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
64956              (reworked variant of patch suggested by Simon Cozens)
64957      Branch: perl
64958            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
64959            ! pp_hot.c proto.h t/op/gv.t
64960 ____________________________________________________________________________
64961 [  6125] By: gsar                                  on 2000/05/28  05:14:55
64962         Log: enable propagating exception objects via Perl_croak() in XS code
64963              (from Gisle Aas)
64964      Branch: perl
64965            ! util.c
64966 ____________________________________________________________________________
64967 [  6124] By: gsar                                  on 2000/05/28  05:07:28
64968         Log: integrate vmsperl contents into mainline
64969      Branch: perl
64970           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
64971           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
64972           !> vms/vmsish.h
64973 ____________________________________________________________________________
64974 [  6123] By: gsar                                  on 2000/05/28  05:03:53
64975         Log: clarify gotcha with #line directives (from Rocco Caputo
64976              <troc@netrus.net>)
64977      Branch: perl
64978            ! pod/perldebug.pod pod/perlsyn.pod
64979 ____________________________________________________________________________
64980 [  6122] By: gsar                                  on 2000/05/28  04:58:29
64981         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
64982              (from Mark-Jason Dominus)
64983      Branch: perl
64984            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
64985            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
64986            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
64987            ! toke.c
64988 ____________________________________________________________________________
64989 [  6121] By: bailey                                on 2000/05/25  04:46:54
64990         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
64991              lists (based on fixes by Craig Berry)
64992      Branch: vmsperl
64993            ! lib/File/Spec/VMS.pm
64994 ____________________________________________________________________________
64995 [  6120] By: bailey                                on 2000/05/25  04:25:38
64996         Log: Add missing escape (Charles Lane)
64997      Branch: vmsperl
64998            ! t/op/lex_assign.t
64999 ____________________________________________________________________________
65000 [  6119] By: bailey                                on 2000/05/25  04:21:25
65001         Log: Quiet error messages in vmsish.t (Charles Lane)
65002      Branch: vmsperl
65003            ! vms/ext/vmsish.t
65004 ____________________________________________________________________________
65005 [  6118] By: bailey                                on 2000/05/25  04:17:57
65006         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
65007              Flatten case labels in switch statements uniformly (Charles Bailey)
65008      Branch: vmsperl
65009            ! vms/vms.c
65010 ____________________________________________________________________________
65011 [  6117] By: bailey                                on 2000/05/25  03:58:09
65012         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
65013      Branch: vmsperl
65014            ! vms/vmsish.h
65015 ____________________________________________________________________________
65016 [  6116] By: bailey                                on 2000/05/25  03:11:15
65017         Log: Miscellaneous cosmetic fixes (Charles Lane)
65018      Branch: vmsperl
65019            ! lib/ExtUtils/MM_VMS.pm
65020 ____________________________________________________________________________
65021 [  6115] By: bailey                                on 2000/05/25  03:10:36
65022         Log: Add bounds checking for several strings (Charles Lane)
65023      Branch: vmsperl
65024            ! vms/vms.c
65025 ____________________________________________________________________________
65026 [  6114] By: bailey                                on 2000/05/25  02:25:34
65027         Log: Urk -- undo previous removal of vmsish 'exit' change
65028      Branch: vmsperl
65029            ! vms/ext/vmsish.pm vms/vmsish.h
65030 ____________________________________________________________________________
65031 [  6113] By: bailey                                on 2000/05/24  02:24:40
65032         Log: Ugly workaround for version-specific RTL error
65033      Branch: vmsperl
65034            ! vms/vms.c
65035 ____________________________________________________________________________
65036 [  6112] By: bailey                                on 2000/05/24  02:19:55
65037         Log: Check for existence of file before trying to delete
65038      Branch: vmsperl
65039            ! vms/test.com
65040 ____________________________________________________________________________
65041 [  6111] By: bailey                                on 2000/05/23  23:35:13
65042         Log: Resync with mainline prior to post-5.6.0 updates
65043      Branch: vmsperl
65044           +> (branch 49 files)
65045            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
65046            ! vms/ext/vmsish.pm
65047           !> (integrate 334 files)
65048 ____________________________________________________________________________
65049 [  6110] By: jhi                                   on 2000/05/23  19:28:32
65050         Log: todo tweak
65051      Branch: cfgperl
65052            ! Todo-5.6
65053 ____________________________________________________________________________
65054 [  6109] By: jhi                                   on 2000/05/18  17:38:54
65055         Log: Integrate with Sarathy.
65056      Branch: cfgperl
65057           !> mg.c perl.h win32/perlhost.h
65058 ____________________________________________________________________________
65059 [  6108] By: gsar                                  on 2000/05/17  02:24:56
65060         Log: reenable fake signal handling on Windows, bugs and all
65061      Branch: perl
65062            ! mg.c perl.h win32/perlhost.h
65063 ____________________________________________________________________________
65064 [  6107] By: jhi                                   on 2000/05/15  18:01:41
65065         Log: Tweak the todo list.
65066      Branch: cfgperl
65067            ! Todo-5.6
65068 ____________________________________________________________________________
65069 [  6106] By: jhi                                   on 2000/05/15  13:41:48
65070         Log: The (Configure) script refuses to go on, after asking for
65071              'You may also choose to try maximal 64-bitness....'.
65072              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
65073              -- Patrick Zima
65074              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
65075      Branch: cfgperl
65076            ! hints/solaris_2.sh
65077 ____________________________________________________________________________
65078 [  6105] By: jhi                                   on 2000/05/11  14:37:43
65079         Log: Integrate with Sarathy.
65080      Branch: cfgperl
65081           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
65082           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
65083 ____________________________________________________________________________
65084 [  6104] By: gsar                                  on 2000/05/11  03:39:07
65085         Log: PL_sys_intern was being initialized too late on windows
65086      Branch: perl
65087            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
65088            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
65089 ____________________________________________________________________________
65090 [  6103] By: jhi                                   on 2000/05/09  19:42:20
65091         Log: Test tweaking for Unicos continues.
65092      Branch: cfgperl
65093            ! t/op/64bitint.t
65094 ____________________________________________________________________________
65095 [  6102] By: jhi                                   on 2000/05/09  16:47:27
65096         Log: The test suite tweak in #6101 wasn't quite right.
65097      Branch: cfgperl
65098            ! t/lib/complex.t
65099 ____________________________________________________________________________
65100 [  6101] By: jhi                                   on 2000/05/09  15:35:34
65101         Log: Hints and test tweaks for Unicos.
65102      Branch: cfgperl
65103            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
65104 ____________________________________________________________________________
65105 [  6100] By: jhi                                   on 2000/05/08  21:15:06
65106         Log: More compilation tweakery from Allen Smith.
65107      Branch: cfgperl
65108            ! hints/irix_6.sh
65109 ____________________________________________________________________________
65110 [  6099] By: jhi                                   on 2000/05/08  19:21:18
65111         Log: Tweaks for the cc bugs from Allen Smith.
65112      Branch: cfgperl
65113            ! hints/irix_6.sh
65114 ____________________________________________________________________________
65115 [  6098] By: jhi                                   on 2000/05/08  19:13:37
65116         Log: Add a note about other, yet unsupported, shadow password APIs.
65117      Branch: cfgperl
65118            ! pp_sys.c
65119 ____________________________________________________________________________
65120 [  6097] By: jhi                                   on 2000/05/08  18:46:34
65121         Log: Add a note about possible compilation problems from Allen Smith.
65122      Branch: cfgperl
65123            ! hints/irix_6.sh
65124 ____________________________________________________________________________
65125 [  6096] By: jhi                                   on 2000/05/08  17:33:10
65126         Log: Integrate with Sarathy.
65127      Branch: cfgperl
65128           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
65129           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
65130 ____________________________________________________________________________
65131 [  6095] By: jhi                                   on 2000/05/08  16:21:33
65132         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
65133              might be useful in future.
65134      Branch: cfgperl
65135            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65136            ! config_h.SH
65137      Branch: metaconfig
65138            ! U/installdirs/inc_version_list.U
65139      Branch: metaconfig/U/perl
65140            ! perlxv.U
65141 ____________________________________________________________________________
65142 [  6094] By: gsar                                  on 2000/05/08  14:22:22
65143         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
65144      Branch: perl
65145            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
65146            ! hints/cygwin.sh pp_sys.c
65147 ____________________________________________________________________________
65148 [  6093] By: gsar                                  on 2000/05/08  12:52:28
65149         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
65150              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
65151      Branch: perl
65152            ! pp_sys.c sv.c win32/perlhost.h
65153 ____________________________________________________________________________
65154 [  6092] By: jhi                                   on 2000/05/07  22:40:34
65155         Log: Regen perltoc with the fixed buildtoc.
65156      Branch: cfgperl
65157            ! pod/perltoc.pod
65158 ____________________________________________________________________________
65159 [  6091] By: jhi                                   on 2000/05/07  22:24:16
65160         Log: Integrate with Sarathy.
65161      Branch: cfgperl
65162           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
65163           !> t/op/substr.t toke.c
65164 ____________________________________________________________________________
65165 [  6090] By: gsar                                  on 2000/05/07  19:47:07
65166         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
65167              [NI]OK; added tests for both
65168      Branch: perl
65169            ! perl.c pp_hot.c sv.c t/op/substr.t
65170 ____________________________________________________________________________
65171 [  6089] By: gsar                                  on 2000/05/07  18:18:38
65172         Log: buildtoc tweak to fix newline lossage
65173      Branch: perl
65174            ! pod/buildtoc
65175 ____________________________________________________________________________
65176 [  6088] By: jhi                                   on 2000/05/07  16:35:36
65177         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
65178              because we do not use those.  The HAS_GETSPNAM remains,
65179              though, because we still do use that.
65180      Branch: cfgperl
65181            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65182            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
65183            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
65184            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
65185            ! win32/config.vc win32/config_H.bc win32/config_H.gc
65186            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
65187 ____________________________________________________________________________
65188 [  6087] By: gsar                                  on 2000/05/07  16:05:16
65189         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
65190      Branch: perl
65191            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
65192 ____________________________________________________________________________
65193 [  6086] By: jhi                                   on 2000/05/07  15:27:07
65194         Log: Integrate with Sarathy.
65195      Branch: cfgperl
65196           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
65197           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
65198           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
65199           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
65200           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
65201           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
65202 ____________________________________________________________________________
65203 [  6085] By: gsar                                  on 2000/05/07  05:52:02
65204         Log: repeat operator (x) doesn't preserve utf8-ness
65205      Branch: perl
65206            ! pp.c t/op/substr.t
65207 ____________________________________________________________________________
65208 [  6084] By: gsar                                  on 2000/05/07  05:39:55
65209         Log: substr() does not preserve utf8-ness (from Stefan Eissing
65210              <Eissing@medicaldataservice.de>); added tests
65211      Branch: perl
65212            ! pp.c t/op/substr.t
65213 ____________________________________________________________________________
65214 [  6083] By: gsar                                  on 2000/05/07  05:24:46
65215         Log: note about undocumented caller() return value (from M.J.T. Guy);
65216              yet another peek.t tweak
65217      Branch: perl
65218            ! pod/perlfunc.pod t/lib/peek.t
65219 ____________________________________________________________________________
65220 [  6082] By: gsar                                  on 2000/05/07  05:08:40
65221         Log: peek.t non-portable to ithreads
65222      Branch: perl
65223            ! t/lib/peek.t
65224 ____________________________________________________________________________
65225 [  6081] By: gsar                                  on 2000/05/07  04:17:04
65226         Log: better default perlbug categories for ok reports (from Richard Foley)
65227      Branch: perl
65228            ! utils/perlbug.PL
65229 ____________________________________________________________________________
65230 [  6080] By: gsar                                  on 2000/05/07  04:08:07
65231         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
65232              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
65233      Branch: perl
65234            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
65235            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
65236            ! AUTHORS MAINTAIN MANIFEST
65237 ____________________________________________________________________________
65238 [  6079] By: gsar                                  on 2000/05/07  04:01:38
65239         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
65240      Branch: perl
65241            ! lib/Carp/Heavy.pm
65242 ____________________________________________________________________________
65243 [  6078] By: gsar                                  on 2000/05/07  01:24:19
65244         Log: workaround for CRT bug in chdir() (from Charles Lane, via
65245              Peter Prymmer)
65246      Branch: perl
65247            ! iperlsys.h vms/vms.c vms/vmsish.h
65248 ____________________________________________________________________________
65249 [  6077] By: gsar                                  on 2000/05/07  01:22:23
65250         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
65251              and Tom Phoenix)
65252      Branch: perl
65253            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
65254 ____________________________________________________________________________
65255 [  6076] By: gsar                                  on 2000/05/06  17:36:29
65256         Log: integrate cfgperl contents into mainline
65257      Branch: perl
65258           +> t/lib/peek.t
65259           !> Configure MANIFEST Porting/Glossary Porting/config.sh
65260           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
65261           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
65262           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
65263 ____________________________________________________________________________
65264 [  6075] By: jhi                                   on 2000/05/05  18:56:10
65265         Log: Make the test more portable.
65266      Branch: cfgperl
65267            ! t/lib/peek.t
65268 ____________________________________________________________________________
65269 [  6074] By: jhi                                   on 2000/05/05  18:49:20
65270         Log: Introduce t/lib/peek.t.
65271      Branch: cfgperl
65272            + t/lib/peek.t
65273            ! MANIFEST
65274 ____________________________________________________________________________
65275 [  6073] By: jhi                                   on 2000/05/05  14:30:45
65276         Log: Complex tweaks.
65277      Branch: cfgperl
65278            ! lib/Math/Complex.pm t/lib/complex.t
65279 ____________________________________________________________________________
65280 [  6072] By: jhi                                   on 2000/05/05  12:27:13
65281         Log: Integrate with Sarathy.
65282      Branch: cfgperl
65283           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
65284           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
65285           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
65286           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
65287 ____________________________________________________________________________
65288 [  6071] By: gsar                                  on 2000/05/05  02:24:46
65289         Log: misformatted perllocal.pod (from Tim Jenness
65290              <t.jenness@jach.hawaii.edu>)
65291      Branch: perl
65292            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
65293 ____________________________________________________________________________
65294 [  6070] By: gsar                                  on 2000/05/05  02:16:52
65295         Log: remove misleading comment (from M.J.T. Guy)
65296      Branch: perl
65297            ! t/lib/anydbm.t
65298 ____________________________________________________________________________
65299 [  6069] By: gsar                                  on 2000/05/05  02:15:13
65300         Log: File::Spec compatibility update (from Barrie Slaymaker
65301              <barries@slaysys.com>)
65302      Branch: perl
65303            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
65304            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
65305 ____________________________________________________________________________
65306 [  6068] By: gsar                                  on 2000/05/05  02:01:50
65307         Log: note about values()
65308      Branch: perl
65309            ! pod/perlfunc.pod
65310 ____________________________________________________________________________
65311 [  6067] By: gsar                                  on 2000/05/05  01:33:09
65312         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
65313      Branch: perl
65314            ! win32/win32.c
65315 ____________________________________________________________________________
65316 [  6066] By: gsar                                  on 2000/05/05  01:23:43
65317         Log: s/END/CHECK/
65318      Branch: perl
65319            ! perl.c
65320 ____________________________________________________________________________
65321 [  6065] By: jhi                                   on 2000/05/04  17:30:22
65322         Log: Integrate with Sarathy.
65323      Branch: cfgperl
65324           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
65325 ____________________________________________________________________________
65326 [  6064] By: gsar                                  on 2000/05/04  17:26:14
65327         Log: change#5905 wasn't quite right--it's intent only applies when arguments
65328              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
65329      Branch: perl
65330            ! pp_sys.c sv.c
65331 ____________________________________________________________________________
65332 [  6063] By: gsar                                  on 2000/05/04  16:52:29
65333         Log: tokeq() could read unallocated field in argument
65334      Branch: perl
65335            ! toke.c
65336 ____________________________________________________________________________
65337 [  6062] By: gsar                                  on 2000/05/04  16:34:51
65338         Log: additional tests for utf8.t
65339      Branch: perl
65340            ! t/pragma/utf8.t
65341 ____________________________________________________________________________
65342 [  6061] By: gsar                                  on 2000/05/04  16:09:28
65343         Log: change#5921 neglected to make eq honor "use bytes"
65344      Branch: perl
65345            ! sv.c
65346 ____________________________________________________________________________
65347 [  6060] By: jhi                                   on 2000/05/04  15:30:16
65348         Log: Integrate with Sarathy.
65349      Branch: cfgperl
65350           !> perl.c regcomp.c t/pragma/utf8.t
65351 ____________________________________________________________________________
65352 [  6059] By: jhi                                   on 2000/05/04  15:26:37
65353         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
65354              in natively 64-bit platforms where a long is a quad (no need
65355              for long longs).  Also added bias for IVs.
65356      Branch: cfgperl
65357            ! toke.c
65358 ____________________________________________________________________________
65359 [  6058] By: gsar                                  on 2000/05/04  00:19:14
65360         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
65361              (spotted by Donald Kinzer <dkinzer@premia.com>)
65362      Branch: perl
65363            ! perl.c
65364 ____________________________________________________________________________
65365 [  6057] By: gsar                                  on 2000/05/03  18:34:01
65366         Log: fix broken parsing of /\x{ab}/
65367      Branch: perl
65368            ! regcomp.c t/pragma/utf8.t
65369 ____________________________________________________________________________
65370 [  6056] By: jhi                                   on 2000/05/03  17:57:16
65371         Log: The search of infinity continues, this time simplified.
65372      Branch: cfgperl
65373            ! lib/Math/Complex.pm
65374 ____________________________________________________________________________
65375 [  6055] By: jhi                                   on 2000/05/03  17:45:30
65376         Log: Detypo.
65377      Branch: cfgperl
65378            ! hints/unicos.sh
65379 ____________________________________________________________________________
65380 [  6054] By: jhi                                   on 2000/05/02  22:28:27
65381         Log: Be more forgiving in POSIX about HUGE_VALL.
65382      Branch: cfgperl
65383            ! ext/POSIX/POSIX.xs
65384 ____________________________________________________________________________
65385 [  6053] By: jhi                                   on 2000/05/02  22:25:05
65386         Log: Integrate with Sarathy.
65387      Branch: cfgperl
65388           !> hints/irix_6.sh pod/perlop.pod
65389 ____________________________________________________________________________
65390 [  6052] By: jhi                                   on 2000/05/02  22:24:31
65391         Log: Unicos hint tweak.
65392      Branch: cfgperl
65393            ! hints/unicos.sh
65394 ____________________________________________________________________________
65395 [  6051] By: jhi                                   on 2000/05/02  22:21:26
65396         Log: Complex tweakery.
65397      Branch: cfgperl
65398            ! lib/Math/Complex.pm t/lib/complex.t
65399 ____________________________________________________________________________
65400 [  6050] By: jhi                                   on 2000/05/02  19:26:22
65401         Log: Use setxxent()/endxxent().
65402      Branch: cfgperl
65403            ! t/op/grent.t t/op/pwent.t
65404 ____________________________________________________________________________
65405 [  6049] By: jhi                                   on 2000/05/02  19:06:02
65406         Log: Test both the scalar and list contexts.
65407      Branch: cfgperl
65408            ! t/op/grent.t t/op/pwent.t
65409 ____________________________________________________________________________
65410 [  6048] By: gsar                                  on 2000/05/02  18:29:10
65411         Log: add note about how $( doesn't interpolate in REs (from
65412              Philip Newton <newton@ficus.frogspace.net>)
65413      Branch: perl
65414            ! pod/perlop.pod
65415 ____________________________________________________________________________
65416 [  6047] By: jhi                                   on 2000/05/02  17:41:24
65417         Log: Call getspnam() only iff needd.
65418      Branch: cfgperl
65419            ! pp_sys.c
65420 ____________________________________________________________________________
65421 [  6046] By: gsar                                  on 2000/05/02  17:07:25
65422         Log: libscheck has insufficient checks for n32 libs (from
65423              Albert Chin-A-Young <china@thewrittenword.com>)
65424      Branch: perl
65425            ! hints/irix_6.sh
65426 ____________________________________________________________________________
65427 [  6045] By: jhi                                   on 2000/05/02  13:57:17
65428         Log: Integrate with Sarathy.
65429      Branch: cfgperl
65430           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
65431           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
65432 ____________________________________________________________________________
65433 [  6044] By: gsar                                  on 2000/05/02  06:48:19
65434         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
65435              such that underscores are only ignored in literal numbers,
65436              "\x{...}", and hex/oct argument
65437      Branch: perl
65438            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
65439 ____________________________________________________________________________
65440 [  6043] By: gsar                                  on 2000/05/02  02:22:29
65441         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
65442      Branch: perl
65443            ! pod/perlretut.pod
65444 ____________________________________________________________________________
65445 [  6042] By: gsar                                  on 2000/05/02  02:17:51
65446         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
65447      Branch: perl
65448            ! pod/perltrap.pod
65449 ____________________________________________________________________________
65450 [  6041] By: gsar                                  on 2000/05/02  01:53:51
65451         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
65452              to compensate
65453      Branch: perl
65454            ! Porting/makerel
65455 ____________________________________________________________________________
65456 [  6040] By: gsar                                  on 2000/05/02  01:51:57
65457         Log: missing files in MANIFEST
65458      Branch: perl
65459            ! MANIFEST
65460 ____________________________________________________________________________
65461 [  6039] By: jhi                                   on 2000/05/02  00:36:46
65462         Log: Infinite problems.
65463      Branch: cfgperl
65464            ! lib/Math/Complex.pm
65465 ____________________________________________________________________________
65466 [  6038] By: jhi                                   on 2000/05/02  00:06:38
65467         Log: pwent/spent #ifdef imbalance.
65468      Branch: cfgperl
65469            ! pp_sys.c
65470 ____________________________________________________________________________
65471 [  6037] By: jhi                                   on 2000/05/01  22:50:11
65472         Log: Use HUGE_VALL if applicable.
65473      Branch: cfgperl
65474            ! ext/POSIX/POSIX.xs util.c
65475 ____________________________________________________________________________
65476 [  6036] By: jhi                                   on 2000/05/01  22:20:53
65477         Log: Correct Freudian slip.
65478      Branch: cfgperl
65479            ! pp_sys.c
65480 ____________________________________________________________________________
65481 [  6035] By: jhi                                   on 2000/05/01  21:07:38
65482         Log: Continue on the pwent/spent case.
65483      Branch: cfgperl
65484            ! pp_sys.c
65485 ____________________________________________________________________________
65486 [  6034] By: jhi                                   on 2000/05/01  17:45:14
65487         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
65488              adjustments in 6032 conflicted badly with this, will have
65489              to revisit them later.
65490      Branch: cfgperl
65491           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
65492           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
65493           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
65494           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
65495           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
65496           !> t/lib/cgi-html.t t/lib/cgi-request.t
65497 ____________________________________________________________________________
65498 [  6033] By: jhi                                   on 2000/05/01  17:40:49
65499         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
65500      Branch: cfgperl
65501            ! pp_sys.c
65502 ____________________________________________________________________________
65503 [  6032] By: gsar                                  on 2000/05/01  15:56:32
65504         Log: whitespace adjustments
65505      Branch: perl
65506            ! pp_sys.c
65507 ____________________________________________________________________________
65508 [  6031] By: gsar                                  on 2000/05/01  15:19:41
65509         Log: small nits in diagnostics.pm (from Robin Barker)
65510      Branch: perl
65511            ! lib/diagnostics.pm pod/perldiag.pod
65512 ____________________________________________________________________________
65513 [  6030] By: gsar                                  on 2000/05/01  08:39:18
65514         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
65515              for @- and @+ (from Johan Vromans)
65516      Branch: perl
65517            ! lib/English.pm pod/perlvar.pod
65518 ____________________________________________________________________________
65519 [  6029] By: gsar                                  on 2000/05/01  08:16:10
65520         Log: add CGI.pm v2.66 (from Lincoln Stein)
65521      Branch: perl
65522            + lib/CGI/Util.pm t/lib/cgi-pretty.t
65523            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
65524            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
65525            ! t/lib/cgi-html.t t/lib/cgi-request.t
65526 ____________________________________________________________________________
65527 [  6028] By: gsar                                  on 2000/05/01  06:34:41
65528         Log: Pod::Man generates groff-incompatible macro definition (from
65529              Tom Christiansen)
65530      Branch: perl
65531            ! lib/Pod/Man.pm
65532 ____________________________________________________________________________
65533 [  6027] By: gsar                                  on 2000/05/01  06:31:36
65534         Log: podlators-1.02 update (from Russ Allbery)
65535      Branch: perl
65536            ! lib/Pod/Man.pm lib/Pod/Text.pm
65537 ____________________________________________________________________________
65538 [  6026] By: jhi                                   on 2000/04/30  23:24:23
65539         Log: Integrate with Sarathy.
65540      Branch: cfgperl
65541           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
65542           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
65543           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
65544           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
65545           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
65546           !> t/lib/syslog.t toke.c win32/win32.h
65547 ____________________________________________________________________________
65548 [  6025] By: gsar                                  on 2000/04/30  18:17:47
65549         Log: Is{Alnum,Alpha,Word} don't match titlecase
65550              
65551              TODO: IsSpace is defined recursively!
65552              
65553              (both spotted by Larry)
65554      Branch: perl
65555            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
65556            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
65557 ____________________________________________________________________________
65558 [  6024] By: gsar                                  on 2000/04/30  17:50:19
65559         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
65560              (from Hugo van der Sanden)
65561      Branch: perl
65562            ! toke.c
65563 ____________________________________________________________________________
65564 [  6023] By: gsar                                  on 2000/04/30  17:14:43
65565         Log: debugger stomps on $. (from M.J.T. Guy)
65566      Branch: perl
65567            ! lib/perl5db.pl
65568 ____________________________________________________________________________
65569 [  6022] By: gsar                                  on 2000/04/30  16:59:22
65570         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
65571      Branch: perl
65572            ! sv.c
65573 ____________________________________________________________________________
65574 [  6021] By: gsar                                  on 2000/04/29  21:00:08
65575         Log: remove Win2K issue in pod (fixed by change#6020)
65576      Branch: perl
65577            ! README.win32 pod/perl56delta.pod
65578 ____________________________________________________________________________
65579 [  6020] By: gsar                                  on 2000/04/29  20:51:49
65580         Log: test tweak
65581      Branch: perl
65582            ! t/lib/open3.t
65583 ____________________________________________________________________________
65584 [  6019] By: gsar                                  on 2000/04/29  20:34:27
65585         Log: windows portability tweaks
65586      Branch: perl
65587            ! t/lib/b.t win32/win32.h
65588 ____________________________________________________________________________
65589 [  6018] By: gsar                                  on 2000/04/29  19:55:24
65590         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
65591              make _PATH_LOG() return "" if unavailable
65592      Branch: perl
65593            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
65594            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
65595 ____________________________________________________________________________
65596 [  6017] By: jhi                                   on 2000/04/28  22:49:46
65597         Log: Integrate with Sarathy.
65598      Branch: cfgperl
65599           !> op.c perl.c pod/perldiag.pod t/lib/b.t
65600 ____________________________________________________________________________
65601 [  6016] By: jhi                                   on 2000/04/28  22:46:14
65602         Log: Do not warn that an infinity does not look like a number.
65603      Branch: cfgperl
65604            ! sv.c
65605 ____________________________________________________________________________
65606 [  6015] By: gsar                                  on 2000/04/28  22:35:49
65607         Log: tweak test for portability
65608      Branch: perl
65609            ! t/lib/b.t
65610 ____________________________________________________________________________
65611 [  6014] By: gsar                                  on 2000/04/28  22:05:31
65612         Log: glob() loading File::Glob behind the scenes may cause syntax errors
65613      Branch: perl
65614            ! op.c
65615 ____________________________________________________________________________
65616 [  6013] By: gsar                                  on 2000/04/28  21:25:22
65617         Log: tweak change#5945 to display correct switch name in diagnostic
65618      Branch: perl
65619            ! perl.c pod/perldiag.pod
65620 ____________________________________________________________________________
65621 [  6012] By: jhi                                   on 2000/04/28  21:08:12
65622         Log: Integrate with Sarathy.
65623      Branch: cfgperl
65624           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
65625           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
65626           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
65627 ____________________________________________________________________________
65628 [  6011] By: jhi                                   on 2000/04/28  21:04:46
65629         Log: &HUGE_VAL is not defined, it exists.
65630      Branch: cfgperl
65631            ! lib/Math/Complex.pm
65632 ____________________________________________________________________________
65633 [  6010] By: gsar                                  on 2000/04/28  21:02:58
65634         Log: clarify note about shadow password support (from
65635              gellyfish@gellyfish.com)
65636      Branch: perl
65637            ! pod/perlfunc.pod
65638 ____________________________________________________________________________
65639 [  6009] By: gsar                                  on 2000/04/28  21:00:00
65640         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
65641      Branch: perl
65642            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
65643 ____________________________________________________________________________
65644 [  6008] By: gsar                                  on 2000/04/28  20:56:33
65645         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
65646      Branch: perl
65647            ! installperl vms/subconfigure.com
65648 ____________________________________________________________________________
65649 [  6007] By: gsar                                  on 2000/04/28  20:51:21
65650         Log: note about compile failures and END blocks (from M.J.T. Guy)
65651      Branch: perl
65652            ! pod/perl56delta.pod pod/perlmod.pod
65653 ____________________________________________________________________________
65654 [  6006] By: jhi                                   on 2000/04/28  20:42:14
65655         Log: Regen Configure.
65656      Branch: cfgperl
65657            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65658            ! config_h.SH
65659 ____________________________________________________________________________
65660 [  6005] By: gsar                                  on 2000/04/28  20:41:16
65661         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
65662      Branch: perl
65663            ! utils/perldoc.PL
65664 ____________________________________________________________________________
65665 [  6004] By: jhi                                   on 2000/04/28  20:28:21
65666         Log: Integrate with Sarathy.
65667      Branch: cfgperl
65668           !> Configure INSTALL Porting/Glossary Porting/config.sh
65669           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
65670           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
65671           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
65672           !> win32/config.vc win32/win32.c
65673 ____________________________________________________________________________
65674 [  6003] By: gsar                                  on 2000/04/28  20:11:20
65675         Log: allow REG_EXPAND_SZ keys in Windows registry (from
65676              John Clayton <John.Clayton@barclayscapital.com>)
65677      Branch: perl
65678            ! win32/win32.c
65679 ____________________________________________________________________________
65680 [  6002] By: gsar                                  on 2000/04/28  19:34:16
65681         Log: destructive sv_setsv() can lose UV-ness from source, causing
65682              numeric promotions/comparisons to fail to do the right thing
65683      Branch: perl
65684            ! sv.c
65685 ____________________________________________________________________________
65686 [  6001] By: gsar                                  on 2000/04/28  18:44:15
65687         Log: support additional library locations via $Config{otherlibdirs}
65688              (from Andy Dougherty)
65689      Branch: perl
65690            ! Configure INSTALL Porting/Glossary Porting/config.sh
65691            ! Porting/config_H config_h.SH epoc/config.sh perl.c
65692            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
65693            ! win32/config.bc win32/config.gc win32/config.vc
65694 ____________________________________________________________________________
65695 [  6000] By: gsar                                  on 2000/04/28  18:26:58
65696         Log: reworked otherlibdirs.U (from Andy Dougherty)
65697      Branch: metaconfig
65698            ! U/installdirs/otherlibdirs.U
65699 ____________________________________________________________________________
65700 [  5999] By: gsar                                  on 2000/04/28  18:17:07
65701         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
65702      Branch: perl
65703            ! t/pragma/warn/toke toke.c
65704 ____________________________________________________________________________
65705 [  5998] By: jhi                                   on 2000/04/28  13:32:17
65706         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
65707      Branch: cfgperl
65708            ! lib/Math/Complex.pm
65709 ____________________________________________________________________________
65710 [  5997] By: jhi                                   on 2000/04/28  13:14:04
65711         Log: Preserve $!.
65712      Branch: cfgperl
65713            ! lib/Math/Complex.pm
65714 ____________________________________________________________________________
65715 [  5996] By: jhi                                   on 2000/04/28  12:59:23
65716         Log: Integrate with Sarathy.
65717      Branch: cfgperl
65718           +> pod/perlrequick.pod pod/perlretut.pod
65719           !> (integrate 51 files)
65720 ____________________________________________________________________________
65721 [  5995] By: gsar                                  on 2000/04/28  09:37:36
65722         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
65723      Branch: perl
65724            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
65725 ____________________________________________________________________________
65726 [  5994] By: gsar                                  on 2000/04/28  09:33:26
65727         Log: fix for missed accounting for null byte in pack("Z",...) (from
65728              M.J.T. Guy)
65729      Branch: perl
65730            ! pp.c t/op/pack.t
65731 ____________________________________________________________________________
65732 [  5993] By: gsar                                  on 2000/04/28  09:30:05
65733         Log: various minor tweaks seen on p5p
65734      Branch: perl
65735            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
65736 ____________________________________________________________________________
65737 [  5992] By: gsar                                  on 2000/04/28  09:08:19
65738         Log: pod nit (from Simon Cozens)
65739      Branch: perl
65740            ! pod/perlop.pod
65741 ____________________________________________________________________________
65742 [  5991] By: gsar                                  on 2000/04/28  09:06:36
65743         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
65744      Branch: perl
65745            ! README.posix-bc hints/posix-bc.sh
65746 ____________________________________________________________________________
65747 [  5990] By: gsar                                  on 2000/04/28  08:54:52
65748         Log: use $ENV{LIB} to search for libs under Visual C compiler
65749              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
65750      Branch: perl
65751            ! lib/ExtUtils/Liblist.pm
65752 ____________________________________________________________________________
65753 [  5989] By: gsar                                  on 2000/04/28  08:27:12
65754         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
65755              itself and no other (from Tom Hughes)
65756      Branch: perl
65757            ! t/op/array.t toke.c
65758 ____________________________________________________________________________
65759 [  5988] By: gsar                                  on 2000/04/28  08:01:38
65760         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
65761              <paul@miraclefish.com>)
65762      Branch: perl
65763            ! lib/ExtUtils/MakeMaker.pm
65764 ____________________________________________________________________________
65765 [  5987] By: gsar                                  on 2000/04/28  07:53:09
65766         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
65767      Branch: perl
65768            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
65769 ____________________________________________________________________________
65770 [  5986] By: gsar                                  on 2000/04/28  07:44:17
65771         Log: add regular expressions tutorial and quick-start guide (from
65772              Mark Kvale <kvale@phy.ucsf.edu>)
65773      Branch: perl
65774            + pod/perlrequick.pod pod/perlretut.pod
65775            ! AUTHORS MAINTAIN MANIFEST
65776 ____________________________________________________________________________
65777 [  5985] By: gsar                                  on 2000/04/28  07:30:28
65778         Log: forked child may not exit correctly if it failed to open
65779              /dev/console (from Graham Barr)
65780      Branch: perl
65781            ! ext/Sys/Syslog/Syslog.pm
65782 ____________________________________________________________________________
65783 [  5984] By: gsar                                  on 2000/04/28  07:27:20
65784         Log: attributes::reftype() doesn't work on tied argument
65785      Branch: perl
65786            ! xsutils.c
65787 ____________________________________________________________________________
65788 [  5983] By: gsar                                  on 2000/04/28  07:15:04
65789         Log: numeric conversion of non-number in change#3378 tramples on
65790              OOK offset, causing segfaults
65791      Branch: perl
65792            ! sv.c
65793 ____________________________________________________________________________
65794 [  5982] By: gsar                                  on 2000/04/28  04:48:25
65795         Log: avoid error in IO::Socket::INET when given an unknown service name
65796              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
65797      Branch: perl
65798            ! ext/IO/lib/IO/Socket/INET.pm
65799 ____________________________________________________________________________
65800 [  5981] By: gsar                                  on 2000/04/28  04:31:31
65801         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
65802              prototype mismatch with CORE::glob(); update pod and tests to
65803              suit (File::Glob::glob() is still available for backward
65804              compatibility, but should be considered deprecated)
65805      Branch: perl
65806            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
65807            ! t/lib/glob-taint.t
65808 ____________________________________________________________________________
65809 [  5980] By: gsar                                  on 2000/04/28  03:47:29
65810         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
65811              <ghudson@mit.edu>)
65812      Branch: metaconfig
65813            ! U/modified/Options.U
65814      Branch: perl
65815            ! Configure
65816 ____________________________________________________________________________
65817 [  5979] By: gsar                                  on 2000/04/28  03:07:54
65818         Log: under useithreads, constant pad entries could inadvertantly be
65819              shared across threads (from Eric Blood <eblood@xmission.com>);
65820              added Eric's test case to testsuite
65821      Branch: perl
65822            ! op.c t/op/misc.t
65823 ____________________________________________________________________________
65824 [  5978] By: gsar                                  on 2000/04/27  21:13:00
65825         Log: sync version numbers in File::Spec with the ones on CPAN
65826              (from Barrie Slaymaker)
65827      Branch: perl
65828            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
65829            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
65830            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
65831 ____________________________________________________________________________
65832 [  5977] By: gsar                                  on 2000/04/27  21:07:29
65833         Log: autoquote barewords followed by newline and arrow properly
65834              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
65835      Branch: perl
65836            ! t/pragma/warn/toke toke.c
65837 ____________________________________________________________________________
65838 [  5976] By: gsar                                  on 2000/04/27  20:41:20
65839         Log: DB_File v1.73 update (from Paul Marquess)
65840      Branch: perl
65841            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
65842            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
65843 ____________________________________________________________________________
65844 [  5975] By: gsar                                  on 2000/04/27  20:34:24
65845         Log: allow sort() reentrancy (variant of patch suggested by
65846              Hugo van der Sanden)
65847      Branch: perl
65848            ! pp_ctl.c t/op/sort.t
65849 ____________________________________________________________________________
65850 [  5974] By: gsar                                  on 2000/04/27  19:46:57
65851         Log: change#4197 somehow missed initializing PL_errors, meaning
65852              sytax error queueing wasn't working outside eval"" at all;
65853              also fixed eval"" to localize PL_error_count, so that compile-time
65854              eval's don't clobber the error state of the outer context
65855      Branch: perl
65856            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
65857            ! t/pragma/warn/toke
65858 ____________________________________________________________________________
65859 [  5973] By: gsar                                  on 2000/04/27  18:29:05
65860         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
65861      Branch: perl
65862            ! regcomp.c regexec.c t/op/re_tests
65863 ____________________________________________________________________________
65864 [  5972] By: jhi                                   on 2000/04/27  18:22:41
65865         Log: Integrate with Sarathy.
65866      Branch: cfgperl
65867           +> t/lib/b.t t/lib/syslog.t
65868           !> (integrate 31 files)
65869 ____________________________________________________________________________
65870 [  5971] By: jhi                                   on 2000/04/27  18:18:46
65871         Log: Unicos tweaks from Mark P. Lutz.
65872      Branch: cfgperl
65873            ! hints/unicos.sh lib/Math/Complex.pm
65874 ____________________________________________________________________________
65875 [  5970] By: gsar                                  on 2000/04/27  18:05:11
65876         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
65877              IV is >32bits
65878      Branch: perl
65879            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
65880 ____________________________________________________________________________
65881 [  5969] By: gsar                                  on 2000/04/27  17:50:56
65882         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
65883      Branch: perl
65884            + t/lib/syslog.t
65885            ! MANIFEST ext/Sys/Syslog/Syslog.pm
65886 ____________________________________________________________________________
65887 [  5968] By: gsar                                  on 2000/04/27  17:44:49
65888         Log: tolerate spaces in group names in test on solaris (from David Boyce
65889              <dsb@boyski.com>)
65890      Branch: perl
65891            ! t/op/groups.t
65892 ____________________________________________________________________________
65893 [  5967] By: gsar                                  on 2000/04/27  17:41:22
65894         Log: improved docs on the warn_uninit diagnostic (from David Glasser
65895              and Simon Cozens)
65896      Branch: perl
65897            ! pod/perldiag.pod
65898 ____________________________________________________________________________
65899 [  5966] By: gsar                                  on 2000/04/27  16:54:58
65900         Log: add testsuite for B backends, fix bug in B::Deparse (from
65901              Simon Cozens <simon@brecon.co.uk>)
65902      Branch: perl
65903            + t/lib/b.t
65904            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
65905 ____________________________________________________________________________
65906 [  5965] By: gsar                                  on 2000/04/27  16:10:37
65907         Log: avoid "will not stay shared" warnings for our variables (from
65908              Robin Barker)
65909      Branch: perl
65910            ! op.c t/pragma/warn/op
65911 ____________________________________________________________________________
65912 [  5964] By: gsar                                  on 2000/04/27  07:05:05
65913         Log: reformat to 72 columns (again)
65914      Branch: perl
65915            ! pod/perldiag.pod
65916 ____________________________________________________________________________
65917 [  5963] By: gsar                                  on 2000/04/27  06:28:31
65918         Log: patch from Larry to make (\&) prototype work; added tests for
65919              the same
65920      Branch: perl
65921            ! op.c t/comp/proto.t
65922 ____________________________________________________________________________
65923 [  5962] By: gsar                                  on 2000/04/27  06:15:47
65924         Log: updated README.hpux (from Jeff Okamoto)
65925      Branch: perl
65926            ! README.hpux
65927 ____________________________________________________________________________
65928 [  5961] By: gsar                                  on 2000/04/27  05:55:03
65929         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
65930      Branch: perl
65931            ! emacs/cperl-mode.el
65932 ____________________________________________________________________________
65933 [  5960] By: gsar                                  on 2000/04/27  05:49:26
65934         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
65935      Branch: perl
65936            ! INSTALL
65937 ____________________________________________________________________________
65938 [  5959] By: gsar                                  on 2000/04/27  05:33:41
65939         Log: doubled words in pods (from Simon Cozens
65940              <simon.p.cozens@jp.pwcglobal.com>)
65941      Branch: perl
65942            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
65943            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
65944            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
65945            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
65946            ! pod/perltootc.pod
65947 ____________________________________________________________________________
65948 [  5958] By: gsar                                  on 2000/04/27  05:11:39
65949         Log: change#3569 deleted some essential code, revert; avoid use of
65950              atexit() to make DynaLoader work properly on AIX under mod_perl
65951              (from Jens-Uwe Mager <jum@helios.de>)
65952      Branch: perl
65953            ! ext/DynaLoader/dl_aix.xs
65954 ____________________________________________________________________________
65955 [  5957] By: gsar                                  on 2000/04/27  04:54:51
65956         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
65957      Branch: perl
65958            ! pod/perlmod.pod
65959 ____________________________________________________________________________
65960 [  5956] By: gsar                                  on 2000/04/27  04:51:47
65961         Log: better diagnostics on failed tests (from Ilya Zakharevich)
65962      Branch: perl
65963            ! t/op/lex_assign.t
65964 ____________________________________________________________________________
65965 [  5955] By: gsar                                  on 2000/04/27  04:26:44
65966         Log: longstanding bug exposed by change#3307: sort arguments weren't
65967              compiled with the right wantarray context (ensuing runtime lookup
65968              via block_gimme() was getting the incidental context of the
65969              sort() itself)
65970      Branch: perl
65971            ! op.c t/op/sort.t
65972 ____________________________________________________________________________
65973 [  5954] By: gsar                                  on 2000/04/26  23:42:12
65974         Log: integrate cfgperl contents into mainline
65975      Branch: perl
65976           !> (integrate 30 files)
65977 ____________________________________________________________________________
65978 [  5953] By: jhi                                   on 2000/04/26  23:06:42
65979         Log: Integrate with Sarathy.
65980      Branch: cfgperl
65981           !> README.win32 ext/B/B/Deparse.pm
65982           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
65983           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
65984           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
65985           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
65986           !> utils/perldoc.PL vms/perlvms.pod
65987 ____________________________________________________________________________
65988 [  5952] By: jhi                                   on 2000/04/26  23:03:46
65989         Log: Undo "use integer" addition from 64bitint as it seems
65990              to break most of the subtests in Digital UNIX;
65991              Unicos needs to find another way.
65992      Branch: cfgperl
65993            ! t/op/64bitint.t
65994 ____________________________________________________________________________
65995 [  5951] By: jhi                                   on 2000/04/26  22:57:53
65996         Log: Be more robust on "extreme" (large absolute value)
65997              arguments.  Originally reported by Daniel Connelly
65998              as a problem with asinh() on large negative arguments,
65999              asinh() used to bail out because an argument to log()
66000              ended up being zero.  Ilya Zakharevich proposed using
66001              Taylor's series in such cases, which for such large
66002              arguments is a very good approximation.
66003      Branch: cfgperl
66004            ! lib/Math/Complex.pm t/lib/complex.t
66005 ____________________________________________________________________________
66006 [  5950] By: gsar                                  on 2000/04/25  19:13:12
66007         Log: reformat perldiag to avoid long lines
66008      Branch: perl
66009            ! pod/perldiag.pod
66010 ____________________________________________________________________________
66011 [  5949] By: gsar                                  on 2000/04/25  18:41:11
66012         Log: make perldoc use the pod2man from the same version (from
66013              M.J.T. Guy)
66014      Branch: perl
66015            ! utils/perldoc.PL
66016 ____________________________________________________________________________
66017 [  5948] By: gsar                                  on 2000/04/25  18:21:57
66018         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
66019              <kompas@kompas.usr.onet.pl>)
66020      Branch: perl
66021            ! lib/vars.pm
66022 ____________________________________________________________________________
66023 [  5947] By: gsar                                  on 2000/04/25  18:11:53
66024         Log: use &dl_error rather than &dl_load_file as the guard for calling
66025              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
66026              statically built perl)
66027      Branch: perl
66028            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
66029 ____________________________________________________________________________
66030 [  5946] By: jhi                                   on 2000/04/25  17:37:54
66031         Log: Document that tr() is not tr(1).
66032      Branch: cfgperl
66033            ! pod/perlop.pod
66034 ____________________________________________________________________________
66035 [  5945] By: gsar                                  on 2000/04/25  16:34:33
66036         Log: make module name mandatory after -M switch; reorder perldiag
66037              alphabetically (from Mark-Jason Dominus)
66038      Branch: perl
66039            ! perl.c pod/perldiag.pod
66040 ____________________________________________________________________________
66041 [  5944] By: jhi                                   on 2000/04/25  01:15:18
66042         Log: On second thoughts frexp() does have two arguments.
66043      Branch: cfgperl
66044            ! perl.h
66045 ____________________________________________________________________________
66046 [  5943] By: jhi                                   on 2000/04/24  22:56:32
66047         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
66048              Now pp_ncmp() returns undef is either operand is a NaN.
66049      Branch: cfgperl
66050            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66051            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
66052            ! vms/subconfigure.com vos/config.def vos/config.h
66053            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
66054            ! win32/config.vc win32/config_H.bc win32/config_H.gc
66055            ! win32/config_H.vc
66056      Branch: metaconfig/U/perl
66057            + d_modfl.U
66058 ____________________________________________________________________________
66059 [  5942] By: jhi                                   on 2000/04/24  19:45:17
66060         Log: Regen Configure to match #5937.
66061      Branch: cfgperl
66062            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66063            ! config_h.SH
66064      Branch: metaconfig
66065            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
66066 ____________________________________________________________________________
66067 [  5941] By: jhi                                   on 2000/04/24  19:24:11
66068         Log: Further Unicos fixes for Mark Lutz.
66069      Branch: cfgperl
66070            ! hints/unicos.sh pp_ctl.c
66071 ____________________________________________________________________________
66072 [  5940] By: jhi                                   on 2000/04/24  19:09:06
66073         Log: Various Unicos 10.0.0.6 fixes.
66074              
66075              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
66076              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
66077              Reply-To: tecmpl1@triton.ca.boeing.com 
66078              To: perl5-porters@perl.org 
66079              Date: Fri, 14 Apr 2000 20:21:00 GMT 
66080              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
66081      Branch: cfgperl
66082            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
66083 ____________________________________________________________________________
66084 [  5939] By: gsar                                  on 2000/04/24  19:01:24
66085         Log: more pod nits (from Larry Virden)
66086      Branch: perl
66087            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
66088            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
66089            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
66090 ____________________________________________________________________________
66091 [  5938] By: gsar                                  on 2000/04/24  18:54:01
66092         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
66093      Branch: perl
66094            ! ext/B/B/Deparse.pm
66095 ____________________________________________________________________________
66096 [  5937] By: jhi                                   on 2000/04/24  17:39:00
66097         Log: Integrate with Sarathy.
66098      Branch: cfgperl
66099           +> (branch 31 files)
66100           !> (integrate 73 files)
66101 ____________________________________________________________________________
66102 [  5936] By: gsar                                  on 2000/04/24  17:30:06
66103         Log: additional tests for change#5934 (from Paul Marquess, who also
66104              sent in the same fix)
66105      Branch: perl
66106            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
66107            ! t/pragma/warn/5nolint t/pragma/warn/6default
66108 ____________________________________________________________________________
66109 [  5935] By: jhi                                   on 2000/04/24  17:26:05
66110         Log: Do not assume sign propagation.
66111              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
66112              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
66113              To: payner@ncifcrf.gov, perl5-porters@perl.org 
66114              Date: Tue, 18 Apr 2000 18:24:49 +0100 
66115              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
66116      Branch: cfgperl
66117            ! t/op/bop.t t/op/misc.t
66118 ____________________________________________________________________________
66119 [  5934] By: gsar                                  on 2000/04/24  17:16:54
66120         Log: propagate lexical warnings from surrounding scope correctly
66121              within string eval()
66122      Branch: perl
66123            ! pp_ctl.c t/pragma/warn/pp_ctl
66124 ____________________________________________________________________________
66125 [  5933] By: jhi                                   on 2000/04/24  17:01:07
66126         Log: Flatten the cpp jungle doing the nosuid checking.
66127      Branch: cfgperl
66128            ! perl.c
66129 ____________________________________________________________________________
66130 [  5932] By: gsar                                  on 2000/04/24  09:08:14
66131         Log: add rsignal(), whichsig() and do_join() to public API list
66132              (mod_perl uses them to good advantage)
66133      Branch: perl
66134            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
66135 ____________________________________________________________________________
66136 [  5931] By: gsar                                  on 2000/04/24  09:01:40
66137         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
66138      Branch: perl
66139            ! pp_hot.c regexec.c t/op/pat.t
66140 ____________________________________________________________________________
66141 [  5930] By: gsar                                  on 2000/04/24  08:58:33
66142         Log: small os390 tweaks (from Peter Prymmer)
66143      Branch: perl
66144            ! config_h.SH makedepend.SH
66145 ____________________________________________________________________________
66146 [  5929] By: gsar                                  on 2000/04/24  08:55:25
66147         Log: pod nits
66148      Branch: perl
66149            ! pod/perlguts.pod
66150 ____________________________________________________________________________
66151 [  5928] By: gsar                                  on 2000/04/24  08:50:13
66152         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
66153      Branch: perl
66154            ! ext/IO/lib/IO/Poll.pm
66155 ____________________________________________________________________________
66156 [  5927] By: gsar                                  on 2000/04/24  08:43:24
66157         Log: arrange for next() to resume at the unstack op rather than the
66158              loop conditional, so that scope cleanup happens correctly
66159              (from Stephen McCamant)
66160      Branch: perl
66161            ! op.c pp_ctl.c t/op/misc.t
66162 ____________________________________________________________________________
66163 [  5926] By: gsar                                  on 2000/04/24  08:18:40
66164         Log: on windows, reserve 16M of stack rather than 128M (allows more
66165              threads to run concurrently)
66166      Branch: perl
66167            ! win32/Makefile win32/makefile.mk
66168 ____________________________________________________________________________
66169 [  5925] By: gsar                                  on 2000/04/24  08:13:52
66170         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
66171      Branch: perl
66172            ! toke.c
66173 ____________________________________________________________________________
66174 [  5924] By: gsar                                  on 2000/04/24  08:08:59
66175         Log: avoid using uninitialized memory in require version check
66176      Branch: perl
66177            ! pp_ctl.c universal.c
66178 ____________________________________________________________________________
66179 [  5923] By: gsar                                  on 2000/04/24  07:20:14
66180         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
66181      Branch: perl
66182            ! ext/IO/lib/IO/Poll.pm
66183 ____________________________________________________________________________
66184 [  5922] By: gsar                                  on 2000/04/24  07:08:42
66185         Log: commentary about IoTYPE() (from Nathan Torkington)
66186      Branch: perl
66187            ! sv.h
66188 ____________________________________________________________________________
66189 [  5921] By: gsar                                  on 2000/04/24  06:58:26
66190         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
66191              by fix
66192      Branch: perl
66193            ! sv.c t/lib/charnames.t t/pragma/utf8.t
66194 ____________________________________________________________________________
66195 [  5920] By: gsar                                  on 2000/04/24  06:37:59
66196         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
66197      Branch: perl
66198            ! doop.c t/op/ver.t
66199 ____________________________________________________________________________
66200 [  5919] By: gsar                                  on 2000/04/24  06:21:58
66201         Log: Configure might miss old directories when prefix must be
66202              expanded (from Robin Barker)
66203      Branch: metaconfig
66204            ! U/installdirs/inc_version_list.U
66205      Branch: perl
66206            ! Configure
66207 ____________________________________________________________________________
66208 [  5918] By: gsar                                  on 2000/04/24  06:16:11
66209         Log: VMS nits in glob() test (from Charles Lane)
66210      Branch: perl
66211            ! t/lib/glob-basic.t
66212 ____________________________________________________________________________
66213 [  5917] By: gsar                                  on 2000/04/24  06:11:56
66214         Log: various pod nits (from Larry Virden and others)
66215      Branch: perl
66216            ! README.amiga README.hpux README.machten README.os2
66217            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
66218            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
66219            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
66220            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
66221            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
66222            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
66223            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
66224            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
66225 ____________________________________________________________________________
66226 [  5916] By: gsar                                  on 2000/04/24  05:52:43
66227         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
66228              <wjones@tc.fluke.com>)
66229      Branch: perl
66230            ! t/lib/glob-basic.t
66231 ____________________________________________________________________________
66232 [  5915] By: gsar                                  on 2000/04/24  05:07:01
66233         Log: supported platforms mixed up
66234      Branch: perl
66235            ! pod/perl56delta.pod pod/perlport.pod
66236 ____________________________________________________________________________
66237 [  5914] By: gsar                                  on 2000/04/24  04:56:08
66238         Log: caller() wasn't returning the right number of elements for
66239              eval {...}
66240      Branch: perl
66241            ! pp_ctl.c t/pragma/warn/9enabled
66242 ____________________________________________________________________________
66243 [  5913] By: gsar                                  on 2000/04/24  04:35:41
66244         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
66245              Mark-Jason Dominus)
66246      Branch: perl
66247            ! pod/perlfunc.pod
66248 ____________________________________________________________________________
66249 [  5912] By: gsar                                  on 2000/04/24  04:17:15
66250         Log: fix totally broken caching in UNIVERSAL::isa() (from
66251              Nick Ing-Simmons)
66252      Branch: perl
66253            ! t/op/universal.t universal.c
66254 ____________________________________________________________________________
66255 [  5911] By: gsar                                  on 2000/04/24  03:39:47
66256         Log: add linebreak properties from unicode/LineBrk.txt (from
66257              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
66258      Branch: perl
66259            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
66260            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
66261            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
66262            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
66263            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
66264            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
66265            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
66266            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
66267            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
66268            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
66269            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
66270            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
66271            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
66272            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
66273            + lib/unicode/Is/LbrkZW.pl
66274            ! lib/unicode/mktables.PL
66275 ____________________________________________________________________________
66276 [  5910] By: gsar                                  on 2000/04/24  03:23:10
66277         Log: typo in pod
66278      Branch: perl
66279            ! ext/Thread/Thread.pm
66280 ____________________________________________________________________________
66281 [  5909] By: gsar                                  on 2000/04/24  03:22:03
66282         Log: mode argument to do_binmode() should be file mode, not boolean
66283      Branch: perl
66284            ! pp_sys.c
66285 ____________________________________________________________________________
66286 [  5908] By: gsar                                  on 2000/04/16  16:51:08
66287         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
66288              always returns a valid GV even when the symbol is trapped by strictures
66289              (avoids coredumps)
66290              
66291              TODO: the C<package;> hack needs similar treatment
66292      Branch: perl
66293            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
66294            ! t/pragma/strict-vars
66295 ____________________________________________________________________________
66296 [  5907] By: jhi                                   on 2000/03/31  23:42:56
66297         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
66298              an assumption which #5905 demolished.
66299      Branch: cfgperl
66300            ! pp_sys.c
66301 ____________________________________________________________________________
66302 [  5906] By: jhi                                   on 2000/03/31  18:54:37
66303         Log: Typo in #5905.
66304      Branch: cfgperl
66305            ! t/op/64bitint.t
66306 ____________________________________________________________________________
66307 [  5905] By: jhi                                   on 2000/03/31  18:50:54
66308         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
66309              reported by Joseph N. Hall.  The bug was that even with use64bitint
66310              one had to use the prefixes q, L, or ll with printf/sprintf,
66311              contrary to the documentation and common sense.
66312      Branch: cfgperl
66313            ! sv.c t/op/64bitint.t
66314 ____________________________________________________________________________
66315 [  5904] By: gsar                                  on 2000/03/28  02:31:32
66316         Log: add Changes, perldelta.pod
66317      Branch: perl
66318            + Changes pod/perldelta.pod
66319 ____________________________________________________________________________
66320 [  5903] By: gsar                                  on 2000/03/28  02:03:55
66321         Log: rename Changes and perldelta.pod
66322      Branch: perl
66323           +> Changes5.6 pod/perl56delta.pod
66324            - Changes pod/perldelta.pod
66325            ! MANIFEST
66326 ____________________________________________________________________________
66327 [  5902] By: gsar                                  on 2000/03/28  01:59:14
66328         Log: create maint-5.6 branch
66329      Branch: maint-5.6/perl
66330           +> (branch 1611 files)
66331 ____________________________________________________________________________
66332 [  5901] By: jhi                                   on 2000/03/23  05:48:43
66333         Log: Integrate with Sarathy.
66334      Branch: cfgperl
66335           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
66336 ____________________________________________________________________________
66337 [  5900] By: gsar                                  on 2000/03/23  05:42:43
66338         Log: three guesses on what this is :-)
66339      Branch: perl
66340            ! Changes